/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
}
input::placeholder,textarea::placeholder{
    font-family: 'TildaSansBlack',sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    padding: 0;
    margin: 0;
    background-color: #081826;
    color: #FFF;
}
a {
    color: #FFF;
    text-decoration: none;
}
.container-c {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
.container-main {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/
.header-menu{
    display: flex;
    align-items: center;
    gap: 45px;
}
.header-menu li a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    font-family: 'TildaSansRegular',sans-serif;
}

.dropbtn {
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    border: none;
}
.dropbtn a{
    color: #E2001D !important;
}
.dropdownc {
    position: relative;
    display: inline-block;
}
.header-menu__link a{
    color: #FFF;
}
.header-menu__link .dropbtn{
    color: #FFF;
}
.catalog-detail-page .header-menu__link a,
.index-page .header-menu__link a{
    color: #000;
}
.catalog-detail-page .header-menu__link .dropbtn,
.index-page .header-menu__link .dropbtn{
    color: #000;
}
.catalog-detail-page .dropbtn,
.index-page .dropbtn{
   color: #E2001D;
}



.catalog-detail-page .header-phone,
.index-page .header-phone{
    color: #000;
}
.catalog-detail-page .header-main,
.index-page .header-main{
    color: #E2001D;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #081826;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.catalog-detail-page .dropdown-content,
.index-page .dropdown-content {
    background-color: #f1f1f1;
}
header{
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'TildaSansRegular',sans-serif;
}

.main-section{
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dropdownc:hover .dropdown-content {display: block;}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header-container-left{
    display: flex;
    align-items: center;
    gap: 104px;
}
.header-social{
    display: flex;
    align-items: center;
    gap: 11px;
}
header{
    padding-top: 55px;
}
.header-logo img{
    width: 54px;
}
.header-phones{
    display: flex;
    flex-direction: column;
}
.header-phone{
    color: #0F1019;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
}
.header-main{

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 19.6px */
}
.header-container-right{
    display: flex;
    gap: 28px;
}
.main-section-content h1{
    color: #FFF;
    font-size: 170px;
    font-style: normal;
    position: relative;
    z-index: 20;
    font-weight: 300;
    line-height: 110%; /* 187px */
    font-family: 'TildaSansLight',sans-serif;
}
.main-section-content{
    padding-top: 292px;
}
.main-section-content-bottom{
    padding: 68px 54px;
    border-radius: 100px 0 0 0;
    border: 1px solid #FFF;
    position: relative;
    z-index: 9;
    border-bottom: none;
}
.main-section-content-bottom p{
    color: #FFF;
    max-width: 405px;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 38.4px */
    font-family: 'TildaSansLight',sans-serif;
}
.main-section-content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-img{
    position: absolute;
    bottom: 0;
    right: 54px;
    width: 1161px;
    z-index: 10;
}
.main-section-line{
    background: #FFF;
    height: 100vh;
    z-index: 11;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
}
.section2-content-top{
    background: #0086CF;
    padding: 70px 54px;
}
.section2-content-top-text h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    font-family: 'TildaSansRegular',sans-serif;
    line-height: 120%; /* 38.4px */
}
.section2-content-top-text p{
    color: #FFF;
    font-size: 16px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-top: 5px;
    line-height: 120%; /* 19.2px */
}
.section2-content-top-text{
    max-width: 483px;
}
.section2-content-right{
    display: flex;
}
.section2-content-right input{
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0.25);
    padding-left: 27px;
    height: 75px;
    width: 422px;
    color: #FFF;
    font-family: 'TildaSansRegular',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    border: none;
}
.section2-content-right input::placeholder{
    color: #FFF;
    font-family: 'TildaSansRegular',sans-serif;
}
.section2-content-right button{
    background: #024E78;
    width: 396px;
    height: 75px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'TildaSansRegular',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}
.section2-content-top{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.section2-content{
    width: 100%;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
}
.section2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section2-content-text{
    color: #FFF;
    max-width: 568px;
    font-family: 'TildaSansLight',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}
.section2-content-text span{
    font-family: 'TildaSansMedium',sans-serif;
}
.section2-content-right-block{
    width: 620px;
    height: 193px;
    padding: 40px 10px 52px 54px;
}
.section2-content-right-block span{
    font-size: 64px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 76.8px */
}
.section2-content-right-block p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    font-family: 'TildaSansRegular',sans-serif;
}
.section2-content-right-text{
    display: flex;
    flex-direction: column;
}
.section2-content-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 54px;
}
.section2-content{
    padding-bottom: 293px;
}
.catalog-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 59px;
}
.catalog-top h3{
    color: #FFF;
    font-size: 48px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
}
.catalog-top a{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: 'TildaSansRegular',sans-serif;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #0086CF;
    width: 396px;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-container-block{
    background: linear-gradient(186deg, #F8F8F8 4.2%, #DFDFDF 95.52%);
    width: 490px;
    height: 534px;
    padding-top: 51px;
    padding-left: 54px;
    position: relative;
}
.catalog-items-page .catalog-container-block{
    height: 664px;
}
.catalog-container-block-content{
    position: relative;
    z-index: 999;
}
.catalog-container-block-content h4{
    color: #030B12;
    font-size: 32px;
    font-style: normal;
    font-family: 'TildaSansLight',sans-serif;
    font-weight: 300;
    line-height: 120%; /* 38.4px */
}
.catalog-container-block-content .block__desc,
.catalog-container-block-content .block__desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: #030B12;
    padding-bottom: 30px;
}
.catalog-container-block-content p{
    color: #818181;
    font-family: 'TildaSansRegular',sans-serif;
    font-size: 20px;
    font-style: normal;
    padding: 16px 0;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
.catalog-container-block img{
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 350px;
      left: 50%;
 transform: translate(-50%, 0);
}
.catalog-container-block-content a{
    background: #FFF;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.catalog-container{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.catalog-container h1{
    text-transform: none;
    color: #000;
}
.catalog-bottom{
    border-left: 1px solid #B9B9B9;
}
.ready-object{
    padding-top: 85px;
    padding-left: 54px;
    border-left: 1px Solid #FFF;
}
.catalog-bottom-img{
    position: relative;
    width: 1726px;
}
.ready-object h4{
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-family: 'TildaSansLight',sans-serif;
    padding-bottom: 51px;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
}
.img-pagination{
    width: 360px;
    height: 287px;
    object-fit: cover;
}
.img-slider-main{
    width: 696px;
    height: 591px;
    object-fit: cover;
}
.img-slider-main-title{
    position: absolute;
    left:0;
    right: 0;
    padding: 15px;
    background: linear-gradient(186deg, #F8F8F8 4.2%, #DFDFDF 95.52%);
    color: #030B12;
    font-size: 20px;
    font-style: normal;
    font-family: 'TildaSansLight', sans-serif;
    font-weight: 300;
    line-height: 120%;
}
.slider-object a{
    position: relative;
}
.slider-object{
    display: flex;
    gap: 30px;
}
.mySwiper2{
    width: 696px!important;
    height: 591px!important;
}
.mySwiper-pagination > .swiper-wrapper{

    height: 591px;
    /*gap: 17px 30px;*/
    /*display: grid !important;
    flex-wrap: wrap;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(3, 1fr);*/
}
.mySwiper-pagination > .swiper-wrapper > .swiper-slide{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
   /* height: 287px!important;*/
}
.mySwiper-pagination{
    width: 752px!important;
}
.slider-object{
    padding-bottom: 86px;
    position: relative;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none!important;
}
.swiper-button-next-object,.swiper-button-prev-object{
    width: 71px!important;
    height: 71px!important;
    opacity: 1!important;
    bottom: -35px!important;
    top: auto!important;
}
.swiper-button-next-object{
    right: 50% !important;
    margin-right: -86px!important;
}
.swiper-button-prev-object{
    left: 50% !important;
    margin-left: -86px!important;
}
.look-video{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 24px */
    border-radius: 61px;
    border: 1px solid #B9B9B9;
    background: #081826;
    width: 331px;
    height: 56px;
    font-family: 'TildaSansLight',sans-serif;
    display: flex;
    align-items: center;
    padding-left: 131px;
    margin-left: 40px;
}
.section3-video{
    padding-top: 47px;
    position: relative;
}
.section3-video span{
    position: absolute;
    left: 0;
    top: 0;
}
.section3-container-left h4{
    color: #FFF;
    font-size: 48px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    max-width: 568px;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
}
.section3-container-left img{
    margin-bottom: 63px;
}
.section3-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section3-container-text{
    color: #FFF;
    font-size: 20px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 24px */
    max-width: 373px;
}

.section3{
    position: relative;
    z-index: 9;
}
.section3-left-bg{
    background: #081826;
    width: 50%;
    height: 854px;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 1;
}
.sec3-bottom-img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.section3-container{
    border-right: 1px solid #B9B9B9;
    padding-right: 30px;
    padding-top: 142px;
    padding-bottom: 83px;
    margin-top: -180px;
    border-radius: 0px 0px 100px 0px;
}
.section3-big-img{
    position: absolute;
    left: 50%;
    margin-left: -394px;
}
.catalog{
    position: relative;
    z-index: 9;
    margin-top: 107px;
}
.fame-products-title{
    color: #0F101A;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    font-family: 'TildaSansLight',sans-serif;
    padding-bottom: 43px;
}
.fame-products{
    background: linear-gradient(186deg, #F8F8F8 4.2%, #DFDFDF 95.52%);
}
.catalog-bottom-img{
    margin-bottom: 118px;
}
.mySwiperProducts2-block{
    border-radius: 5px;
    background: #FFF;
    width: 490px;
    height: 598.051px;
    padding-top: 44px;
    padding-left: 41px;
    padding-right: 38px;
    display: block;
}
.mySwiperProducts2-block-content{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.mySwiperProducts2-block-content p{
    color: #030B12;
    font-size: 32px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 38.4px */
}
.mySwiperProducts2-block-content span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #EDEDED;
    border-radius: 50%;
}
.mySwiperProducts2-block img{
    width: 100%;
    height: auto;
    margin-top: 102px;
    height: auto;
}
.mySwiperProducts2-block-pagination img{
    height: auto;
    margin-top: 27px;
    position: absolute;
    right: 0;
    bottom: 0;

}
.turbulizator-zavikhritel-35kh1000kh6-mm-700-s .mySwiperProducts2-block img,
.turbulizator-zavikhritel-35kh1200kh6mm-700-s .mySwiperProducts2-block img{
    width: 90%;
    position: absolute;
    height: auto;
    bottom: -35px;
}
.mySwiperProducts2-block-pagination{
    width: 360px;
    height: 477px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.mySwiperProducts2-block-pagination > .mySwiperProducts2-block-content p{
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    font-family: 'TildaSansLight',sans-serif;
    line-height: 120%; /* 28.8px */
}
.fame-products-slider{
    display: flex;
    gap: 30px;
}
.mySwiperProducts2{
    width: 490px!important;
}
.mySwiperProducts{
    width: 70% !important;
}
.fame-products-slider{
    margin-left: 9.5%;
    position: relative;
}
.swiper-button-prev-products,.swiper-button-next-products{
    width: 71px!important;
    height: 71px!important;
    margin-top: -71px!important;
    opacity: 1!important;
}
.fame-products{
    padding-bottom: 69px;
}
.swiper-button-prev-products{
    right: 86px!important;
    left: auto!important;
}
.about-container-text h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    font-family: 'TildaSansLight',sans-serif;
    padding-bottom: 22px;
}
.about-container-text p{
    font-size: 16px;
    font-style: normal;
    font-family: 'TildaSansLight',sans-serif;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    width: 100%;
}
.about-container-text{
    max-width: 586px;
    padding-top: 67px;
    padding-left: 54px;
}
.about-container{
    border-left: 1px solid #B9B9B9;
    padding-bottom: 305px;
    border-right: 1px solid #B9B9B9;
}
.about{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-container-right-block{
    background: #014E78;
    width: 620px;
    padding: 50px 38px;
    display: flex;
    align-items: center;
    gap: 29px;
}
.about-container-right-block p{
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    font-family: 'TildaSansLight',sans-serif;
    line-height: 120%; /* 28.8px */
}
.about-container{
    display: flex;
    justify-content: space-between;
}
.about-container-right-block-logo-text a{
    display: flex;
    align-items: center;
    gap: 26px;
    color: #FFF;
}
.about-container-right-block-logo{
    width: 620px;
    padding: 50px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(4, 11, 17, 0.50);
    backdrop-filter: blur(4.550000190734863px);
}

.about-container-right-block-logo-text p{
    font-size: 24px;
    font-style: normal;
    font-family: 'TildaSansLight',sans-serif;
    font-weight: 300;
    line-height: 120%; /* 28.8px */
}
.about-container-right-block-logo span{
    border: 1px solid #0086CF;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.our-team-title{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    font-family: 'TildaSansRegular',sans-serif;
    padding-bottom: 28px;
}
.mySwiper-team-block{
    border: 1px solid #F8F8F8;
    background: #F2F2F2;
    padding-top: 80px;
    padding-left: 39px;
    width: 360px;
    height: 387px;
    position: relative;
}
.mySwiper-team-block-content{
    position: relative;
    z-index: 9;
}
.mySwiper-team-block-content p{
    color: #313B49;
    font-size: 20px;
    font-family: 'TildaSansRegular',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    padding-bottom: 13px;
}
.mySwiper-team-block-content span{
    color: #999;
    font-family: 'TildaSansRegular',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
.mySwiper-team-block img{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 254px;
    height: 380px;
}
.mySwiper-team{
    width: 1140px!important;
    margin-left: 0!important;
}

.swiper-button-next-team,.swiper-button-prev-team{
    width: 71px!important;
    height: 71px!important;
    margin-top: 0!important;
    opacity: 1!important;
}
.swiper-button-prev-team{
    right: 165px!important;
    left: auto!important;
}
.swiper-button-next-team{
    right: 79px!important;
}
.our-team-slider{
    padding-left: 52px;
}
.our-team{
    margin-top: -260px;
}
.our-team-line{
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B9B9B9;
    height: 1px;
}
.our-team-map-text h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    font-family: 'TildaSansLight',sans-serif;
    padding-bottom: 13px;
}
.our-team-map-text p{
    font-size: 24px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}
.our-team-map{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -56px;
}
.our-team-slider,.our-team{
    position: relative;
}
.team-bg{
    position: absolute;
    right: 0px;
    margin-left: -5px;
    z-index: -1;
    bottom: -42px;
    width: 1730px;
}
.news-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-top h2{
    color: #0F101A;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    font-family: 'TildaSansLight',sans-serif;
    text-transform: uppercase;
}
.news-top a{
    color: #030B12;
    text-align: center;
    font-size: 18px;
    font-family: 'TildaSansRegular',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #0086CF;
    width: 395.696px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news{
    padding-top: 146px;
    background: linear-gradient(186deg, #F8F8F8 4.2%, #DFDFDF 95.52%);
}
.news-container{
    display: flex;
    gap: 30px;
    position: relative;
    margin-top: 77px;
}
.mySwiperNews2{
    width: 490px!important;
}
.mySwiperNews2-block{
    border-radius: 5px;
    background: #FFF;
    width: 490px;
    height: 598px;
    position: relative;
}
.mySwiperNews2-block-content{
    position: relative;
    z-index: 9;
}
.mySwiperNews2-block-content p{
    color: #030B12;
    font-family: 'TildaSansLight',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 24px */
}
.mySwiperNews2-block-bottom{
    display: flex;
    justify-content: space-between;
}
.mySwiperNews2-block-bottom h5{
    color: #818181;
    font-family: 'TildaSansLight',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.mySwiperNews2-block-bottom span{
    background: #0086CF;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 8px;
}
.mySwiperNews2-block-pagination{
    width: 490px;
    height: 493px;
}
.mySwiperNews{
    width: 1010px!important;
}
.mySwiperNews2-block{
    padding-top: 34px;
    padding-right: 38px;
    padding-left: 41px;
}
.mySwiperNews2-block-bottom{
    padding-top: 31px;
}
.mySwiperNews2-block img{
    width: 100%;
    height: 402px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.mySwiperNews2-block-pagination img{
    height: 297px;
}
.swiper-button-next-news,.swiper-button-prev-news{
    width: 71px!important;
    height: 71px!important;
    bottom: 0!important;
    top: auto!important;
    opacity: 1!important;
}
.swiper-button-prev-news{
    right: 95px!important;
    left: auto!important;
}
.news{
    padding-bottom: 103px;
}
footer{
    padding-top: 71px;
    background: #030B12;
}
.footer-container-part p{
    color: #FFF;
    font-size: 16px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 195%; /* 31.2px */
}
.footer-container-part ul{
    list-style-type: none;
}
.footer-container-part li{
    padding-left: 0 !important;
}
.footer-container-part li:before{
    display: none !important;
}
.footer-container-part li:first-child a{
    color: #FFF;
    font-size: 18px;
    font-family: 'TildaSansLight',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 195%; /* 31.2px */
}
.footer-container-part li a{
    color: #FFF;
    font-family: 'TildaSansLight',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 195%;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-social-content{
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 16px;
}
.footer-tel{
    color: #FFF;
    text-align: right;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    font-family: 'TildaSansMedium',sans-serif;
    line-height: 140%; /* 35px */
    text-transform: uppercase;
}
.footer-mail{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'TildaSansRegular',sans-serif;
    line-height: 140%; /* 22.4px */
}
.footer-social{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-left{
    display: flex;
    gap: 111px;
}
.footer-text-middle p{
    color: #818181;
    font-family: 'TildaSansMedium',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    width: 400px;
}
.footer-text-middle span{
    background: rgba(255, 255, 255, 0.10);
    width: 75%;
    height: 1px;
    display: block;
}
.footer-text-middle{
    display: flex;
    align-items: center;
}
.footer-bottom p{
    font-family: 'TildaSansMedium',sans-serif;
    color: #E5E5E5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    max-width: 880px;
}
.footer-bottom span{
    color: #818181;
    text-align: right;
    font-family: 'TildaSansMedium',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}
.footer-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 47px;
    padding-bottom: 59px;
    gap: 30px;
}

#menu__toggle {
    opacity: 0;
}
.hamburger-menu.active .menu__btn > span {
    transform: rotate(45deg);
}
.hamburger-menu.active .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
.hamburger-menu.active .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
.hamburger-menu.active .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: -30px;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
    padding: 15px;
}
.menu__box a{
    color: #FFF;
    font-size: 16px;
}
.hamburger-menu{
    display: none;
}
.catalog-list-info section{
    margin-bottom: 0;
}
body.catalog-detail-page{
  background: #DFDFDF !important;
  color: #000 !important;
}
body.catalog-detail-page .header-menu li a{
  color: #000;
}
body.catalog-detail-page .static-page header{
  border: none;
}
.catalog.catalog-items-page{
    background: #081826;
  background-image: linear-gradient(355.45deg, #081826 -2.15%, rgba(8, 24, 38, 0) 95.54%);
  margin-top: 0;
  padding-top: 30px;
}
.catalog.catalog-items-page .col-desc{
    color: #FFF;
}
#KeyShotXR{
    height: 500px !important;
}
#turntable{
     height: 500px !important;
}
#specifications .text-list{
    display: flex;
    justify-content: space-between;
}
#specifications .text-list .text-list__item{
    width: 25%;
    padding-right: 4em;
}
.bg-blue{
     background: #081826;
  background-image: linear-gradient(355.45deg, #081826 -2.15%, rgba(8, 24, 38, 0) 95.54%);
  color: #fff;
}
@media (max-width: 960px) {
    #specifications .text-list{
        flex-wrap: wrap;
    }
    #specifications .text-list .text-list__item{
        width: 50%;
    }
}
@media (max-width: 640px) {
     #specifications .text-list .text-list__item{
        width: 100%;
    }
    .footer-bottom{
        flex-wrap: wrap;
    }
    .footer-bottom span{
        text-align: left;
    }
}