*, ::after, ::before {
    box-sizing: border-box;
}
:focus { outline: none; }
a,p {
    text-decoration: none;
    color:#000;
    
}
::placeholder { 
    color: #A3A3A3;
    opacity: 1; 
    font-weight: 300;
    font-size: 16px;
}
:-ms-input-placeholder { 
    color: #A3A3A3;
    font-weight: 300;
    font-size: 16px;
} 
::-ms-input-placeholder { 
    color: #A3A3A3;
    font-weight: 300;
    font-size: 16px;
}
button{
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    padding:0;
    margin:0;
    background: linear-gradient(180deg, #EEE4C7 0%, #dfdfdf 100%)
}
.d-flex {
    display:flex;
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.text-center{
    text-align: center;
}
.ptb-75 {
    padding-top:75px;
    padding-bottom: 75px;
}
.pt-75 {
    padding-top:75px
}
.ptb-15 {
    padding-top:15px;
    padding-bottom:15px;
}
.bg-grey {
    background: linear-gradient(0deg, #F6F8FA 0%, #F6F8FA 100%), url(<path-to-image>), lightgray 0px -1515.089px / 100% 1004.017% no-repeat;
}
.bg-blue{
    background: linear-gradient(0deg, #EDF1FE 0%, #EDF1FE 100%), url(<path-to-image>), lightgray 0px -7266.082px / 100% 1004.017% no-repeat;
}
header {
    background:#EEE4C7 ;

    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 99;
}
section {
 
}
.header-top{
    padding:25px 0;
}
.menu a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Montserrat', sans-serif;

}
.menu li a:hover {
    color: #000;
}
.menu li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #000;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.menu a:hover {

}
.menu li {
    
}
.menu ul {
    margin:0;
    padding:0;
    gap: 0 50px;
    list-style: none;
}
.button-right{
    display: flex;
    align-items:center;
    gap:0 50px;
}
.logo {

}
.logo a {
}
.logo h2 {
   
}
.logo span {
   
}
.phones {
    border-radius: 4px;
    border: 1px solid #F1D68C;
    background: #FFCD00;
    padding:10px 12px;
    height: 50px;
    transition: .4s all ease-out;

}
.phones:hover {
    background: #fff;
}
.phones a {
    gap:0 10px;
    font-family: 'Montserrat', sans-serif;
}
.phones a .ph-1 {
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: block;
    width:100%;
}
.phones a .ph-2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width:100%;
}
.phones p {
    margin:0;
    font-weight: 300;
    font-size: 14px;
    color: #777777;
}
.tg {
    border-radius: 4px;
    border: 1px solid #6592E9;
    background: #3B67BE;
    padding:10px 12px;
    height: 50px;
    display: flex;
    align-items: center;
    transition: .4s all ease-out;
}
.tg svg path {
    transition: .4s all ease-out;
}
.tg:hover{
    background: #fff;
}
.tg:hover svg path {
    fill:#6592E9;
}
.tg:hover a {
    color:#6592E9;
}
.tg a {
    gap:0 10px;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    transition: .4s all ease-out;
}
.lang a.actives {
    border-radius: 4px;
    border: 1px solid #6592E9;
    background: #FFF;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    height: 50px;
    display: flex;
    align-items: center;
    padding:10px 12px;
    transition: .4s all ease-out;
}
.lang a.actives:hover {
    background: #6592E9;
    color:#fff;
}
.lang {
    position: relative;
    transition: .4s all ease-out;
}
.lang:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    width: 100%;
    left: 0;
    z-index: 123123;
    border: 1px solid #6592E9;
    top: 45px;
    background: #FFF;
}
.dropdown-content a {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    border-bottom: 1px solid #6592E9;
    transition: .4s all ease-out;
}
.dropdown-content a:hover {
    background: #6592E9;
    color:#fff;
}
.main-banner {
    padding-top:104px;
    position: relative;
}
.row-main{
    align-items: center;
    position: relative;
}
.row-main:before {
    content:'';
    background-image: url(../img/main-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:750px;
    height: 650px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%); 
}
.col-image-middle {
    position: relative;
}
.col-image-middle img {
    z-index: 2;
    position: relative;
}
.col-image-middle:before {
    content: '';
    background-image: url(../img/original.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 178px;
    height: 178px;
    position: absolute;
    top:30px;
    left:0;
    z-index: 1;
}
.col-text-left {
    
}

.col-text-left h1{
    color: #503729;
    font-family: 'Arial', serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px; /* 104.762% */
    letter-spacing: 1.68px;
    margin:0
}
.col-text-left p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;

}
.col-text-left h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 51.2px */
    letter-spacing: 0.64px;
    margin-bottom:20px;
    margin-top:0;
}
.btn-order {
    border-radius: 5.667px;
    border: 1px solid #FFF;
    background: #000;
    display: flex;
    align-items: center;
    font-size: 22.667px;
    font-weight: 400;
    line-height: 29.542px;
    color:#fff;
    gap:0 15px;
    padding:20px 35px;
    transition: .2s all linear;
}
.btn-order:hover {
    border: 1px solid #000;
    background: #fff;
    color:#000
}
.btn-order:hover svg path {
    fill:#000;
}
.col-text-right{
    position: relative;
    margin-right: 100px;
}
.great {
    position: absolute;
    left: -65px;
    top: -25px;
    z-index: 9;
}
.text-right-title {
    color: #503729;
    font-family: 'Podkova', serif;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%); 
    z-index: 2;
}
.text-right-image {
    background: #fff;
    padding:30px 30px;
    width:245px;
    position: relative;
}
.text-right-image:before {
    content:'';
    background: #EEE4C7 ;
    width:100px;
    height: 100px;
    transform:rotate(45deg);
    position:absolute;
    left: -50px;
    top: -50px;
    z-index: 1;
}
.text-right-image:after {
    content: '';
    background-image: url(../img/list.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 145px;
    height: 135px;
    position: absolute;
    top: -25px;
    right: -100px;

}
.text-right-sub_title {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top:20px;
    padding-bottom: 15px;
    border-bottom:1px solid #000;
}
.text-right-price{
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top:20px;
}
.col-sale {
    background: #AE8755;
   
    color:#fff;
   
}
.col-sale_sub{
    display: flex;
    padding-top:25px;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
}
.col-sale_sub:before {
    content: '';
    width:100px;
    height: 100px;
    background: #EEE4C7;
    transform: rotate(-45deg);
    position: absolute;
    top: -60px;
    right: -50px;
}
.col-sale_sub:after {
    content: '';
    width:100px;
    height: 100px;
    background: #EEE4C7;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -60px;
    right: -50px;
}
.ajax_form .error {
    border:1px solid red !important
}

.col-sale:before {
    content: '';
    position: absolute;
    left: -998%;
    top: 0;
    height: 100%;
    width: 1000%;
    background: #AE8755;
}
.col-sale:after {
    content: '';
    position: absolute;
    left: -910%;
    bottom: 45px;
    height: 1px;
    width: 1000%;
    background: #fff;
}
.sale-left{
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    font-family: 'Podkova', serif;
}
.sale-left span {
    display: block;
    width:100%;
    font-size: 24px;
}
.sale-left .f-48 {
    font-size: 48px;
    font-family: 'Podkova', serif;
}
.sale-left .f-88 {
    font-size: 78px;
    font-family: 'Podkova', serif;
}
.sale-right{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: flex;
    align-items: center;

}
.sale-right:before{
    content:'';
    width:1px;
    height: 100%;
    background: #fff;
    margin-left:30px;
    margin-right: 30px;
}
.sale-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top:5px;
}
.col-sale-right{
    width:285px;
    position: relative;
    margin-left: auto;
}
.col-sale-right:before {
    content:'';
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:132px;
    height: 132px;
    position: absolute;
    left: -90px;
    top: 10px;
}
.sale-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.36px;
}
.main-titles {
    position: absolute;
    bottom: -25px;
}
.main-titles h2 {
    
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color:#fff;
    margin:0;
}
.main-titles h1 {
    
    font-size: 260.424px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color:#fff;
    margin:0;
    line-height: 186px;
    text-shadow: 7px 4px 10px #1212123b;
}

.col-opt {
    display: flex;
    align-items: center;
    gap:0 25px;

}
.col-opt p {
    margin:0;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.section-image,
.section-reviews,
.container-reviews{
    position: relative;
}

.section-reviews:before {
    content: '';
    background-image: url(../img/bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:1400px;
    height: 560px;
    position: absolute;
    right:0;
    top:0;
}

.section-reviews:after {
    content: '';
    background-image: url(../img/cow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:480px;
    height: 370px;
    position: absolute;
    right:0;
    bottom:-135px;
    z-index: 2;
}





.section-image:before {
    content: '';
    background-image: url(../img/left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:170px;
    height: 330px;
    position: absolute;
    left:0;
    top:0;
}
.section-image:after {
    content: '';
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:370px;
    height: 770px;
    position: absolute;
    right:0;
    top:-200px;
}
.full-title {
    color: #503729;
    font-family: 'Podkova', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}
.full-title:before {

}
.full-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.full-icons {
    margin-top: 75px;
}
.full-col {
    display: flex;
    align-items: center; 
    gap:0 35px;
    margin-bottom: 30px;
}
.full-t {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.48px;
}
.full-c {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: 0.32px;
}
.full-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}
.full-text p {
    margin-top:0;
}
.row-product {
    align-items: center;
}
.product-title {
    color: #503729;
    font-family: 'Arial', serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;

}
.product-cat {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom: 30px;
}
.product-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.price{
    color: #503729;
    font-size: 56px;
    font-weight: 700;
    line-height: 88px;
    font-family: 'Podkova', serif;
    margin-top:20px;
    margin-bottom: 10px;
}
.prd-label-box {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    color: #AE8755;
    font-family: 'Podkova', serif;
    font-size: 28.511px;
    font-weight: 400;
    line-height: 180%;
    cursor: pointer;
    transition: .2s all linear;
    border: 1.188px solid #AE8755;
    background: #E8E6DA;
}
.block {
    display: none;
}
.block.active {
    display:block;
}

.main-product-label-box input:checked+.prd-label-box {
    background: #AE8755;
    color: #fff;
}

.main-product-label-box input {
    display: none;
}

.main-product-labels {
    margin-bottom: 25px;
    gap:0 30px
}

.video{
    /*background-image: url(../img/video.gif);*/
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 1080px;
    position: relative;
    padding-top:195px;
    padding-bottom: 250px;
    overflow: hidden;
    
}
.video-full video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left:0;
    top:0;
}




.video:before {
    content:'';
    background: #00000080;
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.video-content {
    max-width: 530px;
    position: relative;
    z-index: 2;

}
.video-title{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    font-family: 'Podkova', serif;
}
.video-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
}
.title {
    font-family: 'Podkova', serif;
    color: #503729;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
}



.col-product {

}
.col-p-stars {
    display: flex;
    align-items: center;
    gap:0 3px;
    margin-top:20px;
    margin-bottom: 30px;
}
.col-p-title{
    color: #1A1A1A;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.col-p-sub_title,
.col-p-fly{
    color: #727272;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.col-p-date{
    color: #6592E9;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top:25px;
}
.col-p-price {
    display: flex;
    align-items: center;
    margin-top:30px;
    gap:0 10px;
}
.col-price{
    display: flex;
    align-items: center; 
    gap:0 5px;
    color: #E73C3E;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.col-old_price {
    color: #7C7C7C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}
.col-p-img{
    margin-bottom: 20px;
}
.forms-titles{
    justify-content: space-between;
}
.f-title {
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
}
.f-sub_title {
    color: #E73C3E;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top:15px;
}
.f-text {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top:20px;
}
.row-form{
    align-items: center;
}
.form-content {
    padding:30px 30px;
    border-radius: 8px;
    background: #EFF2F6;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.02), 0px 20px 25px -5px rgba(0, 0, 0, 0.05);
}
.form-group input{
    border-radius: 2px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding:15px 15px;
    width:100%;
    height: 55px;
}
.form-group {
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-group .button {
    border-radius: 4.696px;
    border: 1.174px solid #EBBF0C;
    background: #FFCD00;
    padding:15px 15px;
    width:100%;
    display: flex;
    align-items: center;
    gap:0 10px;
    justify-content: center;
    font-size: 21.13px;
    font-weight: 400;
    line-height: 24.48px; /* 115.85% */
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: .4s all ease-out;
    height: 55px;
}
.form-group .button:hover {
    background: #fff;
}
.btn-yellow{
    font-size: 18px !important;
}
.btn-red {
    border: 1.174px solid #E73C3E !important;
    background: #E73C3E !important;
    font-size: 18px !important;
    transition: .4s all ease-out;
    color:#fff;
}
.btn-red:hover {
    background: #fff !important;
    color:#E73C3E
}
.btn-blue{
    border: 1.174px solid #3B67BE !important; 
    background: #3B67BE !important;
    font-size: 18px !important;
    transition: .4s all ease-out;
    color:#fff;
}
.btn-blue:hover {
    color:#3B67BE !important;
    background: #fff !important;
}
.form-group a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.iframe {
    margin-top:45px
}
.title {

}
.title-sub_title{
    color: #353535;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.full-image-bg {
    
}
.full-section{
    margin-top: -380px;
    background-image: url(../img/full-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1955px;
    width:100%;
    position: relative;

}
.container-full {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    top: 70%;
}
.middle{
    border-radius: 8px;
    border: 1px solid #AAA;
    opacity: 0.800000011920929;
    background: #00000087;
    padding:50px 50px;
}
.m-title{
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    color:#fff;
}
.m-sub_title{
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    color:#fff;
    margin-top:20px;
}
.c-m-image{
    height: 75px;
    object-fit: contain;
}
.c-m-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color:#fff;
    margin-top:15px;
}
.c-m-text p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06), 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.col-o-grid {
    gap:0 35px;
    display:flex;
    align-items: center;
    border-radius: 12px;
    border: 1.044px solid var(--clinicalcenter-gray-border, #F5F5F5);
    background: var(--clinicalcenter-white, #FFF);
    box-shadow: 0px 4.175084114074707px 16px 0px rgba(0, 0, 0, 0.04);
    height: 100%;
}


.col-0-image {
    flex:0 0 284px;
}
.col-0-image img {
    border-radius:12px 0 0 12px;
    width:100%;
}
.col-o-title{
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
}
.col-o-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top:15px;
}
.col-o-map{
    color: #0485FD;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px dashed #0485FD;
    margin-top:20px;
    width: max-content;
}
.col-o-phone {
    margin-top:30px;
}
.col-o-phone a {
    display: flex;
    align-items: center;
    gap:0 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.k-1 .col-k {
    background-image: url(../img/k1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    height:380px;
    padding:50px 45px;
}
.k-2 .col-k {
    background-image: url(../img/k2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    height:380px;
    padding:50px 45px;
}
.k-sub_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 15px;
}
.k-title{
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
}
.k-title b {
    font-size: 36px;
}
.k-button{
    border-radius: 5.12px;
    border: 1.28px solid #EBBF0C;
    background: #FFCD00;
    font-size: 23.04px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.692px; /* 115.85% */
    text-transform: uppercase;
    padding:15px 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    max-width: 350px;
    margin-top:60px;
    transition: .4s all ease-in-out;
}
.k-button:hover {
    background: #fff;
    
}
.k-text{
    font-size: 22px;
    font-weight: 400;
    line-height: 42px; /* 190.909% */
    text-transform: uppercase;
}
.title-blue{
    color: #3A75E5;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.banner-sub_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.255em;
}
.banner-title {
    font-weight: 800;
    font-size: 60px;
    line-height: 110%;
}

.banner-slogan{
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    position: relative;
    text-align: right;
}
.banner-slogan:before {
    content:'';
    background: #F5F5F5;
    height: 35px;
    width: 300%;
    position: absolute;
    right: 45%;
    top: 9px;
}
.banner-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    color: #777777;
    margin-top:15px;

}
.banner-content p {
    color: #777777;
    line-height: 180%;
}
.banner-content h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    text-transform: capitalize;
    margin-top:0;
    color: #4F4F4F;

}
.banner-buttons {
    gap:0 25px;
    margin-top:35px;
}


.text {

    background: #FFF;
    border: 2px solid #7DCA86;
    border-radius: 5px;
    padding: 7px 15px;
    box-sizing: border-box;
  }
  
  .tabs {
    max-width: 100%;
    margin-top:35px;
  }
  .tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
  }
  .tabs__caption li:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    right: -1px;
    z-index: -1;
    height: 5px;
    background: #E7E7E7;
  }
  .tabs__caption:after {
    content: '';
    display: table;
    clear: both;
  }
  .tabs__caption li {
    padding: 20px 30px;
    background: #F5F5F5;
    margin-right: 1px;
    position: relative;
    border: solid #F5F5F5;
    border-color:#F5F5F5;
    border-width: 0 1px 0 0;
    border-radius: 0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    border-top:1px solid #D0D0D0;
    border-left:1px solid #D0D0D0;
    border-right:1px solid #D0D0D0;
    line-height: normal;
    transition: .2s all linear;
  }
 

  .tabs__caption li:not(.active) {
    cursor: pointer;
  }
  .tabs__caption li:not(.active):hover {
    color:#000;
  }
  .tabs__caption .active {
    border-top: 2px solid #E73C3E;
    color: #000;
    font-weight: 700;


  }
  .tabs__caption .active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #FFF;
  }
  .tabs__content {
    display: none;
    background: #FFF;
    border: 1px solid #F5F5F5;
    border-radius: 0 5px 5px 5px;
    padding: 7px 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
  }
  .tabs__content h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 110%;
    color: #4F4F4F;
  }
  .tabs__content p {
    font-weight: 300;
    font-size: 18px;
    color: #777777;
    line-height: 180%;
  }
  .tabs__content ul {
    font-weight: 300;
    font-size: 18px;
    color: #777777;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    list-style:none;


  }
  .tabs__content li {
    width:50%;
    line-height: 180%;
    display: flex;
  }
  .tabs__content li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #00ADF1; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
  .tabs__content.active {
    display: block;
  }
  
  .equip {
    padding:150px 0 90px 0;
  }
  .equip_title h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #4F4F4F;
    margin:0;
  }
  .equip_title p {
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    text-align: justify;
    color: #777777;
    margin-top:20px;
    margin-bottom: 0;
  }
  .glav {
    background: #F1FAFF;
    padding:40px 0 0 0;
    overflow: hidden;
  }
#map {
    height: 745px;
    width: 100%;
}
.spec {
    padding:90px 0;
}
.reviews-swiper {
    margin-top:70px;
}
.reviews {
    padding:50px 50px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 20px 44px -5px rgba(0, 0, 0, 0.08);
    position: relative;
}
.reviews::before {
    content: '';
    position: absolute;
    left:0;
    top:0;
    border-radius: 16px 0px 0px 16px;
    background: #4D673D;
    height: 100%;
    width: 15px;
}
.r-title{
    color: #000;
    font-family: 'Podkova', serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}
.r-content{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.r-names {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:50px
}
.r-left{
    display: flex;
    align-items: center;
    gap:0 20px;
}
.r-name {
    font-family: 'Podkova', serif;
    font-size: 20px;
    font-weight: 700;
}
.r-city {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top:5px;
}
.spec h2 {
    margin-top:0;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #00ADF1;
}
.v-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.v-l-video{
    max-width: 35%;
    flex:0 0 35%;
    position: relative;
}
.v-l-video:after {
    content:'';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='101' height='101' viewBox='0 0 101 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='101' height='101' rx='50.5' fill='white'/%3E%3Cg clip-path='url(%23clip0_520_14)'%3E%3Cmask id='mask0_520_14' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='19' y='20' width='62' height='62'%3E%3Cpath d='M19.665 20.6638H80.9983V81.9971H19.665V20.6638Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_520_14)'%3E%3Cpath d='M46.7062 70.085H55.3158C56.6299 70.085 57.8984 69.6028 58.8806 68.7298L73.9386 55.3456C75.3333 54.1058 77.4527 54.1691 78.7712 55.4897C80.1795 56.9003 80.1376 59.1978 78.6786 60.5561L64.2721 73.9685C61.2113 76.8181 57.1847 78.4023 53.0028 78.4023H20.8633' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.3633 57.5722C44.4822 58.5446 46.2861 60.0858 47.5792 62H54.3233C56.5563 62 58.3667 63.8103 58.3667 66.0435C58.3667 68.2766 56.5563 70.0869 54.3233 70.0869H42.8254' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8633 64.7949H25.1939C26.3449 61.5876 28.7556 58.9804 31.8295 57.5698' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M65.2588 41.9232L57.6436 49.5386' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M70.3808 45.8565C66.9243 49.313 62.083 50.5404 57.6426 49.5401C56.6422 45.0995 57.8696 40.2585 61.3262 36.8019C63.8042 34.3239 66.9937 32.9916 70.237 32.8043C72.5819 32.669 74.5137 34.6008 74.3783 36.9456C74.1912 40.189 72.8589 43.3785 70.3808 45.8565Z' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49.3623 33.3846L56.9776 41' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.2396 37.3159C47.6962 40.7725 52.5374 41.9999 56.9778 40.9995C57.9783 36.559 56.7508 31.718 53.2942 28.2614C50.8162 25.7834 47.6267 24.4509 44.3834 24.2638C42.0385 24.1284 40.1067 26.0602 40.2421 28.4051C40.4293 31.6485 41.7616 34.8379 44.2396 37.3159Z' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M57.3057 37.5185V56.7842' stroke='%234D673D' stroke-width='2.39583' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_520_14'%3E%3Crect width='61.3333' height='61.3333' fill='white' transform='translate(19.667 20.6665)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right:10px;
    top:15%;
}
.v-l-video video {
    max-width: 100%;
    max-height: 810px;
    border-radius: 16px;
}
.section-video{
    padding-top:150px;
}
.v-r-text {
    max-width: 60%;
    flex:0 0 60%; 
}
.d-absolute{
    gap:0 25px;
}
.v-absolute{
    position: absolute;
    top:0;
    right:0;
    max-width: 580px;
}
.v-absolute-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.v-r-content {
    color: #503729;
    font-family: 'Podkova', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    position: relative;
}
.v-r-content:before {
    content:'';
    width:120px;
    height:5px;
    background: #4D673D;
    position: absolute;
    top: 25px;
    left: -75px;
    transform: translate(-50%,-50%);
    opacity: 0.5;

}
.reviews h2 {
    margin-top:0;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #4F4F4F;
}
  .col-left-glav h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 180%;
    color: #777777;
  }
  .col-left-glav p {
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    color: #777777;
  }
  .col-left-glav b {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
  }
  .col-right-glav {
    border-radius: 360px;
    position: relative;
    bottom: -100px;
    background: linear-gradient(216.66deg, #58C8F4 8.34%, #B6D9E1 111.93%);
  }
  .col-right-glav img {
    position: relative;
    bottom:85px;
  }
  .align-items-center{
    align-items: center;
  }

.btn {


}
.btn-blue:hover{
    color: #00ADF1;
    background: #fff;
}
.btn-blue:hover svg path {
    fill:#00ADF1;
}

.btn-white {
    color:#00ADF1;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 36px 0px 24px;
}
.btn-white:hover {
    color:#fff;
    background-color: #00ADF1;
}
.banner-img {
    position: relative;
}
.banner-img img {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
}

.facts{
    background: #F5F5F5;
    padding:70px 0;
}
.facts-title{
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.01em;
}
.facts-sub_title {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.01em;
    margin-top:15px;
}
.facts-row {
    margin-top:50px;
}
.facts-grid{
    display: flex;
    align-items: center;
    gap:0 20px;
    background: #FFFFFF;
    box-shadow: 0px 6.57672px 16.4418px rgba(0, 0, 0, 0.14);
    border-bottom-left-radius: 36px;
    border-top-right-radius: 36px;
    padding:30px 15px 30px 30px;
    height: 120px;
    transition: .2s all linear;

}
.facts-grid:hover {
    background: #003979;
   
}
.facts-grid:hover p,
.facts-grid:hover p span {
    color:#fff;
}
.facts-grid:hover img {
    filter:brightness(0) invert(1);
}
.col-facts {
    padding-bottom: 35px;
}
.facts-grid p {
    font-weight: 700;
    font-size: 28px;
    margin-top:0;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    line-height: 32px;
}
.facts-grid p span {
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    width:100%;
    display: block;
}
.industry {
    padding:100px 0;
}
.loocker {

    background: #F5F5F5;
}
.numbers {
    padding:85px 0;
}
.number-grid {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -0.01em;
    flex: 0 0 26%;
   
}
.number-grid:first-child{
    flex:0 0 35%;
}
.number-img {
    flex: 0 0 25%;
}
.number-content {
   
}
.number-grid h3 {
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -0.02em;
    margin:0;
}
.loocker hr {
    border:0;
    border-bottom: 4px solid #fff;
    background: #FFFFFF;
    width:100%;
    margin:0;
}
.loocker-studio {
    padding-top:45px;
    padding-bottom: 80px;
}
.stores{
    padding-top:70px;
    padding-bottom: 100px;
    background: #fff;
}
.stores-row{
    margin-top:70px;
}
.stores-img {
    position: relative;
    z-index: 2;
}
.stores-img:before {
    content: '';
    width: 95%;
    height: 100%;
    display: block;
    top: -15px;
    right: -15px;
    position: absolute;
    border: 2px solid #DADADA;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    z-index: 1;
}
.stores-img img {
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    width: 100%;

}
.col-stores{
    padding-bottom:50px;
}
.stores-content{
    text-align: right;
}
.stores-content h3 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #003979;
    margin-bottom:10px;
}
.stores-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    margin-top:0;
}
.stores-phone a {
    justify-content: flex-end;
    gap:0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.01em;
}
.plan {
    background: #F5F5F5;
    padding-top:70px;
    padding-bottom: 70px;
}
.team {
    padding:90px 0 0 0;
    background: #F1FAFF;

}
.team-left h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #00ADF1;

}
.team-left h2 span {
    color:#003979;
}
.team-left {
    font-weight: 800;
    font-size: 32px;
    line-height: 180%;
    color: #4F4F4F;
}
.team-grid {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 24px;
    padding:0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4.175084114074707px 6.2626261711120605px 0px rgba(0, 0, 0, 0.02);

}
.spec .team-grid {

}
.team-img img {
    width:100%;
    border-radius: 12px 12px 0px 0px;
}
.team-swiper{
    padding-bottom: 40px;
}
.team-content h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 15px;
    margin-top:0;
    color: #000;

}
.team-content{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: -0.01em;
    padding: 20px 20px 20px 20px;

}
.spec_name{
    margin-bottom:10px;
}
.spec_staj{
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #A3A3A3;
}
.team-content p {
    display: flex;
    flex-direction: column;
}
.more{
    position: absolute;
    right:0;
    bottom:0;
    font-weight: 800;
    font-size: 16px;
    line-height: 110%;
    color: #00ADF1;
    border: 2px solid #00ADF1;
    border-radius: 36px 0px 24px;
    padding:15px 22px;
    transition: .2s all linear;
}
.more:hover {
    color:#fff;   
    background-color:#00ADF1 ;
}

.team-content span {
    color: #003979;
}
.team .swiper-button-next, .team .swiper-button-prev {
    position: static;
    z-index: 0;
}
.relative {
    position: relative;
}

.swiper-paginator{
    position: absolute;
    right:0;
    top:-200px;
}
.btn-main {
    background:#000;
    border-radius: 4px;
    max-width: max-content;
    padding: 17px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    gap:0 10px;
    justify-content: center;
}
.form-modal-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #503729;
    font-family: 'Podkova', serif;
    margin-bottom: 13px;
    margin-top:0;
}

.form-modal-subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #503729;
    font-family: 'Podkova', serif;
    margin-bottom: 19px;
    margin-top:0;
}

.modal-input {
    height: 54px;
    background: #EEE4C7;
    border: 1px solid #919191;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #868686;
    padding-left: 15px;
}

.modal-site {
    padding: 25px 30px 40px;
    background: #EEE4C7;
}

.modal-btn {
    width: 100%;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
}










.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 185px;
    height: 185px;
    border: 1px solid #C6C1A6;
    border-radius: 200px;
    color:#634200;
    transition: .4s all linear;
}
.swiper-button-next:hover {
    background: #634200;
    color:#fff;
}
.swiper-button-next:before {
    content:'';
    position: absolute;
    left: -373%;
    width: 390%;
    height: 3px;
    background: #634200;
}
.who {
    background-image: url(../img/who-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 715px;
}
.col-who{
    background: #fff;
    padding-left:40px;
    padding-right:40px;
    width:400px;
    height: 100%;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px 36px 0px 0px;

}
.who-container {
    height: 100%;
}
.who-row {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.col-who h2 {
    text-shadow: 0px -9.80198px 24.505px rgba(0, 0, 0, 0.08);
    color: #003979;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 116px;
    text-transform: uppercase;
    margin-top:0;
    margin-bottom:0;
}
.col-who span {
    text-transform: uppercase;
    color: #757575;
    font-weight: 400;
    font-size: 20px;
    margin-bottom:25px;
    display: block;
    letter-spacing: 0.165em;
}
.col-who p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.01em;
}
.what {
    padding-top:100px;
    margin-bottom:70px;
    position: relative;
}
.wha-row {
    margin-top:20px;
}
.what-left{
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #003979;
    font-weight: 700;
    font-size: 116px;
}
.what-right h3 {
    letter-spacing: 0.185em;
    text-transform: uppercase;
    color: #003979;
    font-weight: 700;
    font-size: 24px;
    margin-top:0;
    margin-bottom:0;
}
.what-right {
    color: #696969;
    font-weight: 300;
    font-size: 20px;
}
.container-what:before{
    content:'';
    background-image: url(../img/what.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 688px;
    height: 422px;
    border-radius: 0px 80px 0px 0px;

}
.what-title {
    gap:0 30px;
}
.col-what {
    border-left:1px solid #F2F2F2;
    padding-left:15px;
    padding-right: 15px;
}
.col-what .num {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    transform: rotate(-90deg);
}
.col-what p {
    letter-spacing: -0.01em;
    font-size: 14px;
    line-height: 27px;
}
.col-what p b {
    width:100%;
    display: inline-block;
}
.how-row {
    justify-content: flex-end;
}
.how-right {
    width:750px;

}
.how-right h2 {
    font-weight: 700;
    font-size: 116px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-top:0;
    margin-bottom:0;
}
.how-right span {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #003979;
    font-weight: 400;
    font-size: 24px;
}
.how-right p {
    letter-spacing: -0.01em;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.how-right p b {
    color: #003979;
}
.how-line {
    background: #F5F5F5;
    border-radius: 0px 32px;
    padding:15px 20px;
}
.h-first {
    gap:0 10px;

}
.h-first p {
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #003979;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    margin:0;
}
.h-middle {
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #383838;
    font-weight: 700;
    font-size: 36px;
}
.h-last {
    gap:0 10px;

}
.h-last p {
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #003979;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin:0;
}
.reviews-grid {
    padding:50px 40px 70px 40px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.02);
    border-radius: 24px;
}
.reviews-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews-title h3 {
    font-weight: 800;
    font-size: 16px;
    color: #4F4F4F;
}
.reviews-title .date{
    font-weight: 300;
    font-size: 16px;
    color: #4F4F4F;
}
.reviews-img img{
    width:44px;
}
.reviews-text{
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    color: #777777;
}
.contacts{

}
.contact-row{
    background: #F5F5F5;
    border-radius: 80px 80px 0px 0px;
}
.contact-grid {
    position: relative;
    top:100px;
}
.contact-row h2 {
    text-shadow: rgb(192, 192, 192) 1px 0px 0px, rgb(192, 192, 192) 0.540302px 0.841471px 0px, rgb(192, 192, 192) -0.416147px 0.909297px 0px, rgb(192, 192, 192) -0.989992px 0.14112px 0px, rgb(192, 192, 192) -0.653644px -0.756802px 0px, rgb(192, 192, 192) 0.283662px -0.958924px 0px, rgb(192, 192, 192) 0.96017px -0.279415px 0px;
    margin-top:0;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 116px;
    color: #FFFFFF;
    position: relative;
    top:-55px;
}
.contact-title span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top:-55px;
}

.contact-form{
    background: linear-gradient(118.17deg, #03ACF2 6.86%, #83BAE0 103.41%);
    border-radius: 24px;
    padding:55px 60px;
    width: 100%;
}
.contact-form h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    margin:0;

}
.contact-form p {
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom:0;
    margin-top:10px;
}
.input-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:40px;
}
.input-group {

    width: 100%;    
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
}
.mb-2, .my-2 {
    margin-bottom:35px!important;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #DBDADE;
    border-radius: 8px;
    width: 135px;
    padding-left:25px;
   
}
.input-group-text sup {
    color:#F30000;
    margin-left:5px;
}
.checkbox label {
    color:#fff;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap:0 5px;
}
.checkbox input {
    border-color:#00ADF1;
}
.input-field  {
    width:50%;
    padding:0 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 52px;

    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    color: #A3A3A3;

    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 0 15px;
    border: 1px solid #83BAE0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#form {
    background-image: url(../img/form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:3em 2em;
}
#form .form-control {
    border:0;
    border-bottom: 1px solid #A3A3A3;
    border-radius: 0;
    background: transparent;
}
#form .checkbox label{
    color: #777777;
}
#form .input-grid {
    justify-content: space-around;
}
#form .input-group {
    width:40%;
}
.mt-1 {
    margin-top:10px;
}
.mt-2 {
    margin-top:2em;
}
.mt-3 {
    margin-top:3em;
}
.mt-4 {
    margin-top:4em;
}
.footer-bottom {
    margin-top:50px;
    border-top:2px solid #FFFFFF;
    padding:20px 50px;
    background: #F5F5F5;
}
footer {
  
}
.footer-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    max-width: 370px;
}
.copyright {
    background: #00ADF1;
    padding:15px 0;
    font-weight: 400;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
.footer-desctop {
    padding-top:40px;
    padding-bottom:40px;
    border-top:1px solid #00000033;
    margin-top: 50px;
}
.footer-desctop .logo img {

}
.footer-bottom div {
    letter-spacing: -0.01em;
    color: #383838;
    font-weight: 300;
    font-size: 16px;
}
.footer-email {
    font-weight: 800;
    font-size: 14px;
    color: #00ADF1;
}
.social{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:0 25px;
}
.social a,.social a svg {
    transition: .4s all linear;
}
.social a:hover svg {
    transition: .2s all linear;
}
.social a:hover svg path {
    fill:#fff;
    transition: .2s all linear;
}
.visit {
    padding:15px 0;
    background: #F2F3F0;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}
.visit img {
    width: 32px;
}
.visit  span {
    font-weight: 700;
    border-bottom: 1px dashed #000000;
}
.left-visit{
    gap:0 15px;
}
.visit-row {
    gap:0 35px;
}
.btn-grey {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 6px 15px;
    font-weight: 300;
    font-size: 14px;
    transition: .2s all linear;
}
.btn-grey:hover {
    background: #000;
    color:#fff;

}
#form h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    margin-top:0;
    color: #4F4F4F;
    text-align: center;
}
#form p {
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    color: #4F4F4F;
    text-align: center;
}
.menu_container, .middle-top-row {
    display: none;
}
.mobile_menu_container {
    display: none;
}
.maps-right {
    width:150px;
    margin-left:15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B;
}
.maps-right a {
    font-weight: 400;
    font-size: 14.393px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #0360CC;
}
.full-i {
    min-width: 76px;
    max-width: 76px;
}

@media screen and (max-width: 1800px) {
    .container-what:before {
        left: -80px;
    }
}
@media screen and (max-width: 1640px) {
    .container-what:before {
        left: -160px;
    }
}
@media screen and (max-width: 1480px) {
    .container-what:before {
        left: -240px;
    }
    .col-sale:before {
        left: -996%;
    }
}
@media screen and (max-width: 1310px) {
    .container-what:before {
        left: -300px;
    }
    
}
@media screen and (max-width: 1200px) {
    .col-image-middle:before {
        width: 110px;
        height: 110px;
    }
    .col-text-left h1 {
        font-size: 72px;
        line-height: 72px;
    }
    .product-title {
        font-size: 60px;
    }
    .v-r-content {
        line-height: 32px;
        font-size: 32px;
    }
    .swiper-paginator {
        top: -120px;
    }

    .video {
        padding-top: 95px;
        padding-bottom: 90px;
        height: auto;
    }

    .main-product-labels {
        flex-wrap: wrap;
        gap: 30px 30px;
    }

    .ptb-75 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .full-content {
        font-size: 16px;
    }

    .sale-right {
        font-size: 16px;
        padding-right: 10px;
    }

    .full-title {
        font-size: 36px;
    }

    .sale-right:before {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .text-right-image {
        width:auto
    }
    .col-text-right {
        margin-right: 0;
    }
    .btn-order {
        font-size: 18px;
    }
    .col-text-left h2 {
        font-size: 25px;
    }
    .footer-text {
        max-width: 280px;
    }
    .btn-red,
    .btn-blue {
        font-size: 13px !important;
    }
    .form-group .button {
        padding: 15px 10px;
    }
    .row-form-second{
        padding-top:30px;
    }
    .title {
        font-size: 28px;
    }
    .col-k {
        background-size: cover !important;
    }
    .col-o-content{
        padding:10px 0;
    }
    .col-o-title {
        font-size: 22px;
    }
    .col-o-grid {
        height: 100%;
        gap: 0 20px;
    }
    .col-0-image img {
        height: 100%;
        object-fit: cover;
    }
    .col-0-image {
        flex: 0 0 30%;
        height: 100%;
    }
    .col-o-map {
        margin-top: 10px;
    }
    .col-o-phone {
        margin-top: 20px;
    }
    .col-product {
        padding: 15px 15px;
    }
    .col-p-date {
        font-size: 20px;
    }
    .col-price {
        font-size: 16px;
    }
    .col-old_price {
        font-size: 14px;
    }
    .logo img {
        max-width: 160px;
    }
    .menu ul {
        gap: 0 30px;
    }
    .button-right a {
      
    }
    .menu a {
    }
    .phones a {
       
    }
    .phones p {
       
    }
    .banner-title {
        font-size: 60px;
    }
    .banner-slogan:before {
        right: 70%;
    }
    .btn {
        padding: 16px 15px;
        font-size: 13px;
    }
    .facts-grid p {
        line-height: normal;
        font-size: 20px;
    }
    .facts-grid p span {
        font-size: 14px;
    }
    .number-grid h3 {
        font-size: 40px;
    }
    .team-content h3 {
        font-size: 20px;
    }
    .container-what:before {
        left: -35%;
    }
    .contact-title {
        padding-left:15px;
        padding-right: 15px;
    }
    .contact-form .row {

    }
}
@media screen and (max-width: 1140px) { 
    .container-what:before {
        left: -40%;
    }
}
@media screen and (max-width: 1100px) { 
    .container-what:before {
        left: -45%;
    }
}
@media screen and (max-width: 1024px) {
    .container-what:before{
        display:none;
    }
    .how-right {
        width:100%;
    }
    .contact-row h2 {
        font-size: 85px;
    }
}
@media screen and (max-width: 991px) {
    .col-text-left .btn-order {
        display: none;
    }
    .col-image-right{
        overflow:hidden;
        display: none;
    }
    .product-cat {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .product-content {
        font-size: 16px;
    }
    .price {
        line-height: 54px;
        font-size: 48px;
        margin-top: 5px;
    }

    .product-title {
        font-size: 44px;
        line-height: 44px;
    }

    .full-t {
        font-size: 18px;
        line-height: 26px;
    }

    .full-title {
        font-size: 31px;
    }

    .col-sale-right:before {
        left: -65px;
        top: 10px;
        filter: brightness(0.5);
        width: 90px;
        height: 90px;
    }

    .col-text-right{
        width:50%;
        margin:30px auto;
        text-align: center;
    }

    .button-right .btn-order{
        font-size: 15px;
        padding: 10px 20px;
        gap:0 10px;
    }

    .footer-flex{
        flex-wrap: wrap;
    }
    .footer-flex .button-right{
        justify-content: center;
    }
    .container-full {
        top: 60%;
    }
    .iframe iframe {
        width:100%;
        height: 400px;
    }
    .ptb-75 {
        padding-top:30px;
        padding-bottom: 30px;
    }
    .form-submit .row {
        flex:0 0 100%
    }
    .form-submit button {
        width:100%;
        justify-content: center;
        height: 52px;
        font-size: 14px;
    }
    .tabs__caption li {
        padding: 15px 15px;
        font-size: 14px;
    }
    .inpit-field_grid{
        margin-bottom: 15px;
    }
    .input-grid {
        flex-wrap: wrap;
    }
    .team-content {
        padding: 20px 20px 0 20px;
    }
    .banner-sub_title {
        margin-top:30px;
    }
    .banner-img {
        text-align: center;
    }
    .team {
        padding:30px 0 0 0;
    }
    .team-left {
        font-size: 20px;
    }
    .main-banner {
        padding:30px 0;
    }
    .main-titles h1 {
        font-size: 160px;
    }
    .reviews {
        padding: 38px 30px;
    }
    .section-reviews:after {
        width: 315px;
        height: 240px;
    }
    .v-l-video {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .v-r-text {
        max-width: 55%;
        flex: 0 0 55%;
    }
    .v-absolute {
        position: static;
        margin-bottom: 40px;
    }
    .v-absolute-text {
        font-size: 14px;
        line-height: 21px;
    }
    .v-r-content {
        line-height: 28px;
        font-size: 21px;
    }
    .v-r-title{
        margin-bottom: 10px;
    }
    .swiper-button-next:before {
        left: -200%;
        width: 200%;
    }
    .swiper-paginator {
        top: -40px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        width: 85px;
        height: 85px;
        text-align: center;

    }
  
    .equip {
        padding: 110px 0 30px 0;
    }
    .left-visit {
         gap: 0 0; 
        width: 75%;
        flex-wrap: wrap;
    }
    .visit {
        font-size: 14px;
    }
    .visit-title {
        flex:0 0 90%;
    }
    .visit-content {
        flex: 0 0 100%;
        margin-top:5px;
    }
    .visit-logo {
        flex: 0 0 45px;
    }
    .visit-row {
        gap: 0 10px;
    }
      .menu_container {
        display: block;
    }
    .middle-top-row-right {
        display: flex;
        align-items: center;
    }
    .middle-top-row {
        background: #EEE4C7;
        padding: 15px 0;
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        display: block;
        left: 0;
        box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid #EEE4C7;
    }
    .burger-menu img {
        width: 21px;
        height: 19px;
    }

    .menu-desctop {
        display: none;
    }
    .header-top {
        padding:0;
        box-shadow: none;
    }
    .mobile_menu_overlay, .mobile_menu_container {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mobile_menu_container.loaded {
        transform: translateX(0px);
    }
    .mobile_menu_container {
        transform: translateX(-100%);
        width: 100%;
        overflow: hidden;
        z-index: 99;
        background: #EEE4C7;
    }
    .mobile_menu_overlay {
        display: none;
        cursor: pointer;
        z-index: 98;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_menu_container, .mobile_menu_container .mobile_menu_content ul li ul {
        transition: all 350ms ease 0s;
    }
    .mobile_menu_container-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 18px;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px;
        position: relative;
        z-index: 99999;
        border-bottom:1px solid #EEE4C7;
    }
    .mobile_menu_container-title-left {
        display: flex;
        align-items: center;
    }
    a.close-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_menu_container-title-left p {
        font-weight: 400;
        font-size: 22px;
        text-transform: uppercase;
        color: #4F4F4F;
        margin-left: 20px;
        margin-top:0;
        margin-bottom:0;
    }
    .close-menu img {
        width: 19.5px;
   
    }
    .logo {
        display: flex;
        align-items: center;
    }
  
    .mobile_menu_container .mobile_menu_content {
        max-height: 100%;
        padding: 15px 18px;
        border-bottom: 1px solid #EEE4C7;
    }

    .mobile_menu_content .social{
        margin-top:30px;
        justify-content: flex-start;
    }

    .col-text-left h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .burger-menu {
        width: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        padding-left: 8px;
        margin-right: 12px;
    }
    .menu_container {
        display: none;
    }
    .middle-top-row-right {
        display: flex;
        align-items: center;
    }
  
    .cont-middle-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
 
    .burger-menu img {
        width: 21px;
        height: 19px;

    }
    .menu ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .menu li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .menu a {
        color:#4F4F4F;
    }
    .button-right a {
   
    }
    .banner-title {
        font-size: 50px;
    }
    .btn {
        padding: 10px 10px;
        font-size: 10px;
    }
    .team-left h2 {
        font-size: 22px;
    }
 
    .visit {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 10;
    }
    header {
        padding-top: 80px;
        position: static;
    }
    .pt-75 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .full-section {
        margin-top: -200px;
    }
    .container-full {
        top: 55%;
    }
    .footer-text {
        max-width: 220px;
    }
    .f-image {
         display: none;
    }
     .middle {
        padding: 30px 30px;
    }
    .f-title {
        font-size: 30px;
    }
    .f-sub_title {
        font-size: 22px;
    }
    .form-content {
        margin-top:15px;
    }
    .form-content {
        padding: 15px 15px;
    }
    .mt-2,
    .mt-3 {
        margin-top:1em;
    }
    .full-title {
        margin-bottom: 15px;
    }
    .col-p-img img {
        width:100%;
    }
    .footer-flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact-form {
        padding: 35px 30px;
    }
    .input-field {
        width:100%;
        margin-bottom:15px;
    }
    .inpit-field_grid{
        margin-bottom: 0;
    }
    .tabs__content ul,
    .tabs__content p {
        font-size:14px;
    }
    .team-content {
        padding:15px;
        font-size: 14px;
    }
    .more {
        font-size: 14px;
    }
    .btn {
        font-size: 14px;
    }
    .tabs__caption li {
        padding: 13px 10px;
        font-size: 14px;
    }
    .form-submit {
        margin-top:15px;
    }
    .col-swiper {
        margin-top:30px;
    }
    .contacts {
        padding-top: 30px;
    }
    .visit-title {
        flex: 0 0 80%;
    }
    .main-banner,
    .facts,
    .numbers,
    .stores,
    .plan,
    .team,
    .what,
    .loocker-studio {
        padding: 30px 0;
    }
    .industry {
        padding-bottom:30px;
        padding-top: 60px;
    }
    .contact-row h2 {
        font-size: 50px;
    }
    .contact-title span {
        top: -20px;
    }
    .col-banner{
        padding-bottom:60px;
    }
    .facts-grid img {
        width: 50px;
    }
    .facts-grid {
        padding: 30px 15px 30px 15px;
    }
    .facts-grid p {
        font-size: 17px;
    }
    .number-grid:last-child {
        flex: 0 0 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .number-grid:last-child .number-content{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .numbers {
        flex-wrap: wrap;
        justify-content: center;
        gap:0 10px;
    }
    .number-grid {
        flex: 0 0 48%;
        font-size: 15px;
    }
    .number-grid:first-child {
        flex: 0 0 50%;
    }
    .stores-row {
        margin-top: 45px;
    }
    .col-who {
        border-radius: 0;
    }
    .who-row {
        justify-content: center;
    }
    .what-left {
        font-size: 80px;
    }
    .how-right h2 {
        font-size: 80px;
    }
    .h-middle {
        font-size: 20px;
    }
    .how-line img {
        width: 30px;
    }
    .h-last p {
        font-size: 11px;
        line-height: normal;
    }
    .h-first p {
        font-size: 11px;
        line-height: normal;
    }
    .what {
        margin-bottom: 0;
    }
    .contact-row h2 {
        top: -35px;
    }
    .footer-bottom {
        padding: 20px 15px;
    }
    .mb-2, .my-2 {
        margin-bottom: 20px!important;
    }
    .mt-1 {
        margin-top: 0;
    }
    .footer-bottom {
        margin-top: 15px;
    }
    .banner-img:before {
        right: -15px;
    }
    .col-who {
        padding-left: 20px;
        padding-right: 20px;
    }
    .facts-title {
        font-size: 30px;
    }
    .facts-sub_title {
        font-size: 20px;
    }
    .forms-titles-image{
        display: none;
    }
    
}
@media screen and (max-width: 576px) {

    .main-product-labels {
        gap: 15px 15px;
    }
    .reviews-swiper {
        margin-top:30px;
    }
    .footer-desctop {
        margin-top: 100px;
    }
    .v-r-content:before {
        display: none;
    }
    .swiper-paginator {
        position: static;
        margin-top: 30px;
    }
    .v-r-text{
        margin-top:15px;
    }
    .v-slide {
        flex-wrap: wrap;
    }
    .v-l-video,
    .v-r-text {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-p-stars {
        margin-bottom: 15px;
    }
    .r-content {
        font-size: 15px;
         line-height: 23px;
    }
    .r-right{
        margin-top:15px;
    }
    .r-names {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .full-icons {
        margin-top: 15px;
    }
    .col-sale-right {
        margin-top: 30px;
    }
    .col-sale_sub:after,
    .col-sale_sub:before {
        display: none;
    }

    .logo img {
        max-width: 140px;
    }

    .row-main:before {
        display: none;
    }
    .button-right .btn-order {
        padding: 8px 15px;
    }
       
    .dropdown-content {
        top: 34px;
    }
    .dropdown-content a {
        padding: 6px 0;
        text-align: center;
    }
    .col-o-text {
         font-size: 16px;
        line-height: 18px;
    }
    .col-o-phone a {
        font-size: 20px;
    }
    .col-k {
        padding: 20px 25px !important;
    }
    .k-button {
        font-size: 18px;
    }
    .menu a {
        font-size: 24px;
    }
    .mobile_menu_content .social{
        justify-content: center;
        margin-top: 15px;
    }
    .menu ul {
        justify-content: center;
        align-items: center;
    }
    .menu li {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .phones a .ph-1 {
        font-size: 7px;
    }
    .tg a {
        font-size: 14px;
        gap: 0 5px;
    }
    .phones a {
        gap: 0 5px;
    }
    .phones a .ph-2 {
        font-size: 13px;
    }
    .title {
        font-size: 23px;
    }
    .ptb-75 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-options {
        padding-top:40px;
    }
    .title-sub_title {
        font-size: 16px;
    }
    .container-full {
        top: 47%;
    }
    .c-m-title {
        font-size: 15px;
        line-height: 20px;
    }
    .m-title {
        font-size: 25px;
    }
    .middle {
        padding: 15px 15px;
    }
    .full-section {
        margin-top: 0px;
        height: 1750px;
    }
    .full-title {
        font-size: 28px;
    }
    .button-right {
        gap: 0 5px;
    }
    .lang a.actives {
        padding: 5px 9px;
        height: 36px;
    }
    .phones,
    .tg {
        padding: 5px 5px;
        height: 37px;
    }
    .logo img {
    }
    .logo h2 {
        font-size: 18px;
    }
    .logo span {
        font-size: 5px;
    }
    .col-price {
        font-size: 18px;
    }
    .col-old_price {
        font-size: 16px;
    }
    .main-banner {

    }

    .main-titles h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .main-titles h2 {
        font-size: 26px;
    }
    .main-titles {
        bottom: -30px;
    }

    .facts-grid p span {
        font-size: 11px;
    }
    .facts-grid {
        gap:0 10px;
    }
    .facts-grid p {
        font-size: 13px;
    }
    .facts-grid img {
        width: 35px;
    }
    .number-grid:first-child {
        flex: 0 0 100%;
    }
    .number-grid:first-child .number-content {
        text-align: left;
    }
    .number-grid {
        flex: 0 0 100%;
        justify-content: center;
    }
    .number-content {
        text-align: center;
    }
    .team-content h3 {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .team-content p {
        margin: 10px 0;
    }
    .what-left {
        font-size: 47px;
    }
    .what-right {
        font-size: 16px;
    }
    .what-right h3 {
         font-size: 18px;
    }
    .col-what p {
        line-height: 23px;
    }
    .how-right h2 {
        font-size: 50px;
    }
    .how-right span {
        font-size: 16px;
    }
    .how-line {
        padding: 15px 10px;
    }
    .how-line img {
        width:20px;
    }
    .h-middle {
        font-size: 16px;
    }
    .contact-title span {
        font-size: 12px;
    }
    .contact-row h2 {
        font-size: 40px;
        top: -25px;
    }
    .footer-bottom div {
        font-size: 12px;
    }
    .col-what {
        padding-top:15px;
        padding-bottom: 15px;
    }
    .stores-img:before {
        right: -10px;
    }
    .banner-img:before {
        top: -15px;
        right: -10px;
    }
    .facts-grid {
        padding: 30px 13px 30px 13px;
    }
    .banner-buttons {
        gap: 0 0px;
        justify-content: space-evenly;
    }
}
