@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {  
--tem-bg-1:#21065cf2;
--tem-bg-2:#2a1850f2;
--tem-bg-3:#2C0735;

--dark-tem-bg-1:#150035;
--dark-tem-bg-2:#0a1b16; 
--dark-tem-bg-3:#800020;

--tem-opas-1:rgb(33 6 92 / 95%);
--tem-opas-2:rgb(0 0 0 / 95%);
--tem-opas-3:rgb(128 0 32 / 95%);

 --number-1:2;
 --number-2:4;

  --flex-basis-1:calc((100% - 3* 30px) / 3);
  --flex-basis-2:calc((100% - 2* 30px) / 2);
 
  --white: #fff;
  --black: #0a1b16;
  --white-section:#ffffff;
  --accent-color:#ee8a27;

  --hover-tranzitipn: all ease 0.4s;;  
}

body{
  
    direction: ltr;
    font-family: 'K2D', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;    
    line-height:1.5; 
    
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: var(--hover-tranzitipn);
}
input:focus, textarea:focus, select:focus {
  outline: none;
}

img, video{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

ul{
    list-style: none;   
}
[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
h2{
font-size: clamp(21px,4vw,36px)!important;
}
.buttunPx-1 {
 
  padding: 13px 19px;
  display: block;
  cursor: pointer;
  width: fit-content; 
  text-align: center;
  border: none;
  border-radius: 13px;
  font-size:  16px;
  font-weight:  700;
  color: white;
  transition: .5s cubic-bezier(.22,.61,.36,1);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.35);
background: -webkit-linear-gradient( 0deg, rgb(252,74,26) 0%, rgb(247,183,51) 100%);
}

.buttunPx-1:hover,.buttunPx-1:focus {
  -webkit-filter: drop-shadow(3px 3px 20px rgba(158, 31, 11, 0.703));
  filter: drop-shadow(3px 3px 20px rgba(158, 31, 11, 0.703));
  color:#0a1b16;
}
.buttunPx-2 {
  padding: 18px 26px;
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
  color:#fff;
  background: #f82f77;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 12px;
transition: var(--hover-tranzitipn);
}

.buttunPx-2:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #8c97cf, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity .3s ease-in-out;
 border-radius: 10px;
}

.buttunPx-2:hover {
color: #000;
}

.buttunPx-2:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
background: #f82f77;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}
.buttunPx-3{
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 13px 27px;
  width: fit-content;
  text-transform: uppercase;
  outline: none;
  background-color:#f82f77;
  color:#fff;
  border-radius: 13px;
  border: 1px solid #f82f75ac;
  -webkit-transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
  transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
} 
.buttunPx-3:hover{
  color:#fcfcfa;
  background: #dc0653;
  border: 1px solid #dc0653;

}
.buttunPx-4 {
  text-align: center;
  display: block;
  padding: 13px 27px;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  background-color: #111;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.35);
  background: #f7ad07;
 -webkit-transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
  transition:all . 5s cubic-bezier(.3,1,.35,1) 0s;
  border-radius: 22px;
  font-weight: 400;
 cursor: pointer;
  border: 1px solid #b93a27;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); 
  
}

.buttunPx-4:hover,
.buttunPx-4:focus {
  background: var(--tem-bg-3);
  color: #f7f6f6;
}
.buttunPx-5 {
  width: fit-content;
  text-align: center;
  background: var(--tem-bg-3);
  padding: 12px 27px;
  outline: 2.1px solid #FEBF00;
  outline-offset: 3px;
  border: 0;
  cursor: pointer;
  color: white;  
  font-size: 16px;
  border-radius: 16px;
  transition: 0.5s;
  font-weight:400;
}

.buttunPx-5:hover {
  outline-offset: 4.5px;
  background: #FEBF00;
  font-size: 16px;
}

.px_banner_wrapper{
    overflow: hidden;
    padding: 246px 0;
    position: relative;
    background-image: url(artisticstorage/dir-bg/bg-all-0685d2f8debf50.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
}
.px_banner_wrapper::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #3a099399;
}
.back{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.img-wrap{
    position: absolute;
    width: 110%;
    border-radius: 50%;
    animation:rotateImage 12s linear infinite;
}
@keyframes rotateImage  {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}  
}
.nav-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.conteiner-wrapper{ 
  width: 100%;
  padding-left: 13px;
  padding-right: 13px; 
  margin-left: auto;
  margin-right: auto;  
}
.nav-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    padding: 10px 0;
    justify-content: space-between;
}
.header-logo{
    display: flex;  
    gap: 8px;
    align-items: center;
    color: #fff;
    img{
     height: 45px;
     object-fit: contain;
    }
}
.nav-listKLL{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 19px;
}
.nav-listKLL li a{
    color: #fff;
    padding: 8px 0;
    font-weight: 400;
    position: relative;
    transition: all 0.5s ease-in-out; 
}
.nav-listKLL li a:hover,.nav-listKLL li a:focus{
    color: var(--accent-color);
}
.nav-listKLL li a::before,.nav-listKLL li a::after{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.5s;
}
.nav-listKLL li a::before{
    top: 0;
    transform: translateY(10px);
}
.nav-listKLL li a::after{
    bottom: 0;
    transform: translateY(-10px);
}
.nav-listKLL li a:hover:before,.nav-listKLL li a:hover:after{
    opacity: 1;
    transform: translateY(0px);
}
.header-content{
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;

}
.header-titleJK{
    font-size: 46px;   
    text-transform: capitalize;   
    text-shadow: 0px 0px 6px #000000;
    padding-bottom: 10px;
}
.header-subtitleJK{
    font-size: 16px;
    font-weight:400;
    animation: pulseTex 2s infinite;
}
.subtitle{
    color: #fff;
    margin-top: 13px;
    font-size: 18px;
    -webkit-text-fill-color:#fff;
}
@keyframes  pulseTex {
    0% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.2); 
    }
    100% {
        transform: scale(1); 
    }
}
.scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.scene img {
    position: absolute;
    width: 147px; 
    transition: transform 0.2s ease-out;
}

.scene img:nth-child(1) { 
    top: 10%;
    left: 12%;
}

.scene img:nth-child(2) { 
    top: 10%;
    right: 5%;
}

.scene img:nth-child(3) { 
    bottom: 10%;
    left: 5%;
}
.section{
    padding: 80px 0;
}

.scene img:nth-child(4) { 
    bottom: 10%;
    right: 12%;
}
.how-start{
    background-color: var(--tem-bg-3);
}
.heading{
    position: relative;
    margin-bottom: 57px;
    text-align: center;
    h2{
        background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        text-transform: uppercase;
        padding-bottom: 26px;
    }
    h3{
        color: var(--white-section);
        
        font-size: 16px;
    }
}
.box-grid{
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(2, 1fr);

}
.step-item{
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
    margin-top: 46px;
    text-align: center;
}
.default-card-inner{
    background: rgba(77, 25, 173, 0.5);
    border: 1px solid rgba(94, 53, 177, 0.5);
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    transition: all .5s linear;
}
.details{
    padding: 14px;
}
.details h3{
    color: #fff;
    font-size: 16px;
}

.thumb{
    transform: translate(0, -50%);
    height: 84px;
    width: 84px;
    background: #5E35B1;
    border-radius: 50%;
    line-height: 84px;
    margin: auto;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    svg{
        width: 45px;
        height: 45px;
        fill: transparent;
        stroke:#fff;
    }
}
.thumb::after{
    content: "";
    position: absolute;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
    background: #5E35B1;
    opacity: 0.45;
    z-index: -1;
    transition: all .5s linear;
}
.step-item:hover .thumb{
    background: linear-gradient(#FF8D35, #F01111);
}
.step-item:hover .thumb::after{
    background: rgba(255, 255, 255, 0.45);
}
.step-item:hover .default-card-inner{
    background: linear-gradient(to bottom, #FF8D35, #F01111);
}
.about-wrapper{
    position: relative;
    background-image: url(artisticstorage/dir-bg/bg-all-1685d2f8debf80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.about-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(11, 0, 34, 0.9);
}
.box-flex-row{
    position: relative;
    display: flex;
    gap: 27px;
    flex-direction: row;
}
.flex-element{
    flex: 1;
}
.about-text{
    display: flex;
    color: var(--white-section);
    flex-direction: column;
    justify-content: center;
    p{
    margin-bottom: 10px;
    text-indent: 3ch;
    }
}
.img-about{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 366px;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.gembla-list-page{
 display: none;
 flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}
.gembla-list{
    display: flex;  
  flex-wrap: wrap;
  margin: -13px;
  justify-content: center;
}
.gembla-post-list{
  display: none; 
  flex-wrap: wrap;
  margin: -13px;
  justify-content: center; 
}
.gembla-item{
 margin: 13px;  
  flex-basis: var(--flex-basis-2);
}
.port_img{
position: relative;
overflow: hidden;
border-radius: 10px;
transition: all .5s ease-in;
img{
    width: 100%;
    height: 366px;
    object-fit: cover;
}
}
.overlay1 {
    position: absolute;
    text-align: center;
    top: 0%;
    left: 0%;
    right: 0%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease-in
}

.overlay-text{
   z-index: 1;
    width: 100%;
    height: 100%;
    padding: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.21em;
}
    
.port-text{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.port-text-btm{
    padding: 19px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.disclaimer {
    
    background-color: #ffcc00; 
    color: #000;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
   
}
.disclaimer-anime{
    border-radius: 12px;
    padding: 14px;
 animation: pulse 1.5s infinite;
}
.gap-50{
    gap: 48px;
}
.footer-middle{
   
    display: flex;
    flex-direction: row;
    gap: 27px;
    position: relative;
    z-index: 1;
}
.footer-title{
    position: relative;
    text-align: center;
    display: block;
    border-bottom: 1px solid #180b60;   
    margin-bottom: 27px;
    font-size: 22px;
    padding-bottom: 27px;    
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
    -webkit-background-clip: text;    
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.footer-title::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 12%;
    height: 5px;
    background-color: rgb(0 0 255 / 64%);
    filter: blur(8px);
    z-index: 0;
   
}
.footer-title::before{
   content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 13%;
    height: 1px;
    background-color: #2728cc;
    z-index: 1;
    border-radius: 84%;
    
}
.footer-title::before,.footer-title::after{
animation: footerLine 7s linear infinite;
}
.foot-gemlaOI{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  img{
    width: 55px;
    height: 55px;
    object-fit: contain;
  }
}

@keyframes footerLine {
    0% {
    left: 50%;
}
50% {
    left: 0;
}
100% {
    left: 50%;
}
}
@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #ffcc00;
    }
    50% {
        transform: scale(1.05);
        background-color: #ff9900;
    }
    100% {
        transform: scale(1);
        background-color: #ffcc00;
    }
}
.px_btm_footer{
    background-color: #110b30;
    padding: 12px 0px;
    text-align: center;
    color: var(--white-section);
}
.copyright{
  display: flex; 
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.px_bottom_footer{
    position: relative;
    background-image: url(artisticstorage/dir-bg/bg-all-2685d2f8debfac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0 46px 0;
    z-index: 0;
}
.px_bottom_footer::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(17 11 48 / 96%);
}
.flex-col{
    display: flex;
    flex-direction: column-reverse;
}
.footer-text{
    color: var(--white-section);
}
.foot-nav{
    flex-direction: column;
}
.cont-pegePiu{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.footer-contact{
    color: var(--white-section);
    word-break: break-word;
}
.cont-pegePiu li:hover a{
 color: var(--accent-color);
}
.casMap{
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    iframe{
        width: 100%;
        height:  448px;
        -webkit-filter: brightness(0.4) grayscale(1);
        filter: brightness(0.4) grayscale(1);
    }
}
.cont-page-bg{
    position: relative;
    background-image: url(artisticstorage/dir-bg/bg-all-3685d2f8debfd7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;

}
.cont-page-bg::before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--tem-opas-3);
    content: "";
   
}
.cont-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 27px;
}
.cont-element{
    flex-grow: 1;
    flex-basis: 250px;
}
.px_con_box{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(77, 25, 173, 0.5);
    position: relative;
    padding: 38px 16px 38px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column-reverse;
    a{
        word-wrap: break-word;
    }
}
.px_con_icon{
    width: 66px;
    height: 66px;
    line-height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    background: linear-gradient(to bottom, #FF8D35, #F01111);
   

}
.ionicon{
    width: 27px;
    height: 27px;
    fill: transparent;
    stroke:#ffff;
    transition: all 0.5s ease-in-out;
}
.cont-element:hover .ionicon{
    transform: rotate(360deg);
}
.title-page{
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 27px;
    text-shadow :0px 0px 6px #000000;
}
.form-pageCas{
    position: relative;
    z-index: 1;
}

.formJok{
    display: flex;
    flex-direction: column;
    gap: 13px;
  
  
}
.form-main{
    height: 100%;
    justify-content: center;
}
.input-jok,.textarea-jok,.input-user--containergroup,.textarea-user--containergroup{
    width: 100%;
    padding: .5rem 19px;
    font-size: 13px;
    height: 48px;
    line-height: 46px;
    color: #9891bb;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #9891bb;
    transition: all 0.3s;
}
.input-jok:focus,.textarea-jok:focus{
    border: 1px solid #ffae11;
}
.textarea-jok,.textarea-user--containergroup{
    min-height: 100px;
}
.formJok-grup_element{
  display: flex;
  flex-direction: column;
  gap:19px;
}
.formJok-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 12px;
 color: #c5c7ce;
}
.text-form{
  margin-bottom: 26px;
  text-align: center;
  color: var(--white-section);  
}
.slides{
position: relative;
height: 100%;
width: 100%;
overflow: hidden; 
border-radius: 10px;
transition: transform 0.5s ease-in-out;
box-shadow:rgb(245 238 238 / 35%) 0px 5px 15px;
}
.slide{
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s ease-in-out;
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}
.slide.active{
    opacity: 1;
}
.sec-gms-r{
    display: flex;
    flex-direction: column-reverse;
    gap:19px ;
}
.page-img{
    max-height: 366px;
    object-fit: contain;    
    border-radius: 10px;
    float: right;
    width: 37%;
    margin: 20px;
    margin-top: 0;
    margin-right: 0;
}
.content-wrapper{
    min-height: 366px;
}
.page-content{
    color: var(--white-section);
 p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
}
.page-content ul,ol{
    list-style: inside;
}
.playing{
    height: 448px;	
    width: 75%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
}
.playing iframe{
    height: 100%;
    width: 100%;
}
.faq-bg{
   background-color :var(--dark-tem-bg-3);
}
.faq-item{
    padding: 27px 15px 46px;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 100%; 
    height: 100%;
    gap: 19px;
    transition: var(--hover-tranzitipn);
    border: 1px solid rgba(94, 53, 177, 0.5);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 
                inset 0 -2px 4px rgba(255, 255, 255, 0.2);
  
    h3{
        color: #fff;
        font-size: 16px;
        font-weight: 400;
       
        padding: 0;
    }
    p{
        color: var(--white-section);
        font-size: 12px;
        line-height: 22px;
        font-style: italic;
       
    }
}
.faq-icon{
    position: absolute;
    right: 10%;
    bottom: 2%;    
    height: 50px;
    object-fit: contain;
    animation: spin3d 4s linear infinite;
    transform-style: preserve-3d;
    perspective: 100px;
}
 @keyframes spin3d {
from {
    transform: rotateY(0deg);
}
to {
    transform: rotateY(360deg);
}
}
.faq-item:hover{
    box-shadow:0 25px 50px -12px rgb(207 187 187 / 25%);
}
.gembla-post{
    color: #d2d3d5;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #120d1c;
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
}
.gembla-post_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 270px;
    overflow: hidden;
    img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all 0.5s ease;
    transform: scale(1.01, 1.01);
    }
}
.gembla-post_content{
    padding: 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 19px;
    p{
        font-size: 12px;
        line-height: 22px;
        font-style: italic;
       
    }
}
.gembla-post_title{
    font-size: 19px;
    color: #fff;
}
.gembla-post_link{
    display: inline-block;
}
.gembla-post_link-more{
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--white-section);
    z-index: 1;
    overflow: hidden;
}
.link-text{
    display: inline-block;
    position: relative;
    margin-right: 0;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}
.link-icon{
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.2em;
    text-align: center;
    border: 1px solid #3d3c3e;
    border-radius: 50%;
}
.link-icon::before{
    font-size: 12px;
    line-height: inherit;
    font-weight: 400;
    font-style: inherit;
    content: '\279C';   
    display: inline-block;
    vertical-align: top;
    color: currentColor;
}
.gembla-post:hover .gembla-post_img img{
    transform: scale(1.07, 1.07);
}
.gembla-post:hover .link-text{
    opacity: 1;
    text-indent: 0;
    margin-inline-end: 10px;
    visibility: visible;
    transition: visibility 0.5s ease, margin-right 0.5s ease-out, text-indent 0.5s ease-out, opacity 0.5s ease;
}
.gembla-post:hover .link-icon{
    border-color: #fff;
    background-color: #fff;
    color: #000;
}
.video-wrapper{
    display: none;
    position: relative;
    video{
        width: 100%;
        height: 366px;
        object-fit: cover;
    }
}
.video-wrapper::before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #000000;
    opacity: 0.4;

}
.vidio-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 19px  46px;
    text-shadow: 0px 0px 6px #000000;
}
.blok-text-page{
 word-break: break-word;
 color: var(--white-section);
}
.blok-text-page p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.blok-text-page h1{
    font-weight: 400;
    text-align: center;
    margin-bottom:  27px;
}
.blok-text-page h2{
    font-weight: 400;
    text-align: center;
    margin-bottom:20px ;
}
.blok-text-page table,.blok-text-page a{
    word-break: break-word;
    color: inherit;
}
@media screen and (min-width: 480px) {
  .th-container{
    max-width: 450px;
}
			  
}
@media screen and (min-width: 575px){
  .th-container{
    max-width: 540px;
  }

}

@media (max-width: 575px){
   .header-titleJK{
    font-size: 27px;
   }
   .header-subtitleJK {
    font-size: 16px;
   }
   .px_banner_wrapper{
    padding: 161px 0 119px;
   }
   .gembla-item {
        flex-basis: 100%;
   }
   .disclaimer{
    font-size: 14px;
   }
   .img-about,.img-about img{
    height: auto;
   }
   .form-btn{
    width: 100%;
 }
 .copyright{
    justify-content: center;
 }
 .slides{
    height:270px;
   }
   .vidio-title{
    padding: 19px 14px;
   }
   .heading h3{
    font-size: 12px;
   }
   .scene{
    z-index: 0;
   }
    
}
@media (min-width: 768px){ 
    .th-container{
   max-width: 720px;				
  }
  .gembla-item:hover .overlay1{
    opacity: 1;
}
}
@media (max-width: 768px){
   .nav-flex{
    justify-content: center;
   }
   .overlay1{
    opacity: 1;
   }

   
    .scene img:nth-child(2),.scene img:nth-child(1){
          display: none; 
    }
   .img-wrap{
    width: 180%;
   }
   .box-grid{
    grid-template-columns:repeat(1, 1fr);
   }
   .footer-middle{
    flex-direction: column-reverse;
   }
   .cont-pegePiu,.footer-text{
    text-align: center;
   }
   .page-img{
    float: none;
    width:100%;
    margin: 0 0 20px 0;  
   }
   .gembla-post_content{
    padding: 27px 13px;
   }
   .playing{
    width: 100%;
    height: 296px;
   }
}
@media (min-width: 575px) and (max-width: 992px){  
   .gembla-item {
        flex-basis: var(--flex-basis-2);
   }
   .img-about{
    height: 366px;
   }
   .form-btn{
    margin: 0 auto;
   }
   .slides{
    height: 366px;
   }
    
}

@media (max-width: 992px){ 
   .scene img {
    width: 100px;
   }
   .box-flex-row{
    flex-direction: column;
   }
   .img-about{
    max-height: fit-content;
   }
   
   
    
}
@media (min-width: 992px){ 
   .conteiner-wrapper{
   max-width: 960px;
  }
 .form-btn{
    width: 100%;
 }
}    

@media (min-width: 1200px){   
 .conteiner-wrapper{
  max-width: 1230px;
  }
  .header-titleJK{
    font-size: 89px;
  }
  .box-grid{
    grid-template-columns: repeat(var(--number-2), 1fr);
  }
}

