@charset "utf-8";
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.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: #FF4E40;
}
.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;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    margin: 0 10px 0;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.slick-dots li.slick-active{
    background: #FF4E40;
}
.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;
    border-radius: 8px;
    -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: 50px;
}
.slick-next{
    right: 50px;
}
.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: #FF4E40;
}
/* /. 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: #FF4E40;
    }
    ::-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: #151515;
    background: #FF4E40;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 100px, 0);
    cursor: pointer;
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    background-color: #003D80;
    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 #FF4E40;
    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: 0px;
    background: url(../images/list-check.svg) 50% 50% no-repeat, linear-gradient(rgb(141 207 29) 0%, rgb(109 171 5) 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 #ccc;
    padding: 20px;
    vertical-align: middle;
    font-size: 15px;
}
.content table td:first-of-type{
    width: 70%;
}
.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: #FF4E40;
    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: #FF4E40;
    border: 2px solid #FF4E40;
    border-radius: 5px;
    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;
}
.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: #003D80;
    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: #053467;
}
.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: #053467;
}
.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: #FF4E40;
    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;
}
.header-body{
    height: 104px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.logo{
    width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: 20px;
    line-height: 24px;
}
.header-contacts .item-body a{
    color: #333;
}
.header-contacts .item-body a:hover{
    color: #003D80;
}
.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: #003D80;
}
.header-cart-title{
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    font-size: 16px;
}
.header-cart-summ{
    font-size: 16px;
    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: #FF4E40;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    padding: 12px 16px 12px 60px;
    position: relative;
    border-radius: 5px;
}
.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: #FF4E40;
}
.header-menu li.down:hover > a:after,
.header-menu li.down.active > a:after{
    border-color: #FF4E40;
}
.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: 88px;
        -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 img{
        height: 44px;
    }
    .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 {
        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(max-width:991px){
    .top-menu-wrapper,
    .header-menu-wrapper{
        display: none;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
    }
    .logo {
        width: 136px;
        margin-left: 0;
        left: 0;
    }
    .header .logo img{
        height: 44px;
    }
    .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: 14px;
        line-height: 14px;
    }
    .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;
    }
    .header-buttons {
        width: auto;
    }
    .header-contacts {
        width: auto;
        left: 150px;
    }
}

@media(max-width: 767px){
    .header-contacts{
        position: static;
        width: 100%;
        height: auto;
        padding: 15px 0;
        text-align: center;
        justify-content: center;
    }
    .header-cart-content{
        display: none;
    }
    .menu-button{
        width: 20px;
        margin-left: 10px;
    }
    .application-btn{
        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;
    background: linear-gradient(99.06deg, rgba(72, 100, 187, 0.15) 16.86%, rgba(72, 100, 187, 0) 56.88%), linear-gradient(180deg, rgb(0 0 0 / 40%) 9.7%, rgba(15, 15, 92, 0) 99.24%);
}
.top-slider .slider-content{
    padding-bottom: 4vw;
    padding-left: 112px;
    padding-right: 112px;
}
.top-slider.slidertotal-1 .slider-content{
    padding-bottom: 0;
}
.top-slider .slider-title{
    font-weight: bold;
    font-size: 3vw;
    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, #1783BF 0%, #399CD2 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: #FF4E40;
}
@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 */
.significant-categories-section{
    padding: 100px 0 90px;
}
.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;
    border-radius: 8px;
    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%);
    border-radius: 8px;
}
.significant-categories a.absolute{
    border-radius: 8px;
}
.significant-categories .item-content{
    height: 100%;
    position: relative;
    padding: 60px 40px 135px 40px;
    color: #fff;
}
.significant-categories .item-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 20px;
}
.significant-categories .item-subtitle{
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
}
.significant-categories .item .btn{
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin-bottom: 0;
    z-index: 10;
}
#significantCarousel > div{
    display: none;
}
#significantCarousel > div:first-of-type,
#significantCarousel.slick-slider > div{
    display: block;
}
@media(max-width: 1359px){
    .significant-categories-section{
        padding: 100px 0 70px;
    }
    .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: 80px 0 50px;
    }
    .significant-categories .item-inner{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .significant-categories .item-inner {
        height: 56vw;
    }
    .significant-categories .item-title {
        font-size: 4vw;
        margin-bottom: 2.5vw;
    }
    .significant-categories .item-subtitle {
        font-size: 2vw;
    }
    .significant-categories .item .btn {
        font-size: 1.6vw;
    }
}
/* /. Significant categories section */

/* About company Section */
.about-company-section{
    padding-bottom: 30px;
}
.about-company-section .content{
    text-align: justify;
}
/* /. 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;
    flex-wrap: wrap;
}
.product-warranties-block  .img-wrapper{
    border-radius: 100%;
    margin-right: 20px;
    border: 1px solid #FF4E40;
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
}
.product-warranties-block  .item-text{
    width: calc(100% - 104px);
    font-size: 14px;
}

.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, #FF4E40 0%, #70ad09 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, #175da9 0%, #2186d2 100%);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    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: 52px;
    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 */

/* Features section */
.features-section{
    padding: 80px 0 40px;
}
.features{
    display: flex;
}
.features .item{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    padding-right: 50px;
}
.features > div:last-of-type{
    padding-right: 0;
}
.features .img-wrapper{
    margin-right: 30px;
}
.features .item-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
@media(max-width: 1359px){
    .features .item-title{
        font-size: 14px;
    } 
}
@media(max-width: 991px){
    .features .item-title{
        font-size: 12px;
    } 
}
@media(max-width: 767px){
    .features{
        flex-wrap: wrap;
    }
    .features .item{
        width: 100%;
        padding-right: 0;
    }
}
/* /. Features section */


/* Info tabs section */
.info-tabs-section{
    position: relative;
}
.info-tabs-section:before{
    content: "";
    background: #003d80;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
.info-tabs-section:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    'background: url(../images/tabs-section-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    z-index: 5;
}
.info-tabs-section .section{
    padding: 110px 0 110px 110px;
    background: #003d80;
    color: #fff;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.info-tabs-section .box{
    position: relative;
    z-index: 10;
}
.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: #FF4E40;
}
.info-tabs-section .tabs li.current:after,
.info-tabs-section .tabs li:hover:after{
    background: linear-gradient(90deg, #FF4E40 15.46%, rgba(238, 170, 0, 0) 90.1%);
}
.info-tabs-section .more-link{
    color: #fff;
}
.info-tabs-section .more-link:hover{
    color: #FF4E40;
}
@media(max-width: 1359px){
     .info-tabs-section{
        background: #003d80;
    }
    .info-tabs-section:before{
        display: none;
    }
    .info-tabs-section:after{
        opacity: 0.3;
    }
    .info-tabs-section .section {
        padding: 90px 0 90px 80px;
    }
}
@media(max-width: 991px){
    .info-tabs-section .section {
        padding: 80px 0 80px 50px;
    }
    .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: #FF4E40;
        border-color: #FF4E40;
        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: #FF4E40;
}
@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-bg3.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*/

/* Catalog */
.index-template .catalog-section{
    margin-bottom: 90px;
}
.catalog > .row{
    display: flex;
    flex-wrap: wrap;
}
.catalog > .row > div{
    margin-bottom: 30px;
}
.catalog .item{
    background: #fff;
    height: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .item > a{
    display: block;
    position: relative;
    z-index: 5;
    padding: 25px 25px 80px;
    color: #333;
    height: 100%;
}
.catalog .item:hover{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.index-template .catalog .item{
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.index-template .catalog .item:hover{
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3);
}
.catalog .item .img-wrapper{
    margin-bottom: 25px;
}
.catalog .item-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
}
.catalog .item-text{
    font-size: 13px;
    line-height: 150%;
    color: #4F4F4F
}
.catalog .item-price{
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    color: #003D80;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 25px;
}
.catalog .item-price .old-price{
    font-weight: normal;
    color: #848484;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
}
.catalog .item .img-wrapper{
    position: relative;
}
.product-tags{
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 5;
    color: #fff;
    text-align: left;
}
.product-tags div{
    margin: 0 0 5px;
    padding: 4px 8px 3px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 72px;
}
.product-tags .product-tag-new{
    background: #86b52d;
}
.product-tags .product-tag-popular{
    background: #ecc542;
    color: #000;
}
.product-tags .product-tag-sale{
    background: #CF2929;
}
@media(max-width: 1359px){
    .catalog .item-title{
        font-size: 14px;
    }
    .catalog .item-text{
        font-size: 12px;
    }
    .catalog .item > a{
        padding: 15px 15px 60px;
    }
    .catalog .item-price{
        padding: 0 15px;
        font-size: 15px;
        bottom: 15px;
    }
    .catalog .item-price .old-price{
        font-size: 12px;
        margin-left: 5px;
    }
}
@media(max-width: 991px){
    .catalog > .row > div{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .index-template .catalog-section{
        margin-bottom: 60px;
    }
}
@media(max-width: 499px){
    .catalog > .row > div{
        width: 100%;
        text-align: center;
    }
}
/* /. Catalog */

/* Footer */
.footer{
    background: #131F24;
    padding-top: 100px;
}
@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, #1783BF 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: #FF4E40;
}
.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: #FF4E40;
}
.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: #003D80;
}
.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: #FF4E40;
    border-color: #FF4E40;
    color: #fff;
}
.social-links a img{
    max-width: 20px;
}
.development a{
    color: #FF4E40;
}
.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: #FF4E40;
    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: #FF4E40 !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: #FF4E40 !important;
}
.aside-menu > ul > li.active > .dropdown-button:after{
    border-color: #FF4E40;
}
@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 #FF4E40;
    border-right: 6px solid #FF4E40;
    -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: 22px;
    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: #FF4E40;
}
.services .item:hover .arrow:after{
    border-color: #fff;
}
.services .item:hover .item-title{
    color: #FF4E40;
}
.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: #003D80;
    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: 30px;
    background: #131F24;
    color: #dadada;
    width: 170px;
    text-align: left;
}
.about-page-img .info-block b {
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #FF4E40;
}
.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: #FF4E40;
}
.cert:hover .cert__img img{
    border-color: #FF4E40;
}
.cert:hover .cert__img:after{
    background: #FF4E40;
}

@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: 40px;
    font-size: 16px;
    line-height: 2;
}
.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: 30px 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: #FF4E40;
    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: rgba(0,0,0,0.4);
}
.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-position: 50%;
    background-size: cover;
}
.application-block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(19,31,36,0.8);
}
.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: #003D80;
}
@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: #003D80;
}
.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;
}
.shop-categories .item {
    display: inline-block;
    width: 25%;
    padding: 0 10px 20px;
    vertical-align: top;
}
.shop-categories .item a{
    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: #FF4E40;
}
@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: #FF4E40;
    border-color: #FF4E40;
}
.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: #003D80;
}
.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: #003D80;
    background-color: #003D80;
}
.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 */



