@font-face {
    font-family: 'SF Pro Text Light';
    src: url(../fonts/SFProText-Light.ttf);
}

@font-face {
    font-family: 'SF Pro Text';
    src: url(../fonts/SFProText-Regular.ttf);
}

@font-face {
    font-family: 'SF Pro Text Medium';
    src: url(../fonts/SFProText-Medium.ttf);
}

@font-face {
    font-family: 'SF Pro Text Bold';
    src: url(../fonts/SFProText-Bold.ttf);
}

@font-face {
    font-family: 'SF Pro Text Semibold';
    src: url(../fonts/SFProText-Semibold.ttf);
}

@font-face {
    font-family: 'SF Pro Text Heavy';
    src: url(../fonts/SFProText-Heavy.ttf);
}

*, *:focus{
    outline: none;
}

html {
    scroll-behavior: smooth;
}

input[type="text"]::placeholder {color:rgba(255,255,255,0.6) !important;}
input[type="text"]::-webkit-input-placeholder {color:rgba(255,255,255,0.6) !important;}
input[type="text"]::-moz-placeholder          {color:rgba(255,255,255,0.6) !important;}/* Firefox 19+ */
input[type="text"]:-moz-placeholder           {color:rgba(255,255,255,0.6) !important;}/* Firefox 18- */
input[type="text"]:-ms-input-placeholder      {color:rgba(255,255,255,0.6) !important;}

input[type="email"]::placeholder {color:rgba(255,255,255,0.6) !important;}
input[type="email"]::-webkit-input-placeholder {color:rgba(255,255,255,0.6) !important;}
input[type="email"]::-moz-placeholder          {color:rgba(255,255,255,0.6) !important;}/* Firefox 19+ */
input[type="email"]:-moz-placeholder           {color:rgba(255,255,255,0.6) !important;}/* Firefox 18- */
input[type="email"]:-ms-input-placeholder      {color:rgba(255,255,255,0.6) !important;}


textarea:-moz-placeholder {color:rgba(255,255,255,0.6) !important;} /* Firefox 18- */
textarea::-moz-placeholder {color:rgba(255,255,255,0.6) !important;} /* Firefox 19+ */
textarea:-ms-input-placeholder {color:rgba(255,255,255,0.6) !important;} /* IE 10+ */
textarea::-webkit-input-placeholder {color:rgba(255,255,255,0.6) !important;} /* Webkit based */
textarea::placeholder {color: rgba(255,255,255,0.6) !important;}


.body{
    font-family: 'SF Pro Text';
    color: #252121;
    overflow-x: hidden;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container, .container-fluid{
    --bs-gutter-x: 0rem;
}

.block1{
    background: rgba(0, 0, 0, 0.6) url(../img/layer-1.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.logo img{
    max-width: 100px;
    margin-left: 25%;
}

/* Layers */

.layers__container {
	height: 100vh;
	min-height: 500px;
	transform-style: preserve-3d;
	transform: rotateX(var(--move-y)) rotateY(var(--move-x));
	will-change: transform;
	transition: transform var(--transition);

}
.layers__item {
	position: absolute;
	inset: -5vw;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .layer-1 {
	transform: translateZ(-55px) scale(1.06);
} */
.layer-2 {
	transform: translateZ(80px) scale(.88);
}
.layer-3 {
	transform: translateZ(180px) scale(.8);
}
.layer-4 {
	transform: translateZ(190px) scale(.9);
}
.layer-5 {
	transform: translateZ(280px) scale(.67);
}
.layer-6 {
	transform: translateZ(280px) scale(.65);
}
.layer-7 {
	transform: translateZ(200px) scale(.65);
}

.layer-4, .layer-5, .layer-6, .layer-7 {
	pointer-events: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Layers END */

.block-parallax{
    width: 100%;
    background-size: cover;
    height: 100vh;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}

.panel{
    top:0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    position: absolute;
    padding: 30px 0;
}

.menu{
    font-family: "SF Pro Text Medium";
    font-size: 18px;
    padding-top: 15px;
}

.menu ul{
    list-style: none;
    display:flex;
    justify-content: space-around;
}

.menu a{
    color: #FFF;
    text-decoration: none;
}

.language{
    padding-top: 18px;
    font-size: 18px;
}

.language a{
    font-family: "SF Pro Text Medium";
    font-size: px;
    color: #FFF;
    text-decoration: none;
}

.header-title{
    font-family: "SF Pro Text Heavy";
    font-size: 64px;
    color: #FFF;
    margin-top: 10%;
}

.header-subtitle{
    font-family: "SF Pro Text";
    font-size: 56px;
    color: #FFF;
    margin-bottom: 65px;
}

.download-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SF Pro Text";
    font-size: 18px;
    text-decoration: none;
    color: #252121;
    background: #FFF;
    border: 1.5px solid #1D2022;
    border-radius: 35px;
    width: 300px;
    height: 65px;
    padding: 18px 0;
    max-width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.7rem;
    margin-bottom: 0rem;
    transition: all 0.5s ease-out;
}

.download-btn:hover{
    background: #1D2022;
    color: #FFF;
}

.block1-btn{
    font-family: "SF Pro Text";
    font-size: 18px;
    text-decoration: none;
    color: #252121;
    background: #FFF;
    border-radius: 50px;
    width: 220px;
    height: 65px;
    padding: 18px 0;
    max-width: 320px;
    text-align: center;
    margin: auto;
    transition: all 0.5s ease-out;
}

.block1-btn:hover{
    background: #1D2022;
    color: #FFF;
}

.arrow-down-block{
    text-align: center;
    position: relative;
}

.arrow-down{
    max-width: 50px;
    position: absolute;
    bottom: -200px;
    display: block;
    left: 49%;
}

.burger-wrapper{
    position: relative;
}

.download-box {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
  }
  
  .icon-container{
    font-family: "SF Pro Text";
    font-size: 18px;
    text-decoration: none;
    color: #252121;
    background: #FFF;
    border-radius: 50px;
    width: 220px;
    height: 65px;
    padding: 18px 0;
    max-width: 320px;
    text-align: center;
    margin: auto;
    transition: all 0.5s ease-out;
}

.icon-container:hover{
    background: #1D2022;
    color: #FFF;
}
  
  .icon {
    max-width: 100%; /* Скорректировать размеры изображения */
  }
  
  .text {
    font-family: "SF Pro Text";
    font-size: 18px;
    color: #ffffff;
    margin-right: 1rem; /* Отступ между текстом и иконкой */
  }

@media screen and (max-width: 1023px){
    .header-title{
        font-size: 65px;
    }

    .header-subtitle{
        font-size: 50px;
    }

    .logo img{
        margin-left: 0;
    }

    .background-mob{
        display: block;
    }

    .block-parallax{
        display: none;
    }

    .block1{
        background: rgba(0, 0, 0, 0.6) url(../img/parallax.png) no-repeat center;
        background-blend-mode: multiply;
        background-size: cover;
    }
}

@media screen and (max-width: 768px){
    
    .main_title{
        margin-top: 30vh;
    }
    
    .header-title{
        font-size: 50px;
    }

    .header-subtitle{
        font-size: 45px;
    }

    .arrow-down-block{
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 200px !important;
    }
    
    .arrow-down{
    max-width: 50px;
    position: absolute;
    bottom: -180px;
    left: 48%;
    }

    .logo img{
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px){
    .main_title{
        margin-top: 30vh;
    }
    
    .arrow-down-block{
        bottom: -250px;
    }
}

.block2{
    padding: 80px 0;
}

.block2-title{
    font-family: "SF Pro Text Semibold";
    font-size: 40px;
    margin-bottom: 25px;
}

.block2-text{
    font-size: 18px;
}

.block2-text button{
    max-width: 230px;
    text-align: center;
    border-radius: 50px;
    background: transparent;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #1D2022;
    width: 220px;
    height: 65px;
    padding: 15px 0;
    color: #252121;
    margin-top: 25px;
    transition: all 0.5s ease-out;
}

.block2-text button:hover{
    background: #1D2022;
    color: #FFF;
}

.block2-right{
    text-align: right;
}

.block2-right img{
    max-width: 450px;
    float: right;
}

@media screen and (max-width: 1023px){
    .block2-left{
        text-align: left;
    }
    
    .block2-right{
        text-align: center;
    }
    
    .block2-right img{
        float: unset;
    }

    .order-md-2 {
        order: 1!important;
    }
}

@media screen and (max-width: 992px){
    .block2{
        text-align: center;
        padding: 50px 0;
    }
    
    .block2-right{
        padding: 0;
        margin-bottom: 35px;
    }
    
    .block2-right img{
        max-width: 100%;
        margin: auto;
    }
    
    .order-md-2{
        order: initial!important;
    }

    .block2-left{
        padding-bottom: 50px;
    }
    
    .block2-title{
        font-size: 32px;
        text-align: center;
    }
    
    .block2-text{
        font-size: 14px;
        text-align: center;
    }
}

.block3{
    background: #000000 url(../img/menu_1.gif) no-repeat center;
    background-size: 50%;
    color: #FFF;
    padding: 80px 0;
}

.block3-title{
    font-family: "SF Pro Text Light";
    font-size: 32px;
    text-align: center;
}

.block3-subtitle{
    font-family: "SF Pro Text Bold";
    font-size: 40px;
    text-align: center;
    margin-bottom: 35px;
}

.block3-text{
    font-family: "SF Pro Text";
    font-size: 16px;
    text-align: center;
    margin-bottom: 95px;
}

.block3-left{
    text-align: right;
    padding-right: 85px;
}

.block3-right{
    text-align: left;
    padding-left: 95px;
}

.block3-left img{
    width: 250px;
}

.block3-right img{
    width: 280px;
}

@media screen and (max-width: 1023px){
    .block3-left{
        padding-right: 30px;
        margin-bottom: 0 !important;
        text-align: center;
    }
    .block3-right{
        padding-left: 30px;
        text-align: center;
    }
    
    .block3-left img, .block3-right img{
        max-width: 100%;
    }

    .header-title{
        margin-top: 0;
    }
}

@media screen and (max-width: 768px){
    .block3-title{
        font-size: 22px;
    }
    .block3-subtitle{
        font-size: 32px;
    }
    .block3-text{
        font-size: 14px;
        margin-bottom: 50px;
    }
    .block3-left{
        margin-bottom: 45px !important;
        text-align: center;
    }
    
    .block3-right{
        text-align: center;
    }
    
    .block3-left img{
        width: 75%;
    }
    
    .block3-right img{
        width: 75%;
    }
}


.block4-item{
    padding: 0;
    position: relative;
    cursor: pointer;
}

.block4-shadow{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top:0;
    left:0;
    text-align: center;
}

.block4-shadow img{
    padding: 20% 0;
}

.block5{
    padding: 80px 0;
}

.block5-title{
    font-family: "SF Pro Text Semibold";
    font-size: 40px;
    text-align: center;
    margin-bottom: 35px;
}

.block5-subtitle{
    font-size: 16px;
    text-align: center;
    margin-bottom: 55px;
    padding: 0 35px;
}

.block5-item{
    text-align: center;
    
}

.block5-item img{
    margin-bottom: 25px;
    max-height: 230px;
}

.img5-1{
    padding: 10px;
}

.block5-item p{
    text-align: center;
    font-family: "SF Pro Text Semibold";
    font-size: 22px;
}

.bl5-img-wrapper{
    padding: 0 80px 0;
}

@media screen and (min-width: 1023px) and (max-width: 1200px) {
    .block5-item img{
        margin-bottom: 25px;
        max-height: 176px;
    }

    .arrow-down-block{
        display: none;
    }

    .logo img{
        max-width: 80px;
        margin-left: 15%;
    }

    .block2-left,
    .block2-right {
        order: initial !important; 
    }

    .header-title{
        margin-top: 25vh;
    }

    .block2-left, col-xl-6 {
        flex: 0 0 auto;
        width: 45%;
    }

    .block2-right, col-xl-6 {
        flex: 0 0 auto;
        width: 45%;
        margin-left: auto;
    }
}

@media screen and (max-width: 1023px){
    .block5-item img{
        max-height: 120px;
    }

    .block5-title{
        margin-top: 35px;
    }

    .img5-3{
        padding: 5px;
    }
}

@media screen and (max-width: 768px){
    .block5-title{
        font-size: 32px;
        margin-top: 50px;
    }
    .block5-subtitle{
        font-size: 14px;
    }
    .block5-item{
        margin-bottom: 35px;
    }
    .block5-item img{
        max-height: 150px;
    }
    .block5-item p{
        font-size: 18px;
    }

    .img5-1{
        padding: 20px;
    }
    
    .img5-2{
        padding: 25px;
    }
    
    .img5-3{
        padding: 20px;
    }

    .block5{
        padding: 0;
    }

    .block3{
        background: #000000;
        background-size: 75%;
    }

    .download-btn{
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

.block6{
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.7) url('../img/bl6_bg.webp') no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
    color: #FFF;
}

.block6-title{
    text-align: center;
    font-family: "SF Pro Text Semibold";
    font-size: 32px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
}

.block6-subtitle{
    text-align: center;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 65px;
}

.block6-form form{
    background: rgba(0,0,0,0.6);
    border-radius: 50px;
    padding: 50px 80px;
}

.block6-form form input[type="text"], .block6-form form input[type="email"]{
    border: none;
    border-bottom: 1px solid #FFF;
    background: transparent;
    border-radius: 0;
    color: #FFF;
    margin-bottom: 15px;
    padding: 15px 0;
    font-family: "SF Pro Text";
    font-size: 16px;
}

.block6-form form textarea{
    border: none;
    border-bottom: 1px solid #FFF;
    background: transparent;
    border-radius: 0;
    color: #FFF !important;
    margin-bottom: 10px;
    padding-left: 0;
    font-family: "SF Pro Text";
    font-size: 16px;
}

.block6-form form textarea:focus{
    background: transparent;
}

.block6-form form input[type="submit"]{
    font-family: "SF Pro Text";
    font-size: 18px;
    color: #252121;
    background: #FFF;
    border-radius: 50px;
    width: 220px;
    height: 65px;
    padding: 15px 0;
    margin-top: 55px;
    border: none;
    transition: all 0.5s ease-out;
}

.block6-form form input[type="submit"]:hover{
    background: #1D2022;
    color: #FFF;
}

@media screen and (max-width: 992px){
    .block6-title{
        font-size: 22px;
    }
    
    .block6-subtitle{
        font-size: 14px;
    }
    
    .block6-form form{
        padding: 30px;
    }
}

.block7{
    background: #000000;
    color: #FFF;
    padding: 80px 0;
}

.block7-caption{
    font-family: "SF Pro Text Semibold";
    font-size: 18px;
    margin-bottom: 45px;
}

.block7-text{
    font-family: "SF Pro Text";
    font-size: 17px;
}

.block7-text a{
    margin-right: 0.5vh;
    color: #FFF;
    text-decoration: none;
}

.block7-logo, .block7-logo-text{
    padding-left: 0;
}

@media screen and (max-width: 1023px){
    .block7-logo{
        margin-bottom: 45px;
    }
    
    .copyright{
        padding-top: 40px !important;
    }
}

@media screen and (max-width: 992px){
    .block7-logo-text{
        font-size: 14px;
    }
    .block7-item{
        margin-bottom: 50px;
        font-size: 14px;
    }
}

.copyright{
    border-top: 1px solid rgba(255,255,255,0.5);
    font-size: 17px;
    padding: 15px;
    margin-top: 50px;
}

#btn-burger-close{
    display: none;
}

@media screen and (max-width: 992px){
    .btn-burger{
        background: transparent;
        border: none;
        position: absolute;
        right: 30px;
        max-width: 56px;
    }

    .mob-menu{
        background: #020D18;
        text-align: center;
        padding: 30px 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
    }
    
    .mob-menu ul{
        padding-left: 0;
    }

    .mob-menu a{
        color: #FFF;
        text-decoration: none;
        font-family: "SF Pro Text Medium";
        font-size: 18px;
    }

    .mob-menu .logo{
        padding-bottom: 35px;
    }

    .mob-menu ul li{
        padding: 15px 0;
    }

    .copyright{
        margin-top: 0;
    }

}


.select {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
    color: #FFF;
}

.new-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.new-select__list {
    position: absolute;
    top: 34px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 0;
}

.new-select__item span:hover {
    color: #12b223;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('path-to-image') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

@media screen and (max-width: 992px){
    .language{
        padding-top: 0;
    }

    .language > .select{
        max-width: none;
    }
    
    .new-select{
        padding: 10px 0;
    }
    
    .new-select__list{
        position: unset !important;
    }
}

@media only screen and (max-width: 480px) {
    .block5-item img{
        max-height: 200px;
    }

    .block3-left{
        padding-right: 3%;
        text-align: center;
    }
    .block3-right{
        padding-left: 3%;
        text-align: center;
    }

    .block3-right img{
        max-height: 220px;
    }

    .block7 {
        padding-left: 5%;
    }

    #logo-footer {
        max-height: 50px;
    }

    .header-title{
        font-size: 30px;
    }

    .header-subtitle{
        font-size: 30px;
    }

    .block3{
        background: #000000;
        background-size: 100%;
    }

    .download-btn{
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    
}
