@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(lightgallery.min.css);
@import url(settings.css);
/*
    font-family: 'GothamPro';
    font-family:'bebas';
*/
@font-face {
    font-family:'bebas';
    src:url('../fonts/BebasNeueBold.otf'),
        url('../fonts/BebasNeueBold.ttf'),
        url('../fonts/BebasNeueBold.woff'),
        url('../fonts/BebasNeueBold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro.otf'),
        url('../fonts/GothamPro.ttf'),
        url('../fonts/GothamPro.woff'),
        url('../fonts/GothamPro.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-Black.otf'),
        url('../fonts/GothamPro-Black.ttf'),
        url('../fonts/GothamPro-Black.woff'),
        url('../fonts/GothamPro-Black.woff2');
        font-weight: 900;
        font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-Bold.otf'),
        url('../fonts/GothamPro-Bold.ttf'),
        url('../fonts/GothamPro-Bold.woff'),
        url('../fonts/GothamPro-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-BoldItalic.otf'),
        url('../fonts/GothamPro-BoldItalic.ttf'),
        url('../fonts/GothamPro-BoldItalic.woff'),
        url('../fonts/GothamPro-BoldItalic.woff2');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-Italic.otf'),
        url('../fonts/GothamPro-Italic.ttf'),
        url('../fonts/GothamPro-Italic.woff'),
        url('../fonts/GothamPro-Italic.woff2');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-Light.otf'),
        url('../fonts/GothamPro-Light.ttf'),
        url('../fonts/GothamPro-Light.woff'),
        url('../fonts/GothamPro-Light.woff2');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-LightItalic.otf'),
        url('../fonts/GothamPro-LightItalic.ttf'),
        url('../fonts/GothamPro-LightItalic.woff'),
        url('../fonts/GothamPro-LightItalic.woff2');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src:url('../fonts/GothamPro-Medium.otf'),
        url('../fonts/GothamPro-Medium.ttf'),
        url('../fonts/GothamPro-Medium.woff'),
        url('../fonts/GothamPro-Medium.woff2');
        font-weight: 600;
        font-style: normal;
}
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    overflow-x: hidden;
    font-family: 'GothamPro';
    background: #fff;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -425px 0;
}
.footer-push{
    height: 425px;
}
.footer-wrapper{
    min-height: 425px;
    background: #272727;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    left: 10px;
    background: #081729;
    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;
}

h1,
.title-h1{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
}
h2,
.title-h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
}
h3,
.title-h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}
h4{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}


@media only screen and (min-width: 992px) {
    
}


@media only screen and (max-width: 1259px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    h2,
    .title-h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    h3,
    .title-h3{
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.red{
    color: #FF4632;
}
.dark-red{
    color: #800000;
}
.white{
    color: #fff;
}
.black{
    color: #081729;
}
.gray{
    color: #999999;
}
p{
    margin-bottom: 20px;
}
a{
    color: #800000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-decoration: underline;
    text-decoration: none;
}
.light{
    font-weight: 300;
}
.medium{
    font-weight: 600;
}
a:hover{
    color: #000;
}
a:focus{
    outline: none;
}
a.invert{
    color: #800000;
}
a.invert:hover{
    color: #000;
}
.btn {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #800408;
    padding: 13px 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;
    text-transform: uppercase;
    border: 2px solid #800408;
}
.btn:hover{
    background: #272727;
    color: #fff;
    border-color: #272727;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.btn-red{
    border-radius: 4px;
    border-color: #800000;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fff;
    color: #800000;
}
.btn.btn-red:hover{
    background: #800000;
    color: #fff;
}
.btn.btn-red.invert{
    background: #800000;
    color: #fff;
}
.btn.btn-red.invert:hover{
    background: #fff;
    color: #800000;
}
.btn.min{
    padding: 8px 20px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 600px;
    max-width: 100%;
    background: #fff;
    padding: 45px 25px 35px;
}
.modal .title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #081729;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
/**************************************/
/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    vertical-align: middle;
    margin-top: -3px;
}
.agreement input + label .checked{
    display: none;
}

.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* ======= HEADER ======= */


/* mob-menu-btn begin */
.menu-button{
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -13px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 90px;
    right: -470px;
    background: #900707;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 700;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: none;
}
.overlay {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-logo{
    padding: 0 0 0 10px;
}
.mobile-menu li{
    position: relative;
}

.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-menu > div > ul  > li.active > a{
    color: #ffcc6c;
    background: rgba(255,255,255,0.12);
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #F9D079;
}


.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div 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 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #ffcc6c;
    border-radius: 100%;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 7px !important;
    left: 17px;
    font-size: 16px;
}

.mobile-menu .menu-button{
    display: none;
}


@media only screen and (max-width: 991px) {
    .mobile-menu{
        display: block;
    }
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
    .mobile-menu{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
    .menu-button{
        z-index: 1100;
    }
    .menu-button.active .icon-menu-burger__line, 
    .menu-button.active .icon-menu-burger:before, 
    .menu-button.active .icon-menu-burger:after{
        background: #fff;
    }
}
/************* /. mobile-menu **************/
.header-top-panel{
    background: #191919;
}
.header-top-panel-inner{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}
.header-top-panel-inner a{
    color: #fff;
}
.header-phone{
    display: flex;
    align-items: center;
}
.header-phone a{
    font-weight: bold;
    font-size: 18px;
}
.header-phone a:hover{
    color: #ff991c;
}
.header-phone svg{
    width: 22px;
    fill: #fff;
    margin-right: 5px;
}
@media(max-width:991px){
    .header-top-panel{
        position: fixed;
        z-index: 901;
        top: 0;
        left: 0;
        right: 0;
    }
    .header-top-panel-inner{
        height: 30px;
    }
    .header-phone a{
        font-size: 16px;
    }
    .header-phone svg{
        width: 18px;
    }
}
@media(max-width:767px){
    .header-top-panel-inner{
        flex-wrap: wrap;
    }
    .header-top-panel-inner .right-item{
        width: 100px;
    }
    .header-top-panel-inner .left-item{
        width: calc(100% - 110px);
    }
    .header-phone{
        text-align: right;
        display: block;
    }
    .header-phone a{
        font-size: 11px;
    }
    .header-phone svg{
        display: none;
    }
    .header-address{
        font-size: 11px;
        line-height: 1.1;
    }
}


.header{
    background: #800000;
    color: #fff;
    position: relative;
    z-index: 900;
}
.header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
}
.header.fixed + .header-push{
    height: 100px;
}
.header-inner{
    height: 100px;
    position: relative;
}
.header-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo{
    margin-right: 30px;
    width: 190px;
}
.top-menu{
    width: calc(100% - 270px);
}
.top-menu > ul > li{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}
.top-menu > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > ul > li > a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
.top-menu > ul > li:hover > a,
.top-menu > ul > li.active > a{
    color: #ffa93e;
}
.header-cart{
    width: 30px;
}
.header-cart .svg-inline--fa.fa-w-18 {
    width: 1.125em;
    color: #fff;
}
.header-cart-inner{
    display: inline-block;
    position: relative;
}
#msMiniCart .empty {
    display: block;
}
#msMiniCart .not_empty {
    display: none;
}
#msMiniCart.full .not_empty {
    display: block;
}
#msMiniCart.full .empty {
    display: none;
}
.header-cart-inner span{
    background: #CF1C42;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 4px 2px 3px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
    min-width: 17px;
}
@media(max-width: 991px){
    .header{
        position: fixed;
        top: 30px;
        left: 0;
        right: 0;
    }
    .header-push{
        height: 90px;
    } 
    .header-inner {
        height: 60px;
    }
    .header-cart{
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 55px;
    }
}



/* STYLER */
select{
    height: 35px;
    width: 100%;
    padding: 6px 24px 5px 15px;
    border: 1px solid #E3E3E4;
    border-radius: 0;
}
.select-styler,
.cloned-select-styler{
    width: 100%;
    display: block !important;
}
.jq-selectbox__search input::-moz-placeholder{
    opacity: 0;
}
.jq-selectbox__search input:-ms-input-placeholder{
    opacity: 0;
}
.jq-selectbox__search input::-webkit-input-placeholder{
    opacity: 0;
}
.jq-selectbox__select{
    box-shadow: none;
    height: 35px;
    padding: 7px 24px 5px 18px;
    border: 1px solid #E3E3E4;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    background: #e3e3e4;
    position: relative;
    cursor: pointer;
}
.jq-selectbox__trigger{
    border-left: none;
    width: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.jq-selectbox__trigger-arrow{
    opacity: 1;
    border: none;
    top: 15px;
    background: url(../images/styler-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 7px;
    right: 13px;
    position: absolute;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jq-selectbox__dropdown{
    top: 36px !important;
    bottom: inherit !important;
    border-radius: 0;
    max-height: 260px;
    overflow: hidden;
    padding: 0 0 10px;
    border: none;
    width: 100%;
    background: #e3e3e4;
}
.jq-selectbox ul {
    max-height: none !important;
}
.jq-selectbox li {
    padding: 6px 15px 6px 18px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 1px;
}
.jq-selectbox li:hover {
    background: #C9C9CA;
}
.jq-selectbox li.sel {
    background: #B1001D;
    color: #fff;
}
.jq-selectbox li:last-of-type{
    border-bottom: none;
}
.jq-selectbox__select-text{
    font-size: 14px;
    font-weight: 300;
}
.form-group.error .jq-selectbox__select{
    border-color: #F6392F;
    background: #FDF0E8;
}
.jq-selectbox__dropdown .jspVerticalBar {
    width: 4px;
    right: 10px;
    background: #F2F2F2;
}
.jspDrag {
    background: #C1C1C1;
    border-radius: 0;
}
/* /. STYLER */

/* SCROLLPANE */
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
    width: 100% !important;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    right: 15px;
    width: 4px;
    background: #C2CCE4;
    border-radius: 3px;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspCap{
    display: none;
}
.jspHorizontalBar .jspCap{
    float: left;
}
.jspTrack{
    position: relative;
}
.jspDrag{
    background: #9d9d9e;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{
    height: 16px;
}
.jspHorizontalBar .jspArrow{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{
    outline: none;
}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
* html .jspCorner{
    margin: 0 -3px 0 0;
}
/* /. SCROLLPANE */

/* ======= CATALOG ======= */
.msoptionsprice-spinner{
    display: none !important;  /*msOptionPrice reset preloader*/
}
.catalog .element{
    margin-bottom: 20px;
    background: #fff;
}
.catalog .element .img-wrapper{
    padding: 0 20px;
    height: 210px;
}
.catalog .element .element-content{
    padding: 0 20px 25px;
}
.catalog .element .title{
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    height: 40px;
}
.catalog .element .introtext{
    font-size: 12px;
    line-height: 1.7;
    color: #595959;
    margin-bottom: 15px;
    overflow: hidden;
    height: 60px;
}
.catalog .element .element-options{
    height: 36px;
    border-bottom: 1px solid #E3E3E4;
    margin-bottom: 18px;
}
.catalog .element .price{
    margin-right: 5px;
    vertical-align: middle;
}
.catalog .element .price i{
    font-size: 18px;
}
.catalog .element .old-price{
    position: relative;
    top: 3px;
}
.catalog .element .old-price i{
    font-size: 12px;
}
.catalog .element .element-bottom{
    height: 35px;
}
.catalog .element .hidden-block{
    position: absolute;
    height: 70px;
    bottom: -64px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 20px;
    display: none;
}
.catalog .element .hidden-block:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    background: #fff;
}
.catalog .element .hidden-block .btn{
    border-radius: 4px;
    border-color: #800000;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fff;
    color: #800000;
}
.catalog .element .hidden-block .btn:hover{
    background: #800000;
    color: #fff;
}
.catalog .element:hover{
    z-index: 100;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.catalog .element:hover .title{
    color: #800000;
}
.catalog .element:hover .hidden-block{
    display: block;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
    .catalog .element .hidden-block{
        display: block;
        position: relative;
        bottom: auto;
        z-index: 20;
    }
}
.element-counter{
    padding-top: 5px;
    position: relative;
    z-index: 10;
}
.element-counter .form-control{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #fff;
    border: none;
    position: relative;
    margin-bottom: 0;
}
.element-counter .input-wrapper:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: default;
}
.element-counter button{
    width: 22px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: transparent;
    font-size: 14px;
    border: 1px solid #E3E3E4;
    border-radius: 3px;
}
.element-counter button:hover{
    color: #FF2330;
}
.element-counter button[disabled]:hover{
    color: #1F1F1F;
}
.stickers{
    position: absolute;
    top: 17px;
    left: 22px;
    z-index: 10;
    cursor: default;
}
.sticker-element{
    color: #fff;
    padding: 8px 8px 6px 10px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
    height: 22px;
}
.sticker-element:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    border-left: 8px solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.sticker-element.action{
    background: #800000;
}
.sticker-element.novelty{
    background: #65B300;
}
.sticker-element.hit{
    background: #F08026;
}
.sticker-element.action:after{
    border-left-color: #800000;
}
.sticker-element.novelty:after{
    border-left-color: #65B300;
}
.sticker-element.hit:after{
    border-left-color: #F08026;
}
.stickers-right{
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 10;
    cursor: default;
}
.stickers-right div{
    margin-bottom: 4px;
}
.svg-inline--fa.fa-w-05 {
    width: 0.5em;
}
/* ======= /. CATALOG ======= */
.actions-block .el{
    overflow: hidden;
    margin-bottom: 20px;
}
.actions-block .el .element-img{
    background-size: cover;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.actions-block .el:hover .element-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.actions-block .el1{
    height: 460px;
}
.actions-block .el1 .element-img{
    height: 460px;
}
.actions-block .el2,
.actions-block .el3{
    height: 220px;
}
.actions-block .el2 .element-img,
.actions-block .el3 .element-img{
    height: 220px;
    background-position: bottom right;
}
.actions-block .el4{
    height: 220px;
}
.actions-block .el4 .element-img{
    height: 220px;
    background-position: 50% 50%;
}
.feauters .element{
    background: #fff;
    height: 300px;
    border-right: 1px solid #F0F0F0;
    margin-bottom: 1px;
}
.feauters > .row > div:last-of-type .element{
    border-right: none;
}
.feauters .element .img-wrapper{
    margin-bottom: 20px;
}
.feauters .element .title{
    font-weight: 600;
}
@media only screen and (max-width: 1259px) {
    .feauters .element{
        height: 260px;
    }
}
@media only screen and (max-width: 991px) {
    .feauters > .row > div:nth-of-type(2n) .element{
        border-right: none;
    }
}
@media only screen and (max-width: 767px) {
    .feauters .element{
        height: 200px;
    }
    .feauters .element .title{
        font-size: 12px;
    }
}


.about-block{
    background: #fff;
    padding: 65px 65px 45px 450px;
    margin-bottom: 40px;
    position: relative;
}
.about-block .block-img{
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 390px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 991px) {
    .about-block .block-img{
        position: static;
        height: 90vw;
        margin-bottom: 30px;
        width: 100%;
    }
    .about-block{
        padding: 30px 30px 10px;
        font-size: 13px;
    }
}


.footer-menu li{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    height: 34px;
}
.footer-menu-1 li{
    width: 32%;
    margin-bottom: 15px;
}
.footer-menu-2 li{
    width: 48%;
}
.footer-menu-2{
    padding-right: 150px;
}
.footer-menu a{
    color: rgba(255,255,255,0.8);
}
.footer-menu a:hover,
.footer-menu .active a{
    color: #B1001D;
}
.footer-top{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 35px;
}
.market-btns{
    position: absolute;
    right: 0;
    top: 0;
}
.market-btns > div{
    margin-bottom: 10px;
}
.market-btns a{
    display: inline-block;
    border-radius: 2px;
}
.market-btns a:hover{
    box-shadow: 0 0 15px rgba(255,255,255,0.2);
}
.footer-wrapper a{
    color: rgba(255,255,255,0.8);
}
.footer-bottom{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.footer-contacts > span{
    padding: 0 30px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.footer-contacts > span:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    top: 4px;
    right: 0;
    background: #B1001D;
}
.footer-contacts > span:first-of-type{
    padding-left: 0;
}
.footer-contacts > span:last-of-type{
    padding-right: 0;
}
.footer-contacts > span:last-of-type:after{
    display: none;
}
.footer-social a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 100%;
    font-size: 13px;
    margin: 0 2px;
}
.footer-social a:hover{
    background: rgba(255,255,255,0.6);
    color: #272727;
}
.copyright{
    color: rgba(255,255,255,0.5);
}
@media only screen and (max-width: 991px) {
    .footer-menu-2 {
        padding-right: 0;
    }
    .market-btns{
        position: static;
        text-align: center;
    }
    .market-btns > div{
        display: inline-block;
        margin: 0 5px 5px;
    }
    .footer-wrapper{
        min-height: 340px;
    }
    .main-wrapper {
        margin: 0 0 -340px 0;
    }
    .footer-push{
        height: 340px;
    }
    .footer-contacts > span:after{
        display: none;
    }
    .footer-contacts > span{
        padding: 0 15px;
    }
    .footer-top{
        padding: 0;
        border:none;
    }
}
@media only screen and (max-width: 767px) {
    .footer-contacts > span{
        padding: 0;
        display: block;
        font-size: 13px;
    }
    .footer-social{
        padding-top: 10px !important;
    }
}


/****************** ASIDE MENU *******************/
.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    padding: 20px;
    background: #fff;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 18px 36px 18px 15px;
    background: #fff;
    line-height: 1.3;
    border-bottom: 1px solid #F5F5F5;
}
.aside-menu > ul > li:last-of-type > a{
    border-bottom: none;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu li.active > a{
    color: #800000;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu > ul > li.active ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 53px;
    width: 36px;
    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: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -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);
    top: 24px;
}
.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{
    top: 16px;
}
.aside-menu li:hover > .dropdown-button:after,
.aside-menu li.open > .dropdown-button:after{
    border-color: #FF2330;
}
.aside-menu  ul ul li{
    padding-left: 24px;
}
.aside-menu  ul ul a{
    padding: 14px 36px 12px 0;
    font-weight: normal;
    position: relative;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #272727;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -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;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media only screen and (max-width: 991px) {
    .aside-menu{
        padding: 0;
    }
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}

/****************** ASIDE MENU END*******************/

/* PAGINATION */
.pagination{
    margin: 30px 0 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #5E6066;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination .active a{
    background: #800000;
    color: #fff;
    border-radius: 100%;
}
.pagination a:hover{
    color: #000;
}
/* /. PAGINATION */

/* CART */
#msOrder {
    margin-top: 0 !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    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 i{
    -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 i{
    -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 .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    background: #ffd2d2;
    border-color: #ffd2d2 !important;
}

/* /. CART */
.for-time-box{
    display: none;
}
.timeswitch{
    cursor: default;
    min-height: 24px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.timeswitch i,
.checkbox i{
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 4px;
}
.timeswitch .checked{
    display: none;
}
.timeswitch.active .checked{
    display: inline-block;
}
.timeswitch.active .no-checked{
    display: none;
}

.checkbox{
    position: relative;
    min-height: 24px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.checkbox input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.checkbox .checked{
    display: none;
}
.checkbox input:checked + .checked{
    display: inline-block;
}
.checkbox input:checked + .checked + .no-checked{
    display: none;
}
.checkbox p{
    margin-bottom: 0;
    font-size: 12px;
    color: #676767;
}
.relatedProducts{
    background: #191919;
}
.relatedProducts h2{
    color: #fff;
}
.product-detail-content .jq-selectbox__select {
    height: 49px;
    padding: 13px 24px 5px 18px;
    border-radius: 5px;
}
.product-detail-content .jq-selectbox__select:before {
    top: 16px;
}
.product-detail-content .jq-selectbox__trigger-arrow{
    top: 21px;
}
.product-detail-content .jq-selectbox__dropdown{
    top: 47px !important;
}
.product-detail-content .element-counter button{
    width: 34px;
    height: 34px;
}
.product-img-wrapper{
    max-height: 450px;
    max-width: 560px;
    overflow: hidden;
}
.product-carousel{
    padding-bottom: 50px;
}
@media (max-width: 600px) {
    .product-img-wrapper{
        max-height: 400px;
    }
    .product-carousel{
        padding-bottom: 0;
    }
}
.product-carousel .item a{
    background: rgba(255,255,255,0.4);
    z-index: 20;
    opacity: 0;
}
.product-carousel .item a:hover{
    opacity: 1;
}
.product-carousel .item a i {
    font-size: 48px;
    color: #21242f;
    -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;
}
.product-carousel .item a:hover i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.product-detail .stickers{
    top: 2px;
    left: 0;
}
.product-detail .stickers-right{
    top: 0;
}

.gallery-list .element{
    margin-bottom: 20px;
    border: 1px solid #FFE19A;
    overflow: hidden;
    height: 300px;
}
.gallery-list .element .inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 30px;
}
.gallery-list .element .element-bg{
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
}
.gallery-list .element:hover .inner{
    opacity: 1;
}
.gallery-list .element .title {
    font-size: 26px;
}
@media (max-width: 1259px) {
    .gallery-list .element{
        height: 240px;
    }
    .gallery-list .element .title {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .gallery-list .element{
        height: 34vw;
    }
}
@media (max-width: 767px) {
    .gallery-list .element{
        height: 60vw;
    }
}
.gallery a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.gallery .element img{
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.gallery .element img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* BREADCRUMBS */
.breadcrumbs-wrapper{
    margin: -25px 0 50px;
    font-size: 13px;
    font-style: italic;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
    color: #000;
}
.breadcrumbs-wrapper a{
    position: relative;
}
.breadcrumbs-wrapper a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 4px;
    right: -16px;
    border-top: 1px solid #800000;
    border-right: 1px solid #800000;
    -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;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs-wrapper{
        margin: -25px 0 25px;
    }
}
/* /. BREADCRUMBS */


.map-inner {
    height: 400px;
}

/* NEWS */
.news-category-template .middle-section{
    background: #F7F7F7;
}
.news-list .element{
    background: #fff;
    margin-bottom: 20px;
    padding-left: 330px;
    min-height: 275px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.news-list .element .date{
    color: #a4a8b4;
    font-weight: 300;
    font-size: 14px;
}
.news-list .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    z-index: 4;
}
.news-list .element .category{
    position: absolute;
    top: 28px;
    left: 0;
}
.news-list .element .category span{
    background: #272727;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 4px;
    font-size: 11px;
    text-transform: uppercase;
}
.news-list .element .img-element{
    height: 100%;
}
.news-list .element .element-content{
    padding: 25px;
    min-height: 275px;
}
.news-list .element .element-content .text{
    line-height: 1.4;
    height: 8em;
    overflow: hidden;
    font-size: 13px;
    color: #585858;
}
.news-list .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.news-list .element h4{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    max-height: 3.9em;
    overflow: hidden;
}
.news-list .element:hover h4{
    color: #b80a24;
}
@media only screen and (max-width: 767px) {
    .news-list .element .img-wrapper{
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .news-list .element{
        padding-left: 0;
    }
    .news-list .element,
    .news-list .element .element-content{
        min-height: inherit;
    }
    .news-list .element h4{
        max-height: inherit;
    }
    .news-list .element .element-content .text{
        height: auto;
    }
}
/* /. NEWS */
.inner-menu{
    margin: 0 -10px 0;
}
.inner-menu li{
    display: inline-block;
    margin: 0 10px 10px;
}
.inner-menu a{
    text-decoration: none;
    color: #A5A8B4;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.inner-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #b80a24;
    opacity: 0;
}
.inner-menu .active a:after{
    opacity: 1;
}
.inner-menu .active a,
.inner-menu a:hover{
    color: #000;
}



/* SIDEBAR NEWS */
.sidebar-right{
    padding-left: 10px;
}
.sidebar-news .element{
    background: #fff;
    margin-bottom: 20px;
    padding-left: 190px;
    height: 160px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
}
.sidebar-news .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 100%;
    z-index: 4;
}
.sidebar-news .element .img-element{
    height: 100%;
}
.sidebar-news .element .date{
    color: #a4a8b4;
    font-weight: 300;
    font-size: 12px;
}
.sidebar-news .element .element-content{
    padding: 15px;
}
.sidebar-news .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.sidebar-news .element h4{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 13px;
    font-weight: 600;
    max-height: 6em;
    overflow: hidden;
}
.sidebar-news .element:hover h4{
    color: #b80a24;
}

@media only screen and (max-width: 1259px) {
    .sidebar-news .element{
        padding-left: 140px;
        height: 140px;
    }
    .sidebar-news .element .img-wrapper{
        width: 140px;
    }
}



.shop-categories{
    margin: 0 -3px;
}
.shop-categories .element{
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.shop-categories .element img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.shop-categories .element-inner{
    overflow: hidden;
}
.shop-categories .element:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.shop-categories .element .element-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: rgba(0,0,0,0.3);
    padding: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element:hover .element-content{
    background: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 470px) {
    .shop-categories .element{
        width: 49%;
    }
    .shop-categories .element .element-content{
        font-size: 4vw;
    }
}

.top-slider-wrapper{
    position: relative;
}
.top-slider-decor{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    transform: rotate(180deg);
}
.top-slider-decor svg {
    width: calc(120% + 1.3px);
    height: 50px;
}
.top-slider-decor svg path{
    fill: #fff;
}
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type{
    display: block;
}
.top-slider .item{
    height: 680px;
}
.top-slider .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-slider .item:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}
.top-slider .item-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 5;
    color: #fff;
    padding-bottom: 60px;
}
.top-slider .item-content-inner{
    border-left: 7px solid #800000;
    padding: 40px 0 40px 50px;
}
.top-slider .item-title{
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 20px;
}
.top-slider .item-sup-title{
    font-size: 26px;
    font-weight: bold;
}
.top-slider .item-sub-title{
    font-size: 18px;
}
.top-slider .slick-prev, 
.top-slider .slick-next{
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: none;
    margin-top: 0;
    border-radius: 0;
    opacity: 1;
    background: #800000;
    top: auto;
    bottom: 60px;
}
.top-slider .slick-prev{
    left: calc(50% - 600px);
}
.top-slider .slick-next{
    right: auto;
    left: calc(50% - 540px);
}
.top-slider .slick-prev i,
.top-slider .slick-next i{
    line-height: 48px;
}
.top-slider .slick-prev:hover, 
.top-slider .slick-next:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}


@media (max-width: 1259px){
    .top-slider .item-content-inner{
        border-left: 6px solid #800000;
        padding: 30px 0 30px 40px;
        margin: 0;
    }
    .top-slider .item-title{
        font-size: 42px;
    }
    .top-slider .item-sup-title{
        font-size: 24px;
        font-weight: bold;
    }
    .top-slider .slick-prev {
        left: calc(50% - 472px);
    }
    .top-slider .slick-next {
        left: calc(50% - 412px);
    }
}
@media (max-width: 991px){
    .top-slider .item{
        height: 500px;
    }
    .top-slider .item-content-inner{
        border-left: 5px solid #800000;
        padding: 20px 0 20px 30px;
    }
    .top-slider .item-title{
        font-size: 36px;
        line-height: 1.3;
    }
    .top-slider .item-sup-title{
        font-size: 22px;
        line-height: 1.3;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .top-slider .item-sub-title{
        font-size: 16px;
        line-height: 1.3;
    }
    .top-slider .slick-prev {
        left: 20px;
        bottom: 40px;
    }
    .top-slider .slick-next {
        left: 80px;
        bottom: 40px;
    }
}
@media (max-width: 767px){
    .top-slider .item-content-inner{
        border-left: 2px solid #800000;
        padding: 1vw 0 1vw 2vw;
    }
}
@media(max-width:499px){
    .top-slider-decor svg{
        width: auto;
    }
}
@media (max-width: 400px){
    .top-slider .item-title{
        font-size: 7vw;
    }
    .top-slider .item-sup-title{
        font-size: 5vw;
    }
    .top-slider .item-sub-title{
        font-size: 4vw;
    }
}

.shop-categories-wrapper{
    position: relative;
}
.shop-categories-wrapper-object{
    position: absolute;
    top: -130px;
    right: -100px;
    z-index: 10;
    animation: spin 6s infinite linear;
}
.shop-categories-wrapper-object img{
    transform: rotate(30deg);
}
@keyframes spin {
  0% {
    transform: translate3d(0, -1%, 0);
  }
  50% {
    transform: translate3d(0, 5%, 0);
  }
  100% {
    transform: translate3d(0, -1%, 0);
  }
}
@media(max-width:1399px){
    .shop-categories-wrapper-object{
        display: none !important;
    }
}
.shop-categories-title {
    padding: 70px 0 0;
}
.shop-categories-title h2{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 36px;
}

.index-template .middle-section{
    background: #191919;
}
.catalog-template .middle-section{
    background: #eee;
}
.index-template .middle-section hr{
    border-color: rgba(255,255,255,0.1);
}

.h-decor{
    position: relative;
    padding-bottom: 30px;
}
.h-decor:after{
    background: url(../images/line12-12.svg) 0 0 no-repeat;
    content:"";
    width: 290px;
    height: 20px;
    position: absolute;
    left: calc(50% - 145px);
    bottom: 0;
}






