@charset "utf-8";
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 auto -385px auto;
    background: #fff;
    width: 1440px;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
/* footer */
.footer-push{
    height: 385px;
}
.footer{
    min-height: 385px;
    background: linear-gradient(180deg, #383838 0%, #000000 100%);
    position: relative;
    color: #E5E5E5;
}
.footer:before{
    content: "";
    background: url(../images/footer-tooth.png) 0 0 no-repeat;
    width: 231px;
    height: 53px;
    position: absolute;
    top: -52px;
    left: calc(50% - 115px);
    z-index: 200;
}
.footer-top{
    padding-top: 5px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-left{
    width: calc(50% - 115px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}
.footer-menu-right{
    width: calc(50% - 115px);
    display: flex;
    align-items: center;
    height: 60px;
}
.footer-logo{
    width: 230px;
}
.footer a {
    color: #E5E5E5;
}
.footer a:hover{
    color: #FFC700;
}
.footer-logo{
    text-align: center;
}
.footer-logo a{
    display: inline-block;
    position: relative;
    top: -30px;
    z-index: 201;
    color: #E5E5E5 !important;
}
.footer-middle{
    padding-top: 40px;
}
.footer-contacts .item{
    margin-bottom: 5px;
}
.footer-contacts .item img{
    margin-right: 5px;
}
.footer-contacts .item svg{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: #FFC700;
    position: relative;
    bottom: -4px;
}
.footer-phone{
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.footer-phone span{
    font-size: 14px;
    font-weight: normal;
}
.footer-info2{
    display: flex;
    flex-wrap: wrap;
}
.footer-info2 svg{
    width: 20px;
    height: 20px;
    color: #FFC700;
    margin-right: 10px
}
.footer-info2 div{
    width: calc(100% - 30px);
}
.footer-bottom {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.footer-bottom .left-part {
    width: 50%;
}
.vladweb {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    top: -10px;
}
.vladweb a{
    color: #fff;
}
.vladweb a:hover{
    color: #FFC700;
}
.vladweb img{
    margin-left: 5px;
    position: relative;
    bottom: -5px;
}
@media(max-width: 991px){
    .footer-top .nav ul{
        display: none
    }
}
@media(max-width: 767px){
    .footer-info1{
        margin-bottom: 20px;
    }
    .footer-bottom .left-part{
        width: 100%;
        margin-bottom: 20px;
    }
}
/* /. footer */

.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;
}
.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;
}
.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%;
}
.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;
}
.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;
}
.jgrowlHide #jGrowl{
    display: none !important;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
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(min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}
.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev:hover span:after,
.fancybox-next:hover span:after{
    border-color: #ffc700;
}
.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-object > div{
    display: none;
}
.slick-object > div:first-of-type,
.slick-object.slick-slider > div{
    display: block;
}
.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: flex;
    align-items: center;
}
.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;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.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: 16px;
    height: 16px;
    margin: 0 8px 0;
    cursor: pointer;
    position: relative;
    background: #000;
}
.slick-dots li.slick-active{
    background: #ffc700;
}
.slick-prev,
.slick-next{
    display: block;
    width: 40px;
    height: 40px;
    background: #ffc700;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 50;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: center;
    border-radius: 2px;
}
.slick-prev{
    left: 50px;
}
.slick-next{
    right: 50px;
}
.slick-prev:after, .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.slick-prev:after{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-next:after{
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(225deg);
    margin-left: -9px;
}
.slick-prev:hover,
.slick-next:hover{
    filter: brightness(110%);
}
@media(max-width: 1229px){
    .slick-prev{
        left: 15px;
    }
    .slick-next{
        right: 15px;
    }
}
/* /. slick carousel */



@media(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: #ffc700;
    }
    ::-webkit-scrollbar-track {
        background-color: #2C2C2C;
    }
    /* /. 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: #ffc700;
    font-size: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#up:hover{
    background-color: #2C2C2C;
}
blockquote{
    background: #1E1E1E;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}
blockquote.yellow-bg{
    background: #FFECA8;
    color: #000;
    padding: 30px;
    font-weight: normal;
    font-size: 24px;
    line-height: 171.76%;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    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: #ffc700;
    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;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}

h1,
.title-h1{
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h2,
.title-h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h3,
.title-h3{
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 25px;
}
h4,
.title-h4{
    font-weight: bold;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 25px;
}
h5,
.title-h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media(max-width: 1229px) {
    
}
@media(max-width: 991px) {
    
}
@media(max-width: 767px) {
    
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
p{
    margin-bottom: 20px;
}
a{
    color: #ffc700;
    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;
}
a:hover{
    color: #333;
}
.content a{
    color: #0059A3;
    text-decoration: underline;
}
.content a:hover{
    text-decoration: none;
}
a:focus{
    outline: none;
}
.flex{
    display: flex;
}
.fw{
    flex-wrap: wrap;
}
.ai-c{
    align-items: center;
}
.jc-c{
    justify-content: center;
}
.jc-sb{
    justify-content: space-between;
}

.btn{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 30px;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-align: center;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    background: #FFC700;
}
.btn.big{
    height: 42px;
}
.btn:hover{
    filter: brightness(110%);
}
.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;
}

/* Agreement */
.agreement{
    position:relative;
    margin-bottom:30px;
    color: #838383;
}
.agreement input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
}
.agreement label {
    padding-left: 25px; 
    display: inline-block; 
    position: relative;
}
.agreement input + label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 0px;
}
.agreement input:checked + label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error + label{
    color:red;
}
/* /. Agreement */


/* 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: #ffc700;
    color: #fff;
}
/* /. Pagination */

/* Mobile menu btn */
.menu-button{
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 13px;
    margin-left: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.icon-menu-burger {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -1px 0 0 0;
    -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: #fff;
    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: #fff;
    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;
}
/* /. Mobile menu btn */

.mobile-menu-wrapper {
    position: fixed;
    top: 60px;
    right: -250px;
    height: 100%;
    width: 250px;
    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;
}
.mobile-menu-inner{
    background: #232323;
    height: calc(100% - 60px);
}
.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;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul + ul > li:first-of-type{
    border-top: none;
}
.mobile-menu > ul > li.down > a {
    padding-right: 38px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 38px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 16px;
    left: 10px;
    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: 20px;
}
.mobile-menu > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.4;
}
.mobile-menu > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 30px 10px 20px;
    color: #FFFFFF;
    position: relative;
    font-weight: 300;
}
.mobile-menu ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
    position: relative;
}
.mobile-menu ul ul ul a:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 33px;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: rgba(255,255,255,0.8);
}
.mobile-menu ul ul ul ul a:before{
    display: none;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    padding-bottom: 10px;
    filter: brightness(0.97);
    background: #232323;
}
.mobile-menu ul ul .dropdown-button{
    height: 38px;
    width: 30px;
}
.mobile-menu ul ul .dropdown-button:before{
    content: "+";
    width: 12px;
    height: 10px;
    line-height: 10px;
    top: 50% !important;
    left: 50%;
    font-size: 17px;
    margin-top: -5px;
    margin-left: -6px;
    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;
}
.mobile-menu ul ul .dropdown-button.active:before{
    content: "-";
}
.mobile-menu ul ul ul .dropdown-button {
    height: 30px;
    width: 30px;
}
.mobile-menu ul ul ul .dropdown-button:before{
    margin-top: -6px;
    margin-left: -10px;
}
.mobile-menu-content .item{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
}
.mobile-menu-content .item.item-address{
    align-items: flex-start;
}
.mobile-menu-content .item img{
    width: 15px;
    margin-right: 5px;
}
.mobile-menu-content .item svg{
    width: 15px;
    height: 15px;
    color: #FFC700;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .mobile-menu-wrapper.open {
        right: 0;
    }
    .mobile-menu-wrapper.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
    .swipe-area{
        position: absolute;
        width: 15px;
        right: -15px;
        top: 0;
        bottom: 0;
        background: transparent;
    }
    .mobile-menu-inner {
        overflow-y: scroll;
    }
}
/* /. Mobile menu */

/* Custom check */
.custom_check{
    position:relative;
    margin-bottom:10px;
}
.custom_check input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
}
.custom_check label {
    padding-left: 25px; 
    display: inline-block; 
    position: relative;
}
.custom_check input + label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 5px;
    left: 0px;
}
.custom_check input:checked + label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.custom_check input.error + label{
    color:red;
}

/* /. Custom check */

/* Header */
.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    color: #E5E5E5;
}
.header-push{
    height: 60px;
}
.header a{
    color: #E5E5E5;
}
.header-top{
    position: relative;
    height: 60px;
    background: linear-gradient(180deg, #454545 0%, #232323 100%);
}
.header-top:before{
    content: "";
    background: url(../images/header-bg.svg) 50% 0 no-repeat;
    height: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header-top-inner{
    position: relative;
    z-index: 10;
    display: flex;
    height: 60px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-top-inner .left-block{
    width: calc(50% - 60px);
    display: flex;
    align-items: center;
}
.header-top-inner .right-block{
    width: calc(50% - 80px);
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: flex-end;
}
.header-top-inner .logo{
    width: 140px;
    text-align: center;
    height: 60px;
    position: relative;
    bottom: -10px;
}
.header-address{
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.header-address img{
    margin-right: 5px;
}
.header-mail {
    display: flex;
    align-items: center;
}
.header-mail svg{
    color: #FFC700;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.header-mail a:hover{
    color: #FFC700;
}
.messagers-buttons{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.message-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 15px;
    color: #fff;
    position: relative;
}
.whatsapp-btn{
    background: #2CB742;
}
.whatsapp-btn:after{
    content: "";
    border-top: 7px solid #2CB742;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: rotate(45deg);
}
.viber-btn{
    background: #9055A9;
}
.viber-btn:after{
    content: "";
    border-top: 7px solid #9055A9;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: rotate(45deg);
}
.telegram-btn{
    background: #25A3E2;
}
.message-btn:hover{
    filter: brightness(110%);
}
.viber-btn svg{
    width: 12px;
    height: 12px;
}
.whatsapp-btn svg{
    width: 11px;
    height: 11px;
}
.telegram-btn svg{
    width: 14px;
    height: 14px;
}
.header-tel{
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.header-tel a:hover{
    color: #FFC700;
}
.header-tel svg {
    color: #FFC700;
    width: 15px;
    margin-right: 5px;
}
a.header-callback-btn{
    display: flex;
    align-items: center;
    background: #FFC700;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    height: 28px;
    padding: 0 10px;
}
.header-callback-btn img{
    margin-right: 5px;
}
.header-callback-btn:hover {
    filter: brightness(110%);
}

.header-bottom-inner{
    height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-menu-left{
    width: calc(50% - 110px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}
.header-menu-center{
    width: 235px;
}
.header-menu-right{
    width: calc(50% - 125px);
    display: flex;
    align-items: center;
    height: 60px;
}
.nav li{
    position: relative;
}
.nav > ul > li{
    display: inline-block;
    margin: 0 34px;
    z-index: 10;
}
.nav > ul > li > a{
    
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    color:#fff;
    border-bottom: 1px solid;
    font-size:17px;
}
.nav .active > a,
.nav li:hover > a{
    color: #FFC700;
}
.nav li:hover > a{
    background: #2D2D2D;
}
.nav ul ul{
    position: absolute;
    width: 290px;
    background: #2D2D2D;
    display: none;
}
.nav ul li:hover > ul{
    display: block;
}
.nav ul ul a{
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    line-height: 1.2;
}
.nav ul ul li{
    padding: 0 12px;
}
.nav ul ul li:last-of-type > a{
    border-bottom: none;
}
.nav > ul > li > ul{
    top: 100%;
    left: 0;
}
.nav ul ul ul{
    padding: 3px 0;
    width: 240px;
    top: 0;
    left: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.46);
}
.nav ul ul li.down > a{
    padding-right: 15px;
    position: relative;
}
.nav ul ul li.down > a:after{
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 7px;
    background: url(../images/menu-arrow-white.svg) 0 0 no-repeat;
    background-size: contain;
}
.nav ul ul li.down:hover > a:after,
.nav ul ul li.down.active > a:after{
    background-image: url(../images/menu-arrow-yellow.svg);
}
@media(max-width: 1229px){
    .header-top-inner .left-block{
        display: block;
        font-size: 13px;
    }
    .header-address{
        margin-right: 0;
    }
    .header-tel {
        font-size: 15px;
        margin-right: 20px;
    }
    .message-btn{
        margin-right: 12px;
    }
    .nav > ul > li{
        margin: 0 25px;
    }
}
@media(max-width: 1189px){
    .header-tel {
        font-size: 14px;
        margin-right: 15px;
    }
    .header-tel svg {
        width: 13px;
        margin-right: 3px;
        position: relative;
        top: -1px;
    }
    a.header-callback-btn{
        font-size: 11px;
        padding: 0 6px;
    }
    .message-btn{
        margin-right: 10px;
    }
    .nav > ul > li {
        margin: 0 15px;
    }
}
@media(max-width: 991px){
    .header-bottom{
        display: none;
    }
    .header-top-inner .right-block{
        flex-wrap: wrap;
        text-align: right;
        height: 50px;
        padding-right: 35px;
    }
    .messagers-buttons{
        margin-right: 0;
        padding-right: 15px;
        justify-content: flex-end;
    }
    .message-btn {
        margin-right: 0;
        margin-left: 10px;
    }
    .message-btn.whatsapp-btn{
        margin-left: 0;
    }
    .header-tel{
        margin-right: 0;
        justify-content: flex-end;
    }
    .header-callback{
        width: 100%;
    }
    a.header-callback-btn{
        height: auto;
        padding: 0;
        background: transparent;
        color: #FFC700;
        border-bottom: 1px dashed;
        border-radius: 0;
        position: relative;
        top: -5px;
        display: inline-block;
    }
    a.header-callback-btn img{
        display: none;
    }
    .header-callback{
        margin-left: 20px;
    }
    .header-callback-btn img {
        margin-right: 2px;
        width: 10px;
        position: relative;
        top: -1px;
    }
    .header-top-inner .left-block{
        font-size: 12px;
        line-height: 1.1;
    }
    .header-address{
        margin-bottom: 4px;
    }
}
@media(max-width: 767px){
    .header{
        position: relative;
        height: auto;
    }
    .header-top:before{
        display: none;
    }
    .header-top{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 500;
    }
    .header-top-inner .left-block{
        display: none;
    }
    .header-top-inner .logo {
        width: 50px;
        height: 50px;
        bottom: -3px;
    }
    .header-top-inner .logo-text{
        font-size: 11px;
    }
    .header-top-inner .right-block {
        width: calc(100% - 50px);
    }
}
@media(max-width: 359px){
    .header-tel{
        font-size: 12px;
    }
    .header-tel svg{
        display: none;
    }
    .telegram-btn svg{
        width: 12px;
        height: 12px;
    }
    .whatsapp-btn svg{
        width: 10px;
        height: 10px;
    }
    .message-btn{
        width: 22px;
        height: 22px;
        margin-left: 7px;
    }
    .messagers-buttons{
        padding-right: 10px;
    }
}
/* /. Header */


/* Top slider  */
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .item{
    position: relative;
}
.top-slider .item-content-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-top: 80px;
}
.top-slider .item-title{
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.top-slider .item-text{
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
@media(max-width: 1229px){
    .top-slider .item-title{
        font-size: 40px;
        margin-bottom: 15px;
    }
    .top-slider .item-text{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .top-slider .item-content-wrapper{
        padding-top: 70px;
    }
    .slick-dots{
        bottom: 6px;
    }
    .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 6px 0;
    }
}
@media(max-width: 991px){
    .top-slider .item{
        height: 342px;
    }
    .top-slider .item > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media(max-width: 767px){
    .top-slider .item-content-wrapper{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .top-slider .item-title{
        font-size: 22px;
    }
    .top-slider .item-text{
        font-size: 16px;
    }
    .top-slider .btn{
        margin-bottom: 0;
    }
}
/* /. Top slider  */

.index-introtext-section{
    padding: 30px 0;
    font-size: 20px;
}

/* services */
.services-section{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
.index-template .services-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 235px;
    background: url(../images/services-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.services-section .container{
    position: relative;
    z-index: 10;
}
.services-section .section-title{
    color: #fff;
}
.index-template .services-section .container{
    width: 1360px;
    max-width: 100%;
}
.services{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
}
.services .item{
    width: 25%;
    padding: 0 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.base-template .services{
    margin-left: -15px;
    margin-right: -15px;
}
.base-template .services .item{
    padding: 0 15px;
    margin-bottom: 30px;
}
.services .item-inner{
    position: relative;
    width: 290px;
    max-width: 100%;
    min-height: 290px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 20px;
    text-align: center;
    transition: all ease-out 300ms;
}
.services .item-icon{
    margin-bottom: 20px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .item-title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all ease-out 300ms;
}
.services .item-title a{
    color: #000;
}
.services .item-text{
    line-height: 1.2;
}
.services .item-inner:hover{
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.services .item-inner:hover .item-title a{
    color: #FFC700;
}
.services .item-inner .hidden-block{
    position: absolute;
    top: 200px;
    left: -10px;
    right: -10px;
    height: 160px;
    padding: 20px;
    border-radius: 2px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    z-index: 20;
    transform: scale(0);
    transition: all ease-out 300ms;
}
.services .item-inner:hover .hidden-block{
    transform: scale(1);
}
.services .item-inner .hidden-block ul{
    height: 100%;
    overflow: auto;
}
.services .item-inner .hidden-block li{
    margin-bottom: 6px;
}
.services .item-inner .hidden-block a{
    text-decoration: underline;
    color: #fff;
}
.services .item-inner .hidden-block a:hover{
    color: #FFC700;
}
@media(min-width: 1360px){
    .index-template .services .item1,
    .index-template .services .item2,
    .index-template .services .item3,
    .index-template .services .item8,
    .index-template .services .item9,
    .index-template .services .item10{
        width: 33.33333%;
    }
    .index-template .services .item1,
    .index-template .services .item8{
        justify-content: flex-end;
    }
    .index-template .services .item3,
    .index-template .services .item10{
        justify-content: flex-start;
    }
    .index-template .services .item1 .item-inner,
    .index-template .services .item8 .item-inner{
        right: -60px;
    }
    .index-template .services .item3 .item-inner,
    .index-template .services .item10 .item-inner{
        left: -60px;
    }
}

@media(max-width: 1359px){
    .services{
        justify-content: center;
    }
    .services .item{
        width: 350px;
    }
    .base-template .item{
        width: 33.33333%;
    }
    .base-template .item-inner{
        width: 100%;
    }
}
@media(max-width: 991px){
    .services .item a.absolute{
        display: none;
    }
    .base-template .item{
        width: 50%;
    }
}
@media(max-width: 767px){
    .services .item{
        width: 100%;
        padding: 0;
    }
    .base-template .item{
        width: 100%;
    }
    .services .item-inner .hidden-block{
        left: -5px;
        right: -5px;
    }
}
/* /. services */


/* features */
.features .row{
    display: flex;
    flex-wrap: wrap;
}
.features .row > div{
    margin-bottom: 40px;
}
.features .item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.features .item-num{
    width: 115px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 100px;
    line-height: 0.8;
    opacity: 0.15;
}
.features .item-content{
    width: calc(100% - 115px);
}
.features .item-title{
    font-weight: bold;
    font-size: 29px;
    line-height: 103.78%;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: relative;
    min-height: 72px;
}
.features .item-title:after{
    content: "";
    width: 70%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EBA7A7;
}
@media(max-width: 1229px){
    .features .item-title{
        font-size: 2.2vw;
        min-height: 6.4vw;
        margin-bottom: 1.1vw;
    }
}
@media(max-width: 991px){
    .features .item-num {
        width: 90px;
        font-size: 80px;
    }
}
@media(max-width: 767px){
    .features .row > div{
        width: 100%;
    }
    .features .item-num {
        width: 50px;
        font-size: 40px;
    }
    .features .item-title{
        min-height: 1px;
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .features .item-title:after{
        width: 100px;
    }
    .features .item-text{
        line-height: 1.2;
    }
}
/* /. features */

/* reviews */
.reviews-section{
    background: linear-gradient(180deg, #737171 0%, #000000 100%);
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.reviews-section a{
    color: #fff;
}
.reviews-carousel > div{
    display: none;
}
.reviews-carousel > div:first-of-type,
.reviews-carousel.slick-slider > div{
    display: block;
}
.reviews-carousel .slick-prev{
    left: -80px;
}
.reviews-carousel .slick-next{
    right: -80px;
}
.reviews-carousel .item{
    padding-right: 30px;
    font-weight: 300;
}
.reviews-carousel .item-date{
    font-size: 12px;
    margin-bottom: 5px;
}
.reviews-carousel .item-title{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.reviews-carousel .item-text{
    font-size: 16px;
    line-height: 145.76%;
}
.more{
    font-size: 20px;
    text-decoration: underline;
}
.more:hover{
    text-decoration: none;
    color: #FFC700;
}
.reviews-carousel .more-link{
    text-decoration: underline;
}
.reviews-carousel .more-link:hover{
    text-decoration: none;
}
@media(max-width: 1369px){
    .reviews-carousel-wrapper{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(max-width: 991px){
    .reviews-carousel .item-title{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .reviews-carousel .item-text{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .reviews-carousel-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .reviews-carousel .item{
        padding-right: 15px;
    }
}
/* /. reviews */

/* feedback section */
.feedback-section{
    background: url(../images/feedback-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.feedback-section h2,
.feedback-section p{
    color: #fff;
}
.feedback-section p{
    line-height: 1;
}
.feddback-form-block{
    width: 830px;
    max-width: 100%;
    margin: auto;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
}
.feddback-form-block .btn{
    margin-bottom: 0;
}

/* /. feedback section */

/* portfolio-section */
.portfolio-section{
    width: 100%;
    overflow: hidden;
}
.portfolio-carousel-wrapper{
    margin-left: -10px;
    margin-right: -10px;
}
.portfolio-section .item{
    padding-left: 10px;
    padding-right: 10px;
}
.portfolio-section .item-inner{
    position: relative;
}
.portfolio-section .item-img{
    height: 310px;
    background: #000;
    position: relative;
}
.portfolio-section .item-img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 50%);
    transition: all ease-out 300ms;
}
.portfolio-section .item-img:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 50%);
    transition: all ease-out 300ms;
    opacity: 0;
    transform: rotate(180deg);
}
.portfolio-section .item-inner:hover .item-img:before{
    opacity: 1;
}
.portfolio-section .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-section .item-content{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.portfolio-section .item-title{
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}
.portfolio-section .item-text{
    line-height: 1.2;
}
.portfolio-carousel > div{
    display: none;
}
.portfolio-carousel > div:first-of-type{
    display: inline-block;
}
.portfolio-carousel.slick-slider > div{
    display: block;
}
.portfolio-carousel.slick-slider .item{
    display: inline-block;
}
.portfolio-carousel .slick-prev{
    left: -70px;
}
.portfolio-carousel .slick-next{
    right: -70px;
}
.portfolio-wrapper .item{
    margin-bottom: 30px;
    padding: 0;
}
@media(max-width: 1369px){
    .portfolio-carousel-wrapper{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(max-width: 767px){
    .portfolio-carousel-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
}
/* /. portfolio-section */

/*  BRANDS */
.brands-carousel > div{
    display: none;
}
.brands-carousel > div:first-of-type,
.brands-carousel.slick-slider > div{
    display: block;
}
.logotype {
    padding: 0 10px;
    margin: 0px 0 15px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
/* /. BRANDS */

.content{
    line-height: 1.2;
}
.index-content-img-block{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.index-content-img-block .item-text{
    margin-right: 30px;
    width: 310px;
    text-align: right;
    line-height: 1.5;
    padding-top: 20px;
}
@media(max-width: 767px){
    .index-content-img-block{
        display: block;
    }
.index-content-img-block .item-text{
        margin-right: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
}

/* breadcrumbs */
.breadcrumbs {
    margin-bottom: 30px;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.breadcrumbs ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 13px;
    line-height: 16px;
}
.breadcrumbs ul li:not(:last-child) {
    padding-right: 20px;
}
.breadcrumbs ul li:not(:last-child)::before {
    content: "/";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumbs ul li svg {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.breadcrumbs ul li svg path {
    fill: #000;
    transition: all 0.3s linear;
}
.breadcrumbs ul li a {
    color: #000;
    text-decoration: underline;
}
.breadcrumbs ul li:hover a {
    color: #2F4D6D;
}
.breadcrumbs ul li:hover svg path {
    fill: #2F4D6D;
}

@media(max-width:991px){
    .breadcrumbs ul {
        display: block;
    }
    .breadcrumbs ul li {
        display: inline-block;
    }
    .breadcrumbs ul li:not(:last-child) {
        padding-right: 20px;
    }
    .breadcrumbs ul li:not(:last-child)::before {
        transform: translateY(-40%);
    }
    .breadcrumbs ul li svg{
        display: none;
    }
}
/* /. breadcrumbs */

/* reviews */
.reviews .item{
    padding: 30px;
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.reviews .item-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.reviews .item-date {
    font-size: 12px;
    margin-bottom: 5px;
}
.reviews .item-text{
    font-size: 16px;
}
/* /. reviews */


/* portfolio-gallery */
.portfolio-gallery .element{
    margin-bottom: 30px;
}
.portfolio-gallery .element a{
    display: block;
    position: relative;
}
.portfolio-gallery .element a:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
    opacity: 0;
}
.portfolio-gallery .element:hover a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
.portfolio-gallery .element a:before {
    content:"";
    width: 50px;
    height: 50px;
    background: url(../images/zoom.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -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;
}
.portfolio-gallery .element:hover a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
/* /. portfolio-gallery */


/* Contacts page */
.map{
    height: 350px;
}
#mapexMap{
    height:100%;
}
.contacts-block .item{
    margin-bottom: 15px;
}
.contacts-block .item a{
    color: #000;
}
.contacts-block .item a:hover{
    color: #0059A3;
}
.contacts-block .item svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: 000;
    position: relative;
    bottom: -4px;
}
/* /. Contacts page */

/* actions */
.actions .row{
    display: flex;
    flex-wrap: wrap;
}
.actions .row > div{
    margin-bottom: 30px;
}
.actions .item{
    height: 100%;
    transition: all ease-out 300ms;
}
.actions .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.actions .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /. actions */


/* aside menu */
.aside-menu ul ul{
    display: none;
}
.aside-menu .active > ul {
    display: block;
}
.aside-menu li{
    position: relative;
}
.aside-menu a{
    font-size: 18px;
    display: block;
    color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #C8C8C8;
}
.aside-menu li.open > a{
    color: #ffc700;
}
.aside-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 46px;
    cursor: pointer;
}
.aside-menu .dropdown-button:before,
.aside-menu .dropdown-button:after{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.3s linear;
}
.aside-menu .dropdown-button:before{
    transform: translateY(-50%);
}
.aside-menu .dropdown-button:after {
    transform: translateY(-50%) rotate(90deg);
}
.aside-menu li.open > .dropdown-button:before,
.aside-menu li.open > .dropdown-button:after{
    background-color: #ffc700;
}
.aside-menu li.open > .dropdown-button:after {
    transform: translateY(-50%) rotate(0deg);
}
.aside-menu ul ul{
    padding-left: 15px;
    padding-top: 10px;
}
.aside-menu ul ul ul{
    padding-top: 0;
}
.aside-menu ul ul a{
    font-size: 14px;
    font-weight: normal;
    padding: 6px 0 6px 15px;
    border-bottom: none;
}
.aside-menu ul ul .dropdown-button{
    height: 32px;
}

.aside-menu-title {
    padding: 18px 42px 15px 20px;
    background: #272727;
    position: relative;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.aside-menu-title:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    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);
}
.active .aside-menu-title:after {
    transform: rotate(225deg);
    margin-top: -1px;
}
@media only screen and (max-width: 991px){
    .aside-menu > ul {
        display: none;
        padding: 10px 20px;
        border: 1px solid #C8C8C8;
    }
    .aside-menu.active > ul {
        display: block;
    }
    .aside-menu > ul > li:last-of-type > a{
        border-bottom: none;
    }
}
/* /.aside menu */


/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}


details{
  display:block;
  background: #fff;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 2.5rem;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
        transition: 0.3s;
    margin-bottom: 15px;
   display:block;
   padding: .3em .3em .3em 1.4em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
   border-bottom: 1px solid #e2e8f0;
}
summary:before {  
  top: .4em;
  left: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
   padding: 0 2em 10px 0;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
  
}

summary:hover {
   color: rgb(255, 199, 0);
    cursor: pointer;
    transition: all 200ms ease-out 0s; 

}


.limiter {
  max-height: 50px;
  overflow: hidden;
  position: relative;
}
.limiter .bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgb(255 217 29 / 0%),
    rgb(255 255 255)90%);
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
    transition: 0.3s;
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .limiter {
  max-height: none;
}
.read-more-checker:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}

.read-more-checker ~ .read-more-button:hover {
   color: rgb(255, 199, 0);
    cursor: pointer;
    transition: all 200ms ease-out 0s; 
    

}

.read-more-checker ~ .read-more-button:before {
  content: "Развернуть ⇓";
  

    margin-bottom: 15px;
   display:block;
   padding: .3em .3em .3em 0em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
   border-bottom: 1px solid #e2e8f0;
}
.read-more-checker:checked ~ .read-more-button:before {
  content: "Свернуть ⇑";
}
.read-more-button {
   transition: 0.3s;   
  cursor: pointer;
  display: inline-block;
  color: #000;
}



/*ватсап*/

.whatsapp-button {
    position: fixed;
    right: 3px;
    bottom: 170px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 40px; /*ширина кнопки*/
    height: 40px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 40px; /*центровка иконки в кнопке*/
    font-size: 25px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.custom-sizes, .custom-sizes-btn {
    display: flex;
    justify-content: space-between;
}

.custom-sizes > div, .custom-sizes-btn > div {
    width: 49%;
}

.custom-sizes input {
    transition: all 0.2s ease;
}

.custom-sizes input[disabled] {
    opacity: 0.5;
}

.super-animation {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.super-animation::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.super-animation:hover::before {
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.table table {
    width:80%;
    margin:auto;
}

.table table tr {
    font-size: 18px;
    text-align: center;
    padding: 16px;
    border: 1px solid #bbb;
}

.table table th,td {
    padding: 15px;
    border: 1px solid grey;
    
}

.table table td:not(:first-child) {
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* cookie-banner */

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(31, 41, 55, 0.95);
    color: #fff;
    padding: 20px 0;
    z-index: 9999;
    backdrop-filter: blur(6px);
  }

  .site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #cookie-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
  }

  #cookie-banner p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
  }

  #cookie-banner a {
    color: #60a5fa;
    text-decoration: underline;
  }

  #cookie-banner button {
    background-color: #ffc700;
    color: #000;
    border: none;
    padding: 5px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    flex-shrink: 0;
  }

  @media (max-width: 768px) {
    #cookie-banner-content {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }

    #cookie-banner p {
      flex: 100%;
      margin-bottom: 10px;
    }

    #cookie-banner button {
      align-self: center;
    }
  }