/*!
Theme Name: Kumari
Theme URI: http://underscores.me/
Author: sholex.by
Author URI: http://sholex.by
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kumari
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kumari is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
/******BASE******
*****************/
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    cursor: pointer;
}
p{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 5px 0;
}
blockquote{
    padding: 25px 0;
}
blockquote p:before{
    color: #888888;
    content: '\f10d';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', serif !important;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    position: absolute;
    opacity: .2;
    top: 20px;
}
blockquote p{
    font-size: 13px;
    font-weight: 300;
    position: relative;
    padding-left: 70px;
}
img{
    /*width: 100%;*/
}
.clear{
    clear: both;
}
input:focus{
    outline: none;
}
a.btn{
    background: rgba(255,255,255,0.2);
    border: 2px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 35px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a.btn:hover{
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #222222;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.phone-mobile {
    display: none;
    font-size: 20px;
    text-align: center;
    margin-left: 100px;
    margin-right: 45px;
}
.phone-mobile  a {
    color: #1f232b;
}
.phone-mobile i.fas {
    color: #56c312;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    vertical-align: middle;
}
.phone-mobile i.fab {
    color: #56c312;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
    vertical-align: middle;
}




.popup .popup-container {
	width: 1024px !important;
	height: 768px!important;
}

/******ELEMENTS********
***********************/
/*.content{
    margin-top: 100px;
}*/
.container{
    margin: 0 auto;
    width: 1170px;
}

.cover{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
}
.show {
    right: 0;
}

.popup{
    background-color: rgba(0,0,0,0.8);
    display: none;
    bottom: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    position: fixed;
    right: 0;
    z-index: 110;
}
.popup .popup-container{
    bottom: 0;
    cursor: pointer;
    left: 0;
    height: 400px;
    position: fixed;
    right: 0;
    margin: auto;
    text-align: center;
    top: 0;
    width: 500px;
    z-index: 111;
}
.popup .popup-container img{
    width: 100%;
}
.popup .close-popup{
    cursor: pointer;
    right: 20px;
    position:  absolute;
    top: 20px;
    z-index: 112;
}
.popup .close-popup .bar-1,
.popup .close-popup .bar-2{
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
}
.popup .close-popup .bar-1{
    -moz-transform: rotate(-45deg) translate(-2px, 3px);
    -ms-transform: rotate(-45deg) translate(-2px, 3px);
    -webkit-transform: rotate(-45deg) translate(-2px, 3px);
    -o-transform:rotate(-45deg) translate(-2px, 3px);
    transform: rotate(-45deg) translate(-2px, 3px);
}
.popup .close-popup .bar-2{
    -moz-transform: rotate(45deg) translate(-1px, -4px);
    -ms-transform: rotate(45deg) translate(-1px, -4px);
    -webkit-transform: rotate(45deg) translate(-1px, -4px);
    -o-transform:rotate(45deg) translate(-1px, -4px);
    transform: rotate(45deg) translate(-1px, -4px);
}

#toTop{
    background: transparent;
    border: 2px solid #56c312;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #56c312;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 32px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#toTop:before{
    content: '\f106';
    font-family: "Font Awesome 5 Pro", sans-serif;
}
#toTop:hover{
    background: #56c312;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/******HEADER**********
***********************/
.header .head{
    /*background: rgba(0, 0, 0, 0.8);*/
    background: #ffffff;
    /*border-bottom: 1px solid #e4e4e4;*/
    left: 0;
    height: 80px;
    padding-top: 30px;
    position: absolute;
    transition: all 300ms ease-in;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}



.header .head .logo{
    float: left;
    margin-top: -20px;
    text-align: center;
    transition: all 300ms ease-in;
}

.header .head .logo a img{
    width: 105px;
}


.header .menu-container{
    float: right;
    line-height: 40px;
}
.header .menu-container .menu{
    float: left;
}
.header .menu-container .menu li{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.header .menu-container .menu li a{
    color: #1f232b;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header .menu-container .menu li a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header .menu-container ul > li .sub-menu{
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 250px;
}
.header .menu-container ul li:hover .sub-menu{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}
.header .menu-container ul > li .sub-menu li{
    margin-right: 0;
    padding: 0 10px;
    width: 100%;
}
.header .menu-container ul > li .sub-menu li a{
    font-size: 10px;
    line-height: 18px;
}
.header .menu-container .phone{
    margin: 0 15px 0 50px;
}
.header .menu-container .mail{
    margin-right: 15px;
}
.header .menu-container .phone,
.header .menu-container .mail,
.header .menu-container .skype{
    float: left;
}
.header .menu-container i.fas{
    color: #56c312;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    vertical-align: middle;
}
.header .menu-container i.fab{
    color: #56c312;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
    vertical-align: middle;
}
.header .menu-container .phone a,
.header .menu-container .mail a,
.header .menu-container .skype a{
    color: #1f232b;
    font-size: 13px;
    font-weight: 600;
    text-transform:lowercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header .menu-container .phone a:hover,
.header .menu-container .mail a:hover,
.header .menu-container .skype a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header .btCurveHeader {

    display: block;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 99;
}

.header .btCurveHeader, .header .btCurveHeader * {

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

}

.header .btCurveHeader .btCurveHolder {

    height: 20px;
    line-height: 20px;
    padding: 0 80px;
    margin: -5px auto 0;
    max-width: 1280px;

}
.header .btCurveHeader .btCurveHolder .btCurveLeft,
.header .btCurveHeader .btCurveHolder .btCurveRight {
    background: #fff;
}
.header  .btCurveHolder .btCurveLeftFill,
.header  .btCurveHolder .btCurveLeftFill,
.header  .btCurveHolder .btCurveRightFill,
.header  .btCurveHolder .btCurveRightFill,
.header  .btCurveHolder .btCurveLeft,
.header  .btCurveHolder .btCurveLeft,
.header  .btCurveHolder .btCurveRight,
.header  .btCurveHolder .btCurveRight {

    fill: #fff;

}
.header .btCurveHolder .btSiteHeaderCurveSleeve, .header .btCurveHolder .btSiteHeaderCurveSleeve {

    background: #fff;

}
.header .btCurveHeader .btCurveLeftHolder {

    float: left;
    margin-left: -80px;

}
.header .btCurveHeader .btCurveRightHolder {

    float: right;
    margin-right: -80px;

}
.header .btCurveHeader .btCurveHolder .btSiteHeaderCurveSleeve {

    height: 20px;
    width: 100%;

}



/******FOOTER**********
***********************/
.btSiteFooterCurve {

    display: block;

}
.btSiteFooterCurve {

    height: 14px;
    width: 100%;
    line-height: 14px;
    margin-top: -14px;
    position: absolute;
    clear: both;

}
.btSiteFooterCurve .port {

    padding: 0 50px;

}
.gutter .port {

    max-width: 1160px;
    margin: auto;

}
.btSiteFooterCurve .btCurveLeftHolder {

    float: left;
    margin-left: -50px;

}
.btSiteFooterCurve .btCurveLeft, .btSiteFooterCurve .btCurveRight {

    fill: #3b3b3b;

}
.btSiteFooterCurve .btCurveRightHolder {

    float: right;
    margin-right: -50px;


}
.btSiteFooterCurve .btCurveLeft, .btSiteFooterCurve .btCurveRight {

    fill: #3b3b3b;

}
.btLightSkin .btSiteFooterWidgets, .btDarkSkin .btLightSkin .btSiteFooterWidgets, .btSiteFooterCurve .btSiteFooterCurveSleeve {

    background: #3b3b3b;

}
.btSiteFooterCurve .btSiteFooterCurveSleeve {

    background: #3b3b3b;
    height: 14px;
    width: 100%;

}

.footer{
    background: #3b3b3b url('img/bg-dots-opt.png') no-repeat 90% 0%;
    background-size: 80%;
    padding: 50px 0 15px 0;
    position: relative;
}

.footer .foot-logo,
.footer .categories,
.footer .contacts{
    float: left;
    width: 33.3333333%;
}

.footer .foot-logo{

}
.footer .foot-logo a img{
    width: 80px;
}
.footer .foot-logo p{
    color: #bdbdbd;
    font-size: 10px;
    line-height: 16px;
    margin-top: 10px;
    width: 200px;
}

.footer span{
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.footer .categories{

}
.footer .categories ul li{
    margin-bottom: 5px;
}
.footer .categories ul li:before{
    color: #56c312;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .categories ul li a{
    color: #bdbdbd;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer .categories ul li a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer .contacts{

}
.footer .contacts ul li{
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.footer .contacts ul li i{
    color: #56c312;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    vertical-align: middle;
}
.footer .contacts ul li a{
    color: #bdbdbd;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer .contacts ul li a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer .contacts ul li span{
    color: #bdbdbd;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: none;
}

.footer .social{
    float: right;
    position: relative;
    z-index: 1;
}
.footer .social ul{
    text-align: center;
}
.footer .social ul li{
    display: inline-block;
    margin: 0 10px;
}
.footer .social ul li a i{
    color: #bdbdbd;;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer .social ul li a i:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer .bottom{
    margin-top:30px;
    text-align: center;
    width: 100%;
}
.footer .bottom p{
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}
.footer .bottom p a{
    color: #bdbdbd;
    font-size: 10px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer .bottom p a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


/******MAIN PAGE**************
******************************/
.main-content{
    /*margin-top: 40px;*/
}
.main-content .main-banner{
    background: url('img/main-banner.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding: 50px 0 50px 0;
    position: relative;
}

.main-content .main-banner .main-headline{
    margin: 80px 0 0 0;
    padding: 25px 100px;
    position: relative;
    text-align: left;
    width: 800px;
}

.main-content .main-banner .main-headline h1{
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 34px;
    padding: 30px 0 15px 0;
}
.main-content .main-banner .main-headline h1 span{
    color: #56c312;
    font-size: 56px;
    font-weight: 700;
    display: block;
    line-height: 88px;
    position: relative;
    text-transform: uppercase;
}
.main-content .main-banner .main-headline p{
    color: #ffffff;
}

.main-content .main-banner .main-headline .request{
    padding: 35px 0;
}
.main-content .main-banner .main-headline .request a{
    margin: 0 5px 10px;
}
.main-content .main-banner .main-headline span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

.main-content .headline{
    padding: 50px 0;
    text-align: center;
}
.main-content .headline h2{
    color: #1f232b;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0 10px 0;
    position: relative;
    text-transform: uppercase;
}
.main-content .headline h2:after {
    background: #56c312;
    bottom: -3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.main-content .headline span{
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    margin: 25px auto 25px;
    width: 50%;
}


.services{
    padding: 50px 0 50px 0;
    position: relative;
}
/* TABS */
.services .tabs .tab-caption{
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    text-align: center;
}
.services .tabs .tab-caption li{
    cursor: pointer;
    display: inline-block;
    height: 125px;
    padding: 15px 25px;
    vertical-align: top;
    width: 25%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.services .tabs .tab-caption li .icon-wrap{
    margin-bottom: 10px;
}
.services .tabs .tab-caption li .icon-wrap i{
    font-size: 48px;
}
.services .tabs .tab-caption li span{
    color: #1f232b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.services .tabs .tab-caption li:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.services .tabs .tab-caption li.active{
    color: #56c312;
}
.services .tabs .tab-content{
    display: none;
}
.services .tabs .tab-content.active{
    display: table;
}
.services .tabs .tab-content .left-side{
    width: 40%;
}
.services .tabs .tab-content .left-side img{
    width: 100%;
}
.services .tabs .tab-content .left-side,
.services .tabs .tab-content .right-side{
    display: table-cell;
    vertical-align: top;
}

.services .tabs .tab-content .right-side{
    padding: 0 35px;
    text-align: left;
}
.services .tabs .tab-content .right-side h3{
    color: #1f232b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}
.services .tabs .tab-content .right-side h3:after {
    background: #56c312;
    bottom: -25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 80px;
}
.services .tabs .tab-content .right-side p{
    font-size: 12px;
    margin: 5px 0;
}
.services .tabs .tab-content .right-side ul li{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
.services .tabs .tab-content .right-side ul li:before {
    color: #56c312;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
}
.services .tabs .tab-content .right-side a.btn{
    border: 2px solid #1f232b;
    color: #1f232b;
    float: right;
    margin-top: 35px;
}
.services .tabs .tab-content .right-side a.btn:hover{
    background: #56c312;
    border: 2px solid #56c312;
    color: #ffffff;
}


.main-content .brochures{
    background: #f5f5f5 url('img/bg-dots-opt.png') no-repeat 90% 50%;
    background-size: 80%;
    padding: 40px 0 0 0;
}
.main-content .brochures .left-side{
    float: left;
    width: 45%;
}
.main-content .brochures .left-side span{
    color: #1f232b;
    display: block;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}
.main-content .brochures .left-side p{
    padding: 5px 0 20px 0;
}

.main-content .brochures .right-side{
    float: right;
    margin-top: 30px;
    text-align: right;
    width: 55%;
}

.main-content .brochures .right-side .phone a.btn{
    border: 2px solid #1f232b;
    color: #1f232b;
    float: right;
    margin-left: 10px;
}
.main-content .brochures .right-side .phone a.btn:before {
    color: #1f232b;
    content: '\f2bb';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.main-content .brochures .right-side .documents a.btn{
    border: 2px solid #1f232b;
    color: #1f232b;
    float: right;
}
.main-content .brochures .right-side .documents a.btn:before {
    color: #1f232b;
    content: '\f49e';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.main-content .brochures .right-side .phone a.btn:hover:before,
.main-content .brochures .right-side .documents a.btn:hover:before{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}



.main-content .about-us{
    padding: 0 0 50px 0;
    position: relative;
}
.main-content .about-us .headline{
    text-align: left;
}
.main-content .about-us .headline h2::after{
    right: auto;
}


.main-content .about-us .headline span{
    padding: 50px 0 0 0;
}
.main-content .about-us .left-side{
    float: left;
    padding-right: 100px;
    width: 60%;
}
.main-content .about-us .left-side ul{
    padding: 0 10px 20px 10px;
}
.main-content .about-us .left-side ul li{
    color: #333333;
    display: block;
    font-size: 14px;
    padding: 0 20px 10px 40px;
    position: relative;
    vertical-align: top;
}
.main-content .about-us .left-side .hide-text{
    display: none;
}
.main-content .about-us .left-side a.more{
    border: 2px solid #1f232b;
    color: #1f232b;
    float: right;
    margin-top: 35px;
}
.main-content .about-us .left-side a.more:hover{
    background: #56c312;
    border: 2px solid #56c312;
    color: #ffffff;
}
.main-content .about-us .right-side{
    position: absolute;
    top: 115px;
    right: 0;
    width: 45%;
}
.main-content .about-us .right-side img{
    width: 100%;
}

.technologies ul{
    padding: 50px 0;
    text-align: center;
}
.technologies ul li{
    display: inline-block;
    height: 120px;
    margin: 0 35px;
    position: relative;
    width: 80px;
}
.technologies ul li a img{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.technologies ul li:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/********SERVICES********
*************************/
.content{
    margin-top: 50px;
}
.content .headline{
    background: rgba(0, 0, 0, .5) url('img/other-page-banner.jpg') no-repeat 50% 50%;
    background-blend-mode: darken;
    background-size: cover;
    margin-bottom: 50px;
    padding: 120px 0 60px 0;
    text-align: center;
}
.content .headline h1{
    color: #ffffff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0 10px 0;
    position: relative;
    text-transform: uppercase;
}

.content .headline span{
    color: #333333;
    display: block;
    font-size: 14px;
}


.content .headline #crumbs span{
    color: #bdbdbd;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.content .headline #crumbs span a{
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .headline #crumbs span a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .headline #crumbs span a:after{
    color: #bdbdbd;
    content: '/';
    margin: 0 5px;
    vertical-align: middle;
}


.content .request-proposition{
    background: #f5f5f5;
    padding: 40px 0 40px 0;
}
.content .request-proposition .left-side{
    text-align: center;
    width: 100%;
}
.content .request-proposition .left-side span{
    color: #1f232b;
    display: block;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}
.content .request-proposition .left-side p{
    padding: 5px 0 20px 0;
}

.content .request-proposition .right-side{
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.content .request-proposition .right-side .request-btn a.btn{
    border: 2px solid #1f232b;
    color: #1f232b;
}
.content .request-proposition .right-side .request-btn a.btn:before {
    color: #1f232b;
    content: '\f044';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.content .request-proposition .right-side .request-btn a.btn:hover:before{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/********SERVICE PAGE********
*****************************/
.content .service .container{

}
.content .service-content{
    float: right;
    margin-bottom: 50px;
    width: 70%;
}
.content .service .service-description h2{
    color: #1f232b;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}
.content .service .service-description h3{
    color: #1f232b;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
.content .service .service-description img{
    padding: 50px 0;
    height: auto;
    width: 100%;
}
.content .service .service-description p{
    margin-bottom: 10px;
}
.content .service .service-description ul{
    margin-bottom: 15px;
}
.content .service .service-description ul li{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
.content .service .service-description ul li:before {
    color: #56c312;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
}


.content .service table{
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.content .service table tbody tr:nth-child(odd) {
    background: #f6f6f6;/* фон нечетных строк */
}
.content .service table tbody tr:nth-child(even) {
    background: #fff;/* фон четных строк */
}
.content .service table tbody tr td{
    color: #69696a;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
}
.content .service table tbody tr td:first-child{
    border-right: 1px solid #e4e4e4;
    font-weight: 700;
}


/********REQUEST PAGE********
*****************************/
.content .request-content{
    float: right;
    margin-bottom: 50px;
    width: 70%;
}
.content .request-content form{
    position: relative;
    width: 100%;
}
.content .request-content form input{
    background: #ffffff;
    border: none;
    border-left:1px solid transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin-top: 5px;
    padding: 0 20px;
    width: 100%;
}
.content .request-content form input:focus,
.content .request-content form textarea:focus{
    border-left:10px solid #56c312 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .request-content form textarea{
    background: #ffffff;
    border: none;
    border-left:1px solid transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    padding: 10px 20px;
    resize: none;
    width: 100%;
}
.content .request-content form input[type="submit"]{
    background: rgba(255,255,255,0.2);
    border: 2px solid #1f232b !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #1f232b;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 15px 35px;
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .request-content form input[type="submit"]:hover{
    background: #56c312;
    border: 2px solid #56c312 !important;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .request-content form p{
    position: relative;
}
.content .request-content form:after,
.content .request-content form p:after{
    clear: both;
    content: '';
    display: table;
}
span.wpcf7-not-valid-tip{
    bottom: -40px;
    left: 0;
    position: absolute;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
    margin-top: 100px;
}


.content form  p.form-row-wide{
    clear: both;
    margin-bottom: 25px;
}
.content form  p.form-row-first{
    float: left;
    margin-bottom: 25px;
    width: 49%;
}
.content form  p.form-row-last{
    float: right;
    margin-bottom: 25px;
    width: 49%;
}

/*DATEPICKER*/
#ui-datepicker-div{
    background: #ffffff;
    border: 1px solid #bababa;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 100 !important;
}
#ui-datepicker-div .ui-datepicker-header{
    background:#fff;
    border: none;
    border-radius: 0;
    padding: 15px 10px 20px 10px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title{
    text-align: center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title span{
    font-size: 13px;
    font-weight: 300;
}
#ui-datepicker-div.ui-datepicker th span{
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default a{
    background: transparent !important;
    border: none !important;
    color: #333333;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color: #333333 !important;
    font-weight: 700 !important;
}
.ui-widget-content tbody td{
    padding: 10px;
}

.ui-state-highlight, .ui-widget-content .ui-datepicker-current-day a{
    color: #56c312 !important;
    font-weight: 700 !important;
}
.ui-state-highlight, .ui-widget-content .ui-datepicker-current-day{
    color: #fff !important;
}
.ui-widget-content tbody td a:hover{
    color: #56c312 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    font-size: 13px;
}
.ui-datepicker .ui-datepicker-prev{
    float: left;
}
.ui-datepicker .ui-datepicker-next{
    float: right;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev span:before {
    color: #56c312;
    content: '\f137';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 5px;
    vertical-align: middle;
}
.ui-datepicker .ui-datepicker-next span:after {
    color: #56c312;
    content: '\f138';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 5px;
    vertical-align: middle;
}
/*.ui-datepicker .ui-datepicker-prev span{
    background-image: url("img/post-before.png");
    background-position: 0px !important;
    width: 20px;
    height: 23px;
}
.ui-datepicker .ui-datepicker-next span{
    background-image: url("img/post-after.png");
    background-position: 0px !important;
    width: 20px;
    height: 23px;
}*/
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    top: 2px !important;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

/*SWITCH*/
.switch {
    display: inline-block;
    height: 34px;
    margin-left: 10px;
    position: relative;
    width: 60px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

.switch input:checked + .slider {
    background-color: #56c312;
}
.slider.active-switch {
    background-color: #56c312;
}
.switch input:checked + .slider:before {
    transform: translateX(26px);
}
.slider.active-switch:before{
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*.switcher {
    display: inline-block;
    margin: 0 0 0;
    width: 76px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 38px;
    cursor: pointer;
    padding: 5px;
    margin-left: 15px;
    -webkit-transition: box-shadow 380ms ease;
    transition: box-shadow 380ms ease;
    vertical-align: middle;
}
.switcher:hover{
    -webkit-box-shadow: 0 0 0 #ff8800 inset,0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 0 #ff8800 inset,0 1px 5px rgba(0,0,0,.2);
}
.switcher .switcher-inner {
    display: block;
    width: 26px;
    height: 26px;
    background: #ccc;
    border-radius: 50%;
    -webkit-transition: all 190ms cubic-bezier(0.8, 0.1, 0.8, 0.1);
    transition: all 190ms cubic-bezier(0.8, 0.1, 0.8, 0.1);
    vertical-align: middle;
}
.switcher.on .switcher-inner{
    background: #9cc327;
    margin-left: 38px;
}*/


/********SIDEBAR********
************************/
.content .sidebar{
    margin-bottom: 50px;
    float: left;
    width: 25%;
}

.content .sidebar span.widget-title{
    color: #222222;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}
.content .sidebar span.widget-title:after {
    background: #56c312;
    bottom: -3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.content .sidebar .widget{
    margin-bottom: 50px;
}
.content .sidebar ul li a{
    border-left:0 solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .sidebar ul li a:hover{
    border-left:5px solid #56c312;
    color: #56c312;
    padding: 10px 0 10px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.content .sidebar .online-request a.btn::before {
    color: #666666;
    content: '\f044';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.content .sidebar .documents a.btn::before {
    color: #666666;
    content: '\f49e';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.content .sidebar .online-request a.btn{
    margin-bottom: 15px;
}
.content .sidebar .online-request a.btn,
.content .sidebar .documents a.btn{
    border: 2px solid rgba(0, 0, 0, .1);
    color: #666666;
    text-align: left;
    width: 260px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .sidebar .online-request a.btn:hover,
.content .sidebar .documents a.btn:hover{
    border: 2px solid #1f232b;
    color: #1f232b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .sidebar .online-request a.btn:hover:before,
.content .sidebar .documents a.btn:hover:before{
    color: #1f232b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.content .sidebar .call-us{
    background: url('img/call-us.jpg')no-repeat 50% 100%;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    padding: 180px 25px 20px;
    position: relative;
}
.content .sidebar .call-us:after{
    bottom: 0;
    background-image: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.85) 100%);
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.content .sidebar .call-us span{
    color: #ffffff;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.content .sidebar .call-us span:before,
.content .sidebar .call-us span:after{
    display: none;
}
.content .sidebar .call-us a{
    color: #56c312;
    font-size: 18px;
    font-weight: 700;
    display: block;
    position: relative;
    z-index: 2;
}
.content .sidebar .call-us a:hover{
    text-decoration: underline;
}
.content .sidebar .call-us p{
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    z-index: 2;
}


/********GALLERY********
*************************/
.content .gallery{
    padding: 0 0 50px 0;
}
/* TABS */
.content .gallery .tabs .tab-caption{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
}
.content .gallery .tabs .tab-caption li{
    border: 2px solid #1f232b;
    color: #1f232b;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: top;
}
.content .gallery .tabs .tab-caption li:hover{
    background: #56c312;
    border: 2px solid #56c312;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .gallery .tabs .tab-caption li.active{
    background: #56c312;
    border: 2px solid #56c312;
    color: #ffffff;
}
.content .gallery .tabs .tab-content{
    display: none;
}
.content .gallery .tabs .tab-content.active{
    display: block;
}

.content .gallery .tabs .tab-content ul{
    text-align: center;
}
.content .gallery .tabs .tab-content ul:after{
    content: '';
    display: block;
    clear: both;
}
.content .gallery .tabs .tab-content ul li{
    float: left;
    cursor: pointer;
    height: 250px;
    padding: 5px;
    position: relative;
    width: 33.333333%;
}
.content .gallery .tabs .tab-content ul li .img-wrap{
    background-position: 50% 50% !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
}
.content .gallery .tabs .tab-content ul li i{
    bottom: 0;
    color: #ffffff;
    font-size: 42px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin: auto;
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .gallery .tabs .tab-content ul li .mask{
    background: rgba(0, 0, 0, 0.4);
    bottom: 5px;
    left: 5px;
    margin: auto;
    position: absolute;
    opacity: 0;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .gallery .tabs .tab-content ul li:hover i,
.content .gallery .tabs .tab-content ul li:hover .mask{
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


/********CONTACTS********
*************************/
.content .contacts{
    padding: 0 0 50px 0;
    position: relative;
}

.content .contacts .main-contacts{
    margin-bottom: 80px;
    width: 100%;
}
.content .contacts .main-contacts ul{
    text-align: center;
}
.content .contacts .main-contacts ul li{
    display: inline-block;
    margin: 15px;
    position: relative;
}
.content .contacts .main-contacts ul li .icon-wrap{
    background:#56c312;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);*/
    display: block;
    height: 70px;
    margin: 0 auto 10px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.content .contacts .main-contacts ul li .icon-wrap i{
    color: #ffffff;
    font-size: 26px;
    line-height: 70px;
}
.content .contacts .main-contacts ul li span{
    color: #1f232b;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.content .contacts .main-contacts ul li p{
    color: #1f232b;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.content .contacts .main-contacts ul li p a{
    color: #1f232b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .contacts .main-contacts ul li p a:hover{
    color: #56c312;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.content .contacts h2{
    color: #1f232b;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}
.content .contacts h2:after{
    background: #56c312;
    bottom: -10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.content .contacts .left-side{
    float: right;
    width: 40%;
}
.content .contacts .left-side .office-info .office{
    margin-bottom: 25px;
}
.content .contacts .left-side .office-info .office h3{
    color: #1f232b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

.content .contacts .left-side .office-info .office p{
    font-size: 12px;
}
.content .contacts .left-side .office-info .office p span{
    font-weight: 600;
    margin-right: 5px;
}



.content .contacts .right-side{
    float: left;
    position: relative;
    width: 50%;
}
.content .contacts .right-side:after{
    clear: both;
    content: '';
    display: table;
}

.content .contact-form span{
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.content .contacts .right-side form{
    width: 100%;
}
.content .contacts .right-side form p{
    margin-bottom: 15px;
}
.content .contacts .right-side form input{
    background: #ffffff;
    border: none;
    border-left:1px solid transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin-top: 5px;
    padding: 0 20px;
    width: 100%;
}
.content .contacts .right-side form input:focus,
.content .contacts .right-side form textarea:focus{
    border-left:10px solid #56c312 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .contacts .right-side form textarea{
    background: #ffffff;
    border: none;
    border-left:1px solid transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    padding: 10px 20px;
    resize: none;
    width: 100%;
}
.content .contacts .right-side form input[type="submit"]{
    background: rgba(255,255,255,0.2);
    border: 2px solid #1f232b !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #1f232b;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 15px 35px;
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .contacts .right-side form input[type="submit"]:hover{
    background: #56c312;
    border: 2px solid #56c312 !important;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.content .map{
    margin-bottom: -21px;
}
.content .map,
.content .map iframe{
    width: 100%;
}



/******404 PAGE*******
**********************/
.content .page-not-found {
    background: rgba(255,255,255,0.5) url('img/forklift.png') no-repeat;
    background-blend-mode: lighten;
    background-position: 90% 90%;
    background-size: 400px;
    padding:100px 0 150px 0;
    text-align: center;
}
.content .page-not-found h1{
    color: #1f232b;
    font-size: 156px;
    font-weight: 700;
}
.content .page-not-found span{
    color: #1f232b;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}
.content .page-not-found p{
    color: #333333;
    font-size: 14px;
    padding: 15px 0 50px 0;
}
.content .page-not-found a.btn{
    border: 2px solid rgba(0, 0, 0, .1);
    color: #666666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .page-not-found a.btn::before {
    color: #666666;
    content: '\f015';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.content .page-not-found a.btn:hover:before {
    color: #1f232b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.content .page-not-found a.btn:hover{
    border: 2px solid #1f232b;
    color: #1f232b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/******RESPONSIVE STYLES******
******************************/

/*RESPONSIVE ELEMENTS*/
@media (max-width: 1280px){
    .container{
        width: 950px;
    }
    #toTop{
        right: 10px;
    }
}
@media (max-width: 1024px){
    .container{
        width: 90%;
    }
}
@media (max-width: 700px){
    .popup .popup-container{
        height: 70%;
        width: 70%;
    }
}
@media (max-width:460px){
    .popup .popup-container{
        height: 50%;
        width: 90%;
    }
}


/*RESPONSIVE HEADER*/
@media (max-width: 1280px){
	.popup .popup-container {
		width: 800px !important;
		height: 600px!important;
	}
	
    /*.header .head{
        height: 70px;
    }
    .header .btCurveHeader{
        top: 70px;
    }*/
    .header .head .logo{
        margin-top: -13px;
    }
    .header .head .logo a img{
        width: 90px;
    }
    .header .menu-container .menu li{
        margin-right: 15px;
    }
    .header .menu-container .menu li a{
        font-size: 10px;
    }
    .header .menu-container .phone{
        margin: 0 15px 0 10px;
    }
}

@media (max-width: 1024px){

    .phone-mobile {
        display: block;
    }

    .menu-container .phone {
        display: none;
    }

    .header .head .container{
        position: relative;
        width: 950px;
    }
    .header .menu-container .menu{
        float: none;
    }
    .header .menu-container .menu li{
        display: block;
        margin: 0;
        position: relative;
        z-index: 1;
    }
    .header .menu-container .menu li.menu-item-has-children:before{
        color: #1f232b;
        content: '\f0fe';
        display: inline-block;
        font-family: 'Font Awesome 5 Pro', serif !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        position: absolute;
        top: 5px;
        right: 0;
    }
    .header .menu-container .menu li.menu-item-has-children.active-sub:before{
        content: '\f146';
    }
    .header .menu-container .menu li a{
        font-size: 12px;
        padding: 5px 0;
    }
    .header .menu-container ul > li .sub-menu{
        border-radius: 2px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0);
        box-shadow: 0 0 3px rgba(0,0,0,0);
        display: none;
        position: relative;
        opacity: 1;
        width: 100%;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        z-index: 2;
    }
    .header .open-bars{
        cursor: pointer;
        right: 0;
        position:  absolute;
        top: 0;
        z-index: 102;
    }
    .header .open-bars .bar-1,
    .header .open-bars .bar-2,
    .header .open-bars .bar-3 {
        width: 30px;
        height: 3px;
        background-color: #1f232b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 5px 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .header .close .bar-1{
        -moz-transform: rotate(-45deg) translate(-2px, 3px);
        -ms-transform: rotate(-45deg) translate(-2px, 3px);
        -webkit-transform: rotate(-45deg) translate(-2px, 3px);
        -o-transform:rotate(-45deg) translate(-2px, 3px);
        transform: rotate(-45deg) translate(-2px, 3px);
    }
    .header .close .bar-2 {
        display: none;
    }
    .header .close .bar-3 {
        -moz-transform: rotate(45deg) translate(-1px, -5px);
        -ms-transform: rotate(45deg) translate(-1px, -5px);
        -webkit-transform: rotate(45deg) translate(-1px, -5px);
        -o-transform:rotate(45deg) translate(-1px, -5px);
        transform: rotate(45deg) translate(-1px, -5px);
    }
    .header .menu-container{
        background: #ffffff;
        display: none;
        height: 100%;
        line-height: 30px;
        right: 0;
        top: 0;
        overflow-y: scroll;
        margin-left: 0;
        padding: 50px 25px;
        position: fixed;
        width: 260px;
        z-index: 101;
    }
    .header .menu-container .phone,
    .header .menu-container .mail,
    .header .menu-container .skype{
        float: none;
        margin: 10px 0;
    }
}


.evakuator-img {
    max-width: 300px;
    float: left;
    padding: 0 20px 5px 0 !important;
}



@media (max-width: 1024px){
	.popup .popup-container {
		width: 700px !important;
		height: 500px!important;
	}
	
    .header .head .container{
        width: 90%;
    }
}

/*RESPONSIVE FOOTER*/
@media (max-width: 1024px){
	
	
    .footer .foot-logo,
    .footer .contacts{
        width: 50%;
    }
    .footer .categories{
        display: none;
    }
}
@media (max-width: 600px){
    .footer{
        background-size: cover;
        padding: 0px 0 15px 0;
    }
    .footer .foot-logo{
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer .foot-logo p{
        display: none;
    }
    .footer .contacts{
        display: none;
    }
    .footer .bottom{
        margin-top: 15px;
    }
}


/*RESPONSIVE MAIN PAGE*/
@media (max-width: 1280px){
    .technologies ul{
        padding: 0 0 50px 0;
    }
    .technologies ul li{
        height: 100px;
        width: 100px;
    }
}
@media (max-width: 1024px){
    .services .tabs .tab-caption{
        padding: 0 40px;
    }
    .services .tabs .tab-caption li .icon-wrap i{
        font-size: 40px;
    }
    .services .slick-prev{
        left: 7px;
    }
    .services .slick-next{
        right: 7px;
    }
    .services .slick-prev,
    .services .slick-next{
        height: 30px;
        width: 30px;
        z-index: 1;
    }
    .services .slick-prev:before{
        color: #1f232b;
        content: '\f137';
        font-family: 'Font Awesome 5 Pro', sans-serif;
        font-size: 30px;
        font-weight: 300;
    }
    .services .slick-next:before{
        color: #1f232b;
        content: '\f138';
        font-family: 'Font Awesome 5 Pro', sans-serif;
        font-size: 30px;
        font-weight: 300;
    }

    .main-content .brochures{
        background-size: cover;
        padding: 40px 0 40px 0;
    }
    .main-content .brochures .left-side{
        float: none;
        text-align: center;
        width: 100%;
    }
    .main-content .brochures .right-side{
        float: none;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .main-content .brochures .right-side .phone,
    .main-content .brochures .right-side .documents{
        display: inline-block;
    }
    .main-content .brochures .right-side .phone a.btn,
    .main-content .brochures .right-side .documents a.btn{
        float: none;
        margin: 0;
    }

    .main-content .about-us .left-side{
        float: none;
        padding: 0;
        width: 100%;
    }
    .main-content .about-us .right-side{
        display: none;
    }

    .technologies ul li{
        height: 90px;
    }
}
@media (max-width: 860px){
    .main-content .main-banner .main-headline{
        width: 100%;
    }
}
@media (max-width: 768px){
    .services .tabs .tab-content .left-side{
        display: none;
    }
    .services .tabs .tab-content .right-side{
        padding: 0 25px;
        width: 100%;
    }
}
@media (max-width: 700px){
    .main-content .headline span{
        width: 100%;
    }
}

@media (max-width: 500px){

    .phone-mobile { font-size: 17px; padding-top: 4px;}
    .phone-mobile .link-viber,
    .phone-mobile .link-wapp,
    .phone-mobile .link-skype {
        display: none;
    }
}


@media (max-width: 600px){
	.popup .popup-container {
		width: 500px !important;
		height: 400px!important;
	}
	
    .main-content .main-banner .main-headline{
        margin: 25px 0 0 0;
        padding: 25px 40px;
    }
    .main-content .brochures .right-side .phone,
    .main-content .brochures .right-side .documents{
        display: block;
    }
    .main-content .brochures .right-side .documents{
        margin-top: 10px;
    }
}

@media (max-width: 500px){
	.popup .popup-container {
		width: 400px !important;
		height: 300px!important;
	}
}

@media (max-width: 460px){
    .main-content .main-banner .main-headline{
        padding: 25px 0;
    }
    .main-content .about-us .right-side ul li{
        width: 100%;
    }
    .technologies ul li{
        margin: 15px;
        width: 35%;
    }
}

/*RESPONSIVE SERVICE*/
@media (max-width: 1024px){
    .content .service-content{
        float: none;
        width: 100%;
    }
}

/*RESPONSIVE REQUEST*/
@media (max-width: 1024px){
    .content .request-content{
        float: none;
        width: 100%;
    }
    .content .request-content:after{
        clear: both;
        content: '';
        display: table;
    }
}
@media (max-width: 700px){
    .content form p.form-row-first,
    .content form p.form-row-last{
        float: none;
        width: 100%;
    }
    .switcher{
        display: block;
        margin: 5px 0 0 0;
    }
}

/*RESPONSIVE SIDEBAR*/
@media (max-width: 1280px){
    .content .sidebar .online-request a.btn,
    .content .sidebar .documents a.btn{
        padding: 15px;
        width: 100%;
    }
    .content .sidebar .online-request a.btn::before,
    .content .sidebar .documents a.btn::before{
        font-size: 18px;
    }
}
@media (max-width: 1024px){
    .content .sidebar{
        display: none;
    }
}

/*RESPONSIVE GALLERY*/
@media (max-width: 1024px){
    .content .gallery .tabs .tab-content ul li{
        height: 200px;
    }
}
@media (max-width: 768px){
    .content .gallery .tabs .tab-content ul li{
        width: 50%;
    }
}
@media (max-width: 700px){
    .popup .popup-container{
        height: 70%;
        width: 70%;
    }
}
@media (max-width: 600px){
    .content .gallery .tabs .tab-content ul li{
        height: 250px;
        width: 100%;
    }
}
@media (max-width:460px){
    .popup .popup-container{
        height: 50%;
        width: 90%;
    }
}

/*RESPONSIVE CONTACTS*/
@media (max-width: 860px){
    .content .contacts .left-side,
    .content .contacts .right-side{
        float: none;
        width: 100%;
    }
}
@media (max-width: 360px){
    .content .contacts .main-contacts ul li{
        display: block;
    }
}

/*RESPONSIVE 404 PAGE*/
@media (max-width: 1024px){
    .content .page-not-found{
        padding: 50px 0;
    }
    .content .page-not-found a.btn{
        border: 2px solid #1f232b;
        color: #1f232b;
    }
}
@media (max-width: 460px){
    .content .page-not-found{
        background-size: 300px;
    }
    .content .page-not-found h1{
        font-size: 138px;
    }
    .content .page-not-found span{
        font-size: 32px;
        line-height: 44px;
    }
    .content .page-not-found p{
        font-size: 16px;
    }
}


.form-order{
    display: flex;
    flex-direction: column;
}

.form-order__label-title {
    display: block;
}
.form-order__label input {
    background: #fff;
    border: none;
    border-left: 1px solid transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
    color: #333;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin-top: 5px;
    padding: 0 20px;
    width: 100%;
    max-width: 440px;
    margin: 5px 10px 20px 0;
}

.form-order__btn {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

.form-order__btn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn.btn-order-more {
    border: 2px solid #1f232b;
    color: #1f232b;
    display: inline-block;
}

.btn.btn-order-more:hover {
    border: 2px solid #1f232b;
    color: green;
}

.mb-2 {
    margin-bottom: 20px;
}

.content .request-proposition .right-side .request-btn a.btn.btn-card::before,
.content .sidebar .online-request a.btn.btn-card:before{
    content: '\f09d';
}
.footer .bottom img {
    max-width: 100%;
}