﻿/*
    font-family: "trump";
*/
@font-face {
    font-family: "trump";
    src:url('../fonts/TrumpSoftPro-Medium.otf'),
        url('../fonts/TrumpSoftPro-Medium.ttf'),
        url('../fonts/TrumpSoftPro-Medium.woff'),
        url('../fonts/TrumpSoftPro-Medium.woff2');
    font-style: normal;
    font-weight: normal;
}

.justifyfull {
    text-align: justify;
}
.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: 21px;
}
.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: 14px;
    line-height: 1.4;
    color: #2E2E2E;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    margin-bottom: -56px;
    background: #fff;
}
.body-fixed-true .main-wrapper{
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.body-fixed-true .footer-wrapper{
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}
.body-fixed-true .top-slider .slick-prev,
.body-fixed-true .top-slider .slick-next{
    display: none !important;
}
.footer-push{
    height: 56px;
}
.footer-wrapper{
    min-height: 64px;
    background: #1d2740;
}
.footer-wrapper .social{
    margin: 0 -5px;
}
.footer-wrapper .social a{
    margin: 4px 5px 0;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.footer-wrapper .social a:hover{
    opacity: 1;
}

.article-img {
box-shadow: 0 0 2px rgba(4, 4, 4, 0.78);
padding: 1px;
margin-bottom: 0px;
border: 1px solid #F6F6F6;
background: #FAFAFA;
}

h1,
.title-h1{
    font-family: "trump";
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    position: relative;
/*    text-shadow: 2px 4px 3px rgba(121, 121, 121, 0.3);  */
}
h2,
.title-h2{
   /*  font-family: "trump";  */
 /*   font-size: 30px;  */
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
text-transform: uppercase;
}
h3,
.title-h3{
 /*   font-family: "trump"; */
    font-size: 26px;
    line-height: 1.3;
 /*   letter-spacing: 1px;  */
    margin-bottom: 30px;
    position: relative;
}
h4,
.title-h4{
  /*   font-family: "trump";  */
  font-family: arial, helvetica, sans-serif;
font-weight: bold;
  
    font-size: 18px;
    line-height: 1.3;  
    /*  letter-spacing: 1px;   */
    margin-bottom: 20px;
    position: relative;
  /*  text-shadow: 0 0 1px #646464;   */
}
h5,
.title-h5{
  /*  font-family: "trump";   */
/*  font-family: arial, helvetica, sans-serif;  */
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
  /*  letter-spacing: 1.5px;   */
    margin-bottom: 10px;
    position: relative;
    color: #323640;
}
h2.line,
.title-h2.line,
h3.line,
.title-h3.line{
    padding-bottom: 5px;
}
h2.line:after,
.title-h2.line:after,
h3.line:after,
.title-h3.line:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #C7C7C7;
}
h2.line:before,
.title-h2.line:before,
h3.line:before,
.title-h3.line:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #FFFFFF;
}
h2.white.line:after,
.title-h2.white.line:after{
    display: none;
}

@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    h2,
    .title-h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    h3,
    .title-h3{
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    h4,
    .title-h4{
        font-size: 22px;
        margin-bottom: 15px;
    }
    h5,
    .title-h5{
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}




blockquote{
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #FF9605;
    text-align: left;
    font-size: 1.1em;
    color: #5F5F5F;
}
blockquote p{
    margin-bottom: 0;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FF9605;
   /*  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;
}
ul.list,
ol.list,
.product-text ul,
.content ul,
.product-text ol,
.content ol{
    margin-bottom:30px;
}
ul.list > li,
ol.list > li,
.product-text ul > li,
.product-text ol > li,
.content ul > li,
.content ol > li{
    margin-bottom: 15px;
    position: relative;
}
ul.list > li,
.product-text ul > li,
.content ul > li{
    padding-left: 20px;
}
ul.list > li:before,
.product-text ul > li:before,
.content ul > li:before{
    content: "\f00c";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-family: FontAwesome;
    color: #FF9605;
}
ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol,
.product-text ul ul,
.content ul ul,
.product-text ol ul,
.content ol ul,
.product-text ol ol,
.content ol ol,
.product-text ul ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
ul.list ul li,
ol.list ul li,
.product-text ul ul li,
.product-text ol ul li,
.content ol ul li,
.content ul ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
ul.list ul li:after,
ol.list ul li:after,
.product-text ul ul li:after,
.content ul ul li:after,
.product-text ol ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
ul.list ol li,
ol.list ol li,
.product-text ul ol li,
.content ul ol li,
.product-text ol ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
ol.list,
.product-text ol,
.content ol{ 
    counter-reset: item; 
}
ol.list li,
.product-text ol,
.content ol{
    display: block; 
}
ol.list li:before,
.product-text ol:before,
.content ol:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
ul.list ul ol li:after,
ol.list ul ol li:after,
.product-text ul ul ol li:after,
.content ul ul ol li:after,
.product-text ol ul ol li:after,
.content ol ul ol li:after{
    display: none;
}

/* fancybox */
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: transparent;
    top: -22px;
    right: -22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    -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);
}
@media (max-width: 767px){
    .fancybox-close{
        right: 0;
    }
}
.fancybox-close:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    background: #fff;
    margin-top: -1px;
}
.fancybox-close:after {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    background: #fff;
    margin-left: -1px;
}
.fancybox-close:hover:after,
.fancybox-close:hover:before{
    background: #FF3324;
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-nav span{
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-next span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-prev span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 1;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}
/* end 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: 30px;
}
.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: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
    border: 2px solid #FF9605;
}
.slick-dots li.slick-active{
    border-color: #FF9605;
    background: #FF9605;
}

/****************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: #333644;
    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: #FF9605;
    font-size: 14px;
    padding: 12px 35px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #FF9605;
    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: #333644;
    color: #fff;
    border-color: #333644;
}
.button.block{
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.button.invert{
    background: #333644;
    border-color: #333644;
    color: #fff;
}
.button.invert:hover{
    color: #000;
    background: #FF9605;
    border-color: #FF9605;
}
.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 20px;
    border-bottom: none;
}
.button .material-icons{
    vertical-align: middle;
    margin-top: -3px;
}
/*****************************************************************************/
.header-top{
/*    background: #f3f3f3; */
/*    background: #27598c;  */
background: #aaa;
      
/*   box-shadow: 0 0 16px rgba(4, 4, 4, 0.78);  */
position: relative;   
    
    padding: 16px 0;
    font-size: 13px;
}
.header-bottom{
    padding: 20px 0 9px;
background-image: linear-gradient(280deg,#ebf3fb63, #fdf2ed54);
box-shadow: 0px -5px 5px -5px rgba(6, 6, 6, 0.6) inset;

    
    
    position: relative;
    min-height: 114px;
}
.logo{
    margin-bottom: 15px;
}
.header-tel div{
    color: #787878;
 /*   font-size: 23px; */
    text-decoration: none !important;
    -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 a{
 text-decoration: none;
color: #1d2740;
 letter-spacing: 1.1px; 
 text-shadow: 1px 1px 1px #ddd; 
font-weight: bold;
padding-left: 18px;
line-height: 1.5;
font-size: 16px;
text-transform: uppercase;
 
}
.header-tel a:hover{
    color: #1d2740;
}
.header-tel .fa{
    margin: -2px 1px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.callback-link{
    margin-bottom: 10px;
}

.gray{
    color: #8A8A8A;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    background: #343644;
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border: 2px solid #343644;
    border-radius: 2px;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 1;
}
.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: #aaa8aa;
    border-color: #aaa8aa;
    color: #343644;
    opacity: 0.46;
}
.top-slider .item{
    position: relative;
}
.top-slider{
    overflow: hidden;
}
.top-slider img{
    width: 100%;
    min-height: 200px;    
}
.top-slider .img-wrapper{
    margin-bottom: 20px;
}
.top-slider .title{
 /*   font-family: "trump";  */
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.top-slider .subtitle{
    margin-bottom: 20px;
    font-size: 16px;
}
.top-form-box{
    background-color: #343644;
    margin: 0 -15px;
    padding: 30px 15px 20px;
}
.top-form-box .title{
    font-size: 26px;
    font-weight: bold;
    color: #FF3324;
}
.top-form-box .subtitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.top-form-box .agreement label{
    color: #fff;
}
.top-form-box .customcheck{
    margin-top: 10px;
}
.top-form-box .button{
    background: #F62E16;
    border-color: #F62E16;
    color: #fff;
}
.top-form-box .button:hover{
    background: #FF9605;
    border-color: #FF9605;
    color: #000;
}
.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;
}
.title-h2 span{
    font-size: 18px;
    line-height: 1;
    display: block;
    font-family: opel;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
.modal .title + p{
    font-size: 14px;
    margin: -10px 0 30px;
}
.footer-wrapper{
    position: relative;
    z-index: 301;
    font-size: 13px;
}
.footer-wrapper a{
    color: #fff;
}
.footer-top{
    padding-bottom: 40px;
}
.footer-bottom{
    padding: 10px 0;
    position: relative;
}
.top-bar{
    width: 100%;
  /*   height: 55px;   */
  /*  background: #FF9605;  */
  background: #3498db;
    z-index: 300;
    box-shadow: 0 0 4px rgba(4, 4, 4, 0.78);
}
.top-bar:before{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:1px;
  /*  background:#D5D5D5;  */
}
.top-bar.fix-true.fixed:before{
    display:none;
}
.top-bar .button{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    position: absolute;
    right: 60px;
    top: -1px;
    text-transform: uppercase;
    height: 55px;
    padding: 17px 30px 0;
    z-index: 10;
/*  background: #343644;   */
border-color: #c6c6c6;
color: #ffffff;
box-shadow: 0 0 2px rgba(4, 4, 4, 0.78);
}
.top-bar .button.minishop-off{
    right: 0;
}
.top-bar .button:hover{
    background: #fff;
    border-color: #aaa;
    color: #000;
}




/* ======= HEADER CART ======= */
.header-cart{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 55px;
    text-align: center;
}
.header-cart i{
    line-height: 55px;
}
.header-cart span{
    top: 10px;
    right: 10px;
    background: #2E2E2E;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 1px 4px 2px;
    border-radius: 10px;
    min-width: 15px;
}
@media only screen and (min-width: 992px){
    .header-cart{
        width: 45px;
    }
    .header-cart span{
        right: 0;
        top: 8px;
    }
    .top-bar .button{
        right: 50px;
    }
}
/* ======= /. HEADER CART ======= */


@media only screen and (min-width: 768px) {
    .top-form-box{
        padding: 30px 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar{
        position: fixed;
        top: 0;
        left: 0;
    } 
    .top-bar-push{
        height: 56px;
        background-image: linear-gradient(280deg,#ebf3fb63, #fdf2ed54);

        
    }
}


.top-menu{
    display: none;
}
.mobile-menu{
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
}
.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: #353644;
    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: #363644;
    padding: 18px 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: 10px;
    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{
    text-decoration: underline;
}
.mobile-menu > ul > li > ul a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 11px;
    left: 0;
    background: #fff;
    border-radius: 1px;
}
.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: 6px;
}
.mobile-menu ul ul ul a {
    padding: 6px 0 6px 30px;
}
.mobile-menu ul ul ul a:before{
    left: 17px;
}




.shedule{
    padding: 10px 0 10px 25px;
    position: relative;
}
.shedule .fa{
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 10px;
}
.shedule img{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block;
}


/* mob-menu-btn begin */
.mob-menu-btn{
    position: absolute;
    left: 10px;
    top: 27px;
    height: 100%;
    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: #333333;
    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: #333333;
    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 *****************************/
::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 1px;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 6px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #FF9605;
}
::-webkit-scrollbar-track {
    background-color: #333644;
}
/************************ 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;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
#preloader table{
    width: 100%;
    height: 100%;
}
#preloader table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.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 #FF9605;
  -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;
    z-index: 300;
    bottom: 9px;
    right: 9px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #FF9605;
    font-size: 36px;
}
#up:hover{
    background-color: #333644 !important;
}
#up .fa{
    display: block;
}
.delay-100{
    -webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-o-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200{
    -webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300{
    -webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400{
    -webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600{
    -webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700{
    -webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
	-o-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800{
    -webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-900{
    -webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-o-animation-delay: 900ms;
    animation-delay: 900ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1100{
    -webkit-animation-delay: 1100ms;
	-moz-animation-delay: 1100ms;
	-o-animation-delay: 1100ms;
    animation-delay: 1100ms;
}
.delay-1200{
    -webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1300{
    -webkit-animation-delay: 1300ms;
	-moz-animation-delay: 1300ms;
	-o-animation-delay: 1300ms;
    animation-delay: 1300ms;
}
.delay-1400{
    -webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	-o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.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 .element{
    margin-bottom: 10px;
    box-shadow: 0 0 2px rgba(106, 103, 103, 0.78);
}
.services-section .element .img-wrapper{
    height: 250px;
}
.services-section .element .img-wrapper .element-img{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media(max-width:1229px){
    .services-section .element .img-wrapper{
        height: 200px;
    }
}
@media(max-width:991px){
    .services-section .element .img-wrapper{
        height: 32vw;
    }
}
@media(max-width:767px){
    .services-section .element .img-wrapper{
        height: 64vw;
    }
}

.econtent1 {
    background: #FAFAFA;
}

.services-section .element .element-content{
    padding: 20px;
    background: #fff;
    border: 1px solid #F5F5F5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services-section .element:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.services-section .element:hover .element-content{
    border-color: #fff;
}
.services-section .element .img-wrapper{
    overflow: hidden;
    position: relative;
}
.services-section .element .img-wrapper:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    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;
}
.services-section .element:hover .img-wrapper:after{
    opacity: 1;
}
.services-section .element .img-wrapper .hiddentitle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    z-index: 2;
    opacity: 0;
    text-align: center;
}
.services-section .element .img-wrapper .hiddentitle span{
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}
.services-section .element:hover .img-wrapper .hiddentitle{
    opacity: 1;
}
.services-section .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;
}
.services-section .element:hover .img-wrapper img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.services-elements > .row > div:nth-of-type(3n) .element .element-content{
    border-right: 1px solid #E2E6E7;
}
.services-elements .title-h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    color: #333644;
}
.services-elements .title-h5:after{
    content:"";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #333644;
    border-right: 2px solid #333644;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services-section .element:hover .title-h5:after{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.services-elements .text{
    color: #777777;
    font-size: 13px;
}
.services-elements img{
    width: 100%;
}
/* END SERVICES */


/* vantages */
.vantages-section{
    color: #fff;
    position: relative;
 /*   background: url(../images/vantages-bg-new.jpg) right 0 no-repeat #FF9605;  */
 background: #1d2740;
}
.vantages .element{
    margin-bottom: 40px;
}
.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(2n){
    clear: both;
}
@media(max-width: 991px){
    .vantages-section{
            background: #FF9605;
    }
}
/* END vantages */



/************************* accordeon **************************/
.accordeon .element-content{
    display: none;
    padding: 20px;
    color: #888885;
    font-size: 16px;
}
.accordeon .element{
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.accordeon .element .title{
    cursor: pointer;
    padding: 12px 15px 12px 70px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    position: relative;
    -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: #FF9605;
    color: #fff !important;
}
.accordeon .element .title:before{
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #ccc;
    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 #333;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover:before{
    background-color: #333;
}
.accordeon .element .title:hover{
    color: #333333;
}
/************************* end accordeon **************************/



/* countdown*/
.countdown-wrapper{
    padding-top: 8px;
}
.countdownHolder{
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 50px;
}
.countdownHolder > span:nth-of-type(odd){
    color: #333644;
    width: 40px;
    padding: 10px 0;
    background-color: #FF9605;
    border-radius:3px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.countdownHolder > span:nth-of-type(odd):after{
    content: ":";
    display: block;
    position: absolute;
    top: 8px;
    right: -15px;
    color: #fff;
}
.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: 40px;
    text-align: center;
    left:0;
    bottom: -30px;
    content:'дней';
    color:#fff;
    font-size: 11px;
    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: 992px){    
.countdownHolder > span:nth-of-type(odd){
    width: 50px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 48px;
    font-size: 11px;
    bottom: -24px;
}
.countdownHolder{
    margin: 0 auto;
    text-align: right;
    font-size: 26px;
}
}
/* End countdown */



/*=============================== MAP SECTION BEGIN =======================*/
.map-section{
    overflow: hidden;
    background: #fff;
}
.contacts-template .map-wrapper{
    height: 360px;
    box-shadow: 0 0 2px rgba(4, 4, 4, 0.78);
}
.contacts .element.relative .fa{
    position: absolute;
    top: 3px;
    left: 0;
}
.contacts .element.relative .fa + span{
    display: inline-block;
    margin-left: 20px;
}
.contacts > hr:last-of-type{
    display: none;
}
@media only screen and (max-width: 991px) {
    .index-template .map-wrapper{
        height: 350px !important;
    }
}


/*============================== MAP SECTION END ==========================*/

@-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;
}
.breadcrumbs-wrapper{
    margin: -20px 0 35px;
    font-size: 14px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
}
.breadcrumbs-wrapper a{
    text-decoration: none;
    position: relative;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.breadcrumbs-wrapper a:hover{
    color: #2E2E2E;
}
.breadcrumbs-wrapper a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    right: -16px;
    border-top: 1px solid #343644;
    border-right: 1px solid #343644;
    -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;
}
.breadcrumbs-wrapper a:hover:after{
    border-color: #2E2E2E;
}


.section21 {
 
  /*  background-image: url(https://yastatic.net/s3/lpc/098eabf5-3dc8-41d6-898d-56bf14034291.jpg);   */
    background-image: url(/images/chinim.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 150px 0 100px;
   /*  height: 600px;  */
}



.gallery-do-posle .subelement{
    margin-bottom: 10px;
}
.gallery-do-posle .subelement .text{
    font-size: 11px;
    margin-top: 5px;
}
.gallery-do-posle .subelement.do .img-wrapper:before,
.gallery-do-posle .subelement.posle .img-wrapper:before{
    display: block;
    position: absolute;
    padding: 5px 15px;
    top: 15px;
    left: 15px;
    color: #fff;
    background: #fff;
    color: #000;
    border: 2px solid #353644;
    border-radius: 4px;
}
.gallery-do-posle .subelement.do .img-wrapper:before{
    content:"До";
}
.gallery-do-posle .subelement.posle .img-wrapper:before{
    content:"После";
}
.gallery-do-posle.doposle-tags-none .subelement.do .img-wrapper:before,
.gallery-do-posle.doposle-tags-none .subelement.posle .img-wrapper:before{
    display: none;
}

@media only screen and (min-width: 768px) {
.gallery-do-posle .img-wrapper .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}  
.lightgallery img{
    display: block;
    width: 100%;
}
.lightgallery a: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.2);
    background-size: 0 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.lightgallery .img-wrapper:hover a:after{
    opacity: 1;
    background-size: 48px 48px;
}
}
.contacts-template .google-map{
    height: 250px;
}
.reviews-section{
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.ie .reviews-section{
    background-attachment: scroll;
}
.reviews-section .section-before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.reviews-carousel{
    position: relative;
    z-index: 10;
    margin: 0 -10px;
}
.reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
}
.reviews-carousel .item{
    margin: 0 10px 50px;
    border: 1px solid rgba(255,255,255,0.6);
    height: auto;
    position: relative;
}
.reviews-carousel .element{
    padding: 30px;
}
.reviews-carousel .element .title{
    margin-bottom: 5px;
}
.reviews-carousel .element .date{
    font-size: 14px;
    font-weight: bold;
    color: #ABAFB2;
}
.reviews-carousel .element .text{
    color: #ABAFB2;
    padding-top: 10px;
    line-height: 1.3;
}
.reviews-carousel .slick-dots li{
    border-color: #fff;
}
.reviews-carousel .slick-dots li.slick-active{
    border-color: #FFFFFF;
    background: #FFFFFF;
}
.reviews-carousel .stars:after{
    content:"";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #f6c028;
}



/* REVIEWS MASONRY BEGIN */
.reviews{
    margin: 0 -10px;
}
.rev-header{
    font-family: "trump";  
    letter-spacing: 1px;   
 /* font-family: arial, helvetica, sans-serif;  */
 /* font-weight: bold;  */
}
.reviews > .rev-item,
.rev-grid-sizer{ 
    width: 100%;
}
.reviews > .rev-item .inner{
    padding: 30px;
    margin: 10px;
    border: 1px solid #D5D5D5;
}
.rev-answer{
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.reviews > .rev-item,
.reviews > .rev-grid-sizer{ 
    width: 50%;
}   
.rev-answer{
    padding: 0 0 0 70px;
    background: url(../images/brown-arrow.png) 10px 0 no-repeat;
} 
}



.ticket-comment{
    margin: 0 !important;
}
.comment-reply{
    padding: 10px 0;
}

.reviews > .rev-item .rev-item .inner{
    padding: 0 0 0 70px;
    background: url(../images/brown-arrow.png) 10px 0 no-repeat;
    border: none;
}
.reviews > .rev-item .rev-item .rev-date{
    display: none;
}
.reviews > .rev-item .rev-item .inner .title{
    text-transform: none;
    margin-bottom: 0;
}
.reviews > .rev-item .rev-item .rev-text{
    margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply{
    display: none;
}
/* REVIEWS MASONRY END */


.comment-form-wrapper{
    background: url(/images/services/proizvodstvo-metallokonstruktsiy-1-1.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    padding: 50px 0;
    margin-top: 30px;
}
.ie .comment-form-wrapper{
    background-attachment: scroll;
}
.comment-form-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(52,54,68,0.9);
    content: '';
}
.comment-form-wrapper .inner{
    position: relative;
    z-index: 10;
    width: 575px;
    max-width: 100%;
    margin: 0;
}
#comment-editor {
    width: 100% !important;
    display: block;
}
#ticketForm .form-actions, 
#comment-form .form-actions {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-form-wrapper .form-control{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.comment-form-wrapper textarea.form-control{
    height: 180px;
}
.comment-form-wrapper .button{
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}
.comment-form-wrapper .button:hover{
    background: #fff;
    color: #333333;
}
.comment-form-wrapper .form-control.error{
    border-color: #FF3324;
}
.comment-form-wrapper .form-control::-moz-placeholder {
  color: #fff;
}
.comment-form-wrapper .form-control:-ms-input-placeholder {
  color: #fff;
}
.comment-form-wrapper .form-control::-webkit-input-placeholder {
  color: #fff;
}
.comment-form-wrapper .form-control.error::-moz-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error:-ms-input-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error::-webkit-input-placeholder{
    color: #EA1527;
}

table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E2E6E7;
}
table tr:nth-child(odd) {
    background: #F5F5F5;
}
table td, 
table th {
    padding: 14px 20px;
    font-size: 14px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table th{
    color: #fff;
    background: #353644;
    font-weight: bold;
    border-left-color: rgba(255,255,255,0.2);
}
table td:first-child, table th:first-child {
    border-left: none;
}
table .separate td{
    background: #E2E6E7;
    color: #333333;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    table td, 
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}
section.catalog{
    background: #fff;
}
.catalog .element{
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
}
.catalog .element .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 232px;
    text-align: center;
}
.catalog .element .element-article{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 10px;
    color: #fff;
    background: #333644;
}
@media only screen and (max-width: 991px) {
    .catalog .element .img-wrapper {
        height: 35vw;
    }
}
@media only screen and (max-width: 767px) {
    .catalog .element .img-wrapper {
        height: 65vw;
    }
}
.catalog .element .element-content {
    padding: 20px;
    background: #FAFAFA;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .title-h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    color: #FF9605;
    margin-bottom: 0;
}
.catalog .title-h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #FF9605;
    border-right: 2px solid #FF9605;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .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;
    width: 100%;
}
.catalog .element .img-wrapper.crop img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.catalog .element:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.catalog .element .img-wrapper .hiddentitle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    z-index: 2;
    opacity: 0;
    text-align: center;
}
.catalog .element .img-wrapper .hiddentitle span{
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
}
.catalog .element:hover .img-wrapper .hiddentitle{
    opacity: 1;
}
.catalog .element .img-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    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;
}
.catalog .element:hover .img-wrapper:after {
    opacity: 1;
}
.catalog .element:hover .title-h5:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.catalog .element .button{
    background: #FF9605;
    border-color: #FF9605;
    position: relative;
    z-index: 20;
    margin-bottom: 0;
    padding: 6px;
}
.catalog .element .button:hover{
    background: #333644;
    border-color: #333644;
}
.catalog .element .title-h6{
    font-weight: bold;
    height: 57px;
    overflow: hidden;
    margin-bottom: 10px;
}
.catalog .element .text{
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.goodprice{
    color: #343644;
}
.catalog > .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 1230px) {
    .catalog > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .catalog > .row > hr:nth-of-type(3n){
        clear: both;
    }
}



/***************************** 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: #FF9605;
    color: #343644;
    border-color: #FF9605;
    cursor: default;
}
/*************************** end pagination ***********************/


.latest .elements > div:last-of-type hr{
    display: none;
}
.latest hr{
    margin: 15px 0 10px 0;
}
.main-column h1{
    margin-top: -7px;
}



/*============================ BRANDS SECTION BEGIN =======================*/
.brands-section{
  background: #21213e;


/* background-image: url(https://yastatic.net/s3/lpc/098eabf5-3dc8-41d6-898d-56bf14034291.jpg); */
background-image: url(/images/slider/u8.jpg);
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
 
    padding: 15px 0 10px;
}
.brands-section > .container > .row{
    margin-left: -5px;
    margin-right: -5px;
}
.logotype {
  /*  border: 2px solid #ccc;  */
    margin: 0px 0 10px;
    background: #fff;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.logotype:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-color: #fff;
}
.logotype .inner{
    height: 110px;
    overflow: hidden;
}
/*============================ BRANDS SECTION END =======================*/



/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
    font-size: 13px;
}
.agreement.black{
    color: #000;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    position: absolute;
    left: -2px;
    top: 1px;
    font-size: 16px;
}
.agreement label{
    padding-left: 18px;
    position: relative;
    display: inline-block;
}
.agreement input + label .checked{
    display: none;
}

.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. 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: #171717;
    padding: 15px 36px 15px 15px;
    font-size: 15px;
    background: #fff;
    line-height: 1.3;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: 1px solid #d5d5d5;
}
.aside-menu > ul > li:nth-of-type(even) > a{
    background: #FCFCFC;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #FF9605 !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: 53px;
    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: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -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: 24px;
}
.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: 15px;
    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: 15px 42px 15px 20px;
    background: #FF9605;
    position: relative;
    color: #fff;
}
.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: #FF9605 !important;
        border-color: #FF9605 !important;
    }
    
    .aside-menu > ul > li.active > .dropdown-button:after{
        border-color: #000;
    }
    .aside-menu > ul > li:hover > a,
    .aside-menu > ul > li:nth-of-type(even):hover > a{
        background: #F6F6F6;
    }
}
/* ======= /. ASIDE MENU ======= */

.contacts-template .contacts-block > hr:last-of-type{
    display: none;
}
.aside-gallery img{
    width: 100%;
    margin-bottom: 10px;
}























/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 991px) {
    .base-template .header{
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 40px;
    }
    .top-bar{
         border-bottom: 1px solid #D5D5D5;   
    }
}



@media only screen and (min-width: 768px) {
    .contacts-template .google-map{
        height: 370px;
    }
    .logo {
        margin-bottom: 0;
    }
    .shedule {
     /*   position: fixed;
        left: 100px;
        z-index: 1000;
        top: 8px; */
text-align: center;
    }
    .shedule .fa{
        top: 8px;
    }
    .top-slider .img-wrapper{
        margin-bottom: 0;
    }
    .top-slider .item .element-content{
        z-index: 20;
    }
    .header-tel{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .callback-link{
        position: absolute;
        right: 0;
        top: 50px;
    }
    .top-slider{
        height: 400px;
    }
    .top-slider img {
        min-height: 400px;
    }
    .top-slider .element-content{
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        width: 100%;
    }
    .top-slider .title{
        font-size: 31px;
        line-height: 1.1;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .top-slider .subtitle{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .top-form-wrapper {
        background: rgb(250, 250, 250);
    }
    .index-template .services-section {
        background: rgb(250, 250, 250);
        background-image: url(../images/dark-brick-wall.png);
    }
    .top-form-box{
        padding: 15px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 70px;
        box-shadow: 0 0 3px rgba(0,0,0,0.15);
    }
    .top-slider-wrapper + .top-form-wrapper .top-form-box{
        margin-top: -80px;
    }
    .top-form-box-inner{
        padding: 20px 40px 10px;
        border: 1px solid #b7b7b7;
    }
    .top-slider .element-content-inner{
        padding: 8% 0 30px;
    }
    .noneaction .top-slider .element-content{
        height: 100%;
    }
    .noneaction .top-slider .element-content > .container{
        display: table;
        height: 100%;
    }
    .noneaction .top-slider .element-content > .container > .element-content-inner{
        padding: 30px 0;
        display: table-cell;
        vertical-align: middle;
    }
    h2,
    .title-h2{
     /*   font-size: 42px;   */
    }
    .title-h2 span{
        display: inline;
        margin: 0 0 0 30px;
    }
    h3,
    .title-h3{
        font-size: 26px;
        font-weight: bold;
    }
    .top-slider .slick-dots {
        position: absolute;
        bottom: 20px;
        margin-bottom: 0;
    }
    .top-slider .slick-dots li{
        border: 2px solid #fff;
    }
    .top-slider .slick-dots li.slick-active{
        border-color: #fff;
        background: #FF9605;
    }
    .services-elements .text{
        height: 72px;
        overflow: hidden;
    }
    .accordeon .element-content{
        font-size: 18px;
    }
    .accordeon .element .title{
        font-size: 22px;
    }
    .header-bottom{
        padding: 15px 0;
      /*  background-image: linear-gradient(280deg,#ebf3fb, #fdf2ed);   */
/*      background-image: linear-gradient(280deg,#ebf3fb63, #fdf2ed54); */
background: #fafafa !important;
      box-shadow: 0px -5px 5px -5px rgba(6, 6, 6, 0.6) inset;
        
        
        
    }
    .top-slider .element-content-inner > div{
        padding: 30px;
        background: rgba(0,0,0,0.64);
        display: inline-block;
    }
}









@media only screen and (min-width: 992px){
    .top-bar .button{
        font-size: 13px;
        top: 10px;
        height: 36px;
        padding: 8px 16px 0;
    }
    
    .main-column{
        padding-left: 15px;
    }
    .main-column-left{
        padding-right: 15px;
    }
    .header-address{
        float: right;
    }
    .logo{
        margin: 0;
    }
    .callback-link{
        top: 54px;
    }
    .top-slider{
        height: 495px;
    }
    .top-slider img {
        min-height: 495px;
    }
    
    .top-slider .title {
     /*   font-size: 58px;   */
    }
    .body-fixed-true .top-slider-wrapper + .top-form-wrapper .top-form-box{
        margin-top: -80px;
    }
    .top-form-box.bottom-box{
        margin-top: -80px;
    }
    h2,
    .title-h2{
        font-size: 26px;
    }
    .modal{
        padding: 40px;
    }
    .title-h2 span{
        margin: 0 0 0 70px;
    }
    .top-bar-container{
        width: 940px;
        margin: 0 auto;
    }
    .mobile-menu{
        display: none !important;
    }
    .top-menu{
        display: block !important;
        position: static;
        font-size: 15px;
    }
    .top-menu > ul > li > a{
        text-decoration: none;
        color: #fff;
        height: 55px;
        display: block;
        line-height: 55px;
        padding: 0 16px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    /*	border-left: 1px solid #D5D5D5;  */
    	position: relative;
    	text-transform: uppercase;
    }
    
    .block4 {
    box-shadow: 0 0 2px rgba(126, 126, 126, 0.78);
    padding: 25px;
    background: #fffefa;
    background: #FFFDF6;
  
    padding: 15px 20px;
}
    
    .top-menu > ul > li:last-of-type > a{
      /*  border-right: 1px solid #D5D5D5;   */
    }
    .top-menu > ul > li:hover > a{
      background: #FF9605;
      box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    }
    .top-menu > ul > li.active > a{
      background: #FF9605;
        color: #ffffff !important;
    /*    border-color: #FF9605;  */
    }
    .top-menu > ul > li.active + li > a{
        border-left-color: #FF9605;
    }
    
    .top-menu > ul > li{
        float: left;
        position: relative;
        z-index: 10;
        font-weight: bold;
        }
    .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: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        right: 12px;
        top: 50%;
        margin-top: -3px;
    }
    .top-menu > ul > li > ul {
        position: absolute;
        width: 280px;
        top: 64px;
        padding-top: 10px;
        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: 54px;
        opacity: 1;
    }
    
    .top-menu > ul ul li{
        position: relative;
    }
    .top-menu > ul > li > ul > li:first-of-type:before,
    .top-menu > ul > li > ul > li:first-of-type:after{
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: #343644;
        -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: rgba(255,255,255,0.1);
    }
    
    .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: #343644;
        padding: 12px 10px 12px 16px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        position: relative;
        opacity: 0.98;
        text-shadow: 1px 1px 0px #000;
        text-transform: uppercase;
        font-weight: bold;
    }
    .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: #fff;
        opacity: 0;
    }
    .top-menu > ul ul li:hover > a:after,
    .top-menu > ul ul li.active > a:after{
        opacity: 0.1;
    }
    
    .top-menu ul ul ul {
        position: absolute;
        top: 10px;
        left: 280px;
        width: 250px;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
    }
    .top-menu ul ul li:hover ul {
        visibility: visible;
        opacity: 1;
        top: 0px;
    }
    
    
    .shedule {
        position: absolute;
        right: inherit;
        z-index: 10;
        top: 50%;
        margin-top: -18px;
        left: 320px;
   /*     font-size: 15px; */
    }
    
    .contacts-wrapper{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .contacts{
        padding-top: 45px;
        width: 330px;
    }
    
    .top-bar{
        position: relative;
    }
    .top-bar.fix-true.fixed{
    /*    position: fixed;  */
        top: 0;
        left: 0;
        border-top-color: #fff;
    }
    .top-bar:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
      /*   background: #D5D5D5;  */
    }
    .body-fixed-true .top-bar.fix-true.fixed{
        background: transparent;
    }
    .body-fixed-true .top-bar.fix-true.fixed:after{
        opacity: 0;
    }
    .body-fixed-true .top-bar.fix-true.fixed .top-bar-container {
        width: 1290px;
        max-width: 100%;
        box-shadow: 0 0 0 1px  #D5D5D5;
        background: #fff;
        padding-right: 15px;
    }
    .body-fixed-true .top-bar.fixed .top-menu > ul > li:first-of-type > a{
        border-left: none;
    }
    .base-template .top-bar{
        margin-bottom: 40px;
    }
    .base-template .top-bar:after{
        opacity: 1;
    }
    .top-bar.fix-true.fixed + .top-bar-push-md{
       /* height: 56px; */
    }
    .base-template .top-bar.fix-true.fixed + .top-bar-push-md{
      /*  height: 96px;  */
    }
    .top-slider .slick-dots {
        bottom: 30px;
    }
}

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

@media only screen and (min-width: 1230px) {
    .top-bar-container{
        width: 1170px;
    }
    .services-elements .text {
        height: 58px;
    }
    .shedule{
        left: 360px;
    }
    .contacts-template .contacts-block{
        padding-right: 60px;
    }
}


@media only screen and (min-width: 1360px) {
    
}


@media only screen and (min-width: 1912px) {
    .top-slider{
        height: 555px;
    }
}



.news .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #F6F6F6;
}
.base-template .news .element{
    background: #FAFAFA;
}
.news .element > .row > .col-xs-3{
    max-width: 120px;
}
.news .element .title-h5{
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 58px;
}
@media only screen and (max-width: 767px) {
    .news .element .title-h5{
        max-height: inherit;
    }
}
.news .element .date{
    font-size: 12px;
    margin-top: -3px;
}
.news .element .text{
    color: #6A6B70;
    height: 36px;
    overflow: hidden;
    font-size: 13px;
}
.news .element .more{
    font-weight: bold;
}
.news .element .more i{
    vertical-align: middle;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news .element .more,
.news .element .title-h5 a{
    color: #363646;
    font-size: 16px;
}
.news .element .more:hover,
.news .element .title-h5 a:hover{
    color: #FF9605;
}
.news .element > .row > .col-xs-4{
    max-width: 190px;
}
.fotorama__thumb-border{
    border-color: #FF9605 !important;
}



/* PRODUCT COUNT */
.product-count-element .element-counter input{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.product-count-element .element-counter button{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    margin: 0;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    font-size: 20px;
    font-family: arial;
    line-height: 34px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.product-count-element .element-counter button.btn-minus{
    line-height: 28px;
}
.product-count-element .element-counter button:hover{
    background: #C1C1C1;
    border-color: #C1C1C1;
}

/* PRODUCT COUNT */

.product-price{
    font-size: 36px;
    color: #FF9605;
    font-family: arial;
}



/************ tabs begin ************/
.box{
    display: none;
}
.box.visible{
    display: block;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}

ul.tabs li{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    background: #fff;
    -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;
    padding: 10px 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #d5d5d5;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;        
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #FF9605;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 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;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current{
        display: none;
    } 
    .mobile-tab-header.active + ul.tabs{
        display: block;
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}
/************ tabs end ************/




/*************************************** cart */
#msOrder {
    margin-top: 20px !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete i{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cart-body .element-delete:hover i{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    height: 100px;
}
.cart-body .element .element-img-wrapper{
    padding: 2px;
    border: 1px solid #EBEBEB;
    position: absolute;
    top: 0;
    left: 0;
}
.cart-body .element .element-img{
    width: 99px;
    height: 76px;
    -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;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}



@media only screen and (max-width: 767px) {
    .cart-body .element .element-img-wrapper{
        position:static;
        margin-bottom: 20px;
        display: inline-block;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
}


/*************************************** cart: end */
.order-wrapper{
    background: #fff;
    padding: 10px 0;
}
.order-wrapper .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    border-color: #FF1A00 !important
}

/*************************************** customradio */
.customradio{
    position: relative;
    margin-bottom: 10px;
}
.customradio input[type=radio]{
    position: fixed;  
    top: -100000px;
}
.customradio{
    min-height: 34px;
    margin-bottom: 10px;
}
.customradio input[type=radio] + label{
    position: relative;
    padding-left: 25px;
    -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;
    margin-bottom: 4px;
}
.customradio input[type=radio] + label:before{
    background: url(../images/customradio.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0px;
}
.customradio input[type=radio]:checked + label:before{
	background-position: 0 -16px;
}
.customradio label{
    font-size: 14px;
    color: #201e1e;
    font-weight: bold;
}
.customradio label strong{
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.customradio.disabled label, 
.customradio.disabled label strong, 
.customradio.disabled label::before{
    cursor: default !important;
    color: #848484;
}

.customradio label + p{
    padding-left: 25px;
    font-size: 13px;
}
/*************************************** customradio: end */
.element-counter .form-control{
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
}
.element-counter button {
    width: 30px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    border: none;
    background: transparent;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-family: arial;
}
.element-counter button:hover{
    color: #FF2330;
}
.element-counter button[disabled]:hover{
    color: #1F1F1F;
}

.isa_success {
border: 1px solid #00b0ff;
background-color: #edf6ff;
    margin: 0 0 10px;
    padding: 26px;
}
.order-number{
    color: #FF9605;
}
.jgrowlHide #jGrowl{
    display: none !important;
}


.product-tags{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    padding: 7px 0 0 7px;
    text-align: left;
}
.product-tags span{
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-tags span.product-tag-new{
    background: #76B500;
}
.product-tags span.product-tag-popular{
    background: #FFCA1E;
}
.product-tags span.product-tag-favorite{
    background: #FF1B2D;
}
.index-template .product-tags{
    display: none;
}
.products-carousel div[class^="col-"]{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.index-template .products-carousel{
    margin-bottom: 30px;
}

.aside-news .element{
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}
.aside-news .element .img-wrapper{
  position: absolute;
left: 0;
top: 16px;
box-shadow: 0 0 2px rgba(4, 4, 4, 0.78);
padding: 1px;
margin: -6px;
border: 1px solid #F6F6F6;
background: #FAFAFA;
}
.aside-news .element .title a{
    text-decoration: none;
    color: #2C2C2C;
}
.aside-news .inner{
    margin-top: -10px;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.item-gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}
.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;
    }
}
/* vk widget */
#vk_widget, #vk_groups {
    width: 100%;
}
#vk_groups, #vk_groups iframe {
    width: 100% !important;
}
/* vk widget end */

/* Video */
.video-list .element{
    margin-bottom: 20px;
    background: #fff;
    width: 900px;
    max-width: 100%;
}
.video-list .element .element-img{
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media only screen and (max-width: 1289px) {
    .video-list .element .element-img{
        height: 34vw;
    }
}
@media only screen and (max-width: 991px) {
    .video-list .element .element-img{
        height: 46vw;
    }
}
@media only screen and (max-width: 767px) {
    .video-list .element .element-img{
        height: 60vw;
    }
}
.video-list .element .play-block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}
.video-list .element .play-block span {
    display: inline-block;
    padding: 8px;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
}
.video-list .element .play-block span i{
    display: inline-block;
    color: #fff;
    font-size: 40px;
    width: 64px;
    height: 64px;
    line-height: 61px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.video-list .element .play-block:hover span i{
    color: #FF121A;
    border-color: #FF121A;
}
.video-list .element .element-content{
    padding: 25px 0;
}

.video-list .element .element-content .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}
.video-list .element .element-content .text{
    font-size: 15px;
    margin-bottom: 10px;
}
/* /. Video */




/* INDEX PORTFOLIO #353644 */
.portfolio-header-section{
    background: #aaa;
/*    background: #353644;  */
}
.hr-min {
    width: 100px;
    margin: 30px auto;
}
.portfolio-header-section:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    border-top: 14px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -7px;
    z-index: 10;
}
.portfolio > hr:nth-of-type(2n){
    clear:both;
}
.portfolio{
    overflow: hidden;
    margin: 0 -1px;
}
.portfolio figure{
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 0 1px 2px;
}
.portfolio img{
    width: 100%;
}
.portfolio .img-wrapper{
    display: block;
    position: relative;

}
.portfolio figure > a{
    position: relative;
    display: block;
    overflow: hidden;
}
.portfolio figure .img-wrapper:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    background-size: 0 0;
    cursor: pointer;
    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;
    content:"";
    z-index: 2;
}
.portfolio figure:hover .img-wrapper:after{
    opacity: 1;
    background-size: 48px 48px;
}
.portfolio figure .img-wrapper:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
   background: #eeeeee46;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    z-index: 1;
}
.portfolio figure:hover .img-wrapper:before {
    opacity: 0.7;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.portfolio figure .title-h4{
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    color: #333333;
}
.portfolio figure p{
    font-size: 13px;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    color: #A1B1BC;
}
.portfolio figure a{
    text-decoration: none;
}
.portfolio figure img{
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.portfolio figure a > div{
    -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;
    box-shadow: 0 0 2px rgba(221, 221, 221, 0.78) inset;
    padding: 15px 25px 5px;
    position: relative;
    z-index: 2;
}
.portfolio figure:hover a > div{
    background: #353644;
}
.portfolio figure:hover .title-h4,
.portfolio figure:hover p{
    color: #fff;
}
.lg-outer .lg-thumb {
    margin: auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #F1C02D;
}
@media (min-width: 992px) {
    .portfolio figure{
        width: 50%;
    }
}
@media (min-width: 1290px) {
    .portfolio > hr:nth-of-type(2n){
        clear:none;
    }
    .portfolio > hr:nth-of-type(4n){
        clear:both;
    }
    .portfolio figure{
        width: 25%;
    }
}
/* /. INDEX PORTFOLIO */

.index-template .catalog{
/*    background-color: #353644;   */
    background-image: url(../images/dark-brick-wall.png);
}
.index-template .catalog .element{
    border: none;
    box-shadow: 0 0 4px rgba(106, 103, 103, 0.78);
}
.index-template .catalog .element .element-content{
    background: #fff;
}
.parent-2 .ya-share2{
    display: none;
}

.ya-share2, .ya-share2 * {
    line-height: normal;
    display: none;
}


.steps .element{
    margin-bottom: 30px;
    padding: 15px 20px 0 150px;
    min-height: 124px;
}
.steps .element > img{
    position: absolute;
    top: 0;
    left: 0;
}
.steps .element .element-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.steps > .row > hr:nth-of-type(2n){
    clear: both;
}
@media(min-width:1230px){
    .steps > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .steps > .row > hr:nth-of-type(3n){
        clear: both;
    }
}



/* --------------------
   -------------------- Pricing -------------------- */
.b-pricing { 
/*   background: #F3F3F3;   */
 background-image: url(../images/dark-brick-wall.png);
    position: relative; 
}
.b-pricing_container {position: relative;z-index: 5;}
.b-pricing_list { text-align: center; }
.b-pricing_plan {display: inline-block;vertical-align: middle;
   box-shadow: 0 0 4px rgba(4, 4, 4, 0.26);
position: relative;
    
    
}
.b-pricing_plan_inner { width: 280px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-pricing_plan_caption { padding: .75em .45em; font-size:2em; text-align: center; color: #fff; }
.b-pricing_plan_sum { 
    padding: 22px 10px; 
    font-size: 1.5em; 
    text-align: center; 

}
.b-pricing_plan_include { list-style: none; }
.b-pricing_plan_include li {
    display: block;
    padding: .95em .85em .85em;
    font: 400 1em/1;
    text-align: center;
    color: #555;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}
.b-pricing_plan_checkout { padding: 0 10px 25px; text-align: center; }
.b-pricing_plan_checkout .e-btn { display: block; margin: 0 auto; padding: 11px; max-width: 225px; font-size: 1.42857142857143em; }
.b-pricing_plan__scale {position: relative;z-index: 5;margin: 10px -15px;font-size: 1.07142857142857em;border-color: #fff;}
.b-pricing_plan__scale .b-pricing_plan_inner { border: 1px solid #dedede; }
.b-pricing_plan__scale .b-pricing_plan_caption { padding: .8em .5em; font: 400 2.2em/1; }
.b-pricing_plan__scale .b-pricing_plan_include li { padding: 1.1em .85em 1em; }
.b-pricing_plan__scale .b-pricing_plan_checkout { padding: 0 10px 32px; }
.b-pricing_plan__scale .b-pricing_plan_checkout .e-btn { padding: 14px;max-width: 245px; font-size: 22px; }
.b-pricing_plan_caption {
    color: #fff;
    background-color: #aaa;
box-shadow: 0 0 4px rgba(4, 4, 4, 0.78);
}
.b-pricing_plan_sum {
    color: #FF9605;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-pricing_plan { width: 33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan_checkout .e-btn { padding-left: 10px; padding-right: 10px; width: 100%; }
}

@media (min-width: 992px) {
    .b-pricing_plan_inner { width: 320px; }
    .b-pricing_plan__scale {margin: 0 -20px;}
}
@media (max-width: 991px) {
    .button{padding: 12px 25px;}
}
@media (max-width: 767px) {
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan{ display: block;}
    .b-pricing_plan__scale {margin: 0;}
    .b-pricing_plan__scale .b-pricing_plan_inner{ box-shadow: none !important; border: none;}
}




/* --------------------
   -------------------- End Pricing -------------------- */


/*Services-absolute*/
.services_wrap {
    width: 1210px;
    margin: 0 auto;
}
.services {
    margin-top: -160px;
    z-index: 555;
    box-shadow: 0 2px 40px rgba(123, 111, 123, 0.51);
    background: #fff;
    display: inline-block;
}
.services .element_wrap {
    background: #fff;
    float: left;
    width: 400px;
    height: 340px;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 35px;
}
.services .gray {
    background: #f2f2f2;
}
.element_wrap .element_image {
width: 60px;
height: 60px;
margin: 21px 120px 21px;
background: #FF9605;
border-radius: 5px;
}
.element_wrap .padding_img img {
    padding-top: 10px;
}
.element_wrap .element_title {
    font-size: 26px;
    color: #000;
}
.element_wrap .element_title span {
    font-weight: 600;
    text-transform: uppercase;
}
.element_wrap .element_description {
    font-size: 16px;
    color: #7e7e7e;
    height: 80px;
    padding-top: 25px;
    font-size: 14px;
}
.element_wrap .element_button {
    padding-top: 25px;
}
.element_wrap .element_button a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 10px 10px 35px;
    border-radius: 5%;
    background: url(../images/pattern4.png) #db3333 10% 50% no-repeat;
    display: inline-block;
}
.element_wrap .element_button a:hover {
    background: url(../images/pattern4.png) #000 10% 50% no-repeat;
}


@media(max-width:767px){
  .logo, .shedule {
   text-align: center !important;
  }
}



