@import url(bootstrap.css);
.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;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.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;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f21{
    font-size: 21px;
}
.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;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight100{
    font-weight: 100;
}
.italic{
    font-style: italic;
}
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;
}
.strike{
    text-decoration: line-through;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
: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;
    display: block !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
img{
    max-width: 100%;
}
img.left{
    float: left;  
    margin-right: 20px;
}
img.right{
    float: right;  
    margin-left: 20px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dashed:hover,
.dotted:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden{
  opacity:0;
}
.visible{
    opacity:1;
}
.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;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

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

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


/***********************slick carousel*******************************/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    margin: 0 10px 0;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.slick-dots li.slick-active{
    background: #FFD043;
}
.slick-prev,
.slick-next{
    display: block;
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255,255,255,0.4);
    position: absolute;
    left: 20px;
    z-index: 50;
    cursor: pointer;
    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;
    text-align: center;
    color: rgba(255,255,255,0.4);
}
.slick-prev{
    top: 0;
}
.slick-next{
    top: 54px;
}
.slick-prev i,
.slick-next i{
    line-height: 42px;
    font-size: 20px;
}
.slick-prev:hover,
.slick-next:hover{
    background: #fff;
    color: #FFC900;
}
/****************end slick carousel****************/



@media only screen and (min-width: 992px){
    
    /************* custom chrome scroll ***************/
    ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 8px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 8px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #FFC900;
    }
    ::-webkit-scrollbar-track {
        background-color: #2C2C2C;
    }
    /*********** end custom chrome scroll **********/
}


#up{
    position: fixed;
    z-index: 300;
    bottom: 30px;
    right: 10px;
    display: none;
    color: #FFFFFF;
    width: 44px;
    text-align: center;
    height: 44px;
    border-radius: 100%;
    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: #FFC900;
    font-size: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#up:hover{
    background-color: #2C2C2C;
}
#up .fa{
    display: block;
    line-height: 40px;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -322px 0;
}
.footer-push{
    height: 322px;
}
.footer-wrapper{
    min-height: 322px;
    background: #25242D;
    color: #fff;
    font-size: 14px;
}
.footer-wrapper a{
    color: #fff;
}
.footer-wrapper a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-top{
    padding: 55px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-height: 250px;
}
.footer-bottom{
    padding: 20px 0;
}
.footer-wrapper .title{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-menu li{
    margin-bottom: 10px;
}
.footer-phone{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 6px;
}
@media(max-width: 767px){
    .footer-wrapper .title{
        margin-bottom: 10px;
    }
}


body{
    font-size: 16px;
    line-height: 1.6;
    color: #3E3E3E;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
blockquote{
    border-left: 3px solid #FFC900;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 30px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 15px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #FFC900;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul 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%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
/* table */
table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #4d4d4d;
}
th{
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    background: #e8e8e8;
    vertical-align: middle;
}
td{
    border: 1px solid #E8E8E8;
    padding: 10px;
    vertical-align: middle;
}
table strong{
    font-size: 17px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    table td, 
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}
.table-wrapper{
    width: 100%;
    overflow: auto;
}
/* /. table*/
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
hr{
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
h1,
.title-h1{
    font-size: 35px;
    line-height: 1.15;
    margin-bottom: 30px;
    font-weight: bold;
}
h2,
.title-h2{
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}
h4,
.title-h4{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}
h5,
.title-h5{
    font-weight: 600;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1259px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FFC900;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #000;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #FFD043;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
}
.btn:hover{
    color: #000;
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}
.btn.more{
    padding-right: 55px;
    position: relative;
}
.btn.more:after{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    background-image: url(../images/arrow.svg);
}
.btn.block{
    display: block;
    width: 100%;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
/**************************************/


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #2867B8;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #FFC900;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button {
    position: fixed;
    right: 20px;
    top: 26px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.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.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -370px;
    background: #000;
    height: 100%;
    width: 270px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu > div > ul > li.down > a {
    padding-right: 48px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu .active .dropdown-button:before{
    border-color: #000;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 15px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #000000;
    background: #ffd043;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 8px 10px 8px 15px;
    color: #FFFFFF;
    position: relative;
}

.mobile-menu > div ul ul ul a {
    padding: 6px 10px 6px 30px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before {
    left: 20px;
    top: 14px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    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: 6px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
@media (max-width: 1259px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}
@media(max-width: 767px){
    .menu-button{
        right: 10px;
        top: 15px;
    }
}
.mob-menu-phones{
    padding: 30px 15px;
}
/************* /. mobile-menu **************/

.header{
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.header-top{
    border-bottom: 1px solid #DBDCDD;
}
.header-top .inner {
    height: 50px;
}
.header .container{
    width: 1660px;
    max-width: 100%;
}
.header-address img{
    position: relative;
    top: -3px;
    margin-right: 6px;
}
.top-menu1 > ul > li{
    display: inline-block;
    margin-left: 100px;
    position: relative;
}
.top-menu1 > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu1 > ul > li > a{
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.top-menu1 > ul > li:hover > a,
.top-menu1 > ul > li.active > a{
    color: #FFC900;
}
.top-menu1 > ul > li > ul{
    display: none;
    background: #000;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: absolute;
    top: 50px;
    left: 0;
    width: 350px;
    z-index: 500;
    padding: 15px 0;
    text-align: left;
}
.top-menu1 > ul > li > ul:before{
    content: "";
    width: 100%;
    height: 25px;
    left: 0;
    top: -25px;
    position: absolute;
}
.top-menu1 > ul > li > ul > li > a{
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 20px 10px 40px;
    display: block;
    margin-bottom: 1px;
}
.top-menu1 > ul > li > ul > li > a:before{
    content: "";
    width: 6px;
    height: 6px;
    top: 17px;
    left: 20px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}
.top-menu1 > ul > li > ul > li.active > a,
.top-menu1 > ul > li > ul > li:hover > a{
    background: #FFC900;
    color: #000;
}
.top-menu1 > ul > li:hover > ul{
    display: block;
}
.top-menu1 > ul > li > ul > li:first-of-type:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: -7px;
    z-index: 10;
}

.header-bottom .inner{
    padding-right: 500px;
    height: 220px;
    padding-top: 15px;
}
.help-block{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/help-block-icon.png) right bottom no-repeat #E1233D;
    padding: 50px 50px 0 50px;
    color: #fff;
}
.help-block .title{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11;
    letter-spacing: 1.52px;
    margin-bottom: 25px;
}
.help-block .btn{
    margin-bottom: 0;
}
.logo{
    padding-left: 130px;
    position: relative;
    width: 390px;
    height: 108px;
    font-size: 24px;
    line-height: 1.33;
    color: #333333;
}
.logo img{
    position: absolute;
    top: 0;
    left: 0;
}
.logo span{
    font-weight: bold;
    font-size: 18px;
}
.header-contacts{
    position: absolute;
    top: 40px;
    right: 510px;
    width: 470px;
    max-width: 100%;
}
.header-schedule{
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
    border: dotted 2px #e5e5e5;
    position: relative;
    top: -4px;
}
.header-phones{
    padding-left: 50px;
    position: relative;
}
.header-phones img{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    width: 34px;
}
.header-phones a{
    color: #000;
    font-weight: bold;
    font-size: 18;
    line-height: 1.33;
}
.header-phones a:hover{
    color: #2D9CDB;
}
.top-menu2{
    position: absolute;
    left: 0;
    right: 510px;
    bottom: 15px;
}
.top-menu2 > ul > li{
    width: 33.33333%;
    float: left;
    position: relative;
}
.top-menu2 > ul > li > a{
    display: block;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    border-right: 1px solid #E3E3E3;
    position: relative;
    text-align: center;
}
.top-menu2 > ul > li:last-of-type > a{
    border-right: none;
}
.top-menu2 > ul > li:hover > a,
.top-menu2 > ul > li.active > a{
    color: #FFC900;
}

@media(max-width: 1659px){
    .help-block{
        right: -15px;
    }
}
@media(max-width: 1450px){
    .header-bottom .inner {
        padding-right: 450px;
    }
    .help-block{
        padding: 50px 30px 0 30px;
    }
    .help-block .title{
        font-size: 30px;
    }
    .header-contacts {
        right: auto;
        width: 450px;
        left: 350px;
    }
    .top-menu1 > ul > li {
        margin-left: 60px;
    }
    .top-menu2 {
        right: 430px;
    }
    .top-menu2 > ul > li > a{
        border-right: none;
    }
    .logo {
        padding-left: 120px;
        position: relative;
        width: 370px;
        font-size: 18px;
        width: 340px;
    }
    .top-menu2 > ul > li > a{
        font-size: 18px;
    }
}
@media(max-width: 1259px){
    .help-block{
        background: #fff;
        padding: 35px 20px 0 0;
        height: 100%;
    }
    .header-bottom .inner {
        height: 136px;
    }
    .header-contacts{
        top: -12px;
        right: 70px;
        left: auto;
    }
    .header-address{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .header-contacts{
        right: 70px;
        top: -12px;
        width: auto;
    }
}
@media(max-width: 767px){
    .header-top{
        border: none;
    }
    .header-contacts{
        position: static;
    }
    .header-top .inner {
        height: auto;
        padding: 20px 0;
    }
    .header-address{
        margin-bottom: 10px;
    }
    .header-phones{
        margin-bottom: 15px;
    }
    .header-schedule{
        display: inline-block;
    }
    .logo{
        width: auto;
    }
}
@media(max-width: 400px){
    .logo{
        font-size: 14px;
    }
    .header .btn.more{
        padding-right: 20px;
    }
    .header .btn.more:after{
        display: none;
    }
    .header-address{
        position: relative;
        padding-left: 28px;
    }
    .header-address img{
        position: absolute;
        top: 0;
        left: 0;
    }
}


.top-slider .container{
    width: 1660px;
    max-width: 100%;
}
.top-slider .item{
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.56;
}
.top-slider .title{
    font-size: 64px;
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 30px;
}
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .slider{
    padding-bottom: 80px;
}
.top-slider  .slick-dots {
    width: 1660px;
    max-width: 100%;
    text-align: left;
    margin: -60px auto 60px;
    padding-left: 5px;
}
@media(max-width: 1659px){
    .top-slider .container{
        width: 100%;
    }
}
@media(max-width: 1259px){
    .top-slider .item{
        height: 43vw;
        font-size: 14px;
    }
    .top-slider .title {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
}
@media(max-width: 767px){
    .top-slider .slider{
        padding-bottom: 0;
    }
    .top-slider .item{
        height: 60vw;
        font-size: 12px;
    }
}

.about-section-top{
    padding-top: 80px;
}
.about-section-top-title{
    font-size: 120px;
    font-weight: bold;
    line-height: 0.28;
    color: #f1f1f1;
}
.about-section-top-content{
    padding-left: 420px;
}
.about-section-top-subtitle{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 40px;
}
.about-section-top-text{
    line-height: 2;
    margin-bottom: 80px;
}
.about-section-middle{
    padding-left: 285px;
}
.about-section-middle .inner{
    padding: 80px 75px 90px 345px;
    background: #F6FAFC;
    min-height: 708px;
}
.about-section-middle .inner > .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #333333;
    margin-bottom: 30px;
}
.about-section-middle .list-element{
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E4EEF3;
}
.about-section-middle .list-element:before{
    content: "";
    background: url(../images/list-check-icon.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.more-link{
    position: relative;
    display: inline-block;
    padding-right: 26px;
}
.more-link:after{
    background-image: url(../images/more-link-arrow.svg);
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 5px;
}
.more-link:hover:after{
    background-image: url(../images/more-link-arrow-black.svg);
}
.about-section-middle .img-element{
    height: 708px;
    width: 540px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.about-section-middle .description-block{
    height: 360px;
    width: 375px;
    background: #E1233D;
    position: absolute;
    top: -200px;
    left: -50px;
    color: #fff;
    padding: 35px 50px 60px;
    z-index: 20;
}
.about-section-middle .description-block-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.about-section-middle .description-block-title img{
    position: relative;
    top: -6px;
    margin-right: 5px;
}
.about-section-middle .description-block-text{
    position: absolute;
    left: 50px;
    bottom: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
}

@media(max-width: 1380px){
    .about-section-middle .description-block-text{
        position: static;
        padding-top: 20px;
        font-size: 20px;
    }
    .about-section-middle .description-block{
        height: auto;
        padding: 30px;
        top: 0;
        left: 0;
    }
    .about-section-top-content {
        padding-left: 0;
        padding-top: 60px;
    }
}
@media(max-width: 1100px){
    .about-section-middle .img-element {
        height: 472px;
        width: 360px;
    }
    .about-section-middle .description-block {
        padding: 20px;
        width: 360px;
    }
    .about-section-middle .description-block-text {
        padding-top: 10px;
        font-size: 16px;
    }
    .about-section-middle {
        padding-left: 180px;
    }
    .about-section-middle .inner{
        padding-left: 245px;
    }
    .about-section-top-title{
        font-size: 90px;
    }
}
@media(max-width: 991px){
    .about-section-middle {
        padding-left: 140px;
    }
    .about-section-middle .inner {
        padding-right: 25px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 767px){
    .about-section-top-title {
        font-size: 40px;
    }
    .about-section-top-content{
        padding-top: 40px;
    }
    .about-section-top-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about-section-top-text {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .about-section-middle{
        padding-left: 0;
    }
    .about-section-middle .description-block{
        position: static;
        width: 100%;
    }
    .about-section-middle .img-element{
        position: static;
        width: 100%;
        height: 120vw;
    }
    .about-section-middle .inner{
        padding-left: 20px;
        padding-right: 20px;
        min-height: auto;
        font-size: 14px;
    }
    .about-section-middle .inner > .title{
        font-size: 20px;
    }
}

.counters-block{
    padding-top: 85px;
    width: 100%;
    overflow: hidden;
}
.base-template .counters-block {
    padding-top: 50px;
}
.counter-element-img-big{
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 585px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.counter-element-img{
    height: 285px;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 585px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.counter-element{
    height: 285px;
    background: #000;
    color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    width: 585px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.counters-block .row{
    margin-left: -15px;
    margin-right: -15px;
}
.counters-block .row > div[class^="col-"]{
    padding-left: 15px;
    padding-right: 15px;
}
.counter-element-img-big .counter-element{
    width: 285px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}
.counter-element .element-num{
    font-size: 65px;
    font-weight: 800;
    line-height: 0.52;
    letter-spacing: 3.25px;
    position: absolute;
    left: 40px;
    bottom: 60px;
    opacity: 0;
}
.counter-element .element-num.visi{
    opacity: 1;
}
.counter-element .element-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.counter-element .element-title img{
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.counters-block .element-year{
    background: #FFD043;
    color: #000;
    padding: 20px 30px;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 30;
}
@media(max-width: 1259px){
    .counter-element .element-num{
        font-size: 50px;
        bottom: 40px;
        left: 30px;
    }
    .counter-element{
        padding: 30px;
    }
    .counter-element-img-big .counter-element{
        width: 50%;
    }
}
@media(max-width: 1100px){
    .counter-element-img-big{
        height: 500px;
    }
    .counter-element-img,
    .counter-element{
        height: 235px;
    }
    .counter-element .element-title {
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .counter-element .element-num{
        font-size: 30px;
        left: 20px;
    }
    .counter-element-img-big{
        height: 450px;
    }
    .counter-element-img,
    .counter-element{
        height: 210px;
    }
    .counter-element{
        padding: 20px;
    }
    .counter-element .element-title {
        font-size: 11px;
    }
}
@media(max-width: 767px){
    .counter-element-img,
    .counter-element-img-big{
        height: 60vw;
        margin-bottom: 0;
    }
    .counter-element {
        height: auto;
    }
    .counter-element .element-num{
        position: static;
        padding-top: 20px;
    }
}
@media(max-width: 600px){
    .counter-element-img,
    .counter-element-img-big{
        height: 80vw;
    }
    .counters-block .element-year{
        padding: 10px 20px;
        font-size: 18px;
        top: 60px;
        right: 20px;
    }
}

.about-section-bottom{
    height: 470px;
    margin-top: 55px;
}
.about-section-bottom .element-description{
    height: 360px;
    width: 550px;
    background: #E1233D;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 50px 50px 60px;
    z-index: 2;
}
.about-section-bottom .element-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.about-section-bottom .element-title img {
    position: relative;
    top: -6px;
    margin-right: 5px;
}
.about-section-bottom .element-text {
    position: absolute;
    left: 50px;
    bottom: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
}
@media(max-width: 991px){
    .about-section-bottom .element-description{
        height: auto;
        padding: 30px;
    }
    .about-section-bottom .element-text{
        position: static;
        padding-top: 20px;
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .about-section-bottom .element-description{
        
        padding: 15px;
        width: 100%;
    }
    .about-section-bottom .element-text{
        font-size: 16px;
    }
}

.partners-section{
    padding: 70px 0;
}
.partners-section .section-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: 2.2px;
    color: #333333;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.partners-carousel > div{
    display: none;
}
.partners-carousel > div:first-of-type,
.partners-carousel.slick-carousel > div{
    display: block;
}
.partners-carousel .item{
     display: table-cell;
    padding: 0 25px;
    text-align: center;
    border:1px solid;

}

.breadcrumb {
    margin: 0 0 50px;
    padding: 0 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}
.breadcrumb i{
    font-size: 14px;
}
.breadcrumb > li a {
    color: #000;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #FFC900;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
@media(max-width:991px){
    .breadcrumb{
        display: none;
    }
}

.contacts-section .element{
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    color: #30080A;
}
.contacts-section .element svg{
    position: absolute;
    left: 0;
    color: #010101;
    top: 4px;
}
.contacts-section .element.el-address svg{
    width: 14px;
    height: 18.5px;
    top: 1px;
}
.contacts-section .element.el-phones svg{
    width: 15px;
    height: 15px;
    top: 4px;
}
.contacts-section .element.el-schedule svg{
    width: 15px;
    height: 15px;
}
.contacts-section .element.el-mail svg{
    width: 15px;
    height: 15px;
    top: 5px;
}

.gallery .element{
    margin-bottom: 20px;
    overflow: hidden;
}
.gallery .element a {
    text-decoration: none;
    display: block;
}
.gallery .element img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.gallery .element:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* files */
.files-list .element{
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.files-list .element svg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
.files-list .element .title{
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase; 
}
.files-list .element .title span{
    font-weight: normal;
    color: #9A9A9A;
}
.files-list .element .text{
    font-size: 13px;
}
.files-list .element .title a:hover{
    text-decoration: underline;
}

/* end files */



.form-control {
display: block;
width: 100%;
height: 45px;
padding: 0 15px;
font-size: 13px;
line-height: 1.42857143;
color: #2E2E2E;
background-color: #fff;
border: 1px solid #C7C7C7;
margin-bottom: 10px;
border-radius: 3px;
}

