@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.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;
}

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

.main {
    display: flex;
}
.component {
    width: 100%;
}
.left, .right {
    width: 30%;
}

@font-face {
    font-family: 'ProximaNova-Bold'; 
    src: url(../fonts/ProximaNova-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Light'; 
    src: url(../fonts/ProximaNova-Light.ttf) format('truetype');
}

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

@font-face {
    font-family: 'ProximaNova-Semibold'; 
    src: url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
}



body{
}
body p{
    margin-top: 0;
    font-family: "ProximaNova-Light";
    font-size: 12px;
    margin-bottom: 10px;
}
p.h1{
    text-align: center;
    font-family: "Akrobat-Black";
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
h1{
    text-align: center;
    font-family: "Akrobat-Black";
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.wrapper{
    max-width: 1920px;
    margin: 0 auto;
     min-height:100%;
   position:relative;
   overflow: hidden;
   min-width: 1200px;
   height: 100vh;
   overflow: hidden;
}

.wrapper .container{
    width: 1190px;
}
.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;
}

.blockHeadPage{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-top: 40px;

}
#video{
    min-height: 100vh;
    min-width: 100vw;
}
.blockHeadPage p,.blockHeadPage span{
    color: #fff;
}
.topLine p{

    font-size: 20px;
    margin-bottom: 0;
}
.topLine p span{
    font-family: "ProximaNova-Regular";

}
.topLine .logo img{
    margin-bottom: 15px;
}
.topLine .imgW img{
    margin-right: 10px;
    margin-bottom: 5px;
}
.callback-toggle{
    border: 2px solid #408a32;
    padding: 7px;
    width: 235px;
    background: #408a32;
    color: #fff;
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    text-align: center;

}
.centerBlock {
    text-align: center;
}
.centerBlock img{
    margin-bottom: 15px;
}
.centerBlock p{
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.wrapMain a{
    display: block;
    width: 20%;
    padding: 25px;
    
}
.wrapMain a:nth-child(2n+1){
    background: #408a32;
}

.wrapMain a:nth-child(2){
    background: #4bac3b;
}

.wrapMain a:nth-child(4){
    background: #086933;
}
.wrapMain a:hover{
    text-decoration: none;
}
.wrapMain span.name{
    font-family: "ProximaNova-Bold";
    line-height: 1;
    font-size: 17px;

}
.wrapMain span{
    font-size: 12px;
}
.nameWrapMain{
    margin-bottom: 15px;
}
.wrapMain img{
    margin-right: 15px;
    margin-bottom: 5px;
}
.mainHeadPage{
    margin: 0 -10px;
}

/*Modal form*/
.callback-modal.modalForm{
    max-width:825px;
    width: 825px;
    border-radius: 0;
    background: #408a32;
    padding: 30px 135px 20px;   
}
.callback-modal.modalForm input{
    background: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
    font-family: "ProximaNova-Regular";
    margin-bottom: 15px;

}
.callback-modal.modalForm input[type="checkbox"]{
    display: none;
}
.callback-modal.modalForm .callback-modal__headline{
    color: #fff;
    font-family: "ProximaNova-Bold";
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 20px;
}

.callback-modal.modalForm .callback-modal__button{
    font-size: 14px;
    font-family: "ProximaNova-Bold";
    padding: 15px;
    width: 240px;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #086933;
}

.callback-modal.modalForm label{
    position: relative;
    padding-left: 50px;
    margin: 25px 0;
}
.callback-modal.modalForm label,.callback-modal.modalForm label a{
    font-size: 16px;
    font-family: "ProximaNova-Light";
    color: #fff;
}
.callback-modal.modalForm label a{
    text-decoration: underline;
}
.callback-modal.modalForm label::before {

    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    bottom: calc(50% - 14px);
    background-color: #fff;
    

}

.callback-modal.modalForm input[type="checkbox"]:checked + label::before {

    font-size: 27px;
    color: #000;
    text-align: center;
    content: "\2713";
    line-height: 33px;
    font-family: "ProximaNova-Bold";

}

.mfp-close-btn-in .callback-modal.modalForm .mfp-close {

    color: #fff;

}
/*End modal form*/
/* --- Media styles --- */

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

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

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

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