body{
    font-size: 14px;
    line-height: 1.6;
    color: #8C8C8C;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 60px;
    max-width: 100%;
    margin: 0 auto;
    background: #2A2A2A;
    color: #FFFFFF;
    padding: 20px 0;
}
.footer-push{
    height: 60px;
    margin: 0;
    padding: 0;
}
ul.list,
ol.list{
    margin-bottom: 30px;
}
ol.list{
    list-style: inside decimal;
    margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul{
    padding-left: 16px !important;
}
ul.list > li,
ol.list > li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}
ul.list > li:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background: #76b500;
    width: 5px;
    height: 5px;
}
ul.list ol,
ol.list ol,
{
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
}
ul.list ul,
ol.list ul{
    padding-top: 20px;
    margin-bottom: 20px;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #FFBB02;
    text-align: left;
    color: #5F5F5F;
    font-size: 14px;
    font-style: italic;
}
h1,
.title-h1{
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
}
h2,
.title-h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
}
h3,
.title-h3{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
}
h4,
.title-h4{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
h5,
.title-h5{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
h6,
.title-h6{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
h1 + .subtitle,
.title-h1 + .subtitle{
    margin-top: -10px;
    position: relative;
    padding-bottom: 20px;
}
h1 + .subtitle:after,
.title-h1 + .subtitle:after{
    content:"";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #FCAE00;
}
.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6{
    color: #000;
}
.green{
    color: #308502;
}
.blue{
    color: #76b500;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #0D0D0D;
}
p{
    margin-bottom: 20px;
}
a{
    color: #76b500;
    text-decoration: none;
}
a:hover{
    color: #FCAE00;
}
a:focus{
    outline: none;
}
.tplbutton {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #FCAE00;
    border-color: #FCAE00;
    font-size: 14px;
    padding: 14px 25px 13px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
}
.tplbutton:hover{
    background: #76B500;
    border-color: #76B500;
    color: #fff;
}
.tplbutton.block{
    display: block;
    width: 100%;
}
.tplbutton.min,
.tplbutton.mini{
    font-size: 14px;
    padding: 6px 15px;
}
.tplbutton.big{
    padding: 14px 60px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #fd4443;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fd4443;
}
/**************************************/
.important{
    background: #4A4A4A;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.header-push{
    height: 50px;
}
.header-wrapper{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}
.header-panel{
    background: #f0f7f9;
    color: #7E7E7E;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    overflow: hidden;
}
.header-panel a{
    color: #7E7E7E;
}
.header-panel a:hover{
    color: #76b500;
}
.header-tel{
    letter-spacing: 0.5px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 20px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa{
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: middle;
    color: #76b500;
}
.header > div{
    display: inline-block;
}
.social{
    padding-right: 15px;
}
.social a{
    margin-left: 13px;
    font-size: 18px;
    color: #76b500;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.social a:hover{
    color: #0D0D0D;
}
.logo{
    margin-top: 8px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

@media only screen and (max-width: 991px) {
    .logo img{
        height: 35px;
    }
    .social {
        padding-right: 5px;
    }
}





.mob-menu-btn{
    margin: 17px 5px 0 20px;
}
.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #0d0d0d;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #252525;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 54px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > div > ul > li {
    position: relative;
    border-bottom: 1px solid #333333;
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid #333333;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu .shedule span {
    display: block;
    margin: 5px 20px;
}
.mobile-menu .social {
    margin: 5px 7px 20px;
    padding: 0;
}
.mobile-menu .shedule a:hover, .mobile-menu .social a:hover {color:#fff !important;}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu .head-menu > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}
.mobile-menu .head-menu > ul  > li > a.menu-active,
.mobile-menu > div > ul > li > ul > li > a.menu-active,
.mobile-menu ul ul ul a.menu-active{
    color: #76B500;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 40px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 17px;
    left: 20px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu ul ul ul{
    margin-bottom: 10px;
}
.mobile-menu ul ul ul a{
    padding: 6px 10px 6px 55px;
    font-size: 13px;
}
.mobile-menu ul ul ul a:before{
    left: 40px;
    top: 13px;
}
.mobile-menu-close.close {
    top: 26px;
    right: 10px;
}
.mobile-menu-close.close{
    top: 15px;
    right: 15px;
}
.h-panel-right.log-btn {
    margin-left: 20px;
}
.h-panel-right.log-btn a {
    background: #76b500;
    color: #fff;
    padding: 6px 10px;
}
.h-panel-right.log-btn a:hover {
    opacity: 0.9;
}
.h-panel-right.log-btn a .fa {
	margin-right:7px;
}
/* LOGIN
----------------------------------------------- */
.login-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
background-color: #000; opacity: 0.6; display: none;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #e8e8e8; padding: 30px 60px 40px 60px; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; color:#222; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #111; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #ea2027; color: #ea2027; font-size: 12px;}
.login-menu {border-top: 1px solid #cecece; border-left: 1px solid #cecece;}
.login-menu li {text-align: center; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 12px;color: #222;}
.login-menu a:hover {color: #76b500;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-btn .uf-btn {padding: 8px 25px !important; margin: 0;}
@media screen and (max-width: 1220px) {
.login-box {
    max-width: calc(100% - 60px);
    padding: 15px;
}}
@media screen and (min-width: 768px) {
.mob-log.h-panel-right.log-btn {
    display:none;
	margin: 17px 5px;
}}
@media screen and (max-width: 370px) {
.mob-log.h-panel-right.log-btn a .fa {
    margin-right: 0;
}
.mob-log.h-panel-right.log-btn a span {
    display:none;
}
}
.callback-btn{
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #FFBB02;
    float: right;
    font-family: 'Helios';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}
.callback-btn .fa{
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.callback-btn:hover{
    color: #fff !important;
    background: #FF4229 !important;
}
.mobile-menu .callback-btn{
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
}
.gray-bg{
    background: #F0F7F9;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
}
.weight300{
    font-weight: 300;
}
.num-section{
    background: url(../images/num-section.webp) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.ie .num-section{
    background-attachment: scroll;
}
.num-section:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); 
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    opacity: 0;
}
.num-section .num.animated{
    opacity: 1;
}
.num-section .element p{
    font-weight: 300;
    margin-top: -15px;
}
hr{
    border-color: #e3e3e4;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.services-section .element{
    padding-left: 120px;
    margin-bottom: 70px;
}
.services-section .element .title{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}
.services-section .element .text{
    font-size: 13px;
}
.services-section .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.services-section .element .img-wrapper img{
    width: 120px;
}
/*------------------------------
	Google Map
------------------------------*/

.map-section{
    height: 290px;
    overflow: hidden;
}
.map-section iframe{
    width: 100% !important;
    max-width: 100%;
    height: 300px !important;
}
.google-map{
    height: 100%;
}
@media only screen and (min-width: 768px) {
.map-section{
    height: 380px;
}
.map-section iframe{
    height: 390px !important;
}    
}
@media only screen and (min-width: 992px) {
.map-section{
    height: 480px;;
}
.map-section iframe{
    height: 490px !important;
}    
}
/*------------------------------
	END Google Map
------------------------------*/
.quest-section span{
    display: block;
    margin-bottom: 10px;
}

/* review-section begin */
.review-section{
    background: url(../images/content-dot2.jpg) 0 bottom repeat-x;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.reviews-carousel > div,
.rev-prev-carousel > div{
    position: fixed;
    top: -10000px;
}
.reviews-carousel > div:first-of-type,
.reviews-carousel.slick-initialized > div,
.rev-prev-carousel > div:first-of-type,
.rev-prev-carousel.slick-initialized > div{
    position: relative;
    top: 0;
}
.reviews-carousel .item .element{
    width: 820px;
    max-width: 100%;
    padding: 30px 20px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}
.reviews-carousel .item .element:after{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px ;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.reviews-carousel .item .element .text{
    padding: 0 30px;
    position: relative;
}
.reviews-carousel .item .element .text:after{
    content:"\f10e";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #76b500;
}
.reviews-carousel .item .element .text:before{
    content:"\f10d";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #76b500;
}
.rev-prev-carousel-wrapper{
    width: 390px;
    margin: auto;
    max-width: 100%;
}
.rev-prev-carousel .item{
    padding: 0 5px;
}
.rev-prev-carousel img{
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.rev-prev-carousel img:hover{
    opacity: 0.8;
}


@media only screen and (min-width: 768px) {
.reviews-carousel .item .element{
    padding: 40px 30px;
}
}
/* review-section end */



/* guarantee-section begin */
.guarantee-section{
    background: url(../images/gray-bg2.png);
}
.was-it-was img{
    display: block;
    width: 100%;
}
.it-was{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.it-was-inner{
    height: 100%;
}
.ui-slider-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 100%;
}
.ui-slider-wrapper .ui-widget-content{
    border: none;
    background: transparent;
    height: 100%;
    margin-top: -15px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle{
    background: url(../images/handle.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle:after{
    content:"";
    display: block;
    position: absolute;
    width: 3px;
    height: 300px;
    top: -125px;
    left: 50%;
    margin-left: -1px;
    background: #fff;
}

.wat-is-was-inner{
    margin-bottom: 10px;
}
.it-was-inner img{
    height: 100%;
    width: auto;
    max-width: none;
}
@media only screen and (min-width: 1240px) {
.was-it-was img{
    width: 659px;
    max-width: none;
    margin-left: -70px;
}
.ui-slider-wrapper {
    margin-left: -244px;
    width: 428px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle:after{
    height: 410px;
    top: -185px;
}
}


/* guarantee-section end */

.application-inner .element{
    padding: 30px 20px 20px;
    border-radius: 3px;
    border: 2px solid #E6E6E6;
    margin-bottom: 30px;
}
.application-inner .element .title{
    line-height: 1.2;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px){
.application-inner .element{
    min-height: 300px;
}   
.application-inner > .row > hr:nth-of-type(2n){
    clear: both;
} 
}
@media only screen and (min-width: 1240px) {
.application-inner > .row{
    display: flex;
}
.application-inner > .row > div{
    height: auto;
    min-height: 0;
}
.application-inner > .row > hr:nth-of-type(2n){
    clear: none;
}
}




/* contacts-section  begin*/
.contacts-section > .container{
    z-index: 10;
}
.feedback-block .form-control, .form-group select{
    margin-bottom: 10px;
    height: 45px;
}
.feedback-block .form-control.error{
    border-color: #FF1A00;
}
.contacts-block .element{
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.contacts-block .element .fa{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #76b500;
}
@media only screen and (min-width: 768px){
.contacts-section:after{
    content:"";
    display: block;
    position: absolute;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
    background: #F0F7F9;;
} 
}

@media only screen and (min-width: 992px){
.contacts-section:after{
    width: 55%;
}     
}   

@media only screen and (max-width: 767px){
.feedback-block{
    padding: 60px 15px;
    background: #F0F7F9;
}    
}

/* contacts-section end */





/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1239px) {
.full-text iframe, .full-text video {width:100%;}
}
@media only screen and (max-width: 480px) {
.full-text iframe, .full-text video {height:250px;}
}
@media only screen and (max-width: 991px) {

.slick-dots{
    padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.f36{
   font-size: 30px;
   line-height: 1.2;     
}
h1,
.title-h1{
    font-size: 30px;
    line-height: 1.2;
}
/*h2,
.title-h2{
    font-size: 30px;
    line-height: 1.2;
}*/
h3,
.title-h3{
    font-size: 24px;
    line-height: 1.2;
}
}

@media only screen and (min-width: 768px) {
.flex-sm{
    display: flex;
}
.flex-sm > div{
    height: auto;
}
.modal {
    padding: 55px 40px 40px;
}
.mobile-tab-header {
    display: none;
}
ul.tabs.mobile {
    display: block !important;
    margin: 0;
}
.box {
    padding: 0 15px;
}
h1,
.title-h1{
    font-size: 40px;
}
h1.min,
.title-h1.min{
    font-size: 30px;
}
.services-section hr:nth-of-type(2n){
    clear: both;
}
.quest-section span{
    vertical-align: top;
    margin-right: 30px;
    display: inline;
    margin-bottom: 0;
}
}



@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}




@media only screen and (min-width: 992px){
.box {
    padding: 0 20px;
}
.top-menu{
    padding-top: 31px;
    float: right;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.top-menu .head-menu > ul > li{
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.top-menu .head-menu > ul > li > a{
    display: inline-block;
    font-size: 14px;
    color: #0D0D0D;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    padding: 6px 10px;
    border: 1px solid transparent;
}
.top-menu .head-menu > ul > li:hover > a,
.top-menu .head-menu > ul > li > a.menu-active{
    border-color: #fcae00;
}
.top-menu .head-menu > ul > li:last-of-type{
    margin-right: 0;
}

.top-menu > div > ul > li > ul{
    position: absolute;
    width: 240px;
    top: 30px;
    padding-top: 22px;
    left: 0;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
    text-align: left;
    z-index: 100;
}
.top-menu > div > ul > li:last-of-type > ul{
    left: auto;
    right: 0;
}
.top-menu > div > ul > li:last-of-type > ul > li:first-of-type:before {
    left: auto;
    right: 15px;
}
.top-menu > div > ul > li > ul > li > a{
    background: #21282e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid #171b1f;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 10;
}
.top-menu > div > ul > li > ul > li:first-of-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #21282e;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: -5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.top-menu > div > ul > li > ul > li:first-of-type > a{
    border-top: none;
}
.top-menu > div > ul > li > ul > li:hover > a,
.top-menu > div > ul > li > ul > li > a.menu-active {
    background: #171b1f;
}
.top-menu ul ul ul ul{
    display: none !important;
}
.top-menu ul ul ul{
    position: absolute;
    top: 0;
    left: 240px;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.top-menu ul ul li{
    position: relative;
}
.top-menu ul ul li.sub-menu > a{
    padding-right: 50px;
}
.top-menu ul ul li.sub-menu > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}
.top-menu ul ul li:hover ul{
    visibility: visible;
    opacity: 1;
}
.top-menu ul ul ul a{
    background: #21282e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid #171b1f;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 10;
}
.top-menu ul ul li:last-of-type > ul > li:first-of-type > a{
    border-top: none;
    border-left: none;
}
.top-menu ul ul ul li:hover a,
.top-menu ul ul ul li a.menu-active{
    background: #171b1f;
}




.mobile-menu,
.overlay{
    display: none;
}
.logo{
    margin-left: 0;
    margin-top: 29px;
}
.services-section hr:nth-of-type(2n){
    clear: none;
}
.services-section hr:nth-of-type(3n){
    clear: both;
}
.num-section{
    background: url(../images/num-section.webp) 0 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
}


@media only screen and (min-width: 1240px) {
.top-menu .head-menu > ul > li > a{
    font-size: 16px;
    padding: 6px 14px 7px;
}
ul.tabs.mobile li{
    padding: 18px 90px;
}
h1.big,
.title-h1.big{
    font-size: 80px;
    line-height: 1;
    margin-bottom: 50px;
}
}

/* top slider */
.top-slider{
    overflow: hidden;
    height: 450px;
}
.top-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}
.top-slider .slick-dots li{
    border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
    background-color: #fff !important;
}
.top-slider .item{
    overflow: hidden;
    height: 450px;
    position: relative;
}
.top-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(43, 60, 72, 0.32);
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.top-slider .item .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    max-width: 700px;
}
.top-slider .item .text{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 700px;
}

@media only screen and (min-width: 1400px) {
.pk-img{
    max-width: 650px;
    margin-left: -60px; 
}    
}



@media only screen and (min-width: 768px) {
.top-slider .item .title{
    font-size: 2.4em;
}
.top-slider{
    height: 400px;
}
.top-slider .item{
    height: 400px;
}
.header-push{
    height: 100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper{
    height: 100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper.hPanelHide{
    top: -50px;
}
}
@media only screen and (min-width: 992px) {
.header-wrapper{
    height: 150px;
}
.header-push{
    height: 150px;
}
.top-slider .item .title{
    font-size: 3em;
    margin-bottom: 30px;
}
.top-slider .item .text{
    margin-bottom: 45px;
}
.top-slider{
    height: 520px;
}
.top-slider .item{
    height: 520px;
}
.header-wrapper.hPanelHide{
    top: -80px;
}
.header-wrapper.hPanelHide .logo{
    margin-top: 45px;
}
.header-wrapper.hPanelHide .top-menu{
    padding-top: 46px;
}
}
@media only screen and (min-width: 1240px) {
.top-slider .item .title{
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px;
    max-width: 800px;
}
.top-slider .item .text{
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 300;
}
}
/* end top slider */

/* Action */

.action-section .title{
    line-height: 1.3;
}
.action-section .row{
    display: flex;
}
.action-section .row > div{
    height: auto;
}
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #76b500;
    width: 50px;
    padding: 7px 5px;
    background-color:#fff;
    border: 2px solid #EBEBEB;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size:24px;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:"";
    display: block;
    position: absolute;
    top: 16px;
    right: -16px;
    color: #2E3841;
    width: 4px;
    height: 18px;
    background: url(../images/colon.png) 0 0 no-repeat;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    text-align: center;
    left:-2px;
    bottom: -32px;
    content:'дней';
    color:#8C8C8C;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px){
.countdownHolder > span:nth-of-type(odd){
    width: 60px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 60px;
}    
}

@media only screen and (min-width: 992px){   
.countdownHolder > span:nth-of-type(odd){
    width: auto;
    font-size: 42px;
    padding: 15px 12px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 74px;
    bottom: -38px;
}
.countdownHolder > span > span{
    display: block;
    float: left;
}
.countdownHolder > span:nth-of-type(odd):after{
    top: 24px;
    right: -15px;
}
}
/* End action */


/************************* accordeon **************************/
.accordeon-section {
    box-shadow: 0 1px 0 #EAEAEA;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.accordeon .element-content{
    display: none;
    padding: 15px 20px;
    font-size: 13px;
    color: #0D0D0D;
    border: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
    border-top: none;
}
.accordeon .element{
    margin-bottom: 2px;
    background: #fff;
}
.accordeon .element .title {
    cursor: pointer;
    padding: 10px 8px 10px 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    color: #8C8C8C;
    background: #F0F7F9;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.accordeon .element.active .title{
    background: #fcae00;
    color: #fff !important;
}
.accordeon .element .title:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 15px;
    background: url(../images/plus.png) 50% 50% no-repeat #76b500;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title:before {
    background: url(../images/minus.png) 50% 50% no-repeat #76b500;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover{
    color: #333333;
}
.accordeon .element.active .title:hover{
    background: #fcae00;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
/************************* end accordeon **************************/

.breadcrumbs-wrapper{
    padding: 14px 0;
    background: #76B500;
    background: -moz-linear-gradient(left, #99CD50, #76B500);
    background: -webkit-linear-gradient(left, #99CD50, #76B500);
    background: -o-linear-gradient(left, #99CD50, #76B500);
    background: -ms-linear-gradient(left, #99CD50, #76B500);
    background: linear-gradient(left, #99CD50, #76B500);
    color: #fff;
    font-size: 13px;
}
.breadcrumbs-wrapper li{
    display: inline-block;
}
.breadcrumbs-wrapper a{
    color: #fff;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
    margin-right: 4px;
    display: inline-block;
}
.breadcrumbs-wrapper a:hover{
    text-decoration: none;
}
.breadcrumbs-wrapper a:after{
    content:"";
    position: absolute;
    top: 7px;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
}
.aside-gallery img{
    width: 100%;
}
.base-template .num-section{
    background: #F0F7F9;;
    color: #000;
}
.base-template .num-section:after{
    display: none;
}
.lightgallery-link{
    position: relative;
    display: block;
}
.lightgallery-link:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat rgba(0,0,0,0.7);
    background-size: 0 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.lightgallery-link:hover:after{
    opacity: 1;
    background-size: 25px 25px;
}
.resp {overflow: hidden; position: relative; padding-top: 63%;}
.resp img {width: 100%; min-height: 100%; display: block; position: absolute; left: 0; top: 0;}
.news-list-element{
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #F0F7F9;
}
#allEntries > div:first-of-type .news-list-element, 
.archiveEntries > div:first-of-type .news-list-element {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.news-list-element h4{
    margin-top: -5px;
    margin-bottom: 10px;
}
.news-list-element h4 a{
    color: #000;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news-list-element h4 a:hover{
    color: #76b500;
}
.news-list-element .img-wrapper img{
    width: 100%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 1;
}
.news-list-element .img-wrapper img:hover{
    opacity: 0.8;
}
.element-info span{
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #919292;
}
.element-info span i{
    font-size: 14px;
    margin-right: 3px;
}
.element-info a{
    color: #919292;
}
.element-info a:hover{
    color: #000;
}
.more i{
    position: relative;
    bottom: -1px;
    margin-left: 3px;
}

.aside-news .element{
    margin-bottom: 15px;
    line-height: 1.4;
}
.aside-news .element-date{
    font-size: 13px;
}
.aside-news .element-date i{
    margin-right: 3px;
}
.aside-news .element a{
    color: #424242;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    text-decoration: underline;
}
.aside-news .element a:hover{
    color: #76b500;
}
.aside-photo a{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 1;
}
.aside-photo a:hover{
    opacity: 0.7;
}
h1 + .element-info{
    margin: -10px 0 20px;
}
.item-gallery .element{
    margin-bottom: 10px;
}
.r-cont {
    margin: 0 -10px;
}
.r-cont .title-h5 {height: 36px; font-size: 14px; overflow: hidden; margin-bottom:0;}
.r-cont .blog .element {margin-bottom:0;}

.full-text {line-height: 1.5; font-weight: 300; font-size: 16px; color: #5d5c5c;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0;}
.full-text h2 {font-size:25px;}
.full-text h3 {font-size:23px;}
.full-text h4 {font-size:21px;}
.full-text h5 {font-size:19px;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
/*.full-text > ol li {list-style:decimal; margin-left:40px;}*/

.full-text > ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
	margin-left:25px;
}

.full-text > ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    background: #76b500;
    width: 5px;
    height: 5px;
}

.full-text table{
    border-collapse:collapse;
    border:none;
    font-size:14px;
    width:100%;
    table-layout:fixed;
    margin-bottom:25px;
}
.full-text table th,.full-text table td{
    padding:10px;
    border:1px solid #eee;
    font-weight:normal;
    text-align:left;
    vertical-align:middle;
}
.full-text table tr:first-child{
    font-family: "RobotoMedium", sans-serif;
}

/* COMMENTS
----------------------------------------------- */
.img-box{overflow: hidden; position: relative;}
.img-box img{width: 100%; min-height: 100%; display: block;}
.add-comms {}
.ac-inputs input {width: 48.5% !important; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; color: #000; font-size: 18px; font-weight: 600;}
.last-comm-link + .comm-item {margin-bottom:30px; margin-top:10px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; text-transform: uppercase;}
.comm-item {margin-top: 30px; font-size: 14px; padding-left: 50px; position: relative; min-height: 40px;}
.comm-two {margin: 10px 0;}
.comm-one > span {margin-right: 15px; color: #888;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; color: #010101; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:14px; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.4;}
.comm-rate3 a:last-child {}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {margin-right: 10px;opacity: 1; color: #06c; border-bottom: 1px dotted #06c;}


/*============================ CUSTOM STYLES BEGIN =======================*/
/* pagination begin */
.pagination{
    text-align: left;
    padding-top: 10px;
    margin: 0 0 20px;
    overflow: hidden;
}
.navigation {
    padding: 0;
    float: left;
    width: 100%; 
}
.navigation span {
    background: #76b500;
    color: #fff;
    position: relative;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 7px 12px 5px;
    margin-right: 4px;
    line-height: 1.42857143;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    font-weight: normal;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.navigation a {
    position: relative;
    display: inline-block;
    padding: 7px 12px 5px;
    margin-right: 4px;
    line-height: 1.42857143;
    color: #0D0D0D;
    text-decoration: none;
    background-color: #F0F7F9;
    border: none;
    border-radius: 3px;
    font-weight: normal;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.navigation a:hover {
    background-color: #76b500;
    color: #fff;
}

/* pagination end */


/* aside search begin*/
.searchForm {
    margin-bottom: 20px;
    position: relative;
}
.searchForm [type="text"]{
    border-width: 1px;
    height: 45px;
}
.searchForm [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    width: 50px;
    color: #C7C7C7;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.searchForm [type="submit"]:hover{
    color: #000;
}
/* aside search end*/
.tag-cloud{
    margin-bottom: 20px;
    overflow: hidden;
    color: #fff;
}
.tag-cloud p{
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
.vp-tags a{margin: 0 5px 5px 0 !important;}
.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px 2px;
    border: 1px solid #76b500;
    margin: 0 5px 0 0;
    float: left;
    background: #fff;
    color: #76b500 !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.tag-cloud a:hover{
    background: #76b500;
    color: #fff !important;
}
















/* systems messages popup begin*/
.myWinCont{
    max-width: 100% !important;
    text-align: left !important;
}
.xw-plain .xw-tl,
.xw-plain .xw-bl{
    border-radius: 0 !important;
}
.xw-plain .xw-ml, 
.xw-plain .xw-tl, 
.xw-plain .xw-bl{
    background: #F9F9F9 !important;
}
.xw-hdr .xw-hdr-text {
    font-size: 26px !important;
    color: #21282E !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    display: inline-block !important;
}
.myWinCont b{
    color: #21282E !important;
}
.myWinCont, 
.myWinCont td, 
.myWinCont dl, 
.myWinCont dt{
    color: #000 !important;
}
.xt{
    margin: 0 !important;
    background: transparent !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -10px !important;
}
.xt:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-top: -1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.xt:after {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.xt:hover{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.myWinGrid{
    opacity: 0.8 !important;
}
.xw-plain {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.xw-blank{
    border-radius: 0 !important;
}
@media only screen and (max-width: 400px) {
    
    .xw-plain{
        width: 300px !important;
    }
    #_uwndTop1{
            left: 50% !important;
            margin-left: -150px !important;
    }    
}
/* systems messages popup end */



/* aside-datepicker begin*/
.aside-datepicker table{
    width: 100%;
}
.aside-datepicker table td {
    text-align: center;
    font-size: 13px;
    padding: 6px 0;
}
.aside-datepicker table a{
    text-decoration: none;
}
.aside-datepicker .calMonth {
    background: #76b500;
    border-color: #76b500;
    padding: 7px;
    font-size: 15px;
    font-weight: bold;
}
.aside-datepicker .calMonth a{
    color: #fff;
}
.aside-datepicker .calMdayIs a,
.aside-datepicker .calMdayIsA a{
    font-weight: bold;
}
.aside-datepicker .calWday,
.aside-datepicker .calWdaySe,
.aside-datepicker .calWdaySu{
    font-size: 13px;
    background: #f1f1f1;
    padding: 6px 4px;
}
.aside-datepicker .calWdaySe,
.aside-datepicker .calWdaySu{
    color: #FF3324;
    font-weight: bold;
}
/* aside-datepicker end*/

/* aside archive begin*/
.sidebox-archive li{
    margin-bottom: 10px;
}
.sidebox-archive li:last-of-type{
    margin-bottom: 0;
}
.sidebox-archive a{
    text-decoration: none;
    position: relative;
    color: #21282e;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    font-size: 14px;
}
.sidebox-archive a:hover{
    color: #2E2E2E;
}
.sidebox-archive a:before{
    content: "\f073";
    margin-right: 6px;
    font-family: FontAwesome;
    font-size: 16px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
/* aside archive end*/

a.login-with i {
    width: 24px !important;
    height: 24px !important;
}
.aside-login-inner #uidLogForm {
    text-align: left !important;
    margin-left: -2px;
}
.clearfix:after {content: ""; display: table; clear: both;}
.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; min-width: 50px;}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}

/* custom comments begin */
button.uf-btn, .form-submit button, 
input#addcBut, .qq-upload-button, input.bbcodes {
    background: #ffd740 !important;
    display: inline-block !important;
    color: #0d0d0d !important;
    font-size: 14px !important;
    padding: 14px 25px 13px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    border: none !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    -webkit-transition: all 200ms ease-out !important;
    -moz-transition: all 200ms ease-out !important;
    -o-transition: all 200ms ease-out !important;
    transition: all 200ms ease-out !important;
    letter-spacing: 1px !important;
    height: auto !important;
}
button.uf-btn:hover,
input#addcBut:hover, .qq-upload-button:hover, input.bbcodes:hover, .form-submit button:hover {
    background: #76b500 !important;
    color: #fff !important;
}
.uComment.cBlock1, 
.uComment.cBlock2{
    padding: 20px !important;
    background: #fff !important;
    border: 1px solid #E3E3E4 !important;
}
.uComment .uc-top-left .username{
    color: #76b500;
    font-weight: bold;
    font-size: 18px;
}
.uComment .uc-message.cMessage{
    font-size: 14px !important;
}
.uComment span[itemprop="datePublished"] {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    padding-top: 2px;
    color: #76b500;
    opacity: 1;
    font-weight: bold;
}
.com-order-block{
    display: none;
}

.ucf-start-content textarea {
    height: 150px !important;
    max-height: 150px !important;
    border-color: #E3E3E4 !important;
}
.base-template .uf-btn,
.base-template .ucf-avatar img,
.base-template .uf-txt-input{
    border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
    .uComment span[itemprop="datePublished"]{
        margin-left: 0;
    }
    .uauth-small-links{
        margin: 0 0 30px -100px !important;
    }
    .uauth-small-links > a:first-of-type{
        margin-left: 32px;
    }
    .xw-hdr .xw-hdr-text {
        font-size: 18px !important;
    }
    .myWinCont, .myWinCont td, 
    .myWinCont dl, 
    .myWinCont dt {
        font-size: 14px;
    }
}
/* custom comments end */


.blog .element{
    margin-bottom: 50px;
}
.blog .element .img-wrapper{
    margin-bottom: 15px;
    overflow: hidden;
}
.blog .element .title-h5{
    margin-bottom: 10px;
}
.blog .element .text{
    line-height: 1.4;
}
.blog .element .img-wrapper img{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.blog .element:hover .img-wrapper img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.blog .element:hover .title-h5{
    color: #76b500;
}
.blog .element:hover .text{
    text-decoration: underline;
}

#vk_widget, #vk_groups {
    width: 100%;
}
#vk_groups, #vk_groups iframe {
    width: 100% !important;
}


table.tpl-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f0f7f9;
    margin-bottom: 30px;
}
table.tpl-table tr:nth-child(odd) {
    background: #f0f7f9;
}
table.tpl-table td, 
table.tpl-table th {
    padding: 12px 20px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table.tpl-table td:first-child, 
table.tpl-table th:first-child {
    border-left: none;
}
table.tpl-table th{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #76B500;
}
@media only screen and (max-width: 767px) {
    table.tpl-table td, 
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}


.search-element {
    margin-bottom: 20px;
    background: #fff;
    font-size: 14px;
}
.search-element .title-h5{
    margin-bottom: 0;
}
.search-element .title-h5 b{
    font-weight: normal;
}
.search-element .text{
    color: #8A8A8A;
}
.search-element .text b{
    color: #342E2E;
}
.search-results div[style^='text-align']{
    text-align: left !important;
    padding: 0 0 20px !important;
}
.search-element .text > div{
    display: none;
}




.photo-slider table{
    width: 100%;
}
.photo-slider table td{
    vertical-align: middle;
}
.photo-slider table td img{
    width: 100%;
    transition: none;
}
#phtOtherThumbs{
    margin: 0 -3px;
}
.ph-tc{
    display: block !important;
}
#leftSwch{
    left: -5px;
    position: relative;
}
#rightSwch{
    right: -5px;
    position: relative;
}
#oldPhotos{
    width: 100% !important;
}

.files-list .element{
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.files-list .element:before{
    content:"\f0f6";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    line-height: 1;
    font-family: FontAwesome;
}
.files-list .element .title{
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase; 
}
.files-list .element .title span{
    font-weight: normal;
    color: #9A9A9A;
}
.files-list .element .text{
    font-size: 13px;
}
.files-list .element .title a:hover{
    text-decoration: underline;
}

.top-info-block .element{
    padding: 20px 25px;
    color: #fff;
    min-height: 205px;
}
.top-info-block .el-1{
    background: #8cce10;
}
.top-info-block .el-2{
    background: #76B500;
    padding: 20px 25px 15px;
}
.top-info-block .form-control {
    margin-bottom: 10px;
    height: 45px;
}
.top-info-block .form-control.error {
    border-color: #FF1A00;
}
.top-info-block .tplbutton:hover{
    background: #2C2C2C;
}
.top-info-block .element .title{
    font-size: 24px;
    margin-bottom: 12px;
}
.top-info-block .element .title i{
    vertical-align: middle;
    margin-top: -6px;
}
.top-info-block .el-1 li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.top-info-block .el-1 li:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.top-info-block .el-1 li span{
    float: right;
}
@media only screen and (max-width: 991px) {
    .top-info-block .el-1{
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .top-info-block .el-2{
        border-radius: 5px;
    }
}




/*********************** styler begin ***********************/
.select-styler,
.cloned-select-styler{
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
}
.jq-selectbox__search input::-moz-placeholder{
    opacity: 0;
}
.jq-selectbox__search input:-ms-input-placeholder{
    opacity: 0;
}
.jq-selectbox__search input::-webkit-input-placeholder{
    opacity: 0;
}
.jq-selectbox__select{
    box-shadow: none;
    height: 45px;
    padding: 12px 24px 5px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #727376;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    background: #fff;
}
.filters-block .jq-selectbox__select{
    border: 1px solid transparent;
}
.form-group .opened .jq-selectbox__select {
    border-color: transparent;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.form-group .opened .jq-selectbox__select:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background: #fff;
    z-index: 10;
}
.jq-selectbox__select:hover{
    background: #fff;
}
.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}
.opened .jq-selectbox__select{
    border-color: #BBBBBB;
}
.jq-selectbox__trigger{
    border-left: none;
    width: 24px;
}
.jq-selectbox__trigger-arrow{
    opacity: 1;
    border: none;
    top: 21px;
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 8px;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 19px;
}
.jq-selectbox__dropdown{
    top: 43px !important;
    bottom: inherit !important;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    max-height: 260px;
    overflow: hidden;
    padding: 10px 0 !important;
    border: none;
}
.jq-selectbox ul {
    max-height: 230px !important;
}
.jq-selectbox li {
    padding: 0 15px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 14px 0;
}
.jq-selectbox li:hover {
    color: #76B500;
    background: transparent;
}
.jq-selectbox li.selected {
    color: #C1C1C1;
    background: transparent;
}
.jq-selectbox li:last-of-type{
    border-bottom: none;
}
.jq-selectbox__select-text{
    font-size: 14px;
    font-weight: normal;
}
.form-group.error .jq-selectbox__select{
    border-color: #F6392F;
    background: #FDF0E8;
}
.jq-selectbox__dropdown .jspVerticalBar {
    width: 10px;
    right: 10px;
    background: #F2F2F2;
}
.jspDrag {
    background: #C1C1C1;
    border-radius: 0;
}

@media only screen and (min-width: 768px){
    .jq-selectbox__dropdown{
        width: 150% !important;
        max-width: 320px;
    }
}

/*********************** styler end ***********************/



/*********************** datepicker ***********************/
.ui-datepicker{
    margin-top: 2px;
    border-radius: 0;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    border: none;
}
.ui-icon-circle-triangle-e {
  background-position: -34px 0;
}
.ui-icon-circle-triangle-w {
  background-position: -98px 0;
}
#ui-datepicker-div {
    box-shadow: 0 6px 8px rgba(0,0,0,0.3);
    width: 239px;
    border: none;
    z-index: 400 !important;
    padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
}
.ui-datepicker th {
    font-weight: normal;
    color: #666666;
}
.ui-datepicker td{
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none;
    color: #76b500;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: .3em;
    border-radius: 2px;
}
.ui-state-default:hover{
    opacity: 0.8;
}
.ui-datepicker-today a {
    color: #666 !important;
}
.ui-widget-header{
    background: #fff;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover{
    background: none !important;
    border: none;
}
.datepicker-wrapper input + span {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 240px;
    bottom: -2px;
    left: 0;
    background: #fff;
    height: 6px;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.datepicker-wrapper input:focus{
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    border-color: transparent;
}
.datepicker-wrapper input:focus + span{
    opacity: 1;
    visibility: visible;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    width: 10px;
    height: 19px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    left: 0 !important;
    margin-left: 0;
    top: 0 !important;
    margin-top: 0;
    background: url(../images/datepicker-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 19px;
    top: 5px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ui-datepicker td a:hover{
    color: #666666;
}
.ui-datepicker-current-day a{
    background: #fcae00 !important;
    color: #fff !important;
    cursor: pointer;
}
/********************* datepicker end *********************/


.team-list .element{
    margin-bottom: 20px;
    border: 1px solid #cbcbcb;
    position: relative;
}
.team-list .element .element-content{
    padding: 20px;
}
.team-list .element > a{
    position: absolute;
    display: block;
    bottom: 48px;
    left: -1px;
    right: -1px;
    background: #FCAE00;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 11px 10px 10px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    font-weight: bold;
}
.team-list .element:hover > a{
    opacity: 1;
    bottom: 90px;
}
.team-list .element > a:hover{
    background: #76B500;
}
.team-list .element .img-wrapper{
    overflow: hidden;
    width: 100%;
}
.team-list .element .img-wrapper img{
    width: 100%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.team-list .element:hover .img-wrapper img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team-list .element .title{
    font-size: 18px;
    color: #76B500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-list .element .subtitle{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-carousel{
    margin-bottom: 50px;
}
.team-carousel .item{
    padding: 0 10px;
}
.team-carousel .slick-prev, 
.team-carousel .slick-next {
    border: 1px solid #BEBEBE;
    top: inherit;
    bottom: -50px;
    margin-top: 0;
    width: 40px;
    height: 40px;
}
.team-carousel .slick-prev{
    left: 50%;
    margin-left: -45px;
}
.team-carousel .slick-next{
    right: 50%;
    margin-right: -45px;
}
.team-carousel .slick-prev:after, 
.team-carousel .slick-next:after {
    border-color: #BEBEBE;
    border-width: 1px;
}
.team-carousel .slick-prev:hover, 
.team-carousel .slick-next:hover,
.team-carousel .slick-prev:hover:after, 
.team-carousel .slick-next:hover:after{
    border-color: #8C8C8C;
}
.contacts-block .social{
    padding-left: 30px;
}
.contacts-block .social a{
    margin: 0 12px 0 0;
    color: #b1b1b1;
}
.contacts-block .social a:hover{
    color: #000;
}


.certificates-section{
    background: #F0F7F9;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.certificate-gallery .element{
    margin-bottom: 10px;
    border: 1px solid #76b500;
    padding: 2px;
}
.aside-menu,
.aside-datepicker,
.aside-archive,
.aside-news,
.aside-photo,
.tag-cloud{
    margin-bottom: 30px;
}
.aside-menu .title-h4,
.aside-datepicker .title-h4,
.aside-archive .title-h4,
.aside-news .title-h4,
.aside-photo .title-h4,
.tag-cloud .title-h4{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #76B500;
    border-bottom: 2px solid #76B500;
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.aside-menu .title-h4 i,
.aside-datepicker .title-h4 i,
.aside-archive .title-h4 i,
.aside-news .title-h4 i,
.aside-photo .title-h4 i,
.tag-cloud .title-h4 i{
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    font-size: 23px;
}
.aside-news .title-h4 i,
.tag-cloud .title-h4 i{
    font-size: 20px;
    margin-top: -2px;
	
}

.aside-categories a {
    display: block;
    padding: 5px 40px 5px 0;
	
}
.aside-categories li:first-of-type a{
    padding-top: 0;
	
}
.aside-categories li:last-of-type a{
    padding-bottom: 0;
}
.aside-categories li{
    position: relative;
}
.aside-categories span {
   position: absolute;
    top: 7px;
    right: 0;
    font-size: 12px;
    line-height: 1;
    background: #e4edee;
    padding: 3px 7px;
    width: 25px;
    text-align: center;
    display: block;
    border-radius: 10px;
}
.aside-categories li:first-of-type span{
    top: 2px;
}
#uEntriesList{display: block !important;}
/*нумерованный список ol*/
.list3a {
	padding:0;
	list-style: none;
	counter-reset: li;
}	
.list3a > li {
	position: relative;
	border-left: 4px solid #76b500;
	padding:16px 20px 16px 28px;
	margin:12px 0 12px 80px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.list3a > li:before {
	line-height: 32px;
	position: absolute;
	top: 10px;
	left:-80px;
	width:80px;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	color: #76b500;
	counter-increment: li;
	content: counter(li);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.list3a > li:hover:before {
	color: #76b500;
}
.list3a > li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #76b500;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
.list3a > li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}
/*заголовок h1*/
    .header-h1 {
    text-align: center;
    margin-bottom: .15rem;
  }
  .header-h1 h1 {
    background: #76b500;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
  }
/*заголовок h2*/
    .header-h2 {
    text-align: center;
    margin-bottom: .10rem;
  }
  .header-h2 h2 {
    background: #76b500;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
  }
/*заголовок h3*/  
    .header-h3 {
    text-align: center;
    margin-bottom: .5rem;
  }
  .header-h3 h3 {
    background: #76b500;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
  }
/*Боковое меню*/  
.side-menu {
	display: none;
}	
@media screen and (min-width: 120px) {	
	.side-menu *	{
		box-sizing: border-box;
	}			
	.side-menu 	{
		position: fixed;
		display: block;
		top: 200px;
		right: 0;
		z-index: 9999999;
	}		
	.side-menu-buttons {
		position: absolute;
		top: 0; 
		right: -2px;
		border: 2px solid #BFE2FF;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		box-shadow: 0 4px 4px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
	}
	.side-menu-item:first-child {
		border-top-left-radius: 10px;
	}
	.side-menu-item:last-child {
		border-bottom-left-radius: 10px;
	}
	.side-menu-item {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0px;
		width: 74px;
		height: 74px;
		position: relative;
		background-color: #fff;
	}
	.side-menu-item:not(:last-child) {
		border-bottom: 2px solid #BFE2FF;
	}
	.side-menu-item i,
	.side-menu-item span {
		font-size: 40px;
		color: #000;
		transition: color 0.3s;
	}
	.side-menu-item img {
		height: 40px;
	}
	.side-menu-item svg {
		stroke: #000;
		height: 40px;
		stroke-miterlimit: 10;
		stroke-dasharray: 400;	
		stroke-width: 2;
		stroke-linecap: round; 
		stroke-linejoin: round;
		fill: none;
		transition: stroke 0.3s;
	}
	.side-menu-item:hover i,
	.side-menu-item:hover span {
		color: #337AB7;
	}
	.side-menu-item:hover svg {
		stroke: #337AB7;
	}
	.side-menu-item.svg-icon-anim:hover svg {
		stroke: #337AB7;
		animation: strok 1s reverse;  
	}
	@keyframes strok {
		100% {
			stroke-dashoffset: 400;
		}
	}
	.side-menu-hover {
		position: absolute;
		background-color: #337AB7;
		color: #FFF;
		border: 2px solid #BFE2FF;
		padding: 0 30px;
		transform: translateX(0);
		left: 0;
		top: 0;
		bottom: 0;
		opacity: 0;
		transition: all 0.2s;
		z-index: -100;
		font-size: 16px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		white-space: nowrap;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.side-menu-item:hover .side-menu-hover {
		opacity: 1;
		transform: translateX(-100%);
	}	
}
/*Боковое меню2*/  
/*кнопка звонка*/
.callback-bt {
	background: #FFBB02;
    border-radius: 50%;
    /*box-shadow: 0 8px 10px rgba(255, 179, 0, 1);*/
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    position: fixed;
    right: 1%;
    bottom: 30%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #FFBB02;
}

.callback-bt .text-call {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: "\f095";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #76b500;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

/*@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(255, 179, 0, 3), 0 0 0 0 rgba(255, 179, 0, 2), 0 0 0 0 rgba(255, 179, 0, 2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(255, 179, 0, 3), 0 0 0 15px rgba(255, 179, 0, 2), 0 0 0 0 rgba(255, 179, 0, 2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(255, 179, 0, 3), 0 0 0 30px rgba(255, 179, 0), 0 0 0 26.7px rgba(255, 179, 0, 067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(255, 179, 0, 3), 0 0 0 30px rgba(255, 179, 0), 0 0 0 40px rgba(255, 179, 0, 0)
    }
}
*/
/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */
/*кнопка обратной связи*/
.email-bt {
    background: #76b500;
    border-radius: 50%;
    /*box-shadow: 0 8px 10px rgba(152, 235, 0, 1);*/
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    position: fixed;
    right: 1%;
    bottom: 20%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}

.email-bt:hover {
    background: #fff;
    border: 2px solid #76b500;
}

.email-bt .text-call {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}

.email-bt .text-call:after {
    content: "\f232";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    opacity: 1;
    transition: .3s ease-in-out;
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
}

.email-bt .text-call:hover:after {
    opacity: 0;
}

.email-bt .text-call span {
    color: #FFBB02;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
}
/*
@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(152, 235, 0, 1), 0 0 0 0 rgba(194, 255, 82, 1), 0 0 0 0 rgba(194, 255, 82, 1)
    }

    40% {
        box-shadow: 0 8px 10px rgba(152, 235, 0, 1), 0 0 0 15px rgba(194, 255, 82, 1), 0 0 0 0 rgba(194, 255, 82, 1)
    }

    80% {
        box-shadow: 0 8px 10px rgba(152, 235, 0, 1), 0 0 0 30px rgba(147, 255, 84, 1);, 0 0 0 26.7px rgba(202, 255, 171, 1);
    }

    100% {
        box-shadow: 0 8px 10px rgba(152, 235, 0, 1), 0 0 0 30px rgba(147, 255, 84, 1);, 0 0 0 40px rgba(147, 255, 84, 1);
    }
}
*/
@keyframes opsimple {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}
/* конец кнопки звязи */
  /* Навигация */
.category-wrap {
  padding: 15px;
  background: white;
  width: auto;
  box-shadow: 2px 2px 10px rgba(0,0,0,.1);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.category-wrap h4 {
  font-size: 16px;
  color: rgba(0,0,0,.6);
  margin: 0 0 10px;
  padding: 0 5px;
  position: relative;
}
.category-wrap h4:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFBB02;
  position: absolute;
  right: 5px;
  bottom: 2px;
  box-shadow: -8px -8px #80C8A0, 0 -8px #80C8A0, -8px 0 #80C8A0;
}
.category-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0; 
  border-top: 1px solid rgba(0,0,0,.3);
}
.category-wrap li {margin: 12px 0 0 0px;}
.category-wrap a {
  text-decoration: none;
  display: block;  
  font-size: 13px;
  color: rgba(0,0,0,.6);
  padding: 5px;
  position: relative;
  transition: .3s linear;
}
.category-wrap a:after {
  content:"\f0fa";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  color: white;
  transition: .2s linear;
}
.category-wrap a:hover {
  background: #FFBB02;
  color: white;
}
/* СЛАЙДЕР*/
/* ТЕЛЕФОН начало КНОПКИ - Поставал Валерка Боц) */
.phone-button {
    position: fixed;
    right: 1px;
    bottom: 130px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
	background-color: #337AB7;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'%3e%3cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3e%3c/path%3e%3c/svg%3e");
	background-size: 50%; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.phone-button:before,
.phone-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #337AB7;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.phone-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
	}
    50% {
        opacity: 1;
	}
    100% {
        transform: scale(1.2);
        opacity: 0;
	}
}
/* телефон конец КНОПКИ - Поставал Валерка Боц) */
/* whatsapp начало КНОПКИ - Поставал Валерка Боц) */
.whatsapp-button {
    position: fixed;
    right: 1px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
	background-color: #25D366;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");	
	background-size: 50%; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.whatsapp-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
	}
    50% {
        opacity: 1;
	}
    100% {
        transform: scale(1.2);
        opacity: 0;
	}
}
/* whatsapp конец КНОПКИ - Поставал Валерка Боц) */
/* телега конец КНОПКИ - Поставал Валерка Боц) */
.telegram-button {
    position: fixed;
    right: 1px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
	background-color: #2CA5E0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
	background-size: 50%; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #2CA5E0;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telegram-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
	}
    50% {
        opacity: 1;
	}
    100% {
        transform: scale(1.2);
        opacity: 0;
	}
}
/* телега конец КНОПКИ - Поставал Валерка Боц) */