@charset "utf-8";
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push15{
    height: 15px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}
.content{
    line-height: 1.8;
}
.content p{
    text-align: justify;
}
.main-wrapper{
    min-height: 100%;
    margin-bottom: -395px;
    background: #fff;
}
.footer-push{
    height: 395px;
}
.footer-wrapper{
    min-height: 395px;
    background: #24324A;
    position: relative;
    font-size: 13px;
    color: #7a8098;
}
.footer-wrapper a{
    color: #fff;
}
.footer-bottom{
    padding: 30px 0;
}
.footer-top-wrapper{
    padding: 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-top-inner{
    padding-right: 280px;
    min-height: 150px;
}
.footer-top-last{
    max-width: 250px;
    position:absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.footer-top-wrapper{
    min-height: 315px;
}
.footer-top-wrapper .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu li{
    margin-bottom: 8px;
}
.footer-contacts-el{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.footer-contacts-el a{
    text-decoration: none;
}
.footer-contacts-el a:hover{
    color: #E09B06;
}
.footer-top-last .button:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.social-links {
	display: flex;
}

.social-links a {
	margin: 0 8px 0 0;
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-links a:hover {
	color: #fff !important;
}
.social-links .vk:hover {
	background: #5880b7;
	border-color: #5880b7;
}

.social-links .fb:hover {
	color: #fff;
	background: #415897;
	border-color: #415897;
}

.social-links .twitter:hover {
	background: #40a0f1;
	border-color: #40a0f1;
}

.social-links .inst:hover {
	background: #8838a4;
	border-color: #8838a4;
}

.footer-wrapper .social-links {
	padding-top: 15px;
}
@media(max-width: 1229px){
    .footer-top-inner{
        padding-right: 0;
    }
    .footer-top-first{
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .footer-top-last{
        max-width: 100%;
        position: static;
        padding: 0 10px;
    }
}
@media(max-width: 767px){
    .footer-menu{
        margin-bottom: 50px;
    }
    .footer-contacts{
        margin-bottom: 50px;
    }
}

h1,
.title-h1{
    font-family: 'PT Serif', serif;
    font-size: 41px;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
}
h2,
.title-h2{
    font-family: 'PT Serif', serif;
    font-size: 41px;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
}
h3,
.title-h3{
    font-family: 'PT Serif', serif;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
}
h4,
.title-h4{
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
h5,
.title-h5{
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
@media(max-width:991px){
    h1,
    .title-h1{
        font-size: 36px;
    }
    h2,
    .title-h2{
        font-size: 36px;
    }
    h3,
    .title-h3{
        font-size: 21px;
    }
    h4,
    .title-h4{
        font-size: 18px;
    }
    h5,
    .title-h5{
        font-size: 16px;
    }
}
@media(max-width:767px){
    h1,
    .title-h1{
        font-size: 30px;
    }
    h2,
    .title-h2{
        font-size: 30px;
    }
}
blockquote{
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 2px solid #e09b06;
    text-align: left;
    font-style: italic;
}
blockquote p{
    margin-bottom: 0;
}
p{
    margin-bottom: 20px;
}
a{
    color: #e09b06;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a.decoration-none{
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.red{
    color: red;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
em, i{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
img.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;    
}
img.right{
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;    
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.strike{
    text-decoration: line-through;
}
.content ul {
	margin-bottom: 20px;
}

.content ul>li {
	margin-bottom: 10px;
	position: relative;
}

.content ul>li {
	padding-left: 15px;
}

.content ul>li:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 11px;
	left: 2px;
	background: #E09B06;
	border-radius: 10px;
}

.content ul ul {
	padding-top: 10px;
	padding-left: 10px;
}

.content ul ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.content ul ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 11px;
	left: 2px;
	background: #E09B06;
	border-radius: 10px;
}

.content ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
}

.content ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.content ol li:before {
	content: counter(num) ".";
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;
	color: #E09B06;
	text-align: right;
}

/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    padding: 35px 0 0;
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3);
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
}
.fancybox-close {
    position: absolute;
    top: -35px;
    right: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media(min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}
.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev:hover span:after,
.fancybox-next:hover span:after{
    border-color: #5253FF;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,0.8);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    z-index: 8050;
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    background: rgba(255, 255, 255, 1);
    color: #000;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
    width: 100%;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/* /. Fancybox */


/***********************slick carousel*******************************/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
    border: 2px solid #e09b06;
}
.slick-dots li.slick-active{
    border-color: #e09b06;
    background: #e09b06;
}

/****************end slick carousel****************/
.modal{
    display: none;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 40px 30px;
}
.modal .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #e09b06;
    line-height: 1.1;
}
.modal p{
    margin-bottom: 0;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.visible{
    opacity:1;
}
.button{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #e09b06;
    font-size: 14px;
    padding: 12px 35px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e09b06;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -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: 1px;
}
.button:hover{
    background: #24324A;
    color: #fff;
    border-color: #24324A;
}
.button.block{
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.button.invert{
    background: #24324A;
    color: #fff;
    border-color: #24324A;
}
.button.invert:hover{
    background: #e09b06;
    color: #fff;
    border-color: #e09b06;
}
.button.mid{
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.button.mini,
.button.min{
    font-size: 11px;
    padding: 8px 10px;
    border-bottom: none;
}
.button .material-icons{
    vertical-align: middle;
    margin-top: -3px;
}
/*****************************************************************************/
.header-bottom{
    padding: 20px 0 9px;
    background: #fff;
    position: relative;
    min-height: 114px;
}
.logo{
    margin-bottom: 20px;
    height: 84px;
    display: flex;
    align-items: center;
}
.header-tel .header-tel-1,
.header-tel .header-tel-2{
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-tel svg{
    width: 20px;
    color: #E09B06;
    top: 2px;
    left: 0;
    position: absolute;
}
.header-tel-1 + .header-tel-2 svg{
    display: none;
}
.header-tel a{
    text-decoration: none;
    color: #000;
    letter-spacing: 0.6px;
}
.header-tel a:hover{
    color: #E09B06;
}

@media(max-width:991px){
    .header-tel-icon{
        top: 0;
        bottom: 0;
    }
}
@media(max-width:767px){
    .header-tel-1,
    .header-tel-2,
    .schedule,
    .header-address{
        display: inline-block;
    }
    .logo{
        justify-content: center;
    }
}

.callback-link{
    margin-bottom: 10px;
}
.gray{
    color: #8A8A8A;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border-radius: 2px;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #fff;
    color: #343644;
    border: 2px solid #fff;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 0.6;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev i,
.top-slider .slick-next i{
    font-size: 26px;
    line-height: 40px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: #e09b06;
    color: #fff;
    border-color: #e09b06;
    opacity: 1;
}
.top-slider .item{
    position: relative;
    display: none;
}
.top-slider .item.item-1,
.top-slider.slick-initialized .item{
    display: block;
}
.top-slider{
    overflow: hidden;
}
.top-slider img{
    width: 100%;   
}
.top-slider .element-content{
    text-align: center;
    padding: 20px;
    background: #eee;
}
.top-slider .title{
    font-family: 'PT Serif', serif;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}
.top-slider .subtitle{
    margin-bottom: 20px;
    font-size: 16px;
}

.customcheck{
    position: relative;
    margin-bottom: 20px;
}
.customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #7A7A7A;
}
.customcheck input[type=checkbox] + label:before{
    background: url(../images/customcheck.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0px;
}
.customcheck input[type=checkbox]:checked + label:before{
	background-position: 0 -14px;
}
input[type=checkbox].error + label {
    color: #FF0000;
}
hr{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #fff;
}
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none !important;
}
.modal .title + p{
    font-size: 14px;
    margin: -10px 0 30px;
}
.top-bar{
    width: 100%;
    height: 58px;
    z-index: 300;
    position: relative;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.top-bar-container{
    background: #FFF;
    padding: 10px;
}
.top-bar .button{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    height: 55px;
    padding: 17px 30px 0;
    z-index: 10;
    background: #E09B06;
    border-color: #E09B06;
    color: #ffffff;
    overflow: hidden;
}
.top-bar .button > span { position: relative; }
.top-bar .button > span:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -100px;
    width: 250%;
    height: 245%;
    background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.1), rgba(255,255,255,.6), rgba(255,255,255,.5), rgba(255,255,255,.0)) no-repeat -7em 0%;
    background-size: 7em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: 10;
}
.top-bar .button > span.blink_on:after { transition: 0.3s linear; background-position: 130% 0%; }
.top-bar .button:hover{
    background: #24324a;
    border-color: #24324a;
    color: #fff;
}
@media(max-width:991px){
    .top-bar-container{
        padding: 0;
        border-radius: 0;
        background: #1A1F30;
    }
    .top-bar{
        height: 55px;
    }
}
@media(min-width:992px){
    .base-template .header{
        margin-bottom: 40px;
    }
    .top-bar:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        border-top: 1px solid #e8e8e8;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
    }
}
@media(min-width:1170px){
    .header{
        position: relative;
    }
    .base-template .header{
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .top-bar{
        position: fixed;
        top: 0;
        left: 0;
    } 
    .top-bar-push{
        height: 56px;
    }
}
.top-menu{
    display: none;
}
.mobile-menu{
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    text-align: left;
}
.mobile-menu > ul > li{
    position: relative;
    z-index: 300;
    background: #fff;
}
.mobile-menu > ul{
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.mobile-menu > ul > li > a{
    background: #24324a;
    display: block;
    color: #ffffff;
    padding: 15px;
    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;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
.mobile-menu > ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}
.mobile-menu > ul > li.active > a:after{
    opacity: 0.1;
}
.mobile-menu > ul > li > ul{
    background: #1a1f30;
    padding: 23px 15px 13px 15px;
    display: none;
    position: relative;
}
.mobile-menu > ul > li > ul:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > ul > li{
    margin-bottom: 15px;
    position: relative;
}
.mobile-menu > ul > li > ul a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
}
.mobile-menu > ul > li > ul > li.active > a span,
.mobile-menu ul ul ul li.active > a span{
    text-decoration: underline;
}
.mobile-menu > ul > li > ul a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    background: #fff;
    border-radius: 1px;
}
.mobile-menu ul ul ul a:before{
    top: 14px;
}
.mobile-menu > ul > li > ul a span{
    position: relative;
    z-index: 5;
}
.mobile-menu .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.mobile-menu .dropdown-button:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 17px;
    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 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.mobile-menu .dropdown-button.active:after{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
}
.mobile-menu ul ul .dropdown-button{
    height: 25px;
    right: -15px;
}
.mobile-menu ul ul .dropdown-button:after{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 0 !important;
    font-size: 18px;
    right: 21px;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.mobile-menu ul ul .dropdown-button.active:after{
    content: "—";
    font-size: 10px;
    top: 4px !important;
    right: 22px;
}
.mobile-menu .dropdown-button + ul {
    display: none;
}
.mobile-menu ul ul ul{
    padding-top: 10px;
}
.mobile-menu ul ul ul a {
    padding: 10px 0 10px 30px;
}
.mobile-menu ul ul ul a:before{
    left: 17px;
}
.header .slogan{
    font-size: 14px;
    padding-top: 2px;
    display: inline-block;
}
.header-social{
    float: right;
}
.header-social a{
    margin-left: 12px;
    color: rgba(255,255,255,1);
}
.header-social a:hover{
    color: #e09b06;
}
.header-info{
    padding: 10px 0;
}
.schedule,
.header-address{
    padding: 10px 0 10px 28px;
    position: relative;
}
.schedule svg{
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    color: #E09B06;
}
.header-address svg{
    position: absolute;
    left: 1px;
    top: 8px;
    width: 17px;
    color: #E09B06;
}
/* mob-menu-btn begin */
.mob-menu-btn{
    position: absolute;
    left: 10px;
    top: 21px;
    height: 14px;
    width: 40px;
    cursor: pointer;
}
.icon-menu-burger {
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -14px;
    -webkit-transition: transform 0.1s ease 0s;
    -moz-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
    -ms-transition: transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.1s linear 0.1s;
    -moz-transition: transform 0.1s linear 0.1s;
    -o-transition: transform 0.1s linear 0.1s;
    -ms-transition: transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s;
    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.1s linear 0.2s;
    -moz-transition: top 0.1s linear 0.2s;
    -o-transition: top 0.1s linear 0.2s;
    -ms-transition: top 0.1s linear 0.2s;
    transition: top 0.1s linear 0.2s;
}
.icon-menu-burger:after {
    bottom: -6px;
    -webkit-transition: bottom 0.1s linear 0.2s;
    -moz-transition: bottom 0.1s linear 0.2s;
    -o-transition: bottom 0.1s linear 0.2s;
    -ms-transition: bottom 0.1s linear 0.2s;
    transition: bottom 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.1s linear 0.2s;
    -moz-transition: transform 0.1s linear 0.2s;
    -o-transition: transform 0.1s linear 0.2s;
    -ms-transition: transform 0.1s linear 0.2s;
    transition: transform 0.1s linear 0.2s;
    -webkit-transition: -webkit-transform 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mob-menu-btn.active .icon-menu-burger:before {
    -webkit-transition: top 0.1s linear;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -ms-transition: top 0.1s linear;
    transition: top 0.1s linear;
    top: 0;
}
.mob-menu-btn.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.1s linear;
    -moz-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    -ms-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
    bottom: 0;
}
/* mob-menu-btn end */

/************************** custom chrome scroll *****************************/
body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 1px;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 10px;
    height: 0px;
}
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #E09B06;
}
body::-webkit-scrollbar-track {
    background-color: #212121;
}
/************************ end custom chrome scroll ***************************/


/********************************* preloader *********************************/
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.load8 .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,72,127, 0.2);
  border-right: 1.1em solid rgba(0,72,127, 0.2);
  border-bottom: 1.1em solid rgba(0,72,127, 0.2);
  border-left: 1.1em solid #E09B06;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/********************************** end loader **************************************/
#up{
    position: fixed;
    overflow: hidden;
    right: 15px;
    bottom: 60px;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background: #E09B06;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
#up svg{
    height: 20px;
    position: relative;
    bottom: -7px;
}
@media(max-width:767px){
    #up{
        bottom: 15px;
    }
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* SERVICES */
.services-section .row{
    display: flex;
    flex-wrap: wrap;
}
.services-section .element{
    margin-bottom: 20px;
    padding: 0 15px;
    background: #fff;
    color: #24324A;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    border-radius: 3px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-section .element-title{
    font-size: 2rem;
    font-weight: 700;
}
.services-section .element:hover{
    background: #24324A;
    color: #fff;
}
.services-section .element-icon{
    opacity: 0;
    position: absolute;
    bottom: -50%;
    left: -20%;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1);
    transform: rotate(0deg) translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    width: 233px;
    height: 235px;
    background-repeat: no-repeat;
}
.services-section .element-icon img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
@media(min-width:992px){
    .services-section .element{
        padding: 0 20px;
        height: 160px;
    }
    .services-section .element-icon{
        opacity: .03;
    }
    .services-section .element:hover .element-icon{
        -webkit-transform: rotate(0deg) translate3d(-100%, -100%, 0);
        transform: rotate(0deg) translate3d(-100%, -100%, 0);
    }
}
/* END SERVICES */


/* vantages */
.vantages-section{
    position: relative;
    padding: 70px 0 50px;
}
.vantages > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.vantages > .row > div{
    margin-bottom: 20px;
}
.vantages .element{
    line-height: 1.8;
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 3px;
}
.vantages .col-xs-3{
    max-width: 90px;
}
.vantages .img-wrapper{
    height: 64px;
}
.vantages .img-wrapper img{
    max-height: 100%;
}
.vantages > .row > hr:nth-of-type(3n){
    clear: both;
}
@media(max-width: 1229px){
    .vantages > .row > hr:nth-of-type(3n){
        clear: none;
    }
    .vantages > .row > hr:nth-of-type(2n){
        clear: both;
    }
}
@media(max-width: 991px){
    .vantages > .row{
        display: block;
    }
    .vantages .element{
        padding: 0 0 30px;
    }
}
/* END vantages */


/* MAP SECTION */
.index-template .map-iframe{
    height: 550px;
}
.map-iframe iframe {
    height: 100%;
    width: 100%;
    position: relative;
}
.contacts-template .map-iframe{
    height: 360px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}
.map-wrapper {
	height: 100%;
}
@media (max-width: 991px) {
    .index-template .map-iframe{
        height: 350px;
    }
}
/* /. MAP SECTION */

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    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(-5px);
        transform: translateY(-5px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}

.contacts-template .google-map{
    height: 250px;
}
.reviews-section{
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.ie .reviews-section{
    background-attachment: scroll;
}
/* table */
table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    color: #4d4d4d;
}
th{
    font-weight: bold;
    border: 1px solid #E8E8E8;
    padding: 15px;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    background: #e8e8e8;
}
td{
    border: 1px solid #E8E8E8;
    padding: 10px 15px;
    vertical-align: middle;
}

td:nth-child(2){
    width: 25%;
}
table strong{
    font-size: 17px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    table td, 
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}
/* /. table*/


/***************************** pagination **************************/
.pagination{
    display: inline-block;
    margin: 30px 0;
}
.pagination li{
    display: inline;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, .pagination .active > a:hover{
    background-color: #e09b06;
    color: #fff;
    border-color: #e09b06;
    cursor: default;
}
/*************************** end pagination ***********************/
.latest .elements > div:last-of-type hr{
    display: none;
}
.latest hr{
    margin: 15px 0 10px 0;
}
/*============================ BRANDS SECTION BEGIN =======================*/
.brands-carousel {
    padding-top: 15px;
}
.brands-carousel > div{
    display: none;
}
.brands-carousel > div:first-of-type,
.brands-carousel.slick-slider > div{
    display: block;
}
.logotype {
    padding: 0 15px;
    margin: 0px 0 15px;
    background: #fff;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.logotype 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-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;
}
.logotype:hover img{
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
/*============================ BRANDS SECTION END =======================*/

/* ======= AGREEMENT ======= */
.agreement {
	position: relative;
	margin-bottom: 30px;
	color: #7c7f8c;
}

.agreement input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.agreement i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
}

.agreement label {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}

.agreement input+label:before {
	background: url(../images/check-empty.svg) 0 0 no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 2px;
	left: 0px;
}

.agreement input:checked+label:before {
	background: url(../images/checked.svg) 0 0 no-repeat;
}

.agreement input.error+label {
	color: red;
}

.top-info-block .agreement input+label:before {
	background-image: url(../images/check-empty-white.svg);
}

.top-info-block .agreement input:checked+label:before {
	background-image: url(../images/checked-white.svg);
}

.top-info-block .agreement {
	margin-bottom: 0;
	color: #fff;
}
/* ======= /. AGREEMENT ======= */


/* ======= ASIDE MENU ======= */

.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 14px 44px 14px 20px;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: 1px solid #e6e6e6;
}
/*
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #e09b06 !important;
}
*/
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 63px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 23px;
    right: 21px;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 28px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 16px;
}

.aside-menu  ul ul a{
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul > li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    background: #D5D5D5;
}
.aside-menu  ul ul ul a{
    padding: 8px 36px 8px 30px;
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 18px 42px 15px 20px;
    background: #a3a4a4;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media only screen and (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #fff !important;
        background-color: #24324a !important;
        border-color: #24324a !important;
    }
    .aside-menu > ul > li.active > .dropdown-button:after{
        border-color: #fff;
    }
    .aside-menu > ul > li:hover > a{
        background: #F6F6F6;
    }
}
/* ======= /. ASIDE MENU ======= */

.contacts-template .contacts-block > hr:last-of-type{
    display: none;
}
.contacts-block .element svg{
    width: 20px;
    color: #24324a;
    position: relative;
    bottom: -2px;
    margin-right: 3px;
}
.contacts-block .address-element svg{
    width: 16px;
    margin-right: 7px;
}
.contacts-block .email-element svg{
    margin-right: 7px;
    bottom: -4px;
}
.aside-gallery img{
    width: 100%;
    margin-bottom: 10px;
}
.article-img img{
    width: 100%;
    border-radius: 3px;
}



/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 991px) {
    .base-template .header{
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 40px;
    }
    .top-bar{
        background: #1A1F30;
    }
}
@media only screen and (max-width: 767px) {
    .header-bottom{
        text-align: center;
    }
    .header-bottom svg{
        display: none;
    }
    .header-tel .header-tel-1, 
    .header-tel .header-tel-2,
    .header-address,
    .schedule{
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .contacts-template .google-map{
        height: 370px;
    }
    .logo {
        margin-bottom: 0;
    }
    .header-info{
        position: fixed;
        left: 100px;
        z-index: 1000;
        top: 6px;
        padding: 0;
        font-size: 14px;
    }
    .schedule,
    .header-address{
        padding: 2px 0 0 22px;
        color: #fff;
    }
    .schedule svg{
        top: 4px;
        width: 14px;
        color: #ffffff;
    }
    .header-address svg{
        top: 4px;
        width: 11px;
        color: #ffffff;
    }
    .top-slider .img-wrapper{
        margin-bottom: 0;
    }
    .top-slider .item .element-content{
        z-index: 20;
        background: transparent;
        text-align: left;
    }
    .header-tel{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .callback-link{
        position: absolute;
        right: 0;
        top: 50px;
    }
    .top-slider .element-content{
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        width: 100%;
    }
    .top-slider .title{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .top-slider .subtitle{
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 300;
    }
    .top-slider .subtitle:first-line{
        font-weight: bold;
        line-height: 2;
        font-size: 20px;
    }
    
    .top-slider .element-content-inner{
        padding: 8% 0 30px;
    }
    .top-slider .element-content{
        height: 100%;
    }
    .top-slider .element-content > .container{
        display: table;
        height: 100%;
    }
    .top-slider .element-content > .container > .element-content-inner{
        padding: 30px 0;
        display: table-cell;
        vertical-align: middle;
    }
    .top-slider .slick-dots {
        position: absolute;
        bottom: 20px;
        margin-bottom: 0;
    }
    .header-bottom{
        padding: 30px 0;
    }
}

@media (min-width: 992px){
    .top-bar .button{
        font-size: 13px;
        top: -1px;
        height: 40px;
        padding: 10px 20px 0;
    }
    .aside{
        padding-right: 30px;
    }
    .logo{
        margin: 0;
    }
    .callback-link{
        top: 54px;
    }
    .modal{
        padding: 40px;
    }
    .top-bar-container{
        width: 100%;
        margin: 0 auto;
    }
    .mobile-menu{
        display: none !important;
    }
    .top-menu{
        display: block !important;
        position: static;
    }
    .top-menu > ul > li > a{
        text-decoration: none;
        color: #000;
        height: 38px;
        display: inline-block;
        line-height: 40px;
        padding: 0 17px;
        -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;
    	text-transform: uppercase;
        font-size: 13px;
    }
    .top-menu > ul > li.active > a,
    .top-menu > ul > li:hover > a{
        background: #24324a;
        color: #ffffff;
    }
    .top-menu > ul > li{
        float: left;
        position: relative;
        z-index: 10;
        margin-right: 5px;
    }
    .top-menu > ul > li:last-child{
        margin-right: 0;
    }
    .top-menu > ul > li.down a{
        padding-right: 30px;
    }
    .top-menu > ul > li.down > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-bottom: 1px solid #E09B06;
        border-right: 1px solid #E09B06;
        right: 12px;
        top: 50%;
        margin-top: -6px;
    }
    .top-menu > ul > li.down:hover > a:after,
    .top-menu > ul > li.down.active > a:after{
        border-bottom-color: #fff;
        border-right-color: #fff;
    }
    .top-menu > ul > li > ul {
        position: absolute;
        width: 280px;
        top: 64px;
        padding-top: 20px;
        left: 0;
        text-align: left;
        z-index: 300;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
    }
    .top-menu > ul > li:hover > ul {
        visibility: visible;
        top: 40px;
        opacity: 1;
    }
    
    .top-menu > ul ul li{
        position: relative;
    }
    .top-menu > ul > li > ul > li:first-of-type:after{
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: #24324a;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(45deg);
        position: absolute;
        left: 15px;
        top: -6px;
        z-index: 10;
    }
    .top-menu > ul > li > ul > li:first-of-type:hover:after, 
    .top-menu > ul > li > ul > li:first-of-type.active:after {
        background: #E09B06;
    }
    
    .top-menu ul ul li > a{
        position: relative;
    }
    .top-menu ul ul li.down > a span:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: 15px;
        transform: rotate(45deg);
        margin-top: -3px;
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
    }
    .top-menu > ul ul li > a {
        background: #24324a;
        padding: 12px 10px 12px 10px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        position: relative;
    }
    .top-menu a span{
        position: relative;
        z-index: 10;
        display: block;
    }
    .top-menu > ul ul li.down > a{
        padding-right: 0;
    }
    .top-menu > ul ul li > a:before{
        content:"";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 0.1;
        z-index: 5;
    }
    .top-menu > ul ul li:first-of-type > a:before{
        display: none;
    }
    .top-menu > ul ul li > a:after{
        content:"";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #E09B06;
        opacity: 0;
    }
    .top-menu > ul ul li:hover > a:after,
    .top-menu > ul ul li.active > a:after{
        opacity: 1;
    }
    
    .top-menu ul ul ul {
        position: absolute;
        top: 0;
        left: 280px;
        width: 250px;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
    }
    .top-menu ul ul li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    .header-info{
        position: absolute;
        right: inherit;
        z-index: 10;
        top: 8px;
        left: 360px;
        font-size: 16px;
    }
    .schedule, .header-address {
        padding: 10px 0 0 30px;
        color: #000;
    }
    .header-address svg{
        width: 19px;
        top: 7px;
        color: #E09B06;
    }
    .schedule svg {
        top: 9px;
        width: 22px;
        color: #E09B06;
    }
    .contacts-wrapper{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .contacts{
        padding-top: 45px;
        width: 330px;
    }
    .top-bar.fix-true.fixed{
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
    .top-bar.fix-true.fixed + .top-bar-push-md{
        height: 60px;
    }
    .top-slider .slick-dots {
        bottom: 30px;
    }
}

@media(max-width: 1169px){
    .top-menu > ul > li > a{
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (min-width: 1170px) {
    .top-bar-container{
        width: 1110px;
        margin: 0 auto;
        padding: 10px 0;
    }
}

@media (min-width: 1230px) {
    .top-bar-container{
        width: 1170px;
    }
    .header-info{
        left: 450px;
    }
    .contacts-template .contacts-block{
        padding-right: 60px;
    }
    .top-slider .subtitle{
        font-size: 20px;
    }
    .top-slider .subtitle:first-line{
        font-size: 24px;
    }
    .top-slider .title {
        font-size: 48px;
    }
}
.aside-news .element{
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}
.aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 4px;
}
.aside-news .element .title a{
    text-decoration: none;
    color: #2C2C2C;
}
.aside-news .inner{
    margin-top: -10px;
}
.item-gallery .row{
    display: flex;
    flex-wrap: wrap;
}
.item-gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}
.item-gallery .element .img-wrapper{
    width: 100%;
    overflow: hidden;
}
.item-gallery .element .img-wrapper img{
    transition: all 300ms ease-out;
}
.item-gallery .element:hover .img-wrapper img{
    transform: scale(1.1);
}
.item-gallery > .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 992px) {
    .item-gallery > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .item-gallery > .row > hr:nth-of-type(3n){
        clear: both;
    }
}

.breadcrumb {
    margin: -10px 0 30px;
    padding: 0 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}
.breadcrumb svg {
	width: 18px;
	position: relative;
	bottom: -4px;
	fill: #24324A;
}
.breadcrumb > li a {
    color: #000;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #e09b06;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
.news-list-template .breadcrumb > li{
    background: #fff;
}
.news-list-template .breadcrumb > li:after {
    background: #fff;
}
.news-list-template .breadcrumb > li:before {
    border-color: #fff;
    border-left-color: transparent;
}

@media(max-width:991px){
    .breadcrumb{
        display: none;
    }
}

.about-section{
    background: url("../images/climpek.png") #fafafa;
}
.about-section .content{
    padding-left: 20px;
}
@media(max-width: 767px){
    .about-section .content{
        padding-left: 0;
    }
}

/* news */
.index-template .news-section{
    background: url("../images/climpek.png") #fafafa;
}
.news-list-template .main-wrapper{
    background: url("../images/climpek.png") #fafafa;
}
.news-section .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-section .row > div{
    margin-bottom: 20px;
}
.news-section .element{
    background: #fff;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-bottom: 70px;
}
.news-section .element .img-wrapper img{
    width: 100%;
}
.news-section .element .element-content{
    padding: 30px;
}
.news-section .element .title{
    font-weight: bold;
    margin-bottom: 15px;
}
.news-section .element .introtext{
    font-size: 14px;
}
.news-section .element .more{
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	color: #000;
	text-decoration: none;
}
.news-section .element .more span{
    vertical-align: text-top;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
	left: 0;
	top: 1px;
}
.news-section .element .more span svg{
    width: 16px;
    height: 16px;
}
.news-section .element:hover{
    box-shadow: 0 3px 27px rgba(64,98,208,.4);
    background: #24324A;
    color: #fff;
}
.news-section .element:hover .more span{
    left: 10px;
}
.news-section .element:hover .more{
    color: #E09B06;
}
@media(max-width: 767px){
    .news-section .row{
        display: block;
    }
}

@media(max-width: 1229px) and (min-width: 768px){
    .news-section.bottom .row > div:last-of-type{
        display: none;
    }
}
/* /. news */


/* messagers fixed buttons */
.messagers-block{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.messagers-block-main-btn{
    background: url(../images/feedbackbutton.svg) 50% 50% no-repeat #26C24A;
    border: 2px solid #26C24A;
    background-size: 80%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    animation: btnpulse 2s infinite;
    position: relative;
    z-index: 10;
}

@-webkit-keyframes btnpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38,194,74, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(38,194,74, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(38,194,74, 0);
  }
}
@keyframes btnpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(38,194,74, 0.9);
    box-shadow: 0 0 0 0 rgba(38,194,74, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(38,194,74, 0);
      box-shadow: 0 0 0 20px rgba(38,194,74, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(38,194,74, 0);
      box-shadow: 0 0 0 0 rgba(38,194,74, 0);
  }
}
.messagers-block-main-btn:hover {
    animation: none;
}
.messagers-block.active .messagers-block-main-btn{
    background: url(../images/feedbackbutton-active.svg) 50% 50% no-repeat #fff;
    animation: none;
}
.messagers-block-buttons{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.messagers-block-buttons > a{
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.messagers-block-buttons > a:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}
.messagers-block-buttons > a.telegram-btn{
    background: #2ca8dd url(../images/telegram.svg) 50% no-repeat;
    background-size: 80%;
}
.messagers-block-buttons > a.whatsap-btn{
    background: #2AC54D url(../images/whatsapp.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.viber-btn{
    background: #7360F2 url(../images/viber.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.phone-btn{
    background: #2e79f2 url(../images/messagers-btns-phone.svg) 50% no-repeat;
    background-size: 50%;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(4){
    -webkit-transform: translate( 0, -190px);
    transform: translate( 0, -190px);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.messagers-block.active .messagers-block-buttons > a:nth-of-type(1) {
    -webkit-transform: translate( 0, -55px);
    transform: translate( 0, -55px);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(2){
    -webkit-transform: translate( 0, -100px);
    transform: translate( 0, -100px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(3){
    -webkit-transform: translate( 0, -145px);
    transform: translate( 0, -145px);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.messagers-block.active .messagers-block-buttons > a{
    visibility: visible;
    opacity: 1;
}
/* /. messagers fixed buttons */
/* /. SOROKIN-CSS */
.fbw-text{
    margin: 6px 0;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    width:100%;
    font-family:inherit;
}
.fbw-text:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,1);
}
.gd_content_wr{
    text-align: center;
}
.gd_content_wr .fbw-text{
    width: 200px;
    display: inline-block;
}
.gd_content_wr form {
    width: 520px;
    margin: 0 auto;
    padding: 23px 30px;
    border: 8px solid #8dbd7e;
}
.gd_title{
    font-size:24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.gd_submitBtn {
    padding: 6px 20px;
}
.USgetDriverLink_empty {
    margin-top: 10px;
    width: 520px;
    margin: 10px auto;
    background: #ef8080;
    color: #fff;
    padding: 10px 0;
}