/**
 * Theme Name: Шаблон rayfil
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin:0;
    list-style-type: none;
    text-decoration:none;
    border:none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
img{
    max-width: 100%;
    max-height: 100%;
}
body{
    /*height: 15000px;*/
}
.main-container{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.order-form{
    display: flex;
    position: fixed;
    max-width: 1160px;
    width: 100%;
    left: 50%;
    top:5%;
    transform: translateX(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #114d94;
    display: none;
    z-index: 14;
    transition: all 0.5s;
}
.order-left{
    width: 50%;
    background: white;
}
.order-left-2bg-mob{
    padding: 20px 20px 40px 20px;
}
.order-right {
    width: 50%;
    background: url(images/form-bg.jpg) center center/cover no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.order-header {
    vertical-align: middle;
    color: #114d94;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    padding: 20px 20px 0 20px;
}
.order-header span {
    display: inline-block;
    color: white;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #114d94;
    font-weight: 700;
    line-height: 60px;
}
.order-descr{
    vertical-align: middle;
    color: #114d94;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 30px;
}
.order-label{
    display: block;
    color: rgb(17, 77, 148);
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.order-input input{
    color: rgb(17, 77, 148);
    border: 1px solid rgb(17, 77, 148);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    outline: none;
    padding: 15px;
    width: 100%;
}
.order-input.red-border input{
    border: 2px solid #f95d51;
}
.order-input input::placeholder{
    color: #bbd1dd;
}
[name="hname"]{
    margin-bottom: 30px;
}
[name="hphone"]{
    margin-bottom: 20px;
}
.order-send {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    color: white;
    text-transform: uppercase;
    background: rgb(17, 77, 148);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.catalog-form-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    outline: 0;
    z-index: 12;
}
.catalog-form {
    position: relative;
    z-index: 1;
    margin: 5% auto 0 auto;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    
}
.catalog-form-img{
    text-align: center;
}
.catalog-foem-wrapper{
    padding: 40px 45px;
}
.catalog-form-img img{
    max-width: 100%;
}
.catalog-form-header{
    color:#114d94;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 10px;
}
.catalog-form-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    text-align: center;
    color:#114d94;
    margin-bottom: 24px;
}
.catalog-form-label{
    font-size: 20px;
    line-height: 1.55;
    color:#114d94;
    margin-bottom: 5px;
}
.catalog-form-input{
    margin-bottom: 25px;
}
.catalog-form-input input{
    width: 100%;
    color: #114d94;
    border: 1px solid #114d94;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
}
.send-variants {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #114d94;
}
.send-variants:before{
    position: absolute;
    content:'';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #114d94;
    width: 16px;
    height: 16px;
    left: 0;
}
.send-variants.active:after{
    position: absolute;
    content:'';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    background: #114d94;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
}
.catalog-form button{
    color: #ffffff;
    background-color: #114d94;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
}
.form-legacy {
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
}
.esc-cat-wrap {
    position: fixed;
    display: inline-block;
    right: 80px;
    top: 50px;
    cursor: pointer;
}
.esc-cat {
    position: relative;
    background: transparent;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.esc-cat:before{
    transform: rotate(45deg);
    content: '';
    border-left: 2px solid white;
    width: 2px;
    height: 45px;
    display: block;
    position: absolute;
    left: 22px;
    top: 0px;
}
.esc-cat:after{
    transform: rotate(-45deg);
    content: '';
    border-right: 2px solid white;
    width: 2px;
    height: 45px;
    display: block;
    position: absolute;
    right: 22px;
    top: 0px;
}
.catalog-form-bg {
    display: none;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(images/burger2.png) center center/cover no-repeat;
    cursor: pointer;
    display: none;
    z-index: 11;
}
.menu-wrap-bg{
    z-index: 12;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    position: fixed;
    display: none;
}
.mob-menu{
    z-index: 13;
    position: fixed;
    overflow-y: auto;
    width: 20%;
    top: 0;
    bottom: 0;
    right: -20%;
    background: white;
}
.mob-menu-wrap{
    position: relative;
    padding: 45px 30px 30px 30px;
    height: 100%;
}
.mob-esc-wrap {
    position: relative;
}
.mob-menu-wrap .menu li{
    margin-bottom: 15px; 
}
.mob-menu-wrap .menu li a{
    font-size: 24px;
    color: #114d94;
}
.mob-menu-wrap .menu li a:active{
    opacity: 0.7;
}
.mob-menu-esc {
    position: absolute;
    right: 10px;
    top: -15px;
    cursor: pointer;
}
.mob-menu-esc-wrap {
    position: relative;
}
.mob-menu-esc-wrap:before {
    position: absolute;
    display: block;
    width: 2px;
    content: '';
    transform: rotate(45deg);
    background: #114d94;
    height: 25px;
}
.mob-menu-esc-wrap:after {
    position: absolute;
    display: block;
    width: 2px;
    content: '';
    transform: rotate(-45deg);
    background: #114d94;
    height: 25px;
}
.mob-menu-flex{
    display: flex;
    flex-direction: column;
}
.mob-menu-height-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bottom-btns a{
    color: #ffffff;
    background-color: #114d94;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.bottom-btns button{
    color: #114d94;
    border: 1px solid #114d94;
    background-color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 14px;
}
.chat-btn{
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 45px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 2px solid #114d94;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}
.open-chat {
    width: 35px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 17.5px);
    background: url(images/chat-ic.png) center center/contain no-repeat;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.4s;
}
.open-chat.close-class{
    opacity: 0;
    visibility: hidden;
    transform: scale(.1); 
}
.close-chat.open-class{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.chat-btn-wrap{
    position: relative;
}
.close-chat{
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    background: url(images/chat-esc.png) center center/contain no-repeat;
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
    transition: all 0.4s;
}
.quick-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 55px;
    right: 50px;
    cursor: pointer;
}
.quick-phone{
    background: url(images/quick-phone.png) center center/contain no-repeat;
    z-index: 7;
}
.quick-watts{
    background: url(images/watts-ic.png) center center/contain no-repeat;
    z-index: 6;
}
.quick-vk{
    background: url(images/vk-ic.png) center center/contain no-repeat;
    z-index: 8;
}
.quick-tele{
    background: url(images/tele-ic.png) center center/contain no-repeat;
    z-index: 9;
}
header{
    padding: 20px 0;
    background: white;
}
.container{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
header .container{
    display: flex;
    align-items: center;
}
header .logo{
    width: 15%;
}
header .contacts{
    width: 20%;
}
.header-menu {
    width: 65%;
    padding: 0 30px 0 40px;
}
.header-menu .menu{
    display: flex;
    justify-content: space-between;
}
.header-menu .menu li{
    padding: 0 10px;
}
.header-menu .menu a{
    font-weight: 600;
    color: #114d94;
    font-size: 16px;
}
.contacts a{
    display: block;
    position: relative;
    color: #114d94;
    font-size: 20px;
    font-weight: 700;
    padding-left: 35px;
}
.contacts a:before{
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #114d94;
    top: calc(50% - 13px);
    left: 0;
}
.contacts a:first-child{
    margin-bottom: 20px;
}
.offer-slider-wrap{
    display: flex;
    margin-bottom: 10px;
}
.main-offer {
    width: 54%;
    margin-right: 1%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 20px 80px 20px;
    background: #114d94;
}
.main-slider {
    width: 45%;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.main-prev {
    width: 36px;
    height: 36px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid white;
    background: url(images/left-arr.png) center center no-repeat,#114d94;
    left: 0;
    top: calc(50% - 18px);
    z-index: 10;
    cursor: pointer;
}
.main-next {
    width: 36px;
    height: 36px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid white;
    background: url(images/right-arr.png) center center no-repeat,#114d94;
    right: 0;
    top: calc(50% - 18px);
    z-index: 10;
    cursor: pointer;
}
.main-slider-wrap{
    height: 100%;
}
.single-slider {
    height: 100%;
}
.main-slider-wrap.slick-slider .slick-track, .main-slider-wrap.slick-slider .slick-list{
    height: inherit;
}
h1{
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom: 80px;
}
h1 span{
    color: rgb(17, 77, 148);
    display: inline-block;
    padding: 10px;
    background: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1;
}
.prev-text {
    margin-bottom: 80px;
    font-size: 18px;
    color: white;
    line-height: 25px;
    font-weight: 500;
}
.main-btn-wrap button{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
    border:1px solid white;
}
.choose-btn {
    background: white;
    color: #114d94;
    margin-right: 15px;
}
.catalog-btn{
    color:white;
    background: transparent;
}
.main-form{
    margin-bottom: 100px;
}
.mob-slider-wrap{
    display: none;
}
.left-numb{
    width: 26.5%;
    margin-right: 1%;
    background: #114d94;
    color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #114d94;
    text-transform: uppercase;
}
.left-numb span{
    font-size: 83px;
    font-weight: 700;
    display: inline-block;
}
.numb-text {
    font-size: 28px;
    font-weight: 700;
    background: white;
    color: #114d94;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #114d94;
    text-align: center;
    padding: 40px 30px;
    width: 45%;
}
.main-numbs {
    display: flex;
}
.categories {
    padding: 60px 0 100px 0;
    background: #114d94;
}
.header-wrap{
    display: flex;
}
.header-title{
    text-align: right;
    width: 47%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background: white;
    font-size: 61px;
    font-weight: 700;
    padding: 20px 20px 20px 0;
    color: #114d94;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.header-title.blue{
    color: white;
    background: #114d94;
}
.cats-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 500px;
    gap:20px;
}
.categoey-wrap{
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}
.cat-bg{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(2,2,2,0.0), rgba(0,0,0,0.90)); background: -webkit-linear-gradient(top, rgba(2,2,2,0.0), rgba(0,0,0,0.90)); background: -o-linear-gradient(top, rgba(2,2,2,0.0), rgba(0,0,0,0.90)); background: -ms-linear-gradient(top, rgba(2,2,2,0.0), rgba(0,0,0,0.90));
}
.category-link {
    z-index: 3;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.category-transition {
    z-index: 2;
    position: absolute;
    top: calc(100% - 89px);
    left: 20px;
    width: calc(100% - 40px);
    transition: all 0.4s;
}
.categoey-wrap:hover .category-transition{
    top: 80px;
}
.catrgory-name {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid white;
    color: white;
    height: 54px;
    
}
.catrgory-prev{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
}
.cat-btn {
    font-size: 14px;
    display: inline-block;
    padding: 15px 20px;
    color: white;
    background: #114d94;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    border:1px solid white;
}
.catalog {
    padding: 60px 0 100px 0;
}
.labels-filter{
    display: flex;
    border: 1px solid #114d94;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    align-items: stretch;
    margin-bottom: 80px;
}
.mob-labels {
    display: none;
}
.label {
    flex-grow: 1;
    width: 100px;
    padding: 15px;
    text-align: center;
    
    border-right:1px solid #114d94;
    color: #114d94;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.label.active{
    color: white;
    background: #114d94;
}
.label div{
    font-size: 12px;
    font-weight: 600;
    width: 100%;
}
.label:last-child{
    border-right:none;
}
.prod-wraps{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-auto-rows: 500px;*/
    gap:80px 60px;
}
.prod-img{
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
}
.prod-title {
    font-size: 22px;
    font-weight: 700;
    color: #114d94;
    margin-bottom: 15px;
    cursor: pointer;
}
.prod-prev {
    font-size: 14px;
    font-weight: 500;
    color: #114d94;
    margin-bottom: 15px;
    cursor: pointer;
}
.prod-price {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.prod-btns {
    display: flex;
}
.more-inf{
    width: 40%;
    margin-right: 2%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #114d94;
    color: white;
    border: 1px solid #114d94;
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    cursor: pointer;
}
.buy-btn {
    width: 58%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: white;
    color: #114d94;
    border: 1px solid #114d94;
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.prod-text {
    display: none;
}
.prod-popup-fon{
    z-index: 13;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}
.prod-popup-fon-wrap {
    position: relative;
    height: inherit;
}
.prod-popup {
    width: 90%;
    left: 5%;
    top: 8%;
    padding: 40px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    position: absolute;
}
.prod-popup-wrap {
    display: flex;
    align-items: center;
}
.img-popup {
    width: 45%;
    margin-right: 3%;
}
.info-popup {
    width: 52%;
}
.title-popup {
    color: #114d94;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.price-popup {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.btn-popup {
    display: inline-block;
    padding: 15px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    background: #114d94;
    color: white;
    cursor: pointer;
}
.text-popup {
    font-size: 14px;
    font-weight: 500;
    color: #114d94;
}
.text-popup p{
    margin-bottom: 20px;
}
.text-popup p:last-child{
    margin-bottom: 0;
}
.back-popup {
    position: fixed;
    display: none;
    top: 3%;
    left: 3%;
    z-index: 13;
}
.back-popup-wrap{
    display: inline-block;
    position: relative;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.back-popup-wrap:before{
    content: "← ";
    white-space: pre;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    left: -20px;
    position: absolute;
}
.order-close{
    position: fixed;
    z-index: 14;
    width: 60px;
    height: 60px;
    top: 3%;
    right: 4%;
    display: none;
    cursor: pointer;
}
.order-close-wrap {
    position: relative;
    
}
.order-close-wrap:before{
    position: absolute;
    height: 60px;
    width: 2px;
    transform: rotate(45deg);
    content: '';
    border-left: 2px solid white;
    left: 60px;
}
.order-close-wrap:after{
    position: absolute;
    height: 60px;
    width: 2px;
    transform: rotate(-45deg);
    content: '';
    border-right: 2px solid white;
    left: 60px;
}
.order-bg {
    z-index: 13;
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}
.full-catalog{
    padding: 80px 0;
    background: #114d94;
    text-align: center;
}
.full-catalog-btn {
    font-size: 36px;
    color: white;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
}
.full-catalog-btn span{
    display: inline-block;
    width: 26px;
    height: 21px;
    background: url(images/full.png) center center/cover no-repeat;
}
.sertificats{
    padding: 80px 0;
    background: #114d94;
    display: none;
}
.sertificats .main-container1{
    position: relative;
}
.sertsPrev {
    position: absolute;
    top: calc(50% - 25px);
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    left: 30%;
    z-index: 10;
    width: 30px;
    height: 30px;
}
.sertsPrev svg{
    max-height: 100%;
    max-width: 100%;
    transform: rotate(180deg);
}
.sertsNext {
    position: absolute;
    top: calc(50% - 25px);
    padding: 10px 10px 10px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    right: 30%;
    z-index: 10;
    width: 30px;
    height: 30px;
}
.sertificats .slick-slider .slick-track{
    padding: 40px 0;
}
.sertsNext svg{
    max-height: 100%;
    max-width: 100%;
}
.sertSingle {
    padding: 0 60px;
    opacity: 0.3;
    transition: all 0.5s;
}
.sertSingle.slick-center{
    opacity: 1;
    transform: scale(1.2);
}
.services {
    padding: 60px 0;
    background: white;
}
.services .main-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}
.singleServ{
    cursor: pointer;
}
.servImg {
    height: 340px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.servTitle {
    font-size: 20px;
    font-weight: 600;
    color: #114d94;
    margin-bottom: 20px;
    height: 55px;
}
.servPrev {
    font-size: 14px;
    color: #114d94;
    margin-bottom: 20px;
    font-weight: 500;
}
.servBtn {
    display: inline-block;
    padding: 15px 25px;
    color: white;
    background: #114d94;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.footer-wrap {
    display: flex;
    align-items: center;
}
.footer-map {
    width: 50%;
}
.footer-contacts {
    width: 50%;
    background: white;
    padding: 50px 30px;
}
.footer-contacts-header {
    font-weight: 600;
    margin-bottom: 40px;
    color: #114d94;
    font-size: 28px;
}
.phone-email {
    margin-bottom: 30px;
    color: #114d94;
    font-size: 24px;
}
.footer-contacts-address{
    color: #114d94;
    font-size: 18px;
}
.connect-form{
    display: flex;
    border: 2px solid #114d94;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.connect-form.blue-form{
    border: 2px solid white;
}
.form-white{
    padding: 60px 0;
}
.form-blue{
    padding: 60px 0;
    background: #114d94;
}
.connect-form.blue-form .order-header{
    color: white;
}
.connect-form.blue-form .order-header span{
    background: white;
    color: #114d94;
}
.connect-form.blue-form .order-left{
    background: transparent;
}
.connect-form.blue-form .order-descr,.connect-form.blue-form .order-label{
    color: white;
}
.connect-form.blue-form .order-input input{
    border: 1px solid white;
    background: transparent;
}
.connect-form.blue-form .order-send{
    background: white;
    color: #114d94;
}
.production {
    padding: 60px 0;
    background: #114d94;
}
.production .main-container{
    display: flex;
    
}
.prod-left {
    width: 50%;
    padding-right: 30px;
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.prod-right {
    width: 50%;
}
.prod-right-top{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    color: white;
}
.prod-advances {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:30px 0px;
    margin-bottom: 20px;
}
.advances-h {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    position: relative;
}
.advances-h:before{
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    top: calc(50% - 10px);
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2IDMxQzI0LjI4NDMgMzEgMzEgMjQuMjg0MyAzMSAxNkMzMSA3LjcxNTczIDI0LjI4NDMgMSAxNiAxQzcuNzE1NzMgMSAxIDcuNzE1NzMgMSAxNkMxIDI0LjI4NDMgNy43MTU3MyAzMSAxNiAzMVpNMjQuNzE0IDExLjU1NjZMMjMuMjIzNSAxMC4xMzA5TDEzLjYzOTkgMjAuMTUwMkw5LjIyOTIgMTUuNzM5NUw3Ljc3MDggMTcuMTk4TDEzLjY3MjYgMjMuMDk5OEwyNC43MTQgMTEuNTU2NloiIGZpbGw9ImJsYWNrIiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPgo8L3N2Zz4=) center center/cover no-repeat;
}
.product-btn{
    display: inline-block;
    padding: 20px 40px;
    background: white;
    color: #114d94;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
}
.main-advances{
    position: relative;
    padding: 60px 0;
    background: url(images/photo.jpg.jpg) center center/cover no-repeat;
}
.main-advances:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    z-index: 1;
    content: '';
}
.main-advances .main-container{
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 30px;
}
.banner-h {
    font-size: 72px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: white;
    text-align: center;
}
.banner-text {
    font-size: 18px;
    font-weight: 300;
    color: white;
    text-align: center;
}
.order-msg{
    width: 30%;
    position: fixed;
    z-index: 15;
    top: 30%;
    left: 35%;
    background: url(images/acceptr.png) center 30px no-repeat, white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 90px 20px 20px 20px;
    text-align: center;
    display: none;
}
.order-msg.wrong-msg{
    top: initial;
    left: initial;
    right: 20px;
    bottom: 20px;
    background: #f95d51;
    color: white;
    padding: 20px;
}
.order-msg.wrong-msg .order-msg-esc{
    top: -10px;
    right: -10px;
    background: url(images/esc-msg-white.png) center center/cover no-repeat;
}
.order-msg-esc-wrap {
    position: relative;
}
.order-msg-esc{
    position: absolute;
    top: -80px;
    right: 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(images/esc-msg.png) center center/cover no-repeat;
}
@media only screen and (max-width:1200px){
    
}
@media only screen and (max-width:991px){
    .order-form{
        width: 80%;
    }
    .mob-menu{
        width: 30%;
        right: -30%;
    }
    header .logo{
        width: 12%;
    }
    header .contacts{
        width: 19%;
    }
    .header-menu {
        width: 68%;
        padding: 0 10px 0 20px;
    }
    .header-menu .menu li{
        padding: 0 3px;
    }
    .header-menu .menu a{
        font-size: 14px;
    }
    .contacts a{
        font-size: 16px;
    }
    .container{
        padding: 0 7px;
    }
    .main-form{
        padding: 0 10px;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    .main-btn-wrap{
        display: flex;
    }
    .main-btn-wrap button{
        width: 49%;
        padding: 10px 5px;
        font-size: 14px;
    }
    .choose-btn{
        margin-right: 2%;
    }
}
@media only screen and (max-width:768px){
    .order-form{
        width: 90%;
        left: initial;
        transform: initial;
        right: -11px;
    }
    .order-left{
        width: 70%;
    }
    .order-right {
        width: 30%;
        background: #114d94;
    }
    .order-header{
        font-size: 39px;
        line-height: 48px;
        /*margin-bottom: 30px;*/
    }
    .order-descr{
        margin-bottom: 20px;
    }
    .order-header span{
        line-height: 48px;
        padding: 0 10px;
    }
    .order-form {
        width: 90%;
    }
    .catalog-form{
        width: 60%;
    }
    .mob-menu{
        width: 45%;
        right: -45%;
    }
    .contacts a{
        padding-left: 5px;
        font-size: 14px;
    }
    .contacts a:first-child{
        margin-bottom: 5px;
    }
    .contacts a:before{
        display: none;
    }
    .main-numbs{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .left-numb{
        width: 49.5%;
        margin-right: 0;
        padding: 30px 20px;
    }
    .left-numb:first-child{
        margin-right: 1%;
    }
    .numb-text{
        width: 100%;
        margin-top: 10px;
        padding: 30px 20px;
        font-size: 18px;
    }
    .left-numb span {
        display: block;
        font-size: 53px;
        
    }
    .cats-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 500px;
        gap:20px;
    }
    .catalog .main-container,.categories .main-container{
        padding: 0px 10px 0px 10px;
    }
    .header-title {
        width: 50%;
        font-size: 50px;
    }
    .category-transition{
        top: 100px;
    }
    .labels-filter{
        display: none;
    }
    .mob-labels{
        display: block;
        margin-bottom: 20px;
    }
    .prod-wraps{
        display: block;
    }
    .prod-btns {
        flex-wrap: wrap;
    }
    .more-inf{
        width: 45%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .prod-single-wrap{
        padding: 0 10px;
    }
    .buy-btn{
        width: 75%;
    }
    .mob-labels select{
        width: 110%;
        margin: 0 auto;
        padding: 20px 0 20px calc(5% + 20px);
        font-size: 16px;
        color: white;
        background: #114d94;
    }
    .mob-labels-wrap{
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #114d94;
        position: relative;
    }
    .mob-labels-wrap:after{
        position: absolute;
        content: ' ';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        position: absolute;
        top: 50%;
        right: 20px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-color: #ffffff transparent transparent transparent;
    }
    .prod-popup-wrap {
        flex-wrap: wrap;
    }
    .img-popup {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .info-popup {
        width: 100%;
    }
    .sertsPrev{
        left: 5%;
    }
    .sertsNext{
        right: 5%;
    }
    .services .main-container{
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 10px;
    }
    .form-white{
        /*padding: 40px 10px;*/
    }
    .order-msg,.order-msg.wrong-msg{
        width: 80%;
        top: 30%;
        left: 10%;
        bottom: initial;
        right: initial;
    }
}
@media only screen and (max-width:572px){
    .order-form{
        right: 5%;
    }
    .order-left{
        width: 100%;
        background: transparent;
        padding: 0 20px;
    }
    .order-left-2bg{
        border:2px solid #114d94;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
        margin-top: -45px;
        background: url(images/form-bg.jpg) center center/cover no-repeat;
        z-index: 1;
        position: relative;
    }
    
    .order-left-2bg-mob{
        background: rgba(255,255,255,0.85);
        padding: 60px 20px 40px 20px;
    }
    .order-header{
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        z-index: 2;
        position: relative;
    }
    .order-header span {
        line-height: 30px;
        padding: 0 5px;
        display: block;
        width:fit-content;
        margin: 0 auto;
    }

    .order-right {
        display: none;
    }
    .order-form {
        background: transparent;
        border: none;
    }
    .order-descr {
        margin-bottom: 20px;
        white-space: normal;
        font-size: 12px;
        text-align: center;
    }
    .catalog-form{
        width: 100%;
        top: 30px;
    }
    .catalog-foem-wrapper {
        padding: 20px;
    }
    .catalog-form-header {
        font-size: 28px;
        margin-bottom: 6px;
    }
    .catalog-form-text{
        font-size: 12px;
        margin-bottom: 15px;
    }
    .catalog-form-label{
        font-size: 16px;
    }
    .form-legacy{
        font-size: 14px;
    }
    .esc-cat-wrap{
        top: 0;
        background: black;
        display: block;
        width: 100%;
        right: 0;
        text-align: right;
        height: 50px;
    }
    .esc-cat:before,.esc-cat:after{
        top: -10px;
    }
    .esc-cat {
        padding-right: 50px;
    }
    .mob-menu{
        width: 100%;
        right: -100%;
    }
    .menu-btn{
        display: block;
    }
    header {
        padding: 10px 0;
    }
    header .container{
        justify-content: center;
    }
    header .logo{
        width: 50%;
    }
    
    header .contacts{
        display: none;
    }
    .header-menu {
        display: none;
    }
    .main-slider{
        display: none;
    }
    .main-offer {
        width: 100%;
        margin-right: 0;
        padding: 0;
        background: transparent;
    }
    .mob-slider-wrap{
        position: relative;
        display: block;
        margin-bottom: 20px;
    }
    .prev-text{
        margin-bottom: 20px;
    }
    .single-mob-slider.slick-slide,.single-mob-slider {
        height: 320px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }
    h1{
        padding: 20px 10px 30px 10px;
        z-index: 2;
        background: #114d94;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: -25px;
        text-align: center;
        position: relative;
    }
    .main-prev{
        width: 45px;
        height: 45px;
        left: 30px;
    }
    .main-next{
        width: 45px;
        height: 45px;
        right: 30px;
    }
    .prev-text{
        color: #114d94;
        text-align: center;
    }
    .main-btn-wrap{
        flex-wrap: wrap;
    }
    .main-btn-wrap button{
        width: 52%;
        
    }
    .choose-btn{
        margin: 0 0 20px 0;
        background: #114d94;
        color: white;
        margin: 0 auto 20px auto;
    }
    .main-btn-wrap button.catalog-btn{
        background: white;
        color: #114d94;
        border: 1px solid #114d94;
        margin: 0 auto;
    }
    .cats-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .header-title {
        font-size: 30px;
        width: 80%;
    }
    .prod-single-wrap{
        padding: 0px;
    }
    .prod-popup {
        width: 100%;
        left: 0;
        top: 30px;
    }
    .order-close-wrap {
        display: none;
    }
    .back-popup{
        top: 0;
        left: 0;
        height: 30px;
        width: 100%;
        background: black;
    }
    .back-popup-wrap span{
        display: none;
    }
    .back-popup-wrap:before{
        left: 10px;
        top: -10px;
        font-size: 20px;
    }
    .more-inf,.buy-btn {
        width: 100%;
    }
    .services .main-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-wrap{
        flex-wrap: wrap;
    }
    .footer-map{
        width: 100%;
    }
    .footer-contacts {
        width: 100%;
    }
    .connect-form,.connect-form.blue-form {
        border: none;
    }
    .connect-form.blue-form .order-left-2bg-mob{
        background: rgba(17,77,148,0.8);
    }
    .production .main-container{
        padding: 0px 10px;
    }
    .production .main-container{
        flex-wrap: wrap;
    }
    .prod-left{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .prod-advances{
        grid-template-columns: repeat(1, 1fr);
    }
    .prod-right{
        width: 100%;
    }
    .order-form .order-left{
        padding: 0;
    }
    .main-advances .main-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0px;
        padding: 0 20px;
    }
    .banner-h {
        font-size: 30px;
    }
    .banner-text {
        font-size: 14px;
    }
}

