@charset "utf-8";
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}

.header-application {display: flex
;
    flex-direction: column;}
.header-buttons .messengers-item-buttons {display:flex;}
.header-buttons .messengers-item-buttons a {padding:0 3px;}
.email a {color: #000;line-height: 18px;text-align: right;font-size:14px; padding-left:10px;}


@media (max-width:768px){
    span.small {display:none;}
}

:root {
  --color-whte: #fff;
  --color-whte--rgb: hextorgb(#fff);
  --color-blck: #051C2F;
  --color-blck--rgb: hextorgb(#051C2F);
  --color-drk: #2F4252;
  --color-drk--rgb: hextorgb(#2F4252);
  --color-primary: #4055a5;
  --color-primary--rgb: hextorgb(#4055a5);
  --color-primary-dark: #162734;
  --color-primary-dark--rgb: hextorgb(#162734);
  --color-secondary: #FF5E4C;
  --color-secondary--rgb: hextorgb(#FF5E4C);
  --color-secondary-light: #EC4621;
  --color-secondary-light--rgb: hextorgb(#EC4621);
  --color-blue: #1375C3;
  --color-blue--rgb: hextorgb(#1375C3);
  --color-dark-blue: #051C2F;
  --color-dark-blue--rgb: hextorgb(#051C2F);
  --color-light-blue: #CAD9E8;
  --color-light-blue--rgb: hextorgb(#CAD9E8);
  --color-green: #9CFD56;
  --color-green--rgb: hextorgb(#9CFD56);
  --color-grey: #7A7A7A;
  --color-grey--rgb: hextorgb(#7A7A7A);
  --color-grey-light: #F5F6F7;
  --color-grey-light--rgb: hextorgb(#F5F6F7);
  --color-input: #F6F6F6;
  --color-input--rgb: hextorgb(#F6F6F6);
  --color-footer-bg: #090E23;
  --color-footer-bg--rgb: hextorgb(#090E23);
  --font-main: "DMSans", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --font-size: 16px;
  --transition: 0.3s ease-in-out;
}

@font-face {
    font-family: 'captureit'; 
    src: url('../fonts/capture-it.ttf'); 
}


.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: #333;
    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: #016002;
}
.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 slider */
.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;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 6px;
    margin: 0 8px 0;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.slick-dots li.slick-active{
    background: #016002;
}
.slick-prev,
.slick-next{
    display: block;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: calc(50% - 28px);
    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;
}
.slick-prev{
    left: calc(50% - 650px);
}
.slick-next{
    right: calc(50% - 650px);
}
.slick-prev span,
.slick-next span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../images/slider_arrow.svg) 50% 50% no-repeat;
}
.slick-next span{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-prev:hover,
.slick-next:hover{
    background: #016002;
}
/* /. slick slider */

@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: var(--color-primary);
    }
    ::-webkit-scrollbar-track {
        background-color: #2C2C2C;
    }
    /* /. custom chrome scroll */
}

#up{
    position: fixed;
    overflow: hidden;
    right: 40px;
    bottom: 40px;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background: var(--color-primary);
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 100px, 0);
    cursor: pointer;
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    background-color: #1E7BAE;
    color: #fff;
}
#up svg{
    height: 20px;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    overflow-x: hidden;
}
.content{
    font-size: 17px;
}
@media(max-width: 991px){
    .content{
        font-size: 16px;
    }
}
blockquote{
    border-left: 3px solid #016002;
    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: 40px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 0;
    background: url(../images/list-check.svg) 50% 50% no-repeat, linear-gradient(180deg, var(--color-secondary) 0%, var(--color-secondary) 100%);
    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: #333;
}
.content table td{
        border: 1px solid #E5E5E5;
    padding: 14px 10px 1px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.content table td p{
    margin-bottom: 10px;
}

.content table td ol {
    margin-bottom: 10px;
}

.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 50px;
}
h2,
.title-h2{
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 50px;
}
h3,
.title-h3{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}
h4,
.title-h4{
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5, .title-h5 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
}
@media only screen and (max-width: 1359px) {
    h1,
    .title-h1{
        font-size: 36px;
    }
    h2,
    .title-h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    h2,
    .title-h2{
        font-size: 32px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 26px;
        margin-bottom: 30px;
    }
    h2,
    .title-h2{
        font-size: 22px;
        margin-bottom: 25px;
    }
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 30px;
}
a{
    color: var(--color-primary);
    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: #000;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    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;
}
.btn:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
    color: #fff;
}
.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;
}
.modal .title-h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
/* 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;
    font-size:12px;
}
.agreement 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;
}
.agreement input:checked + label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error + label{
    color:red;
}
/* /. Agreement */


/* Pagination */
.pagination{
    padding: 0;
    margin: 0;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
}
.catalog .pagination li:first-of-type:before{
    height: 20px;
}
.catalog .pagination li:last-of-type:after{
    height: 20px;
}
.reviews .pagination li:first-of-type:before{
    height: 10px;
}
.reviews .pagination li:last-of-type:after{
    height: 50px;
}
.blog-section .pagination li:first-of-type:before{
    height: 30px;
}
.blog-section .pagination li:last-of-type:after{
    height: 20px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3366ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    color: #777;
    cursor: default;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3366ff;
    border-color: #3366ff;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1B86C1;
    border-color: #1B86C1;
}
/* /. Pagination */

/* Mobile menu btn */
.menu-button{
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    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: #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;
}
/* /. Mobile menu btn */

.mobile-menu-wrapper {
    position: fixed;
    top: 50px;
    left: -240px;
    height: 100%;
    width: 240px;
    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{
    background: #1E7BAE;
    height: 100%;
}
.overlay {
    position: fixed;
    top: 50px;
    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 > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    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: 22px;
}
.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.active > a{
    color: #fff;
    background: #005786;
}
.mobile-menu > ul > li > ul > li.active > a,
.mobile-menu ul ul ul .active a{
    color: #000;
}
.mobile-menu > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 15px;
    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 45px 10px 30px;
    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;
    background: #1c6f9c;
}
.mobile-menu ul ul .dropdown-button{
    height: 38px;
    width: 45px;
}
.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 .active > .dropdown-button:before{
    color: #000;
}
.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;
}
@media (max-width: 991px) {
    .mobile-menu-wrapper.open {
        left: 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 {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 440px) {
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/* /. Mobile menu */


/* Header */
.top-menu-wrapper{
    background: #131F24;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.top-menu > ul > li{
    display: inline-block;
    position: relative;
}
.top-menu > ul > li > a{
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 40px;
}
.top-menu li.active > a,
.top-menu li:hover > a{
    background-color: #016002;
    color: #333;
}
.top-menu > ul > li > ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 500;
    background: #131F24;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    text-align: left;
}
.top-menu > ul > li:hover > ul{
    display: block;
}
.top-menu ul ul li a {
    display: block;
    color: #fff;
    padding: 8px 40px;
}

.header{
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    position: relative;
    z-index: 100;
    padding-top:15px;
}
.header-body{
    height: 125px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.logo {
    width: 320px;
    position: absolute;
    top: 50%; /* Центрируем по вертикали */
    left: 50%; /* Центрируем по горизонтали */
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column; /* Расположение элементов в колонку */
    align-items: center;
    justify-content: center;
    text-align: center; /* Центрируем текст */
}

.logo-image img {
    width: 100%;
    height: auto;
}

.logo-text {
    /* Дополнительные стили для текста при необходимости */
    margin-top: 10px; /* Отступ между изображением и текстом */
}
.logo img{
    max-width: 100%;
}
.header-contacts{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: calc(50% - 150px);
}
.header-contacts .item{
    margin-right: 40px;
}
.header-contacts .item.last{
    margin-right: 0;
}
.header-contacts .item-title{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.header-contacts .item-body{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.header-contacts .item-body a{
    color: #333;
}
.header-contacts .item-body a:hover{
    color: #1E7BAE;
}
.header-buttons{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% - 150px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-buttons .item{
    display: flex;
}
#msMiniCart.header-cart{
    position: relative;
    top: 0;
    font-size: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#msMiniCart .not_empty {
    display: none;
}
#msMiniCart.full .not_empty {
    display: block;
}
#msMiniCart.full .empty {
    display: none;
}
.header-cart-inner{
    height: 34px;
    position: relative;
    padding-left: 45px;
}
.header-cart-inner .header-cart-icon{
    position: absolute;
    left: 0;
    top: 2px;
}
.header-cart-icon svg{
    fill: #333;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#msMiniCart.full:hover .header-cart-icon svg{
    fill: #1E7BAE;
}
.header-cart-title{
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    font-size: 14px;
}
.header-cart-summ{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-cart-inner .ms2_total_count {
    background: #b0b0b0;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    padding: 5px 3px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
    min-width: 20px;
    box-shadow: 0px 0px 0px 2px #fff;
}
#msMiniCart.full .header-cart-inner .ms2_total_count{
    background: #ff2829;
}
.currency-icon svg {
    width: 13px;
    height: 17.328px;
    position: relative;
    bottom: -1px;
}
.application-btn{
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    padding: 12px 16px 12px 60px;
    position: relative;
    margin-right: 30px;
}
.application-btn svg{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 16px;
}
.application-btn:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
    color: #fff;
}
.header-menu-wrapper{
    border-top: 1px solid #E8E9EA;
    padding: 12px 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-menu > ul{
    display: flex;
    justify-content: space-between;
}
.header-menu li{
    position: relative;
}
.header-menu > ul > li > a{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #333;
}
.header-menu > ul > li.down > a{
    padding-right: 17px;
    position: relative;
}
.header-menu > ul > li.down > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    right: 0;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-menu .delimiter{
    color: #c3c3c3;
    font-weight: 100;
}
.header-menu .last + .delimiter,
.header-menu ul ul .delimiter{
    display: none;
}
.header-menu li:hover > a,
.header-menu li.active > a{
    color: var(--color-primary);
}
.header-menu li.down:hover > a:after,
.header-menu li.down.active > a:after{
    border-color: var(--color-primary);
}
.header-menu ul ul{
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 250px;
    z-index: 500;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 12px 0;
}
.header-menu > ul > li.last > ul{
    left: auto;
    right: 0;
}
.header-menu > ul > li:hover > ul{
    display: block;
}
.header-menu ul ul li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    padding: 8px 20px;
}
.header-menu ul ul:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}
@media(min-width: 992px){
    .logo img{
        height: 75px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .header.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
    }
    .header.fixed .logo .logo-text{display:none;}
    .header.fixed .logo img{
        height: 44px;
        width:auto;
    }
    .header.fixed .header-body{
        height: 50px;
    }
    .header.fixed .header-menu-wrapper{
        padding: 4px 0;
    }
    .header.fixed .header-contacts .item-title {
        font-size: 8px;
        margin-bottom: 3px;
    }
    .header.fixed .header-contacts .item-body {
        font-size: 15px;
        line-height: 15px;
    }
    .header.fixed .application-btn {
        display:none;
        font-size: 9px;
        padding: 6px 12px 6px 40px;
    }
    .header.fixed .application-btn svg {
        margin-top: -10px;
        left: 12px;
        width: 20px;
        height: 20px;
    }
    .header.fixed .header-cart{
        font-size: 13px;
        top: auto;
        bottom: -2px;
    }
    .header.fixed .header-cart-summ{
        font-size: 13px;
    }
    .header.fixed .header-cart .currency-icon svg {
        width: 8px;
        height: 10.656px;
    }
    .header.fixed .header-cart-icon svg{
        width: 24px;
        height: 28px;
    }
    .header.fixed .header-menu > ul > li > a{
        font-size: 13px;
    }
    .header.fixed .header-menu ul ul{
        top: calc(100% + 4px);
    }
    .header.fixed .header-menu ul ul:before{
        height: 4px;
        top: -4px;
    }
    .header.fixed .header-cart-inner {
        padding-left: 40px;
    }
    .header-push{
        height: 0;
    }
    .header.fixed + .header-push{
        height: 87px;
    }
}

@media(max-width: 1329px){
    .header-contacts .item-title{
        font-size: 10px;
    }
    .header-contacts .item-body {
        font-size: 16px;
        line-height: 20px;
    }
    .application-btn{
        font-size: 11px;
        padding: 10px 10px 10px 55px;
    }
    .application-btn svg{
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }
    .header-cart{
        font-size: 14px;
    }
    .header-cart-icon svg {
        width: 24px;
        height: 28px;
    }
    .header-cart-summ {
        font-size: 13px;
    }
    .header-cart .currency-icon svg {
        width: 8px;
        height: 10.656px;
    }
    .header-cart-inner {
        padding-left: 40px;
    }
    .header-menu > ul > li > a {
        font-size: 14px;
    }
    .top-menu > ul > li > a {
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .header-menu .delimiter{
        display: none;
    }
}
@media(max-width: 1100px){
    .top-menu > ul > li > a {
        padding: 0 20px;
    }
    .header-contacts .item-body {
        font-size: 14px;
        line-height: 18px;
    }
    .header-contacts .item-title {
        font-size: 8px;
    }
    .header-menu > ul > li > a {
        font-size: 13px;
    }
    .header-menu > ul > li.down > a {
        padding-right: 15px;
    }
    .application-btn {
        font-size: 9px;
        padding: 8px 8px 8px 35px;
    }
    .application-btn svg {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        left: 8px;
    }
}

/* Стили для планшетов: текст справа от логотипа */
@media (min-width: 768px) and (max-width: 1024px) {
    .logo {
        flex-direction: row; /* Изменяем направление на горизонтальное */
        text-align: left; /* Текст выравнивается по левому краю */
        width: auto; /* Можно убрать фиксированную ширину, если необходимо */
    }

    .logo-text {
        margin-top: 0; /* Убираем верхний отступ */
        margin-left: 10px; /* Отступ между логотипом и текстом по горизонтали */
    }
}


@media(max-width:991px){
    .top-menu-wrapper,
    .header-menu-wrapper{
        display: none;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
        padding-top:5px;
    }
    
#wapp{display:none;}
    .logo {
        margin-left: 10px;
        width: 120px;
  
        left: 30px;
    }
    .header .logo img{
        height: 34px;
    }
    .header .logo .logo-text{
        display:none;
    }
    .header-body{
        height: 50px;
    }
    .header-menu-wrapper{
        padding: 4px 0;
    }
    .header-contacts .item-title {
        font-size: 8px;
        margin-bottom: 3px;
    }
    .header-contacts .item-body {
        font-size: 12px;
        line-height: 13px;
    }
    .application-btn {
        font-size: 9px;
        padding: 6px 12px 6px 40px;
    }
    .application-btn svg {
        margin-top: -10px;
        left: 12px;
        width: 20px;
        height: 20px;
    }
    .header-cart{
        font-size: 13px;
        top: auto;
        bottom: -2px;
    }
    .header-cart-summ{
        font-size: 13px;
    }
    .header-cart .currency-icon svg {
        width: 8px;
        height: 10.656px;
    }
    .header-cart-icon svg{
        width: 24px;
        height: 28px;
    }
    .header-menu > ul > li > a{
        font-size: 13px;
    }
    .header-menu ul ul{
        top: calc(100% + 4px);
    }
    .header-menu ul ul:before{
        height: 4px;
        top: -4px;
    }
    .header-cart-inner {
        padding-left: 40px;
    }
    .header-push{
        height: 50px;
    }
    .header-contacts .item {
        margin-right: 20px;
    }
    .application-btn{
        margin-right: 20px;
    }
    .header-buttons {
        width: auto;
    }
    .header-contacts {
        width: auto;
        left: 150px;
    }
}

@media(max-width: 767px){
    .wapp{display:none;}
    .header-contacts{
        position: static;
        width: 100%;
        height: auto;
        padding: 15px 0 9px;
        text-align: center;
        justify-content: center;
    }
    .header-cart-content{
        display: none;
    }
    .menu-button{
        width: 20px;
        margin-left: 10px;
    }
    .application-btn{
        margin-right: 15px;
        font-size: 8px;
        padding: 6px 6px;
        font-weight: 500;
    }
    .application-btn svg{
        display: none;
    }
    .header-cart-icon svg {
        width: 19px;
        height: 28px;
    }
    .header-cart-inner {
        padding-left: 28px;
    }
    .header-cart-inner .ms2_total_count {
        font-size: 10px;
        padding: 2px 4px;
        top: 0;
        right: -8px;
        min-width: 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 img{
    width: 100%;
}
.top-slider .slider-content-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    color: #fff;
}
.top-slider .slider-content-wrapper:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(17, 17, 17, 0.55), rgba(3, 3, 3, 0.33), rgba(0, 0, 0, 0.70));
}
.top-slider .slider-content{
    padding-left: 112px;
    padding-right: 112px;
    position: relative;
    z-index: 100;
}
.top-slider.slidertotal-1 .slider-content{
    padding-bottom: 0;
}
.top-slider .slider-title{
    font-weight: bold;
    font-size: 2.5vw;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1vw;
}
.top-slider .slider-text{
    font-size: 1.15vw;
    line-height: 170%;
}
.top-slider .slider-text.mb{
    margin-bottom: 2vw;
}
.top-slider .btn{
    margin-bottom: 0;
}
.top-slider .slick-dots{
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vw;
}
@media(max-width: 1359px){
    .slick-prev, 
    .slick-next {
        width: 44px;
        height: 44px;
        top: calc(50% - 22px);
    }
    .slick-prev{
        left: 15px;
    }
    .slick-next{
        right: 15px;
    }
    .top-slider .slider-content {
        padding-left: 90px;
        padding-right: 90px;
    }
    .top-slider .btn{
        font-size: 1vw;
        padding: 1vw 1.5vw;
    }
}
@media(max-width: 767px){
    .top-slider .slider-content{
        padding: 0;
    }
}
/* /. Top slider */

/* Main directions */
.main-directions{
    padding: 70px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #eee;
}
.main-directions .item{
    margin-bottom: 35px;
    width: 20%;
    text-align: center;
    position: relative;
}
.main-directions .img-wrapper{
    width: 104px;
    height: 104px;
    display: flex;
    background: linear-gradient(180deg, #016002 0%, #006802 100%);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center;
}
.main-directions .img-wrapper img{
    width: 48px;
}
.main-directions .item-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.main-directions .item:hover .item-title{
    color: #016002;
}
@media(max-width: 1359px){
    .main-directions .item-title{
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .main-directions .item-title{
        font-size: 13px;
    }
    .main-directions .img-wrapper{
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 767px){
    .main-directions .item{
        width: 33.3333%;
    }
}
@media(max-width: 499px){
    .main-directions .item{
        width: 50%;
    }
}
/* /. Main directions */

.significant-categories-section h2{margin-bottom:20px;}
.significant-categories-section span {
    margin-bottom: 31px;
    display: block;
    font-size:1.3em;
    color:red;
}
/* Significant categories section */
.significant-categories-section{
    padding: 80px 0 20px;
}
.significant-categories{
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}
.significant-categories .slick-track{
    padding-top: 20px;
}
.significant-categories .item-inner{
    height: 495px;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.significant-categories .item-inner:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.significant-categories .item-inner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(116.29deg, rgba(26, 30, 33, 0.8) 19.5%, rgba(26, 30, 33, 0) 78.79%);
}
.significant-categories .item-content{
    height: 100%;
    position: relative;
    padding: 60px 40px 135px 40px;
    color: #fff;
}
.significant-categories .item-title{
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}
.significant-categories .item-subtitle{
    font-weight: bold;
    font-size: 18px;
    color: var(--color-secondary);
    line-height: 160%;
}
.significant-categories .item .btn{
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin-bottom: 0;
    z-index: 10;
}
@media(max-width: 1359px){
    .significant-categories-section{
        padding: 100px 0 20px;
    }
    .significant-categories .item-inner{
        height: 36.5vw;
    }
    .significant-categories .item-content {
        padding: 14% 10% 30%;
    }
    .significant-categories .item-title {
        font-size: 2.6vw;
        margin-bottom: 1.5vw;
    }
    .significant-categories .item-subtitle {
        font-size: 1.3vw;
    }
    .significant-categories .item .btn{
        font-size: 1vw;
        padding: 3.5% 7.5%;
        bottom: 9%;
        left: 10%;
    }
}
@media(max-width: 991px){
    .significant-categories-section{
        padding: 60px 0 40px;
    }
    .significant-categories .item-inner{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .significant-categories-section{
        padding: 20px 0;
    }
    .significant-categories .item-inner {
        height: 56vw;
    }
    .significant-categories .item-title {
        font-size: 4vw;
        margin-bottom: 2.5vw;
    }
    .significant-categories .item-subtitle {
        font-size: 5vw;
    }
    .significant-categories .item .btn {
        font-size: 3vw;
    }
}
/* /. Significant categories section */

/* About company Section */
.about-company-section{
    background: #fbfbfb;
    padding: 100px 0;
}
@media(max-width: 991px){
    .about-company-section{
        padding: 80px 0;
    }
}
@media (max-width: 767px){
    .about-company-section {
        padding: 50px 0;
    }
}
/* /. About company Section */

/* Warranty section */
.warranty-section{
    position: relative;
}
.warranty-section:before{
    content: "";
    background: #EFEFEF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
.warranty-section-inner{
    padding: 110px 0;
    background: #EFEFEF;
    position: relative;
    z-index: 10;
}
.product-warranties-block .row{
    display: flex;
    flex-wrap: wrap;
}
.product-warranties-block .row > div{
    display: flex;
    align-items: center;
}
.product-warranties-block .item{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.product-warranties-block  .img-wrapper{
    border-radius: 100%;
    margin-right: 20px;
    padding: 8px;
    border: 1px solid #DCDCDC;
}
.product-warranties-block  .img-wrapper img{
    border-radius: 100%;
}

.more-link{
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
}
.more-link:after{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/morelink-arrow.svg) 50% 50% no-repeat, linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) 100%);
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    right: 0;
}
.more-link:hover:after{
    right: -5px;
}
.warranty-banner{
    background: linear-gradient(180deg, #016002 0%, #399CD2 100%);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    width: 416px;
    max-width: 100%;
    font-size: 16px;
    line-height: 180%;
}
.warranty-banner .item-body{
    padding: 50px 50px 20px;
}
.warranty-banner .img-wrapper{
    margin-bottom: 40px;
}
.warranty-banner .item-title{
    font-weight: bold;
    font-size: 34px;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.warranty-banner .item-title span{
    font-size: 62px;
    text-transform: none;
}
.warranty-banner .item-footer{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 50px;
    font-size: 14px;
}
@media(max-width: 1359px){
    .warranty-section{
        background: #EFEFEF;
    }
    .warranty-section:before{
        display: none;
    }
    .warranty-banner-wrapper{
        display: flex;
        justify-content: center;
    }
    .product-warranties-block .item-text{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .warranty-section-inner{
        padding: 100px 0 80px;
    }
    .warranty-banner{
        width: 100%;
    }
    .product-warranties-block{
        margin-bottom: 80px;
    }
}
@media(max-width: 767px){
    .warranty-section-inner {
        padding: 80px 0 50px;
    }
    .product-warranties-block {
        margin-bottom: 50px;
    }
    .warranty-banner .item-body{
        padding: 30px 30px 20px;
    }
    .warranty-banner .item-footer{
        padding: 20px 30px;
    }
    .warranty-banner .item-title span {
        font-size: 42px;
    }
    .warranty-banner .item-title{
        font-size: 24px;
    }
}
/* /. Warranty section */




/* Info tabs section */
.info-tabs-section{
    position: relative;
          background: var(--color-primary-dark);
}
.info-tabs-section .section{
    padding: 110px 0 100px;
        background: var(--color-primary-dark);
    color: #fff;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.info-tabs-section .box{
    position: relative;
    z-index: 10;
    top: -12px;
}
.info-tabs-section .tabs{
    padding-right: 30px;
}
.info-tabs-section .tabs li{
    font-weight: 500;
    font-size: 18px;
    padding: 18px 50px 18px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.info-tabs-section .tabs li:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #3798CE 15.46%, rgba(55, 152, 206, 0) 90.1%);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.info-tabs-section .tabs li:last-of-type:after{
    display: none;
}
.info-tabs-section .tabs li.current,
.info-tabs-section .tabs li:hover{
        color: var(--color-secondary);
}
.info-tabs-section .tabs li.current:after,
.info-tabs-section .tabs li:hover:after{
    background: linear-gradient(90deg, var(--color-secondary) 15.46%, rgba(238, 170, 0, 0) 90.1%);
}
.info-tabs-section .more-link{
    color: #fff;
}
.info-tabs-section .more-link:hover{
    color: #016002;
}
@media(max-width: 1359px){
    .info-tabs-section .section {
        padding: 90px 0 80px;
    }
}
@media(max-width: 991px){
    .info-tabs-section .section {
        padding: 80px 0 60px;
    }
    .info-tabs-section .box{
        padding-right: 50px;
    }
    .info-tabs-section .tabs{
        padding-right: 0;
    }
    .info-tabs-section .box .content{
        font-size: 16px;
    }
    .info-tabs-section .tabs li {
        font-size: 16px;
        padding: 15px 30px 15px 0;
    }
}
@media(max-width: 767px){
    .info-tabs-section .tabs{
        margin-bottom: 30px;
        position: relative;
        z-index: 20;
    }
    .info-tabs-section:after{
        display: none;
    }
    .info-tabs-section .tabs li:after{
        display: none;
    }
    .info-tabs-section .tabs li{
        display: inline-block;
        border: 1px solid rgba(255,255,255,0.5);
        padding: 3px 5px;
        margin: 0 5px 8px 0;
        font-size: 12px;
    }
    .info-tabs-section .tabs li.current{
        background: #016002;
        border-color: #016002;
        color: #333;
    }
    .info-tabs-section .section{
        padding-left: 0;
    }
    .info-tabs-section .box{
        padding-right: 0;
    }
}
/* /. Info tabs section */


/* News section */
.news-section{
    padding: 100px 0 60px;
}
.news-section h2{
    margin-bottom: 0;
}
.news-section-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news > .row{
    display: flex;
    flex-wrap: wrap;
}
.news > .row > div{
    margin-bottom: 40px;
}
.news .img-wrapper{
    margin-bottom: 20px;
}
.news .img-wrapper img{
    width: 100%;
}
.news .item a{
    color: #333;
}
.news .item-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.news .item:hover .item-title{
    color: #016002;
}
@media(max-width: 1359px){
    .news .item{
        font-size: 14px;
    }
    .news .item-title{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .news-section{
        padding: 80px 0 40px;
    }
}
@media(max-width: 499px){
    .news .item{
        font-size: 3vw;
    }
    .news .item-title{
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }
    .news .img-wrapper{
        margin-bottom: 2vw;
    }
    .news > .row > div{
        margin-bottom: 8vw;
    }
}
/* /. News section */


/* Info text section*/
.info-text-section-inner{
    background: url(../images/info-text-section-inner-bg.png) 0 0 no-repeat #EFEFEF;
    background-size: auto 100%;
    padding: 120px 115px;
    margin-bottom: 120px;
}
@media(max-width: 991px){
    .info-text-section-inner {
        padding: 100px 80px 80px;
        margin-bottom: 100px;
    }
}
@media(max-width: 767px){
    .info-text-section-inner {
        padding: 50px 30px 30px;
        margin-bottom: 80px;
    }
    .info-text-section-inner .content{
        font-size: 13px;
    }
}
/* /. Info text section*/




/* Footer */
.footer{
    background: #131F24;
}
@media(min-width:1921px){
    .footer{
        background: #131F24;
    }
}
.footer{
    color: #fff;
}
.footer-features-wrapper{
    padding: 100px 0;
}
.footer-features > .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-features .item {
    margin-bottom: 35px;
}
.footer-features .img-wrapper {
    width: 104px;
    height: 104px;
    display: flex;
    background: linear-gradient(180deg, #016002 0%, #399CD2 100%);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin: 0 auto 40px;
    justify-content: center;
    align-items: center;
}
.footer-features .item-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.footer-middle-menu .listContainer1{
    display: flex;
}
.footer-middle-menu .listContainer1 > ul{
    margin-right: 50px;
}
.footer-middle-menu .listContainer1 > ul:last-of-type{
    margin-right: 0;
}
.footer-middle-menu > ul{
    display: none;
}
.footer-middle-menu ul{
    margin-bottom: 40px;
}
.footer-middle-menu a{
    font-size: 13px;
    line-height: 1.8;
    color: #FFFFFF;
    display: inline-block;
}
.footer-middle-menu a:hover{
    color: #016002;
}
.footer-middle-menu .listContainer1 > ul > li > a{
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.footer-middle-menu ul ul li{
    margin-bottom: 10px;
}
.footer-base-menu{
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-base-menu > ul{
    display: flex;
    justify-content: space-between;
}
.footer-base-menu .delimiter{
    font-weight: 100;
    color: rgba(255,255,255,0.2);
}
.footer-base-menu .last + .delimiter{
    display: none;
}
.footer-base-menu a{
    color: #fff;
    font-size: 15px;
}
.footer-base-menu a:hover{
    color: #016002;
}
.footer-contacts{
    padding: 50px 0;
}
.footer-contacts > .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-address-city{
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-address-city img{
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.footer-phone{
    margin-bottom: 5px;
}
.footer-phone a{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}
.footer-phone a:hover{
    color: #1E7BAE;
}
.footer-bottom{
    font-size: 13px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom > .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social-links a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    margin: 0 3px 0;
}
.social-links a:hover{
    background: #1E7BAE;
    border-color: #1E7BAE;
}
.social-links a img{
    max-width: 20px;
}
.development a{
    color: #1E7BAE;
}
.development a:hover{
    color: #fff;
}
@media(max-width: 1359px){
    .footer-middle-menu a{
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .footer-features-wrapper {
        padding: 80px 0 50px;
    }
    .footer-contacts{
        padding-top: 0;
    }
    .footer-address,
    .footer-schedule{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .footer-contacts{
        text-align: center;
    }
    .footer-contacts > .row > div{
        margin-bottom: 30px;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-bottom > .row > div{
        margin-bottom: 20px;
    }
    .footer-bottom > .row > div:last-of-type{
        margin-bottom: 0;
    }
}
/* /. Footer */

.middle-section{
    padding: 30px 0 50px;
}
.page-img{
    margin-bottom: 45px;
}
.page-img img{
    width: 100%;
}

/* Breadcrumbs */
.breadcrumbs-wrapper{
    margin-bottom: 50px;
    font-size: 14px;
}
.breadcrumb > li {
    display: inline;
    margin-right: 10px;
}
.breadcrumb > li > a{
    text-decoration: none;
}
.breadcrumb > li > a:after{
    content: '»';
    margin-left: 10px;
}
.activities-template .breadcrumbs-wrapper{
    background: #f7f7f7;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 1359px){
    .middle-section {
        padding: 0 0 50px;
    }
    .breadcrumbs-wrapper{
        margin: 0 -15px 50px;
        background: #f7f7f7;
        padding: 15px;
        font-size: 13px;
    }
}
/* /. Breadcrumbs */

.application-base-btn{
    display: inline-block;
    text-decoration: none;
    background: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    padding: 15px;
    position: relative;
    margin-right: 30px;
    text-align: center;
}
.application-base-btn.block{
    display: block;
    width: 100%;
}
.application-base-btn svg{
    vertical-align: middle;
    margin-right: 10px;
}
.application-base-btn:hover{
    color: #fff;
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}

/* Aside menu */
.aside{
    padding-right: 20px;
}
.shop-categories-template .aside{
    padding-right: 0;
}
.aside-menu{
    margin-bottom: 40px;
    background: #F7F7F7;
    padding: 50px 40px 40px;
}
.aside-menu-min{
    padding: 30px 20px 20px;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 12px 46px 12px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #1e7bae !important
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 46px;
    width: 46px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 50%;
    margin-top: -7px;
    margin-left: -5px;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -2px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 16px;
}
.aside-menu  ul ul a{
    padding: 6px 36px 6px 10px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul ul a{
    padding: 8px 36px 8px 30px;
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu > ul > li.active > a{
    color: #1E7BAE !important;
}
.aside-menu > ul > li.active > .dropdown-button:after{
    border-color: #1E7BAE;
}
@media(max-width: 1359px){
    .aside{
        padding-right: 0;
    }
}
/* /. Aside menu */


/* Contacts page */
.contacts-page-section > .row{
    display: flex;
    flex-wrap: wrap;
}
.contacts-page-section .contacts-block{
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contacts-block .item{
    width: 100%;
}
.contacts-block .item .title{
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.map{
    height: 500px;
}
#mapexMap{
    height: 100%;
}
@media(max-width: 991px){
    .contacts-page-section > .row,
    .contacts-page-section .contacts-block{
        display: block;
    }
    .contacts-page-section .contacts-block{
        padding: 30px 20px 5px;
    }
    .contacts-block .item{
        margin-bottom: 25px;
    }
}
/* /. Contacts page */

/* Services */
.services > .row{
    display: flex;
    flex-wrap: wrap;
}
.services > .row > div{
    margin-bottom: 50px;
}
.services .item{
    position: relative;
    padding-bottom: 40px;
    height: 100%;
}
.services .item-img{
    margin-bottom: 40px;
    position: relative;
}
.services .item img{
    width: 100%;
}
.services .arrow{
    width: 70px;
    height: 70px;
    position: absolute;
    background: #ffffff;
    bottom: -20px;
    right: 20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services .arrow:after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -13px;
    border-top: 6px solid #1E7BAE;
    border-right: 6px solid #1E7BAE;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services .item-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.item-intro{
    font-size: 14px;
}
.services .item-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
}
.services .item:hover .arrow{
    background: #016002;
}
.services .item:hover .arrow:after{
    border-color: #fff;
}
.services .item:hover .item-title{
    color: #016002;
}
.services .more-link{
    font-weight: normal;
    font-size: 12px;
}
.services .more-link:after{
    display: none;
}

/* /. Services */

/* Gallery */
.gallerylist .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallerylist .row > div{
    margin-bottom: 30px;
}
.gallerylist .item-inner{
    height: 330px;
    color: #f2f2f2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px;
    overflow: hidden;
    background-color: #7F7F7F;
}
.gallerylist .item-inner:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 180px rgba(0, 0, 0, 0.3) inset;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.gallerylist .item:hover .item-inner:before{
    box-shadow: none !important;
}
.gallerylist .item .item-date{
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.gallerylist .item .item-title{
    font-size: 22px;
    line-height: 1.2;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 30px;
    right: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.gallerylist .item .btn{
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    padding: 10px 15px;
    text-transform: none;
    font-weight: normal;
    border-radius: 2px;
}
.gallerylist .item:hover .btn{
    background: #313543;
    color: #fff;
}
@media(max-width: 1259px){
    .gallerylist .item-inner{
        height: 265px;
    }
    .gallerylist .item .item-title {
        font-size: 20px;
    }
    .gallerylist .item .item-date{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .gallerylist .row > div{
        margin-bottom: 20px;
    }
    .gallerylist .item-inner{
        height: 36vw;
    }
}
@media(max-width: 767px){
    .gallerylist .item-inner{
        height: 40vw;
    }
    .gallerylist .item .item-title {
        font-size: 16px;
    }
}
@media(max-width: 550px){
    .gallerylist .row{
        display: block;
    }
    .gallerylist .row > div{
        width: 100%;
    }
    .gallerylist .item-inner{
        height: 80vw;
        max-height: 350px;
    }
    .gallerylist .item .item-title {
        font-size: 20px;
    }
}

.back_to_subcat a{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #1E7BAE;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.back_to_subcat svg{
    width: 28px;
    height: 32px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.back_to_subcat a:hover{
    color: #313543;
}

.gallery .item{
    margin-bottom: 30px;
}
.gallery .item a{
    display: block;
    position: relative;
}
.gallery .item 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;
}
.gallery .item:hover a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
.gallery .item 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;
}
.gallery .item:hover a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
.gallery .item img{
    width: 100%;
}
@media(max-width: 991px){
    .gallery .item{
        margin-bottom: 20px;
    }
}
/* /. Gallery */

/* About template */
.about-template .middle-section{
    padding-bottom: 30px;
}
.about-page-img{
    padding-right: 20px;
    position: relative;
    width: 510px;
    max-width: 100%;
    margin-bottom: 50px;
}
.about-page-img .info-block{
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 0;
    padding: 25px;
    background: #131F24;
    color: #dadada;
    width: 190px;
    text-align: left;
}
.about-page-img .info-block b {
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #016002;
}
.about-template .features-section {
    padding: 50px 0;
}
.about-second-section{
    padding: 100px 0;
    position: relative;
}
.about-second-section:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    background: #F7F7F7;
}
.about-second-section-inner{
    min-height: 580px;
}
.about-second-section-inner .item-img{
    background-color: #131F24;
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: 0;
    width: calc(50% - 50px);
    background-size: cover;
    background-position: 50%;
}
@media(max-width: 991px){
    .about-page-img{
        padding-right: 0;
    }
    .about-second-section:before{
        display: none;
    }
    .about-second-section{
        background: #F7F7F7;
        padding: 90px 0 60px;
    }
    .about-second-section-inner{
        min-height: 1px;
    }
    .about-second-section-inner .item-img{
        position: static;
        width: 100%;
        height: 100vw;
        margin-bottom: 70px;
    }
}
@media(max-width: 399px){
    .about-page-img .info-block{
        position: static;
        width: 100%;
    }
}
/* /. About template */

/* Certificates */
.certificates-section{
    padding: 50px 0 0;
}
.certs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cert{
    margin-bottom: 2.5vw;
    text-decoration: none;
    width: 25.1%;
}
.cert__img{
    position: relative;
    margin-bottom: 3.529411764705882vw;
    display: inline-block;
}
.cert__img img{
    position: relative;
    z-index: 5;
    border: 4px solid #ccc;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.cert__img:after{
    content: '';
    position: absolute;
    width: 97%;
    height: 98%;
    left: -1.6vw;
    top: 2.2vw;
    background: #ccc;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0.2;
}
.cert__name{
    font-size: 1.176470588235294vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.141176470588235vw;
    color: #000;
    text-decoration: none;
    max-width: 13.602941176470589vw;
    line-height: 1.3;
    text-align: left;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.cert:hover .cert__name{
    color: #1E7BAE;
}
.cert:hover .cert__img img{
    border-color: #1E7BAE;
}
.cert:hover .cert__img:after{
    background: #1E7BAE;
}

@media(max-width: 991px){
    .cert{
        width: 44.34%;
        margin-bottom: 6vw;
    }
    .cert__name{
        font-size: 2vw;
        max-width: 100%;
    }
}
/* /. Certificates */


/* Reviews, rating */
.reviews .element {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 0 0 270px;
    margin-bottom: 60px;
    border-radius: 0;
}
.reviews .element .date{
    position: absolute;
    top: 15px;
    left: 0;
    color: #EDEDED;
}
.reviews .element .date-year{
    display: block;
    font-size: 80px;
    line-height: 1;
}
.reviews .element .date-month{
    font-size: 30px;
    letter-spacing: 1px;
}
.rev-element-body{
    background: #F8F8F8;
    padding: 50px;
    font-size: 18px;
    line-height: 2;
    border-radius: 5px;
}
.rev-element-body:after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -25px;
    border: 15px solid transparent;
    border-right: 15px solid #F8F8F8;
    border-top: 15px solid #F8F8F8;
}
.rev-element-footer{
    padding: 20px 0 0 50px;
}
.rev-element-footer .rev-name{
    font-size: 22px;
    font-weight: 600;
}
.rating {
    position: relative;
    height: 24px;
    width: 140px;
    color: #CFCFCF;
    white-space: nowrap;
    margin-bottom: 30px;
}
.rating .real {
    position: absolute;
    top: 0;
    left: 0;
    color: #f9ab28;
    width: 0;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
}
.rating svg{
    width: 24px;
    height: 21.328px;
}
.rating.rating1 .real {
    width: 20%;
}
.rating.rating2 .real {
    width: 40%;
}
.rating.rating3 .real {
    width: 60%
}
.rating.rating4 .real {
    width: 80%;
}
.rating.rating5 .real {
    width: 100%;
}
.rev-form{
    padding-left: 270px;
}
.rev-form .ec-rating-stars span {
    background: transparent;
    width: auto;
    height: auto;
    margin-right: 7px;
}
.ec-rating-stars svg {
    cursor: pointer;
    color: #CFCFCF;
    width: 20px;
    height: 20px;
}
.ec-rating-stars .active svg,
.ec-rating-stars .active2 svg {
    color: #f9ab28;
}
.alert-success {
    background: #d4f5d4;
    padding: 15px;
    border: 1px solid #b3dbb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-group.has-error input {
    border-color: #FF1A00;
}
@media(max-width: 991px){
    .rev-form{
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .reviews .element .date{
        position: static;
        margin-bottom: 15px;
    }
    .reviews .element{
        padding-left: 0;
    }
    .rev-element-body {
        padding: 30px;
        font-size: 14px;
    }
    .rev-element-body:before{
        display: none;
    }
    .rev-element-body:after{
        left: 25px;
    }
    .rev-element-footer {
        padding: 20px 0 0 40px;
    }
    .rev-element-footer .rev-name {
        font-size: 20px;
    }
}
/* /. Reviews, rating */

/* Activities page */
.activities-template section{
    padding: 5px 0;
}
.activities-template section:last-of-type{
    margin-bottom: 30px;
}
.infoblock3-subtitle-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: -15px;
}
.infoblock3items > .row{
    display: flex;
    flex-wrap: wrap;
}
.infoblock3items > .row > div{
    margin-bottom: 50px;
}
.infoblock3items .item{
    width: 360px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.infoblock3items .item .img-wrapper{
    margin-bottom: 20px;
}
.infoblock3items .item-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.activities-tabs .section > .row,
.activities-tabs .box > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.activities-tabs .tabs li{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}
.activities-tabs .tabs li:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 0;
    background: #016002;
    transition: all .3s ease;
    opacity: 0;
}
.activities-tabs .tabs li.current:after{
    width: 50px !important;
    opacity: 1;
}
.activities-tabs .tabs li:hover:after{
    width: 100%;
    opacity: 1;
}
.activities-tabs .box{
    padding-right: 40px;
    padding-bottom: 60px;
}
.activities-tabs .box-img{
    padding-right: 60px;
    position: relative;
}
.activities-tabs .box-img img{
    position: relative;
    top: -20px;
    width: 100%;
    z-index: 5;
}
.activities-tabs .box-img span{
    position: relative;
    display: inline-block;
}
.activities-tabs .box-img span:after{
    content: '';
    position: absolute;
    top: 30px;
    right: -50px;
    width: 100%;
    height: 100%;
    border: 5px solid #eee;
}
.activities-tabs .box-content{
    padding-right: 50px;
}
.activities-tabs .box-title{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.activities-tabs .box-text{
    font-size: 14px;
    line-height: 2;
}
@media(max-width: 1359px){
    .activities-tabs .box-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .activities-tabs .box-text {
        line-height: 1.8;
    }
}
@media(max-width: 991px){
    .activities-tabs .tabs li{
        font-size: 13px;
    }
    .activities-tabs .box-text {
        font-size: 13px;
    }
    .activities-tabs .box-img {
        padding-right: 0px;
    }
    .activities-tabs .box-img img{
        top: 0;
    }
    .activities-tabs .box-content {
        padding-right: 20px;
    }
    .activities-tabs .box-img span:after {
        top: 20px;
        right: -20px;
        border: 2px solid #eee;
    }
}
@media(max-width: 767px){
    .activities-tabs .tabs{
        margin-bottom: 30px;
    }
    .activities-tabs .tabs li{
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 5px 8px 0;
        font-size: 12px;
    }
    .activities-tabs .tabs li:hover:after{
        width: 0;
    }
    .activities-tabs .box-text{
        margin-bottom: 50px;
    }
    .activities-tabs .box-content{
        padding-right: 0;
    }
    .activities-tabs .box{
        padding: 0 0 30px 0;
    }
    .activities-tabs .box-img span:after{
        display: none;
    }
}

section.activities-carousel-section{
    background-color: #131F24;
    background-size: cover;
    background-position: 50%;
    margin: 50px 0 70px;
    padding: 80px 0 70px;
    position: relative;
}
.activities-carousel-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
}
.activities-carousel-section .container{
    position: relative;
    z-index: 10;
}
.activities-carousel-section h2{
    color: #fff;
}
.activities-carousel.row{
    display: flex;
    flex-wrap: wrap;
}
.activities-carousel .item{
    margin-bottom: 30px;
}
.activities-carousel .item img{
    width: 100%;
}
.activities-carousel .item-inner{
    background: #fff;
    height: 100%;
}
.activities-carousel .item-content{
    padding: 30px;
    position: relative;
}
.activities-carousel .item-title{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.activities-carousel .item-text{
    font-size: 14px;
}
#activitiesCarousel .slick-track{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#activitiesCarousel .slick-slide {
    height: inherit;
}
#activitiesCarousel > div{
    display: none;
}
#activitiesCarousel > div:first-of-type,
#activitiesCarousel.slick-slider > div{
    display: block;
}
#activitiesCarousel .slick-prev{
    left: -70px;
}
#activitiesCarousel .slick-next{
    right: -70px;
}
@media(max-width: 1529px){
    #activitiesCarousel .slick-prev{
        left: -60px;
    }
    #activitiesCarousel .slick-next{
        right: -60px;
    }
}
@media(max-width: 1359px){
    .activities-carousel .item-title{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .activities-carousel .item-text {
        font-size: 13px;
        line-height: 1.6;
    }
    .activities-carousel .item-content{
        padding: 20px;
    }
}
@media(max-width: 991px){
    .activities-carousel .item-title{
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.application-block{
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.application-block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(30,123,174,0.8);
    background: rgb(41 41 41 / 80%);
}
.application-block-inner{
    position: relative;
    z-index: 10;
    padding: 50px;
    color: #fff;
}
.application-block .block-title{
    font-weight: 600;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.application-block .block-text{
    font-size: 18px;
}
.application-block-inner{
    display: flex;
    align-items: center;
}
.application-block-inner .btn-wrap{
    padding-left: 50px;
}
.application-block-inner .btn-wrap a{
    width: 260px;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
}
.application-block-inner .btn-wrap a:hover{
    background: #fff;
    color: #1E7BAE;
}
@media(max-width: 991px){
    .application-block-inner{
        display: block;
    }
    .application-block .block-text{
        margin-bottom: 30px;
    }
    .application-block-inner .btn-wrap{
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .application-block-inner{
        padding: 30px;
    }
    .application-block .block-text{
        font-size: 13px;
    }
    .application-block .block-title{
        font-size: 20px;
    }
    .application-block-inner .btn-wrap a{
        width: 100%;
        font-size: 12px;
    }
}
/* /. Activities page */


/* Accordeon */
.accordeon .element-content{
	display: none;
	padding: 0 0 20px 0;
}
.accordeon .element{
	border-bottom: 1px solid #ccc;
}
.accordeon .element .title{
	cursor: pointer;
	padding: 15px 35px 15px 0;
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title,
.accordeon .element .title:hover{
	color: var(--color-primary);
}
.accordeon>div:first-of-type .element-content{
	display: block;
}
.accordeon>div:last-of-type{
    border-bottom: none;
}
.accordeon .arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 26px;
    background: transparent;
    border-radius: 0;
    transition: .33s all ease;
}
.accordeon .arrow:before{
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translate3d(50%, -50%, 0);
    background: #151515;
    width: 16px;
    height: 2px;
    right: 50%;
}
.accordeon .arrow:after{
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translate3d(50%, -50%, 0);
    background: #151515;
    width: 2px;
    height: 16px;
    right: 50%;
}
.accordeon .element.active .arrow:after{
    display: none;
}
@media(max-width: 991px){
    .accordeon .element .title{
    	cursor: pointer;
    	padding: 12px 30px 12px 0;
    	font-size: 18px;
    }
}
/* /. Accordeon */


/* Shop categories */
.shop-categories-wrapper{
    padding: 10px 0 50px;
    width: 100%;
    overflow: hidden;
}
.shop-categories{
    padding: 0 10px;
}
.shop-categories-inner{
    margin: 0 -10px 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.shop-categories .item {
    width: 33%;
    padding: 0 10px 20px;
}
.shop-categories .item a{
    height: 100%;
    display: block;
    position: relative;
    box-shadow: 0 0 0 1px #EBEBEB;
    transition: box-shadow 120ms ease-out;
}
.shop-categories .item-title{
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    z-index: 10;
    color: #000;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .item a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.shop-categories .item a:hover .item-title{
    color: #016002;
}
@media(max-width: 1359px){
    .shop-categories .item-title{
        height: 4vw;
        font-size: 1.5vw;
        bottom: 4%;
    }
}
@media(max-width: 991px){
    .shop-categories .item{
        width: 33.33333%;
    }
    .shop-categories .item-title{
        font-size: 1.9vw;
    }
}

@media(max-width: 599px){
    .shop-categories .item{
        width: 50%;
    }
    .shop-categories .item-title{
        height: 7vw;
        font-size: 2.8vw;
    }
}
@media(max-width: 549px){
    .shop-categories .item-title{
        font-size: 3vw;
    }
}
/* /. Shop categories */


/* Product page */
.product-gallery{
    border: 1px solid #D5D5D5;
}
.product-gallery #msGallery img{
    width: 100%;
}
.product-article{
    font-weight: 600;
}
.product-article span{
    font-weight: normal;
}
.product-info .product-price{
    font-size: 32px;
}
.product-info .product-old-price{
    color: #808080;
    margin-left: 10px;
}
.product-info{
    padding-left: 20px;
}

.element-counter{
    position: relative;
    z-index: 10;
}
.element-counter .form-control{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: transparent;
    border: none;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}
.element-counter button{
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background: #f9f9f9;
    font-size: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.element-counter button:hover{
    color: #000;
    background: #016002;
    border-color: #016002;
}
.element-counter button[disabled]:hover{
    color: #000;
    background: #fff;
}

.application-buttons-block{
    padding-left: 140px;
    margin-bottom: 10px;
}
.application-buttons-block .element-counter{
    position: absolute;
    top: 0;
    left: 0;
}
.application-buttons-block .element-counter button{
    width: 45px;
    height: 45px;
}
.application-buttons-block .btn{
    padding: 0 45px;
    height: 45px;
    line-height: 40px;
    font-size: 13px;
}

/* /. Product page */


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



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

.order-wrapper #msOrder .error {
    border-color: #FF1A00 !important;
}
button[value="cart/clean"],
.btn-to-order{
    padding: 0 20px;
    height: 53px;
    line-height: 50px;
    vertical-align: top;
    margin-right: 10px;
}
button[value="cart/clean"] svg{
    width: 20px;
    height: 22.844px;
    position: relative;
    bottom: -6px;
}
.btn-to-order svg{
    width: 20px;
    height: 22.844px;
    position: relative;
    bottom: -6px;
    margin-left: 10px;
}
/* /. CART */



/* Order page */
/* ======= custom check and radio ======= */
.checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.checkbox label:hover > div{
    border-color: #1E7BAE;
}
.checkbox label > div.radio{
    border-radius: 100%;
}
.checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.checkbox input:checked + .radio{
    border-color: #1E7BAE;
    background-color: #1E7BAE;
}
.checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.checkbox input:checked + .checkboxsquare{
    border-color: #F05A23;
    background-color: #F05A23;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-wrapper #msOrder .radio{
    min-height: 1px;
}
input[type="checkbox"].error + div + span{
    color: red;
}
.checkbox input:checked.error + div + span{
    color: #444444;
}
.checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

.checkboxoptionsize{
    display: inline-block;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    width: 43px;
    text-align: center;
    position: relative;
    margin: 0 5px 7px 0;
}
.checkboxoptionsize input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.checkboxoptionsize input + span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #eee;
    transition: border .2s ease-in;
    cursor: pointer;
}
.checkboxoptionsize:hover input + span{
    border-color: #F05A23;
}
.checkboxoptionsize input:checked +span{
    border-color: #F05A23;
    background: #F05A23;
    color: #fff;
}
/* ======= /. custom check and radio ======= */
.btn.disabled, .btn.disabled:hover {
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
}
/* /. Order page */

.gallery-section{
    padding-top: 100px;
}
@media(max-width:991px){
    .gallery-section{
        padding-top: 80px;
    }
}



.props_list {
    width: 100%;
    margin: 0 0 0;
    color: #555;
}
table.props_list {
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.char_block td {
    text-align: right;
    padding: 5px 0 5px 10px;
}
.props_list td {
    position: relative;
    vertical-align: bottom;
    vertical-align: top;
    background: url(../images/dott.png) repeat-x;
    background-position: left 0 bottom 9px;
    width: 50%;
}
.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}
.props_list .props_item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.props_list .props_item span {
    background: #fff;
    padding-right: 10px;
}
.nbg.props_list td.char_value {
    text-align: left;
    background: 0 0;
    font-weight: 600;
}

@media (max-width: 767px) {
    .char_block .props_list table,
    .char_block .props_list tr{
        display: block !important;
        background: #fff;
        width: 100%;
        padding: 0;
    }
    .char_block .props_list td{
        display: block !important;
        background: #fff;
        width: auto;
        font-size: 13px;
        padding-left: 0;
    }
    .char_block .props_list tr{
        margin-bottom: 15px;
        border-bottom: 1px dotted #cfcfcf;
        padding-bottom: 15px;
    }
    .props_list .props_item span {
        padding-right: 0;
        font-weight: bold;
    }
}


@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}



.about {
  padding: 80px 0 80px;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0px;
}
.about__info {
  padding-right:60px;
  width: 100%;
}
.about__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--font-title);
}
.about__desc {
  color: var(--color-drk);
  font-size: 18px;
}
.about__subtitle {
  margin-bottom: 30px;
}
.about__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.about__year:not(:last-of-type) {
  margin-bottom: 20px;
}
.about__year-num {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}
.about__year-info {
  position: relative;
  width: 100%;
  padding: 14px 40px;
  background-color: var(--color-grey-light);
  border-radius: 4px;
  font-size: 18px;
  color: var(--color-whte);
  overflow: hidden;
}
.about__year-info span {
  position: relative;
  z-index: 2;
}
.about__year-info::before {
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  width: var(--progress-width);
  left: 0;
  top: 0;
  bottom: 0;
}
.about__stats {
  max-width: 525px;
  width: 100%;
  position: relative;
}
.about__stats-img img {
  
}
.about__stats-desc {
  width: 100%;
  padding: 64px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  color: var(--color-whte);
  font-size: 18px;
}
.about__stats-desc span {
  display: block;
  font-size: 48px;
  margin-bottom: 4px;
}

@media (max-width: 1023px) { 

    .about__stats-desc {
    font-size: 16px;
    padding: 24px;
  }
  .about__stats-desc span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
 .about {
    padding: 40px 0;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .about__info {
    max-width: 100%;
  }
  .about__desc {
    font-size: 16px;
  }
  .about__year-num {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .about__year-info {
    padding: 12px 20px;
    font-size: 16px;
  }
  .about__stats {
    margin: 0 auto;
  }
    
}



/* features-section */
.features-section{
    padding-bottom: 30px;
    position: relative;
}
.features-section h3{
    
    font-weight: normal;
    font-size: 36px;
}
.features{
    display: flex;
    flex-wrap: wrap;
    margin-left: -19px;
}
.features .col{
    width: 33.33333%;
    padding-left: 60px;
    margin-bottom: 70px;
}
.features .item{
    background: url(../images/asfalt-dark.png) #f0f0f0;
    padding: 25px 25px 25px 80px;
    position: relative;
    line-height: 1.4;
    height: 100%;
    min-height: 130px;
}
.features .item-icon{
    width: 90px;
    height: 90px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--color-primary);
    box-shadow: 0 0 0 10px #fff;
    position: absolute;
    top: -40px;
    left: -40px;
    background: #fff;
}
.features .item-title{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.features .item-text{
    font-size: 13px;
}
@media(max-width:991px){
    .features-section{
        padding-bottom: 15px;
    }
    .features .col{
        width: 50%;
    }
}
@media(max-width:767px){
    .features .col{
        width: 100%;
    }
}
@media(max-width:599px){
    .features .col{
        width: 100%;
    }
}
/* features-section */


/* about-section */
.about-section{
    padding: 95px 0 85px;
}
.about-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section .section-stats{
    width: calc(40% - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-section .section-stats .col{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.about-section .section-stats .item{
    padding: 20px;
    height: 100%;
    background: url(../images/asfalt-dark.png) #333;
}
.about-section .section-stats .item-description{
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    font-size: 17px;
}
.about-section .section-stats .item-num{
    font-weight: bold;
    color: var(--color-secondary);
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
}
.about-section .section-content{
    width: calc(60% - 15px);
}
.about-section .section-suptitle{
    color: var(--color-secondary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}
.about-section .row2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-section .row2 .col{
    width: calc(50% - 15px);
}
.about-section ul{
    margin-bottom: 0;
}
@media(max-width: 1399px){
    .about-section .section-stats{
        width: calc(45% - 25px);
    }
    .about-section .section-content{
        width: calc(55% - 25px);
    }
    .about-section .section-description{
        font-size: 14px;
    }
    .about-section .section-title{
        font-size: 36px;
    }
}
@media(max-width: 991px){
    .about-section {
        padding: 70px 0 75px;
    }
    .about-section .section-content {
        width: calc(55% - 15px);
    }
    .about-section .section-stats {
        width: calc(45% - 15px);
    }
    .about-section .section-stats .col {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .about-section .section-stats .item{
        padding: 15px;
    }
    .about-section .section-stats .item-num{
        font-size: 28px;
    }
    .about-section .section-stats .item-description{
        font-size: 13px;
    }
    .about-section .section-description{
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .about-section .section-content {
        width: 100%;
    }
    .about-section .section-stats {
        width: 100%;
        margin-top: 30px;
    }
    .about-section .section-stats .item-num{
        font-size: 24px;
    }
}
/* /. about-section */


/* call-to-action-section */
.call-to-action-section{
    position: relative;
    background: url(../images/asfalt-dark.png) #333;
    padding: 95px 0;
}

.call-to-action-section:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 38%;
    height: 55px;
    background: url(../images/protektor.png);
    z-index: 1;
    opacity: 0.2;
}
.call-to-action-section2:after{
    bottom: auto;
    top: 0;
    right: 55%;
}
.call-to-action-section-img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
}
.call-to-action-section-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.call-to-action-section .container{
    position: relative;
    z-index: 2;
}
.call-to-action-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.call-to-action-section .content-item{
    width: 60%;
    padding-right: 60px;
    color: #fff;
    position: relative;
}
.content-item-subtitle{
    margin: 30px 0;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.call-to-action-steps{
    margin-top: 50px;
}
.call-to-action-steps .item{
    display: flex;
    margin-bottom: 60px;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.call-to-action-steps > div:last-of-type{
    margin-bottom: 0;
}
.call-to-action-steps .item-num{
    font-family: 'captureit';
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 90px;
    line-height: .815;
    opacity: 0.3;
    width: 115px;
}
.call-to-action-steps .item-title{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    width: calc(100% - 120px);
}
.call-to-action-steps .item a{
    color: #fff;
    text-decoration: underline;
}
.call-to-action-steps .item a:hover{
    text-decoration: none;
}
.call-to-action-section .form-item{
    width: 40%;
    background: #fff;
    padding: 37px 45px 45px;
    position: relative;
}
.call-to-action-section .form-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0px;    color: var(--color-secondary);
    background: url(../images/danger-line2.png) var(--color-secondary);
    z-index: 1;
}
.call-to-action-section .form-item-title{
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1.8rem;
}
.call-to-action-section .form-item-description{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    color: #999ea5;
}
.call-to-action-section .content-item h2{
    margin-bottom: 0;
    font-family: 'captureit';
    font-weight: 400;
    letter-spacing: 2px;
}

@media(max-width: 1399px){
    .call-to-action-section .content-item{
        width: 55%;
    }
    .call-to-action-section .form-item{
        width: 45%;
        padding: 32px 45px 40px 40px;
    }
    .call-to-action-section .content-item h2{
        font-size: 32px;
    }
    .content-item-subtitle{
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .call-to-action-section{
        padding: 80px 0;
    }
    .call-to-action-section .content-item{
        padding-right: 6vw;
    }
    .call-to-action-section .content-item h2 {
        font-size: 3vw;
    }
    .content-item-subtitle {
        margin: 5vw 0 3vw;
        font-size: 2.1vw;
    }
    .call-to-action-steps .item-num{
        font-size: 8vw;
        width: 9vw;
        
    }
    .call-to-action-steps .item-title {
        font-size: 1.8vw;
        width: calc(100% - 12vw);
    }
    .call-to-action-section .form-item{
        padding: 22px 45px 30px 30px;
    }
    .call-to-action-section .form-item-title {
        font-size: 3vw;
        margin-bottom: 1.6vw;
    }
    .call-to-action-section .form-item-description {
        font-size: 1.6vw;
        margin-bottom: 2vw;
    }
}
@media(max-width: 767px){
    .call-to-action-section {
        padding: 75px 0;
    }
    .call-to-action-section1{
        padding: 70px 0 80px;
    }
    .call-to-action-section .form-item {
        padding: 3vw calc(3vw + 15px) 3.5vw 3vw;
    }
    .call-to-action-steps .item{
        margin-bottom: 6vw;
        align-items: flex-start;
    }
}
@media(max-width: 599px){
    .call-to-action-section .content-item{
        width: 100%;
        margin-bottom: 50px;
    }
    .call-to-action-section .form-item{
        width: 100%;
        padding: 25px 35px 25px 20px;
    }
    .call-to-action-section .form-item-title {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .call-to-action-section .form-item-description {
        font-size: 3.6vw;
        margin-bottom: 5.5vw;
    }
    .call-to-action-section-img {
        top: 0;
        bottom: 50%;
        width: 100%;
        opacity: 0.3;
    }
    .call-to-action-section .content-item h2 {
        font-size: 6vw;
    }
    .content-item-subtitle {
        margin: 9vw 0 5vw;
        font-size: 3.5vw;
    }
    .call-to-action-steps .item-title {
        font-size: 4.1vw;
        width: calc(100% - 20vw);
    }
    .call-to-action-steps .item-num {
        font-size: 14vw;
        width: 14vw;
    }
    .call-to-action-section:after{
        right: 0;
        height: 80px;
        bottom: -40px;
    }
}
/* /. call-to-action-section */


/* call-to-action-section2 */
.call-to-action-section2 .call-to-action-section-img{
    width: 55%;
}

.map-section-header-inner h2, .map-section-contacts-block h2, .index-popular-catalog h2, .gallery-section h2{
    font-family: 'captureit';
    font-weight: 400;
        letter-spacing: 2px;
}

.call-to-action-section2 h2{
    max-width: 770px;
    color: #fff;
    font-family: 'captureit';
    font-weight: 400;
        letter-spacing: 2px;
}
.call-to-action-section2 .section-description{
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    max-width: 500px;
    margin-bottom: 45px;
}
.call-to-action-section2 form{
    max-width: 420px;
}
.call-to-action-section2 .agreement a{
    color: #fff;
    text-decoration: underline;
}
.call-to-action-section2 .agreement a:hover{
    text-decoration: none;
}
.call-to-action-section2 .agreement{
    margin-bottom: 0;
    color: #fff;
}
@media(max-width: 1399px){
    .call-to-action-section2 h2{
        font-size: calc(15px + 24 * ((100vw - 320px)/ 926));
        margin-bottom: calc(15px + 17 * ((100vw - 320px)/ 926));
    }
    .call-to-action-section2 .section-description{
        font-size: calc(12px + 6 * ((100vw - 320px)/ 926));
        margin-bottom: calc(40px + 8 * ((100vw - 320px)/ 926));
    }
    .call-to-action-section2 form{
        width: 40%;
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .call-to-action-section2 .call-to-action-section-img {
        width: 38%;
    }
    .call-to-action-section2 form{
        width: 50%;
    }
}
@media(max-width: 599px){
    .call-to-action-section2 form{
        width: 400px;
    }
    .call-to-action-section2 .call-to-action-section-img{
        width: 100%;
        bottom: 0;
    }
}
/* /. call-to-action-section2 */



/* index-popular-catalog */
.index-popular-catalog{
    background: #F0F0F0;
    position: relative;
    padding: 65px 0 55px;
}
.index-popular-catalog-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    background: #d9d9d9;
}
.index-popular-catalog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-popular-catalog:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    background: url(../images/protektor2.png);
    z-index: 1;
    opacity: 0.2;
}
.index-popular-catalog .container{
    position: relative;
    z-index: 2;
}
@media(max-width: 1399px){
    .index-popular-catalog{
        padding: 65px 0;
    }
    .index-popular-catalog-img,
    .index-popular-catalog:after{
        display: none;
    }
}
/* /. index-popular-catalog */

/* catalog */
#mse2_results.catalog{
    margin-bottom: 0;
}
.catalog{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.catalog .col{
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.catalog .item{
    height: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 110px;
    transition: all ease-out 300ms;
}
.catalog-category-template .catalog .item{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.catalog .item-img{
    overflow: hidden;
}
.catalog .item-img img{
    transition: all ease-out 300ms;
    width: 100%;
}
.catalog .item-body{
    padding: 20px 25px 0;
}
.catalog .item-title{
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 20px;
    transition: all ease-out 300ms;
}
.catalog .item-footer{
    padding: 0 25px;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog .item-footer .btn{
    width: calc(50% - 10px);
    margin-bottom: 10px;
   
}
.catalog .item-footer .btn:last-child{
    margin-bottom: 0;
}
.catalog .item .property-list{
    font-size: 14px;
    margin-bottom: 20px;
}
.property-list-row{
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.property-list-name{
    width: 100%;
    background: url(../images/dot.svg) 0 calc(100% - 6px) repeat-x;
    flex-grow: 0;
    padding-right: 4px;
}
.property-list-name span{
	background-color: #fff;
	box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}
.property-list-value{
    display: inline-block;
    padding-left: 5px;
    flex-grow: 0;
    font-weight: 500;
    text-align: right;
    background: url(../images/dot.svg) 0 calc(100% - 6px) repeat-x;
}
.property-list-value span{
    background-color: #fff;
    box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}
.catalog .item-price{
    font-weight: 500;
    font-size: 18px;
    background: #F5F5F5;
    padding: 7px 10px;
}
.catalog .item-price + .item-price{
    margin-top: 10px;
}

.catalog .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.catalog .item:hover .item-img img{
    transform: scale(1.1);
}
.catalog .item:hover .item-title{
    color: var(--color-primary);
}
@media(max-width: 1399px){
    .catalog{
        margin-left: -10px;
        margin-right: -10px;
    }
    .catalog .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1199px){
    .catalog .item{
        padding-bottom: 80px;
    }
    .catalog .item-footer .btn{
        font-size: 11px;
        width: calc(50% - 5px);
        
        margin-bottom: 0;
    }
    .catalog .item-title {
        font-size: 18px;
    }
    .catalog .item .property-list {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .catalog .item-body {
        padding: 20px 20px 0;
    }
    .catalog .item-footer {
        padding: 0 20px;
        bottom: 20px;
    }
    .catalog .item-price{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .catalog .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .catalog{
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalog .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .catalog .item .btn.min{
     
    }
    .catalog .item-body {
        padding: 15px 15px 0;
    }
    .catalog .item-footer {
        padding: 0 15px;
        bottom: 15px;
    }
    .catalog .item-title{
        font-size: 16px;
    }
}
@media(max-width: 599px){
    .catalog .col{
        width: 100%;
    }
}
/* /. catalog */

/* catalog categories*/
.catalog-categories-section{
    padding: 65px 0;
}
.catalog-categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.catalog-categories .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 25%;
}
.catalog-categories .item{
    display: block;
    height: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    color: #000;
}
.catalog-categories .item-img{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.catalog-categories .item-img img{
    max-height: 100%;
}
.catalog-categories .item-title{
    font-weight: 900;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}
.catalog-categories .item:hover{
    border-color: #fff;
    color: var(--color-primary);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media(max-width: 1399px){
    .catalog-categories{
        margin-left: -10px;
        margin-right: -10px;
    }
    .catalog-categories .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .catalog-categories .item-title{
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    .catalog-categories .item{
        padding: 15px;
    }
    .catalog-categories .item-img{
        height: 12vw;
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .catalog-categories .col{
        width: 33.33333%;
    }
    .catalog-categories .item-img{
        height: 16vw;
    }
}
@media(max-width: 767px){
    .catalog-categories{
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalog-categories .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .catalog-categories .item{
        padding: 1.8vw;
    }
    .catalog-categories .item-title{
        font-size: 2vw;
    }
}
@media(max-width: 599px){
    .catalog-categories .col{
        width: 50%;
    }
    .catalog-categories .item{
        padding: 3vw;
    }
    .catalog-categories .item-img{
        height: 28vw;
    }
    .catalog-categories .item-title{
        font-size: 3vw;
        font-weight: 600;
    }
}
@media(max-width: 499px){
    .catalog-categories .item{
        padding: 3vw 2vw;
    }
    .catalog-categories .item-img{
        height: 26vw;
    }
}
/* /. catalog categories*/
a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.btn.min{
    height: 50px;
   
    font-size: 13px;
}

.btn.btn-transparent{
    background-color: transparent;
    border: 2px solid  var(--color-secondary);
    color: var(--color-secondary);
}
.btn.btn-transparent:hover{
    background: var(--color-secondary);
}

/* map */
.map-section{
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/asfalt-dark.png)  #F0F0F0;
}
.contacts-template .map-section{
    padding-top: 100px;
}
.map-section-img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background: url(../images/asfalt-dark.png)  #d9d9d9;
}
.map-section-img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    background: url(../images/protektor2.png);
    z-index: 1;
    opacity: 0.2;
}
.map-area {
    height: calc(100% - 160px);
    position: absolute;
    right: 25%;
    left: 0;
    bottom: 0;
}
.contacts-template .map-area{
    height: calc(100% - 200px);
}

.map-section-header-inner{
    position: absolute;
}
.map-area-inner{
    height: 100%;
}
.map-area-inner iframe{
    width: 100%;
    height: 100%;
}
.map-section .map-area [class$="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.map-section-inner{
    display: flex;
    justify-content: flex-end;
}
.map-section-contacts-block{
    width: 570px;
    background: #fff;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    padding: 70px 70px 80px;
    position: relative;
    z-index: 10;
}
.map-section-contacts-block h2{
    font-size: 32px;
}
.map-section-contacts-block .item{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.map-section-contacts-block .item-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}
.map-section-contacts-block .item-body{
    width: calc(100% - 50px);
    padding-left: 20px;
}
.map-section-contacts-block .item-title{
    font-weight: 600;
}
.map-section-contacts-block .item-phone{
    font-weight: 700;
    font-size: 18px;
}

.map-section-contacts-block .messengers-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.map-section-contacts-block .messengers-item-title{
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    width: 115px;
}
.map-section-contacts-block .messengers-item-buttons{
    width: calc(100% - 115px);
    padding-left: 20px;
}
.map-section-contacts-block .messengers-item-buttons a {
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.map-section-contacts-block .messengers-item-buttons a img{
    margin-right: 5px;
}
.map-section-contacts-block .messengers-item-buttons a:last-of-type{
    margin-right: 0;
}
.map-section-contacts-block .messengers-item-buttons a img{
    height: 18px;
}
.map-section-contacts-block .messengers-item-buttons a:hover{
    box-shadow: 0 0 0 2px rgb(0 0 0 / 15%);
}
@media(max-width:1399px){
    .map-section-contacts-block {
        width: 500px;
        padding: 60px 60px 70px;
    }
}
@media(max-width:991px){
    .map-section-contacts-block {
        width: 440px;
        padding: 40px 40px 50px;
    }
    .map-section-contacts-block h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .map-section-contacts-block .item-icon{
        width: 44px;
        height: 44px;
    }
    .map-section-contacts-block .item-body {
        width: calc(100% - 44px);
        padding-left: 15px;
        font-size: 14px;
    }
    .map-section-contacts-block .item-phone{
        font-size: 16px;
        line-height: 1.4;
    }
    .map-section-contacts-block .item-title{
        font-size: 15px;
    }
    .map-section-contacts-block .messengers-item-title{
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .map-section-contacts-block .messengers-item-buttons {
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width:767px){
    .map-section{
        padding: 65px 0;
    }
    .map-section-img{
        display: none;
    }
    .map-section-contacts-block{
        width: 100%;
        margin-bottom: 30px;
        box-shadow: none;
        padding: 30px 15px;
    }
    .map-area,
    .contacts-template .map-area{
        position: static;
        height: 360px;
        width: calc(100% - 30px);
        margin: auto;
        overflow: hidden;
        box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
        border-radius: 9px;
    }
    .map-section-header-inner{
        position: static;
    }
    .map-section-header{
        top: 0;
    }
    .contacts-template .map-section {
        padding-top: 25px;
    }
}
/* /. map */

/* messengers-buttons */
.messengers-buttons-title{
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 13px;
}
.messengers-buttons a {
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.messengers-buttons a img{
    margin-right: 5px;
}
.messengers-buttons a:last-of-type{
    margin-right: 0;
}
.messengers-buttons a img{
    height: 18px;
}
.messengers-buttons a:hover{
    box-shadow: 0 0 0 2px rgb(0 0 0 / 15%);
}
/* /. messengers-buttons */

@media(max-width:767px){
    .content{
        font-size: 14px;
    }
    .content ul>li:after {
        width: 5px;
        height: 5px;
        top: 8px;
    }
    .about__title {
    margin-bottom: 15px;
    font-size: 19px;
}
.about__info {
    padding-right: 10px;
}

.about {
    padding:5px 0;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .about__info {
    max-width: 100%;
  }
  .about__desc {
    font-size: 16px;
  }
  .about__year-num {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .about__year-info {
    padding: 12px 20px;
    font-size: 16px;
  }
  
}

/* Map */
.map {
    height: 500px;
}

#mapexMap {
    height: 100%;
}

/* /. Map */



/* first section */
.first-path-wrapper{
    width: 100%;
    overflow: hidden;
}
.first-section{
    background: url(../images/asfalt-dark.png) #333333;
    color: #fff;
    position: relative;
    z-index: 2;
}
.first-section .container{
    position: relative;
    z-index: 4;
}
.first-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/protektor.png);
    z-index: 1;
    opacity: 0.2;
}
.first-section-inner{
    position: relative;
    display: flex;
}
.first-section-content{
    padding: 80px 0;
    width: 600px;
    max-width: 100%;
    min-height: 780px;
    display: flex;
    align-items: center;
}
.first-section-title{
    font-family: 'captureit';
    font-weight: normal;
    font-size: 54px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px;
}

.first-section-subtitle{
        font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.first-section-text{
    margin-bottom: 45px;
}
.first-section-text li{
    display: flex;
    margin-bottom: 34px;
    position: relative;
    flex-wrap: wrap;
}
.first-section-text li .item-icon{
    width: 44px;
    margin-right: 20px;
}
.first-section-text li .item-title{
    width: calc(100% - 64px);
    font-weight: bold;
    color: var(--color-primary);
    line-height: 1.2;
}
.first-section-text li .item-title span{
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
}
.first-section-img{
    width: 100%;
    margin-left: 64px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56%;
    margin-right: calc(-355 * ((100vw - 320px)/ 1600));
    align-self: flex-end;
    position: relative;
}
.first-section-img > img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.first-section-img .video-holder{
    position: absolute;
    top: 0;
    right: calc(50% - 70px);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.first-section-img .video-holder-icon{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.first-section-img .video-holder-icon a{
    display: block;
    height: 100%;
    position: relative;
    border-radius: 100%;
    background: rgba(255,255,255, 0.25);
    z-index: 5;
}
.first-section-img .video-holder-icon a:hover{
    background: rgba(255,2,2,1);
}
.first-section-img .video-holder-icon .play-icon{
    display: inline-block;
    border-left: 36px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -12px;
    transition: all 200ms ease-out;
}
.first-section-img .video-holder-icon .animation-element{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    animation: video-section-type1-animaion 2s linear infinite;
    box-shadow: 0 0 0 5px #fff;
    transition: all 0.3s ease;
    z-index: -1;
}
@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0.0; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } 
}

.top-slider2 > div:not(:first-of-type){
    display: none;
}
.top-slider2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.top-slider2 .slick-list,
.top-slider2 .slick-track,
.top-slider2 .item{
    height: 100%;
}
.top-slider2 .slick-prev{
    top: 30px;
    left: 30px;
}
.top-slider2 .slick-next{
    top: 30px;
    left: 90px;
}
.top-slider2 .slick-prev:hover,
.top-slider2 .slick-next:hover{
    background: #fff;
}
.top-slider2 .slick-dots{
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 30px;
    top: auto;
    bottom: 30px;
    padding: 0;
}
.top-slider2 .slick-dots li{
    margin-left: 0;
    background: #333;
}
.top-slider2 .slick-dots li.slick-active, 
.top-slider2 .slick-dots li:hover{
    background: #F5AF00;
}

.first-section-btn .btn{
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
}
.first-section-tel{
    margin-top: 25px;
    font-size: 36px;
}
.first-section-tel a{
    color: #fff;
}
.first-section-tel a:hover{
    color: #F5AF00;
}
.first-section-scroll{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 30%;
    transform: rotate(-90deg);
}
.first-section-scroll-line{
    width: 114px;
    height: 2px;
    background: #fff;
    margin-right: 15px;
    transition: all ease-out 300ms;
}
.first-section-scroll-link{
    font-weight: 700;
    font-size: 13px;
    line-height: 115%;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-out 300ms;
}
.first-section-scroll:hover .first-section-scroll-line{
    background: #F5AF00;
}
.first-section-scroll:hover .first-section-scroll-link{
    color: #F5AF00;
}
@media(max-width: 1599px){
    .top-slider2{
        height: auto;
    }
}
@media(max-width:1399px){
    .first-section-content {
        padding: 70px 0 90px;
    }
    .first-section-inner{
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .first-section-content{
        width: calc(45% - 15px);
    }
    .first-section-img{
        margin-right: 0;
        margin-left: 0;
        width: calc(55% - 15px);
        padding-bottom: 0;
        align-self: inherit;
        height: 35vw;
    }
    .first-section-title{
        font-size: 4vw;
    }
    .first-section-subtitle{
        font-size: 1.5vw;
    }
    .first-section-text{
        margin-bottom: 65px;
    }
    .first-section-tel{
        font-size: 36px;
    }
    .top-slider2 .slick-prev {
        width: 36px;
        height: 36px;
        left: 20px;
        top: 20px;
    }
    .top-slider2 .slick-next{
        left: 65px;
        top: 20px;
        width: 36px;
        height: 36px;
    }
    .top-slider2 .slick-dots {
        left: 20px;
        bottom: 20px;
    }
    .top-slider2 .slick-dots li{
        width: 36px;
        margin-right: 8px;
        border-radius: 0;
    }
}
@media (max-width: 991px){
    .first-section-inner{
        padding: 25px 0 20px;
    }
    .first-section-img {
        align-self: center;
        transform: none;
        width: 100%;
        order: 1;
        margin-bottom: 35px;
        height: 65vw;
    }
    .top-slider2 .slick-prev {
        top: 15px;
        left: 15px;
        width: 30px;
        height: 30px;
    }
    .top-slider2 .slick-next{
        top: 15px;
        left: 55px;
        width: 30px;
        height: 30px;
    }
    .top-slider2 .slick-dots{
        left: 15px;
        bottom: 15px;
    }
    .top-slider2 .slick-dots li{
        width: 30px;
        margin-right: 10px;
    }
    .first-section-content {
        width: 100%;
        order: 2;
        padding: 10px 0 50px;
        display: block;
        min-height: inherit;
    }
    .first-section-text li{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .first-section-scroll{
        display: none;
    }
    .first-section-btn .btn{
        width: auto;
    }
    .first-section-text {
        margin-bottom: 45px;
    }
    .first-section-tel{
        font-size: 30px;
    }
}
@media(max-width: 767px){
    .first-section-img .video-holder{
        right: calc(50% - 40px);
    }
    .first-section-img .video-holder-icon{
        position: relative;
        width: 80px;
        height: 80px;
    }
    .first-section-img .video-holder-icon .play-icon {
        border-left: 30px solid #fff;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        margin-top: -20px;
        margin-left: -10px;
    }
    .first-section-title {
        font-size: 28px;
    }
    .first-section-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .first-section-subtitle br{
        display: none;
    }
    .first-section-text li {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .first-section-text{
        margin-bottom: 35px;
    }
    .first-section-btn .btn{
        width: 100%;
        max-width: 270px;
    }
}
@media(max-width: 499px){
    .first-section-btn .btn{
        max-width: 100%;
    }
    .first-section-tel{
        text-align: center;
    }
}

.services-page-template .first-section {
    padding-top: 5px;
    background: url(../images/asfalt-dark.png) #F0F0F0;
    color: #000;
}


/* /. first section */

.first-section-price{
    margin-top: 25px;
    font-size: 27px;
    letter-spacing: 2px;
    color: #e51d1d; /*var(--color-primary);
    font-family: 'captureit';*/
    font-family: 'Montserrat';
    font-weight: 600;
}
.first-section-btn{
    margin-top: 20px;
}
@media(max-width: 1399px){
    .first-section-price{
        margin-top: 1vw;
        font-size: 2vw;
        letter-spacing: 1px;
    }
}
@media(max-width: 991px){
    .services-page-template .middle-section{
        padding-top: 70px;
    }
    .first-section-price{
        margin-top: 1.5vw;
        font-size: 3vw;
    }
    .services-page-template .first-section{
        padding-top: 36px;
    }
    .services-page-template .first-section-inner{
        padding-top: 10px;
    }
}
@media(max-width: 767px){
    .first-section-price{
        margin-top: 2vw;
        font-size: 20px;
    }
}
/* /. services-page-template */


/* gallery-section */
.gallery-section{
    padding: 85px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.features-section + .gallery-section,
.middle-section + .gallery-section{
    background: #F0F0F0;
}
.gallery-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/protektor3.png) -1400px 0 no-repeat;
    opacity: 0.2;
}
.features-section + .gallery-section:before{
    opacity: 0.4;
}
.features-section + .gallery-section .slick-dots li:not(.slick-active){
    background: #fff;
}
.features-section + .gallery-section .slick-dots li:hover{
    background: #333;
}
.about-section + .gallery-section{
    padding-top: 0;
}
.gallery{
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-carousel{
    position: relative;
    z-index: 6;
}
.gallery-carousel > div:not(:first-of-type){
    display: none;
}
.gallery .item{
    padding-left: 10px;
    padding-right: 10px;
}
.gallery:not(.gallery-carousel){
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    margin-bottom: 25px;
}
.gallery:not(.gallery-carousel) .item{
    width: 25%;
    margin-bottom: 20px;
}
.gallery:not(.gallery-carousel) .item .item-inner{
    overflow: hidden;
    border-radius: 5px;
}
.gallery-carousel.slick-slider .item img{
    width: 100%;
}
.gallery .item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery .item a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51,51,51,0.5);
    opacity: 0.5;
    transition: ease-out all 300ms;
}
.gallery .item a:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.gallery .item a:hover:before{
    opacity: 1;
}
.gallery .item a:hover:after{
    opacity: 1;
    transform: scale(1);
}
.slick-dots{
    width: 1270px;
    max-width: 100%;
    margin: 20px auto 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.slick-dots li{
    margin: 0 15px 0 4px;
    width: 54px;
    border-radius: 6px;
    height: 6px;
    background: #f0f0f0;
}
.slick-dots li.slick-active,
.slick-dots li:hover{
    background: #333;
}
@media(max-width: 1399px){
    .gallery-section{
        padding: 75px 0;
    }
    .gallery-section .slick-dots{
        text-align: center;
    }
    .gallery-section .slick-dots li{
        margin: 0 15px 0 0;
        width: 30px;
        border-radius: 3px;
        height: 4px;
    }
    .gallery:not(.gallery-carousel){
        margin-left: -5px;
        margin-right: -5px;
    }
    .gallery:not(.gallery-carousel) .item {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width: 991px){
    .gallery-section{
        padding: 60px 0;
    }
}
@media(max-width: 499px){
    .gallery:not(.gallery-carousel) .item {
        width: 50%;
    }
}
/* /. gallery-section */

.agreement input:checked+label:before {
    background: url(../images/check-black.svg) 50% no-repeat #f0f0f0;
}

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