/*
    font-family: "opel";
    font-family: "trump";
*/
@font-face {
    font-family: "opel";
    src:url('../fonts/OpelSans-Condensed.ttf'),
        url('../fonts/OpelSans-Condensed.woff'),
        url('../fonts/OpelSans-Condensed.woff2');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "opel";
    src:url('../fonts/Opel_Sans_Condensed_Bold.ttf'),
        url('../fonts/OpelSansCondensed-Bold.woff'),
        url('../fonts/Opel_Sans_Condensed_Bold.woff2');
    font-style: normal;
    font-weight: bold;
}
@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;
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push15{
    height: 15px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    font-size: 18px;
    line-height: 1.4;
    color: #2E2E2E;
    overflow-x: hidden;
    font-family: "opel";
    background: #FAFAFA;
}

h1,
.title-h1{
    
}
h2,
.title-h2{
    font-family: "trump";
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}
h3,
.title-h3{
    font-family: "trump";
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}
h4,
.title-h4{
    font-family: "trump";
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
}
h5,
.title-h5{
    font-family: "trump";
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
}
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;
}

p{
    margin-bottom: 20px;
}
a{
    color: #517FB9;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline: 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;
}


/* 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 !important;
    top: 25px !important;
    right: 25px !important;
    width: 12px !important;
    height: 13px !important;
    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;
}
.fancybox-close:after{
    background: url(../images/close.png)0 0 no-repeat;
    width: 12px;
    height: 13px;
    top: 0;
    left: 0;
    content:"";
    display: block;
    position: absolute;
}
.fancybox-close:hover:after{
    background-position: 0 -13px;
}
.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 #00487F;
}
.slick-dots li.slick-active{
    border-color: #00487F;
    background: #00487F;
}
.slick-prev{
    width: 33px;
    height: 57px;
    background: url(../images/prev.png) 0 0 no-repeat;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -26px;
    z-index: 50;
    -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.5;
}
.slick-next{
    width: 33px;
    height: 57px;
    background: url(../images/next.png) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -26px;
    z-index: 50;
    -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.5;
}
.slick-prev:hover,
.slick-next:hover{
    opacity: 1;
}
/****************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: 20px;
    color: #FF3324;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden {
  opacity:0;
}
.visible{
    opacity:1;
}
.button{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #FF3324;
    font-size: 14px;
    padding: 10px 35px;
    margin-bottom: 10px;
    position: relative;
    border: none;
    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;
    border-bottom: 3px solid #C81305;
}
.button:hover{
    background: #C81305;
    color: #fff;
    border-bottom-color: #C81305;
}
.button.block{
    display: block;
    width: 100%;
}
.button.blue-btn{
    background: #00487F;
    border-bottom-color: #003965;
}
.button.blue-btn:hover{
    border-bottom-color: #003965;
    background: #003965;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.button.mini{
    font-size: 11px;
    padding: 8px 20px;
    border-bottom: none;
}
/*****************************************************************************/
.header-top{
    background: #00487F;
    padding: 7px 0;
    font-size: 16px;
}
.header-bottom{
    padding: 24px 0 20px;
    background: #fff;
}
.logo{
    margin-bottom: 20px;
}
.header-tel{
    margin-bottom: 5px;
}
.header-tel a{
    color: #000;
    font-size: 25px;
    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:hover{
    color: #00487F;
}
.header-tel .fa{
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.callback-link{
    margin-bottom: 10px;
}
.gray{
    color: #8A8A8A;
}
.top-slider .item{
    position: relative;
}
.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;
}
.top-slider .subtitle{
    margin-bottom: 20px;
    font-size: 16px;
}
.top-form-box{
    background: url(../images/bg1.png);
    margin: 0 -15px;
    padding: 30px 30px 20px;
}
.top-form-box .title{
    font-size: 26px;
    font-weight: bold;
    color: #FF3324;
}
.top-form-box .subtitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.top-form-box .customcheck{
    margin-top: 10px;
}
.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;
}
.header-bottom{
    position: relative;
}
.header-bottom:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
    background: #E0E0E0;
}
hr{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #fff;
}
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.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: 18px;
    margin: -20px 0 30px;
}
.footer-wrapper{
    position: relative;
    z-index: 200;
}
.footer-top{
    padding-bottom: 40px;
}
.footer-bottom{
    background: #333333;
    padding: 10px 0;
    position: relative;
}
.top-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    z-index: 300;
}
.top-bar-push{
    height: 50px;
}
.menu-button{
    position: absolute;
    left: 15px;
    top: 18px;
    width: 24px;
}
.menu-button span{
    display: block;
    height: 3px;
    margin-bottom: 3px;
    background: #2D2D2D;
}
.top-bar .button{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    height: 50px;
    padding-top: 15px;
}
.top-menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
}
.top-menu a{
    background: #2D2D2D;
    display: block;
    color: #C7C7C7;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #393939;
    -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: 14px;
}
.top-menu li:last-child a{
    border: none;
}
.top-menu .active a,
.top-menu a:hover{
    color: #FF3324;
}
.menu-button.active span:nth-of-type(2){
    display: none;
}
.menu-button.active{
    top: 24px;
}
.menu-button.active span:first-of-type{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -3px;
    background: #FF3324;
}
.menu-button.active span:last-of-type{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #FF3324;
}
.shedule{
    padding: 10px 0;
}
.shedule .fa{
    font-size: 22px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.shedule img{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block;
}


/************************** custom chrome scroll *****************************/
::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 7px;
    height: 1px;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 7px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #FF3324;
}
::-webkit-scrollbar-track {
    background-color: #2C2C2C;
}
/************************ 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 #00487F;
  -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: 20px;
    right: 20px;
    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: #FF3324;
    font-size: 36px;
}
#up:hover{
    background-color: #00487F !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-elements{
    margin: 0 -2px;
}
.services-section .element{
    border: 2px solid #FAFAFA;
}
.services-section .element .element-content{
    padding: 20px;
    background: #F5F5F5;
    border: 1px solid #E2E6E7;
    border-right: none;
    -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 .element-content{
    background: #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:before{
    background: url(../images/link-icon.png) 50% 50% no-repeat;
    background-size: 0 0;
    content:"";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    margin-top: -24px;
    z-index: 2;
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.services-section .element:hover .img-wrapper:before{
    background-size: 48px 48px;
    opacity: 0.8;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}*/
.services-section .element .img-wrapper:before{
    content:"Оформить заявку";
    display: block;
    position: absolute;
    width: 200px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    margin-top: -24px;
    z-index: 2;
    opacity: 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.services-section .element:hover .img-wrapper:before{
    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: #00487F;
}
.services-elements .title-h5:after{
    content:"";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #00487F;
    border-right: 2px solid #00487F;
    -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: 16px;
}
.services-elements img{
    width: 100%;
}
/* END SERVICES */


/* ADVANTAGES */
.advantages-section{
    background: url(../images/video-section.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.ie .advantages-section{
    background-attachment: scroll;
}
.advantages-section:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pattern.png) rgba(46,56,65,0.9);
    content: '';
}
.advantages .element{
    margin-bottom: 20px;
}
.advantages .gray {
    color: #B4B4B4;
}
.advantages .col-xs-3{
    max-width: 90px;
}
/* END ADVANTAGES */



/************************* 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: #00487F;
    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*/
.countdownHolder{
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 50px;
}
.countdownHolder > span:nth-of-type(odd){
    color: #fff;
    width: 40px;
    padding: 10px 0;
    background-color: #00487F;;
    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: -13px;
    color: #2E3841;
}
.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:#2E3841;
    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: 12px;
    bottom: -24px;
}
.countdownHolder{
    margin: 0 auto;
    text-align: right;
    font-size: 26px;
}
}
/* End countdown */


.reviews-section{
    min-height: 600px;
    background: url(../images/num-section.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.ie .reviews-section{
    background-attachment: scroll;
}
.reviews-section:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pattern.png) rgba(46,56,65,0.9);
    content: '';
}
.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: 16px;
    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;
}
.price-box > div:nth-of-type(odd){
    background: #FAFAFA;
}
.price-box > div:nth-of-type(odd).price-element-head{
    background: #00487F !important;
}
.price-element-head{
    background: #00487F;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.price-element-head .row > div{
    border-right: 1px solid #fff;
    padding: 10px !important;
}
.price-element-head .row > div:last-of-type{
    border-right: none;
}
.price-element{
    border: 1px solid #00487F;
    border-top: none;
}
.price-element .row > div{
    border-right: 1px solid #00487F;
    padding: 8px 10px !important;
    font-size: 16px;
    line-height: 1;
    color: #2E2E2E;
}
.price-element .row > div:last-of-type{
    border-right: none;
}
.quest-section{
    background: #fff;
}
.quest-section .button{
    height: 50px;
    padding-top: 15px;
}
.quest-section span{
    vertical-align: middle;
}

/* map section */
.map-section{
    overflow: hidden;
    background: #fff;
}
.google-map {
    height: 500px;
    width: 100%;
}
/* end map section */

.brands-section{
    background: #fff;
}
.auto-logo {
    padding: 20px 0;
    border: 5px solid #fff;
    margin: 0px 0;
    background: #fafafa;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.auto-logo:hover{
    background: #E3E3E3;
}




















/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 991px) {

}





@media only screen and (min-width: 768px) {
.logo {
    margin-bottom: 0;
}
.shedule {
    padding: 10px 0;
    position: fixed;
    right: 210px;
    z-index: 1000;
    top: 6px;
}
.top-slider .item .inner:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/pattern.png) rgba(0,0,0,0.5);
    z-index: 10;
}
.top-slider .img-wrapper{
    margin-bottom: 0;
}
.top-slider .item .element-content{
    z-index: 20;
}
.header-tel{
    position: absolute;
    right: 0;
    top: 13px;
}
.callback-link{
    position: absolute;
    right: 0;
    top: 50px;
}
.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: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.top-slider .subtitle{
    margin-bottom: 20px;
    font-size: 22px;
}
.top-form-box{
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -80px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.top-form-box-inner{
    padding: 20px 40px 10px;
    border: 1px solid #FF3324;
}
.top-slider .element-content-inner{
    padding: 8% 0 30px;
}
h2,
.title-h2{
    font-size: 42px;
}
.title-h2 span{
    display: inline;
    margin: 0 0 0 30px;
}
h3,
.title-h3{
    font-size: 36px;
}
.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: #fff;
}
.services-elements .text{
    height: 66px;
    overflow: hidden;
}
.accordeon .element-content{
    font-size: 18px;
}
.accordeon .element .title{
    font-size: 22px;
}
.quest-section span{
    margin-right: 20px;
}
}









@media only screen and (min-width: 992px){

.header-address{
    float: right;
}
.logo{
    margin: 0;
}
.callback-link{
    top: 54px;
}
.top-slider img {
    min-height: 520px;
}
.top-slider .element-content-inner {
    padding: 7% 0 30px;
}
.top-slider .title {
    font-size: 58px;
}
.top-form-box {
    margin-top: -130px;
}
.top-form-box.bottom-box{
    margin-top: -80px;
}
h2,
.title-h2{
    font-size: 46px;
}
.modal{
    padding: 50px 50px 60px;
}
.title-h2 span{
    margin: 0 0 0 70px;
}
.top-bar-container{
    width: 940px;
    margin: 0 auto;
}
.top-menu{
    display: block !important;
    position: static;
}
.top-menu a{
    background: none;
    border: none;
    color: #000000;
    padding: 0;
    text-transform: uppercase;
}
.top-menu li{
    display: inline-block;
    margin-right: 40px;
    padding: 16px 0 0;
}
.top-menu li:last-child{
    margin-right: 0;
}
.shedule {
    position: absolute;
    right: inherit;
    z-index: 10;
    top: 12px;
    left: 300px;
}
/* ADVANTAGES */
.advantages{
    padding-left: 20px;
}
/* END ADVANTAGES */
.contacts-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contacts{
    padding-top: 45px;
    width: 330px;
}
.google-map {
    height: 700px;
}
}


@media only screen and (min-width: 1230px) {
.top-bar-container{
    width: 1170px;
}
}



@media only screen and (min-width: 1360px) {
    
}


@media only screen and (min-width: 1912px) {
.top-form-box {
    margin-top: -170px;
}

}




/* код, уменьшающий системное модально окно для уведомлений об отправке сообщений */

.myWinCont{
    max-width: 100% !important;
}
.xw-plain{
    width: 300px !important;
}
#_uwndTop1{
        left: 50% !important;
        margin-left: -150px !important;
}





/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #2E2E2E;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    vertical-align: middle;
    margin-top: -3px;
}
.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 ======= */







