@charset "utf-8";
@import "..bootstrap.css";
@import "..normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/fontawesome/css/all.css";

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

.zoom-img {}


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

.gallery {}


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

.form-submit-toggle {}


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

.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%;
}
.insidepage .contentBlock .item-page{
    padding:50px 0;
}
.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}


/* Модалка */


html.lock {
    overflow: hidden;
}


/*  */

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

@font-face {
    font-family: 'BebasNeue'; 
    src: url(../fonts/BebasNeue-Regular.ttf) format('truetype');
    font-weight: 400;
}

:root{
    --colorMain:#55A353;
}

body{
    color: #000;
    font-size: 16px;
    font-family: "WorkSans";
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

.h1,h1{
    font-family: "WorkSans";
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 60px;
    text-transform: uppercase;
    line-height: 1.2;
}

.wrapper{
    max-width: 1920px;
    margin: 0 auto;
     min-height:100vh;
   position:relative;
   overflow: hidden;
   min-width: 1300px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}


.wrapLabel{
    position: relative;
    margin-bottom: 0;
}
.wrapLabel span{
    font-weight: 200;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}
.wrapLabel span a{
    color: #ef5e07;
}
.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    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;
}

.btnStyleBig{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
font-size: 32px;
line-height: 41px;
color: #fff;
height: 70px;
width:400px;
background: var(--colorMain);
border-radius: 50px;
cursor: pointer;
text-decoration: none;
transition:all 0.4s;
}
.btnStyleBig:hover{
    background: #0FB80B;
}
html.homepage{
    overflow: hidden;
}
html.homepage.nonpreloader{
    overflow: visible;
}
.html.homepage .wrapper{
    opacity: 0;
}
html.homepage.nonpreloader .wrapper{
    opacity: 1;
}
/*preloaderBlock*/
.preloaderBlock{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}
.preloaderBlock > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preloaderBlock .txtBlock{
background: url(../images/preloaderBg.jpg) no-repeat center/cover; 
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    padding:90px 0 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    
}
.preloaderBlock .logoPreloader{
    font-family: 'BebasNeue';
font-size: 50px;
line-height: 1;
color: #F9F9F9;
}
.preloaderBlock .bottomTxt{
    font-size: 20px;
    color: #F9F9F9;
}
/*End preloaderBlock*/
/*header*/
header{
    background: var(--colorMain);
}
.wrapHeader{
    border-bottom: 4px solid #F9F9F9;
    padding:17px 0 13px;
}
.wrapHeader *{
    color: #F9F9F9;
}
.wrapHeader ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wrapHeader ul a{
font-size: 15px;
color: #F9F9F9;
text-transform: uppercase;
}
.wrapHeader ul li:after{
    content: '|';
    color: #fff;
    margin:0 20px;
    display: inline-block;
}
.wrapHeader ul li:last-child:after{
    display: none;
}
.uk-subnav{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F9F9F9;
border-radius: 4px;
padding:10px 12px;
}
.uk-subnav > li{
    display: flex;
    align-items: center;
}
.uk-subnav > .uk-active > a{
    font-size: 15px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding:0;
}
div.mod-languages li{
    margin:0;
}
.uk-subnav > *{
    padding:0;
}
.wrapHeader .infoBlock{
    padding:5px 0 5px 20px;
    border-left:1px solid #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wrapHeader .infoBlock a{
    font-weight: 500;
font-size: 15px;
color: #F9F9F9;
}
/*End header*/

/*topBanner*/
.topBanner{
    margin-bottom: 45px;
    position: relative;
}
.topBanner > img{
    position: relative;
    left: 50%;
    transform:translateX(-50%);
}
.topBanner .txtBlock{
    position: absolute;
    left: calc((100% - 1240px) / 2);
    width: 400px;
    top: 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.topBanner .name{
    font-family: 'BebasNeue';
    font-size: 48px;
    line-height: 1;
    color: #F9F9F9;
    margin-bottom: 15px;
}
.topBanner .txt{
    font-size: 24px;
    color: #F9F9F9;
}
/*End topBanner*/

/*aboutCompanyBlock*/
.aboutCompanyBlock .h1{
    margin-bottom: 35px;
}
.wrapAC .txtBlock{
    width: 705px;
    position: relative;
    z-index: 2;
}
.wrapAC .imgW{
    margin-left: -145px;
    position: relative;
    top: -10px;
}
.wrapAC p{
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 160%;
}
.wrapAC p:last-child{
    padding-right: 95px;
}
/*End aboutCompanyBlock*/

/*bannerMainBlock*/
.bannerMainBlock{
    padding-block: 30px;
}
.wrapBM{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.wrapBM .vertical{
    grid-row-start: span 2;
}
.wrapBM .horizontal{
    grid-column-start: span 2;
}
.wrapBM .nucBM{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.nucBM .txtBlock{
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    height: 200%;
    z-index: 1;
    transition:all 0.4s;
}
.nucBM:hover .txtBlock{
    transform:translateY(-50%);
}
.nucBM .txtBlock:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: #000;
    opacity: 0;
    z-index: -1;
    transition:all 0.4s;

}
.nucBM:hover .txtBlock:before{
    opacity: 0.5;
}
.nucBM .screenBM{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 50%;
}
.nucBM .txt{
    font-weight: 500;
font-size: 24px;
text-transform: uppercase;
color: #F9F9F9;
text-align: center;
letter-spacing: -0.02em;
max-width: 300px;

}
.nucBM  .screenBM:last-child{
    padding-bottom: 50px;
}
.nucBM ul a{
    font-weight: 500;
font-size: 20px;
line-height: 160%;
text-align: center;
display: block;
letter-spacing: -0.02em;
color: #F9F9F9;
}
.nucBM .btnAll{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    border: 2px solid var(--colorMain);
}

/*End bannerMainBlock*/


/*contactsBlock*/
.contactsBlock{
    padding:30px 0;
}
.wrapContacts{
    align-items: flex-start;
}
.contactsBlock .map{
    width: 695px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}
.contactsBlock .map iframe{
    line-height: 0;
}
.contactsBlock .txtBlock{
    width: calc(100% - 735px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contactsBlock .lineInfoCont{
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 160%;
}
.contactsBlock .lineInfoCont span{
    font-weight: 600;
}
.contactsBlock .lineInfoCont a{
    color: #000;
}
.contactsBlock .lineInfoCont .mapTxt{
    background: url(../images/iconNav.svg) no-repeat left center;
    padding-left: 35px;
    
}
.contactsBlock .lineInfoCont.mapInfo{
    margin-bottom: 13px;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
}
/*End contactsBlock*/

/*footer*/
footer{
    margin-top: 80px;
    background: url(../images/footerBg.jpg) no-repeat center/cover;
    padding:75px 0 45px;
}
footer *{
    color: #F9F9F9;
}
.wrapFooter{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapFooter .logo{
    display: block;
    margin-bottom: 25px;
}
.wrapFooter .allWidth{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapFooter .mainWrap,.wrapFooter .infoBlock{
    width: 100%;
}
.wrapFooter .infoBlock{
    max-width: 610px;
}

.wrapFooter ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.wrapFooter ul a{
font-size: 15px;
color: #F9F9F9;
text-transform: uppercase;
}
.wrapFooter ul li:after{
    content: '|';
    color: #fff;
    margin:0 22px;
    display: inline-block;
}
.wrapFooter ul li:last-child:after{
    display: none;
}
.wrapFooter ul li:last-child{
    margin-right: 0;
}
.wrapFooter .infoBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapFooter .phoneBlock{
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #F9F9F9;
white-space: nowrap;
}
.wrapFooter .mailBlock{
    font-weight: 500;
font-size: 15px;
line-height: 19px;
color: #F9F9F9;
white-space: nowrap;
display: block;
margin:0 25px;
}
.wrapFooter .adres{
    font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #F9F9F9;
}


/*End footer*/

/*insidepage*/
.insidepage .item-page ul{
    list-style-position: inside;
    list-style-type: disc;
}


/*End insidepage*/


/* --- Media styles --- */


@media screen and (min-width:1300px){
.wrapper .container{
    width: 1270px;
}
}
@media screen and (max-width:1300px){
.wrapHeader ul li::after{
    margin:0 10px;
}
.wrapHeader ul a{
    font-size: 14px;
}
.wrapHeader .logo img{
    max-width: 180px;
}
.wrapAC .txtBlock {
  width: 665px;
  }

.topBanner .name{
    font-size: 34px;
}
.topBanner .txtBlock{
    left: calc((100% - 1140px) / 2);
}
.topBanner .txt {
  font-size: 20px;
}
}

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

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

}

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

}

    

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

}
    
@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){
    }