@charset "utf-8";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}
svg{
    height: auto;
}
svg *{
    transition:all 0.4s;
}

/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Thin.ttf) format('truetype');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-display: swap;
}


:root{
    --L-green:#47BD3C;
    --L-orange:#F99031;
    --L-dop:#30303A;
}


body{
    color: var(--L-dop, #30303A);
    font-weight: 400;
    font-size: 17px;
    font-family: "Montserrat";
    line-height: 1.1;
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

.h1,h1{
    text-align: center;
    color: var(--L-dop);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 60px;
    text-align: left;
}
.h1 span,h1 span{
    color: var(--L-orange);
}
.wrapper{
    max-width: 1920px;
    margin: 0 auto;
    min-height:100vh;
    position:relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.wrapLabel{
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
}
.wrapLabel span{
    padding-left: 28px;
    font-size: 14px;
    display: block;
    position: relative;
}
.wrapLabel span a{
    color: var(--L-orange);
}
.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    border: 1px solid var(--L-dop);
    border-radius: 3px;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: var(--L-orange);
    border-radius: 2px;
    opacity: 0;
}
.wrapLabel input:checked + span:after{
    opacity: 1;
}
.wrapLabel input{
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}
.flexSA{
    display: flex;
    justify-content:space-around;
}

.flexSB{
    display: flex;
    justify-content:space-between;
}
.flexCenter{
    display: flex;
    justify-content:center;
}

.flexAI{
    display: flex;
    align-items:center;
}

.flexW{
    display: flex;
    flex-wrap:wrap;
}
.flexColumn{
    display: flex;
    flex-direction:column;
}
.flexStart{
    display: flex;
    justify-content:flex-start;
}
.flexEnd{
    display: flex;
    justify-content:flex-end;
}



.btnStyle1,.btnStyle2,.btnStyle3{
    display: inline-flex;
    padding:20px;
    border-radius: 100px;
    transition:all 0.4s;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.btnStyle1{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
}
.btnStyle1:hover{
    border: 1px solid var(--L-orange);
    background: var(--L-orange);
    text-decoration: none;
}

.btnStyle2{
    border: 1px solid var(--L-green);
    background: var(--L-green);
    color: #fff;
}
.btnStyle2:hover{
    border: 1px solid var(--L-orange);
    background: #FFF;
    color: var(--L-orange);
    text-decoration: none;
}

.btnStyle3{
    border: 1px solid var(--L-orange);
    background: var(--L-orange);
    color: #fff;
}
.btnStyle3:hover{
    border: 1px solid var(--L-orange);
    background: #FFF;
    color: var(--L-orange);
    text-decoration: none;
}

/*header*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    z-index: 5;

}
.insidepage header{
    position: static;
    margin-bottom: 40px;
    padding:20px 0;
    background: rgba(0,0,0,0.3);
}
.wrapHeader{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;

}
header .mainBlock{
    position: absolute;
    left: -100%;
    top: 0;
    height: 100dvh;
    padding: 150px 220px 20px calc((100% - 1440px) / 2);
    z-index: 2;
    background: rgba(214,208,206,0.8);
    transition:all 0.4s;
}
.activeMain{
    overflow: hidden;
}
.activeMain header .mainBlock{
    left: 0;
}
header .mainBlock ul{
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 30px;

}
header .mainBlock ul a{
    color: var(--L-dop);
    text-decoration: none;
}
header .mainBlock ul a:hover{
    text-decoration: underline;
}

.leftH{
    display: flex;
    gap: 50px;
    align-items: center;
}
.rightH{
    display: flex;
    gap: 50px;
    align-items: center;
}
.rightH .navBlock{
    padding-right: 50px;
    font-size: 15px;
    color: #fff;
}
.rightH .navBlock span{
    font-weight: 600;
}
.rightH .phone{
    color: #fff;
    text-decoration: none;
}
.mainBtn{
    display: flex;
    position: relative;
    z-index: 50;
    width: 45px;
    height: 45px;
    padding: 14px 10px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: #30303A;
    border-radius: 50%;
    cursor: pointer;
}
.mainBtn .line{
    width: 100%;
    flex:none;
    height: 2px;
    border-radius: 2px;
    background: #D9D9D9;
    transition:all 0.4s;
    position: relative;
}
.mainBtn .line:nth-child(2){
    width: 50%;
}
.mainBtn .line:nth-child(2):before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    transition:all 0.4s;
    background: #D9D9D9;
    content: '';
}
.mainBtn:hover .line{
    width: 100%;
}
.activeMain .mainBtn .line{
    width: 100%;
}
.activeMain .mainBtn .line:nth-child(1),.activeMain .mainBtn .line:nth-child(3){
    opacity: 0;
}
.activeMain .mainBtn .line:nth-child(2){
    transform: rotate(45deg);
}
.activeMain .mainBtn .line:nth-child(2):before{
    transform: rotate(-90deg);
}

/*End header */

/*topBlock*/
.topBlock{
    border-block: 10px solid var(--L-orange);
    position: relative;
    z-index: 1;
}
/*.topBlock:before{
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(270deg, rgba(48, 48, 58, 0.00) 4.09%, rgba(48, 48, 58, 0.85) 53.52%);

}*/
.topBlock .txtBlockPosition{
    position: absolute;
    top: 100px;
    bottom: 150px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.topBlock .name{
    margin-bottom: 20px;
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 0px 2px 2px #30303A;
}
.topBlock .name span{
    color: var(--L-orange);
}
.topBlock .txt{
    color: #FFF;
    text-shadow: 0px 2px 2px #30303A;
    font-size: 30px;
    font-weight: 400;
}
.topBlock .more{
    margin-top: 40px;
}
.topBlock .txtBlock{
    width: 59%;
}
.topBlock > img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
/*    max-height: 100vh;*/
width: 100%;
}
.topBlock .blockInfo{
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    z-index: 1;
}
.topBlock .blockInfo .icon{
    border:1px solid #fff;
    background: rgba(255, 255, 255, 0.20);
    transition:all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    flex:none;
    cursor: pointer;
    transition:all 0.4s;
}
.topBlock .blockInfo:hover{
    z-index: 2;
}
.topBlock .blockInfo:hover .icon{
    background: var(--L-orange);
    transform: rotate(90deg);
}

.topBlock .blockInfo .txtWrap{
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(48, 48, 58, 0.50);
    padding: 15px;
    font-size: 14px;
    color: #fff;
    width: 250px;
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(20%,-50%);
}   
.topBlock .blockInfo:hover .txtWrap{
    display: block;
    opacity: 1;
    transform: translate(0%,-50%);
    animation: openPlus 0.2s linear 0s;
    
}

@keyframes openPlus {
    from {
        opacity: 0;
        transform: translate(20%,-50%); 
    }
    to {
        opacity: 1;
        transform: translate(0%,-50%);  
    }
}

.topBlock .blockInfo1{
    top: 19%;
    left: 59%;
}
.topBlock .blockInfo2{
    top: 54%;
    left: 55%;
}
.topBlock .blockInfo3{
    top: 72%;
    left: 58%;
}
.topBlock .blockInfo4{
    top: 79%;
    left: 46%;
}
.topBlock .blockInfo5{
    top: 19%;
    left: 69%;
}
.topBlock .blockInfo6{
    top: 39%;
    left: 69%;
}
/*End topBlock*/


/*aboutCompanyBlock*/
.aboutCompanyBlock{
    padding:0 0 50px;

}
.wrapTopAC{
    padding-top: 120px;
    display: flex;
    align-items: flex-start;
    background: url(../images/acBg.png) no-repeat left bottom;
    gap: 80px;
    padding-left: 65px;
    margin-bottom: 25px;
}
.wrapTopAC .imgW{
    border-radius: 50%;
    overflow: hidden;
    flex:none;
    width: 450px;
    height: 450px;
    position: relative;
    cursor: pointer;
}
.wrapTopAC .hidVideoActive{
    background: rgba(48,48,58,0.7);
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50%;
    opacity: 0;
    transition:all 0.4s;
}
.wrapTopAC .hidVideoActive:before{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border:1px solid rgba(255, 255, 255, 0.70);
    content: '';
    transition:all 0.4s;
}

.wrapTopAC .imgW:hover .hidVideoActive{
    opacity: 1;
}
.wrapTopAC .imgW:hover .hidVideoActive:before{
    inset: 50px;
}


.wrapTopAC .txtBlockWrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapTopAC .imgW > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapTopAC .h1{
    margin-bottom: 35px;
}
.wrapTopAC .txtBlock{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapTopAC .txtBlock p{
    margin:0;
    font-size: 22px;
    font-weight: 300;
}
.wrapTopAC .botRB{
    padding-top: 55px;
}
.wrapTopAC .namePre{
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 45px;
}
.wrapTopAC .namePre span{
    color: var(--L-orange);
}
.preACWrap{
    display: flex;
    gap: 30px;
}
.preACWrap .wrapPreAC{
    flex:1;
    position: relative;
    z-index: 1;
}
.preACWrap .nucPre{ 
    border-radius: 10px;
    border: 1px solid #1C8451;
    padding:20px;
    min-height: 100%;
    cursor: pointer;
}
.preACWrap .num{
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-top: 15px;
}
.nucPre.fullGreen{
    background: var(--L-green);
    color: #fff;
}

.nucPre.greenBorder{
    background: #fff;
}
.nucPre.greenBorder .num{
    -webkit-text-stroke: 1px var(--L-green);
}

.nucPre.fullOrange{
    background: var(--L-orange);
    color: #fff;
    border: 1px solid #C06E24;
}
.nucPre .txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.nucPre:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 100%;
    background: #1C8451;
    content: '';
    border-radius: 10px;
    z-index: -1;
}
.wrapPreAC:hover .nucPre{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

}
.wrapPreAC:hover .nucPre .txt{
    -webkit-line-clamp: none;
}
.wrapPreAC:hover .nucPre:before{
    top: -3px;
    
}
.nucPre.fullOrange:before{
    background: #C06E24;
}



/*End aboutCompanyBlock*/


/*solutionsBlock*/
.solutionsBlock{
    padding:50px 0;
}
.blocksWithModals{
    display: grid;
    grid-template-columns: repeat(2,minmax(200px,1fr));
    grid-gap: 30px;
}

/*End solutionsBlock*/

/*manufacturingBlock*/

.manufacturingBlock{
    padding:50px 0;
}
.manufacturingBlock .h1{
    padding-right: 150px;
}

.manufactSlide{
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    margin-right: 30px;
}

.manufactSlide .imgW{
    height: 300px;
}

.manufactSlide .imgW:before{
    content: '';
    inset: 0;    
    background: url(../images/photoIconBig.svg) no-repeat center,linear-gradient(0deg, rgba(48, 48, 58, 0.70) 0%, rgba(48, 48, 58, 0.70) 100%);
    border-radius: 10px;    
    z-index: 1;
    position: absolute;
    transition:all 0.4s;
    opacity: 0;
}
.manufactSlide .imgW:hover:before{
    opacity: 1;
}
.manufactSlide .imgW:after{
    inset: 0;
    content: '';
    position: absolute;
    transition:all 0.4s;
    border-radius: ;
    z-index: 2;
    border-radius: 10px;
    border: 1px solid #FFF;

}
.manufactSlide .imgW:hover:after{
    inset: 25px;
}
.manufactSlide .imgW{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.manufactSlide .imgW img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliderManufact{
    position: relative;
    margin-right: -30px;
}
.sliderManufact:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 29px;
    content: '';
}
.sliderManufact .slick-arrow{
    z-index: 1;
    position: absolute;
    top: -90px;
    content: '';
    font-size: 0;
    border:none;
    background: none;
    width: 55px;
    height: 33px;
    transition:all 0.4s;
    mask-size: 55px 33px;
    -webkit-mask-size:55px 33px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat:no-repeat;
    mask-position:center;
    background-color: #30303A;

}
.sliderManufact .slick-next{
    right: 60px;
    mask-image: url(../images/arrNext.svg);
    -webkit-mask-image: url(../images/arrNext.svg);

}
.sliderManufact .slick-prev{
    right: 140px;
    mask-image: url(../images/arrPrev.svg);
    -webkit-mask-image: url(../images/arrPrev.svg);
}
.sliderManufact .slick-arrow:hover{
    background-color: var(--L-orange);
}




/*End manufacturingBlock*/

/*servBlock*/
.servBlock{
    padding:50px 0;
}

.nucElModal{
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    overflow: hidden;
}
.nucElModal .imgW{
    height: 100%;
    width: 330px;
    flex:none;
    transition:all 0.4s;
    overflow: hidden;
}
.nucElModal .imgW img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all 0.4s;
}

.nucElModal .txtBlock{
    padding:30px;
}
.nucElModal .name{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.nucElModal .name span{
    color: var(--L-orange);
}
.nucElModal .price{
    color: var(--L-orange);
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
}
.nucElModal .btnStyle2{
    margin-top: 40px;
    width: 100%;
}
.modalVis{
    max-width: 1170px;
    width: 90%;
    margin:0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.modalVis .nucElModal{
    display: grid;
    border:none;
    grid-template-columns: 450px auto;
}
.modalVis .sliderModal{
    flex:none;
}
.modalVis .nucElModal .name{
    font-size: 35px;
    font-weight: 700;
}
.modalVis .nucElModal .imgW{
    width: 450px;
}
.formModal{
    padding:35px 30px;
    background: #E5E5E5;
}
.formModal .name{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.formModal .txt a{
    color: var(--L-green);
    font-size: 20px;
    text-decoration: none;
}
.formModal form{
    margin-top: 35px;
}
.modalVis .txtBlockWrap{
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.sliderModal{
    position: relative;
}
.sliderModal .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    font-size: 0;
    border:none;
    background:none;
    background-color: rgba(0, 0, 0, 0);
    width: 55px;
    height: 33px;
    transition:all 0.4s;
    mask-size: 55px 33px;
    -webkit-mask-size:55px 33px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat:no-repeat;
    mask-position:center;
    background-color: #FFFFFF;
    z-index: 1;
}
.sliderModal .slick-next{
    right: 30px;
    mask-image: url(../images/arrNext.svg);
    -webkit-mask-image: url(../images/arrNext.svg);

}
.sliderModal .slick-prev{
    left: 30px;
    mask-image: url(../images/arrPrev.svg);
    -webkit-mask-image: url(../images/arrPrev.svg);
}
.sliderModal .slick-arrow:hover{
    background-color: var(--L-orange);
}

/*End servBlock*/

/*photoBlock*/
.photoBlock{
    padding:50px 0;
}
.slidePg{
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    margin-right: 30px;
}

.slidePg .imgW{
    height: 300px;
}
.slidePg .imgWBig{
    height: 630px;
}
.slidePg .imgWBig:before,.slidePg .imgW:before{
    content: '';
    inset: 0;    
    background: url(../images/photoIconBig.svg) no-repeat center,linear-gradient(0deg, rgba(48, 48, 58, 0.70) 0%, rgba(48, 48, 58, 0.70) 100%);
    border-radius: 10px;    
    z-index: 1;
    position: absolute;
    transition:all 0.4s;
    opacity: 0;
}
.slidePg .imgWBig:hover:before,.slidePg .imgW:hover:before{
    opacity: 1;
}
.slidePg .imgWBig:after,.slidePg .imgW:after{
    inset: 0;
    content: '';
    position: absolute;
    transition:all 0.4s;
    border-radius: ;
    z-index: 2;
    border-radius: 10px;
    border: 1px solid #FFF;

}
.slidePg .imgWBig:hover:after,.slidePg .imgW:hover:after{
    inset: 25px;
}
.slidePg .imgW,.slidePg .imgWBig{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.slidePg .imgW img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pgSlider{
    position: relative;
    margin-right: -30px;
}
.pgSlider:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 29px;
    content: '';
}
.pgSlider .slick-arrow{
    z-index: 1;
    position: absolute;
    top: -90px;
    content: '';
    font-size: 0;
    border:none;
    background: none;
    width: 55px;
    height: 33px;
    transition:all 0.4s;
    mask-size: 55px 33px;
    -webkit-mask-size:55px 33px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat:no-repeat;
    mask-position:center;
    background-color: #30303A;

}
.pgSlider .slick-next{
    right: 60px;
    mask-image: url(../images/arrNext.svg);
    -webkit-mask-image: url(../images/arrNext.svg);

}
.pgSlider .slick-prev{
    right: 140px;
    mask-image: url(../images/arrPrev.svg);
    -webkit-mask-image: url(../images/arrPrev.svg);
}
.pgSlider .slick-arrow:hover{
    background-color: var(--L-orange);
}


/*End photoBlock*/
/*questionBlock*/
.questionBlock{
    padding:50px 0;
}
.questionsWrap{
    display: grid;
    grid-template-columns: repeat(2,minmax(200px,1fr));
    grid-gap:0 30px;
}
.nucQuestion{
    border-bottom: 1px solid #BFBFBF;
    padding:20px 0;
}
.nucQuestion:nth-child(1),.nucQuestion:nth-child(2){
    border-top: 1px solid #BFBFBF;
}
.nucQuestion .topLine{
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}
.nucQuestion .icon{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex:none;
    border-radius: 50%;
    border:1px solid var(--L-dop);
    transition:all 0.4s;
}
.nucQuestion .icon img,.nucQuestion .icon svg{
    transition:all 0.4s;
}
.nucQuestion .hidTxt{
    display: none;
    padding-top: 35px;
}
.nucQuestion.active .icon{
    transform: rotate(45deg);
    background: var(--L-orange);
    border-color: var(--L-orange);
}
.nucQuestion .topLine:hover .icon{
    background: var(--L-orange);
    border-color: var(--L-orange);
}
.nucQuestion .topLine:hover .icon svg *,.nucQuestion.active .icon svg *{
    fill: #fff;
}


/*End questionBlock*/

/*contactsBlock*/
.contactsBlock{
    padding:50px 0;
}
.wrapContacts{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.wrapContacts .wrapMap{
    position: relative;
    flex:none;
    width: 690px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--L-dop);
    line-height: 1;
}
.wrapContacts .wrapMap iframe{
    opacity: 0.8;
}
.wrapMap .contInfoBlock{
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    max-width: 285px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:50px 30px;
    z-index: 1;
}
.contInfoBlock img{
    max-width: 100%;
    margin-bottom: 30px;
}
.contInfoBlock .nav{
    line-height: 1.2;
}
.contInfoBlock .nav span{
    font-weight: 600;
}
.contInfoBlock .phones{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-block:33px;
}
.contInfoBlock .phones a{
    color: var(--L-dop);
}
.contInfoBlock .mail{
    color: var(--L-green);
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: underline;
}
.formBlock .name{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
.formBlock .txt{
    font-size: 20px;
}
.formBlock form{
    margin-top: 60px;
}

.formBlock .wrapInputs{
    display: grid;
    grid-gap:30px;
    grid-template-columns: repeat(3,minmax(100px,1fr));
}
.formModal .wrapInputs{
    display: grid;
    grid-template-columns: repeat(2,minmax(100px,1fr));
    grid-gap:0 30px;
}
form input{
    margin-bottom: 30px;
    background: none;
    border:none;
    border-bottom: 1px solid var(--L-dop);
    color: var(--L-dop);
    height: 50px;
    padding:0 15px;
}
.formBlock textarea{
    padding:15px;
    background: none;
    border:none;
    border-bottom: 1px solid var(--L-dop);
    height: 145px;
    resize: none;
    width: 100%;
}
.sendLine{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}


/*End contactsBlock*/

/*footer*/
footer{
    margin-top: 50px;
}
.wrapFooter{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding:25px 0;
    border-top: 1px solid var(--L-dop);
}
.wrapFooter .copyrightSite{
    font-size: 15px;
    line-height: 2;
}
.wrapFooter .txt{
    color: #A5A5A5;
    font-size: 15px;
    margin-top: 5px;
}
.wrapFooter .polit{
    color: var(--L-dop, #30303A);
    font-size: 15px;
    line-height: 30px;
    text-decoration: underline;
}
.routeLink{
    display: inline-flex;
    gap: 11px;
    align-items: center;
    color: var(--L-dop);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.routeLink:before{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/routeLink.svg) no-repeat center/contain;
    content: '';

}
/*End footer*/

/*modalF*/
.modalF.callback-modal{
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    max-width: 720px;
    box-shadow: 0px 4px 10px 0px rgba(48, 48, 58, 0.50);
}
.modalF .nameForm{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.modalF .nameForm span{
    color: var(--L-orange);
}
.modalF .txt{
    font-size: 17px;
    font-weight: 400;
}
.modalF form{
    margin-top: 30px;
}
.modalF .wrapInputs{
    display: grid;
    grid-template-columns: repeat(2,minmax(100px,1fr));
    grid-gap:0 30px;
}
.modalF textarea {
  padding:15px;
  background:none;
  border:none;  
  border-bottom: 1px solid var(--L-dop);
  height: 145px;
  resize: none;
  width: 100%;
}

/*End modalF*/


/* --- Media styles --- */
@media screen and (min-width:767px){
  
    .nucElModal:hover .imgW{
        border-radius: 0 30px 30px 0;
    }
    .modalVis  .nucElModal:hover .imgW{
        border-radius: 0;
    }
    .modalVis .nucElModal:hover .imgW img{
        transform: scale(1);

    }

}




@media screen and (min-width:1450px){
    .wrapper .container{
        width: 1440px;
    }
}

@media screen and (max-width:1449px){

    .modalVis .nucElModal .imgW{
        width: 400px;
    }
    .modalVis .nucElModal{
        grid-template-columns: 400px auto;
    }


    .solutionsBlock,.servBlock,.photoBlock,.questionBlock,.contactsBlock{
        padding:35px 0;
    }
    .topBlock .name{
        font-size: 34px;
    }

    .topBlock .txt{
        font-size: 24px;
    }
    .topBlock .txtBlock {
      width: 50%;
  }
  .wrapTopAC .h1 {
      margin-bottom: 30px;
  }
  .h1, h1{
    font-size: 34px;
    margin-bottom: 40px;
}
.wrapTopAC .txtBlock p{
    font-size: 20px;
}
.wrapTopAC .txtBlock{
    gap: 10px;
}
.wrapTopAC .namePre {
  font-size: 28px;
  margin-bottom: 30px;
}
.wrapTopAC{
    padding-top: 70px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.nucElModal .imgW{
    width: 250px;
}
.nucElModal .txtBlock {
  padding:15px;
}
.nucElModal .name{
    font-size: 26px;
}
body{
    font-size: 16px;
}
.nucElModal .price{
    font-size: 30px;
}
.pgSlider .slick-arrow,.sliderManufact .slick-arrow{
    top: -70px;
}
.slidePg,.manufactSlide{
    gap: 20px;
    margin-right: 20px;
}
.slidePg .imgW,.manufactSlide .imgW{
    height: 255px;
}

.slidePg .imgWBig {
  height: 530px;
}
.pgSlider::after,.sliderManufact::after{
    width: 19px;
}
.pgSlider,.sliderManufact{
    margin-right: -20px;
}
.wrapContacts .wrapMap{
    width: 550px;
}
form .btnStyle3{
    white-space: nowrap;
}
.formBlock form {
  margin-top: 25px;
}
.wrapMap .contInfoBlock{
    left: 20px;
    top: 20px;
    bottom: 20px;
}
form input {
  margin-bottom: 20px;
}
.sendLine{
    margin-top: 20px;
}
header .mainBlock{
    padding: 150px 160px 20px calc((100% - 1140px) / 2);
}
.preACWrap{
    gap: 20px;
}
.blocksWithModals{
    grid-gap: 20px;
}
.questionsWrap{
    grid-gap: 0 20px;
}
.formBlock .name {
  font-size: 30px;
}
}


@media screen and (min-width:1200px){

}
@media screen and (max-width:1199px){
    .slidePg .imgWBig:hover:after,.slidePg .imgW:hover:after,.manufactSlide .imgW:hover:after{
        inset: 15px;
    }

    .formBlock .txt {
      font-size: inherit;
  }
  header .mainBlock{
    padding: 150px 160px 20px calc((100% - 940px) / 2);
}
header .mainBlock ul {
  font-size: 24px;
}
.solutionsBlock,.servBlock,.photoBlock,.questionBlock,.contactsBlock{
    padding:25px 0;
}
.wrapFooter{
    padding: 20px 0;
}
footer {
  margin-top: 30px;
}
.topBlock .blockInfo .icon{
    width: 40px;
    height: 40px;
}
.topBlock .blockInfo .icon img,.topBlock .blockInfo .icon svg{
    width: 20px;
}
.leftH,.rightH{
    gap: 20px;
}
.btnStyle1, .btnStyle2, .btnStyle3{
    padding:15px;
    font-size: 14px;
}
.topBlock .name {
    font-size: 30px;
}
.topBlock .txt {
    font-size: 20px;
}
.wrapTopAC{
    background: none;
    padding-left: 0;
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}

.nucElModal .name {
    font-size: 21px;
}
.nucElModal .price {
    font-size: 24px;
}
body {
    font-size: 15px;
}
.nucElModal .imgW {
    width: 220px;
}

.h1, h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.pgSlider .slick-arrow,.sliderManufact .slick-arrow{
    top: -60px;
    width: 44px;
    height: 26px;
    -webkit-mask-size: 44px 26px;
}
.pgSlider .slick-prev,.sliderManufact .slick-prev {
  right: 115px;
}
.questionsWrap{
    display: block;
}
.wrapContacts{
    flex-direction: column;
}
.formBlock{
    width: 100%;
    max-width: 600px;
}
.wrapContacts .wrapMap{
    width: 100%;
}
.wrapTopAC .txtBlock p{
    font-size: 18px;
}
.formModal {
  padding:20px 10px;
}
.nucElModal .txtBlock{
    padding:10px;
}
.modalVis .nucElModal {
  grid-template-columns: 350px auto;
}
.modalVis .nucElModal .name {
  font-size: 28px;
}
.modalVis .nucElModal .imgW {
  width: 350px;
}
.formModal .txt a{
    display: inline-block;
}

.formModal form {
  margin-top: 15px;
}

form input{
    height: 36px;
}
.nucQuestion .topLine{
    font-size: 18px;
}
.nucQuestion{
    padding:10px 0;
}
.nucQuestion .icon{
    width: 40px;
    height: 40px;
}
.nucQuestion .icon img,.nucQuestion .icon svg{
    width: 20px;
}
.nucQuestion .hidTxt{
    padding-top: 20px;
}

}

@media screen and (max-width:991px){
    .modalF textarea{
        height: 100px;
    }

    .rightH .navBlock{
        display: none;
    }
    .blocksWithModals{
        grid-template-columns: repeat(1,minmax(200px,1fr));
    }
    .nucElModal .imgW {
        width: 280px;
    }
    .modalVis .nucElModal {
        grid-template-columns: 250px auto;
    }
    .modalVis .nucElModal .imgW {
        width: 250px;
    }
    .formModal {
        padding:10px;
    }
    .modalVis .nucElModal .name {
        font-size: 22px;
    }

    form input {
        margin-bottom: 10px;
    }
    .formModal .wrapInputs{
        grid-gap: 0 15px;
    }
    .sendLine {
        margin-top: 10px;
    }
    .wrapFooter .copyrightSite {
      font-size: 14px;
  }
  .wrapFooter .txt{
    font-size: 12px;
}
.wrapFooter .polit{
    font-size: 14px;
}
.routeLink{
    gap: 5px;
    font-size: 12px;
}
.formBlock{
    max-width: 100%;
}

header .mainBlock{
    padding: 150px 100px 20px calc((100% - 720px) / 2);
}

}



@media screen and (max-width:767px){
    .slidePg .imgW,.manufactSlide .imgW{
   max-height: 255px;
    max-width: 250px;
    height: auto;
}
      .manufacturingBlock .h1{
    padding-right: 0px;
}
    .slidePg .imgWBig:hover:after,.slidePg .imgW:hover:after,.manufactSlide .imgW:hover:after{
        inset: 5px;
    }
    .rightH .phone,.rightH .callback-toggle,.topBlock .blockInfo{
        display: none;
    }
    header .mainBlock{
        padding: 100px 60px 20px 15px;
        width: 100%;
    }
    .topBlock .txtBlock{
        width: 100%;
    }
    .topBlock > img{
        max-width: 800px;
        width: auto;
    }
    .topBlock .name {
        font-size: 24px;
    }
    .topBlock .txt {
        font-size: 16px;
    }
    header{
        padding-top: 20px;
    }
    .topBlock .txtBlockPosition{
        top: 90px;
        bottom: 50px;
    }
    .wrapTopAC .imgW{
        width: 320px;
        height: 320px;
    }
    .hidVideoActive svg{
        width: 100px;
    }
    .wrapTopAC .hidVideoActive{
        font-size: 14px;
    }
    .wrapTopAC .imgW:hover .hidVideoActive::before {
      inset:15px;
  }
  .preACWrap{
    flex-direction: column;
    gap: 10px;
}
.nucPre .txt{
    -webkit-line-clamp: none;
}
.wrapPreAC:hover .nucPre{
    position: static;
}
.nucElModal{
    flex-direction: column;
}
.nucElModal .imgW {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
}
.nucElModal .imgW img{
    border-radius: 10px;
}
.nucElModal .name{
    margin-bottom: 10px;
}
.nucElModal .btnStyle2 {
  margin-top: 20px;
}
/*.slidePg .imgW,.manufactSlide .imgW {
    height: 140px;
    width: 200px;
}*/
.slidePg .imgWBig {
    height: 530px;
    width: 200px;
}
.pgSlider .slick-arrow,.sliderManufact .slick-arrow{
    display: none !important;
}
.h1, h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.formBlock .name,.modalF .nameForm {
    font-size: 22px;
}
.modalF .txt{
    font-size: 16px;
}
.formBlock .wrapInputs,.modalF .wrapInputs{
    grid-template-columns: repeat(1,minmax(100px,1fr));
}
.sendLine{
    flex-direction: column;
    align-items: center;
}
.wrapMap .contInfoBlock{
    position: static;
    background: none;
    margin-bottom: 15px;
}
.wrapContacts .wrapMap{
    background: none;
}
.wrapFooter{
    flex-direction: column;
    text-align: center;

}
.nucQuestion .topLine{
    gap: 15px;
}
.modalVis .nucElModal{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modalVis .nucElModal .imgW {
    width: 320px;
    max-height: 700px;
    height: auto;
}
.wrapTopAC{
    margin-bottom: 10px;
}
.modalVis .sliderModal{
    width: 320px;
}
.sliderModal .slick-prev {
  left: 10px;
}
.sliderModal .slick-next{
    right: 10px;
}
.formModal .wrapInputs{
    grid-template-columns: repeat(1,minmax(100px,1fr));
}

}

@media screen and (max-width:675px){

}
@media screen and (max-width:640px){

}
@media screen and (max-width:600px){

}
@media screen and (max-width:485px){

}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){

}
@media screen and (max-width:370px){
}