#home-banner-category-50,
#home-banner-category-52,
#home-banner-category-54{
    display: none;
}

body{
    margin: 0 ;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 22px;
    margin-top: 90px;
}
body:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/background.png);
    background-size: cover;
    opacity: .4;
}
a{
    transition: all .3s;
    text-decoration: none;
}
.show{
    display: flex!important;
}
.hide{
    display: none!important;
}
.row{
    margin: 0;
}
.wrapper{
    width: 100%;
    padding-right: 7.295vw;
    padding-left: 7.295vw;
}
.wrapper.no-left-padding{
    padding-right: 0;
}
header{
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 90px;
    display: flex;
    align-items: center;
    background: #f2f2f2;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0 5px 20px #2A160B38;
    z-index: 8;
}
.admin-bar header{
    top: 32px;
}
.header-logo img{
    transition: all .3s;
}
.header-logo a:hover img{
    opacity: .8;
}
.header-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
}
.header-menu ul{
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: -15px;
}
.header-menu ul li{
    position: relative;
    margin-right: 35px;
    padding-bottom: 25px;
}
.header-menu ul li.current-menu-item::before{
    content: '';
    width: 2px;
    background: #2D723F;
    position: absolute;
    display: flex;
    left: 50%;
    height: 100px;
    top: -105px;
}
.header-menu ul li .sub-menu {
    position: fixed;
    top: 90px;
    bottom: auto;
    left: 0;
    right: 0;
    /*display: flex;*/
    display: none;
    flex-flow: column wrap;
    align-content: space-between;
    background: #2D723F;
    padding-right: 7.295vw;
    padding-left: 7.295vw;
    z-index: -1;
    /*height: 0;*/
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    padding-top: 35px;
}
.header-menu ul li .sub-menu:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 7.295vw;
    background: #2D723F;
}
.header-menu ul li .sub-menu .sub-menu:after{
    display: none;
}
.admin-bar .header-menu ul li .sub-menu{
    top: 122px;
}
.header-menu ul li.menu-item-has-children:hover .sub-menu{
    z-index: 9;
    opacity: 1;
    display: flex;
    /*height: 500px;*/
}
.header-menu ul li .sub-menu li{
    margin: 0;
}
.header-menu ul li.menu-item-has-children:hover a{
    color: #2D723F;
}
.header-menu ul li.menu-item-has-children:after{
    content: '';
    background-image: url(../images/arrow-black.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    transform: rotate(90deg);
    top: 4px;
    right: -15px;
    transition: all .3s;
}
.header-menu ul li.menu-item-has-children:hover:after{
    background-image: url(../images/arrow-blue.svg);
    transform: rotate(-90deg);
    top: 5px;
}
.header-menu ul .sub-menu li.menu-item-has-children a{
    color: #fff;
}
.header-menu ul .sub-menu li.menu-item-has-children:after{
    display: none;
}
.header-menu ul li .sub-menu li.header-sub-1,
.header-menu ul li .sub-menu li.header-sub-2,
.header-menu ul li .sub-menu li.header-sub-3,
.header-menu ul li .sub-menu li.header-sub-4,
.header-menu ul li .sub-menu li.header-sub-5,
.header-menu ul li .sub-menu li.header-sub-6,
.header-menu ul li .sub-menu li.header-sub-7,
.header-menu ul li .sub-menu li.header-sub-8{
    width: 15%;
    box-sizing: border-box;
    padding-right: 20px;
    transition: all .3s;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-1{
    height: 400px
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-2{
    /*height: 250px;*/
    height: 400px;
    width: 25%;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-3{
    height: 160px;
    width: 25%;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-4{
    height: 200px;
    width: 20%;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-5{
    height: 190px;
    width: 20%;
    display: none;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-6{
    height: 400px;
    width: 20%;
    display: none;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-7{
    height: 140px;
    width: 20%;
    display: none;
}
.header-menu ul li.menu-item-has-children .sub-menu li.header-sub-8{
    height: 150px;
    width: 20%;
    /*display: none;*/
}
/*.header-menu ul li.menu-item-has-children:hover .sub-menu li.header-sub-7{*/
/*    display: block;*/
/*}*/
/*.header-menu ul li.menu-item-has-children:hover .sub-menu li.header-sub-8{*/
/*    display: block;*/
/*}*/
.header-menu ul li .sub-menu li .sub-menu{
    position: relative;
    top: auto!important;
    right: auto!important;
    left: auto!important;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    height: auto!important;
    padding-top: 15px!important;
    overflow: visible;
    margin-right: 20px;
}
.header-menu ul li .sub-menu li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #fff;
    position: relative;
    border-bottom: solid 1px #ffffff80;
    display: flex;
    margin-right: 25px;
    padding-bottom: 10px;
    width: auto;
}
.header-menu ul li .sub-menu li a:hover{
    opacity: .6;
}
.header-menu ul li .sub-menu li a:after{
    content: '';
}
.header-menu ul li .sub-menu li .sub-menu li a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .25px;
    text-transform: none;
    border: none;
    padding-bottom: 0;
    margin-right: 0;
    display: flex;
    width: 100%;
}
.header-menu ul li .sub-menu li .sub-menu li{
    padding-bottom: 15px;
    display: flex;
    width: 100%;
    padding-right: 25px;
}
.header-menu ul li .sub-menu li .sub-menu li a:after{
    background-image: url(../images/arrow-white.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: -20px;
}

.header-menu ul a{
    width: 100%;
    color: #131419;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.header-menu ul a:hover{
    color: #2D723F;
}
.header-phone{
    margin-left: 15px;
    display: flex;
}
.header-phone .a{
    fill: none;
}
.header-phone .b{
    fill: #4CAF50;
}
.header-phone svg path{
    transition: all .3s;
}
.header-phone:hover svg path{
    fill: #2D723F;
}
.orange-title-little{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #4CAF50;
    font-weight: 800;
}
.single-post .orange-title-little{
    text-align: center;
    text-transform: uppercase;
}
.share{

}
.share-list.flex{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.share-list a{
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: solid 1px #2D723F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 15px 0;
}
.share-list a:hover{
    border-color: #4CAF50;
}
.share-list a svg path{
    fill: #2D723F;
    transition: all .3s;
}
.share-list a:hover svg path{
    fill: #4CAF50;
}
.admin-bar .home-banner{
    height: calc(100vh - 122px);
}
.home-banner{
    display: flex;
    height: calc(100vh - 90px);
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.home-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}
.home-banner > .wrapper{
    position: relative;
    z-index: 2;
}
.full-height{
    height: 100%;
}
.height-center{
    align-items: center;
}
.flex-section{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.home-banner-title{
    color: #2D723F;
    font-size: 160px;
    line-height: 160px;
    font-weight: 900;
    text-shadow: -6px -3px #fff;
}
.home-banner h1{
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 28px;
}
.home-banner a{
    margin-top: 50px;
}
.button-with-build{
    display: inline-flex;
    height: 54px;
    align-items: center;
    padding: 0 30px 0 40px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px;
    overflow: hidden;
}
.button-with-build:hover{
    opacity: .6;
}
.button-with-build:before{
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    display: flex;
    background-image: url(../images/build-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
    left: -21px;
    bottom: -7px;
}
.white-build:before{
    background-image: url(../images/build-white.svg);
}
.homer-banner-category{
   position: relative;
}
.homer-banner-category-background{
    content: '';
    background: #4CAF50;
    opacity: .7;
    position: absolute;
    height: 100%;
    width: 1000%;
    z-index: 0;
}
.homer-banner-category-svg{
    content: '';
    background-image: url(../images/build-white.svg);
}
.homer-banner-category ul{
    list-style: none;
    z-index: 3;
    padding: 35px 0 35px 75px;
    margin: 0;
}
.homer-banner-category ul li{
    margin: 30px 0;
}
.homer-banner-category ul li .a{
    fill: #fff;
}
.homer-banner-category ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    margin: 0;
    align-items: center;
    line-height: 12px;
}
.homer-banner-category ul li a br{
    display: none;
}
.homer-banner-category ul li a:hover{
    opacity: .6;
}
.homer-banner-category ul li svg{
    margin-right: 20px;
}
.homer-banner-category-icon{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 90%;
    background-image: url(../images/build-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .1;
    bottom: -53px;
}
.home-about-wrapper{
    position: relative;
    margin: 125px 0 75px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.home-about{
    padding: 75px 0 75px;
}

/*about page*/
.about-top{
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 120px 0 40px;
    position: relative;
    margin-bottom: 150px;
}
.about-top::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    background-size: cover;
}
.about-top-center{
    justify-content: center;
    padding-top: 25px;
}
.about-top-center img{
    width: 100%;
    object-fit: cover;
}
.about-top-text h1{
    padding-bottom: 50px;
}
.about-top-text{
    color: #fff;
}
.about-top:after{
    content: '';
    background: #4CAF50;
    position: absolute;
    left: 0;
    width: 100%;
    height: 25vh;
    top: 225px;
    z-index: -1;
}
.about-history{
    background: #131419;
    padding: 125px 0;
}
.about-history .wrapper{
    text-align: right;
}
.history-list{
    margin-top: 50px;
}
.history-item{
    padding-left: 7.295vw;
    width: 28vw!important;
    color: #fff;
}
.history-item strong{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}
.history-item--text p{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
}
.history-item--text p:last-child{
    margin-bottom: 0;
}
.history-list .slick-dots{
    justify-content: space-between;
    margin-top: 75px;
    width: 100%;
    display: flex;
}
.history-list .slick-dots li{
    height: 1px;
    background: #444;
    flex: 1 1 auto;
}
.history-list .slick-dots li.slick-active{
    height: 3px;
    background: #4CAF50;
    margin-top: -1px;
}
.about-why{
    padding: 125px 0 75px;
}
.green-grid-item{
    background: #2D723F;
    padding-top: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.green-grid-item strong{
    font-size: 65px;
    line-height: 65px;
    font-weight: 800;
    position: absolute;
    left: 25px;
    top: 30px;
}
.green-grid-item p{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    left: 25px;
    bottom: 0;
}
.about-why-text p{
    padding-right: 50px;
}
.about-description{
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 200px;
}
.about-description-text{
    color: #fff;
    background: #4CAF50;
    margin-top: 40vh;
    margin-bottom: -7vh;
    padding: 25px 0 50px 50px;
    position: relative;
}
.about-description-text h2,
.about-description-text p{
    max-width: 660px;
}
.about-description-text:after{
    content: '';
    position: absolute;
    background: #4CAF50;
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    right: calc(-7.295vw + 1px);
    display: flex;
}
.about-description-text h2{
    color: #fff;
}
.about-team{
    padding: 50px 0 125px;
}
.about-team-text p{
    max-width: 600px;
}
.about-team-list,
.about-reviews-list{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-left: 5px;
    margin-top: 30px;
}
.about-team-item,
.about-reviews-item{
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}
.about-team-body{
    width: calc(100% - 20px);
    padding-top: 100%;
    position: relative;
}
.about-team-item img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
}
.about-team-bottom,
.about-reviews-top{
    background: #2D723F;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 30px;
}
.about-team-bottom strong,
.about-reviews-top strong{
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-team-bottom span,
.about-reviews-top span{
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .6px;
}
.about-team-list .slick-list,
.single-blog-related-list .slick-list,
.about-reviews-list .slick-list{
    order: 1;
}
.about-team-list .slick-dots,
.single-blog-related-list .slick-dots,
.about-reviews-list .slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    order: 3;
    width: 100%;
}
.about-team-list .slick-dots li,
.single-blog-related-list .slick-dots li,
.about-reviews-list .slick-dots li{
    width: 8px;
    height: 8px;
    border: solid 1px #ccc;
    margin: 0 12px;
}
.about-team-list .slick-dots li.slick-active,
.single-blog-related-list .slick-dots li.slick-active,
.about-reviews-list .slick-dots li.slick-active{
    background: #2D723F;
    border-color: #2D723F;
}
.about-team-list .slick-arrow,
.single-blog-related-list .slick-arrow,
.about-reviews-list .slick-arrow{
    order: 2;
    width: 38px;
    height: 38px;
    background-image: url(../images/little-arrow-blue.svg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: 33vw;
}
.about-team-list .slick-arrow.slick-next,
.single-blog-related-list .slick-arrow.slick-next,
.about-reviews-list .slick-arrow.slick-next{
    order: 4;
    transform: none;
    left: auto;
    right: 33vw;
}
.page-template-about .page-callback-half,
.page-template-blog .page-callback-half,
.page-template-about .clients-list{
    background: #131419;
}
.about-reviews{
    background: #131419;
    padding: 100px 0 50px;
    color: #fff;
}
.about-reviews-text p{

}
.about-reviews-item{
    position: relative;
    display: flex!important;
    justify-content: flex-end;
    padding-left: 50px;
}
.about-reviews-body{
    max-width: none;
    border: solid 1px;
    padding: 55px 50px 30px;
    margin-top: 35px;
    margin-right: 50px;
}
.about-reviews .slick-slide div.about-reviews-top{
    bottom: auto;
    top: 0;
    height: 70px;
    width: 375px;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}
.about-reviews .slick-track{
    display: flex!important;
    margin-bottom: -45px;
}
.about-reviews .slick-slide{
    height: inherit!important;
}
.about-reviews .slick-slide div{
    height: calc(100% - 35px);
}
.about-reviews .slick-slide div.about-reviews-text{
    height: auto;
}


.slick-dots{
    list-style: none;
    padding: 0;
}
.slick-arrow,
.slick-dots li{
    cursor: pointer;
}
.slick-dots button,
.slick-arrow{
    font-size: 0;
    line-height: 0;
    background: transparent;
    border: none;
    outline: none!important;
}
.orange-title{
    color: #4CAF50;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 75px;
    font-weight: 800;
    margin: 0;
}
section p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .6px;
}
.home-about-text a{
    margin-top: 35px;
}
.link-orange:hover{
    color: #2D723F;
}
.link-orange{
    color: #4CAF50;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 1.8px;
}
.link-orange svg{
    margin-left: 5px;
}
.link-orange svg path{
    transition: all .3s;
}
.link-orange:hover svg path{
    fill: #2D723F;
}
.home-info{
    background: #2D723F;
    color: #fff;
    padding: 60px 0 30px;
    margin-bottom: 50px;
    z-index: -1;
}
.home-info-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.home-info-list li{
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 30px;
}
.home-info-list li strong{
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    margin-right: 10px;
    min-width: 55px;
}
.home-info-list li span{
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.home-about-images{
    display: flex;
    width: 50%;
}
.home-about-images img{
    transition: all .3s;
}
.home-about-image-1,
.home-about-image-2,
.home-about-image-3{
    width: 38%;
    position: absolute;
    top: 0;
    left: 7.295vw;
    object-fit: cover;
}
.home-about-image-1{
    z-index: 1;
    /*height: 65%;*/
}
.home-about-image-2{
    z-index: 2;
    left: calc(7.295vw + 50px);
    /*height: 85%;*/
}
.home-about-image-3{
    z-index: 3;
    left: calc(7.295vw + 100px);
    /*height: 100%;*/
}
.home-list{
    background: #4CAF50;
    color: #fff;
    display: flex;
    margin: 150px 0 0;
    padding: 90px 0 60px;
}
.home-list-item{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.home-list-item img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.home-list-item span{
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.category-grid{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 50px;
}
.category-grid-item{
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: rgba(0,0,0,.5);
    background-blend-mode: darken;
    filter: grayscale(1);
    padding-top: 33.33%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.category-grid-item-wrapper{
    position: absolute;
    top: 0;
    letter-spacing: 15px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    right: 0;
    padding: 20px 25px;
    transition: all .3s;
}
.category-grid-item:hover{
    filter: none;
}
.category-grid-item:hover .category-grid-item-wrapper{
    background: #2D723F;
}
.category-grid-item-wrapper h3{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.category-grid-link{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.category-grid-item-wrapper ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    opacity: 0;
    transition: all .3s;
    margin-top: 10px;
}
.category-grid-item:hover ul{
    opacity: 1;
}
.category-grid-item-wrapper ul li{
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.category-grid-item-wrapper ul li a{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    display: flex;
}
.category-grid-item-wrapper ul li a img{
    margin-right: 5px;
}
.category-grid-item-wrapper ul li a:hover{
    opacity: .6;
}
.arrow{
    position: absolute;
    bottom: 7px;
    right: 15px;
}
.flex{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.button-center{
    align-items: center;
    margin: 50px 0;
}
.green-button{
    background-color: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}
.green-button:hover{
    background-color: #3d9141;
    border-color: #3d9141;
}
.home-process{
    margin: 100px 0 75px;
    position: relative;
}
.home-process:before{
    content: '';
    background: #2D723F;
    position: absolute;
    height: 200px;
    display: flex;
    left: 0;
    right: 0;
    top: 185px;
}
.home-process-slider{
    margin: 50px 0 75px;
}
.home-process-item{
    display: flex!important;
    flex-direction: column;
    margin-right: 3vw;
}
.home-process-item.home-process-item-1{
    padding-top: 90px;
}
.home-process-item.home-process-item-2{
    padding-top: 30px;
}
.home-process-item img{
    height: 24vw;
    object-fit: cover;
}
.home-process-item h3{
    margin: 20px 0 0;
}
.home-process-item p{
    margin-bottom: 25px;
}
.home-process-video{
    border-bottom: solid 1px #4CAF50;
    position: relative;
    padding-bottom: 35px;
}
.home-process-item img,
.home-process-item h3,
.home-process-item p,
.home-process-video{
    width: 35vw;
}
.home-process-video:before{
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
    height: 150px;
    bottom: 35px;
    content: '';
    position: absolute;
    width: 100%;
}
.home-process-video span{
    width: 130px;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 55px;
    left: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: all .3s;
    letter-spacing: 1.5px;
}
.home-process-video:hover span{
    opacity: .4;
}
.home-process-video span svg{
    margin-right: 5px;
}
.wrapper.no-left-padding .col.col-md-12{
    padding-right: 0!important;
}
.slick-slide,
.slick-slide div,
.slick-slide a,
.slick-slide img{
    outline: none!important;
}
.green-title{
    color: #2D723F;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
}
.works-greed{
    background: #4CAF50;
}
.works-greed .wrapper{
    color: #fff;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 50px;
}
.works-greed .wrapper h2.orange-title{
    color: #fff!important;
}
.works-greed .wrapper .col{
    float: left;
}
.works-greed-list-left{
    margin-left: -170px;
}
.works-greed-item{
    position: relative;
    width: 340px!important;
    height: 340px!important;
    border: solid 2px #fff;
    margin-bottom: -1px;
    margin-right: -1px;
    display: flex!important;
    flex-direction: column;
    padding: 10px;
    justify-content: flex-end;
}
.works-greed-item:before{
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
    height: 100px;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
}
.works-greed-item.works-greed-item-2{
    margin-left: -50%;
}
.works-greed-item img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.works-greed-bottom.flex{
    flex-direction: row;
    align-items: flex-end;
}
.works-greed-item strong{
    font-size: 20px;
    line-height: 24px;
    color: #4CAF50;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.works-greed-item span{
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}
.works-greed-item p{
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .25px;
    color: #fff;
    margin: 0;
}
.clients-list{
    background: #4CAF50;
    overflow: hidden;
    padding: 65px 0 60px;
}
.clients-slider{
    margin-left: -50px;
    width: calc(100% + 100px)!important;
}
.blog-block{
    background: #131419;
    padding: 130px 0 150px;
}
.blog-block .col{
    padding: 0;
    float: left;
}
.blog-block .col.blog-block-text{
    padding-right: 55px;
}
.blog-block-text p{
    color: #fff;
    margin-bottom: 35px;
}
.blog-block .col.blog-block-list{
    border-top: solid 1px #fff;
    padding: 25px 0;
}
.blog-block-list .col{
    padding: 0;
}
.blog-block-item{
    color: #fff;
    border-bottom: solid 1px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    flex-direction: row;
}
.blog-block-item:hover{
    opacity: .6;
}
.blog-block-item img{
    width: calc(100% - 25px);
    height: 225px;
    object-fit: cover;
}
.blog-block-top{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.blog-block-top span{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.footer-top a:hover{
    opacity: .6;
}
.blog-block-item strong{
    display: flex;
    width: 100%;
    font-size: 30px;
    max-width: 90%;
    line-height: 34px;
}
.blog-block-item p{
    margin-bottom: 0;
    max-height: 70px;
    overflow: hidden;
}
.blog-block-bottom{
    align-items: center;
    margin: 45px 0 25px;
}
.home-contacts{
    position: relative;
}
.home-contacts .wrapper{
    overflow: hidden;
}
.home-contacts .col{
    float: left;
}
.home-contacts-list{
    flex: 0 0 40%;
    max-width: 40%;
    padding: 125px 15px 100px;
}
.home-contacts-list .footer-icons{
    padding-left: 0;
    margin-top: 40px;
}
.home-contacts-list .footer-icon a,
.home-contacts-list .footer-icon span{
    color: #131419;
    font-size: 16px;
    line-height: 25px;
}
.home-contacts-list .footer-icon a:hover{
    color: #2D723F;
    opacity: 1;
}
.home-contacts-list .footer-icon svg path{
    fill: #4CAF50;
}
.home-callback{
    background: #2D723F;
    color: #fff;
    padding: 50px 0 65px;
}
.home-callback p{
    margin: 15px 0 25px;
}
.home-contacts-map{
    display: flex;
    width: 60%;
}
#map{
    position: absolute!important;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.title-green-big{
    color: #2D723F;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 65px;
    margin: 0 0 25px;
}
.p-little-width{
    max-width: 75%;
}
.flex-section.category-page{
    flex-direction: row;
    flex-wrap: wrap;
}
.category-page-menu{
    background: #4CAF50;
    padding-left: 7.295vw;
    padding-right: 15px;
    padding-top: 50px;
    width: 30%;
    float: left;
}
.category-page-stick{
    position: sticky;
    top: 150px;
}
.category-page-menu h2{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0 25px;
}
.category-page-menu ul{
    list-style: none;
    padding: 0;
}
.category-page-menu ul li{
    padding: 15px 0;
    position: relative;
}
.category-page-menu ul li.active{
    padding: 20px 0;
    background: #fff;
}
.category-page-menu ul li.active a{
    color: #2D723F;
}
.category-page-menu ul li.active a svg .a{
    fill: #2D723F;
}
.category-page-menu ul li.active:before{
    content: '';
    display: flex;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -1000%;
}
.category-page-menu ul li.active:after{
    content: '';
    display: flex;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: -15px;
    left: calc(100% - 1px);
}
.category-page-menu ul li.active a:after{
    content: '';
    background-image: url(../images/arrow-blue.svg);
    width: 12px;
    height: 12px;
    background-size: cover;
    right: 0;
    position: absolute;
}
.category-page-menu ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    margin: 0;
    align-items: center;
    line-height: 18px;
}
.category-page-menu ul li a span{
    animation-name: jump-top;
    animation-duration: .7s;
    line-height: 18px;
}
.category-page-menu ul li a:hover span{
    animation-name: jump-down;
    animation-duration: .7s;
}
.category-page-menu ul li a:hover{
    opacity: .6;
}
@keyframes jump-top{
    from {
        transform: translateY(50%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes jump-down{
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
    }
}
.category-page-menu ul li a img,
.category-page-menu ul li a svg{
    margin-right: 20px;
}
.category-page-menu ul li a br{
    display: none;
}
.category-page-body{
    padding-right: 7.295vw;
    padding-left: 60px;
    padding-top: 30px;
    width: 70%;
    float: left;
    overflow: hidden;
}
.category-page-body h1{

}
.category-page-body h1 br{
    display: none;
}
.products-grid{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 1.6vw);
    margin-left: -.8vw;
    margin-top: 30px;
}
.products-grid-item{
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding: 30% .8vw .8vw;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.category-page-body-line .products-grid-item{
    width: 100%;
    padding: .8vw;
    margin-bottom: 0;
}
.category-page-body-line .products-grid-green{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.category-page-body-line .products-grid-green strong{
    color: #fff;
}
.category-page-body-line .products-grid-green span{
    margin-left: 25px;
    min-width: 175px;
    transition: all .3s;
}
.category-page-body-line .products-grid-green p{
    color: #fff;
}
.products-grid-item img{
    position: absolute;
    left: .8vw;
    right: .8vw;
    top: .8vw;
    width: calc(100% - 1.6vw);
    bottom: .8vw;
    object-fit: cover;
    height: calc(100% - 1.6vw);
}
.products-grid-green{
    position: absolute;
    background: #2D723F;
    color: #fff;
    padding: 10px 20px;
    left: .8vw;
    bottom: -35px;
    height: 75px;
    min-height: 75px;
    /*right: 35px;*/
    right: .8vw;
    padding-right: 30px;
    overflow: hidden;
    transition: all .3s;
}
.products-grid-green strong{
    font-size: 20px;
    text-transform: uppercase;
    max-height: 45px;
    overflow: hidden;
    display: flex;
}
.products-grid-green p{
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    height: 30px;
    transition: all .3s;
    overflow: hidden;
}
/*.products-grid-item:hover .products-grid-green,*/
/*.products-grid-item:hover .products-grid-green p{*/
/*    height: auto;*/
/*}*/
.products-grid-item:hover .products-grid-green strong{
    max-height: 65px;
}
.products-grid-cart{
    position: absolute;
    background: #4CAF50;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: .8vw;
    bottom: -22px;
    display: none;
}
.single-blog{
    padding: 75px 0;
}
.single-blog-content{
    max-width: 70%;
}
.center{
    justify-content: center;
}
.editor-block-top{
    margin: 125px 0 100px;
}
.editor-block p{
    margin: 0 0 45px;
}
.editor-block ul,
.editor-block ol{
    counter-reset: list-link;
    list-style: none;
    padding: 0;
}
.editor-block li{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .6px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.editor-block ul li:before{
    content: '';
    background-image: url(../images/bullet-home-blue.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}
.editor-block ol li:before{
    counter-increment: list-link;
    content: counter(list-link)'. ';
    position: absolute;
    left: 0;
    top: 0;
    color: #2D723F;
    font-weight: 800;
    font-size: 16px;
}
.editor-block blockquote{
    position: relative;
    margin: 15px 0 50px;
    padding-left: 100px;
}
.editor-block blockquote p{
    color: #2D723F;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-style: italic;
}
.editor-block blockquote:before{
    content: '«';
    color: #4CAF50;
    position: absolute;
    font-size: 79px;
    font-weight: 900;
    left: 30px;
}
.editor-block em{
    padding-left: 25px;
}
.editor-block img{
    width: 100%;
    height: auto;
    margin-bottom: -40px;
}
.editor-block h2{
    font-size: 30px;
    color: #2D723F;
    line-height: 34px;
    margin: 0 0 15px;
    font-weight: 800;
}
.blog-images-two{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-bottom: 35px;
}
.blog-images-two img{
    width: calc(50% - 20px);
    height: auto;
    margin: 10px;
}
.single-blog-related{
    margin-bottom: 100px;
    position: relative;
}
.single-blog-related-list{
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -15px;
    width: calc(100% + 30px);
}
.single-blog-related-list .home-process-item{
    margin: 0;
    padding: 0 15px;
}
.single-blog-related-list .home-process-item p,
.single-blog-related-list .home-process-video{
    width: 100%;
}
.single-blog-related-list .home-process-video{
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.single-blog-related-list .home-process-video:before{
    display: none;
}
.single-blog-related-list img{
    width: 100%;
    height: 275px;
}
.single-blog-related .orange-title{
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
}
.single-blog-related:before{
    content: '';
    background: #2D723F;
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    top: 125px;
}
.sg-youtube {
    margin-bottom: 30px;
}
.sg-youtube img{
    margin-bottom: 0;
}
.sg-youtube--video.darken:before {
    content: '';
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
    height: 150px;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.sg-youtube--video {
    position: relative;
}
.sg-youtube--play {
    width: 130px;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
    transition: all .3s;
}
.sg-youtube--play:hover{
    opacity: .6;
}
.sg-youtube--play svg{
    margin-right: 5px;
}
.sg-youtube--title {
    display: flex;
    margin-top: 5px;
    padding: 20px 15px;
    border: 1px solid #d5d8dd;
    background-color: #edeef0;
    color: #000;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
.single-post .editor-block h2{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
}
.single-post .editor-block h3{
    margin-top: 10px;
}
.single-blog h1{
    line-height: 65px;
    margin: 20px 0;
}
.single-blog .date{
    color: #2D723F;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.single-blog .date.updated{
    margin: 50px 0 20px;
    display: flex;
}
.page-template-default .editor-block p{
    margin-bottom: 15px;
}
.page-template-default .editor-block h2,
.page-template-default .editor-block h3{
    margin-top: 25px;
}
.rom-news-content-list-title{
    color: #4CAF50;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 60px;
}
.rom-news-content-list{
    display: flex;
    flex-direction: column;
    margin: 10px 0 75px;
    counter-reset: list-link;
}
.rom-news-content-list a{
    color: #2D723F;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    padding-left: 25px;
    margin-top: 10px;
}
.rom-news-content-list a:before{
    counter-increment: list-link;
    content: counter(list-link)'. ';
    position: absolute;
    left: 0;
}
.rom-news-content-list a:hover{
    opacity: .6;
}
.editor-block h2.title-orange-little{
    color: #4CAF50;
}
.editor-block h3{
    font-size: 20px;
    color: #4CAF50;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}
.editor-block h4{
    font-size: 16px;
    color: #2D723F;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.4px;
}
.editor-block .row{
    margin: 0 -15px 50px;
}
.title-little{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
}
.title-little-white{
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}
.page-template-blog .title-little-white{
    padding: 0 0 0 2px;
    margin-top: 25px;
    display: flex;
}
.blog-category-filter{
    margin: 10px 0 0 2px;

}
.blog-category-filter input[type=checkbox]{
    display: none;
}
.blog-category-filter label{
    color: #fff;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.blog-category-filter-item{
    margin-bottom: 10px;
}
.blog-category-filter-item input + label::before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 5px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    transition: .3s all;
    position: absolute;
    left: 6px;
    top: -1px;
}
.blog-category-filter-item input + label::after {
    content: '';
    width: 17px;
    height: 17px;
    border: solid 1px #2D723F;
    display: flex;
    position: absolute;
    left: 0;
    top: -2px;
}
.blog-category-filter-item input:checked + label::before {
    color: #3e4244;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.page-callback{
    position: relative;
    background: #2D723F;
    color: #fff;
    padding: 50px 0 65px;
    box-shadow: 0 -5px 20px #2A160B38;
    padding-left: 1px;
}
.page-callback p{
    margin-bottom: 25px;
}
.page-callback .col{
    padding: 0;
}
.page-callback:before,
.page-callback:after{
    content: '';
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: -60px;
    right: calc(100% - 2px);
    background: #2D723F;
}
.page-callback:after{
    left: calc(100% - 5px);
    right: -7.295vw;
}
.product-page-top{
    padding: 50px 0 35px;
}
.product-page-image{
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: -125px;
}
.product-page-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.product-page-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 75px;
}
.product-page-text p{
    margin: 0;
}
.product-page-text h2{
    margin: 25px 0 15px;
}
.product-page-price{
    background: #4CAF50;
    padding: 35px 0 75px;
    margin-bottom: 75px;
}
.product-page-price-wrapper{
    padding-left: 50px;
}
.price{
    flex-direction: row;
    align-items: center;
}
.price strong{
    font-size: 65px;
    line-height: 65px;
    font-weight: 800;
}
.footer-bottom-copy svg path.a,
.footer-icon svg path.a{
    fill: #fff;
}
.currency{
    max-width: 50px;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.currency span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
}
.currency span:first-child{
    border-bottom: solid 1px #fff;
}
.currency span:last-child{
    margin-top: -3px;
}
.product-order{
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
}
.product-order .button-with-build{
    margin-left: auto;
}
.product-page-description{
    margin: 100px 0 15px;
}
.single-product .blog-block{
    padding-bottom: 50px;
}
.single-product .page-callback-half{
    background: #fff;
}

.green-color{
    color: #2D723F!important;
}
.page-callback-half .page-callback:before{
    left: -100%;
}
.contacts-social{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0 0;
    padding-left: 40px;
}
.title-dark-little{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    font-weight: bold;
    text-transform: uppercase;
}
.contacts-social .title-dark-little{
    width: 100%;
}
.contacts-social-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    justify-content: center;
    margin-top: 7px;
}
.contacts-social a{
    margin-right: 10px;
}
.contacts-social a svg path{
    transition: all .3s;
}
.contacts-social a:hover svg path{
    fill: #2D723F;
}
.page-template-contacts .orange-title,
.page-template-production .orange-title{
    color: #2D723F;
}
.production-green-line{
    padding: 50px 0 0;
    position: relative;
}
.production-green-line:before{
    content: '';
    background: #2D723F;
    width: 30vw;
    top: 30vh;
    bottom: 0;
    display: flex;
    position: absolute;
    z-index: -1;
    left: calc(50% - 15vw);
}
.production-pages{
    display: flex;
    width: 100%;
    flex-direction: row;
}
.production-pages .home-process-item{
    margin: 0;
    padding: 1vw;
}
.production-pages .home-process-item img{
    width: 100%;
}
.production-pages .home-process-video{
    width: 100%;
    border: none;
}
.production-pages .home-process-item.production-pages-left{
    width: 25%;
    padding-top: 4vw;
    padding-left: 0;
    align-items: center;
    justify-content: center;
}
.production-pages-left img{
    height: 20vw;
}
.production-pages .home-process-item.production-pages-center{
    width: 50%;
}
.production-pages-center img{
    height: 26vw;
}
.production-pages .home-process-item.production-pages-right{
    width: 25%;
    padding-top: 4vw;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}
.production-pages-right img{
    height: 20vw;
}
.page-process-description{
    padding: 100px 0 100px;
}
.page-process-description h2{
    width: 75%;
    margin-bottom: 30px;
}
.page-process-description-half{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.page-process-description-half.first{
    padding-left: 0;
    padding-right: 50px;
}
.page-process-description-half.second{
    padding-left: 50px;
    padding-right: 0;
}
.page-process-description-half .home-process-item{
    margin: 0 0 75px;
    padding-left: 40px;
}
.page-process-description-half .home-process-item .home-process-video,
.page-process-description-half .home-process-item p,
.page-process-description-half .home-process-item h3,
.page-process-description-half .home-process-item img{
    width: 100%;
    height: auto;
}
.page-process-description-half .home-process-item h3{
    margin-bottom: 0;
    color: #4CAF50;
}
.page-template-production .page-process-description .orange-title,
.production-slider .orange-title{
    color: #4CAF50;
    margin-bottom: 60px;
}
.home-process-number{
    background: #4CAF50;
    width: 80px;
    height: 80px;
    display: flex;
    font-size: 47px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: -40px;
    margin-left: -40px;
    z-index: 3;
}
.production-slider .col{
    padding-left: 0;
    text-align: left;
}
.production-slider .orange-title{
    margin-bottom: 15px;
}
.production-slider .about-top-text p{
    max-width: 580px;
}
.process-laboratory{
    background-position: right;
    background-size: 70% 100%;
}
.process-laboratory .about-description-text:after{
    right: 100%;
    left: calc(-7.295vw + 1px);
}
.page-template-production .process-laboratory .orange-title{
    color: #fff;
}
.process-laboratory .about-description-text{
    padding: 40px 50px 50px 0;
}
.process-laboratory .button-with-build{
    margin-top: 10px;
}
.product-page-description .editor-block h2{
    margin-bottom: 35px;
}
.production-pages-slider h3{
    margin-bottom: 30px;
}
.production-pages-slider .slick-slide{
    padding-top: 3vw;
}
.production-pages-slider button{
    display: none!important;
}
.production-pages-slider .slick-slide.slick-current.slick-active.slick-center{
    padding-top: 0;
}
.production-pages-slider .slick-slide.slick-current.slick-active.slick-center .production-pages-center img{
    height: 32vw;
}
.production-pages-slider .slick-slide.prev-slide h3,
.production-pages-slider .slick-slide.next-slide h3{
    font-size: 20px;
    line-height: 34px;
    display: inline-block;
    width: auto!important;
    margin-bottom: 25px;
}
.production-pages-slider .slick-slide.prev-slide h3:before,
.production-pages-slider .slick-slide.next-slide h3:before{
    bottom: -5px;
}
.production-pages-slider .slick-slide.prev-slide h3:before{
    left: calc(50% - (12px + 1vw));
}
.production-pages-slider .slick-slide.prev-slide h3{
    text-align: right;
    float: right;
    padding-right: 2vw;
}
.production-pages-slider .slick-slide.next-slide h3{
    text-align: left;
    padding-left: 2vw;
}

.line-title{
    position: relative;
    color: #4CAF50;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    width: 100%!important;
    text-align: center;
}
.line-title:before{
    content: '';
    width: 25px;
    height: 2px;
    background: #2D723F;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 12px);
}
.line-title.main-title{
    font-size: 30px;
    line-height: 34px;
}
.line-title.main-title:before{
    width: 36px;
    bottom: -10px;
}
.show-tablet{
    display: none;
}
.white{
    color: #fff;
}
.little{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-orange-little{
    color: #4CAF50;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
}
footer{
    background: #4CAF50;
    color: #fff;
    display: flex;
    padding: 40px 0 20px;
    flex-direction: column;
    border-top: solid 1px;
}
footer .col{
    float: left;
}
footer ul{
    list-style: none;
    margin: 0;
}
footer ul li{
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
    transition: all .3s;
}
footer ul li:before{
    content: '';
    background-image: url(../images/bullet-home.svg);
    width: 15px;
    height: 12px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
footer ul li a{
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
}
footer ul li:hover{
    opacity: .6;
}
footer ul li a br{
    display: none;
}
.footer-icon{
    flex-direction: row;
    margin-bottom: 20px;
    color: #fff;
}
a.footer-icon:hover,
.footer-icon a:hover{
    opacity: .6;
}
.footer-icon svg{
    margin-right: 20px;
}
.footer-icon a{
    color: #fff;
}
.footer-bottom{
    color: #fff;
    border-top: solid 1px;
    margin-top: 40px;
    padding: 20px 0 15px;
}
.footer-bottom .col{
    float: left;
}
.footer-bottom-left{
    flex-direction: row;
}
.footer-bottom-item{
    display: flex;
    float: left;
    align-items: center;
}
.footer-bottom ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
.footer-bottom ul li{
    margin: 0;
    margin-left: 35px;
}
.footer-bottom ul li a{
    line-height: 25px;
    text-transform: none;
    letter-spacing: .6px;
}
.footer-bottom .wrapper{
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.footer-bottom ul li:before{
    display: none;
}
.footer-bottom-copy{
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    z-index: 7;
    color: #fff;
}
.footer-bottom-copy:hover{
    opacity: .6;
}
.footer-bottom-copy svg{
    margin-right: 5px;
}
.bold{
    font-weight: bold;
}
.margin-bottom{
    margin-bottom: 5px;
}
.footer-icons{
    padding-left: 50px;
}
.center{
    align-items: center;
}
.single-blog-related-list .slick-dots,
.about-reviews-list .slick-dots{
    margin-top: 50px;
}
.show-760{
    display: none!important;
}

.error404 header,
.error404 footer{
    display: none;
}
.error404{
    background: #2D723F;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.error404 h1{
    font-size: 160px;
    line-height: 135px;
    color: #fff!important;
    letter-spacing: 8px;
    font-weight: 800;
    margin: 0;
}
.error404 h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 20px 0 0;
}
.error404 p{
    font-size: 18px;
    line-height: 28px;
    width: 480px;
    margin-bottom: 40px;

}
.error404 a{
    min-width: 275px;
    justify-content: center;
}
.show-mobile-menu{
    display: none;
}
.modal-form-body{
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(19, 20, 25, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -9;
    transition: all .3s;
}
.modal-form-body.active{
    opacity: 1;
    z-index: 999;
}
.modal-form{
    background: #fff;
    width: 450px;
    padding: 50px 50px 40px 0;
    position: relative;
    background-image: url(../images/background-modal.png);
    background-size: cover;
    background-position: right;
    max-height: 80vh;
    overflow-y: auto;
    max-width: 100%;
}
#production-form .modal-form{
    width: 780px;
}
.modal-form-close{
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.modal-form-close:before,
.modal-form-close:after{
    content: '';
    background: #4CAF50;
    width: 22px;
    height: 3px;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: -1px;
}
.modal-form-close:after{
    transform: rotate(-45deg);
}
.modal-form-title{
    background: #2D723F;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    padding: 15px 15px 15px 50px;
    margin-bottom: 35px;
}
.modal-form-title p{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
}
.modal-form form{
    padding-left: 50px;
}
.modal-form form .row{
    width: calc(100% + 30px);
    margin-left: -15px;
}
.modal-form form br{
    display: none;
}
.modal-form form input,
.modal-form form textarea,
.modal-form form select{
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    height: 44px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    margin-top: 5px;
    background: transparent;
    letter-spacing: .6px;
}
.modal-form form textarea{
    height: 60px;
    resize: none;
    padding: 10px 15px;
}
.modal-form form .col.col-md-12{
    margin-top: 30px;
}
.modal-form form select option{
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 22px;
}
.modal-form form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-bold-orange-bottom.svg);
    background-repeat: no-repeat;
    background-position: 98% 55%;
    padding-right: 30px;
}
.modal-form form input.form-date{
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: 96% 55%;
    padding-right: 43px;
}
.modal-form form input:focus,
.modal-form form textarea:focus,
.modal-form form select:focus{
    border-radius: 0;
    outline: solid 1px #4CAF50;
}
.modal-form:before,
.opened-mobile .header-menu:before{
    /*content: '';*/
    background-image: url(../images/background-modal.png);
    background-size: cover;
    background-position: right;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.opened-mobile .header-menu ul li .sub-menu{
    background: transparent;
}
.opened-mobile .header-menu:before{
    background-image: url(../images/background.png);
}
.modal-form form label,
.orange-label{
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #4CAF50;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.modal-form form label span{
    color: #2D723F;
    font-weight: 600;
    text-transform: none;
    font-style: italic;
    font-size: 8px;
}
.modal-form form .wpcf7-not-valid-tip{
    margin-top: 5px;
    font-weight: 600;
}
.modal-text{
    padding-left: 50px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.modal-form form button,
.modal-form a{
    width: 100%;
    margin-top: 5px;
    height: 44px;
    justify-content: center;
    background: transparent;
    outline: none!important;
    cursor: pointer;
    transition: all .3s;
    font-size: 12px;
}
.modal-form form button.green-button,
.modal-form form button.blue-button,
.modal-form form button.button-with-build{
    background-color: #4CAF50 !important;
    color: #fff !important;
    border-color: #4CAF50 !important;
}
.modal-form form button.green-button:hover,
.modal-form form button.blue-button:hover,
.modal-form form button.button-with-build:hover{
    background-color: #3d9141 !important;
    border-color: #3d9141 !important;
}
#production-form .modal-form form button{
    width: 280px;
    max-width: 100%;
}
.centered{
    justify-content: center;
    align-items: center;
}
.modal-form a{
    width: calc(100% - 50px);
    margin-left: 50px;
}
.half{
    width: 50%;
}
.modal-form form label.check-label{
    color: #131419;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    text-transform: none;
    flex-wrap: wrap;
    position: relative;
    padding-left: 20px;
    margin: 10px 0 0;
    letter-spacing: 1px;
}
.clear{
    display: flex;
    width: 100%;
}
.check-body{
    flex-direction: row!important;
    flex-wrap: wrap;
}
.check-body br{
    display: flex!important;
}
.check-label input{
    display: none!important;
}
.check-mark{
    background: #fff;
    width: 12px;
    height: 12px;
    border: solid 1px #2D723F;
    border-radius: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 2px;
}
.checkbox-label .check-mark{
    border-radius: 0;
    border-color: #ccc;
    width: 15px;
    height: 15px;
    top: 1px;
    background: transparent;
}
.check-label input:checked ~ .check-mark{
    transition: all .3s;
}
.check-label input:checked ~ .check-mark:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #2D723F;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.check-label.checkbox-label input:checked ~ .check-mark:before{
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 5px;
    border-bottom: 2px solid #2D723F;
    border-right: 2px solid #2D723F;
    transition: .3s all;
    position: absolute;
    left: 4px;
    top: -1px;
    background: transparent;
    border-radius: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #4CAF50;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4CAF50;
    text-align: center;
}
.modal-form .modal-text a{
    width: auto;
    margin: 0;
    color: #131419;
    height: auto;
}
.modal-form .modal-text .orange-label{
    margin-bottom: 10px;
}
.modal-bottom{
    margin: 40px 0 0;
}
.modal-bottom a{
    font-size: 16px;
    margin-bottom: 5px!important;
    display: flex;
    justify-content: flex-start;
}
.modal-form .modal-text svg path{
    fill: #4CAF50;
}

.home-contacts .footer-icon svg path.a{
    fill: #4CAF50;
}
.button-bordered{
    height: 40px;
    width: 230px;
    display: flex;
    margin-top: 25px;
    border: solid 1px #2D723F;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
#button-open-filter:after{
    content: ':';
}
.button-bordered:hover{
    opacity: .6;
}
.footer-menus .row{
    justify-content: space-between;
}
.show-mobile{
    display: none!important;
}
.clients-slider img{
    max-width: 100%;
}
.ui-datepicker {
    width: 17em;
    padding: 5px 25px;
    display: none;
    background: #fff;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 6px;
    width: 25px;
    height: 25px;
    right: 2px;
    background-image: url(../images/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-next {
    right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #4CAF50;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}
.ui-datepicker td {
    border: 0;
    padding: 1px
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    color: #2D723F;
    text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}
.ui-datepicker-rtl {
    direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}
#callback-open{
    position: fixed;
    width: 110px;
    height: 110px;
    bottom: 50px;
    right: 7.295vw;
    background-size: cover;
    background-image: url("../images/callback-words-black.svg");
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 9;
}
#callback-open.callback-green{
    background-image: url("../images/callback-words-while.svg");
}
#callback-open span{
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #4CAF50;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
#callback-open.callback-green span{
    background-color: #2D723F;
}
#callback-open span img{
    width: 42px;
    height: 42px;
    transition: all .3s;
}
#callback-open:hover{
    width: 125px;
    height: 125px;
    bottom: calc(50px - 7.5px);
    right: calc(7.295vw - 7.5px);
}
#callback-open:hover span{
    width: 75px;
    height: 75px;
    background-color: #2D723F;
}
#callback-open:hover span img{
    width: 50px;
    height: 50px;
}
.map-site{
    padding: 100px 0 150px;
}
.site-map-wrapper{
    margin-top: 50px;
}
.site-map-link{
    color: #2D723F;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 50px;
    width: 50%;
    font-weight: bold;
    display: flex;
    float: left;
    align-items: center;
}
.site-map-link:hover{
    opacity: .6;
}
.site-map-link img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#cookie-notice{
    background: #2D723F;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    background-image: url(../images/background.png);
}
.cookie-notice-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cookie-notice-container p{
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    width: calc(100% - 110px);
    padding-right: 25px;
}
.cookie-notice-container strong{
    text-transform: uppercase;
}
.cookie-notice-container a{
    display: inline-flex;
    width: 110px;
    height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 1.8px;
    border: solid 1px;
    color: #fff;

}
.page-template-blog #callback-open{
    background-image: url(../images/callback-words-while.svg)!important;
}
.page-template-blog #callback-open span{
    background-color: #2D723F!important;
}

@media screen and (max-width: 1600px){
    .single-blog-content{
        max-width: 80%;
    }
    .single-blog-related-list img{
        height: 250px;
    }
    .single-blog-related:before{
        height: 175px;
        top: 125px;
    }
}
@media screen and (max-width: 1360px){
    .header-logo{
        flex: 0 0 22%;
        max-width: 22%;
    }
    .header-menu{
        flex: 0 0 78%;
        max-width: 78%;
    }
    .home-process-item img,
    .home-process-item h3,
    .home-process-item p,
    .home-process-video{
        width: 450px;
    }
    .home-process-item img{
        height: 300px;
        width: 100%;
    }
    /*.home-process-video:before {*/
    /*    bottom: 15px;*/
    /*}*/
    .production-pages-center.home-process-item img{
        height: 26vw;
    }
    .production-pages-slider .home-process-video:before{
        bottom: 35px;
    }
}
@media screen and (max-width: 1350px){
    .products-grid-item {
        width: 50%;
        padding: 45% .8vw .8vw;
    }
    .products-grid-item{
        margin-bottom: 50px;
        padding: 45% 13px 13px;
    }
    .products-grid-item img{
        width: calc(100% - 26px);
        height: calc(100% - 13px);
    }
    .products-grid {
        width: calc(100% + 26px);
        margin-left: -13px;
    }
    .products-grid-item img{
        left: 13px;
        right: 13px;
        top: 13px;
    }
    .products-grid-green{
        bottom: -35px;
        /*right: 35px;*/
        right: 13px;
        left: 13px;
    }
    .products-grid-cart{
        right: 13px;
    }
    .products-grid-item .products-grid-green,
    .products-grid-item .products-grid-green p{
        height: auto;
    }
    .page-callback .col{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title-green-big{
        font-size: 60px;
    }
    .product-page-text{
        padding-right: 0;
    }
    .button-with-build {
        height: 48px;
        font-size: 12px;
        line-height: 16px;
    }
    .about-team-list .slick-arrow,
    .single-blog-related-list .slick-arrow,
    .about-reviews-list .slick-arrow{
        left: 29vw;
    }
    .about-team-list .slick-arrow.slick-next,
    .single-blog-related-list .slick-arrow.slick-next,
    .about-reviews-list .slick-arrow.slick-next{
        right: 29vw;
    }
    .history-item {
        padding-left: 7.295vw;
        width: 35vw!important;
    }
    .header-menu ul li.menu-item-has-children:hover .sub-menu{
        height: 575px;
    }
    .header-menu ul li.menu-item-has-children .sub-menu li.header-sub-2{
        height: 340px;
    }
    .header-menu ul li.menu-item-has-children .sub-menu li.header-sub-4{
        height: 225px;
    }
    .header-menu ul li.menu-item-has-children .sub-menu li.header-sub-7 {
        height: 160px;
    }
}

@media screen and (max-width: 1200px){
    .home-process-video span{
        bottom: 35px;
    }
    .orange-title,
    .single-blog h1{
        font-size: 45px;
        line-height: 45px;
    }
    .hide-tablet{
        display: none;
    }
    .show-tablet {
        display: block;
    }
    .about-top:after {
        height: 28vh;
        top: 190px;
    }
    .about-top-tablet img{
        width: 100%;
    }
    #button-open-filter{
        justify-content: center;
        cursor: pointer;
        margin-bottom: 10px;
    }
    #button-open-filter:after{
        content: '';
        background-image: url(../images/arrow-bold-bottom.svg);
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 2px;
    }
    #button-open-filter.active:after{
        transform: rotate(180deg);
    }
    .blog-block-item p{
        max-height: 65px;
    }
    .filter-show.active{
        display: flex!important;
        flex-direction: column;
    }
    .header-mobile-opener{
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    .header-mobile{
        display: flex;
        width: 25px;
        height: 25px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-left: 25px;
        cursor: pointer;
    }
    .header-mobile span{
        background: #2D723F;
        width: 23px;
        height: 2px;
        border-radius: 2px;
        transition: all .3s;
    }
    .opened-mobile header{
        background: #2D723F;
        box-shadow: none;
    }
    .opened-mobile .header-mobile span {
        background: #fff;
    }
    .opened-mobile .header-phone svg .b{
        fill: #fff;
    }
    .opened-mobile .header-menu .header-phone{
        display: none;
    }
    .opened-mobile .header-mobile span.center{
        opacity: 0;
    }
    .opened-mobile .header-mobile span.left{
        transform: rotate(45deg);
        margin-bottom: -23px;
    }
    .opened-mobile .header-mobile span.right{
        transform: rotate(-45deg);
        margin-top: -25px;
    }
    .opened-mobile .header-menu{
        top: 0;
    }
    .opened-mobile .header-menu ul li.current-menu-item::before{
        display: none;
    }
    .opened-mobile .header-logo,
    .opened-mobile .header-phone{
        z-index: 9;
    }
    .opened-mobile.admin-bar .header-menu{
        top: 32px;
    }
    .opened-mobile img{
        display: none;
    }
    .opened-mobile img.show-mobile-menu{
        display: flex;
    }
    .header-logo{
        padding-left: 0;
    }
    .opened-mobile .contacts-social{
        padding-left: 0;
        padding-bottom: 50px;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
    .opened-mobile .contacts-social .title-dark-little{
        color: #fff;
    }
    .opened-mobile .contacts-social-list{
        justify-content: flex-start;
    }
    .opened-mobile .contacts-social-list svg path,
    .opened-mobile .contacts-social-list svg circle{
        fill: #fff;
    }
    .opened-mobile .header-menu{
        display: flex;
        position: fixed;
        left: 0;
        width: 100%;
        top: 90px;
        bottom: 0;
        background-image: url(../images/background-modal.png);
        background-color: #2D723F;
        background-size: cover;
        right: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 7.295vw;
        padding-right: 7.295vw;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
    }
    .opened-mobile .header-menu .button-with-build{
        display: flex;
    }
    .opened-mobile .header-menu ul{
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        margin: -10vh 0 0;
    }
    .opened-mobile .header-menu ul li{

    }
    .opened-mobile .header-menu ul li.menu-item-has-children{
        position: absolute;
        left: 60%;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu{
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        padding: 0;
        flex-direction: column;
        height: auto;
        flex-flow: column;
        opacity: 1;
        overflow: visible;
        margin-top: 25px;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu .sub-menu{
        display: none;
    }
    .opened-mobile .header-menu ul li{
        padding-bottom: 50px;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu li{
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        padding-bottom: 20px;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu li:before{
        content: '';
        background-image: url(../images/bullet-home.svg);
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children:hover a {
        color: #fff;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu li a{
        border-bottom: none;
        font-size: 12px;
        line-height: 14px;
        padding-left: 25px;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu li a br{
        display: none;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children:after{
        display: none;
    }
    .opened-mobile .header-menu ul a{
        font-size: 20px;
        line-height: 24px;
        color: #fff;
    }
    .header-menu ul li.current-menu-item::before{
        left: 0;
        top: 0;
    }
    .product-page-top {
        padding: 50px 0 15px;
    }
    .product-page-price-wrapper .col{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-page-image{
        margin-bottom: -180px;
    }
    .price strong {
        font-size: 40px;
        line-height: 40px;
        font-weight: 800;
    }
   .currency span {
        font-size: 14px;
        line-height: 20px;
    }

    .product-order {
        padding-bottom: 0;
        margin-top: 20px;
    }
    .product-page-price {
        padding: 35px 0 50px;
        margin-bottom: 50px;
    }
    .category-page-menu{
        width: 35%;
    }
    .category-page-body{
        width: 65%;
    }
    .header-menu{
        display: none;
    }
    .blog-block .col.blog-block-text,
    .blog-block .col.blog-block-list{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .title-little br,
    .orange-title br{
        display: none;
    }
    .blog-block .col.blog-block-text{
        padding: 0;
        margin-bottom: 25px;
    }
    .blog-block {
        padding: 85px 0;
    }
    .about-team-list .slick-arrow,
    .single-blog-related-list .slick-arrow,
    .about-reviews-list .slick-arrow{
        left: 25vw;
    }
    .about-team-list .slick-arrow.slick-next,
    .single-blog-related-list .slick-arrow.slick-next,
    .about-reviews-list .slick-arrow.slick-next{
        right: 25vw;
    }
    .page-process-description-half .home-process-item{
        padding-left: 0;
    }
    .home-process-number{
        width: 55px;
        height: 55px;
        margin-bottom: -55px;
        margin-left: 0;
        font-size: 40px;
    }
    .history-item {
        padding-left: 7.295vw;
        width: 38vw!important;
    }
    .footer-menus .col{
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer ul,
    .footer-icons{
        padding-left: 0;
    }
    .footer-icon a,
    .footer-icon span{
        font-size: 16px;
    }
    .footer-bottom ul{
        flex-direction: column;
    }
    .footer-bottom .wrapper{
        flex-wrap: wrap;
    }
    .footer-bottom-item:first-child{
        width: 100%;
    }
    .footer-bottom ul li {
        margin-left: 0;
        padding-left: 0;
    }
    .footer-bottom-item {
        display: flex;
        float: left;
        align-items: center;
        padding-left: 20%;
        margin-bottom: 5px;
    }
    .green-grid-item strong {
        font-size: 44px;
        line-height: 44px;
        left: 15px;
        top: 20px;
    }
    .green-grid-item p {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        left: 15px;
        bottom: 0;
    }
    .header-menu ul li .sub-menu:after{
        display: none;
    }
    .homer-banner-category ul {
        padding: 25px 0 25px 50px;
    }
    .home-about-image-1{
        /*height: 30%;*/
    }
    .home-about-image-2{
        /*height: 50%;*/
    }
    .home-about-image-3{
        /*height: 70%;*/
    }
    .home-info-list li {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-about-text,
    .home-info-list{
        padding-left: 50px;
    }
    .header-menu ul li.menu-item-has-children .sub-menu{
        display: flex;
    }
    .opened-mobile header{
        background-image: url(../images/background-modal.png);
        background-color: #2D723F;
    }
    .opened-mobile #callback-open{
        display: none;
    }
}

@media screen and (max-width: 992px){
    .homer-banner-category-background/*,
    .homer-banner-category,*/
    .home-banner .col.col-md-1/*,
    .home-banner .col.col-md-5*/{
        display: none;
    }
    .home-banner .col.col-md-5 {
        margin: 0 0 30px;
    }
    .category-grid{
        margin-top: 10px;
    }
    .category-grid-item {
        width: calc(50% - 20px);
        display: flex;
        padding-top: 0;
    }
    .category-grid-item-wrapper {
        position: relative;
        top: 0;
        letter-spacing: 15px;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        right: 0;
        padding: 20px 25px 10px;
        transition: all .3s;
        width: 100%;
    }
    .category-grid-link {
        position: absolute;
        display: flex;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .production-pages-slider .slick-list{
        padding-left: 0!important;
    }
    .production-pages-slider h3.line-title.main-title{
        font-size: 16px;
        line-height: 18px;
    }
    .production-pages-slider .slick-slide.slick-current.slick-active.slick-center h3.line-title.main-title{
        font-size: 25px;
        line-height: 29px;
    }
    .production-pages-slider .slick-slide.prev-slide h3:before, .production-pages-slider .slick-slide.next-slide h3:before{
        bottom: -10px;
    }
    .production-pages-slider .production-pages-center img {
        height: 300px;
    }
    .production-pages-slider .slick-slide.slick-current.slick-active.slick-center .production-pages-center img {
        height: 350px;
    }
    .production-pages-slider .home-process-video:before {
        bottom: 15px;
        height: 125px;
    }
    .production-pages-slider .slick-slide{
        padding-top: 50px;
    }
    .production-pages-slider{
        padding-top: 20px;
    }
    .arrow {
         bottom: auto;
     }
    .category-grid-item-wrapper ul{
        display: none;
    }
    .home-about-wrapper{
        margin: 15px 0 0;
    }
    .home-about-images{
        width: 100%;
    }
    .home-about-images img{
        position: relative;
        left: auto;
        width: 80%;
    }
    .home-about-image-1{
        order: 1;
    }
    .home-about-image-2 {
        /*height: 50%;*/
        margin-left: -70%;
        order: 2;
    }
    .home-about-image-3{
        order: 3;
    }
    .home-about-text{
        margin-top: 40px;
    }
    .home-info{
        padding: 60px 15px 30px;
        margin-left: 50px;
        width: calc(100% - 50px);
    }
    .home-info .col.col-md-7{
        display: none;
    }
    .home-info .col.col-md-5,
    .home-production .col{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .home-about-text a {
        margin-top: 20px;
    }
    .home-list {
        margin: 40px 0 75px;
        padding: 70px 0 40px;
    }
    .home-list-item{
        width: 50%;
    }
    .home-info-list li strong{
        font-size: 40px;
    }
    .home-about-text, .home-info-list {
        padding-left: 0;
    }
    .home-about-image-1 {
        /*height: 80vw!important;*/
    }
    .home-about-image-2 {
        /*height: 90vw;*/
        margin-left: -70%;
        order: 2;
    }
    .home-about-image-3 {
        /*height: 100vw;*/
        margin-left: -70%;
    }
    .home-banner{
        /* height: calc(80vh - 90px); */
        height: auto;
    }
    .admin-bar .home-banner {
        /* height: calc(80vh - 122px); */
        height: auto;
    }
    .home-banner .col,
    .home-contacts-list,
    .editor-block .col,
    .page-callback-body.col,
    .home-callback .col{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .works-greed-item{
        width: 280px!important;
        height: 280px!important;
    }
    .works-greed-list-left{
        margin-left: -140px;
    }
    .works-greed-bottom.flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children{
        left: 55%;
    }
    .home-process-item h3{
        font-size: 25px;
        line-height: 29px;
    }
    .home-process-video:before{
        bottom: 15px;
    }
    .home-process-video{
        padding-bottom: 15px;
    }
    .home-process-item h3{
        margin-top: 15px;
    }
    .history-item {
        padding-left: 15px;
        width: 38vw!important;
        padding-right: 25px;
    }
    .orange-title, .single-blog h1{
        font-size: 40px;
        line-height: 40px;
    }
    .single-product .page-callback-half{
        overflow: hidden;
        background: #2D723F;
    }
    .single-product .page-callback-half br{
        display: none;
    }
    .home-contacts-list{
        padding: 55px 0 85px;
    }
    .editor-block .row{
        margin-bottom: 0;
    }
    .editor-block p{
        margin-bottom: 25px;
    }
    .blog-block-item p{
        font-size: 13px;
        line-height: 20px;
    }
    .title-little{
        font-size: 25px;
        line-height: 29px;
    }
    .home-callback .col{
        padding: 0;
    }
    .home-contacts-map{
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    #map {
        position: relative!important;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: 400px;
    }
    .category-page-menu{
        width: 100%;
        padding-top: 10px;
        cursor: pointer;
        position: fixed;
        z-index: 7;
        top: 90px;
        left: 0;
        right: 0;

    }
    .admin-bar .category-page-menu{
        top: 122px;
    }
    .category-page-menu h2{
        text-align: center;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    body.page-template-category{
        margin-top: 180px;
    }
    .category-page-menu h2:after{
        content: '';
        background-image: url(../images/arrow-bold-bottom.svg);
        width: 20px;
        height: 20px;
        display: inline-flex;
        margin-left: 10px;
    }
    .category-page-body{
        width: 100%;
        transition: all .3s;
    }
    .category-page-menu ul{
        right: 0!important;
    }
    .category-page-menu{
        padding: 0 0 25px;
        padding-left: 15px;
        background-image: url(../images/background-modal.png);
    }
    .header-logo{
        padding: 0;
    }
    .wrapper,
    .category-page-body{
        padding-right: 15px;
        padding-left: 15px;
    }
    .p-little-width{
        max-width: 100%;
    }
    .title-green-big{
        font-size: 45px;
        line-height: 45px;
    }
    .products-grid-item{
        margin-bottom: 60px;
    }
    .button-center {
        margin: 25px 0;
    }
    .editor-block-top {
        margin: 80px 0 80px;
    }
    footer{
        overflow: hidden;
    }
    .footer-icon a, .footer-icon span {
        font-size: 14px;
    }
    .category-page-menu ul{
        position: absolute;
        left: -15px;
        right: -15px;
        /*top: -400px;*/
        opacity: 0;
        z-index: -9;
        background: #4CAF50;
        transition: all .3s;
        padding-bottom: 30px;
        display: none;
    }
    .category-page-menu h2:after{
        transition: all .3s;
    }
    .category-page-menu ul li.active:before,
    .category-page-menu ul li.active:after{
        display: none;
    }
    .category-page-menu ul li,
    .category-page-menu ul li.active{
        padding: 15px;
    }
    .category-page-menu ul li.active a:after{
        right: 15px;
    }
    .active-category-menu .category-page-menu ul{
        z-index: 9;
        opacity: 1;
        top: 30px;
        display: flex;
        flex-direction: column;
        background-image: url(../images/background-modal.png);
        background-size: cover;
    }
    .active-category-menu .category-page-body{
        z-index: -1;
    }
    .active-category-menu .category-page-menu h2:after{
        transform: rotate(180deg);
    }
    .editor-block img{
        margin-bottom: 0;
    }
    .editor-block blockquote p{
        font-size: 25px;
        line-height: 29px;
    }
    .editor-block blockquote:before{
        font-size: 53px;
    }
    .page-callback-half{
        overflow: hidden;
    }
    .page-callback-half br{
        display: none;
    }
    .single-blog-content{
        max-width: 100%;
        overflow: hidden;
    }
    .single-blog-related-list{
        margin-left: 0;
    }
    .about-team{
        padding: 50px 0;
    }
    .about-history {
        padding: 70px 0;
    }
    .process-laboratory .about-description-text{
        margin-top: 20vh;
        padding-right: 25px;
    }
    .about-why .about-why-text{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    .about-why .green-grid{
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }
    .about-why .green-grid .col{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about-why .about-why-text{
        margin-bottom: 15px;
    }
    .about-description-text:after{
        right: -15px;
    }
    .about-description-text {
        margin-bottom: 0;
        padding: 50px 15px 50px 35px;
    }
    .process-laboratory .about-description-text{
        margin-bottom: -7vw;
    }
    #production-form .modal-form {
        width: calc(100% - 30px);
    }
    .site-map-link{
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    .site-map-link img {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 768px){
    .product-page-image img{
        position: relative;
    }
    .blog-block-list .col,
    .product-page-price-wrapper,
    .process-laboratory .about-description-text,
    .page-process-description-half,
    .product-page-top .col{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .map-site {
        padding: 50px 0 50px;
    }
    .map-site .row{
        flex-direction: column;
    }
    .map-site .row .col{
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }
    .category-grid-item{
        width: 100%;
    }
    #production-form .modal-form .col,
    .about-description .col{
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 0;
    }
    .process-laboratory.about-description .about-description-text{
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .process-laboratory img{
        width: calc(100% - 25px);
        margin-left: auto;
        margin-right: -15px;
        height: 90vw;
        object-fit: cover;
        margin-bottom: -40vw;
    }
    .process-laboratory:before{
        display: none;
    }
    #production-form .modal-form{
        background-image: url(../images/background-modal.png);
        background-size: cover;
        background-position: right;
    }
    #production-form .modal-form .mobile-order-1{
        order: 1;
    }
    #production-form .modal-form .mobile-order-2{
        order: 2;
    }
    #production-form .modal-form .mobile-order-3{
        order: 3;
    }
    #production-form .modal-form:before{
        display: none;
    }
    .about-description-text:after{
        display: none;
    }
    .about-description-image{
        padding: 0;
    }
    .about-description-image img{
        width: 100%;
    }
    .about-description{
        background-image: none!important;
    }
    .process-laboratory {
        background-position: right;
        background-size: cover;
        margin-bottom: 0;
    }
    .about-description-text{
        margin-bottom: -20vh;
    }
    .process-laboratory:before{
        content: '';
        position: absolute;
        background: #fff;
        left: 0;
        width: 15px;
        height: 100%;
    }
    .about-top:before{
        display: none;
    }
    .about-top {
        padding: 35px 0 40px;
        margin-bottom: 75px;
    }
    .about-top:after {
        height: 250px;
        top: auto;
        bottom: 0;
    }
    .about-top-text h1 {
        padding-bottom: 25px;
    }
    .about-top-tablet{
        width: calc(100% + 60px);
        margin-left: -30px;
        height: 375px;
        position: relative;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    .about-top-tablet:before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50px;
        background-size: cover;
        background-position: center;
        z-index: 0;
    }
    .about-top-tablet img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        z-index: 1;
        padding-bottom: 25px;
    }
    .show-760{
        display: flex!important;
    }
    .hide-760{
        display: none!important;
    }
    .history-item {
        padding-left: 15px;
        width: 75vw!important;
        padding-right: 25px;
    }
    .page-process-description-half.first,
    .page-process-description-half.second{
        padding-left: 0;
        padding-right: 0;
    }
    .page-process-description-half .home-process-item{
        margin-bottom: 30px;
    }
    .production-green-line:before{
        display: none;
    }
    .page-process-description h2{
        width: 100%;
    }
    .page-template-production .page-process-description .orange-title,
    .production-slider .orange-title{
        margin-bottom: 30px;
    }
    .product-page-price-wrapper{
        padding: 0;
    }
    .product-page-image {
        margin-bottom: 35px;
        padding: 0;
    }
    .product-page-text {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .product-page-price .col.col-md-5{
        display: none;
    }
    .product-page-price .product-page-price-wrapper .col.col-md-5{
        display: flex;
    }
    .product-page-price {
        padding: 35px 0 50px;
        margin-bottom: 50px;
        margin-left: 10%;
        width: 90%;
    }
    .blog-block-item img{
        width: 100%;
        height: 350px;
        margin-bottom: 5px;
    }
    .editor-block h2,
    .single-post .editor-block h2{
        font-size: 25px;
        line-height: 29px;
        font-weight: 600;
    }
    .title-little {
        font-size: 25px;
        line-height: 29px;
    }
    .category-page-menu h2{
        font-size: 20px;
    }
    .title-green-big,
    .orange-title,
    .single-blog h1{
        font-size: 38px;
        line-height: 38px;
    }
    .about-team-list .slick-arrow,
    .single-blog-related-list .slick-arrow,
    .about-reviews-list .slick-arrow{
        left: 20vw;
    }
    .about-team-list .slick-arrow.slick-next,
    .single-blog-related-list .slick-arrow.slick-next,
    .about-reviews-list .slick-arrow.slick-next{
        right: 20vw;
    }
    .page-template-default .single-blog{
        padding-top: 35px;
    }
    .error404 h1{
        font-size: 105px;
        line-height: 80px;
    }
    .error404 h2{
        font-size: 25px;
        line-height: 29px;
    }
    .error404 p{
        font-size: 14px;
        line-height: 24px;
        width: 100%;

    }
    .error404 a{
        min-width: 275px;
        max-width: 100%;
        justify-content: center;
    }
    .footer-menus .col{
        padding-left: 0;
    }
    .footer-menus{
        margin-top: 25px;
    }
    .footer-icons{
        padding-left: 15px;
        margin-top: 10px;
        padding-top: 30px;
        position: relative;
    }
    .footer-icons:before{
        content: '';
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
    }
    .footer-bottom{
        margin-top: 10px;
    }
    .footer-bottom-item{
        padding-left: 15px;
    }
    .footer-bottom-copy {
        width: 100%;
        padding-left: 15px;
        margin: 15px 0 40px;
    }
    .footer-bottom ul{
        margin-top: 10px;
    }
    .home-list-item img{
        width: 65px;
        height: 65px;
    }
    .home-list-item{
        align-items: flex-start;
    }
    .home-list-item span{
        font-size: 10px;
        line-height: 14px;
        text-align: left;
        margin-top: 10px;
    }
    .home-list{
        width: calc(100% - 50px);
        margin-right: 50px;
        padding-left: 50px;
    }
    .cookie-notice-container p{
        width: 100%;
    }
    .cookie-notice-container a{
        margin: 15px auto 5px;
    }
    .product-form-mobile{
        flex-direction: column;
        width: 100%;
    }
}
@media screen and (max-width: 650px){
    .home-banner-title{
        font-size: 130px;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children{
        position: relative;
        left: 0;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu{
        display: none;
    }
    .opened-mobile .header-menu ul li {
        padding-bottom: 25px;
    }
    .opened-mobile .header-menu ul li a{
        font-size: 18px;
        line-height: 18px;
    }
    .opened-mobile .header-menu ul{
        margin: 0;
    }
    .opened-mobile .header-menu{
        padding: 0 15px;
    }
    .opened-mobile .contacts-social{
        position: relative;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children a{
        position: relative;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children a:after{
        content: '';
        background-image: url(../images/arrow-white.svg);
        width: 15px;
        height: 15px;
        position: absolute;
        transform: rotate(90deg);
        top: 4px;
        right: -20px;
        transition: all .3s;
        background-size: cover;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu a:after,
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu .sub-menu{
        display: none!important;
    }
    .category-page-menu h2{
        margin-bottom: 10px;
    }
    .opened-mobile .header-menu ul{
        max-height: 50vh;
        flex-wrap: inherit;
        overflow-y: auto;
    }
    .opened-mobile .header-menu ul li.menu-item-has-children .sub-menu.sub-opened{
        display: block;
        margin-bottom: 25px;
    }
    .opened-mobile .contacts-social{
        padding-bottom: 15px;
    }
    .about-top:after {
        height: 340px;
    }
    .about-reviews-list{
        padding-left: 0;
    }
    .about-reviews-body {
         padding: 55px 20px 25px;
         margin-top: 40px;
         margin-right: 0;
     }
    .about-reviews-item{
        padding-left: 20px;
    }
    .about-reviews .slick-slide div.about-reviews-top{
        width: 80vw;
        padding: 0 25px;
        height: 80px;
    }
}
@media screen and (max-width: 576px){
    .category-page-body-line .products-grid-green span{
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .category-page-body-line .products-grid-green{
        flex-direction: column;
        align-items: baseline;
    }
    .single-product main{
        overflow: hidden;
    }
    body:before{
        background-image: url(../images/background-modal.png);
    }
    .home-banner {
        /* height: calc(100vh - 90px); */
        height: auto;
    }
    .site-map-link{
        width: 100%;
    }
    .production-pages-slider .production-pages-center img {
        height: 250px;
    }
    .production-pages-slider .slick-slide.slick-current.slick-active.slick-center .production-pages-center img {
        height: 300px;
    }
    .production-pages-slider .home-process-video:before {
        bottom: 15px;
        height: 100px;
    }
    .production-pages-slider .slick-list {
        padding-left: 0!important;
        padding-right: 10vw!important;
    }
    .production-pages .home-process-item {
        margin: 0;
        padding-left: 15px;
    }
    .production-pages-slider .slick-slide{
        padding-top: 50px;
    }
    .production-pages-slider{
        padding-top: 20px;
    }
    .home-process{
        margin: 70px 0 50px;
    }
    .home-process .wrapper.no-left-padding{
        padding: 0 15px;
    }
    .home-process .wrapper.no-left-padding .col{
        padding: 0;
    }
    .home-process:before{
        display: none;
    }
    .home-process-slider {
        margin: 30px 0 0;
    }
    .home-process-item img,
    .home-process-item h3,
    .home-process-item p,
    .home-process-video{
        width: 100%;
    }
    .home-process-item{
        margin: 0 0 65px;
        padding-top: 0!important;
    }
    .home-process-slider .slick-track{
        width: 100% !important;
        display: flex!important;
        flex-direction: column;
    }
    .about-description-text {
        padding: 40px 15px 30px 15px;
    }
    .about-why .green-grid .col{
        padding: 0 5px;
    }
    .about-why .green-grid{
        flex: 0 0 calc(100% + 10px);
        max-width: calc(100% + 10px);
        margin-left: -5px;
    }
    .green-grid-item p{
        font-size: 10px;
        line-height: 14px;
    }
    .green-grid-item strong {
        font-size: 40px;
        line-height: 40px;
    }
    .about-why .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .about-why {
        overflow: hidden;
        padding: 75px 0 0;
    }
    .modal-form {
        width: calc(100% - 30px);
    }
    .products-grid-item {
        width: 100%;
        padding: 95% 13px 13px;
    }
    .blog-block-item img {
        height: 250px;
    }
    .about-top-text{
        padding-left: 0;
    }
    .about-top-text .orange-title{
        text-align: left;
    }
    .button-with-build{
        padding: 0 20px 0 30px;
    }
    .history-item {
        padding-left: 15px;
        width: 80vw!important;
        padding-right: 25px;
    }
    .about-team-list .slick-arrow,
    .single-blog-related-list .slick-arrow,
    .about-reviews-list .slick-arrow{
        left: 25px;
    }
    .about-team-list .slick-arrow.slick-next,
    .single-blog-related-list .slick-arrow.slick-next,
    .about-reviews-list .slick-arrow.slick-next{
        right: 25px;
    }
    .title-green-big, .orange-title, .single-blog h1,
    .single-blog-related .orange-title{
        font-size: 30px;
        line-height: 30px;
    }
    .single-blog-related .orange-title{
        margin-bottom: 25px;
    }
    .page-callback:after{
        right: -100%;
    }
    .green-title {
        font-size: 25px;
        line-height: 29px;
    }
    .editor-block em {
        padding-left: 0;
        width: 100%;
        display: flex;
    }
    .blog-images-two img{
        width: 100%;
    }
    .editor-block img {
        min-height: 250px;
        object-fit: cover;
    }
    .editor-block blockquote{
        padding-left: 30px;
    }
    .editor-block blockquote:before{
        left: -15px;
    }
    .opened-mobile .contacts-social .title-dark-little {
        max-width: 55%;
        display: flex;
    }
    .modal-form .modal-text a{
        padding-left: 0!important;
    }
}
@media screen and (max-width: 460px){
    .home-banner-title{
        font-size: 100px;
    }
    .modal-form{
        padding: 50px 35px 30px 0;
    }
    .modal-form-title,
    .modal-form a,
    .modal-text,
    .modal-form form{
        padding-left: 30px;
    }
    .home-banner a{
        width: 100%;
    }
    #production-form .centered{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .home-list{
        width: calc(100% - 25px);
        margin-right: 25px;
    }
    .home-info {
        margin-left: 25px;
        width: calc(100% - 25px);
    }
    .home-list {
        margin: 20px 0 75px;
        padding-left: 0;
    }
    .home-list-item span{
        font-size: 8px;
    }
    .home-process-item img {
        height: 200px;
    }
    .home-process-video span{
        bottom: 25px;
    }
    .production-pages-slider .production-pages-center img {
        height: 225px;
    }
    .production-pages-slider .slick-slide.slick-current.slick-active.slick-center .production-pages-center img {
        height: 275px;
    }
}
@media screen and (max-width: 360px){
    .site-map-link {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .single-blog h1{
        word-break: break-word;
    }
    .orange-title{
        font-size: 30px;
        line-height: 30px;
    }
    .button-with-build{
        font-size: 10px;
        padding: 0 15px 0 30px;
    }
    .opened-mobile .button-with-build {
        padding: 0 30px 0 45px;
    }
    .about-team-list .slick-arrow,
    .single-blog-related-list .slick-arrow,
    .about-reviews-list .slick-arrow{
        left: 15px;
    }
    .about-team-list .slick-arrow.slick-next,
    .single-blog-related-list .slick-arrow.slick-next,
    .about-reviews-list .slick-arrow.slick-next{
        right: 15px;
    }
    .error404 a{
        min-width: 100%;
    }
    .error404 .single-blog-content{
        padding: 0;
    }
    .opened-mobile .header-menu ul li a{
        font-size: 15px;
    }
    .opened-mobile .header-menu ul li {
        padding-bottom: 15px;
    }
    .opened-mobile .contacts-social {
        padding-bottom: 25px;
    }
    .opened-mobile .header-menu .button-with-build {
        display: flex;
        margin-top: 15px;
    }
    .about-description-text h2{
        word-break: break-all;
    }
}