/*   
Theme Name: Project_Space
Author: MG
Author URI: https://mg-live.ru
*/
@font-face {
    font-family: 'Formular';
    src: local('Formular Medium'), local('Formular-Medium'),
    url('/wp-content/themes/project_space/fonts/Formular-Medium.woff2') format('woff2'),
    url('/wp-content/themes/project_space/fonts/Formular-Medium.woff') format('woff'),
    url('/wp-content/themes/project_space/fonts/Formular-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Formular';
    src: local('Formular Regular'), local('Formular-Regular'),
    url('/wp-content/themes/project_space/fonts/Formular.woff2') format('woff2'),
    url('/wp-content/themes/project_space/fonts/Formular.woff') format('woff'),
    url('/wp-content/themes/project_space/fonts/Formular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Suisse Intl';
    src: url('/wp-content/themes/project_space/fonts/suisseintl.eot');
    src: url('/wp-content/themes/project_space/fonts/suisseintl.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/project_space/fonts/suisseintl.woff2') format('woff2'),
    url('/wp-content/themes/project_space/fonts/suisseintl.woff') format('woff'),
    url('/wp-content/themes/project_space/fonts/suisseintl.ttf') format('truetype'),
    url('/wp-content/themes/project_space/fonts/suisseintl.svg#suisseintl') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Suisse Intl';
    src: url('/wp-content/themes/project_space/fonts/suisseintl-medium.eot');
    src: url('/wp-content/themes/project_space/fonts/suisseintl-medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/project_space/fonts/suisseintl-medium.woff2') format('woff2'),
    url('/wp-content/themes/project_space/fonts/suisseintl-medium.woff') format('woff'),
    url('/wp-content/themes/project_space/fonts/suisseintl-medium.ttf') format('truetype'),
    url('/wp-content/themes/project_space/fonts/suisseintl-medium.svg#suisseintl-medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Activist';
    src: local('Activist Regular'), local('Activist-Regular'),
    url('/wp-content/themes/project_space/fonts/Activist.woff2') format('woff2'),
    url('/wp-content/themes/project_space/fonts/Activist.woff') format('woff'),
    url('/wp-content/themes/project_space/fonts/Activist.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
*,::after,::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    background: #fff;
}
body.none{
    overflow: hidden;
}
img{
    max-width: 100%;
    display: block;
}
a,button{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    background: none;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 0;
    background: #4D4E54;
    width: 100%;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
}
.btn:hover{
    background: #2E2F37;
}
.wrapper{
    max-width: 1738px;
    margin: 0 auto;
    padding: 0 15px;
}
.box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
h1{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.title{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #4D4E54;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    z-index: 100;
    transition: all 0.5s;
    border-bottom: 1px solid transparent;
}
header .wrapper{
    max-width: 1715px;
}
header .box{
    padding: 0 5px 0 0;
    align-items: center;
}
header .box .logo{
    width: 212px;
}
header .box .logo a{
    width: 100%;
    display: block;
}
header .box .logo a svg{
    width: 100%;
    height: auto;
}
header .box .logo a path{
    transition: all 0.5s;
}
header .box .nav{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    margin: 0 -10px 0 -104px;
    height: 100%;
}
header .box .nav a{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0s;
}
header .box .nav a .line{
    width: 26px;
    height: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
header .box .nav a .line span{
    transition: all 0.5s;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(0deg);
}
header .box .nav a span{
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}
header .box .nav a:hover span{
    border-bottom: 1px solid #FFFFFF;
}
header .box .nav a:hover .line{
    border-bottom: 1px solid transparent;
}
header .box .nav.active a .line{
    height: 0;
}
header .box .nav.active a .line span{
    transform: rotate(45deg);
}
header .box .nav.active a .line span:last-child{
    transform: rotate(-45deg);
}
header .box .cat-menu{
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    background: #fff;
    width: 100%;
    margin: auto;
    display: none;
}
header .box .cat-menu:after{
    content: '';
    background: rgba(77, 78, 84, 0.75);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    right: 0;
}
header .box .cat-menu .box{
    max-width: 1715px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: normal;
}
header .box .cat-menu .box .left{
    width: 15%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 0 42px 0;
}
header .box .cat-menu .box .left .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #4D4E54;
}
header .box .cat-menu .box .left .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
}
header .box .cat-menu .box .right{
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6px 10px 29px 0;
}
header .box .cat-menu .box .right .item{
    width: 49.5%;
    height: 459px;
    position: relative;
    overflow: hidden;
}
header .box .cat-menu .box .right .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
header .box .cat-menu .box .right .item .top{
    position: absolute;
    top: 0;
    left: 0;
    padding: 26px;
}
header .box .cat-menu .box .right .item .top .name{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}
header .box .cat-menu .box .right .item .top .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    display: block;
}
header .box .cat-menu .box .right .item .bot{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 31px 39px;
}
header .box .cat-menu .box .right .item:hover img{
    transform: scale(1.1);
}
header .box .menu{
    width: 515px;
    margin: 0 -141px 0 0;
    height: 100%;
}
header .box .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header .box .menu ul li{

}
header .box .menu ul li a{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
}
header .box .menu ul li.hide{
    display: none;
}
header .box .tel{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
header .box .tel a{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
}
header .box .tel a:hover{
    border-bottom: 1px solid #fff;
}
header .box .tel .soc{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
header .box .tel .soc a{
    width: 35px;
    border: none !important;
}
header .box .tel .soc a img{
    width: 100%;
}
header .box .tel .soc a:hover{
    margin-top: -10px;
}
header.header-fixed{
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #DCDCDC;
}
header.header-fixed .box .logo a path{
    fill: #4D4E54;
}
header.header-fixed .box .nav a{
    color: #4D4E54;
}
header.header-fixed .box .nav a .line span{
    background: #4D4E54;
}
header.header-fixed .box .menu ul li a{
    color: #4D4E54;
}
header.header-fixed .box .tel a{
    color: #4D4E54;
}
header.header-fixed .box .nav a:hover span{
    border-bottom: 1px solid #4D4E54;
}
header.header-fixed .box .nav a:hover .line{
    border-bottom: 1px solid transparent;
}
.sec-1{
    height: 1225px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.sec-1 .wrapper{
    position: absolute;
    bottom: 438px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.sec-1 .img{
    width: 100%;
    height: 100%;
    position: relative;
}
.sec-1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-1 .img video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    vertical-align: middle;
    opacity: 0.4;
}
.sec-1 h1{
    color: #fff;
    margin: 0 auto;
    max-width: 1060px;
}
.sec-1 .text{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 26px;
}
.sec-1 .btn{
    padding: 21px 69px;
    gap: 10px;
    width: 285px;
    background: #FFFFFF;
    color: #000000;
    margin: 158px auto 0 auto;
}
.sec-1 .btn:hover{
    background: #EEEEEF;
}
.sec-2{
    margin: -280px 0 0 0;
}
.sec-2 .box{
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
    background: #fff;
    padding: 10px;
    position: relative;
}
.sec-2 .box .item{
    width: 49.7%;
    height: 624px;
    position: relative;
    display: block;
    overflow: hidden;
}
.sec-2 .box .item span{
    display: block;
}
.sec-2 .box .item .img{
    width: 100%;
    display: block;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-2 .box .item .img img{
    width: 100%;
}
.sec-2 .box .item .top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    padding: 0 26px;
}
.sec-2 .box .item .top .left{

}
.sec-2 .box .item .top .left .name{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(255, 255, 255, 0.8);
}
.sec-2 .box .item .top .left .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    margin-top: -2px;
}
.sec-2 .box .item .top .right{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    margin-top: -7px;
}
.sec-2 .box .item .bot{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    padding: 0 28px;
}
.sec-2 .box .item:hover .img{
    transform: scale(1.2);
}
.sec-3{
    padding: 74px 0 0 0;
}
.sec-3 .title{
    max-width: 930px;
    margin-bottom: 32px;
}
.sec-3 .object{
    margin: 0 0 0 4px;
}
.sec-3 .object .box{
    margin-bottom: 10px;
}
.sec-3 .object .box:nth-child(2n){
    flex-direction: row-reverse;
}
.sec-3 .object .box .left{
    width: 49.7%;
    height: 454px;
    overflow: hidden;
}
.sec-3 .object .box .left img{
    width: 100%;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-3 .object .box .left:hover img{
    transform: scale(1.2);
}
.sec-3 .object .box .right{
    width: 49.7%;
    border: 2px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 39px 38px 39px;
}
.sec-3 .object .box .right .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #4D4E54;
    width: 300px;
}
.sec-3 .object .box .right .text{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    width: 78%;
}
.sec-3 .btn{

}
.sec-4{
    padding: 135px 0 0 0;
}
.sec-4 .title{
    max-width: 650px;
    margin-bottom: -51px;
}
.sec-4 .map{
    max-width: 1453px;
    margin: 0 auto;
    overflow: hidden;
}
.sec-4 .map svg{
    width: 100%;
    height: 100%;
}
.sec-4 .map svg g{
    position: relative;
    z-index: 1;
    opacity: 0;
}
.sec-4 .map.element-show svg g{
    animation: map 0.5s linear forwards;
}
@keyframes map {
    from{
        transform: translateY(-10%);
        opacity: 0;
    }
    to{
        transform: translateY(0%);
        opacity: 1;
    }
}
.sec-4 .map.element-show .num-1{
    animation-delay: 0.1s;
}
.sec-4 .map.element-show .num-2{
    animation-delay: 0.2s;
}
.sec-4 .map.element-show .num-3{
    animation-delay: 0.3s;
}
.sec-4 .map.element-show .num-4{
    animation-delay: 0.4s;
}
.sec-4 .map.element-show .num-5{
    animation-delay: 0.5s;
}
.sec-4 .map.element-show .num-6{
    animation-delay: 0.6s;
}
.sec-4 .map.element-show .num-7{
    animation-delay: 0.7s;
}
.sec-4 .map.element-show .num-8{
    animation-delay: 0.8s;
}
.sec-4 .map.element-show .num-9{
    animation-delay: 0.9s;
}
.sec-4 .map.element-show .num-10{
    animation-delay: 1s;
}
.sec-4 .map.element-show .num-11{
    animation-delay: 1.1s;
}
.sec-4 .map.element-show .num-12{
    animation-delay: 1.2s;
}
.sec-4 .map.element-show .num-13{
    animation-delay: 1.3s;
}
.sec-4 .map.element-show .num-14{
    animation-delay: 1.4s;
}
.sec-4 .map.element-show .num-15{
    animation-delay: 1.5s;
}
.sec-4 .map.element-show .num-16{
    animation-delay: 1.6s;
}
.sec-4 .map.element-show .num-17{
    animation-delay: 1.7s;
}
.sec-4 .map.element-show .num-18{
    animation-delay: 1.8s;
}
.sec-4 .map.element-show .num-19{
    animation-delay: 1.9s;
}
.sec-4 .map.element-show .num-20{
    animation-delay: 2s;
}
.sec-4 .map.element-show .num-21{
    animation-delay: 2.1s;
}
.sec-4 .map.element-show .num-22{
    animation-delay: 2.2s;
}
.sec-4 .map.element-show .num-23{
    animation-delay: 2.3s;
}
.sec-4 .map.element-show .num-24{
    animation-delay: 2.4s;
}
.sec-5{
    padding: 51px 0 0 0;
}
.sec-5 .box{

}
.sec-5 .box .item{
    width: 49.7%;
    position: relative;
}
.sec-5 .box .item span{
    display: block;
}
.sec-5 .box .item .img{
    width: 100%;
    height: 453px;
    overflow: hidden;
}
.sec-5 .box .item .img:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
    position: absolute;
    left: 0;
    top: 0;
}
.sec-5 .box .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
}
.sec-5 .box .item .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    padding: 0 41px;
}
.sec-5 .box .item .text{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 88%;
    padding: 0 41px;
}
.sec-6{
    padding: 105px 0 0 0;
}
.sec-6 .title{
    margin-bottom: 40px;
}
.sec-6 .top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.sec-6 .top .item{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #B0B0B0;
}
.sec-6 .top .item:nth-child(1){
    width: 14%;
}
.sec-6 .top .item:nth-child(2){
    width: 55.7%;
}
.sec-6 .top .item:nth-child(3){
    width: 29.8%;
}
.sec-6 .accordion{
    border-top: 3px solid #000000;
}
.sec-6 .accordion .accordion__item{
    border-bottom: 2px solid #D9D9D9;
}
.sec-6 .accordion .accordion__item .accordion__header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 10px 30.5px 0;
    position: relative;
    cursor: pointer;
}
.sec-6 .accordion .accordion__item .accordion__header:after{
    content: '';
    background: url("/wp-content/themes/project_space/img/plus.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 29px;
    transition: all 0.2s;
}
.sec-6 .accordion .accordion__item.accordion__item_show .accordion__header:after{
    background: url("/wp-content/themes/project_space/img/minus.svg") 0 0 no-repeat;
}
.sec-6 .accordion .accordion__item .accordion__header .left{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #000000;
    width: 14%;
}
.sec-6 .accordion .accordion__item .accordion__header .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #000000;
    width: 56.2%;
    transition: all 0.5s;
}
.sec-6 .accordion .accordion__item .accordion__header:hover .zag,
.sec-6 .accordion .accordion__item.accordion__item_show .accordion__header .zag{
    color: #888888;
}
.sec-6 .accordion .accordion__item .accordion__header .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.8);
    width: 29%;
}
.sec-6 .accordion .accordion__item .accordion__body{
    display: none;
}
.sec-6 .accordion .accordion__item.accordion__item_show .accordion__body{
    display: block;
}
.sec-6 .accordion .accordion__item .accordion__body .accordion__content{
    width: 85.7%;
    margin: 3px 0 47px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.sec-6 .accordion .accordion__item .accordion__body .accordion__content .img{
    width: 284px;
}
.sec-6 .accordion .accordion__item .accordion__body .accordion__content .img img{
    width: 100%;
}
.sec-6 .accordion .accordion__item .accordion__body .accordion__content .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #4D4E54;
    max-width: 585px;
    margin: 2px 0 0 0;
}
.sec-7{
    background: #D9D9D9;
    margin: 71px 0 0 0;
    position: relative;
}
.sec-7 .box{
    margin: 0 0 0 -10px;
    width: 97%;
    height: 519px;
}
.sec-7 .box .left{
    width: 51.9%;
    height: 519px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.sec-7 .box .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-7 .box .right{
    width: 43%;
    padding: 53px 0 0 0;
    margin: 0 0 0 auto;
}
.sec-7 .box .right .title{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #4D4E54;
    text-transform: none;
    width: 80%;
    margin-bottom: 24px;
}
.sec-7 .box .right .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    width: 76%;
    margin-bottom: 83px;
}
.sec-7 .box .right .box{
    margin: 0 0 29px 0;
    width: 100%;
    height: auto;
}
.sec-7 .box .right .box .group{
    width: 48.7%;
}
.sec-7 .box .right .box .group label{
    width: 100%;
    display: block;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    margin-bottom: 8px;
}
.sec-7 .box .right .box .group input{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #000;
    outline: 0;
    border: 2px solid transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
    padding: 0 10px;
    transition: all 0.5s;
}
.sec-7 .box .right .box .group input:focus {
    border: 2px solid #888888;
}
.sec-7 .box .right .box .group input:hover{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.sec-7 .box .right .box .group input.wpcf7-not-valid{
    border: 2px solid #D14B4B;
}
.sec-7 .box .right .box .group .wpcf7-not-valid-tip{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #D14B4B;
}
.sec-7 .box .right .wpcf7-response-output{
    display: none;
}
.sec-7 .box .right .btn{

}
.sec-7 .box .right .chek{
    margin: 19px 0 0 0;
}
.sec-7 .box .right .chek input{
    display: none;
}
.sec-7 .box .right .chek .wpcf7-list-item-label{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 140px 0 30px;
}
.sec-7 .box .right .chek .wpcf7-list-item-label:before{
    content: '';
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-7 .box .right .chek .wpcf7-list-item-label:after{
    content: '';
    background: url("/wp-content/themes/project_space/img/chek.svg") 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
}
.sec-7 .box .right .chek .wpcf7-list-item-label a{
    text-decoration: underline;
    font-size: 13px;
}
.sec-7 .box .right .chek .wpcf7-list-item-label a:hover{
    text-decoration: none;
}
.sec-7 .box .right .chek input:checked + .wpcf7-list-item-label:after{
    opacity: 1;
}
.sec-8{
    padding: 100px 0 0 0;
}
.sec-8 .title{
    max-width: 800px;
    margin-bottom: 26px;
}
.sec-8 .box{

}
.sec-8 .box .item{
    position: relative;
    background: #4D4E54;
    width: 49.8%;
    height: 454px;
    margin-bottom: 9px;
    overflow: hidden;
}
.sec-8 .box .item .img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-8 .box .item:hover .img{
    transform: scale(1.2);
}
.sec-8 .box .item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
.sec-8 .box .item .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 32px;
    padding: 0 41px;
    width: 100%;
}
.sec-8 .box .item .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    position: absolute;
    left: 0;
    bottom: 43px;
    padding: 0 41px;
    width: 69%;
}
.sec-9{
    padding: 61px 0 0 0;
}
.sec-9 .bg{
    background: #0F0F0F;
    padding: 35px 18px 24px 18px;
}
.sec-9 .box{
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 40px;
}
.sec-9 .box .left{
    width: 50%;
}
.sec-9 .box .left .sub-title{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.011em;
    color: #888888;
}
.sec-9 .box .left .title{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 128px;
    line-height: 100%;
    letter-spacing: -0.011em;
    background: linear-gradient(90deg, #FFFFFF 0%, #534539 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: none;
    margin: 3px 0 0 0;
    width: fit-content;
}
.sec-9 .box .right{
    width: 49.6%;
    padding: 103px 0 0 0;
}
.sec-9 .box .right .btn{
    background: #fff;
    color: #4D4E54;
}
.sec-9 .box .right .btn:hover{
    background: #EEEEEF;
}
.sec-9 .item{
    border-bottom: 1px solid #272727;
    padding: 17px 0 31px 36px;
    background: url("/wp-content/themes/project_space/img/like.svg") 0 15px no-repeat;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-9 .item:nth-last-child(3){
    border: none;
    padding-bottom: 37px;
}
.sec-9 .item .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
}
.sec-9 .item .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    width: 50.7%;
    padding: 0 120px 0 0;
}
.sec-9 .img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.sec-9 .img .item{
    width: 24.3%;
    height: 281px;
    overflow: hidden;
    border: none;
    padding: 0;
    background: none;
}
.sec-9 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-9 .img img:hover{
    transform: scale(1.2);
}
.sec-9 .btn{

}
.sec-10{
    background: #D9D9D9;
    margin: 50px 0 0 0;
    position: relative;
    overflow: hidden;
}
.sec-10 .box{
    margin: 0 0 0 -10px;
    width: 98.5%;
    height: 548px;
}
.sec-10 .box .left{
    width: 51.4%;
    height: 548px;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-10 .box .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-10 .box .right{
    width: 44.8%;
    padding: 46px 0 0 0;
    margin: 0 0 0 auto;
}
.sec-10 .box .right .title{
    font-size: 32px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 31px;
}
.sec-10 .box .right .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    max-width: 540px;
    margin-bottom: 134px;
}
.sec-10 .box .right .box{
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
}
.sec-10 .box .right .box .group{
    width: 31.4%;
}
.sec-10 .box .right .box .group label{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    display: block;
    margin-bottom: 7px;
}
.sec-10 .box .right .box .group select{

}
.sec-10 .box .right select{
    width: 100%;
    height: 51px;
    background-color: #fff;
    background-image: url("/wp-content/themes/project_space/img/arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    transition: all 0.5s;
}
.sec-10 .box .right .select2-container--default .select2-selection--single,
.sec-10 .box .right .select2-container--default .select2-selection--multiple{
    width: 100%;
    height: 51px;
    background-color: #fff;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    transition: all 0.5s;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 18px;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple:after{
    content: '';
    background: url("/wp-content/themes/project_space/img/arrow.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 12px 0 auto;
    transition: all 0.5s;
    transform: rotate(0deg);
}
.sec-10 .box .right .select2-container--default.select2-container--open .select2-selection--multiple:after{
    transform: rotate(180deg);
    margin-top: -10px;
}
.sec-10 .box .right .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    gap: 5px;
    margin-left: -12px;
}
.sec-10 .box .right .select2-container--default .select2-search--inline .select2-search__field {
    padding: 15px 0;
    height: 50px;
    margin: 0;
}
.sec-10 .box .right .select2-container--default .select2-search--inline .select2-search__field::placeholder{
    font-family: 'Suisse Intl', sans-serif;
    color: #888888;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    font-weight: 500;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d4e53;
    color: #fff;
    border: none;
    padding: 0 8px 0 20px;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 100%;
    border-color: transparent;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #37383b;
    color: #fff;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff;
}
.sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff;
}
.sec-10 .box .right .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-10 .box .right .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: url("/wp-content/themes/project_space/img/arrow.svg") 0 0 no-repeat;
    border: none;
    width: 15px;
    height: 8px;
    margin-left: -18px;
    margin-top: 8px;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.sec-10 .box .right .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: rotate(180deg);
}
.select2-dropdown{
    border: none;
}
.select2-results__option--selectable{
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    padding: 0 22px;
    height: 50px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
    background-color: #4D4E54;
    color: #fff;
}
.sec-10 .box .right select:hover,
.sec-10 .box .right .select2-container--default .select2-selection--single:hover{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.select2-container--open .select2-dropdown--below{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.sec-10 .box .right .btn{
    margin: 19px 0 0 0;
}
.sec-11{
    overflow: hidden;
    padding: 91px 0 0 0;
}
.sec-11 .title{
    margin-bottom: 40px;
}
.sec-11 .slider{
    position: relative;
}
.sec-11 .slider .swiper-arrow{
    position: absolute;
    width: 49px;
    height: 51px;
    top: -71px;
    left: auto;
    background: #4D4E54 url("/wp-content/themes/project_space/img/arrow1.svg") 50% 50% no-repeat;
    transition: all 0.5s;
    margin: 0;
    opacity: 1;
}
.sec-11 .slider .swiper-arrow:after{
    display: none;
}
.sec-11 .slider .swiper-arrow:hover{
    background: #2E2F37 url("/wp-content/themes/project_space/img/arrow1.svg") 50% 50% no-repeat;
}
.sec-11 .slider .swiper-arrow.swiper-button-next{
    right: 4px;
    transform: rotate(180deg);
}
.sec-11 .slider .swiper-arrow.swiper-button-prev{
    right: 54px;
}
.sec-11 .slider .swiper-pagination{
    position: initial;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 19px 0 0 0;
}
.sec-11 .slider .swiper-pagination .swiper-pagination-bullet{
    width: 10.07px;
    height: 10.07px;
    background: #D9D9D9;
    border-radius: 100px;
    transition: all 0.5s;
    margin: 0;
    opacity: 1;
}
.sec-11 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #4D4E54;
}
.sec-11 .slider .swiper-slide{
    width: 624px;
}
.sec-11 .slider .item{
    width: 100%;
    height: 469px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 18px 32px 22px;
    overflow: hidden;
}
.sec-11 .slider .item.black{
    background: #090909;
    position: relative;
}
.sec-11 .slider .item.black:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 366px;
    left: 0;
    bottom: -150px;
    background: #534F43;
    filter: blur(149.5px);
}
.sec-11 .slider .item .top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.sec-11 .slider .item .top .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #4D4E54;
}
.sec-11 .slider .item .top .city{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #BCBCBC;
    background: url("/wp-content/themes/project_space/img/balun.svg") 0 0 no-repeat;
    padding: 0 0 0 23px;
    margin: -10px 0 0 0;
}
.sec-11 .slider .item .top .zag span{
    background: linear-gradient(87.35deg, #FFFFFF 21.67%, #625D4D 88.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
}
.sec-11 .slider .item .bot{
    width: 97%;
    position: relative;
    z-index: 1;
}
.sec-11 .slider .item .bot .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #4D4E54;
}
.sec-11 .slider .item.black .bot .zag{
    color: #fff;
}
.sec-11 .slider .item .bot .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    width: 96%;
    padding: 0 0 0 2px;
    margin-top: 10px;
}
.sec-11 .slider .item .bot .img{
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-top: 34px;
}
.sec-11 .slider .item .bot .img .item{
    width: 109px;
    height: 90px;
    overflow: hidden;
    padding: 0;
    border: none;
}
.sec-11 .slider .item .bot .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-11 .slider .item .bot .img img:hover{
    transform: scale(1.2);
}
.sec-12{
    padding: 67px 0 0 0;
    margin-bottom: -31px;
}
.sec-12 .title{
    margin-bottom: 28px;
}
.sec-12 .box{
    margin-bottom: 49px;
}
.sec-12 .box .item{
    width: 49.7%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sec-12 .box .item .img{
    width: 100%;
    height: 454px;
    margin-bottom: 20px;
    overflow: hidden;
}
.sec-12 .box .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-12 .box .item:hover .img img{
    transform: scale(1.1);
}
.sec-12 .box .item .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #4D4E54;
    width: 90%;
    margin-bottom: 20px;
}
.sec-12 .box .item .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    width: 60%;
    margin-bottom: 42px;
}
.sec-12 .box .item .date{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #BCBCBC;
    margin-top: auto;
}
.sec-12 .btn{

}
footer{
    background: #4D4E54;
    padding: 32px 0 28px 0;
}
footer .box{
    padding: 0 0 0 16px;
}
footer .box .logo{
    width: 212px;
}
footer .box .logo img{
    width: 100%;
}
footer .box .right{
    width: 38.2%;
    margin: 7px 0 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .box .right .item{
    width: 37.5%;
}
footer .box .right .item .zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}
footer .box .right .item .menu{

}
footer .box .right .item .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .box .right .item .menu ul li{
    margin-bottom: 14px;
}
footer .box .right .item .menu ul li a{
    font-family: 'Activist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #FFFFFF;
}
footer .box .right .item .menu ul:hover li a{
    color: #85868D;
}
footer .box .right .item .menu ul:hover li a:hover{
    color: #FFFFFF;
}
footer .box .tel{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2px 14px 0 0;
}
footer .box .tel a{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
}
footer .box .tel a.mail{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.011em;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
}
footer .box .tel a:hover{
    border-bottom: 1px solid #fff;
}
footer .box .tel a.mail:hover{
    color: #fff;
}
footer .box .tel .soc{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin: 32px 0 0 0;
}
footer .box .tel .soc a{
    width: 54px;
    border: none;
}
footer .box .tel .soc a img{
    width: 100%;
}
footer .box .tel .soc a:hover{
    margin-top: -10px;
}
footer .foot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 114px 0 0 0;
    padding: 0 2px 0 16px;
}
footer .foot .copy{
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #949494;
}
footer .foot .polit{
    margin: 0 0 0 auto;
    width: 29.8%;
}
footer .foot .polit a{
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #949494;
}
footer .foot .polit a:hover{
    color: #fff;
}
footer .foot .desing{

}
footer .foot .desing a{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #949494;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}
footer .foot .desing a span{
    padding: 6px 0 0 0;
    letter-spacing: 0.01px;
}
footer .foot .desing a img{

}
.popup-fade,
.popup-fade-yes,
.popup-fade-zay{
    display: none;
    position: fixed;
    z-index: 999999999;
}
.popup-fade:before,
.popup-fade-yes:before,
.popup-fade-zay:before{
    content: '';
    background: rgba(74, 74, 74, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 848px;
    width: 100%;
    height: 490px;
    margin: auto;
    background: #D9D9D9;
    padding: 56px 64px 56px 72px;
    z-index: 99999;
    opacity: 1;
}
.popup-fade-yes .popup{
    max-width: 625px;
    height: 538px;
    padding: 75px 15px 0 15px;
}
.popup-close{
    position: absolute;
    top: 14px;
    right: 13px;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.popup-close svg{
    transition: all 0.5s;
    transform: rotate(0);
}
.popup-close:hover svg{
    transform: rotate(360deg);
}
.popup .title{
    font-size: 32px;
    line-height: 36px;
    text-transform: none;
    margin-bottom: 20px;
}
.popup .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    width: 77%;
    margin-bottom: 65px;
}
.popup .box{
    margin: 0 0 29px 0;
    width: 100%;
}
.popup .box .group{
    width: 48.7%;
}
.popup .box .group label{
    width: 100%;
    display: block;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    margin-bottom: 8px;
}
.popup .box .group input{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #000;
    outline: 0;
    border: 2px solid transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
    padding: 0 10px;
    transition: all 0.5s;
}
.popup .box .group input:focus {
    border: 2px solid #888888;
}
.popup .box .group input:hover{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.popup .box .wpcf7-not-valid-tip{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #D14B4B;
}
.popup .box .group input.wpcf7-not-valid{
    border: 2px solid #D14B4B;
}
.popup .btn{

}
.popup .chek{
    margin: 19px 0 0 0;
}
.popup .chek input{
    display: none;
}
.popup .chek .wpcf7-list-item-label{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 140px 0 30px;
}
.popup .chek .wpcf7-list-item-label:before{
    content: '';
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.popup .chek .wpcf7-list-item-label:after{
    content: '';
    background: url("/wp-content/themes/project_space/img/chek.svg") 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
}
.popup .chek .wpcf7-list-item-label a{
    text-decoration: underline;
    font-size: 13px;
}
.popup .chek .wpcf7-list-item-label a:hover{
    text-decoration: none;
}
.popup .chek input:checked + .wpcf7-list-item-label:after{
    opacity: 1;
}
.popup .wpcf7-response-output{
    display: none;
}
.popup input.hide{
    display: none;
}
.popup-fade-yes .img{
    margin: 0 auto 23px auto;
    width: 88px;
}
.popup-fade-yes .img img{
    width: 100%;
}
.popup-fade-yes .title{
    margin: 0 auto 31px auto;
    width: 41%;
    text-align: center;
}
.popup-fade-yes .text{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.popup-fade-yes .btn{
    position: initial;
    width: 72.5%;
    margin: 35px auto 0 auto;
    height: 50px;
}
.light header{
    background: #fff;
    border-bottom: 1px solid #DCDCDC;
}
.light header .box .logo a path {
    fill: #4D4E54;
}
.light header .box .nav a {
    color: #4D4E54;
}
.light header .box .nav a .line span {
    background: #4D4E54;
}
.light header .box .nav a:hover .line {
    border-bottom: 1px solid transparent;
}
.light header .box .nav a:hover span {
    border-bottom: 1px solid #4D4E54;
}
.light header .box .menu ul li a {
    color: #4D4E54;
}
.light header .box .tel a {
    color: #4D4E54;
}
.light header .box .tel a:hover {
    border-bottom: 1px solid #4D4E54;
}
.breadcrumb{

}
.breadcrumb span{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
}
.breadcrumb span span{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}
.breadcrumb span span a{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
}
.breadcrumb span span a:hover{
    color: #000;
    text-decoration: underline;
}
.page-template-project .sec-2 {
    margin: 86px 0 0 0;
}
.page-template-project .sec-2 .title{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #4D4E54;
    margin: 87px auto 47px auto;
    width: 70%;
}
.page-template-tehnologii .sec-3 {
    padding: 89px 0 0 0;
}
.page-template-tehnologii .sec-3 .title{
    font-size: 84px;
    line-height: 100%;
    text-align: center;
    margin: 37px auto 58px auto;
}
.page-template-tehnologii .sec-3 .video{
    width: calc(100% + 20px);
    height: 917px;
    position: relative;
    margin: 0 0 11px -10px;
}
.page-template-tehnologii .sec-3 .video button{
    width: 100%;
    height: 100%;
    display: block;
}
.page-template-tehnologii .sec-3 .video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-tehnologii .sec-3 .video .play{
    background: url('/wp-content/themes/project_space/img/play.svg') 0 0 no-repeat;
    width: 128px;
    height: 148px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    transform: scale(1);
}
.page-template-tehnologii .sec-3 .video button:hover .play{
    transform: scale(1.2);
}
.page-template-tehnologii .sec-3 .video button:focus .play{
    transform: scale(0.8);
}
.page-template-tehnologii .sec-3 .video iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    display: none;
}
.page-template-tehnologii .sec-3 .object .box {
    margin-bottom: 14px;
}
.page-template-tehnologii .sec-3 .object .box:nth-child(1n) {
    flex-direction: row-reverse;
}
.page-template-tehnologii .sec-3 .object .box:nth-child(2n) {
    flex-direction: row;
}
.page-template-tehnologii .sec-3 .object {
    margin: 0;
}
.page-template-tehnologii .sec-3 .object .box .left{
    height: 533px;
}
.page-template-tehnologii .sec-3 .object .box .right{
    padding: 30px 39px 38px 26px;
}
.page-template-tehnologii .sec-3 .object .box .right .zag{
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #4D4E54;
}
.page-template-tehnologii .sec-3 .object .box .right .sub-zag{
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.011em;
    color: #4D4E54;
    margin-bottom: 17px;
}
.page-template-tehnologii .sec-3 .object .box .right .text{
    width: 57%;
}
.page-template-tehnologii .sec-7 {
    margin: 25px 0 0 0;
}
.sec-13{
    padding: 90px 0 0 0;
}
.sec-13 .title{
    font-family: 'Formular', sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    color: #4D4E54;
    margin: 37px 0 141px 0;
}
.sec-13 .nav-menu{
    margin-bottom: 28px;
}
.sec-13 .nav-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.sec-13 .nav-menu ul li{
    width: 100%;
}
.sec-13 .nav-menu ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #4D4E54;
    background: #EEEEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.sec-13 .nav-menu ul li a:hover{
    background: #DEDEDE;
    color: #4D4E54;
}
.sec-13 .nav-menu ul li.active a{
    background: #4D4E54;
    color: #fff;
}
.sec-13 .box{
    justify-content: flex-start;
    gap: 48px 16px;
}
.sec-13 .box .item{
    width: 32.7%;
}
.sec-13 .box .item a{
    display: block;
    width: 100%;
    color: #888;
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.176px;
}
.sec-13 .box .item a span{
    display: block;
}
.sec-13 .box .item a .img{
    width: 100%;
    height: 413px;
    overflow: hidden;
    margin-bottom: 12px;
}
.sec-13 .box .item a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-13 .box .item a .cat{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888888;
}
.sec-13 .box .item .zag{
    color: #4D4E54;
    font-family: 'Formular', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.264px;
}
.sec-13 .box .item a:hover .img img{
    transform: scale(1.2);
}
.sec-13 .pagination{
    margin: 28px 0 0 0;
    width: fit-content;
}
.sec-13 .pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid #DCDCDC;
}
.sec-13 .pagination ul li{
    border-right: 1px solid #DCDCDC;
}
.sec-13 .pagination ul li:last-child{
    border: none;
}
.sec-13 .pagination ul li:last-child a,
.sec-13 .pagination ul li:first-child a{
    min-width: 121px;
}
.sec-13 .pagination ul li a,
.sec-13 .pagination ul li span{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #4D4E54;
    min-width: 57px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-13 .pagination ul li a:hover{
    background: #DEDEDE;
}
.sec-13 .pagination ul li.active span{
    background: #4D4E54;
    color: #fff;
}
.sec-14{
    border-top: 1px solid #DCDCDC;
    margin: 88px 0 0 0;
    padding: 50px 0 14px 0;
}
.sec-14 .title{
    line-height: 57.6px;
    color: #4D4E54;
    text-transform: none;
    padding: 0 0 51px 25px;
}
.sec-14 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0 25px;
    width: 83%;
}
.sec-14 .box .left{
    width: 41%;
}
.sec-14 .box .right{
    width: 40.8%;
}
.sec-14 .box p{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888888;
    margin-bottom: 18px;
}
.sec-15{
    padding: 90px 0 13px 0;
}
.sec-15 .title{
    font-family: 'Formular', sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    color: #4D4E54;
    margin: 37px 0 67px 0;
}
.sec-15 .nav-menu{
    margin-bottom: 19px;
}
.sec-15 .nav-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.sec-15 .nav-menu ul li{
    width: 100%;
}
.sec-15 .nav-menu ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #4D4E54;
    background: #EEEEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.sec-15 .nav-menu ul li a:hover{
    background: #DEDEDE;
    color: #4D4E54;
}
.sec-15 .nav-menu ul li.active a{
    background: #4D4E54;
    color: #fff;
}
.sec-15 .box{

}
.sec-15 .box .item{
    width: 49.7%;
    margin-bottom: 12px;
}
.sec-15 .box .item a,
.sec-15 .box .item .link{
    width: 100%;
    height: 533px;
    border: 2px solid #D9D9D9;
    position: relative;
    padding: 27px;
    display: flex;
    flex-direction: column;
}
.sec-15 .box .item a span,
.sec-15 .box .item .link span{
    display: block;
    position: relative;
    z-index: 1;
}
.sec-15 .box .item a .img,
.sec-15 .box .item .link .img{
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    overflow: hidden;
    margin-bottom: 12px;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: -2px;
    top: -2px;
}
.sec-15 .box .item a .img img,
.sec-15 .box .item .link .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-15 .box .item a .img:before,
.sec-15 .box .item .link .img:before{
    content: '';
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-15 .box .item a .zag,
.sec-15 .box .item .link .zag{
    font-family: 'Formular', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    width: 80%;
    margin-bottom: 20px;
}
.sec-15 .box .item a .teg,
.sec-15 .box .item .link .teg{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    margin: 0 0 36px 4px;
}
.sec-15 .box .item a .text,
.sec-15 .box .item .link .text{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888888;
    margin: 0 0 0 4px;
    width: 43%;
}
.sec-15 .box .item a .date,
.sec-15 .box .item .link .date{
    font-family: 'Formular', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888888;
    margin: auto 0 0 0;
}
.sec-15 .box .item a:hover .img,
.sec-15 .box .item .link:hover .img{
    opacity: 1;
}
.sec-15 .box .item a:hover .zag,
.sec-15 .box .item .link:hover .zag{
    color: #fff;
}
.sec-15 .box .item a:hover .teg,
.sec-15 .box .item .link:hover .teg{
    color: #fff;
}
.sec-15 .box .item a:hover .text,
.sec-15 .box .item .link:hover .text{
    color: #fff;
}
.sec-15 .box .item a:hover .date,
.sec-15 .box .item .link:hover .date{
    color: #fff;
}
.sec-15 .pagination{
    margin: 18px 0 0 0;
    width: fit-content;
}
.sec-15 .pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid #DCDCDC;
}
.sec-15 .pagination ul li{
    border-right: 1px solid #DCDCDC;
}
.sec-15 .pagination ul li:first-child{
    display: none;
}
.sec-15 .pagination ul li:last-child{
    border: none;
}
.sec-15 .pagination ul li:last-child a,
.sec-15 .pagination ul li:first-child a{
    min-width: 121px;
}
.sec-15 .pagination ul li a{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #4D4E54;
    min-width: 57px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-15 .pagination ul li a:hover{
    background: #DEDEDE;
}
.sec-15 .pagination ul li.active a{
    background: #4D4E54;
    color: #fff;
}
.sec-16{
    padding: 90px 0 0 0;
}
.sec-16 .title{
    font-family: 'Formular', sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    color: #4D4E54;
    margin: 37px 0 67px 0;
}
.sec-16 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 12px;
}
.sec-16 .box .left{
    width: 49.4%;
    border: 2px solid #D9D9D9;
    padding: 29px 29px 22px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec-16 .box .left .zag{
    font-family: 'Formular', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    width: 300px;
}
.sec-16 .box .left .soc{
    display: flex;
    justify-content: flex-start;
    margin: auto 0 26px 0;
    gap: 7px;
}
.sec-16 .box .left .soc a{
    width: 70px;
    display: block;
}
.sec-16 .box .left .soc a img{
    width: 100%;
}
.sec-16 .box .left .soc a:hover{
    margin-top: -10px;
}
.sec-16 .box .left a{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #888888;
}
.sec-16 .box .left a:hover{
    color: #000;
}
.sec-16 .box .left .rab{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #000;
    margin: 19px 0 0 0;
}
.sec-16 .box .left .box{
    padding: 10px 0 0 0;
    align-items: flex-end;
}
.sec-16 .box .left .box .address{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888888;
    width: 200px;
}
.sec-16 .box .left .box a{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: left;
    text-decoration: underline;
    color: #000;
}
.sec-16 .box .left .box a:hover{
    text-decoration: none;
}
.sec-16 .box .right{
    width: 49.4%;
    background: #EEEEEF;
    padding: 30px 38px 30px 46px;
}
.sec-16 .box .right .zag{
    font-family: 'Formular', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    margin-bottom: 33px;
}
.sec-16 .box .right .box{
    padding: 0;
}
.sec-16 .box .right .box .group{
    width: 48.7%;
}
.sec-16 .box .right .group{
    margin-bottom: 16px;
}
.sec-16 .box .right .group label{
    width: 100%;
    display: block;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    margin-bottom: 8px;
}
.sec-16 .box .right .group .wpcf7-not-valid-tip{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #D14B4B;
}
.sec-16 .box .right .group input{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #000;
    outline: 0;
    border: 2px solid transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
    padding: 0 10px;
    transition: all 0.5s;
}
.sec-16 .box .right .group input.wpcf7-not-valid{
    border: 2px solid #D14B4B;
}
.sec-16 .box .right .group textarea{
    width: 100%;
    height: 95px;
    background: #FFFFFF;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #000;
    outline: 0;
    border: 2px solid transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
    padding: 10px;
    transition: all 0.5s;
    resize: none;
}
.sec-16 .box .right .group input:focus,
.sec-16 .box .right .group textarea:focus{
    border: 2px solid #888888;
}
.sec-16 .box .right .group input:hover,
.sec-16 .box .right .group textarea:hover{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.sec-16 .box .right .btn{
    margin: 23px 0 0 0;
    padding: 19px 0;
}
.sec-16 .box .right .chek{
    margin: 13px 0 0 0;
}
.sec-16 .box .right .chek input{
    display: none;
}
.sec-16 .box .right .chek .wpcf7-list-item-label{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: rgba(74, 74, 74, 0.8);
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 30px;
}
.sec-16 .box .right .chek .wpcf7-list-item-label:before{
    content: '';
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-16 .box .right .chek .wpcf7-list-item-label:after{
    content: '';
    background: url("/wp-content/themes/project_space/img/chek.svg") 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
}
.sec-16 .box .right .chek .wpcf7-list-item-label a{
    text-decoration: underline;
    font-size: 13px;
}
.sec-16 .box .right .chek .wpcf7-list-item-label a:hover{
    text-decoration: none;
}
.sec-16 .box .right .chek input:checked + .wpcf7-list-item-label:after{
    opacity: 1;
}
.sec-16 .box .right .wpcf7-response-output{
    display: none;
}
.sec-16 .box .right .wpcf7-list-item{
    margin: 0;
}
.sec-16 #map{
    margin: 22px 0 0 0;
    width: 100%;
    height: 932px
}
.sec-17{
    padding: 90px 0 0 0;
}
.sec-17 .title{
    font-family: 'Formular', sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    color: #4D4E54;
    margin: 37px 0 69px 0;
}
.sec-17 .box{
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}
.sec-17 .box .left{
    width: 50%;
    height: 872px;
}
.sec-17 .box .left #tabs {
    position: relative;
    height: 100%;
}
.sec-17 .box .left .tabs-nav {
    overflow: hidden;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 29px;
    left: 0;
    right: 0;
    width: 79%;
    margin: auto;
}
.sec-17 .box .left .tabs-nav li {
    width: 100%;
}
.sec-17 .box .left .tabs-nav a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.011em;
    text-align: center;
    background: #FFFFFF;
    padding: 17px 0;
    position: relative;
}
.sec-17 .box .left .tabs-nav a.active {
    background: #4D4E54;
    color: #fff;
}
.sec-17 .box .left #tabs .tabs-nav li:last-child a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}
.sec-17 .box .left #tabs .tabs-nav li:last-child a:before{
    content: '';
    background: #55CC4A;
    width: 9px;
    height: 9px;
    border-radius: 20px;
}
.sec-17 .box .left .tabs-items {
    height: 100%;
}
.sec-17 .box .left .tabs-item {
    height: 100%;
    position: relative;
}
.sec-17 .box .left .tabs-item .mySwiper2{
    width: 100%;
    height: 100%;
}
.sec-17 .box .left .tabs-item .mySwiper2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-17 .box .left .tabs-item .mySwiper2 .swiper-arrow{
    background: #fff;
    width: 56px;
    height: 56px;
}
.sec-17 .box .left .tabs-item .mySwiper2 .swiper-arrow:after{
    color: #000;
    font-size: 22px;
}
.sec-17 .box .left .tabs-item .mySwiper{
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    margin: auto;
}
.sec-17 .box .left .tabs-item .mySwiper img{
    width: 83px;
    height: 83px;
    object-fit: cover;
    border: 2px solid transparent;
    margin: 0 auto;
    cursor: pointer;
}
.sec-17 .box .left .tabs-item .mySwiper .swiper-slide-thumb-active img{
    border: 2px solid #FFFFFF
}
.sec-17 .box .left .tabs-item iframe{
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-17 .box .right{
    width: 43.8%;
    padding: 32px 92px 0 0;
}
.sec-17 .box .right .box{
    margin: 0 0 30px 0;
    width: 100%;
    border: none;
}
.sec-17 .box .right .box .item{
    border: 1px solid #D9D9D9;
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    width: 32.7%;
    padding: 13px 60px 34px 19px;
    margin-bottom: 7px;
}
.sec-17 .box .right .text{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    padding: 0 0 32px 3px;
}
.sec-17 .box .right .bot{
    margin: 0 0 45px 3px;
}
.sec-17 .box .right .bot a{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    border-bottom: 1px dashed #B5B5B5;
}
.sec-17 .box .right .bot a:hover{
    border-bottom: 1px dashed transparent;
}
.sec-17 .box .right .bg{
    background: #D9D9D9;
    padding: 27px 28px 36px 28px;
    margin-bottom: 12px;
}
.sec-17 .box .right .bg .zag{
    font-family: 'Formular', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.sec-17 .box .right .bg .box{
    margin: 0 0 10px 0;
}
.sec-17 .box .right .bg .box .group{
    width: 31.4%;
}
.sec-17 .box .right .bg .box .group label{
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    display: block;
    margin-bottom: 10px;
}
.sec-17 .box .right .bg .box .group select{

}
.sec-17 .box .right .bg select{
    width: 100%;
    height: 51px;
    background-color: #fff;
    background-image: url("/wp-content/themes/project_space/img/arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    transition: all 0.5s;
}
.sec-17 .box .right .bg .select2-container{
    width: 100% !important;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--single,
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple{
    width: 100%;
    height: 51px;
    background-color: #fff;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    transition: all 0.5s;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 18px;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple:after{
    content: '';
    background: url("/wp-content/themes/project_space/img/arrow.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 12px 0 auto;
    transition: all 0.5s;
    transform: rotate(0deg);
}
.sec-17 .box .right .bg .select2-container--default.select2-container--open .select2-selection--multiple:after{
    transform: rotate(180deg);
    margin-top: -10px;
}
.sec-17 .box .right .bg .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    gap: 5px;
    margin-left: -12px;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d4e53;
    color: #fff;
    border: none;
    padding: 0 8px 0 20px;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    height: 100%;
    border-color: transparent;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #37383b;
    color: #fff;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
    color: #fff;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--single .select2-selection__rendered,
.sec-17 .box .right .bg .select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #888888;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.sec-17 .box .right .bg .select2-container--default .select2-search--inline .select2-search__field{
    padding: 15px 0;
    height: 50px;
}
.sec-17 .box .right .bg .select2-container--default .select2-search--inline .select2-search__field::placeholder{
    font-family: 'Suisse Intl', sans-serif;
    color: #888888;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.011em;
    font-weight: 500;
}
.sec-17 .box .right .bg .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: url("/wp-content/themes/project_space/img/arrow.svg") 0 0 no-repeat;
    border: none;
    width: 15px;
    height: 8px;
    margin-left: -18px;
    margin-top: 8px;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.sec-17 .box .right .bg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: rotate(180deg);
}
.sec-17 .box .right .bg select:hover,
.sec-17 .box .right .bg .select2-container--default .select2-selection--single:hover{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.sec-17 .box .right .bg .btn{
    margin: 14px 0 0 0;
}
.sec-17 .box .right .bg + .bg{
    padding: 14px 24px 5px 28px;
}
.sec-17 .box .right .bg + .bg .box{
    align-items: center;
}
.sec-17 .box .right .bg .img{
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 100px;
    background: #fff;
}
.sec-17 .box .right .bg .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-17 .box .right .bg .left{
    width: 62.4%;
    height: auto;
}
.sec-17 .box .right .bg .left .text{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    padding: 0 0 10px 0;
}
.sec-17 .box .right .bg .left a{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
}
.sec-17 .box .right .bg .left a:hover{
    color: #000;
}
.sec-17 .box .right .bg .soc{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}
.sec-17 .box .right .bg .soc a{
    width: 44px;
}
.sec-17 .box .right .bg .soc a img{
    width: 100%;
}
.sec-17 .box .right .bg .soc a:hover{
    margin-top: -10px;
}
.sec-17 #tabs1 {
    margin: 37px 0 0 0;
    width: 99.5%;
}
.sec-17 #tabs1 .tabs-nav {
    overflow: hidden;
    margin: 0 0 27px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}
.sec-17 #tabs1 .tabs-nav li {
    width: 100%;
}
.sec-17 #tabs1 .tabs-nav a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.011em;
    text-align: center;
    background: #EFEFEF;
    padding: 19px 0;
}
.sec-17 #tabs1 .tabs-nav a:hover{
    background: #DEDEDE;
}
.sec-17 #tabs1 .tabs-nav a.active {
    background: #4D4E54;
    color: #fff;
}
.sec-17 #tabs1 .tabs-items {

}
.sec-17 #tabs1 .tabs-item {

}
.sec-17 #tabs1 .tabs-item .box{
    margin: 0;
    width: 100%;
    border: none;
}
.sec-17 #tabs1 .tabs-item .box .img{
    background: #EDEDED;
    width: 49.5%;
    padding: 9px 10px 26px 10px;
}
.sec-17 #tabs1 .tabs-item .box .img img{
    max-width: 508px;
    margin: 0 auto;
    mix-blend-mode: darken;
}
.sec-17 + .sec-8 {
    padding: 86px 0 0 0;
}
.sec-18{
    padding: 39px 0 0 0;
}
.sec-18 .bg{
    background: #EDEDED;
    padding: 59px 41px 65px 41px;
}
.sec-18 .title{
    margin-bottom: 41px;
}
.sec-18 .box{

}
.sec-18 .box .item{
    width: 50%;
}
.sec-18 .box .item ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sec-18 .box .item ul li{
    font-family: 'Formular', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 43.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
}
.sec-18 .box .item ul li:before{
    content: '';
    background: url("/wp-content/themes/project_space/img/li.svg") 0 0 no-repeat;
    width: 25px;
    height: 25px;
}
.sec-19{
    padding: 83px 0 0 0;
}
.sec-19 .title{
    margin-bottom: 27px;
    padding: 0 0 0 41px;
}
.sec-19 .text{
    padding: 0 0 0 43px;
    width: 53%;
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.011em;
    text-align: left;
}
.sec-20{
    padding: 175px 0 0 0;
}
.sec-20 .title{
    margin-bottom: 33px;
    padding: 0 0 0 41px;
}
.sec-20 .hack{
    max-width: 1000px;
    padding: 0 0 0 43px;
}
.sec-20 .hack .item{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26.6px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}
.sec-20 .hack .item:before{
    content: '';
    border: 1px dashed #D9D9D9;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
}
.sec-20 .hack .item .name{
    position: relative;
    z-index: 1;
    width: 300px;
    line-height: normal;
}
.sec-20 .hack .item .name span{
    background: #fff;
    padding: 0 10px 0 0;
}
.sec-20 .hack .item .num{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
    width: 300px;
    line-height: normal;
}
.sec-20 .hack .item .num a{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26.6px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #000;
}
.sec-21{
    padding: 137px 0 0 0;
}
.sec-21 .title{
    margin-bottom: 28px;
}
.sec-21 .box{
    gap: 8px;
}
.sec-21 .box a{
    width: 49.7%;
    height: 558px;
    overflow: hidden;
}
.sec-21 .box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-21 .box a:hover img{
    transform: scale(1.2);
}
.sec-22{
    padding: 21px 0 0 0;
}
.sec-22 .wrapper{
    position: relative;
}
.sec-22 .title{
    position: absolute;
    top: 49px;
    left: 50px;
    color: #fff;
    z-index: 1;
}
.sec-22 .online{
    background: #55CC4A;
    border-radius: 100px;
    font-family: 'Formular', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 26px;
    right: 32px;
    z-index: 1;
    padding: 7px 20px;
}
.sec-22 .video{
    width: calc(100% + 20px);
    height: 872px;
    margin: 0 0 0 -10px;
    position: relative;
}
.sec-22 .video button{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.sec-22 .video button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-22 .video button .play{
    background: url('/wp-content/themes/project_space/img/play.svg') 0 0 no-repeat;
    background-size: contain;
    width: 129px;
    height: 129px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-22 .video button:hover .play{
    transform: scale(1.2);
}
.sec-22 .video button:focus .play{
    transform: scale(0.8);
}
.sec-22 .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border: none;
}
.fancybox__content{
    padding: 0;
}
.sec-22 + .sec-6 {
    padding: 65px 0 16px 0;
}
.sec-22 + .sec-6 + .sec-9 + .sec-7 {
    margin: 13px 0 0 0;
}
.page-template-premium{
    background: #000;
}
.page-template-premium .sec-17{
    padding: 80px 0 0 0;
}
.page-template-premium .sec-17 .title{
    margin: 27px 0 56px 0;
}
.page-template-premium .sec-17 .title img{
    margin: 0 auto;
}
.page-template-premium .sec-17 .box {
    border-top: 1px solid #2F2F2F;
    border-bottom: 1px solid #2F2F2F;
}
.page-template-premium .sec-17 .box .left .tabs-nav a{
    background: #000;
    color: #fff;
}
.page-template-premium .sec-17 .box .left .tabs-nav a.active {
    background: #fff;
    color: #000;
}
.page-template-premium .sec-17 .box .right .box .item {
    border: 1px solid #373737;
    color: #fff;
}
.page-template-premium .sec-17 .box .right .text{
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bot a{
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg {
    background: #272727;
}
.page-template-premium .sec-17 .box .right .bg .zag{
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg .box .group label{
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg select{
    background-color: #373737;
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg .select2-container--default .select2-selection--single,
.page-template-premium .sec-17 .box .right .bg .select2-container--default .select2-selection--multiple{
    background-color: #373737;
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
}
.page-template-premium .select2-dropdown {
    background-color: #373737;
}
.page-template-premium .sec-17 .box .right .bg .btn{
    background: #fff;
    color: #000;
}
.page-template-premium .sec-17 .box .right .bg .btn:hover{
    background: #2E2F37;
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg .left .text{
    color: #fff;
}
.page-template-premium .sec-17 .box .right .bg .left a{
    color: #fff;
}
.page-template-premium .sec-8 .title {
    color: #fff;
    margin-bottom: 55px;
}
.page-template-premium .sec-17 + .sec-8 {
    padding: 117px 0 0 0;
}
.page-template-premium .sec-18 {
    padding: 69px 0 0 0;
}
.page-template-premium .sec-18 .bg {
    background: #272727;
}
.page-template-premium .sec-18 .bg .title{
    color: #fff;
}
.page-template-premium .sec-18 .box .item ul li{
    color: #fff;
}
.page-template-premium .sec-19 .title {
    color: #fff;
}
.page-template-premium .sec-19 .text{
    color: #fff;
}
.page-template-premium .sec-20 .title{
    color: #fff;
}
.page-template-premium .sec-20 .hack .item:before{
    border: 1px dashed #D9D9D9;
}
.page-template-premium .sec-20 .hack .item .name span{
    background: #000;
}
.page-template-premium .sec-20 .hack .item .num{
    background: #000;
}
.page-template-premium .sec-20 .hack .item .num a{
    color: #fff;
}
.page-template-premium .sec-20 .hack .item{
    color: #fff;
}
.page-template-premium .sec-21 {
    padding: 155px 0 0 0;
}
.page-template-premium .sec-21 .title{
    color: #fff;
}
.page-template-premium .sec-6 .title{
    color: #fff;
}
.page-template-premium .sec-6 .accordion {
    border-top: 3px solid #fff;
}
.page-template-premium .sec-6 .accordion .accordion__item {
    border-bottom: 2px solid #4E4E4E;
}
.page-template-premium .sec-6 .accordion .accordion__item .accordion__header .left{
    color: #fff;
}
.page-template-premium .sec-6 .accordion .accordion__item .accordion__header .zag{
    color: #fff;
}
.page-template-premium .sec-6 .accordion .accordion__item .accordion__header .text{
    color: #D9D9D9;
}
.page-template-premium .sec-6 .accordion .accordion__item .accordion__header:hover .zag,
.page-template-premium .sec-6 .accordion .accordion__item.accordion__item_show .accordion__header .zag{
    color: #949494;
}
.page-template-premium .sec-6 .accordion .accordion__item .accordion__body .accordion__content .text{
    color: #fff;
}
.page-template-premium .sec-6 .accordion .accordion__item .accordion__header:after{
    background: url('/wp-content/themes/project_space/img/plus1.svg') 0 0 no-repeat;
}
.page-template-premium .sec-6 .accordion .accordion__item.accordion__item_show .accordion__header:after {
    background: url('/wp-content/themes/project_space/img/minus1.svg') 0 0 no-repeat;
}
.page-template-premium .popup{
    background: #272727;
}
.page-template-premium .popup .title{
    color: #fff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.page-template-premium .popup .text{
    color: #fff;
}
.page-template-premium .popup .box .group label{
    color: #fff;
}
.page-template-premium .popup .chek .wpcf7-list-item-label{
    color: #949494;
}
.page-template-premium .popup .chek .wpcf7-list-item-label a{
    color: #949494;
}
.sec-23{
    padding: 78px 0 0 0;
}
.sec-23 .title{
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    margin: 48px 0 39px 0;
}
.sec-23 .text{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #888888;
    max-width: 770px;
    margin: 0 auto 93px auto;
}
.page-template-about .sec-1 {
    height: 750px;
    position: relative;
}
.page-template-about .sec-1:after{
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
}
.page-template-about .sec-1 .wrapper{
    top: 256px;
    bottom: auto;
    position: relative;
    z-index: 1;
}
.page-template-about .sec-1 h1 {
    font-size: 64px;
    line-height: 64px;
    font-weight: 400;
    text-transform: none;
    max-width: 435px;
    text-align: center;
}
.page-template-about .sec-1 .text {
    font-size: 16px;
    line-height: 19.2px;
    margin: 40px auto 0 auto;
    max-width: 750px;
}
.page-template-about .sec-15 {
    padding: 13px 0 13px 0;
}
.page-template-about .sec-15 .box .item a .text,
.page-template-about .sec-15 .box .item .link .text{
    margin: auto 0 26px 5px;
    width: 74%;
}
.page-template-about .sec-15 .box .item a .zag,
.page-template-about .sec-15 .box .item .link .zag{
    width: 78%;
}
.page-template-about .sec-15 .box .item {
    margin-bottom: 8px;
}
.page-template-about .sec-15 .box .item a .img:before,
.page-template-about .sec-15 .box .item .link .img:before{
    background: rgba(0, 0, 0, 0.20);
}
.page-template-about .sec-15 .box .item a:hover .zag,
.page-template-about .sec-15 .box .item .link:hover .zag{
    text-decoration: none;
}
.page-template-about .sec-7 {
    margin: 63px 0 0 0;
}
.sec-24{
    padding: 77px 0 104px 0;
}
.sec-24 .title{
    font-family: 'Formular', sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    color: #4D4E54;
    margin: 49px auto 46px auto;
    max-width: 1100px;
}
.sec-24 .text{
    font-family: 'Formular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #888;
    max-width: 750px;
    margin: 0 auto 81px auto;
}
.sec-24 .img{
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto;
}
.sec-24 .img img{
    width: 100%;
    height: 577px;
}
.sec-24 .img span{
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: -0.011em;
    text-align: left;
    display: block;
    background: #fff;
    color: #888;
    padding: 8px 0 0 0;
    position: relative;
    z-index: 1;
}
.sec-24 .article{
    max-width: 900px;
    margin: 104px auto 0 auto;
}
.sec-24 .article h2{
    font-family: 'Formular', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    color: #4D4E54;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.sec-24 .article p{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #4D4E54;
    margin-bottom: 82px;
}
.sec-24 .article h3{
    font-family: 'Formular', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #4D4E54;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.sec-24 .article h4{
    font-family: 'Formular', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #4D4E54;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.sec-24 .article .gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 88px;
}
.sec-24 .article .gallery a{
    width: 49.4%;
    height: 285px;
    overflow: hidden;
}
.sec-24 .article .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}
.sec-24 .article .gallery a:hover img{
    transform: scale(1.2);
}
.sec-24 .article table{
    width: 100%;
    border-collapse: collapse;
}
.sec-24 .article table td{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
}
.sec-24 .article table tr:first-child td{
    color: #4D4E54;
    border-bottom: 1px solid #4D4E54;
    font-size: 14px;
    line-height: 16.8px;
    padding: 0 0 7px 0;
}
.sec-24 .article blockquote{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888;
    padding: 0 0 0 33px;
    margin: 94px 0 93px 0;
    position: relative;
}
.sec-24 .article blockquote:before{
    content: '';
    background: #D9D9D9;
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-24 .article .box{

}
.sec-24 .article .box ul{
    width: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sec-24 .article .box ul li{
    font-family: 'Formular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.011em;
    text-align: left;
    color: #888;
    background: url('/wp-content/themes/project_space/img/li1.svg') 0 50% no-repeat;
    padding: 0 0 0 27px;
}
.burger,
.tel-btn,
.tel-menu{
    display: none;
}
.wpcf7-list-item{
    margin: 0;
}
@media (max-width: 1768px){
    .wrapper,
    header .wrapper{
        max-width: 1320px;
    }
    header .box .menu{
        margin: 0;
    }
    header .box .nav{
        margin: 0;
    }
    header .box .cat-menu .box .left {
        width: 20%;
    }
    header .box .cat-menu .box .right {
        width: 79%;
    }
    .sec-2 .box .item{
        height: 450px;
    }
    .sec-2 .box .item .img{
        height: 100%;
    }
    .sec-2 .box .item .img img {
        height: 100%;
        object-fit: cover;
    }
    .sec-5 .box .item .text{
        width: 100%;
    }
    .sec-7 .box .right .title{
        width: 100%;
    }
    .sec-7 .box .right .text{
        width: 100%;
    }
    .sec-7 .box {
        margin: 0;
        width: 100%;
    }
    .sec-8 .box .item .text{
        width: 80%;
    }
    .sec-10 .box {
        margin: 0;
        width: 100%;
    }
    .sec-10 .select2-container{
        width: 100% !important;
    }
    .sec-12 .box .item .text{
        width: 80%;
    }
    .sec-13 .box {
        gap: 48px 12px;
    }
    .sec-14 .box .left {
        width: 48%;
    }
    .sec-14 .box .right {
        width: 48%;
    }
    .sec-14 .box {
        padding: 0;
        width: 100%;
    }
    .sec-14 .title {
        padding: 0 0 51px 0;
    }
    .sec-15 .box .item a .zag,
    .sec-15 .box .item .link .zag{
        width: 100%;
    }
    .sec-15 .box .item a .text,
    .sec-15 .box .item .link .text{
        width: 80%;
    }
    .sec-16 .box{
        padding: 0;
    }
    .sec-17 .box .right {
        padding: 32px 0 0 0;
    }
    .sec-19 .text {
        width: 70%;
    }
    .sec-21 .box a {
        width: 49.6%;
        height: 420px;
    }
    .sec-22 .video {
        width: 100%;
        height: 650px;
        margin: 0;
    }
    .page-template-about .sec-15 .box .item a .zag,
    .page-template-about .sec-15 .box .item .link .zag{
        width: 100%;
    }
    .page-template-about .sec-15 .box .item a .text,
    .page-template-about .sec-15 .box .item .link .text{
        margin: auto 0 0 0;
        width: 80%;
    }
}
@media (max-width: 1399px){
    .wrapper,
    header .wrapper{
        max-width: 1140px;
    }
    header .box .menu {
        width: 440px;
    }
    header .box .cat-menu .box .right {
        padding: 6px 0;
    }
    .sec-2 .box {
        margin: 0;
        width: 100%;
    }
    .sec-3 .object .box .right .text{
        width: 100%;
    }
    .sec-6 .accordion .accordion__item .accordion__header{
        padding: 12px 45px 30px 0;
    }
    .sec-6 .accordion .accordion__item .accordion__header .left{
        width: 10%;
    }
    .sec-6 .accordion .accordion__item .accordion__header .zag{
        font-size: 20px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .text{
        font-size: 16px;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content {
        width: 88%;
    }
    .sec-6 .accordion .accordion__item .accordion__header:after{
        top: 15px;
    }
    .sec-7 .box .right .chek .wpcf7-list-item-label{
        padding: 0 0 0 30px;
    }
    .wpcf7-list-item{
        margin: 0;
    }
    .sec-8 .box .item .text {
        width: 100%;
    }
    .sec-9 .box .right {
        width: 40.6%;
        padding: 0;
        margin: auto 0 0 0;
    }
    .sec-9 .item .text{
        padding: 0;
    }
    .sec-9 .img .item{
        height: 180px;
    }
    .sec-11 .slider .item .bot .text{
        width: 100%;
        padding: 0;
    }
    .sec-12 .box .item .img {
        height: 300px;
    }
    .sec-12 .box .item .zag{
        width: 100%;
    }
    .sec-12 .box .item .text{
        width: 90%;
    }
    footer .box {
        padding: 0;
    }
    footer .foot{
        padding: 0;
    }
    .page-template-project .sec-2 .title{
        width: 100%;
    }
    .page-template-tehnologii .sec-3 .video {
        width: 100%;
        height: 600px;
        margin: 0 0 11px 0;
    }
    .page-template-tehnologii .sec-3 .object .box .left {
        height: 454px;
    }
    .page-template-tehnologii .sec-3 .object .box .right .zag {
        font-size: 36px;
    }
    .page-template-tehnologii .sec-3 .object .box .right .text {
        width: 100%;
    }
    .sec-13 .box .item {
        width: 32.6%;
    }
    .sec-13 .box .item a .img {
        height: 240px;
    }
    .sec-15 .box .item a,
    .sec-15 .box .item .link{
        height: 450px;
    }
    .sec-16 #map{
        height: 500px;
    }
    .sec-16 .box .left{
        padding: 20px;
    }
    .sec-16 .box .right{
        padding: 20px;
    }
    .sec-17 .box .left .tabs-item .mySwiper img {
        width: 60px;
        height: 60px;
    }
    .sec-17 .box .right {
        width: 48%;
        padding: 15px 0 0 0;
    }
    .sec-17 .box .right .bg + .bg {
        padding: 5px 15px;
    }
    .sec-17 .box .right .bg .left .text {
        font-size: 13px;
    }
    .sec-17 .box .right .box .item{
        padding: 15px 10px;
    }
    .sec-17 .box .right .box {
        margin: 0 0 15px 0;
    }
    .sec-17 .box .right .text{
        padding: 0 0 10px 0;
    }
    .sec-17 .box .right .bot {
        margin: 0 0 20px 0;
    }
    .sec-17 .box .left {
        height: auto;
    }
    .sec-17 #tabs1 .tabs-item .box .img{
        padding: 10px;
    }
    .sec-18 .bg {
        padding: 30px;
    }
    .sec-18 .box .item ul li {
        font-size: 20px;
    }
    .sec-19 .title {
        padding: 0;
    }
    .sec-19 .text {
        width: 100%;
        padding: 0;
    }
    .sec-20 {
        padding: 75px 0 0 0;
    }
    .sec-20 .title {
        padding: 0;
    }
    .sec-20 .hack {
        padding: 0;
    }
    .sec-21 {
        padding: 75px 0 0 0;
    }
}
@media (max-width: 1199px){
    .wrapper,
    header .wrapper{
        max-width: 960px;
    }
    header .box {
        padding: 0;
    }
    .burger{
        width: 26px;
        height: 6px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .burger span{
        transition: all 0.5s;
        width: 100%;
        height: 1px;
        background: #fff;
        transform: rotate(0deg);
    }
    .burger.active {
        height: 2px;
    }
    .burger.active span {
        transform: rotate(45deg);
    }
    .burger.active span:last-child {
        transform: rotate(-45deg);
    }
    header .box .nav{
        display: none;
    }
    header .box .menu{
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #4D4E54;
        height: 100vh;
        padding: 69px;
    }
    header .box .menu ul {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        gap: 20px;
    }
    header .box .menu ul li.hide{
        display: block;
    }
    header .box .tel{
        display: none;
    }
    header .box .logo{
        position: relative;
        z-index: 1;
    }
    header.header-fixed{
        background: #4D4E54;
        border: none;
    }
    header.header-fixed .box .logo a path {
        fill: #fff;
    }
    header.header-fixed .box .menu ul li a {
        color: #fff;
    }
    .tel-btn{
        display: block;
        position: relative;
        z-index: 1;
    }
    .tel-menu{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #4D4E54;
        padding: 7px 7px 5px 7px;
    }
    .tel-menu a{
        color: #FFF;
        font-family: 'Formular', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.264px;
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }
    .tel-menu a.btn{
        background: #fff;
        margin-bottom: 6px;
        color: #000;
        font-size: 12px;
        font-family: 'Suisse Intl', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.011em;
    }
    .tel-menu .close{
        width: fit-content;
        margin: 0 3px 3px auto;
    }
    .light header .box .menu ul li a{
        color: #fff;
    }
    .light .burger.active span {
        background: #fff;
    }
    .light header .box .burger.active + .logo a path {
        fill: #fff;
    }
    .light .burger.active + .logo + .nav + .cat-menu + .menu + .tel + .tel-btn path {
        stroke: #fff;
    }
    .sec-1 {
        height: 100vh;
    }
    .sec-1 .wrapper {
        bottom: 0;
        top: 0;
        height: fit-content;
    }
    h1{
        font-size: 55px;
    }
    .sec-1 .text{
        font-size: 20px;
    }
    .sec-1 .btn{
        margin: 50px auto 0 auto;
    }
    .sec-2 {
        margin: -100px 0 0 0;
    }
    .sec-2 .box .item .top .right{
        font-size: 60px;
    }
    .sec-2 .box .item .top .left .name {
        font-size: 18px;
    }
    .sec-2 .box .item .top .left .zag {
        font-size: 38px;
        margin: 0;
    }
    .sec-2 .box .item .bot {
        font-size: 30px;
    }
    .sec-2 .box .item {
        height: 335px;
    }
    .title{
        font-size: 38px;
    }
    .sec-3 .object .box .left {
        height: 350px;
    }
    .sec-3 .object .box .left img {
        height: 100%;
        object-fit: cover;
    }
    .sec-3 .object .box .right .zag{
        font-size: 28px;
        width: 100%;
    }
    .sec-3 .object .box .right .text {
        font-size: 14px;
    }
    .sec-5 .box .item .zag{
        font-size: 28px;
    }
    .sec-5 .box .item .text{
        font-size: 14px;
    }
    .sec-5 .box .item .img{
        height: 350px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .left {
        width: 14%;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content {
        width: 100%;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content .text {
        font-size: 16px;
        margin: 0;
    }
    .sec-7 .box .right .title {
        font-size: 25px;
        line-height: 30px;
    }
    .sec-7 .box .right .text {
        font-size: 14px;
    }
    .sec-7 .box .right {
        width: 46%;
    }
    .sec-8 .box .item .zag {
        font-size: 28px;
    }
    .sec-8 .box .item .text {
        font-size: 14px;
    }
    .sec-8 .box .item{
        height: 350px;
    }
    .sec-9 .box .left .title{
        font-size: 115px;
    }
    .sec-9 .img .item {
        height: 150px;
    }
    .sec-10 .box .right .title {
        font-size: 25px;
    }
    .sec-10 .box .right .text {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .sec-10 .box .right .box .group {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-10 .box .right .box {
        margin: 0;
    }
    .sec-10 .box .left{
        height: 100%;
    }
    .sec-10 .box{
        height: auto;
    }
    .sec-10 .box .right {
        padding: 20px 0;
        width: 46%;
    }
    .sec-11 .slider .swiper-slide {
        width: 450px;
    }
    .sec-11 .slider .item .bot .img .item {
        height: 60px;
    }
    .sec-11 .slider .item .bot .text {
        font-size: 14px;
    }
    .sec-12 .box .item .img {
        height: 250px;
    }
    .sec-12 .box .item .zag {
        font-size: 25px;
        line-height: 30px;
    }
    .sec-12 .box .item .text {
        width: 100%;
        font-size: 14px;
    }
    footer .box .right {
        width: 45%;
    }
    footer .box .right .item {
        width: 50%;
    }
    .page-template-project .sec-2 .title {
        font-size: 58px;
    }
    .light .burger span{
        background: #4D4E54;
    }
    .light .tel-btn path{
        stroke: #4D4E54;
    }
    .light .header-fixed .burger span{
        background: #fff;
    }
    .light .header-fixed .tel-btn path{
        stroke: #fff;
    }
    .page-template-tehnologii .sec-3 .title {
        font-size: 58px;
    }
    .page-template-tehnologii .sec-3 .object .box .left {
        height: 350px;
    }
    .page-template-tehnologii .sec-3 .object .box .right .zag {
        font-size: 28px;
    }
    .page-template-tehnologii .sec-3 .object .box .right .sub-zag {
        font-size: 20px;
    }
    .sec-13 .title{
        font-size: 58px;
        margin: 40px 0;
    }
    .sec-13 .box .item {
        width: 32.4%;
    }
    .sec-15 .title {
        font-size: 58px;
        margin: 40px 0;
    }
    .sec-15 .box .item a .zag,
    .sec-15 .box .item .link .zag{
        font-size: 28px;
        line-height: 30px;
    }
    .sec-15 .box .item a .text,
    .sec-15 .box .item .link .text{
        width: 100%;
        margin: 0;
    }
    .sec-15 .box .item a .teg,
    .sec-15 .box .item .link .teg{
        margin: 0 0 36px 0;
    }
    .sec-16 .title {
        font-size: 58px;
        margin: 40px 0;
    }
    .sec-16 .box .left .zag {
        font-size: 28px;
        line-height: 29px;
    }
    .sec-16 .box .left a {
        font-size: 28px;
        line-height: 28px;
    }
    .sec-16 .box .left .soc a {
        width: 50px;
    }
    .sec-16 .box .right .zag{
        font-size: 28px;
        line-height: 29px;
    }
    .sec-17 .title{
        font-size: 58px;
        margin: 40px 0;
    }
    .sec-17 .box .right .bg {
        padding: 20px;
    }
    .sec-17 .box .right .bg + .bg {
        padding: 20px 10px
    }
    .sec-17 .box .right .bg .soc{
        display: none;
    }
    .sec-17 .box .right .bg .left {
        width: 80%;
    }
    .sec-17 .box .left .tabs-item .mySwiper {
        width: 95%;
    }
    .sec-17 #tabs1 .tabs-item .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sec-18 .title {
        margin-bottom: 30px;
    }
    .sec-18 .bg {
        padding: 20px;
    }
    .sec-18 .box .item ul li {
        font-size: 16px;
        line-height: 36px;
    }
    .sec-21 .box a {
        width: 49.5%;
        height: 300px;
    }
    .sec-23 .title{
        font-size: 58px;
        margin: 40px 0;
    }
    .page-template-about .sec-1 {
        height: 550px;
    }
    .page-template-about .sec-1 .wrapper {
        top: 0;
        bottom: 0;
        position: absolute;
    }
    .page-template-about .sec-15 .box .item a .text,
    .page-template-about .sec-15 .box .item .link .text{
        width: 100%;
    }
    .sec-24 {
        padding: 77px 0 0 0;
    }
    .sec-24 .title{
        font-size: 58px;
        line-height: 65px;
        margin: 40px 0;
    }
    .sec-24 .text{
        margin: 0 auto 50px auto;
    }
    .sec-24 .img img {
        height: 450px;
        object-fit: cover;
    }
    .sec-24 .article {
        margin: 80px auto 0 auto;
    }
    .sec-24 .article h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .sec-24 .article h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .sec-24 .article h4 {
        margin-bottom: 20px;
    }
    .sec-24 .article p{
        margin-bottom: 50px;
    }
    .sec-24 .article .gallery{
        margin-bottom: 50px;
    }
    .sec-24 .article blockquote{
        margin: 50px 0;
    }
}
@media (max-width: 991px){
    .wrapper,
    header .wrapper{
        max-width: 720px;
    }
    .sec-3 .object .box .left {
        height: auto;
    }
    .sec-3 .object .box .right .zag {
        margin-bottom: 20px;
    }
    .sec-3 .object .box .right{
        padding: 20px;
    }
    .sec-5 .box .item .zag {
        padding: 20px;
        top: 0;
    }
    .sec-5 .box .item .text {
        padding: 20px;
        bottom: 0;
    }
    .sec-6 .accordion .accordion__item .accordion__header .zag {
        width: 83%;
    }
    .sec-6 .top .item:nth-child(3){
        display: none;
    }
    .sec-6 .top .item:nth-child(2) {
        width: 83%;
    }
    .sec-6 .accordion .accordion__item .accordion__header .text {
        width: 83%;
        margin: 5px 0 0 auto;
    }
    .sec-6 .accordion .accordion__item .accordion__header {
        padding: 10px 35px 10px 0;
    }
    .sec-6 .accordion .accordion__item .accordion__header .left {
        width: 16%;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content .text {
        width: 53%;
        max-width: initial;
    }
    .sec-7 .box .right {
        padding: 20px 0;
    }
    .sec-7 .box .right .box .group {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-7 .box .right .box {
        margin: 0;
    }
    .sec-7 .box .right .text {
        margin-bottom: 30px;
    }
    .sec-7 .box .left{
        height: 100%;
    }
    .sec-7 .box{
        height: auto;
    }
    .sec-8 .box .item .text {
        bottom: 0;
        padding: 20px;
    }
    .sec-8 .box .item .zag {
        padding: 20px;
        top: 0;
    }
    .sec-9 .box .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-9 .box .right {
        width: 100%;
    }
    .sec-9 .item .zag {
        font-size: 22px;
        width: 49%;
    }
    .sec-9 .img .item {
        height: 110px;
    }
    .sec-11 .title {
        width: 80%;
    }
    .sec-12 .box .item .img {
        height: 200px;
    }
    footer .box .tel{
        padding: 0;
    }
    footer .box .tel a{
        font-size: 18px;
    }
    footer .box .right {
        width: 42%;
    }
    footer .foot .polit {
        width: fit-content;
    }
    footer .foot .desing {
        width: 39%;
    }
    footer .foot .desing {
        width: 100%;
        margin-top: 20px;
    }
    footer .foot .desing a{
        justify-content: center;
    }
    .popup{
        width: 95%;
    }
    .sec-13 .box .item {
        width: 49.1%;
    }
    .sec-15 .box .item a .zag,
    .sec-15 .box .item .link .zag{
        font-size: 24px;
        line-height: 27px;
    }
    .sec-16 .box .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-16 .box .left .soc {
        margin: 20px 0;
    }
    .sec-16 .box .left .zag{
        width: 100%;
    }
    .sec-16 .box .right{
        width: 100%;
    }
    .sec-16 .box .left .box .address{
        width: 50%;
    }
    .sec-17 .box .left {
        width: 100%;
    }
    .sec-17 .box .right {
        width: 100%;
    }
    .sec-17 .box .right .bg .soc {
        display: flex;
    }
    .sec-17 .box .right .bg .left {
        width: 69%;
    }
    .sec-18 .box .item {
        width: 100%;
    }
    .sec-21 .box a {
        width: 49.4%;
        height: 230px;
    }
    .sec-22 .title {
        top: 26px;
        left: 32px;
    }
    .page-template-about .sec-1 h1 {
        font-size: 55px;
        line-height: 55px;
    }
    .sec-24 .article .gallery a {
        width: 49.2%;
    }
}
@media (max-width: 767px){
    .wrapper,
    header .wrapper{
        max-width: 540px;
    }
    h1 {
        font-size: 32px;
    }
    .sec-1 .text {
        font-size: 16px;
        line-height: 18px;
    }
    .sec-2 {
        margin: 0;
    }
    .sec-2 .box {
        gap: 10px;
    }
    .sec-2 .box .item {
        width: 100%;
    }
    .title {
        font-size: 24px;
    }
    .sec-3 .object .box .left {
        width: 100%;
        margin-bottom: 10px;
    }
    .sec-3 .object .box .right {
        width: 100%;
    }
    .sec-5 .box .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .sec-6 .top{
        display: none;
    }
    .sec-6 .accordion .accordion__item .accordion__header .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .left:before{
        content: 'срок';
        color: #B0B0B0;
        font-family: 'Formular', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 16.8px */
        letter-spacing: -0.7px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .zag {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .zag:before{
        content: 'Этап';
        color: #B0B0B0;
        font-family: 'Formular', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 16.8px */
        letter-spacing: -0.7px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .text {
        width: 100%;
    }
    .sec-6 .accordion .accordion__item .accordion__header .text:before{
        content: 'Описание';
        color: #B0B0B0;
        font-family: 'Formular', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 16.8px */
        letter-spacing: -0.7px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content .img {
        width: 100%;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content .img img {
        height: auto;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content .text {
        width: 100%;
    }
    .sec-7 .box .left {
        height: 200px;
        width: 100%;
    }
    .sec-7 .box .right {
        padding: 232px 0 20px 0;
        width: 100%;
    }
    .sec-8 .box .item {
        width: 100%;
    }
    .sec-9 .box .left .title {
        font-size: 110px;
    }
    .sec-9 .item .zag {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-9 .item .text {
        width: 100%;
    }
    .sec-9 .img {
        flex-wrap: nowrap;
        gap: 10px;
        overflow: hidden;
        overflow-x: auto;
    }
    .sec-9 .img::-webkit-scrollbar { width: 0; }
    .sec-9 .img { -ms-overflow-style: none; }
    .sec-9 .img { overflow: -moz-scrollbars-none; }
    .sec-9 .img .item {
        height: 147px;
        width: 213px;
        flex-shrink: 0;
    }
    .sec-10 .box .left {
        height: 200px;
        width: 100%;
    }
    .sec-10 .box .right {
        padding: 230px 0 20px 0;
        width: 100%;
    }
    .sec-11 .title {
        width: 100%;
    }
    .sec-11 .slider .swiper-arrow{
        display: none;
    }
    .sec-11 .slider .swiper-slide {
        width: 350px;
    }
    .sec-11 .slider .item .bot .img .item {
        height: 75px;
        width: 31.9%;
    }
    .sec-11 .slider .item .bot .img {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .sec-12 .box .item {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .box .right {
        width: 100%;
        margin: 20px 0;
    }
    footer .box .tel {
        width: 100%;
        align-items: center;
    }
    footer .box .tel .soc{
        display: none;
    }
    footer .foot {
        margin: 20px 0 0 0;
    }
    footer .foot .copy {
        width: 100%;
        text-align: center;
    }
    footer .foot .polit {
        width: fit-content;
        margin: 0 auto;
    }
    footer .foot .desing a {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }
    footer .foot .desing a span {
        padding: 0;
        text-align: center;
    }
    .popup {
        padding: 45px 40px 40px 40px;
    }
    .popup .chek .wpcf7-list-item-label{
        padding: 0 0 0 30px;
    }
    .popup .text{
        width: 100%;
    }
    .page-template-project .sec-2 .title {
        font-size: 48px;
    }
    .page-template-tehnologii .sec-3 .object .box .left{
        height: auto;
    }
    .page-template-tehnologii .sec-3 .object .box .right {
        padding: 20px;
    }
    .page-template-tehnologii .sec-3 .video {
        height: auto;
    }
    .page-template-tehnologii .sec-3 .title {
        font-size: 48px;
    }
    .sec-13 .title {
        font-size: 48px;
    }
    .sec-13 .nav-menu ul li a {
        font-size: 14px;
    }
    .sec-13 .box .item {
        width: 48.8%;
    }
    .sec-14 .box .left {
        width: 100%;
    }
    .sec-14 .box .right {
        width: 100%;
    }
    .sec-14 .box p {
        font-size: 14px;
    }
    .sec-14 .title {
        padding: 0;
    }
    .sec-15 .title {
        font-size: 48px;
    }
    .sec-15 .nav-menu ul li a {
        font-size: 14px;
    }
    .sec-15 .box .item {
        width: 100%;
    }
    .sec-15 .box .item a,
    .sec-15 .box .item .link{
        height: auto;
    }
    .sec-15 .box .item a .text,
    .sec-15 .box .item .link .text{
        margin: 0 0 36px 0;
    }
    .sec-16 .title {
        font-size: 48px;
    }
    .sec-17 .title {
        font-size: 48px;
    }
    .sec-17 .box .left .tabs-nav {
        top: 15px;
        width: 95%;
    }
    .sec-17 .box .right .bg .left {
        width: 62%;
    }
    .sec-17 #tabs1 .tabs-item .box .img {
        width: 100%;
        margin-bottom: 10px;
    }
    .sec-19 .text{
        font-size: 14px;
    }
    .sec-21 .box a {
        width: 49.2%;
        height: 200px;
    }
    .sec-22 .video {
        height: 500px;
    }
    .sec-23 .title {
        font-size: 48px;
        margin-bottom: 0;
    }
    .sec-23 .text{
        margin: 0 auto 40px auto;
        font-size: 14px;
    }
    .page-template-about .sec-1 h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .page-template-about .sec-1 .text {
        font-size: 14px;
        margin: 20px auto 0 auto;
    }
    .sec-24 .title {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .sec-24 .text {
        margin: 0 auto 30px auto;
    }
    .sec-24 .article {
        margin: 50px auto 0 auto;
    }
    .sec-24 .article h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .sec-24 .article p {
        font-size: 14px;
        margin-bottom: 35px;
    }
    .sec-24 .article h3 {
        font-size: 25px;
    }
    .sec-24 .article h4 {
        font-size: 18px;
    }
    .sec-24 .article .gallery a {
        width: 49%;
        height: 200px;
    }
}
@media (max-width: 575px){
    .wrapper,
    header .wrapper{
        max-width: 100%;
        padding: 0 7px;
    }
    header .box .logo {
        width: 139px;
        margin: 0 0 0 15px;
    }
    header{
        padding: 10px 0;
    }
    .burger{
        margin-top: -6px;
    }
    header .box .tel{
        margin-top: -6px;
    }
    .sec-1 {
        height: 521px;
    }
    .sec-1 .wrapper {
        top: auto;
        bottom: 8px;
    }
    .sec-1 .btn {
        margin: 132px auto 0 auto;
        font-size: 12px;
        line-height: 120%;
        padding: 11px 0;
        width: 100%;
    }
    .sec-1 h1 {
        max-width: 275px;
    }
    .sec-1 .text{
        margin-top: 24px;
    }
    .sec-2 .box {
        gap: 6px;
        padding: 6px 0;
        margin: 0 0 0 -7px;
        width: calc(100% + 14px);
    }
    .sec-2 .box .item {
        height: 235px;
    }
    .sec-2 .box .item .top .right{
        display: none;
    }
    .sec-2 .box .item .top {
        top: 8px;
        padding: 0 8px;
    }
    .sec-2 .box .item .top .left .name {
        font-size: 14px;
    }
    .sec-2 .box .item .top .left .zag {
        font-size: 32px;
        margin: -3px 0 0 0;
    }
    .sec-2 .box .item .bot {
        font-size: 20px;
        bottom: 0;
        padding: 0 13px;
    }
    .sec-3 {
        padding: 17px 0 0 0;
    }
    .sec-3 .title {
        margin-bottom: 22px;
    }
    .sec-3 .object .box .left {
        margin-bottom: 8px;
    }
    .sec-3 .object .box .right .zag {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 59px;
    }
    .sec-3 .object .box .right {
        padding: 15px 28px 25px 12px;
    }
    .sec-3 .object .box {
        margin-bottom: 14px;
    }
    .btn {
        padding: 12px 0;
        font-size: 12px;
    }
    .sec-3 .btn {
        margin: -6px 0 0 0;
    }
    .sec-4 {
        padding: 46px 0 0 0;
    }
    .sec-4 .map {
        margin: 60px auto 0 auto;
    }
    .sec-5 {
        padding: 0;
    }
    .sec-5 .box {
        margin: 0 0 0 -7px;
        width: calc(100% + 14px);
    }
    .sec-5 .box .item .img {
        height: 275px;
    }
    .sec-5 .box .item {
        margin-bottom: 6px;
    }
    .sec-5 .box .item .zag {
        padding: 22px 11px;
        top: 0;
        font-size: 20px;
        line-height: 120%;
        width: 220px;
    }
    .sec-5 .box .item .text {
        padding: 23px 11px;
        bottom: 0;
        font-size: 12px;
    }
    .sec-6 {
        padding: 23px 0 0 0;
    }
    .sec-6 .title {
        margin-bottom: 17px;
    }
    .sec-6 .accordion .accordion__item .accordion__header:after {
        right: 0;
    }
    .sec-6 .accordion .accordion__item .accordion__header {
        padding: 16px 10px 18px 0;
    }
    .sec-6 .accordion .accordion__item .accordion__header .left {
        margin-bottom: 16px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .zag {
        margin-bottom: 15px;
    }
    .sec-6 .accordion .accordion__item .accordion__header .text {
        font-size: 18px;
    }
    .sec-6 .accordion .accordion__item{
        margin-bottom: 4px;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content {
        margin: 9px 0 27px auto;
        gap: 13px;
    }
    .sec-6 .accordion .accordion__item .accordion__body .accordion__content .text {
        font-size: 18px;
    }
    .sec-7 {
        margin: 65px 0 0 0;
    }
    .sec-7 .box .right {
        padding: 219px 0 28px 0;
    }
    .sec-7 .box .right .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 21px;
    }
    .sec-7 .box .right .text {
        margin-bottom: 33px;
        font-size: 16px;
    }
    .sec-7 .box .right .box .group {
        margin-bottom: 17px;
    }
    .sec-7 .box .right .btn {
        padding: 16px 0;
        font-size: 16px;
    }
    .sec-7 .box .right .chek .wpcf7-list-item-label {
        padding: 0 0 0 28px;
        font-size: 13px;
    }
    .sec-7 .box .right .chek {
        margin: 13px 0 0 0;
    }
    .sec-8 {
        padding: 26px 0 0 0;
    }
    .sec-8 .title {
        max-width: 290px;
        margin-bottom: 22px;
    }
    .sec-8 .box {
        margin: 0 0 0 -7px;
        width: calc(100% + 14px);
    }
    .sec-8 .box .item .zag {
        padding: 13px 15px;
        font-size: 28px;
        line-height: 28px;
    }
    .sec-8 .box .item {
        height: 278px;
        margin-bottom: 7px;
    }
    .sec-8 .box .item .text {
        padding: 24px 15px;
        color: #DCDCDC;
    }
    .sec-9 {
        padding: 0;
        background: #0F0F0F;
        margin: 31px 0 0 0;
    }
    .sec-9 .box .left .title {
        font-size: 65px;
    }
    .sec-9 .box .left .sub-title{
        font-size: 20px;
    }
    .sec-9 .bg {
        padding: 34px 0 17px 0;
    }
    .sec-9 .box .left {
        margin-bottom: 16px;
        padding: 0 8px;
    }
    .sec-9 .box {
        padding-bottom: 22px;
    }
    .sec-9 .item {
        padding: 14px 0 15px 0;
        background-position: 0 14px;
        background-size: 19px;
    }
    .sec-9 .item .zag {
        font-size: 16px;
        padding: 0 0 0 31px;
        margin-bottom: 14px;
    }
    .sec-9 .item .text {
        font-size: 14px;
    }
    .sec-9 .img {
        gap: 8px;
        margin: 4px 0 6px 0;
    }
    .sec-9 .box .right .btn {
        font-size: 12px;
        padding: 12px 0;
    }
    .sec-9 .btn {
        font-size: 16px;
        padding: 17px 0;
    }
    .sec-10 {
        margin: 16px 0 0 0;
    }
    .sec-10 .box .right {
        padding: 219px 0 26px 0;
    }
    .sec-10 .box .right .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sec-10 .box .right .text {
        font-size: 16px;
        margin-bottom: 23px;
    }
    .sec-10 .box .right .box .group {
        margin-bottom: 14px;
    }
    .sec-10 .box .right .box .group:nth-child(2){
        width: 48%;
    }
    .sec-10 .box .right .box .group:nth-child(3){
        width: 48%;
    }
    .sec-10 .box .right .btn {
        margin: 16px 0 0 0;
        font-size: 16px;
        padding: 17px 0;
    }
    .sec-11 {
        padding: 30px 0 0 0;
    }
    .sec-11 .title {
        margin-bottom: 20px;
    }
    .sec-11 .slider .swiper-slide {
        width: 270px;
    }
    .sec-11 .slider .item .top .zag {
        font-size: 20px;
        line-height: 20px;
    }
    .sec-11 .slider .item {
        padding: 13px 11px 20px 13px;
        height: auto;
    }
    .sec-11 .slider .item .top .city {
        font-size: 12px;
        padding: 0 0 0 15px;
        margin: -3px 0 0 0;
        background-size: 11px;
    }
    .sec-11 .slider .item .bot .zag {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 21px;
    }
    .sec-11 .slider .item .bot {
        width: 100%;
    }
    .sec-11 .slider .item .top {
        margin-bottom: 32px;
    }
    .sec-11 .slider .item .bot .img {
        gap: 4px;
        margin-top: 19px;
    }
    .sec-11 .slider .item .bot .img .item {
        height: 65px;
    }
    .sec-11 .slider .swiper-pagination {
        margin: 23px 0 0 0;
    }
    .sec-12 {
        padding: 31px 0 0 0;
    }
    .sec-12 .box .item .img {
        height: 163px;
        margin-bottom: 12px;
    }
    .sec-12 .box .item .zag {
        font-size: 16px;
        line-height: 16px;
    }
    .sec-12 .box .item .text{
        display: none;
    }
    .sec-12 .box .item .date {
        font-size: 13px;
        letter-spacing: -0.143px;
    }
    .sec-12 .box .item {
        margin-bottom: 29px;
    }
    .sec-12 .box {
        margin-bottom: 2px;
    }
    .sec-12 .btn {
        padding: 17px 0;
        font-size: 16px;
    }
    footer .box .logo {
        width: 177px;
        margin: 0 auto;
    }
    footer {
        padding: 29px 0 28px 0;
    }
    footer .box .right {
        margin: 36px 0 0 0;
        padding: 0 6px;
        justify-content: space-between;
    }
    footer .box .right .item .zag {
        font-size: 14px;
        line-height: 13px;
        margin-bottom: 17px;
    }
    footer .box .right .item .menu ul li {
        margin-bottom: 10px;
    }
    footer .box .right .item .menu ul li a {
        font-size: 13px;
        line-height: 9px;
    }
    footer .box .right .item {
        width: 43%;
    }
    footer .box .tel {
        margin: 29px 0 0 0;
    }
    footer .box .tel a {
        font-size: 24px;
        margin-bottom: 1px;
    }
    footer .foot {
        margin: 15px 0 0 0;
    }
    footer .foot .desing {
        margin-top: 22px;
    }
    footer .foot .desing a {
        gap: 20px;
    }
    .popup {
        padding: 19px 10px;
        width: 100%;
        top: auto;
        height: auto;
    }
    .popup .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 18px;
        width: 220px;
    }
    .popup .text {
        width: 100%;
        font-size: 14px;
        margin-bottom: 33px;
    }
    .popup .box .group {
        width: 100%;
        margin-bottom: 17px;
    }
    .popup .box {
        margin: 0;
    }
    .popup .btn {
        padding: 16px 0;
        font-size: 16px;
    }
    .popup-fade-yes .img{
        display: none;
    }
    .popup-fade-yes .popup {
        height: auto;
        padding: 32px 10px 15px 10px;
    }
    .popup-fade-yes .popup .title{
        margin-bottom: 29px;
    }
    .popup-fade-yes .popup .text br{
        display: none;
    }
    .popup-fade-yes .btn {
        width: 100%;
        margin: 42px auto 0 auto;
    }
    .page-template-project .sec-2 .title {
        font-size: 38px;
        margin: 40px auto;
    }
    .page-template-tehnologii .sec-3 .title {
        font-size: 38px;
        margin: 40px auto;
    }
    .page-template-tehnologii .sec-3 .video .play{
        width: 45px;
        height: 45px;
        background-size: contain;
    }
    .page-template-tehnologii .sec-3 .object .box .right {
        padding: 15px 28px 25px 12px;
    }
    .sec-13 .title {
        font-size: 38px;
    }
    .sec-13 .nav-menu ul{
        flex-wrap: wrap;
    }
    .sec-13 .nav-menu ul li {
        width: 100%;
    }
    .sec-13 .box .item {
        width: 100%;
    }
    .sec-13 .box {
        gap: 20px;
    }
    .sec-13 .pagination ul li a,
    .sec-13 .pagination ul li span{
        min-width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .sec-13 .pagination ul li:last-child a,
    .sec-13 .pagination ul li:first-child a {
        min-width: 80px;
    }
    .sec-14 {
        margin: 40px 0 0 0;
        padding: 20px 0 0 0;
    }
    .sec-15 {
        padding: 90px 0 0 0;
    }
    .sec-15 .title {
        font-size: 38px;
    }
    .sec-15 .nav-menu ul{
        flex-wrap: wrap;
    }
    .sec-15 .nav-menu ul li{
        width: 100%;
    }
    .sec-15 .box .item a,
    .sec-15 .box .item .link{
        padding: 20px;
    }
    .sec-15 .box .item a .text,
    .sec-15 .box .item .link .text{
        font-size: 14px;
    }
    .sec-15 .box .item a .date,
    .sec-15 .box .item .link .date{
        font-size: 12px;
    }
    .sec-16 {
        padding: 70px 0 0 0;
    }
    .sec-16 .title {
        font-size: 38px;
    }
    .sec-16 .box .left .box .address {
        width: 100%;
        margin-bottom: 10px;
    }
    .sec-16 .box .right .box .group {
        width: 100%;
    }
    .sec-17 .title {
        font-size: 38px;
        line-height: 48px;
    }
    .sec-17 .box .left .tabs-nav {
        width: 100%;
        position: initial;
    }
    .sec-17 .box .left .tabs-nav a {
        font-size: 13px;
        padding: 12px 0;
    }
    .sec-17 .box .left .tabs-item .mySwiper {
        width: 275px;
        bottom: 5px;
    }
    .sec-17 .box .left .tabs-item .mySwiper .swiper-slide{
        width: 60px;
        margin: 0 5px;
    }
    .sec-17 .box .left .tabs-item .mySwiper2 {
        height: 260px;
    }
    .sec-17 .box .left #tabs {
        height: auto;
    }
    .sec-17 .box {
        margin: 0;
        width: 100%;
    }
    .sec-17 .box .right .box .item {
        padding: 10px;
        width: 48%;
        font-size: 14px;
    }
    .sec-17 .box .right .bg .box .group {
        width: 100%;
        margin-bottom: 10px;
    }
    .sec-17 .box .right .bg .btn {
        font-size: 16px;
    }
    .sec-17 .box .right .bg .soc {
        margin: -25px 0 0 auto;
        gap: 5px;
    }
    .sec-17 .box .right .bg .soc a {
        width: 25px;
    }
    .sec-17 .box .right .bg .left {
        width: 208px;
    }
    .sec-17 .box .right .bg + .bg .box {
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .sec-17 #tabs1 .tabs-nav a {
        font-size: 14px;
    }
    .sec-17 .box .right .bg .box .group label{
        margin-bottom: 5px;
    }
    .sec-17 + .sec-8 {
        padding: 26px 0 0 0;
    }
    .page-template-premium .sec-8 .title {
        margin-bottom: 20px;
    }
    .page-template-premium .sec-17 + .sec-8 {
        padding: 50px 0 0 0;
    }
    .sec-18 .box .item ul li:before{
        flex-shrink: 0;
    }
    .sec-18 .box .item ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .sec-19 {
        padding: 30px 0 0 0;
    }
    .sec-19 .title {
        margin-bottom: 15px;
    }
    .sec-20 {
        padding: 30px 0 0 0;
    }
    .sec-20 .title {
        margin-bottom: 15px;
    }
    .sec-21 {
        padding: 30px 0 0 0;
    }
    .sec-21 .title {
        margin-bottom: 15px;
    }
    .sec-21 .box a {
        width: 100%;
    }
    .sec-22 .video {
        height: 300px;
    }
    .sec-22 .video button .play{
        width: 45px;
        height: 45px;
    }
    .sec-22 .title {
        font-size: 20px;
        top: 5px;
        left: 15px;
    }
    .sec-22 .online {
        font-size: 12px;
        top: 5px;
        right: 15px;
        padding: 2px 10px;
    }
    .page-template-premium .sec-21 {
        padding: 30px 0 0 0;
    }
    .sec-23 .title {
        font-size: 38px;
    }
    .page-template-about .sec-1{
        background-position: 50% !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background-attachment: initial !important;
    }
    .sec-24 .title {
        font-size: 34px;
        line-height: 40px;
    }
    .sec-24 .img img {
        height: 300px;
    }
    .sec-24 .article .gallery a {
        width: 100%;
        height: 200px;
    }
    .sec-24 .article table td {
        font-size: 14px;
    }
    .sec-24 .article blockquote{
        margin: 30px 0;
        padding: 0 0 0 20px;
    }
    .sec-24 .article .box ul {
        width: 100%;
    }
    .sec-10 .box .right .select2-container--default .select2-selection--multiple,
    .sec-17 .box .right .bg .select2-container--default .select2-selection--multiple{
        padding: 0 5px;
        font-size: 12px;
    }
    .sec-10 .box .right .select2-container--default .select2-selection--single,
    .sec-17 .box .right .bg .select2-container--default .select2-selection--single{
        padding: 0 10px;
    }
    .sec-17 .box .right .bg {
        padding: 20px 10px;
    }
    .sec-10 .box .right .select2-container--default .select2-selection--multiple .select2-selection__choice,
    .sec-17 .box .right .bg .select2-container--default .select2-selection--multiple .select2-selection__choice{
        padding: 0 8px 0 14px;
    }
    .sec-17 .box .left .tabs-item .mySwiper2 .swiper-arrow {
        background: #fff;
        width: 35px;
        height: 35px;
    }
    .sec-17 .box .left .tabs-item .mySwiper2 .swiper-arrow:after {
        font-size: 16px;
    }
    .sec-10 .box .right .select2-container .select2-selection--multiple .select2-selection__rendered,
    .sec-17 .box .right .bg .select2-container .select2-selection--multiple .select2-selection__rendered{
        margin-left: 0;
    }
    .page-template-tehnologii .sec-3 .object .box {
        margin-bottom: 8px;
    }
    .breadcrumb span{
        flex-wrap: nowrap;
    }
    .breadcrumb span span{
        white-space: nowrap;
    }
    .breadcrumb {
        overflow: hidden;
        overflow-x: auto;
    }
    .breadcrumb::-webkit-scrollbar { width: 0; }
    .breadcrumb { -ms-overflow-style: none; }
    .breadcrumb { overflow: -moz-scrollbars-none; }
    .sec-13 {
        padding: 65px 0 0 0;
    }
    .sec-20 .hack .item .name,
    .sec-20 .hack .item .num{
        width: 100%;
        padding: 0;
    }
    .sec-20 .hack .item:before{
        display: none;
    }
}