@charset "UTF-8";
@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Bold.eot");
    src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#AustinCyr-Italic") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Light.eot");
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#AustinCyr-Italic") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Light.eot");
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#AustinCyr-Italic") format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#AustinCyr-Italic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Austin';
    src: url("../fonts/AustinCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinCyr-Roman.woff") format("woff"), url("../fonts/AustinCyr-Roman.ttf") format("truetype"), url("../fonts/AustinCyr-Roman.svg#AustinCyr-Roman") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Austin';
    src: url("../fonts/AustinCyr-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinCyr-Italic.woff") format("woff"), url("../fonts/AustinCyr-Italic.ttf") format("truetype"), url("../fonts/AustinCyr-Italic.svg#AustinCyr-Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Austin';
    src: url("../fonts/AustinCyr-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AustinCyr-MediumItalic.woff") format("woff"), url("../fonts/AustinCyr-MediumItalic.ttf") format("truetype"), url("../fonts/AustinCyr-MediumItalic.svg#AustinCyr-MediumItalic") format("svg");
    font-weight: 500;
    font-style: normal
}


/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.fp-notransition {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0!important;
    right: 0;
    margin: 0 auto!important
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav.fp-show-active a.active+.fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto!important
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto!important
}

#header .content:after {
    content: '';
    clear: both;
    display: block
}

#header .nav-holder {
    /*overflow: hidden;*/
    padding: 17px 0 0;
    max-width: 660px;
    margin: 0 auto
}

#header .nav-holder .tel {
    display: none
}

#header .user-panel {
    float: right;
    width: 184px;
    padding: 21px 0 0;
    margin: 0 0 0 14px
}

@media only screen and (max-width:1680px) {
    #header .user-panel {
        width: 187px;
        margin-right: -3px
    }
}

@media only screen and (max-width:1180px) {
    #header .user-panel {
        width: 177px
    }
}

#header .header-inner {
    padding: 22px 0 32px
}

#header .header-inner:after {
    content: '';
    clear: both;
    display: block
}

#header .top-panel {
    color: #fff;
    padding: 19px 0 20px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .04em;
    background: #4f2419 url(../images/top-panel-bg.jpg) 50% 50% no-repeat;
    background-size: 100% auto
}

#header .top-panel:after {
    content: '';
    clear: both;
    display: block
}

#header .top-panel .close {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 28px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden
}

#header .top-panel .close:after,
#header .top-panel .close:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: #fff;
    margin: 0 0 0 -12px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#header .top-panel .close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header .top-panel .close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#header .top-panel .close:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#header .top-panel .close:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:480px) {
    #header .top-panel .close {
        top: 5px;
        right: 5px
    }
    #header .top-panel .close:after,
    #header .top-panel .close:before {
        width: 18px;
        margin-left: -9px
    }
}

#header .conditions-description {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    padding: 33px 19px 36px 0;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

#header .conditions-description p {
    margin: 0
}

#header .conditions-description a {
    text-decoration: none;
    color: #af7f50;
    display: inline-block;
    position: relative
}

#header .conditions-description a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #af7f50;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#header .conditions-description a:hover:after {
    left: 50%;
    right: 50%;
    opacity: 0;
    bottom: 4px
}

@media only screen and (max-width:1180px) {
    #header .conditions-description {
        font-size: 22px;
        line-height: 1.2;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    #header .conditions-description {
        font-size: 18px;
        padding-right: 0
    }
}

@media only screen and (max-width:480px) {
    #header .conditions-description {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 10px
    }
}

#header .delivery {
    float: right
}

#header .delivery a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    position: relative;
    color: #a67c52
}

#header .delivery a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: #835537;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#header .delivery a:hover:after {
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0
}

#header .conditions {
    text-decoration: none;
    position: relative;
    padding: 0 20px 0 0;
    float: left;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#header .conditions:after {
    position: absolute;
    content: '';
    top: 3px;
    right: 1px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease
}

#header .conditions:hover {
    color: #a67c52
}

#header .conditions:hover:after {
    border-right-color: #a67c52;
    border-bottom-color: #a67c52
}

#header .login-panel {
    display: block;
    font-size: 15px;
    margin: 0 0 22px;
    position: relative;
    padding: 0 0 0 31px;
    letter-spacing: .022em
}

@media only screen and (max-width:1680px) {
    #header .login-panel {
        padding-left: 36px
    }
}

@media only screen and (max-width:1180px) {
    #header .login-panel {
        padding-left: 26px
    }
}

#header .login-panel:after {
    position: absolute;
    content: '';
    top: 3px;
    left: -5px;
    width: 20px;
    height: 21px;
    background: url(../images/user.svg) no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:1680px) {
    #header .login-panel:after {
        left: -1px
    }
}

@media only screen and (max-width:1100px) {
    #header .login-panel:after {
        left: 0
    }
}

#header .login-panel a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#header .login-panel a:hover {
    color: #8c0c04
}

@media only screen and (max-width:1100px) {
    #header .login-panel a {
        margin-left: 2px;
        margin-right: 2px;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #8c0c04;
    }
}

#header .login-panel .registration {
    color: #8c0c04;
    margin-right: 0
}

#header .login-panel .registration:hover {
    color: #7a0902
}

#header .tel {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #4c4c4c
}

#header .tel a {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 36px;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

@media only screen and (max-width:1680px) {
    #header .tel a {
        padding-left: 40px
    }
}

@media only screen and (max-width:1180px) {
    #header .tel a {
        padding-left: 28px
    }
}

#header .tel a:hover {
    color: #8c0c04
}

#header .tel a:after {
    position: absolute;
    content: '';
    top: 3px;
    left: -3px;
    width: 19px;
    height: 19px;
    background: url(../images/phone.svg) no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:1680px) {
    #header .tel a:after {
        left: 1px
    }
}

#header .burger {
    display: none;
    position: absolute;
    top: 40px;
    right: 14px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 38px;
    height: 32px;
    cursor: pointer;
    z-index: 600
}

#header .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 25px;
    margin: 0 0 0 -12px;
    background: #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#header .burger span:after,
#header .burger span:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 3px;
    background: #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#header .burger span:after {
    top: -8px
}

#header .burger span:before {
    bottom: -8px
}

@media only screen and (max-width:1023px) {
    #header .burger {
        display: block
    }
    #header .user-panel {
        float: none;
        padding: 0;
        margin: 0
    }
    #header .user-panel .tel {
        display: none
    }
    #header .header-inner {
        position: relative;
        padding: 47px 0 45px
    }
    #header .nav-holder {
        max-width: none;
        margin: 0;
        padding: 37px 76px 30px 20px;
        position: fixed;
        top: -9999px;
        left: -9999px;
        right: 9999px;
        bottom: 9999px;
        z-index: 500;
        background: #fff;
        opacity: 0;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: calc(100vh - 57px);
        -webkit-transition: all 0s ease .35s, opacity .35s ease;
        -o-transition: all 0s ease .35s, opacity .35s ease;
        transition: all 0s ease .35s, opacity .35s ease
    }
    #header .nav-holder .tel {
        display: block;
        color: #8c0c04;
        font-size: 20px
    }
    #header .nav-holder .tel a {
        padding-left: 45px
    }
    #header .nav-holder .tel a:after {
        top: 4px;
        left: 0;
        width: 22px;
        height: 22px
    }
    #header .login-panel {
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    #header .header-inner {
        padding-bottom: 36px
    }
    #header .user-panel {
        width: auto
    }
    #header .login-panel {
        text-indent: -9999px;
        padding: 0;
        width: 20px;
        height: 21px
    }
    #header .login-panel ul{
        display: none;
    }
    #header .login-panel.open ul {
        display: block;
        position: absolute;
        top: 35px;
        left: 0;
        max-width: 250px;
        z-index: 450;
        background: #fff;
        text-indent: 0;
        margin: 0;
        padding: 10px 15px;
        border: 1px solid #8c0c04;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
        -webkit-transition: all 0s ease .7s, opacity .35s ease .35s;
        -o-transition: all 0s ease .7s, opacity .35s ease .35s;
        transition: all 0s ease .7s, opacity .35s ease .35s
    }
    #header .login-panel.open ul:after {
        position: absolute;
        content: '';
        left: -4px;
        bottom: 100%;
        width: 15px;
        height: 11px;
        transform: scale(-1, 1);
        background: url(../images/drop-arrow.png) no-repeat;
    }
    #header .login-panel.open ul li:first-child:after {
        display: none;
    }
    #header .login-panel.open ul li {
        display: block;
        margin-bottom: 7px;
    }
    #header .login-panel.open ul li:first-child:after {
        content: '';
        display: block;
        height: 6px;
        margin-top: 10px;
        background: url(../images/border-frame7.jpg) no-repeat;
    }
    #header .login-panel.open ul li:last-child {
        margin-bottom: 0;
    }
    #header .login-panel:after {
        top: 0;
        left: 0
    }
    #header .top-panel {
        padding: 9px 0 11px;
        font-size: 11px
    }
    #header .conditions {
        padding-right: 15px
    }
    #header .conditions:after {
        top: 2px;
        width: 6px;
        height: 6px
    }
    #header .nav-holder {
        min-height: calc(100vh - 33px)
    }
    #header .delivery a:after {
        bottom: -2px
    }
}

@media only screen and (max-width:350px) {
    #header .top-panel {
        font-size: 10px
    }
}

@media only screen and (max-width:1023px) {
    .menu-open {
        overflow: hidden!important
    }
    .menu-open #header .burger span {
        background-color: transparent
    }
    .menu-open #header .burger span:after {
        top: 0;
        background-color: #959595;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .menu-open #header .burger span:before {
        bottom: 0;
        background-color: #959595;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .menu-open #header .nav-holder {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        -webkit-transition: opacity .35s ease;
        -o-transition: opacity .35s ease;
        transition: opacity .35s ease
    }
}

.user-control-list {
    padding: 0;
    margin: 0 -9px 22px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-align: right
}

.user-control-list>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    letter-spacing: 0;
    padding: 0 9px
}

.user-control-list>li>a,
.user-control-list>li>span {
    display: block;
    width: 26px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
    .user-control-list>li>a,
    .user-control-list>li>span {
        width: 22px;
        height: 20px
    }
}

.user-control-list>li>a svg,
.user-control-list>li>span svg {
    display: inline-block;
    vertical-align: middle
}

.user-control-list>li>a path,
.user-control-list>li>span path {
    fill: #4d4d4d;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.user-control-list>li>a:hover path,
.user-control-list>li>span:hover path {
    fill: #8c0c04
}

.user-control-list>li>span {
    cursor: pointer
}

.user-control-list>li:hover .drop {
    top: 100%;
    opacity: 1;
    right: 14px;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

@media only screen and (max-width:1023px) {
    .user-control-list>li:hover .drop {
        left: 10px;
        right: auto
    }
}

.user-control-list .redact svg {
    width: 21px;
    height: 21px
}

.user-control-list .fav svg {
    width: 23px;
    height: 21px
}

@media only screen and (max-width:767px) {
    .user-control-list .fav svg {
        width: 22px;
        height: 20px
    }
}

.user-control-list .basket svg {
    width: 23px;
    height: 24px
}

@media only screen and (max-width:767px) {
    .user-control-list .basket svg {
        width: 19px;
        height: 20px
    }
}

.user-control-list .user svg {
    width: 20px;
    height: 21px
}

@media only screen and (max-width:767px) {
    .user-control-list .user svg {
        width: 19px;
        height: 20px
    }
}

.user-control-list .budge {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    font-size: 12px;
    background: #8c0c04;
    border-radius: 50%;
    display: block;
    text-indent: 0;
    text-align: center;
    margin: 0 0 -9px -15px
}

@media only screen and (max-width:767px) {
    .user-control-list .budge {
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 16px;
        margin: 0 0 -10px -13px
    }
}
#nav .down-list {
    position: relative;
}
#nav .down-list dl,
.user-control-list .drop {
    position: absolute;
    top: -9999px;
    right: 9999px;
    opacity: 0;
    width: 250px;
    z-index: 505;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    margin: 18px 0 0;
    text-align: left;
    letter-spacing: .022em;
    padding: 21px 28px 13px;
    border: 1px solid #8c0c04;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0s ease .7s, opacity .35s ease .35s;
    -o-transition: all 0s ease .7s, opacity .35s ease .35s;
    transition: all 0s ease .7s, opacity .35s ease .35s
}
#nav .down-list dl:before,
#nav .down-list dl:after {
    content: '';
    top: -20px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom: 10px solid #8c0c04;
    position: absolute;
    transform: translate(-50%, 0);
}
#nav .down-list dl:after {
    top: -19px;
    border-bottom: 10px solid #fff;
}
#nav .down-list dl {
    width: 150px;
    left: 50%;
    padding: 15px 20px;
    transform: translate(-50%, 0);
}

#nav .down-list:hover dl {
    top: 100%;
    opacity: 1;
    right: 14px;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

#nav .down-list dl dt {
    margin-bottom: 8px
}
#nav .down-list dl dt:last-child {
    margin-bottom: 0;
}
#nav .down-list dl dt a {
    color: #252525;
}
#nav .down-list dl dt.active a {
    color: #8c0c04;
}
@media only screen and (max-width:1023px) {
    .user-control-list .drop {
        left: -9999px;
        right: auto
    }
}

@media only screen and (max-width:767px) {
    .user-control-list .drop {
        padding-left: 15px;
        padding-right: 15px
    }
    #nav .down-list:hover dl {
        display: block;
    }
    #nav .down-list dl {
        display: none;
        position: relative;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin: 7px 0 7px 20px;
        padding: 0;
    }
    #nav .down-list dl dt {
        font-size: 22px;
        line-height: 35px;
    }
    #nav .down-list dl:before,
    #nav .down-list dl:after {
        display: none;
    }
}

.user-control-list .drop:after {
    position: absolute;
    content: '';
    right: -4px;
    bottom: 100%;
    width: 15px;
    height: 11px;
    background: url(../images/drop-arrow.png) no-repeat
}

@media only screen and (max-width:1023px) {
    .user-control-list .drop:after {
        left: -4px;
        right: auto;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }
}

.user-control-list .drop:hover+a path,
.user-control-list .drop:hover+span path {
    fill: #8c0c04
}

.user-control-list .username {
    display: block;
    color: #363636;
    margin: 0 0 15px;
    padding: 0 0 10px;
    position: relative
}
.user-control-list .manager-info {
    margin-bottom: 10px;
    padding: 0 0 17px;
    position: relative
}
.user-control-list .manager-info .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #959595;
}
.user-control-list .manager-info .manager-name {
    color: #363636;
    margin-bottom: 10px;
    font-weight: bold;
}
.user-control-list .manager-info .manager-phone,
.user-control-list .manager-info .manager-email {
    margin-bottom: 10px;
}
.user-control-list .manager-info .manager-email a {
    color: #8c0c04;
}

.user-control-list .username:after,
.user-control-list .manager-info:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: url(../images/border-frame7.jpg) no-repeat;
    background-size: 100% 100%
}

.user-control-list .drop-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #8c0c04;
    font-weight: normal;
    letter-spacing: .022em
}

.user-control-list .drop-list li {
    margin: 0 0 9px
}

.user-control-list .drop-list a {
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.user-control-list .drop-list a:hover {
    color: #7a0902
}

@media only screen and (max-width:1023px) {
    .user-control-list {
        text-align: left;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .user-control-list {
        padding-right: 47px;
        margin-left: -7px;
        margin-right: -7px
    }
    .user-control-list li {
        padding-left: 7px;
        padding-right: 7px
    }
    .user-control-list .mobile-to-right {
        float: right
    }
    .user-control-list .mobile-to-left {
        float: left
    }
}

.logo-holder {
    width: 184px;
    float: left;
    margin: 0 14px 0 0
}

@media only screen and (max-width:1100px) {
    .logo-holder {
        width: auto
    }
}

@media only screen and (max-width:1023px) {
    .logo-holder {
        position: absolute;
        top: 10px;
        left: 50%;
        margin: 0 0 0 -87px
    }
}

@media only screen and (max-width:767px) {
    .logo-holder {
        top: 14px;
        margin-left: -62px
    }
}

.logo {
    display: block;
    width: 174px;
    height: 90px
}

.logo a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .logo {
        width: 125px;
        height: 65px
    }
}

#nav ul {
    padding: 0;
    margin: 0 -4px 0 -3px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-align: justify;
    max-width: 541px;
}

#nav ul:after {
    content: '.';
    width: 100%;
    vertical-align: top;
    display: inline-block
}

#nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 0 3px;
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: .028em
}

@media only screen and (min-width:1024px) {
    #nav li {
        display: inline-block!important
    }
}

#nav a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#nav a:hover {
    color: #8c0c04
}

#nav .catalog a {
    font-weight: bold
}

@media only screen and (min-width:1024px) {
    #nav .catalog a {
        display: inline-block!important
    }
}

#nav .active a {
    color: #8c0c04
}

#nav .drop-list {
    padding: 0;
    margin: 0;
    display: none;
    list-style: none
}

@media only screen and (min-width:1024px) {
    #nav .drop-list {
        display: none!important
    }
}

@media only screen and (max-width:1023px) {
    #nav {
        max-width: 600px;
        text-align: left;
        margin: 0;
        padding: 0 0 34px;
        margin: 0 0 26px;
        position: relative
    }
    #nav:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 213px;
        height: 10px;
        background: url(../images/description-shape4.png) no-repeat
    }
    #nav li {
        display: block;
        padding: 0;
        font-size: 22px;
        line-height: 35px
    }
    #nav .catalog>a {
        position: relative
    }
    #nav .catalog .arrow {
        width: 10px;
        height: 10px;
        margin: 13px 0 0;
        vertical-align: top;
        display: inline-block;
        border: 1px solid #8c0c04;
        border-left-color: transparent;
        border-bottom-color: transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #nav .catalog a {
        display: block
    }
    #nav .catalog .back {
        color: #8c0c04;
        padding-right: 0
    }
    #nav .catalog .back:hover {
        color: #7a0902
    }
    #nav .catalog .back .arrow {
        margin-right: 4px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
}

.search-form {
    padding: 0;
    margin: 0 0 20px
}

.search-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0
}

.search-form .search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-form .input-holder {
    width: 100%
}

.search-form .btn {
    margin: 0 0 0 27px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-form input.text {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    height: 30px;
    color: inherit;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    font-family: inherit;
    color: #252525;
    border-bottom: 2px solid #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.search-form input.text::-webkit-input-placeholder {
    font-style: italic;
    color: #a1a1a1;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.search-form input.text::-webkit-input-placeholder {
    font-style: italic;
    color: #a1a1a1;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.search-form input.text:-moz-placeholder {
    font-style: italic;
    color: #a1a1a1;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.search-form input.text::-moz-placeholder {
    font-style: italic;
    color: #a1a1a1;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.search-form input.text:focus {
    border-bottom-color: #7a0902
}

.search-form input.text:focus::-webkit-input-placeholder {
    color: transparent
}

.search-form input.text:focus::-webkit-input-placeholder {
    color: transparent
}

.search-form input.text:focus:-moz-placeholder {
    color: transparent
}

.search-form input.text:focus::-moz-placeholder {
    color: transparent
}

@media only screen and (max-width:1023px) {
    .search-form {
        max-width: 600px;
        margin-bottom: 30px
    }
    .search-form .search-inner {
        display: block
    }
    .search-form .search-inner:after {
        content: '';
        clear: both;
        display: block
    }
    .search-form .input-holder {
        width: auto;
        margin: 0 0 11px
    }
    .search-form .btn {
        margin: 0;
        float: right
    }
}

@media only screen and (max-width:480px) {
    .search-form .btn {
        font-size: 14px;
        padding: 3px 18px 4px
    }
    .search-form input.text {
        font-size: 13px
    }
}

.promo-section {
    position: relative;
    overflow: hidden
}

.promo-section .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-section .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 21px;
    z-index: 50;
    margin: 0 0 0 -32px;
    background: url(../images/promo-section-arrow.png) no-repeat
}

.promo-section .arrow:after,
.promo-section .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #fff
}

.promo-section .arrow:after {
    left: 100%
}

.promo-section .arrow:before {
    right: 100%
}

@media only screen and (max-width:1023px) {
    .promo-section .arrow {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .promo-section .slick-track {
        width: auto!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .promo-section .slick-list {
        width: 100%
    }
}

@media only screen and (max-width:1023px) {
    .promo-section .items {
        display: block
    }
    .promo-section .slick-list {
        padding-right: 35px
    }
}

.promo-item {
    width: 33.3%;
    min-height: 578px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .04em;
    color: #fff;
    z-index: 10;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 46px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: width .7s ease;
    -o-transition: width .7s ease;
    transition: width .7s ease
}

@media only screen and (max-width:1680px) {
    .promo-item {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:1024px) {
    .promo-item {
        width: 33.3%!important;
        overflow: visible!important
    }
}

.promo-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-item,
.promo-item .bg,
.promo-section .items .promo-item .container .inner {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.promo-item .bg img {
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
}

.promo-item.left .bg {
    background-position: left;
}

.promo-item.center .bg {
    background-position: center;
}

.promo-item.right .bg {
    background-position: right;
}

/*@media only screen and (min-width:1024px) {
    .promo-item.active {
        z-index: 50
    }
    .promo-item:first-child:hover .bg {
        right: -200%
    }
    .promo-item:first-child+.promo-item:hover .bg {
        left: -100%;
        right: -100%
    }
    .promo-item:first-child+.promo-item+.promo-item:hover .bg {
        left: -200%
    }
}

.promo-item:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    z-index: -10;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.promo-item:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    border-radius: 0
}*/

.promo-item:first-child {
    width: 33.4%
}


.promo-item .btn-holder {
    display: block;
    padding: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    height:0;
}

.promo-section .bg-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.promo-section .bg-item.active {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.promo-item:hover .btn-holder {
    height: 47px;
    padding-top: 15px;
}



@media only screen and (min-width:1024px) {
    .promo-item:first-child {
        width: 33.4%!important
    }

    .promo-section .items:hover .promo-item .bg {
        opacity: 0;
    }

    .promo-section .items:hover .promo-item:not(:hover) .container .inner {
        opacity: 0;
    }



    .promo-item:hover .btn-holder {
        height: 47px;
        padding-top: 15px;
    }

    .promo-section.img-loaded .bg-items {
        background: #000;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .promo-section .items .promo-item:hover {
        background: rgba(0, 0, 0, 0.25);
    }
}

.promo-item .inner {
    width: 326px;
    overflow: hidden
}

@media only screen and (max-width:1180px) {
    .promo-item .inner {
        width: 300px
    }
}

.promo-item .title {
    display: block;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 46px;
    letter-spacing: .04em;
    font-weight: normal;
    margin: 0 0 34px;
    position: relative
}

@media only screen and (max-width:1100px) {
    .promo-item .title {
        margin-bottom: 30px
    }
}

.promo-item p {
    margin: 0
}

.promo-item .content {
    max-width: 232px;
    margin: 0 auto 20px;
    padding: 0 0 42px;
    position: relative
}

.promo-item .content:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 175px;
    height: 14px;
    margin: 0 0 0 -87px;
    background: url(../images/description-shape.png) no-repeat
}

.promo-item .num {
    display: block;
    font-size: 38px;
    line-height: 42px;
    position: relative;
    font-style: italic;
    font-family: "Austin", Arial, Helvetica, sans-serif
}

.promo-item .num small {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 10px;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-style: normal
}


@media only screen and (max-width:1023px) {
    .promo-item {
        width: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding-bottom: 26px
    }
    .promo-item:after {
        display: none
    }

    .promo-item .btn-holder {
        height: 47px;
        padding-top: 15px;
    }

    .promo-section .items .promo-item .bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top:0;
    }

    .promo-section .items .promo-item:hover .bg:after {
        background: rgba(0, 0, 0, 0.25);
    }
}

@media only screen and (max-width:767px) {
    .promo-item {
        font-size: 14px;
        line-height: 18px;
        min-height: 418px
    }
    .promo-item .title {
        font-size: 39px;
        line-height: 32px;
        margin-bottom: 27px
    }
    .promo-item .num {
        font-size: 29px;
        line-height: 32px
    }
    .promo-item .num small {
        margin-top: 6px;
        margin-left: 4px;
        font-size: 11px;
        line-height: 15px
    }
    .promo-item .inner {
        width: 250px
    }
    .promo-item .content {
        max-width: 180px;
        margin-bottom: 15px;
        padding-bottom: 31px
    }
    .promo-item .content:after {
        width: 132px;
        height: 11px;
        margin-left: -68px;
        background-size: 100% 100%
    }
}

.promo-heading-section {
    color: #590322;
    padding: 65px 0;
    min-height: 25vw;
    text-align: center;
    position: relative;
    letter-spacing: .04em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%
}
.promo-heading-section.view-section {
    min-height: 350px;
}
.promo-heading-section a {
    text-decoration: none;
}

.promo-heading-section a h1 {
    -webkit-transition: opacity 0.3s;
}

.promo-heading-section a:hover h1 {
    opacity: 0.6;
}

@media only screen and (max-width:1180px) {
    .promo-heading-section {
        min-height: 470px
    }
}

.promo-heading-section .container {
    max-width: 710px
}
.promo-heading-section.view-section .container {
    max-width: 1140px;
    text-align: left;
}
.promo-heading-section.view-section .container h1 {
    max-width: 500px;
}
.promo-heading-section .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 21px;
    z-index: 50;
    margin: 0 0 0 -32px;
    background: url(../images/promo-section-arrow.png) no-repeat
}

.promo-heading-section .arrow:after,
.promo-heading-section .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #fff
}

.promo-heading-section .arrow:after {
    left: 100%
}

.promo-heading-section .arrow:before {
    right: 100%
}

@media only screen and (max-width:1023px) {
    .promo-heading-section .arrow {
        display: none
    }
}

.promo-heading-section h1 {
    margin: 0 0 45px;
    font-size: 48px;
    line-height: 1;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

@media only screen and (max-width:1023px) {
    .promo-heading-section {
        padding: 45px 0
    }
    .promo-heading-section h1 {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .promo-heading-section {
        min-height: 380px
    }
    .promo-heading-section h1 {
        font-size: 32px
    }
}

@media only screen and (max-width:480px) {
    .promo-heading-section {
        padding: 30px 0;
        min-height: 320px
    }
    .promo-heading-section h1 {
        font-size: 28px
    }
}

.catalog-preview-section {
    padding: 35px 0 20px
}

@media only screen and (max-width:1680px) {
    .catalog-preview-section {
        padding-bottom: 7px
    }
}

.catalog-preview-section h2 {
    text-align: center;
    margin: 0 0 38px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .04em
}

.catalog-preview-section .col-row {
    margin-left: -29px;
    margin-right: -29px
}

.catalog-preview-section .col-row>.col {
    padding-left: 29px;
    padding-right: 29px
}

@media only screen and (max-width:1180px) {
    .catalog-preview-section .col-row {
        margin-left: -15px;
        margin-right: -15px
    }
    .catalog-preview-section .col-row>.col {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:480px) {
    .catalog-preview-section {
        padding-top: 23px;
        padding-bottom: 0
    }
    .catalog-preview-section h2 {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.catalog-preview-item {
    position: relative
}

.catalog-preview-item .heading {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px;
    padding-top: 34px;
    position: relative;
    border-radius: 20px;
    padding-bottom: 47px;
    text-decoration: none
}

.catalog-preview-item .heading:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: -10;
    background-size: auto 100%
}

.catalog-preview-item .heading:before {
    position: absolute;
    content: '';
    top: 100%;
    width: 52px;
    height: 20px;
    background: url(../images/arrows.png) no-repeat
}

.catalog-preview-item .heading .num {
    display: block;
    color: #959595;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 -2px;
    text-align: right;
    font-style: italic;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

.catalog-preview-item .heading .num small {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
    margin: 4px 0 0 10px;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    display: inline-block
}

.catalog-preview-item .heading .visual {
    margin: 0 45px 0 0;
    height: 0
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item .heading .visual {
        margin-right: 20px
    }
}

.catalog-preview-item .heading .title {
    display: block;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 42px;
    letter-spacing: .04em;
    font-weight: normal;
    font-style: normal;
}

.catalog-preview-item .heading-content {
    min-width: 291px
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item .heading-content {
        min-width: 270px
    }
}

.catalog-preview-item .content {
    padding: 0 65px 0 27px
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item .content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.catalog-preview-item.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 53px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog-preview-item.horizontal:after {
    position: absolute;
    content: '';
    bottom: -26px;
    left: 50%;
    width: 1555px;
    height: 14px;
    margin: 0 0 0 -788px;
    background: url(../images/border-frame1.png) repeat-x
}

@media only screen and (max-width:1680px) {
    .catalog-preview-item.horizontal:after {
        width: 1159px;
        margin-left: -582px;
        background-position: -202px 0
    }
}

.catalog-preview-item.horizontal .heading {
    width: calc(50% - 29px);
    padding-right: 40px;
    background: #ffebdb;
    margin-right: 29px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0 20px 20px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.horizontal .heading {
        padding-right: 25px;
        width: calc(50% - 15px)
    }
}

.catalog-preview-item.horizontal .heading:after {
    width: 385px;
    right: 410px;
    background-position: 100% 50%;
    background-image: url(../images/pattern1.png)
}

.catalog-preview-item.horizontal .heading:before {
    top: 50%;
    left: 100%;
    width: 20px;
    height: 52px;
    margin: -26px 0 0;
    background-position: 0 0
}

.catalog-preview-item.horizontal .heading .title {
    color: #8b5e38
}

.catalog-preview-item.horizontal .heading .visual {
    margin-right: 57px;
    margin-top: -11px
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.horizontal .heading .visual {
        margin-right: 25px
    }
}

.catalog-preview-item.horizontal .heading .num {
    margin-right: 52px
}

.catalog-preview-item.horizontal .content {
    width: 100%;
    padding: 11px 54px 0 69px;
    max-width: calc(1577px / 2)
}

@media only screen and (max-width:1680px) {
    .catalog-preview-item.horizontal .content {
        padding: 12px 43px 0 72px;
        max-width: calc(1211px / 2)
    }
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.horizontal .content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.catalog-preview-item.at-left:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 12px;
    left: 100%;
    width: 14px;
    margin: 0 0 0 20px;
    background: url(../images/border-frame2.png) repeat-y
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.at-left:after {
        margin-left: 10px
    }
}

.catalog-preview-item.at-left .heading {
    margin-left: -50vw;
    padding-left: 50vw;
    background: #ffe0c8;
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.at-left .heading {
        padding-right: 25px
    }
}

.catalog-preview-item.at-left .heading:after {
    width: 513px;
    right: 415px;
    background-position: 100% 50%;
    background-image: url(../images/pattern2.png)
}

.catalog-preview-item.at-left .heading:before {
    right: 363px;
    background-position: -20px 0
}

.catalog-preview-item.at-left .heading .visual {
    margin-top: -13px
}

.catalog-preview-item.at-left .heading .title {
    color: #8b0e04
}

.catalog-preview-item.at-left .small-product-list {
    text-align: right
}

.catalog-preview-item.at-right .heading {
    margin-right: -50vw;
    padding-right: 50vw;
    padding-left: 50px;
    background: #fee4d7
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.at-right .heading {
        padding-left: 25px
    }
}

.catalog-preview-item.at-right .heading:after {
    left: 490px;
    width: 435px;
    background-position: 0 50%;
    background-image: url(../images/pattern3.png)
}

.catalog-preview-item.at-right .heading:before {
    left: 357px;
    background-position: -72px 0
}

.catalog-preview-item.at-right .heading .visual {
    margin-top: -11px;
    margin-right: 39px
}

.catalog-preview-item.at-right .heading .title {
    color: #af7f50
}

.catalog-preview-item.at-right .heading .heading-content {
    min-width: 238px
}

.catalog-preview-item.at-right .content {
    padding: 0 57px 0 48px
}

@media only screen and (max-width:1180px) {
    .catalog-preview-item.at-right .content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:1023px) {
    .catalog-preview-item {
        margin: 0 0 30px
    }
    .catalog-preview-item .content {
        display: none
    }
    .catalog-preview-item .heading {
        display: block;
        overflow: hidden;
        margin-bottom: 0;
        border-radius: 0 20px 20px 0
    }
    .catalog-preview-item .heading:before {
        display: none
    }
    .catalog-preview-item .heading .visual {
        width: 200px;
        float: left;
        height: 25px;
        margin-right: 25px!important
    }
    .catalog-preview-item .heading .visual img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }
    .catalog-preview-item .heading-content {
        min-width: 0!important;
        overflow: hidden;
        max-width: 280px
    }
    .catalog-preview-item.horizontal {
        display: block;
        margin-bottom: 30px
    }
    .catalog-preview-item.horizontal:after {
        display: none
    }
    .catalog-preview-item.horizontal .heading {
        width: auto;
        margin-right: 20px;
        padding-left: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .catalog-preview-item.horizontal .heading:after {
        right: auto;
        left: -100px
    }
    .catalog-preview-item.horizontal .heading .num {
        margin-right: 0
    }
    .catalog-preview-item.at-left .heading {
        margin-left: -20px;
        padding-left: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .catalog-preview-item.at-left .heading:after {
        right: auto;
        left: -270px
    }
    .catalog-preview-item.at-right .heading {
        margin-right: 0;
        padding-right: 20px;
        margin-left: -20px;
        padding-left: 50px
    }
    .catalog-preview-item.at-right .heading:after {
        left: -200px;
        right: auto
    }
    .catalog-preview-item.at-right .heading .num {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .catalog-preview-item .heading {
        padding-left: 20px!important
    }
    .catalog-preview-item .heading .visual {
        max-width: 180px;
        margin-right: 20px!important
    }
    .catalog-preview-item .heading .title {
        font-size: 40px
    }
}

@media only screen and (max-width:480px) {
    .catalog-preview-item .heading {
        padding: 19px 20px 28px 55px!important
    }
    .catalog-preview-item .heading .visual {
        max-width: 80px;
        margin-right: 30px!important
    }
    .catalog-preview-item .heading .title {
        font-size: 29px;
        line-height: 24px
    }
    .catalog-preview-item .heading .num {
        font-size: 13px;
        margin-right: 33px!important
    }
    .catalog-preview-item .heading .num small {
        font-size: 8px;
        margin: 2px 0 0 4px
    }
    .catalog-preview-item.at-right .heading .visual,
    .catalog-preview-item.horizontal .heading .visual {
        margin-top: -8px
    }
    .catalog-preview-item.horizontal .heading:after {
        left: -230px
    }
    .catalog-preview-item.at-right .heading:after {
        left: -410px
    }
    .catalog-preview-item.at-left .heading:after {
        left: -364px
    }
    .catalog-preview-item.at-left .heading .visual {
        margin-top: 6px
    }
}

@media only screen and (max-width:374px) {
    .catalog-preview-item .heading {
        padding-left: 20px!important
    }
    .catalog-preview-item .heading .visual {
        margin-right: 20px!important
    }
    .catalog-preview-item .heading .num {
        margin-right: 0!important
    }
}

.small-product-list {
    padding: 0;
    margin: 0 -20px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.small-product-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 16px;
    padding: 0 20px;
    width: 25%;
    letter-spacing: .04em
}

@media only screen and (max-width:1680px) {
    .small-product-list li {
        width: 33.3%;
        margin-bottom: 18px
    }
}

.small-product-list .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.small-product-list .visual img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.small-product-list a {
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.small-product-list a:hover {
    color: #8c0c04
}

.news-section {
    padding: 16px 0 10px
}

@media only screen and (max-width:1680px) {
    .news-section {
        padding-top: 14px;
        padding-bottom: 13px
    }
}

.news-section h2 {
    color: #8c0c04;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 48px;
    text-align: center;
    letter-spacing: .04em
}

.news-section .col-row {
    margin-left: -29px;
    margin-right: -29px
}

.news-section .col-row>.col {
    padding-left: 29px;
    padding-right: 29px
}

@media only screen and (max-width:1023px) {
    .news-section {
        padding-bottom: 34px
    }
}

@media only screen and (max-width:480px) {
    .news-section {
        padding-top: 3px
    }
    .news-section h2 {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.news-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.news-list .news-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0
}

@media only screen and (min-width:1024px) {
    .news-list.type2 .news-item .title {
        font-size: 30px;
        line-height: 34px
    }
}

@media only screen and (max-width:1680px) {
    .news-list {
        margin-left: -15px;
        margin-right: -15px
    }
    .news-list .news-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1280px) {
    .news-list {
        margin-left: -5px;
        margin-right: -5px
    }
    .news-list .news-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width:1023px) {
    .news-list {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }
    .news-list.type2 .news-item {
        width: auto;
        display: block
    }
}

@media only screen and (max-width:767px) {
    .news-list {
        max-width: none;
        margin-left: -20px;
        margin-right: -20px
    }
    .news-list .news-item {
        padding-left: 0;
        padding-right: 0
    }
}

.news-item {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 65px
}

.news-item:after {
    content: '';
    clear: both;
    display: block
}

.news-item>a {
    display: block;
    text-decoration: none
}

.news-item>a:hover .visual:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    border-radius: 0
}

.news-item>a:hover .title {
    color: #8c0c04
}

.news-item .visual {
    float: left;
    display: block;
    position: relative
}

.news-item .visual:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media only screen and (max-width:1280px) {
    .news-item .visual {
        max-width: 300px
    }
}

.news-item .visual img {
    display: block;
    max-width: 100%
}

.news-item .content {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 5px 66px 10px 29px
}

@media only screen and (max-width:1680px) {
    .news-item .content {
        padding: 0 10px 10px 20px
    }
}

@media only screen and (max-width:1280px) {
    .news-item .content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.news-item .title {
    display: block;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 27px;
    font-weight: normal;
    letter-spacing: .04em;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

@media only screen and (max-width:1680px) and (min-width:1024px) {
    .news-item .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

.news-item .num {
    color: #aa6d4b;
    display: block;
    font-size: 54px;
    margin: 0 0 15px;
    padding: 0 0 30px;
    line-height: 1.05;
    position: relative;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

@media only screen and (max-width:1280px) {
    .news-item .num {
        padding-bottom: 20px;
        margin-bottom: 10px
    }
}

.news-item .num:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    height: 9px;
    width: 112px;
    margin: 0 0 0 -56px;
    background: url(../images/description-shape2.png) no-repeat
}

.news-item .num small {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    letter-spacing: .02em
}

.news-item .end {
    color: #a1a1a1;
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .028em
}

.news-item .end strong {
    color: #aa6d4b;
    font-size: 16px;
    display: inline-block
}

@media only screen and (max-width:1023px) {
    .news-item {
        margin-bottom: 22px
    }
    .news-item .visual {
        max-width: none
    }
}

@media only screen and (max-width:767px) {
    .news-item .visual {
        max-width: 300px
    }
    .news-item .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 18px
    }
    .news-item .num {
        font-size: 44px
    }
    .news-item .num small {
        font-size: 13px
    }
    .news-item .end {
        font-size: 13px
    }
    .news-item .end strong {
        font-size: 14px
    }
}

@media only screen and (max-width:480px) {
    .news-item {
        margin-bottom: 17px
    }
    .news-item .visual {
        max-width: 224px
    }
    .news-item .title {
        font-size: 19px;
        line-height: 21px;
        margin-bottom: 10px
    }
    .news-item .content {
        padding-bottom: 0
    }
    .news-item .num {
        font-size: 33px
    }
    .news-item .num:after {
        width: 69px;
        height: 7px;
        margin-left: -35px;
        background-size: 100% 100%
    }
    .news-item .num small {
        font-size: 10px
    }
    .news-item .end {
        font-size: 10px
    }
    .news-item .end strong {
        font-size: 12px
    }
}

@media only screen and (max-width:375px) {
    .news-item .visual {
        max-width: 59.7333vw
    }
    .news-item .title {
        font-size: 5.0667vw;
        line-height: 5.6vw;
        margin-bottom: 2.6667vw
    }
    .news-item .content {
        padding-left: 3vw;
        padding-right: 3vw
    }
    .news-item .num {
        font-size: 8.8vw;
        margin-bottom: 2.6667vw;
        padding-bottom: 5.3333vw
    }
    .news-item .num:after {
        width: 18.4vw;
        height: 1.8667vw;
        margin-left: -9.3333vw
    }
    .news-item .num small {
        font-size: 2.6667vw
    }
    .news-item .end {
        font-size: 2.6667vw
    }
    .news-item .end strong {
        font-size: 3.2vw
    }
}

.about-section {
    color: #fff;
    text-align: center;
    position: relative;
    background: #aa6c4b;
    padding: 45px 0 60px;
    background: url(../images/about-section-bg.jpg) 50% 50% no-repeat;
    background-size: cover
}

.about-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 64px;
    height: 21px;
    margin: 0 0 0 -32px;
    background: url(../images/about-section-arrow.png) no-repeat
}

.about-section h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 48px;
    text-align: center;
    letter-spacing: .04em
}

.about-section .about-list {
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    font-weight: 300;
    margin: 0 -50px 33px;
    letter-spacing: -4px
}

@media only screen and (max-width:1680px) {
    .about-section .about-list {
        margin-left: -50px;
        margin-right: -50px
    }
}

@media only screen and (max-width:1280px) {
    .about-section .about-list {
        margin-left: -20px;
        margin-right: -20px
    }
}

.about-section .about-list .about-list-item {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    width: 33.3%;
    padding: 0 98px
}

@media only screen and (max-width:1680px) {
    .about-section .about-list .about-list-item {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width:1280px) {
    .about-section .about-list .about-list-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:1180px) {
    .about-section .about-list .about-list-item {
        font-size: 16px;
        line-height: 20px
    }
}

.about-section .about-list .about-list-item:after {
    content: '';
    clear: both;
    display: block
}

.about-section .about-list .visual {
    float: left;
    z-index: 10;
    margin: 0 40px 0 0;
    position: relative
}

@media only screen and (max-width:1680px) {
    .about-section .about-list .visual {
        margin-right: 25px
    }
}

@media only screen and (max-width:1280px) {
    .about-section .about-list .visual {
        margin-right: 15px
    }
}

.about-section .about-list .visual:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 187px;
    height: 187px;
    z-index: -10;
    margin: -101px 0 0 -76px;
    background: url(../images/about-img-shadow.png) no-repeat
}

.about-section .about-list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-section .btn {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 18px 6px
}

@media only screen and (max-width:1023px) {
    .about-section .about-list .about-list-item {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:767px) {
    .about-section .about-list {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:480px) {
    .about-section {
        padding-top: 41px;
        padding-bottom: 48px
    }
    .about-section h2 {
        font-size: 14px;
        margin-bottom: 39px
    }
    .about-section .about-list .visual {
        width: 100px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 18px
    }
    .about-section .about-list .visual:after {
        display: none
    }
    .about-section .about-list .visual img {
        display: block;
        max-width: 100%
    }
    .about-section .about-list .about-list-item {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px
    }
    .about-section .about-list .inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 270px
    }
}

@media only screen and (max-width:350px) {
    .about-section .about-list {
        max-width: none;
        margin-left: -20px;
        margin-right: -20px
    }
}

.about-content-section {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0 6rem;
    letter-spacing: .02em
}

.about-content-section:first-of-type {
    overflow: hidden
}

.about-content-section .bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -10;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.about-content-section .bg-img img {
    display: block
}

.about-content-section.section-loaded:before {
    opacity: .29
}

.about-content-section.section-loaded .bg-img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.about-content-section.section-loaded .col-row {
    opacity: 1
}

.about-content-section.section-loaded h2 {
    opacity: 1
}

.about-content-section:after {
    content: '';
    clear: both;
    display: block
}

.about-content-section:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -15.625rem;
    z-index: -15;
    width: 48rem;
    height: 64.25rem;
    opacity: 0;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    background: url(../images/about-section-ornament.svg) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: opacity 1s ease .35s;
    -o-transition: opacity 1s ease .35s;
    transition: opacity 1s ease .35s
}

.about-content-section:nth-child(odd):before {
    left: auto;
    right: -15.625rem
}

.about-content-section .container {
    width: 100%
}

.about-content-section .col-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

@media only screen and (min-width:1024px) {
    .about-content-section .col-row {
        opacity: 0;
        -webkit-transition: opacity .7s ease .7s;
        -o-transition: opacity .7s ease .7s;
        transition: opacity .7s ease .7s
    }
}

.about-content-section .col-row>.col {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.about-content-section.align-left-content {
    background-position: 100% 100%
}

.about-content-section.align-left-content .bg-img {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.about-content-section.align-left-content.section-loaded .bg-img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.about-content-section.align-left-content .content {
    float: left;
    padding: 0 0 0 3.4375rem
}

@media only screen and (min-width:1024px) {
    .about-content-section.align-left-content .content {
        max-width: 55rem
    }
}

.about-content-section.align-left-content .text-content {
    float: left;
    padding: 0 0 0 3.125rem
}

@media only screen and (min-width:1024px) {
    .about-content-section.align-left-content .text-content {
        max-width: 47.1875rem
    }
}

@media only screen and (min-width:1024px) {
    .about-content-section.align-left-content {
        padding-top: 6.25rem
    }
    .about-content-section.align-left-content .col-row {
        margin-left: -2.6875rem;
        margin-right: -2.6875rem
    }
    .about-content-section.align-left-content .col-row>.col {
        padding-left: 2.6875rem;
        padding-right: 2.6875rem
    }
}

.about-content-section .content {
    float: right;
    max-width: 53.125rem
}

.about-content-section .text-content {
    float: right;
    max-width: 44.625rem;
    padding: 0 3.4375rem 0 0
}

.about-content-section h2 {
    color: #590322;
    font-size: 3.3125rem;
    line-height: 3.6875rem;
    margin: 0 0 3.625rem;
    font-weight: normal;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

@media only screen and (min-width:1024px) {
    .about-content-section h2 {
        opacity: 0;
        -webkit-transition: opacity .7s ease .35s;
        -o-transition: opacity .7s ease .35s;
        transition: opacity .7s ease .35s
    }
    .about-content-section h2.big {
        font-size: 3.5rem;
        margin-bottom: 4.9375rem;
        letter-spacing: .042em
    }
}

.about-content-section h3 {
    color: #363636;
    font-size: 1.875rem;
    line-height: 2rem;
    margin: 0 0 1.8125rem;
    padding: .125rem 0 0;
    font-weight: normal;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

.about-content-section h4 {
    color: #363636;
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 1.5625rem;
    font-weight: normal;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em;
    position: relative;
    padding: 0 0 2.625rem
}

.about-content-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 9.25rem;
    height: .75rem;
    background: url(../images/border-frame11.png) no-repeat;
    background-size: 100% 100%
}

.about-content-section .scroll-btn {
    position: absolute;
    bottom: 3.4375rem;
    left: 50%;
    width: 1.5rem;
    height: 2.125rem;
    margin: 0 0 0 -.75rem;
    border-radius: .5rem;
    text-indent: -9999px;
    -webkit-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease;
    border: 1px solid #cfaa88;
    -webkit-animation: mousewheel 1s ease infinite;
    animation: mousewheel 1s ease infinite
}

.about-content-section .scroll-btn:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: .4375rem;
    width: 1px;
    height: .5625rem;
    background: #cfaa88;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease
}

.about-content-section .scroll-btn:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: .625rem;
    height: .625rem;
    margin: .3125rem 0 0 -.3125rem;
    border: 1px solid #cfaa88;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease
}

.about-content-section .scroll-btn:hover {
    border-color: #8c0c04
}

.about-content-section .scroll-btn:hover:after {
    background-color: #8c0c04
}

.about-content-section .scroll-btn:hover:before {
    border-right-color: #8c0c04;
    border-bottom-color: #8c0c04
}

@-webkit-keyframes mousewheel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mousewheel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-content-section .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 21px;
    z-index: 50;
    text-indent: -9999px;
    margin: 0 0 0 -32px;
    background: url(../images/promo-section-arrow.png) no-repeat
}

.about-content-section .arrow:after,
.about-content-section .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #fff
}

.about-content-section .arrow:after {
    left: 100%
}

.about-content-section .arrow:before {
    right: 100%
}

@media only screen and (max-width:1023px) {
    .about-content-section .arrow {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .about-content-section {
        padding: 50px 0 30px;
        font-size: 14px;
        line-height: 1.5;
        min-height: 0
    }
    .about-content-section .bg-img {
        max-width: 30vw;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
    .about-content-section .bg-img img {
        width: auto!important;
        max-width: 100%
    }
    .about-content-section:before {
        display: none
    }
    .about-content-section h2 {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 30px
    }
    .about-content-section .content {
        max-width: 640px
    }
    .about-content-section .col-row {
        margin-left: -15px;
        margin-right: -15px
    }
    .about-content-section .col-row>.col {
        padding-left: 15px;
        padding-right: 15px
    }
    .about-content-section .text-content {
        max-width: 600px;
        padding: 0 30px 0 0
    }
    .about-content-section h3 {
        padding: 0;
        font-size: 24px;
        line-height: 1.2;
        margin: 0 0 29px
    }
    .about-content-section h4 {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 24px
    }
    .about-content-section .scroll-btn {
        display: none
    }
    .about-content-section.align-left-content .content {
        padding-left: 0
    }
}

@media only screen and (max-width:768px) {
    .about-content-section {
        display: block;
        padding-bottom: 0
    }
    .about-content-section .bg-img {
        float: left;
        max-width: 80%;
        position: static;
        padding: 20px 0 0
    }
    .about-content-section.align-left-content .bg-img {
        float: right
    }
}

@media only screen and (max-width:767px) {
    .about-content-section {
        padding: 30px 0 0
    }
    .about-content-section .content {
        float: none;
        max-width: none
    }
    .about-content-section h2 {
        font-size: 36px;
        margin-bottom: 25px;
        text-align: center
    }
    .about-content-section h3 {
        margin-bottom: 16px
    }
    .about-content-section h4 {
        padding-bottom: 30px
    }
    .about-content-section .text-content {
        float: none;
        max-width: none;
        padding: 0
    }
    .about-content-section.align-left-content .content {
        float: none
    }
    .about-content-section.align-left-content .text-content {
        padding: 0;
        float: none
    }
}

@media only screen and (max-width:480px) {
    .about-content-section h2 {
        font-size: 28px;
        margin-bottom: 20px
    }
}

.choose-catalog-section {
    z-index: 10;
    background: #fff;
    position: relative;
    padding: 27px 0 0
}

.choose-catalog-section h2 {
    color: #1a1a1a;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

@media only screen and (max-width:1023px) {
    .choose-catalog-section h2 {
        margin-bottom: 29px
    }
}

@media only screen and (max-width:480px) {
    .choose-catalog-section {
        padding-top: 20px
    }
    .choose-catalog-section h2 {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.choose-catalog-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    color: #ebebeb;
    position: relative;
    letter-spacing: -4px
}

.choose-catalog-list>li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 22px;
    width: 33.3333%
}

.choose-catalog-list>li:after {
    content: '';
    clear: both;
    display: block
}

.choose-catalog-list>li:first-child a {
    float: right;
    margin-right: 0;
    padding-right: 88px;
    margin-left: -1000px;
    padding-left: 1000px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.choose-catalog-list>li:first-child .visual {
    left: auto;
    right: 250px;
    top: 75px;
}
.choose-catalog-list>li:last-child .visual {
    left: 45px;
    top: 75px;
}
.choose-catalog-list .visual svg {
    width: 155px;
}
.choose-catalog-list>li:nth-child(2n) .visual svg {
    width: 220px;
}
@media only screen and (max-width:1280px) {
    .choose-catalog-list>li:first-child a {
        padding-right: 50px
    }
}

@media only screen and (max-width:1080px) {
    .choose-catalog-list>li:first-child a {
        padding-right: 30px
    }
}

@media only screen and (max-width:1180px) {
    .choose-catalog-list>li:last-child .visual,
    .choose-catalog-list>li:nth-child(2n) .visual,
    .choose-catalog-list>li:first-child .visual {
        max-width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        left: 35px;
        right: auto;
        top: 10px;
    }
    .choose-catalog-list>li:nth-child(2n) .visual svg,
    .choose-catalog-list>li .visual svg {
        width: 100%;
    }
    .choose-catalog-list>li:nth-child(2n) .visual {
        top: 25px;
    }
    .catalog-preview-item.at-left:after {
        display: none;
    }
}

.choose-catalog-list>li:first-child .content {
    max-width: none;
    min-width: 277px
}

@media only screen and (max-width:1080px) {
    .choose-catalog-list>li:first-child .content {
        min-width: 260px
    }
}

.choose-catalog-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    margin-right: -1000px;
    padding-right: 1000px;
    padding-left: 120px;
    padding-top: 78px;
    padding-bottom: 104px
}

.choose-catalog-list li:nth-child(2) a {
    margin-right: 0;
    padding: 78px 0 104px 100px;
}

@media only screen and (max-width:1280px) {
    .choose-catalog-list a {
        padding-left: 50px
    }
}

@media only screen and (max-width:1080px) {
    .choose-catalog-list a {
        padding-left: 30px
    }
}

@media only screen and (min-width:1920px) {
    .choose-catalog-list li:nth-child(2) a {
        padding-left: 160px;
    }
}

.choose-catalog-list a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.choose-catalog-list a:hover:before {
    opacity: .1
}

.choose-catalog-list a:after {
    content: '';
    clear: both;
    display: block
}

.choose-catalog-list .visual {
    display: block;
    height: 1px;
    position: absolute;
    left: 10%;
    z-index: 10;
    margin: -17px 35px 0 0;
    opacity: .2;
}
.choose-catalog-list .visual img {
    display: block
}

.choose-catalog-list .content {
    display: block;
    max-width: 230px;
    width: 100%;
    position: relative;
    z-index: 10
}

.choose-catalog-list .content:after {
    content: '';
    clear: both;
    display: block
}

.choose-catalog-list .num {
    display: block;
    text-align: right;
    font-style: italic;
    color: #b7b7b7;
    font-size: 22px;
    line-height: 28px;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

.choose-catalog-list .num small {
    font-weight: 300;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    letter-spacing: .04em;
    margin: -2px 0 0 2px
}

.choose-catalog-list .title {
    display: block;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 41px;
    font-weight: normal;
    letter-spacing: .04em
}

@media only screen and (max-width:1023px) {
    .choose-catalog-list>li {
        display: block;
        width: auto
    }
    .choose-catalog-list a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: none!important;
        margin: 0 -20px!important;
        padding: 25px 20px!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .choose-catalog-list a:before {
        display: none
    }
    .choose-catalog-list .visual {
        width: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 0 0!important;
        height: auto!important
    }
    .choose-catalog-list .visual img {
        max-width: 100%;
        margin: 0 auto
    }
    .choose-catalog-list .content {
        min-width: 0!important;
        max-width: 400px!important
    }
}

@media only screen and (max-width:767px) {
    .choose-catalog-list>li:first-child .visual img {
        width: auto!important
    }
    .choose-catalog-list .visual {
        width: 150px;
        margin-right: 15px
    }
    .choose-catalog-list .visual img {
        width: 115px!important
    }
    .choose-catalog-list .title {
        font-size: 36px;
        line-height: .9
    }
    .choose-catalog-list .content {
        max-width: 200px!important
    }
    .choose-catalog-list .num {
        font-size: 18px
    }
    .choose-catalog-list .num small {
        font-size: 12px
    }
}

@media only screen and (max-width:480px) {
    .choose-catalog-list>li:first-child .visual img {
        width: auto!important
    }
    .choose-catalog-list .visual {
        width: 100px;
        margin-right: 10px
    }
    .choose-catalog-list .visual img {
        width: 85px!important
    }
    .choose-catalog-list .title {
        font-size: 28px
    }
    .choose-catalog-list .content {
        max-width: 200px!important
    }
    .choose-catalog-list .num {
        font-size: 16px;
        line-height: 20px
    }
    .choose-catalog-list .num small {
        font-size: 12px
    }
}

.section {
    position: relative
}

.section .fp-scroller {
    width: 100%
}

.section .container:after {
    content: '';
    clear: both;
    display: block
}

@media only screen and (max-width:1023px) {
    .section {
        height: auto!important
    }
}

@media only screen and (max-width:1023px) {
    .fp-enabled {
        font-size: 16px!important
    }
}

#footer {
    background: #ffebdb;
    position: relative;
    z-index: 10;
    font-size: 13px;
    line-height: 16px;
    padding: 46px 0 47px;
    letter-spacing: .04em
}

#footer:after {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    width: 64px;
    height: 21px;
    margin: 0 0 0 -32px;
    background: url(../images/footer-arrow.png) no-repeat
}

#footer .top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 32px;
    padding: 0 0 54px;
    position: relative;
    letter-spacing: .03em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#footer .top-panel:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 353px;
    height: 14px;
    margin: 0 0 0 -177px;
    background: url(../images/description-shape3.png) no-repeat
}

#footer .copyright {
    display: block;
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
#footer .copyright a{
    color: #8c0c04;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

@media only screen and (max-width:1180px) {
    #footer .copyright {
        width: 240px
    }
}

#footer .contacts {
    text-align: right;
    display: block;
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:1180px) {
    #footer .contacts {
        width: 240px
    }
}

#footer .contacts a {
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#footer .contacts .tel {
    font-weight: bold
}

#footer .contacts .tel:hover {
    color: #8c0c04
}

#footer .contacts .mail {
    color: #8c0c04
}

#footer .contacts .mail:hover {
    color: #959595
}

#footer .address {
    display: block;
    padding: 0 15px;
    text-align: center
}

#footer .info-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#footer .dev,
#footer .policy {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#footer .dev a,
#footer .policy a {
    color: #8c0c04;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#footer .dev a:hover,
#footer .policy a:hover {
    color: #959595
}

#footer .dev {
    text-align: right
}

#footer .info {
    text-align: center;
    max-width: 780px;
    padding: 0 15px;
    color: #898989
}

@media only screen and (max-width:1023px) {
    #footer .top-panel {
        display: block;
        text-align: center
    }
    #footer .copyright {
        width: auto;
        margin: 0 0 5px
    }
    #footer .address {
        padding: 0;
        margin: 0 0 7px
    }
    #footer .contacts {
        width: auto;
        text-align: center
    }
    #footer .info-panel {
        display: block
    }
    #footer .policy {
        margin: 0 auto 21px;
        text-align: center
    }
    #footer .info {
        padding: 0;
        margin: 0 auto 25px;
        display: block
    }
    #footer .dev {
        width: auto;
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    #footer {
        font-size: 11px;
        line-height: 1.2;
        padding-top: 27px;
        padding-bottom: 26px
    }
    #footer .top-panel {
        font-size: 11px;
        margin-bottom: 22px;
        padding-bottom: 33px
    }
    #footer .top-panel:after {
        width: 257px;
        height: 10px;
        margin-left: -129px;
        background-size: 100% 100%
    }
    #footer .info {
        font-size: 10px;
        line-height: 12px
    }
    #footer .info br {
        display: none
    }
}

.breadcrumb-panel {
    padding: 36px 0 61px;
    background: #590322;
    position: relative;
    overflow: hidden;
    z-index: 10;
    color: #fff
}

.breadcrumb-panel .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 21px;
    text-indent: -9999px;
    margin: 0 0 0 -32px;
    background: url(../images/promo-section-arrow.png) no-repeat
}

.breadcrumb-panel .arrow:after,
.breadcrumb-panel .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #fff
}

.breadcrumb-panel .arrow:after {
    left: 100%
}

.breadcrumb-panel .arrow:before {
    right: 100%
}

.breadcrumb-panel .logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .6;
    width: 333px;
    z-index: -10;
    margin: -127px 0 0 247px
}

.breadcrumb-panel .logo-img svg {
    display: block;
    max-width: 100%
}

@media only screen and (max-width:1023px) {
    .breadcrumb-panel {
        color: #8b0e04;
        background: none;
        padding: 9px 0 15px;
        margin-bottom: 24px
    }
    .breadcrumb-panel:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 5px;
        background: url(../images/border-frame3.jpg) 50% 50% no-repeat;
        background-size: 100% 100%
    }
    .breadcrumb-panel .arrow {
        display: none
    }
    .breadcrumb-panel .logo-img {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .breadcrumb-panel:after {
        height: 3px
    }
}

.breadcrumb-holder {
    color: #8c0c04;
    position: relative;
    padding: 12px 0 0
}

.breadcrumb-holder .container {
    position: relative;
    padding-bottom: 23px
}

.breadcrumb-holder .container:after {
    position: absolute;
    content: '';
    left: 21px;
    right: 21px;
    bottom: 0;
    height: 9px;
    background: url(../images/border-frame4.jpg) no-repeat;
    background-size: 100% 100%
}

.breadcrumb-holder .breadcrumbs {
    margin-left: -12px
}

.breadcrumb-holder .breadcrumbs li {
    font-size: 20px;
    padding-left: 12px
}

.breadcrumb-holder .breadcrumbs a {
    color: #808080;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.breadcrumb-holder .breadcrumbs a:hover {
    color: #8c0c04;
    text-decoration: none
}

.breadcrumb-holder .breadcrumbs li:last-child a {
    display: inline-block;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 20px;
    vertical-align: top;
    position: relative;
    line-height: .85;
    letter-spacing: .04em;
}

@media only screen and (max-width:767px) {
    .breadcrumb-holder {
        padding-top: 10px
    }
    .breadcrumb-holder .breadcrumbs li {
        font-size: 18px
    }
    .breadcrumb-holder .container {
        padding-bottom: 15px
    }
    .breadcrumb-holder .container:after {
        height: .8vw
    }
}

.breadcrumbs {
    padding: 0;
    margin: 0 -11px 0 -10px;
    list-style: none;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    padding: 0 11px 0 10px;
    position: relative;
    font-size: 32px;
    line-height: .85;
    letter-spacing: .04em
}

.breadcrumbs li:before {
    position: absolute;
    content: '/';
    top: 0;
    left: -2px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif
}

.breadcrumbs li:first-child:before {
    display: none
}

.breadcrumbs a {
    text-decoration: none;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-weight: 300;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .03em
}

.breadcrumbs a:hover {
    text-decoration: underline
}

@media only screen and (max-width:1023px) {
    .breadcrumbs {
        position: relative;
        margin-left: -10px;
        margin-right: -10px
    }
    .breadcrumbs:after,
    .breadcrumbs:before {
        position: absolute;
        content: '';
        top: 0;
        width: 20px;
        bottom: 0;
        background: #fff;
        z-index: 50
    }
    .breadcrumbs:after {
        left: -10px
    }
    .breadcrumbs:before {
        right: -10px
    }
    .breadcrumbs li {
        font-size: 18px;
        line-height: 28px;
        padding-left: 10px;
        padding-right: 10px
    }
    .breadcrumbs a {
        color: #808080;
        font-size: 13px
    }
}

.catalog-section {
    padding: 0 0 96px
}

@media only screen and (max-width:767px) {
    .catalog-section {
        padding-bottom: 69px
    }
}

.catalog-section-content {
    padding: 7px 0 0;
    width: 100%;
}

.catalog-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width:767px) {
    .catalog-section-inner {
        display: block
    }
}

#sidebar {
    width: 194px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 32px
}

#sidebar .title {
    display: none;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .04em;
    color: #8c0c04;
    padding: 5px 20px;
    border: 1px solid #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media only screen and (max-width:767px) {
    #sidebar {
        width: auto;
        max-width: 400px;
        margin: 0 auto 32px
    }
    #sidebar .title {
        display: block
    }
    #sidebar.open .title {
        border-color: #959595;
        background: none;
        color: #959595
    }
}

.categories-panel {
    padding: 9px 0 0;
    margin: 0 0 30px
}

.categories-panel .col-row {
    z-index: 10;
    position: relative
}

.categories-panel .col-row:before {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 20px;
    right: 20px;
    height: 9px;
    z-index: -10;
    background: url(../images/border-frame3.jpg) 50% 50% no-repeat;
    background-size: 100% 9px
}

.categories-panel .small-product-list {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 12px
}

.categories-panel .small-product-list li {
    width: auto;
    padding-left: 27px;
    padding-right: 27px
}

.categories-panel .small-product-list a {
    width: 100%;
    max-width: 120px
}

.categories-panel .small-product-list .visual {
    margin-bottom: 9px
}

.main-promo-block {
    float: right;
    max-width: 540px;
    padding: 16px 0 0
}

@media only screen and (max-width:1180px) {
    .main-promo-block {
        text-align: center
    }
}

.main-promo-block a {
    display: block;
    text-decoration: none
}

.main-promo-block a:hover .title {
    color: #8c0c04
}

.main-promo-block .visual {
    float: right;
    margin: 0 0 0 20px;
    max-width: 303px;
    position: relative
}

@media only screen and (max-width:1180px) {
    .main-promo-block .visual {
        max-width: 280px;
        margin-left: 10px
    }
}

.main-promo-block .visual:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.main-promo-block .visual img {
    display: block;
    max-width: 100%
}

.main-promo-block .visual:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    border-radius: 0
}

.main-promo-block .content {
    display: block;
    overflow: hidden;
    padding: 2px 0 0
}

.main-promo-block .title {
    display: block;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 19px;
    font-weight: normal;
    letter-spacing: .04em;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

@media only screen and (max-width:1180px) {
    .main-promo-block .title {
        font-size: 24px
    }
}

.main-promo-block .num {
    color: #a67c52;
    display: block;
    line-height: 1;
    font-size: 42px;
    font-weight: normal;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    letter-spacing: .04em
}

.main-promo-block .num small {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 6px;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif
}

@media only screen and (max-width:1180px) {
    .main-promo-block .num {
        font-size: 36px
    }
    .main-promo-block .num small {
        margin-top: 9px;
        margin-left: 2px
    }
}

.product-control-panel {
    margin: 0 0 32px
}

.product-control-panel:after {
    content: '';
    clear: both;
    display: block
}

.product-control-panel .sort-block {
    width: 60%;
    float: left;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .03em
}

.product-control-panel .sort-block .title {
    float: left;
    margin: 0 24px 0 0
}

.product-control-panel .sort-block ul {
    padding: 0;
    float: left;
    margin: 0 -12px;
    list-style: none
}

.product-control-panel .sort-block li {
    color: #808080;
    padding: 0 12px;
    float: left
}

.product-control-panel .sort-block a {
    display: block;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.product-control-panel .sort-block a:hover {
    color: #8c0c04
}

.product-control-panel .sort-block .active {
    font-weight: bold;
    color: #8c0c04
}

.filter-form {
    margin: 0;
    padding: 0;
}
.filter-form .showCount {
    position: absolute;
    display: none;
    top: 0;
    left: -200px;
    padding: 5px;
    width: 180px;
    height: 25px;
    font-size: 14px;
    line-height: 16px;
    color: #0a0a0a;
    border-radius: 5px;
    text-align: center;
    z-index: 1000;
    background: #D3D5E1;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}
.filter-form .showCount span {
    color: #0a0a0a;
    font-weight: bold;
}
.filter-form .showCount a {
    color: #8c0c04;
    padding-left: 5px;
    text-decoration: none;
}
.filter-form fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: none
}

.filter-form .filter-item.open .arrow:after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.filter-form .filter-item label {
    cursor: pointer;
}

.filter-form .arrow {
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../images/filter-arrow.png) 0 50% no-repeat
}

.filter-form .arrow:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 2px;
    width: 10px;
    height: 10px;
    margin: -8px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #8b0e04;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.filter-form .expanded {
    padding: 6px 0 15px
}

.filter-form .input-list {
    margin: 0;
    padding: 6px 0 0;
    color: #808080;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .04em
}

.filter-form .input-list li {
    padding: 8px 0 0
}

.filter-form .input-list li:first-child {
    padding-top: 0
}

.filter-form .input-list label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    position: relative;
    cursor: pointer
}

.filter-form .input-list input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.filter-form .input-list input[type=checkbox]+span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    background: #b7b7b7;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.filter-form .input-list input[type=checkbox]+span+span {
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.filter-form .input-list input[type=checkbox]:checked+span {
    background: #8c0c04
}

.filter-form .input-list input[type=checkbox]:checked+span+span {
    color: #8c0c04
}

.filter-form .input-list select {
    width: 100%;
    border: 1px solid #b7b7b7;
    color: #808080;
    height: 30px;
}
.filter-form .input-list input[type=text] {
    display: block;
    vertical-align: middle;
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    height: 30px;
    font: inherit;
    margin: 0 1px;
    color: #8c0c04;
    text-align: left;
    border-bottom: 1px solid #8c0c04

}

.filter-form .color-picker {
    margin: -7px -8px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    padding: 10px 0 0;
    letter-spacing: -4px
}

.filter-form .color-picker li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 7px 8px;
    width: 20%
}

.filter-form .color-picker label {
    position: relative;
    display: block;
    cursor: pointer
}

.filter-form .color-picker input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.filter-form .color-picker input[type=radio]+span {
    display: block;
    height: 26px;
    text-indent: -9999px
}

.filter-form .color-picker input[type=radio]+span:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0;
    border: 1px solid #8c0c04;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.filter-form .color-picker input[type=radio]:checked+span:after {
    opacity: 1
}

.filter-form .btns {
    padding: 23px 0 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.filter-form .btns li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    width: 100%;
    padding: 0 14px 10px;
}

.filter-form .btns li.reset {
    display: none;
}

.filter-form .btns .btn {
    width: 100%;
    font-size: 18px;
    line-height: 1.35;
    padding: 5px 10px
}

.filter-form .btns .btn-default {
    border: 1px solid #8c0c04
}

@media only screen and (max-width:767px) {
    .filter-form {
        display: none;
        margin: 0 auto;
        max-width: 204px;
        padding: 13px 0
    }
    .filter-form .expanded {
        padding-bottom: 21px
    }
}

.slider-range {
    position: relative;
    height: 2px;
    background: #d7d7d7;
    cursor: pointer
}

.slider-row input {
    display: none
}

.min_max_currentmin_currentmax {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0
}

.ui-widget-header {
    background: #ddd
}

.ui-slider-range {
    top: 0;
    height: 2px;
    background: #959595;
    position: absolute
}

.ui-slider-handle {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    top: -6px;
    cursor: pointer;
    position: absolute;
    background: #8b0e04;
    border-radius: 50%
}

.ui-slider-handle span {
    display: none
}

.nothing-to-choose{
    color: #b7b7b7;
    margin: 0 0 15px;
    position: relative;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .03em;
}

.range-slider {
    margin: 0 0 15px
}

.range-slider .slider-box {
    color: #b7b7b7;
    margin: 0 0 15px;
    position: relative;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .03em
}

.range-slider .slider-box span {
    display: inline-block;
    vertical-align: middle
}

.range-slider .slider-box input {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 42px;
    height: 30px;
    font: inherit;
    margin: 0 1px;
    color: #8c0c04;
    text-align: center;
    border-bottom: 1px solid #8c0c04
}

.range-slider .slider-box .to {
    margin-left: 0
}

.range-slider .slider-box .from {
    margin-right: 5px
}

.product-list {
    padding: 0;
    margin: 0 -10px 14px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    position: relative;
    z-index: 150;
    overflow: visible !important;
}

.product-list li.product-list-item {
    letter-spacing: 0;
    width: 20%;
}

.product-list li.product-list-item .product-item-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -15;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.product-list li.product-list-item:hover .product-item-wrap:after {
    top: -16px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}



.product-list li.product-list-item:hover {
    z-index: 20;
}

.product-list li.product-list-item .product-item-wrap .expanded {
    display: block;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: auto;
}

.guest-mode .product-list li.product-list-item .product-item-wrap .expanded {
    height: 80px;
}

.product-list li.product-list-item:hover .product-item-wrap .expanded {
    opacity: 1;
}

.product-list li.product-list-item .product-item-wrap .title-wrap {
    height: 66px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.product-list li.product-list-item:hover .product-item-wrap .title-wrap {
    height: 88px;
}

.product-list li.product-list-item .product-item-wrap .title-wrap .title {
    position: absolute;
}


.product-list-item .visual a {
    display: block;
    height: 135px;
    width: 135px;
    margin: 0 auto;
    position: relative;
}
.product-list-item .visual img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width:640px) {
    .product-list li.product-list-item .product-item-wrap .title-wrap {
        height: 84px;
    }

    .product-list li.product-list-item {
        padding-bottom: 16px;
    }
}


@media only screen and (min-width:640px) {
    .product-list-item .visual a {
        display: block;
        height: 218px;
        width: 218px;
        margin: 0 auto;
        position: relative;
    }

    .product-list li.product-list-item .product-item-wrap {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        padding: 0 10px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        background: #ffffff;
    }
    .product-list li.product-list-item {
        min-height: 368px;
    }
    .product-list li.product-list-item:hover .product-item-wrap {
        height: 535px;
    }

    .guest-mode .product-list li.product-list-item:hover .product-item-wrap {
        height: 425px;
    }

    .product-list li.product-list-item .product-item-wrap .expanded {
        height: 141px;
    }


    .product-list li.product-list-item:hover .product-item-wrap .title-wrap .title {
        opacity: 0;
    }

    .product-list li.product-list-item .product-item-wrap .title.on-hover {
        opacity: 0;
    }

    .product-list li.product-list-item:hover .product-item-wrap .title-wrap .title.on-hover {
        opacity: 1;
    }

    .product-list-item.cart-item .visual a, .product-list-item.fav-item .visual a {
        height: 200px;
        width: 200px;
    }

    .similar-products .product-list-item .visual a {
        display: block;
        height: 183px;
        width: 183px;
        margin: 0 auto;
        position: relative;
    }
}

@media only screen and (max-width:1680px) {
    .product-list li.product-list-item {
        width: 25%
    }
}

@media only screen and (max-width:1180px) {
    .product-list li.product-list-item {
        width: 33.3%
    }
}

@media only screen and (max-width:1023px) {
    .product-list li.product-list-item {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .product-list {
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .product-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 28px
    }
}

.product-list-item {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    z-index: 10;
    max-width: 252px;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 46px;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow: visible !important;
}

.product-list-item.slick-slide {
    max-width: none
}

/*.product-list-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -15;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}*/

@media only screen and (min-width:1024px) {
    .product-list-item:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 5px;
        z-index: 25;
        /* background: #fff */
    }
}

.product-list-item .title {
    display: block;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 19px;
    color: #8c0c04;
    overflow: hidden;
    position: relative;
    background: #fff
}

.product-list-item .title a {
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.product-list-item .title a:hover {
    color: #7a0902
}

.product-list-item .article {
    color: #666;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 16px;
    position: relative;
}
.product-list-item .tag {
    width: 100px;
    height: auto;
    position: absolute;
    top: -5px;
    right: 10px;
}

.product-list-item .price {
    color: #363636;
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px
}

.product-list-item .price:after {
    content: '';
    clear: both;
    display: block
}

.product-list-item .price small {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    vertical-align: bottom
}

.product-list-item .old-price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #707070;
    font-size: 15px;
    margin: -1px 7px 0 0
}

.product-list-item .old-price:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -3px;
    right: -3px;
    height: 1px;
    background: #8c0c04
}

.product-list-item .fav {
    float: right;
    margin: -4px 13px 0 0;
    z-index: 35;
    position: relative;
}

.product-list-item .fav svg {
    width: 23px;
    height: 21px;
    display: block
}

.product-list-item .fav path {
    fill: #c9a278;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.product-list-item .fav:hover path {
    fill: #8c0c04
}

.product-list-item .visual {
    position: relative;
    z-index: 50
}

.product-list-item .visual img {
    display: block;
    max-width: 100%;
    margin: auto;
}


.product-list-item .budge-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 16px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px
}

.product-list-item .budge-list li {
    padding: 0 7px;
    margin: 0 0 4px
}

.product-list-item .budge-list .new {
    background: #af7f50
}

.product-list-item .expanded {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    padding: 8px 10px 19px;
}

.product-list-item .expanded:after {
    position: absolute;
    content: '';
    top: -10px;
    height: 20px;
    left: 0;
    right: 0;
    background: #fff
}

.product-list-item dl {
    margin: 0;
    padding: 0;
    font-weight: 300;
    letter-spacing: .04em
}

.product-list-item dd,
.product-list-item dt {
    margin: 0;
    padding: 0;
    display: inline;
    vertical-align: top
}

.product-list-item dt {
    color: #959595
}

.product-list-item dd {
    font-weight: bold;
    color: #636363
}

.product-list-item .delivery {
    color: #8c0c04
}

.product-list-item .buy-panel {
    padding: 22px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-list-item .buy-panel .btn {
    font-size: 17px;
    padding: 6px 18px;
    white-space: nowrap
}

.disabled,
.wait-product-list .product-list-item .btn-holder a.in-cart,
.fav-product-list .product-list-item .btn-holder a.in-cart,
.product-list-item .buy-panel .btn.in-cart,
.product-description .btn-holder .btn.in-cart,
.product-list-item .buy-panel .btn.in-wait,
.product-description .btn-holder .btn.in-wait,
.order-details-block .btn-holder .btn.in-cart,
.growl.growl-notice {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(1);
    opacity: 0.5;
}

.product-list-item .counter {
    margin-right: 0
}

.product-list-item .delete {
    position: absolute;
    top: 7px;
    right: 29px;
    width: 16px;
    height: 16px;
    z-index: 50;
    text-indent: -9999px;
    overflow: hidden
}

.product-list-item .delete:after,
.product-list-item .delete:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    margin: 0 0 0 -10px;
    background: #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.product-list-item .delete:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-list-item .delete:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-list-item .delete:hover:after,
.product-list-item .delete:hover:before {
    background-color: #7a0902
}

.product-list-item .delete:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-list-item .delete:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-list-item .total-price {
    white-space: nowrap
}

.product-list-item .total-price .total-price-title {
    color: #959595;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px 0 0;
    letter-spacing: .02em;
    display: inline-block;
    vertical-align: middle
}

.product-list-item .total-price .price {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle
}

.product-list-item:hover {
    z-index: 50
}

@media only screen and (min-width:1024px) {
    .product-list-item:hover {
        margin-top: -22px
    }
}

/*.product-list-item:hover:after {
    top: -16px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1)
}

.product-list-item:hover .expanded {
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1)
}*/

.product-list-item.animation {
    z-index: 40
}

@media only screen and (max-width:1023px) {
    .product-list-item .expanded {
        display: none!important
    }
    .product-list-item .title {
        height: auto!important;
        overflow: visible!important;
        margin-bottom: 8px!important
    }
    .product-list-item .title.on-hover {
        display: none!important
    }
    .product-list-item .delete {
        right: 15px
    }
}

@media only screen and (max-width:480px) {
    .product-list-item {
        margin-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px
    }
    .product-list-item .title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px!important;
        letter-spacing: 0
    }
    .product-list-item .article {
        font-size: 13px;
        margin-bottom: 10px
    }
    .product-list-item .price {
        font-size: 17px;
        margin-bottom: 9px
    }
    .product-list-item .price small {
        font-size: 13px
    }
    .product-list-item .old-price {
        font-size: 13px;
        margin-top: 1px
    }
    .product-list-item .fav {
        display: none
    }
    .product-list-item .budge-list {
        right: 0
    }
    .product-list-item .total-price .total-price-title {
        display: block
    }
    .product-list-item .total-price .price {
        display: block
    }
}

@media only screen and (max-width:350px) {
    .product-list-item .title {
        font-size: 14px;
        line-height: 1.2
    }
    .product-list-item .price {
        font-size: 15px
    }
    .product-list-item .old-price {
        margin-top: 0
    }
    .product-list-item .delete {
        right: 5px
    }
    .product-list-item .total-price .total-price-title {
        display: inline-block
    }
    .product-list-item .total-price .price {
        display: inline-block
    }
}

.product-section {
    padding: 38px 0 30px
}

.product-section .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.product-section h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 28px;
    font-weight: bold;
    letter-spacing: .02em;
    max-width: 400px
}

.product-section .product-preview {
    width: 507px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 74px 0 0
}

@media only screen and (max-width:1280px) {
    .product-section .product-preview {
        margin-right: 30px
    }
}

@media only screen and (max-width:1180px) {
    .product-section .product-preview {
        width: 420px;
        margin-right: 20px
    }
}

.product-section .product-preview+div:not([class]) {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product-section .product-preview.is_stuck .magnifier {
    opacity: 0
}

.product-section .similar-products {
    width: 183px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 6px 0 0;
    margin: 0 0 0 55px
}

@media only screen and (max-width:1280px) {
    .product-section .similar-products {
        margin-left: 30px
    }
}

@media only screen and (max-width:1180px) {
    .product-section .similar-products {
        margin-left: 20px
    }
}

@media only screen and (max-width:1023px) {
    .product-section .container {
        display: block;
        width: auto
    }
    .product-section .container:after {
        content: '';
        clear: both;
        display: block
    }
    .product-section .similar-products {
        margin: 0;
        width: 100%;
        overflow: hidden;
        padding: 31px 0 0
    }
    .product-section .product-preview {
        max-width: 420px;
        float: left;
        width: 50%
    }
    .product-section .product-description {
        overflow: hidden
    }
}

@media only screen and (max-width:767px) {
    .product-section {
        padding-top: 18px;
        padding-bottom: 18px
    }
    .product-section h1 {
        max-width: none;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: .01em
    }
    .product-section .product-preview {
        float: none;
        width: auto;
        max-width: none;
        margin: 0 0 26px;
        position: relative
    }
}

.similar-products h3 {
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 28px;
    text-align: center;
    letter-spacing: .04em
}

.similar-products .product-list-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
    min-height: 335px;
}


.similar-products .product-list-item .title-wrap {
    height: 90px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    z-index: 35;
}

.similar-products .product-list-item .title-wrap .title {
    position: absolute;
}

.similar-products .product-list-item .title-wrap .title.on-hover {
    opacity: 0;
}

.similar-products .product-list-item .product-item-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    background: #ffffff;
}

.similar-products .product-list-item .product-item-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.similar-products .product-list-item:hover {
    margin-top: 0
}

@media only screen and (min-width:1024px) {
    .similar-products .product-list-item .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px
    }
    .similar-products .product-list-item .article {
        font-size: 14px;
        margin-bottom: 11px
    }
    .similar-products .product-list-item .price {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 12px
    }
    .similar-products .product-list-item .price small {
        font-size: 15px
    }
    .similar-products .product-list-item .old-price {
        font-size: 15px
    }
    .similar-products .product-list-item .fav {
        margin: -4px 0 0
    }
}

@media only screen and (max-width:1023px) {
    .similar-products h3 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 0 33px
    }
    .similar-products .product-list-item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .similar-products h3 {
        font-size: 22px
    }
}

@media only screen and (max-width:350px) {
    .similar-products .product-list-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

.similar-products-slider {
    overflow: hidden;
    position: relative;
    padding: 37px 0 20px
}

.similar-products-slider .slick-arrow {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.similar-products-slider .slick-arrow:after,
.similar-products-slider .slick-arrow:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    left: 50%;
    background: #8c0c04
}

.similar-products-slider .slick-arrow:after {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-left: 2px
}

.similar-products-slider .slick-arrow:before {
    margin-left: -18px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.similar-products-slider .slick-prev {
    top: 0
}

.similar-products-slider .slick-prev:after,
.similar-products-slider .slick-prev:before {
    top: 0
}

.similar-products-slider .slick-prev:after {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

.similar-products-slider .slick-prev:before {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.similar-products-slider .slick-next {
    bottom: 0
}

.similar-products-slider .slick-next:after,
.similar-products-slider .slick-next:before {
    bottom: 0
}

.similar-products-slider .slick-next:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.similar-products-slider .slick-next:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

@media only screen and (max-width:1023px) {
    .similar-products-slider {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width:350px) {
    .similar-products-slider {
        margin-left: -5px;
        margin-right: -5px
    }
}

.product-description .buy-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 33px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-description .buy-panel .counts {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px 0 0
}

.product-description .buy-panel .counter {
    width: auto;
    padding-left: 25px;
    padding-right: 25px
}

.product-description .buy-panel .price {
    font-size: 26px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: .04em
}

.product-description .buy-panel .price small {
    font-weight: 300;
    font-size: 20px
}

.product-description .buy-panel .title {
    display: block;
    margin: 0 0 4px
}

.product-description .btn-holder {
    margin: 0 0 42px
}

.product-description .btn-holder .btn {
    font-size: 20px;
    letter-spacing: .04em;
    padding: 14px 66px 19px
}

@media only screen and (max-width:1180px) {
    .product-description .btn-holder .btn {
        padding-left: 50px;
        padding-right: 50px
    }
}

.product-description .description {
    font-weight: 300;
    color: #636363;
    letter-spacing: .04em
}

.product-description .description dl {
    color: #959595;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px
}

.product-description .description dd,
.product-description .description dt {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.product-description .description dt {
    color: #959595
}

.product-description .description dd {
    font-weight: bold
}

.product-description .description .address {
    color: #8c0c04;
    cursor: pointer;
}

.product-description .description .info {
    display: block;
    font-style: italic;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 25px;
    color: #959595
}

.product-description .fav-holder {
    position: relative;
    color: #959595;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.2;
    margin: 23px 0 26px
}

.product-description .fav-holder:after,
.product-description .fav-holder:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 6px;
    background: url(../images/border-frame5.jpg) no-repeat;
    background-size: 100% 100%
}

.product-description .fav-holder:after {
    top: 0
}

.product-description .fav-holder:before {
    bottom: 0
}

.product-description .fav-holder a,
.product-description .fav-holder > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 21px 0 18px;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.product-description .fav-holder > span {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.product-description .fav-holder a:hover {
    color: #8c0c04
}

.product-description .fav-holder a:hover path {
    fill: #8c0c04
}

.product-description .fav-holder svg {
    width: 33px;
    height: 30px;
    margin: 0 19px 0 0
}

.product-description .fav-holder path {
    fill: #c49a6d;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.product-description .description-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.product-description .description-list li {
    margin: 0 0 6px
}

.product-description .description-list dl {
    margin: 0;
    padding: 0
}

.product-description .description-list dd,
.product-description .description-list dt {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top;
    letter-spacing: .04em;
    display: inline-block
}

.product-description .description-list dt {
    width: 64%;
    color: #acacac;
    overflow: hidden
}

.product-description .description-list dt span {
    padding: 0 10px 0 0;
    position: relative;
    background: #fff
}

.product-description .description-list dt span:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 100%;
    width: 1000px;
    height: 1px;
    background: #ebebeb
}

.product-description .description-list dd {
    width: 36%;
    color: #464646;
    padding-left: 10px
}

@media only screen and (max-width:767px) {
    .product-description .buy-panel {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 29px
    }
    .product-description .buy-panel .counts {
        width: 109px;
        margin-right: 20px
    }
    .product-description .buy-panel .title {
        font-size: 14px;
        line-height: 1.2
    }
    .product-description .buy-panel .price {
        font-size: 24px;
        line-height: 26px
    }
    .product-description .buy-panel .price small {
        font-size: 18px
    }
    .product-description .btn-holder {
        margin-bottom: 39px
    }
    .product-description .btn-holder .btn {
        font-size: 18px;
        padding-top: 13px;
        padding-bottom: 18px
    }
    .product-description .description {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .054em
    }
    .product-description .description p {
        margin-bottom: 20px
    }
    .product-description .description .info,
    .product-description .description dl {
        font-size: 13px;
        line-height: 23px
    }
    .product-description .description dl {
        letter-spacing: .055em
    }
    .product-description .description .info {
        letter-spacing: .08em
    }
    .product-description .fav-holder {
        font-size: 14px;
        margin-top: 19px;
        margin-bottom: 22px
    }
    .product-description .fav-holder:after,
    .product-description .fav-holder:before {
        right: 40px
    }
    .product-description .fav-holder a {
        padding: 18px 0
    }
    .product-description .fav-holder svg {
        width: 29px;
        height: 27px;
        margin-right: 18px
    }
    .product-description .description-list li {
        margin-bottom: 8px
    }
    .product-description .description-list dd,
    .product-description .description-list dt {
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: .01em
    }
    .product-description .description-list dt {
        width: 62%
    }
    .product-description .description-list dd {
        width: 38%
    }
}

@media only screen and (max-width:480px) {
    .product-description .btn-holder .btn {
        width: 100%
    }
}

@media only screen and (max-width:350px) {
    .product-description .buy-panel {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .product-description .buy-panel .counts {
        width: 100px;
        margin-right: 0
    }
    .product-description .buy-panel .price {
        font-size: 20px
    }
    .product-description .fav-holder:after,
    .product-description .fav-holder:before {
        right: 0
    }
}

.about-product-list {
    padding: 0;
    margin: 0 0 46px;
    list-style: none;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #252525;
    max-width: 305px;
    letter-spacing: .04em
}

.about-product-list>li {
    padding: 25px 0 39px;
    position: relative
}

.about-product-list>li:after {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    width: 114px;
    height: 11px;
    background: url(../images/border-frame6.jpg) no-repeat;
    background-size: 100% 100%
}

.about-product-list>li:first-child {
    padding-top: 0
}

.about-product-list>li:first-child:after {
    display: none
}

.about-product-list>li:last-child {
    padding-bottom: 0
}

.about-product-list a {
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.about-product-list a:hover {
    color: #8c0c04
}

.about-product-list small {
    display: block;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #8c0c04;
    font-weight: 300;
    margin: 9px 0 -29px
}

.about-product-list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-product-list .visual {
    width: 101px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 17px 0 0
}

.about-product-list .visual img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .about-product-list {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 37px;
        letter-spacing: .046em
    }
    .about-product-list>li {
        padding: 17px 0 36px
    }
    .about-product-list>li:after {
        width: 96px;
        height: 9px
    }
    .about-product-list small {
        font-size: 13px;
        line-height: 1.2;
        margin: 7px 0 -26px
    }
    .about-product-list .visual {
        max-width: 78px;
        margin-right: 20px
    }
    .product-list-item .tag {
        max-width: 70px;
        top: 0;
        right: 5px;
        margin-bottom: 5px;
    }
}

.zoom {
    width: 418px;
    overflow: hidden
}

.product-preview-slider {
    padding: 9px 0 0 90px;
    position: relative;
    max-width: 518px;
    overflow: hidden
}

@media only screen and (max-width:1180px) {
    .product-preview-slider {
        padding-left: 72px
    }
}

.product-preview-slider .magnifier {
    position: absolute;
    top: 15px;
    right: 0;
    width: 23px;
    height: 24px;
    z-index: 50;
    text-indent: -9999px;
    overflow: hidden;
    pointer-events: none;
    background: url(../images/magnifier.svg) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

@media only screen and (max-width:767px) {
    .product-preview-slider .magnifier {
        display: none
    }
}

.product-preview-slider .items {
    position: relative;
    z-index: 10
}

.product-preview-slider .items img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.product-preview-slider .items .img {
    display: block;
    height: 430px;
    width: 430px;
    margin: 0 auto;
    position: relative;
}

.product-preview-slider .items .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-preview-slider .switcher {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    padding: 0;
    margin: 0;
    width: 72px;
    list-style: none;
    max-height: 100%;
    overflow: hidden
}

.product-preview-slider .switcher li {
    cursor: pointer;
    margin: 0 0 16px;
    position: relative
}

.product-preview-slider .switcher li:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: 1px solid #8c0c04;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.product-preview-slider .switcher .slick-current:after {
    opacity: .28
}

.product-preview-slider .switcher img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .product-preview-slider {
        position: static;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3px;
        padding-left: 48px
    }
    .product-preview-slider .items .img {
        max-width: 55%
    }
    .product-preview-slider .switcher {
        width: 44px
    }
    .product-preview-slider .switcher li {
        margin-bottom: 12px
    }
}

.similar-product-section {
    padding: 24px 0 21px;
    position: relative;
    z-index: 50
}

.similar-product-section h2 {
    text-align: center;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 52px;
    letter-spacing: .04em;
    font-weight: normal;

}

.similar-product-section h3 {
    text-align: center;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
    letter-spacing: .04em
}

.similar-product-section .product-list {
    margin-left: -15px;
    margin-right: -15px
}

.similar-product-section .product-list .slick-list {
    overflow: visible !important;
}

.similar-product-section .product-list-item {
    display: block;
    padding-left: 15px;
    padding-right: 15px
}

.similar-product-section .product-list-item .fav {
    margin-right: 0
}

@media only screen and (max-width:1023px) {
    .similar-product-section {
        padding-bottom: 80px;
        padding-top: 0;
    }
    .similar-product-section h2 {
        margin-bottom: 33px
    }
    .similar-product-section .product-list-item {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .similar-product-section h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:350px) {
    .similar-product-section {
        padding-bottom: 30px
    }
    .similar-product-section .product-list {
        margin-left: -5px;
        margin-right: -5px
    }
    .similar-product-section .product-list-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

.paging-panel {
    text-align: center;
    position: relative;
    margin-top: 90px;
}

.paging-panel:after,
.paging-panel:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 5px;
    width: calc(50% - 110px);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.paging-panel:after {
    left: 0;
    background-image: url(../images/paging-line_left.png)
}

.paging-panel:before {
    right: 0;
    background-image: url(../images/paging-line_right.png)
}

.paging {
    padding: 0 29px;
    margin: 0 -10px 0 -9px;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    color: #959595;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    position: relative;
    z-index: 50;
    background: #fff
}

.paging li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 37px;
    padding: 0 10px 0 9px;
    margin-top: 20px;
}

.paging a {
    display: block;
    height: 41px;
    width: 41px;
    text-decoration: none;
    border: 2px solid #959595;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.paging a:hover {
    color: #8c0c04;
    border-color: #8c0c04
}

.paging .active a {
    color: #8c0c04;
    border-color: #8c0c04
}

@media only screen and (max-width:767px) {
    .paging {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -9px;
        margin-right: -9px
    }
    .paging li {
        padding-left: 9px;
        padding-right: 9px
    }
    .paging a {
        width: 36px;
        height: 36px;
        line-height: 32px
    }
}

.basket-block {
    padding: 36px 0;
    position: relative;
    -webkit-transition: all 0s ease .35s, opacity .35s ease;
    -o-transition: all 0s ease .35s, opacity .35s ease;
    transition: all 0s ease .35s, opacity .35s ease
}

.basket-block.type2 {
    padding: 0;
    overflow: hidden
}

.basket-block.type2 .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width:1023px) {
    .basket-block.type2 .container {
        height: calc(100vh - 110px)
    }
}

@media only screen and (max-width:767px) {
    .basket-block.type2 .container {
        height: calc(100vh - 97px)
    }
}

.basket-block h2 {
    color: #252525;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 27px;
    text-align: center;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: .04em
}

.basket-block .close {
    position: absolute;
    top: 4px;
    right: 50%;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 0 -785px 0 0;
    text-indent: -9999px;
    cursor: pointer
}

.basket-block .close:after,
.basket-block .close:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    margin: 0 0 0 -15px;
    background: #909090;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.basket-block .close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket-block .close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.basket-block .close:hover:after,
.basket-block .close:hover:before {
    background: #8c0c04
}

.basket-block .close:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.basket-block .close:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:1680px) {
    .basket-block .close {
        margin-right: -604px
    }
}

@media only screen and (max-width:1280px) {
    .basket-block .close {
        right: 20px;
        margin-right: 0
    }
}

.basket-block .btn-holder {
    text-align: center
}

.basket-block .order-block .btn-holder .btn {
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    padding: 14px 35px 19px
}

.basket-block .grid-mode {
    position: absolute;
    top: 6px;
    right: 50%;
    margin-right: -750px
}

.basket-block .order-block .btn-holder .remove-all-btn {
    color: #8c0c04;
    background: none;
    border: 1px solid #8c0c04;
}
.basket-block .order-block .btn-holder .remove-all-btn:hover {
    color: #fff;
    background-color: #8c0c04;
}

@media only screen and (max-width:1680px) {
    .basket-block .grid-mode {
        margin-right: -560px
    }
}

@media only screen and (max-width:1280px) {
    .basket-block .grid-mode {
        right: 50px;
        margin-right: 0
    }
}

.basket-block .basket-product-list {
    padding-top: 2px;
    margin-left: -26px;
    margin-right: -26px;
    margin-bottom: 7px;
    padding-right: 10px
}

.basket-block .basket-product-list .product-list-item {
    width: 20%;
    padding-left: 26px;
    padding-right: 26px
}

@media only screen and (max-width:1180px) {
    .basket-block .basket-product-list .product-list-item {
        width: 25%;
        max-width: none
    }
}

.basket-block .basket-product-list .product-list-item:after {
    display: none
}

.basket-block .basket-product-list .product-list-item:hover {
    margin-top: 0
}

.basket-block .basket-product-list .product-list-item .title {
    font-size: 16px;
    line-height: 20px;
    padding-right: 26px;
    margin-bottom: 10px
}

.basket-block .basket-product-list .product-list-item .article {
    font-size: 14px;
    margin-bottom: 3px
}

.basket-block .basket-product-list .product-list-item .price {
    z-index: 10;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    margin-bottom: 14px
}

.basket-block .basket-product-list .product-list-item .price small {
    font-size: 15px
}

.basket-block .basket-product-list .product-list-item .price .counter {
    float: right;
    margin-top: -6px;
    margin-left: 10px
}

.basket-block .basket-product-list .product-list-item .old-price {
    font-size: 15px;
    line-height: 22px
}

.basket-block .basket-product-list .product-list-item .visual {
    padding: 7px 0 14px;
    margin: 0 0 -3px;
    z-index: 0
}

.basket-block .basket-product-list .product-list-item .total-price .price {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0
}

.basket-block .main-basket-content {
    overflow: hidden;
    -webkit-box-flex: 5000;
    -ms-flex: 5000 1 auto;
    flex: 5000 1 auto;
    position: relative;
    margin: 0 -10px;
    padding: 0 10px;
    max-height: calc(100% - 131px)
}

@media only screen and (max-width:1023px) {
    .basket-block .main-basket-content {
        max-height: calc(100% - 159px)
    }
}

.basket-block h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 35px;
    font-weight: normal;
    text-align: center;
    font-family: "Austin", Arial, Helvetica, sans-serif
}

.basket-block .bottom-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 37px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.basket-block .bottom-panel:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    right: 0;
    height: 9px;
    background: url(../images/border-frame4.jpg) no-repeat;
    background-size: 100% 100%
}

.basket-block .bottom-panel .address-block {
    color: #959595;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .04em;
    margin-top: -15px;
}

.basket-block .bottom-panel .delivery {
    margin: 0;
    padding: 0
}

.basket-block .bottom-panel .delivery dd,
.basket-block .bottom-panel .delivery dt {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    color: #363636;
}

.basket-block .bottom-panel .delivery dd {
    color: #363636;
}

@media only screen and (max-width:1023px) {
    .basket-block .bottom-panel {
        padding: 30px 0 20px
    }
    .basket-block .bottom-panel .btn {
        font-size: 16px;
        padding: 11px 37px 12px
    }
}

@media only screen and (max-width:767px) {
    .basket-block .bottom-panel {
        display: block;
        padding: 20px 0 10px
    }
    .basket-block .bottom-panel:after {
        top: 3px
    }
    .basket-block .bottom-panel .address-block {
        font-size: 13px;
        line-height: 1.2;
        display: block;
        margin: 0 0 5px
    }
}

@media only screen and (max-width:480px) {
    .basket-block .bottom-panel .address-block {
        display: block;
        height: 60px;
        padding-right: 80px;
    }


}

.basket-block .order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .basket-block .order-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .town-list {
        overflow-y: scroll;
        height: 400px;
    }

    .town-list li{
        width: 50%;
    }
}

@media only screen and (max-width:480px) {
    .basket-block .order-block {
        display: block
    }
    .basket-block .order-block .btn {
        width: 100%
    }
}

.basket-block .order-total-price {
    padding: 0;
    color: #959595;
    font-size: 20px;
    line-height: 22px;
    margin: 0 35px 0 0;
    letter-spacing: .04em
}

.basket-block .order-total-price dd,
.basket-block .order-total-price dt {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.basket-block .order-total-price dt {
    margin-right: 7px
}

.basket-block .order-total-price .price {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    color: #363636;
    letter-spacing: 0;
    white-space: nowrap
}

.basket-block .order-total-price .price small {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal
}

@media only screen and (max-width:1023px) {
    .basket-block .order-total-price {
        font-size: 16px;
        line-height: 18px;
        margin-right: 15px
    }
    .basket-block .order-total-price dd,
    .basket-block .order-total-price dt {
        display: block
    }
    .basket-block .order-total-price .price {
        font-size: 22px;
        line-height: 24px
    }
}

@media only screen and (max-width:480px) {
    .basket-block .order-total-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.basket-block .scroll-content {
    overflow: hidden;
    padding-right: 14px
}

.basket-block .iScrollVerticalScrollbar {
    background: #ccc;
    right: 11px!important;
    width: 2px!important;
    overflow: visible!important
}

.basket-block .iScrollIndicator {
    left: 50%;
    width: 6px!important;
    margin-left: -3px!important;
    border-radius: 3px!important;
    background: #8c0c04!important
}

.basket-block .similar-product-section {
    padding-top: 0;
    padding-bottom: 0
}

.basket-block .similar-product-section h3 {
    margin-bottom: 40px
}

@media only screen and (max-width:1023px) {
    .basket-block .basket-product-list {
        margin-left: -15px;
        margin-right: -15px
    }
    .basket-block .basket-product-list .product-list-item {
        width: 33.3%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .basket-block {
        padding: 15px 0
    }
    .basket-block h2 {
        margin-bottom: 15px
    }
    .basket-block .basket-product-list .product-list-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) {
    .basket-block .btn-holder .btn {
        font-size: 18px;
        padding: 11px 30px
    }
    .basket-block .basket-product-list .product-list-item .price .counter {
        float: none;
        margin: 0 0 5px
    }
    .basket-block .grid-mode {
        left: 20px;
        right: auto
    }
}

@media only screen and (max-width:350px) {
    .basket-block .basket-product-list {
        margin-left: -5px;
        margin-right: -5px
    }
    .basket-block .basket-product-list .product-list-item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px
    }
    .basket-block .basket-product-list .product-list-item .price .counter {
        float: right;
        margin: -6px 0 0 10px
    }
    .basket-block .basket-product-list .title {
        font-size: 14px;
        line-height: 1.2
    }
}

.basket-open {
    overflow: hidden!important
}

.basket-open .basket-block {
    top: 146px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.basket-table {
    margin: 0 auto 41px;
    max-width: 1016px
}

.basket-table table {
    width: 100%;
    margin: 0;
    padding: 0
}

.basket-table th {
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #acacac;
    font-size: 13px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 12px;
    vertical-align: bottom
}

.basket-table td,
.basket-table th {
    padding-left: 5px;
    padding-right: 5px
}

.basket-table td {
    padding-top: 9px;
    padding-bottom: 5px;
    vertical-align: top;
    border-bottom: 1px solid #f0f0f0
}

.basket-table .title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #8c0c04;
    margin: 0 0 6px;
    max-width: 450px;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.basket-table .title a {
    text-decoration: none;
    font-weight: normal;
}

.basket-table .title a:hover {
    color: #7a0902
}

.basket-table .product-info {
    color: #959595;
    font-size: 14px;
    line-height: 16px;
    padding-left: 0
}

.basket-table .product-info dl {
    margin: 0;
    padding: 0;
    display: inline
}

.basket-table .product-info dd,
.basket-table .product-info dt {
    display: inline;
    margin: 0;
    padding: 0
}

.basket-table .product-info dd {
    color: #666
}

.basket-table .visual {
    width: 88px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none
}

.basket-table .visual a {
    display: inline-block
}

.basket-table .visual img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.basket-table .delete {
    width: 25px;
    padding-right: 0;
    padding-left: 5px
}

.basket-table .delete a {
    float: right;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative
}

.basket-table .delete a:after,
.basket-table .delete a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: 0 0 0 -12px;
    background: #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.basket-table .delete a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket-table .delete a:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.basket-table .delete a:hover:after,
.basket-table .delete a:hover:before {
    background: #7a0902
}

.basket-table .delete a:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.basket-table .delete a:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket-table .price {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    white-space: nowrap
}

.basket-table .price small {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px
}

.basket-table .total-price {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    white-space: nowrap
}

.basket-table .total-price small {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px
}

.basket-table .counts {
    width: 122px
}

.basket-table .total-row td {
    border-bottom: none;
    padding-top: 23px;
    padding-left: 0
}

.basket-table .delivery {
    margin: 0;
    padding: 0;
    color: #959595;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    padding: 8px 0 0;
    letter-spacing: .04em
}

.basket-table .delivery dd,
.basket-table .delivery dt {
    margin: 0;
    padding: 0;
    display: inline
}

.basket-table .delivery dd {
    font-weight: bold;
    color: #8c0c04
}

.basket-table .sum-col {
    text-align: right;
    padding-right: 14px
}

.basket-table .sum-price {
    margin: 0;
    padding: 0;
    color: #959595;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .04em
}

.basket-table .sum-price dd,
.basket-table .sum-price dt {
    margin: 0;
    padding: 0;
    display: inline
}

.basket-table .sum-price dt {
    text-transform: uppercase;
    margin-right: 21px
}

.basket-table .sum-price dd {
    color: #363636;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap
}

.basket-table .sum-price dd small {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px
}

@media only screen and (max-width:767px) {
    .basket-table thead {
        display: none
    }
    .basket-table tbody {
        display: block;
        font-size: 0;
        line-height: 0;
        margin: 0 -5px;
        letter-spacing: -4px
    }
    .basket-table tr {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 10px);
        padding: 20px 10px;
        margin: 0 5px 20px;
        letter-spacing: 0;
        position: relative;
        border: 1px solid #f0f0f0
    }
    .basket-table .delete {
        position: absolute;
        top: 20px;
        right: 10px
    }
    .basket-table td {
        padding: 0;
        border: none;
        display: block
    }
    .basket-table .visual {
        padding: 0;
        width: auto;
        margin: 0 0 10px
    }
    .basket-table .price {
        display: inline-block;
        vertical-align: middle
    }
    .basket-table .product-info {
        margin: 0 0 20px
    }
    .basket-table .product-info dl {
        display: block
    }
    .basket-table .counts,
    .basket-table .price {
        display: inline-block;
        vertical-align: middle
    }
    .basket-table .price {
        margin-right: 20px
    }
    .basket-table .total-price {
        display: block;
        padding: 10px 0 0
    }
    .basket-table .total-row {
        padding: 0;
        margin: 0;
        width: auto;
        border: none;
        border: none;
        display: block;
        text-align: center
    }
    .basket-table .total-row td {
        padding: 0
    }
    .basket-table .total-row .sum-col {
        padding: 10px 0 0
    }
    .basket-table .sum-price {
        text-align: center
    }
}

@media only screen and (max-width:600px) {
    .basket-table tbody {
        margin: 0
    }
    .basket-table tr {
        display: block;
        width: auto;
        margin: 0 0 10px
    }
}

@media only screen and (max-width:480px) {
    .basket-table {
        margin-left: -10px;
        margin-right: -10px
    }
    .basket-table .delivery dd,
    .basket-table .delivery dt,
    .basket-table .sum-price dd,
    .basket-table .sum-price dt {
        display: block
    }
}

.menu-section {
    text-align: center;
    color: #c2c2c2;
    padding: 25px 0 50px;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    position: relative;
    margin: 11px 0 42px;
    background: #6e2621 url(../images/menu-section-bg.jpg) 50% 50% no-repeat;
    background-size: cover
}

.menu-section .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 21px;
    z-index: 50;
    margin: 0 0 0 -32px;
    background: url(../images/promo-section-arrow.png) no-repeat
}

.menu-section .arrow:after,
.menu-section .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #fff
}

.menu-section .arrow:after {
    left: 100%
}

.menu-section .arrow:before {
    right: 100%
}

@media only screen and (max-width:1023px) {
    .menu-section .arrow {
        display: none
    }
}

.menu-section ul {
    padding: 0;
    margin: 0 -19px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.menu-section ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 19px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .04em
}

.menu-section ul a {
    display: block;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.menu-section ul a:hover {
    color: #ebebeb
}

.menu-section ul .active {
    color: #ebebeb;
    font-size: 30px
}

@media only screen and (max-width:1023px) {
    .menu-section {
        margin-bottom: 25px;
        padding-bottom: 25px
    }
    .menu-section+.news-section {
        padding-bottom: 45px
    }
    .menu-section+.news-section .slick-dots {
        padding-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .menu-section {
        padding: 20px 0
    }
    .menu-section ul {
        margin-left: -10px;
        margin-right: -10px
    }
    .menu-section ul li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px
    }
    .menu-section ul .active {
        font-size: 20px
    }
}

@media only screen and (max-width:480px) {
    .menu-section {
        padding: 15px 0
    }
    .menu-section ul li {
        display: block;
        padding-top: 5px
    }
    .menu-section ul li:first-child {
        padding-top: 0
    }
    .menu-section+.news-section {
        padding-bottom: 35px
    }
    .menu-section+.news-section .slick-dots {
        padding-top: 0
    }
}

.articles-section {
    padding: 39px 0 40px
}

.article-list {
    padding: 0;
    margin: 0 -18px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.article-list .article-list-item {
    width: 50%;
    padding: 0 18px;
    letter-spacing: 0;
    vertical-align: top;
    display: inline-block
}

@media only screen and (max-width:767px) {
    .article-list {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
    .article-list .article-list-item {
        width: auto;
        display: block
    }
}

@media only screen and (max-width:480px) {
    .article-list {
        max-width: none;
        margin-left: -38px;
        margin-right: -38px
    }
}

.article-list-item {
    margin: 0 0 43px
}

.article-list-item a {
    display: block;
    text-decoration: none
}

.article-list-item a:after {
    content: '';
    clear: both;
    display: block
}

.article-list-item a:hover .title {
    color: #8c0c04
}

.article-list-item a:hover .visual:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    border-radius: 0
}

.article-list-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #1a1a1a;
    max-width: 382px;
    margin: 0 auto 31px;
    overflow: hidden;
    text-align: center;
    padding: 0 80px 0 0;
    letter-spacing: .04em;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.article-list-item time {
    display: block;
    float: left;
    font-weight: normal;
    color: #acacac;
    font-size: 13px;
    line-height: 18px;
    max-width: 80px;
    margin: 22px 15px 0 0;
    letter-spacing: .028em
}

.article-list-item .visual {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.article-list-item .visual:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    border-radius: 50%;
    background: #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.article-list-item .visual img {
    display: block;
    width: 100%
}

@media only screen and (max-width:1023px) {
    .article-list-item {
        margin-bottom: 25px
    }
    .article-list-item .title {
        font-size: 24px;
        padding-right: 20px;
        margin-bottom: 15px
    }
    .article-list-item time {
        margin: 7px 10px 0 0
    }
}

@media only screen and (max-width:767px) {
    .article-list-item .title {
        font-size: 18px;
        padding-right: 20px;
        max-width: 270px;
        height: auto!important
    }
    .article-list-item time {
        font-size: 12px;
        line-height: 14px;
        margin: 6px 10px 0 0;
        padding-left: 10px
    }
}

.map-section {
    height: 398px;
    color: #363636;
    position: relative;
    text-align: center;
    line-height: 1.375;
    letter-spacing: .04em;
    /*background: url(../images/map.jpg) 50% 82% no-repeat;*/
    background-size: cover
}

.map-section > ymaps {
    position: absolute !important;
    top: 0 !important;
}

.map-section > .container {
    position:relative;
    z-index: 30;
    top: 74px;
}

.map-section .content {
    background: #fff;
    max-width: 274px;
    margin: 0 auto;
    padding: 30px 25px 70px;
    z-index: 30;
	color: #363636;
    text-align: center;
	font-size: 16px;
    line-height: 1.375;
    letter-spacing: .04em;
	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:480px) {
    .map-section .content {
        position: relative;
    }
}

/*.map-section .content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 19px;
    background: url(../images/contacts-arrow.png) 50% 0 no-repeat;
    background-size: auto 100%
}*/

.map-section .content:before {
    position: absolute;
    content: '';
    bottom: 29px;
    left: 50%;
    width: 134px;
    height: 11px;
    margin: 0 0 0 -67px;
    background: url(../images/border-frame8.jpg) no-repeat;
    background-size: 100% 100%
}

.map-section .copyright {
    display: block;
    color: #464646
}

.map-section .address {
    display: block;
    margin: 0 0 22px
}

.map-section .tel a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.map-section .tel a:hover {
    color: #8c0c04
}

.map-section .mail a {
    color: #8c0c04;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.map-section .mail a:hover {
    color: #7a0902
}

.contacts-section {
    padding: 0 0 46px;
    background: #fff9f4
}

.contacts-section .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:1080px) {
    .contacts-section .section-content {
        display: block
    }
}

.contacts-section .btn-sub2:hover {
    color: #fff;
    background-color: #8c0c04
}

@media only screen and (max-width:480px) {
    .contacts-section {
        padding-bottom: 0
    }
}

.callback-form {
    z-index: 50;
    width: 384px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    position: relative;
    margin: -24px 0 0 0;
    padding: 21px 46px 43px;
    border: 1px solid #a67c52
}

@media only screen and (max-width:1080px) {
    .callback-form {
        margin: 0;
        width: auto
    }
}

.callback-form .arrow {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 54px;
    height: 22px;
    margin: 0 0 0 -27px;
    text-indent: -9999px;
    background: url(../images/callback-form-top.png) no-repeat
}

.callback-form .arrow:after,
.callback-form .arrow:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 165px;
    background: #fff;
    border-top: 1px solid #a67c52
}

.callback-form .arrow:after {
    left: 100%;
    border-right: 1px solid #a67c52
}

.callback-form .arrow:before {
    right: 100%;
    border-left: 1px solid #a67c52
}

@media only screen and (max-width:1080px) {
    .callback-form .arrow {
        display: none
    }
}

.callback-form h3,
#registerForm h3 {
    text-align: center;
    font-weight: normal;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 26px;
    letter-spacing: .04em;
}

.callback-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0
}

@media only screen and (max-width:1080px) {
    .callback-form fieldset {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

.callback-form .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 13px 7px
}

.callback-form .download-btn-holder,
#registerForm .download-btn-holder {
    text-align: center;
    position: relative;
    padding: 4px 0 49px;
    margin: 0 0 24px
}
#registerForm .download-btn-holder {
    padding: 49px 0 0 0;
}

.callback-form .download-btn-holder:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 11px;
    width: 134px;
    margin: 0 0 0 -67px;
    background: url(../images/border-frame8.jpg) no-repeat
}
#registerForm .download-btn-holder:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    height: 11px;
    width: 134px;
    margin: 0 0 0 -67px;
    background: url(../images/border-frame8.jpg) no-repeat
}

#registerForm .reg-file-name-holder {
    margin-top: 15px;
}
.callback-form .download-btn-holder .btn {
    padding-left: 47px
}

.callback-form .download-btn-holder .btn:after,
.callback-form .download-btn-holder .btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    width: 17px;
    height: 17px;
    margin: -8px 0 0;
    background: url(../images/download.png) no-repeat;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.callback-form .download-btn-holder .btn:before {
    opacity: 0;
    background-position: 0 -17px
}

.callback-form .download-btn-holder .btn:hover:after {
    opacity: 0
}

.callback-form .download-btn-holder .btn:hover:before {
    opacity: 1
}

.callback-form .btn-holder .btn {
    width: 100%
}

.client-address-table .form-row,
.callback-form .form-row {
    margin: 0 0 14px
}

.callback-form input.text,
.callback-form textarea {
    width: 100%;
    display: block;
    color: inherit;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    background: none;
    line-height: 20px;
    font-family: inherit;
    letter-spacing: .02em;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.callback-form input.text {
    padding: 0;
    height: 40px;
    border: none;
    border-bottom: 1px solid #d7d7d7
}

.callback-form input.text::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.callback-form input.text::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.callback-form input.text:-moz-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.callback-form input.text::-moz-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.callback-form input.text:focus {
    border-bottom-color: #8c0c04
}

.callback-form input.text:focus::-webkit-input-placeholder {
    color: transparent
}

.callback-form input.text:focus::-webkit-input-placeholder {
    color: transparent
}

.callback-form input.text:focus:-moz-placeholder {
    color: transparent
}

.callback-form input.text:focus::-moz-placeholder {
    color: transparent
}

.callback-form textarea {
    resize: none;
    height: 128px;
    margin-top: 26px;
    padding: 10px 15px;
    border: 1px solid #d7d7d7
}

.callback-form textarea:focus {
    border-color: #8c0c04
}

.callback-form .check-holder,
.popup-holder .check-holder
{
    color: #959595;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 35px;
    padding: 14px 0 0;
    letter-spacing: .02em
}

.callback-form .check-holder label,
.popup-holder .check-holder label {
    display: inline-block;
    padding: 0 0 0 27px;
    position: relative
}

.callback-form .check-holder input[type=checkbox],
.popup-holder .check-holder input[type=checkbox]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.callback-form .check-holder input[type=checkbox]+span,
.popup-holder .check-holder input[type=checkbox]+span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: #d7d7d7;
    text-indent: -9999px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.callback-form .check-holder input[type=checkbox]+span:after,
.popup-form .check-holder input[type=checkbox]+span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 5px;
    height: 9px;
    opacity: 0;
    margin: -6px 0 0 -3px;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.callback-form .check-holder input[type=checkbox]:checked+span,
.popup-holder .check-holder input[type=checkbox]:checked+span {
    background-color: #8c0c04
}

.callback-form .check-holder input[type=checkbox]:checked+span:after,
.popup-holder .check-holder input[type=checkbox]:checked+span:after{
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.callback-form .check-holder a {
    z-index: 10;
    color: #8c0c04;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.callback-form .check-holder a:hover {
    color: #7a0902
}

#login-popup .check-holder.remember {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

#login-popup .check-holder.forgot {
    text-align: right;
    margin-bottom: 15px;
}

@media only screen and (max-width:1080px) {
    .callback-form .input-group {
        margin: 0 -25px;
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px
    }
    .callback-form .input-group>.form-row {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        width: 50%;
        padding: 0 25px
    }
}

@media only screen and (max-width:767px) {
    .callback-form .input-group {
        margin-left: -15px;
        margin-right: -15px
    }
    .callback-form .input-group>.form-row {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:480px) {
    .callback-form .input-group {
        margin: 0
    }
    .callback-form .input-group>.form-row {
        width: auto;
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .callback-form {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:480px) {
    .callback-form {
        position: static;
        margin-left: -20px;
        margin-right: -20px;
        border-left: none;
        border-right: none;
        border-bottom: none
    }
}

.contacts-list-holder {
    width: 100%
}

.contacts-list {
    padding: 50px 0 0 41px;
    margin: 0 -20px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    max-width: 827px;
    letter-spacing: -4px
}

@media only screen and (min-width:1681px) {
    .contacts-list {
        max-width: none
    }
}

@media only screen and (max-width:1280px) {
    .contacts-list {
        padding-left: 0
    }
}

@media only screen and (max-width:1080px) {
    .contacts-list {
        margin-left: auto;
        margin-right: auto
    }
}

.contacts-list>li {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.contacts-list>li:first-child,
.contacts-list>li:first-child+li {
    padding-top: 2px
}

.contacts-list>li:nth-child(2n):after {
    content: '';
    position: absolute;
    top: 40px;
    left: -3px;
    bottom: 40px;
    width: 6px;
    background: url(../images/border-frame9.png) no-repeat;
    background-size: 100% 100%
}

.contacts-list>li:first-child:after {
    display: none
}

.contacts-list>li:first-child+li:after {
    top: 0
}

.contacts-list>li:nth-child(odd):after {
    content: '';
    position: absolute;
    top: -5px;
    left: 33px;
    width: 714px;
    height: 6px;
    background: url(../images/border-frame10.png) 50% 50% no-repeat;
    background-size: 100% 100%
}

@media only screen and (min-width:1681px) {
    .contacts-list>li:nth-child(odd):after {
        left: 80px;
        width: 1000px
    }
}

@media only screen and (max-width:1180px) {
    .contacts-list>li:nth-child(odd):after {
        width: calc(100vw - 470px)
    }
}

@media only screen and (max-width:1080px) {
    .contacts-list>li:nth-child(odd):after {
        left: 50px;
        width: 754px
    }
}

@media only screen and (max-width:860px) {
    .contacts-list>li:nth-child(odd):after {
        left: 33px;
        width: calc(100vw - 105px)
    }
}

@media only screen and (max-width:767px) {
    .contacts-list {
        margin-bottom: 40px
    }
    .contacts-list>li {
        width: auto;
        display: block;
        padding: 20px 0!important
    }
    .contacts-list>li:after {
        content: '';
        position: absolute;
        top: -5px!important;
        left: 0!important;
        right: 0!important;
        width: auto!important;
        bottom: auto;
        height: 6px!important;
        background: url(../images/border-frame10.png) 50% 50% no-repeat!important;
        background-size: 100% 100%
    }
    .contacts-list .slick-dots {
        padding-top: 25px
    }
}

.contacts-list-item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    text-align: center;
    padding: 40px 20px;
    position: relative
}

@media only screen and (min-width:1681px) {
    .contacts-list-item .inner {
        max-width: 370px;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    .contacts-list-item .inner {
        height: auto!important
    }
}

.contacts-list-item .title {
    display: block;
    margin: 0 0 31px;
    font-weight: normal;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: .04em;
    color: #252525;
    font-family: "Austin", Arial, Helvetica, sans-serif
}

.contacts-list-item .manager {
    color: #252525;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 25px;
    display: block
}

.contacts-list-item .phone {
    padding: 0 22px 0 28px;
    margin: 0 auto 17px;
    max-width: 260px;
    list-style: none;
    position: relative;
    font-weight: bold
}

.contacts-list-item .phone a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.contacts-list-item .phone a:hover {
    color: #8c0c04
}

.contacts-list-item .phone:after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../images/phone.svg) no-repeat;
    background-size: 100% 100%
}

.contacts-list-item .btn-holder {
    margin: 0 0 27px
}

.contacts-list-item .btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 12px 6px
}

.contacts-list-item .mail {
    font-weight: bold
}

.contacts-list-item .mail a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 7px;
    color: #8c0c04;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.contacts-list-item .mail a:hover {
    color: #7a0902
}

.contacts-list-item .mail a:hover path {
    fill: #7a0902
}

.contacts-list-item .mail svg {
    position: absolute;
    top: 50%;
    left: -22px;
    width: 16px;
    height: 13px;
    margin: -7px 0 0
}

.contacts-list-item .mail path {
    fill: #888684;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media only screen and (max-width:767px) {
    .contacts-list-item {
        padding: 0
    }
}

.popup-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

.popup-holder .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffebdb;
    opacity: .87;
    width: 100%!important;
    height: 100%!important;
    filter: alpha(opacity=87)
}

.popup {
    position: absolute;
    max-width: 380px;
    width: 100%;
    background: #fff;
    padding: 30px 47px 44px;
    border: 1px solid #8c0c04;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34)
}

.popup>.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 41px;
    text-indent: -9999px;
    overflow: hidden
}

.popup>.close-popup:after,
.popup>.close-popup:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 22px;
    margin: 0 0 0 -11px;
    background: #9b9b9b;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.popup>.close-popup:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup>.close-popup:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup>.close-popup:hover:after,
.popup>.close-popup:hover:before {
    background: #8c0c04
}

.popup>.close-popup:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup>.close-popup:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup h2 {
    text-align: center;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #252525;
    font-size: 28px;
    margin: 0 0 32px;
    line-height: 31px;
    letter-spacing: .03em
}

.default-form {
    margin: 0;
    padding: 0
}

.default-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0
}

.default-form .form-row {
    margin: 0 0 13px
}

.default-form input.text,
.callback-form select.text,
#registerForm select.text {
    display: block;
    width: 100%;
    padding: 0;
    height: 40px;
    border: none;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease
}
.default-form .select2-container--krajee .select2-selection,
.callback-form .select2-container--krajee .select2-selection {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 300;
}
#registerForm select.text {
    width: 65px;
    color: #888;
}
#registerForm .company_b {
    display: block;
}
#registerForm .company_t,
#registerForm .company_n {
    display: inline-block;
}
#registerForm .company_t {
    width: 83px;
}
#registerForm .company_n {
    width: 200px;
}

.default-form .select2-container--krajee .select2-selection--single .select2-selection__arrow,
.callback-form .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: none;
}
.default-form .select2-container--krajee.select2-container--open .select2-selection,
.callback-form .select2-container--krajee.select2-container--open .select2-selection,
.default-form .select2-container--krajee .select2-selection:focus,
.callback-form .select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(140, 12, 4, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: rgba(140, 12, 4, 0.7);
}
body .select2-container--krajee .select2-dropdown {
    border-color: #8C0C04;
}
body .select2-container--krajee .select2-results__option[aria-selected=true] {
    color: #8C0C04;
    background-color: rgba(140, 12, 4, 0.2);
}
body .select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(140, 12, 4, 0.9);
    color: #fff;
}
body .select2-dropdown {
    border-radius: 0;
}
body .default-form input.text::-webkit-input-placeholder,
body .callback-form input.text::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}
body .select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    height: 30px;
}
.default-form input.text::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.default-form input.text:-moz-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.default-form input.text::-moz-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.default-form input.text:focus {
    border-bottom-color: #8c0c04
}

.default-form input.text:focus::-webkit-input-placeholder {
    color: transparent
}

.default-form input.text:focus::-webkit-input-placeholder {
    color: transparent
}

.default-form input.text:focus:-moz-placeholder {
    color: transparent
}

.default-form input.text:focus::-moz-placeholder {
    color: transparent
}

.default-form .btn-holder {
    padding: 21px 0 0
}

.default-form .btn-holder .btn {
    width: 100%;
    padding: 5px 20px 8px
}

.default-form .btn-sub2:hover {
    color: #fff;
    background: #8c0c04
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #252525;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 320px;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif
}

article,
aside,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

img {
    border: none
}

*,
:after,
:before {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

a:hover {
    text-decoration: none
}

.resolution-mobile,
.resolution-tablet {
    display: none;
    position: absolute;
    top: -9999px;
    left: -9999px
}

@media only screen and (max-width:1023px) {
    .resolution-tablet {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .resolution-mobile {
        display: block
    }
    .popup {
        max-width: 355px;
    }
    .popup .g-recaptcha {
        margin-left: -10px;
    }
    #login-popup .btn-holder {
        padding-top: 45px;
    }
}

.clear:after {
    content: '';
    clear: both;
    display: block
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2
}

.h1,
h1 {
    font-size: 75px;
    font-weight: 300
}

@media only screen and (max-width:1023px) {
    .h1,
    h1 {
        font-size: 50px
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 40px
    }
}

.h2,
h2 {
    font-size: 45px;
    margin: 0 0 19px;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .h2,
    h2 {
        font-size: 25px
    }
}

.h3,
h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 31px
}

.h4,
h4 {
    font-size: 18px;
    margin: 0 0 17px;
    font-weight: 500;
    letter-spacing: .02em
}

.h5,
h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 22px;
    font-weight: bold;
    letter-spacing: .02em
}

p {
    margin: 0 0 22px
}

@media only screen and (max-width:1023px) {
    p {
        margin-bottom: 19px
    }
}

@media only screen and (max-width:767px) {
    p {
        margin-bottom: 15px
    }
}

#wrapper {
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#main {
    -webkit-box-flex: 5000;
    -ms-flex: 5000 1 auto;
    flex: 5000 1 auto
}

.col-row {
    margin-left: -20px;
    margin-right: -20px
}

.col-row:after {
    content: '';
    clear: both;
    display: block
}

.col-row>.col {
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.col-row>.col.l-1 {
    width: 8.33%
}

.col-row>.col.l-2 {
    width: 16.66%
}

.col-row>.col.l-3 {
    width: 25%
}

.col-row>.col.l-4 {
    width: 33.3%
}

.col-row>.col.l-5 {
    width: 41.66%
}

.col-row>.col.l-6 {
    width: 50%
}

.col-row>.col.l-7 {
    width: 58.33%
}

.col-row>.col.l-8 {
    width: 66.66%
}

.col-row>.col.l-9 {
    width: 75%
}

.col-row>.col.l-10 {
    width: 83.33%
}

.col-row>.col.l-11 {
    width: 91.66%
}

.col-row>.col.l-12 {
    width: 100%
}

@media only screen and (max-width:1023px) {
    .col-row>.col.t-1 {
        width: 8.33%
    }
    .col-row>.col.t-2 {
        width: 16.66%
    }
    .col-row>.col.t-3 {
        width: 25%
    }
    .col-row>.col.t-4 {
        width: 33.3%
    }
    .col-row>.col.t-5 {
        width: 41.66%
    }
    .col-row>.col.t-6 {
        width: 50%
    }
    .col-row>.col.t-7 {
        width: 58.33%
    }
    .col-row>.col.t-8 {
        width: 66.66%
    }
    .col-row>.col.t-9 {
        width: 75%
    }
    .col-row>.col.t-10 {
        width: 83.33%
    }
    .col-row>.col.t-11 {
        width: 91.66%
    }
    .col-row>.col.t-12 {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .col-row>.col.m-1 {
        width: 8.33%
    }
    .col-row>.col.m-2 {
        width: 16.66%
    }
    .col-row>.col.m-3 {
        width: 25%
    }
    .col-row>.col.m-4 {
        width: 33.3%
    }
    .col-row>.col.m-5 {
        width: 41.66%
    }
    .col-row>.col.m-6 {
        width: 50%
    }
    .col-row>.col.m-7 {
        width: 58.33%
    }
    .col-row>.col.m-8 {
        width: 66.66%
    }
    .col-row>.col.m-9 {
        width: 75%
    }
    .col-row>.col.m-10 {
        width: 83.33%
    }
    .col-row>.col.m-11 {
        width: 91.66%
    }
    .col-row>.col.m-12 {
        width: 100%
    }
}

.show-on-mobile {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    opacity: 0
}

@media only screen and (min-width:768px) {
    .show-on-mobile {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .filter-form .showCount {
        left: 220px !important;
    }
    .show-on-mobile {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        opacity: 1
    }
}

@media only screen and (max-width:767px) {
    .hide-on-mobile {
        position: absolute!important;
        top: -9999px!important;
        left: -9999px!important;
        right: 9999px!important;
        bottom: 9999px!important;
        opacity: 0!important
    }
}

@media only screen and (max-width:1023px) {
    .hide-on-tablet {
        position: absolute!important;
        top: -9999px!important;
        left: -9999px!important;
        right: 9999px!important;
        bottom: 9999px!important;
        opacity: 0!important
    }
}

.show-on-ms {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    opacity: 0
}

@media only screen and (max-width:480px) {
    .show-on-ms {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        opacity: 1
    }
}

@media only screen and (max-width:480px) {
    .hide-on-ms {
        position: absolute!important;
        top: -9999px!important;
        left: -9999px!important;
        right: 9999px!important;
        bottom: 9999px!important;
        opacity: 0
    }
}

.btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 22px 4px;
    text-align: center;
    cursor: pointer;
    height: auto;
    min-height: 0;
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    letter-spacing: .02em;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

.btn-default {
    color: #fff;
    background: #8c0c04
}

.btn-default:hover {
    background-color: #7a0902
}

.btn-sub {
    color: #fff;
    background: none;
    border: 1px solid #fff
}

.btn-sub:hover {
    color: #8c0c04;
    background-color: #fff
}

.btn-sub2 {
    color: #8c0c04;
    background: none;
    border: 1px solid #8c0c04
}

.btn-sub2:hover {
    color: #8c0c04;
    background-color: #fff
}

.slick-list,
.slick-slide {
    overflow: hidden
}

.slick-slide {
    float: left
}

.tab-body {
    position: relative
}

.tab {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0s linear .35s, -webkit-transform .35s linear;
    transition: all 0s linear .35s, -webkit-transform .35s linear;
    -o-transition: all 0s linear .35s, transform .35s linear;
    transition: all 0s linear .35s, transform .35s linear;
    transition: all 0s linear .35s, transform .35s linear, -webkit-transform .35s linear
}

.tab.active {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    -webkit-transition: -webkit-transform .35s linear .35s;
    transition: -webkit-transform .35s linear .35s;
    -o-transition: transform .35s linear .35s;
    transition: transform .35s linear .35s;
    transition: transform .35s linear .35s, -webkit-transform .35s linear .35s
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1617px
}

@media only screen and (max-width:1680px) {
    .container {
        max-width: 1251px
    }
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin: 0 6px
}

.slick-dots button {
    display: block;
    height: 3px;
    width: 33px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: #b7b7b7;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: relative;
    text-indent: -9999px;
    text-align: left
}

.slick-dots button:after {
    position: absolute;
    content: '';
    top: -10px;
    left: -5px;
    right: -5px;
    bottom: -10px;
    opacity: 0
}

.slick-dots .slick-active button {
    background: #8c0c04
}

.counter {
    width: 80px;
    padding: 0 18px;
    position: relative;
    margin: 0 19px 0 0
}

.counter a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    overflow: hidden;
    text-indent: -9999px
}

.counter a:after {
    position: absolute;
    content: '';
    top: 50%;
    height: 2px;
    width: 12px;
    margin-top: -1px;
    background: #c7c7c7;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.counter a:hover:after,
.counter a:hover:before {
    background-color: #8c0c04
}

.counter .minus {
    left: 0
}

.counter .minus:after {
    left: 0
}

.counter .plus {
    right: 0
}

.counter .plus:after {
    right: 0
}

.counter .plus:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 2px;
    height: 12px;
    margin: -6px 0 0;
    background: #c7c7c7;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.counter input {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0;
    border: none;
    color: #8c0c04;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    border-bottom: 1px solid #8c0c04;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.counter input:focus {
    border-bottom-color: #7a0902
}

.grid-mode {
    float: right;
    margin: 0 -7px;
    list-style: none;
    padding: 4px 3px 0 0
}

.grid-mode li {
    float: left;
    padding: 0 7px
}

.grid-mode a {
    display: block;
    height: 15px
}

.grid-mode a:hover path,
.grid-mode a:hover rect {
    fill: #8c0c04
}

.grid-mode path,
.grid-mode rect {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.grid-mode .active path,
.grid-mode .active rect {
    fill: #8c0c04
}

.grid-mode .tile svg {
    width: 15px;
    height: 15px;
    display: block;
    text-indent: 0
}

.grid-mode .list svg {
    width: 19px;
    height: 15px;
    display: block;
    text-indent: 0
}

.default-section {
    font-size: 18px;
    line-height: 26px;
    padding: 53px 0 86px;
    letter-spacing: .02em
}

.default-section .container {
    max-width: 1140px
}

.default-section .container.small {
    max-width: 920px
}

.default-section p {
    margin-bottom: 26px
}

@media only screen and (max-width:1023px) {
    .default-section {
        font-size: 16px;
        line-height: 22px
    }
    .default-section p {
        margin-bottom: 22px
    }
}

@media only screen and (max-width:767px) {
    .default-section {
        font-size: 14px;
        line-height: 18px;
        padding: 30px 0 35px
    }
    .default-section p {
        margin-bottom: 18px
    }
}

.quote {
    display: block;
    color: #590322;
    font-family: "Austin", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 34px;
    padding: 0 0 0 54px;
    letter-spacing: .02em;
    position: relative;
    max-width: 894px;
    margin: 0 0 60px;
    font-weight: 500
}

.quote:after {
    content: '“';
    position: absolute;
    top: -9px;
    left: -5px;
    color: #aa6c4b;
    font-style: italic;
    font-size: 120px;
    line-height: 1;
    font-weight: normal
}

@media only screen and (max-width:767px) {
    .quote {
        font-size: 20px;
        line-height: 1.3;
        padding-left: 45px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:480px) {
    .quote {
        font-size: 18px;
        padding-left: 25px;
        margin-bottom: 26px
    }
    .quote:after {
        top: -7px;
        left: -15px;
        font-size: 90px
    }
}

.file-result-holder,
.popup-form .error-block {
    font-size: 14px;
    margin-top: 5px;
    color: #8c0c04;
}

form .result-msg {
    text-align: center;
}

@keyframes spinner-move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 28px 0
    }
}

form.sending [type="submit"],
form.sending [type="submit"]:hover,
.sending > [type="button"],
.sending > [type="button"]:hover {
    background-image: repeating-linear-gradient( -45deg, #8c0c04, #8c0c04 11px, #fff 10px, #fff 20px);
    background-size: 28px 28px;
    animation: spinner-move 0.5s linear infinite;
}

.catalog-section-content {
    position: relative;
}

.catalog-section-content .loader-holder {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    opacity:0;
    z-index: -20;
}

.catalog-section-content.loading .loader-holder {
    opacity: 1;
    z-index: 250;
}

.catalog-section-content .loader-holder:before {
    position: fixed;
    content: '';
    width: 200px;
    height: 40px;
    background-image: repeating-linear-gradient( -45deg, #8c0c04, #8c0c04 11px, #fff 10px, #fff 20px);
    background-size: 28px 28px;
    animation: spinner-move 0.5s linear infinite;
    top: 50%;
    left: 40%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    opacity:0;
}

.catalog-section-content.loading .loader-holder:before {
    opacity: 1;
    z-index: 300;
}

form.sending [type="submit"] span,
.sending > [type="button"] span {
    opacity: 0
}

.user-control-list>li.basket-fixed,
.user-control-list>li.fav-fixed,
.user-control-list>li.wait-fixed {
    position: fixed;
    background: white;
    padding: 15px 15px 13px 12px;
    border-radius: 100%;
    z-index: 99;
    box-shadow: 0 0 10px -5px;
    display: none;
    margin-left: 120px;
    top: 25px;
    z-index: 99;
}

.product-list-item .fav.remove-fav-btn .icon-out-fav,
.product-list-item .fav.add-fav-btn .icon-in-fav,
.product-description .remove-fav-btn .icon-out-fav,
.product-description .add-fav-btn .icon-in-fav {
    display: none;
}

.basket-block .bottom-panel .delivery dt  {
    padding-right: 20px;
}

.basket-block  .bottom-panel .delivery dd  {
    position: relative;
    padding-right: 30px;
}

.bottom-panel .delivery dd .address-name {
    font-weight: bold;
    display: block;
}

.bottom-panel .delivery dd .select-arrow {
    font-size: 20px;
    position: absolute;
    top: 33px;
    right: 15px;
}
.bottom-panel .delivery dd .select-arrow:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 10px;
    left: 50%;
    background: #8c0c04;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    margin-left: -6px;
}

.bottom-panel .delivery dd .select-arrow:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 10px;
    left: 50%;
    background: #8c0c04;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
}


.bottom-panel .delivery dd select {
    opacity: 0;
    height: 20px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    cursor:pointer;
    z-index: 40;
}

.bottom-panel .delivery dd .delivery-info {
    font-size: 14px;
    color: #8c0c04;
    margin-top: 5px;
    display: block;
}

.bottom-panel .new-address-form {
    padding: 0;
    border: none;
    width: 550px;
    margin: 0;
}

.bottom-panel .new-address-form .form-row {
    width: 160px;
}

.bottom-panel .new-address-form .form-row,
.bottom-panel .new-address-form .btn-holder {
    display: inline-block;
    margin-bottom:0;
    margin-right: 20px;
}

.bottom-panel .new-address-form .form-row.address-row {
    width: 200px;
}

.bottom-panel .new-address-form .btn-holder button {
    padding: 5px 15px 6px;
}

.town-list{
    padding:0 15px;
    margin:0 -15px;
    list-style:none;
    letter-spacing:-5px;
    font-size:16px;
    line-height:20px;
}
.town-list li{
    display:inline-block;
    vertical-align:top;
    letter-spacing:0;
    width:25%;
    padding:0 15px;
    margin:0 0 11px;
}
.town-list li:before{display:none;}
.town-list a{color:inherit;text-decoration: none}
.town-list .active a,
.town-list a:hover{
    color:#8c0c04;
}

.fake-input {
    width: 100%;
    display: block;
    color: inherit;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    background: none;
    line-height: 20px;
    font-family: inherit;
    letter-spacing: .02em;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    min-height: 40px;
    padding: 9px 0;
    border: none;
    border-bottom: 1px solid #d7d7d7;
}
.fake-input em {
    font-style: normal;
    width: 275px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.fake-input i:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    left: -32px;
    width: 30px;
    height: 40px;
    z-index: 10;
}
.fake-input i {
    position: relative;
    font-style: normal;
    vertical-align: middle;
}

.inn-box .twitter-typeahead,
.search-form .twitter-typeahead {
    width: 100%;
}

.inn-box .twitter-typeahead .tt-menu,
.search-form .twitter-typeahead .tt-menu {
    background: white;
    padding: 7px 10px;
    border: 2px solid #8c0c04;
    border-top: none;
    z-index: 999 !important;
}
.inn-box .twitter-typeahead .tt-menu a,
.search-form .twitter-typeahead .tt-menu a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.inn-box .twitter-typeahead .tt-menu a:last-child,
.search-form .twitter-typeahead .tt-menu a:last-child {
    border-bottom: none;
}
.search-form .twitter-typeahead .tt-menu a img {
    max-width: 100%;
    max-height: 100%;
}

.inn-box .twitter-typeahead .tt-menu a span,
.search-form .twitter-typeahead .tt-menu a span {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 18px;
    font-size: 15px;
    color: #8c0c04;
}

.search-form .twitter-typeahead .tt-menu a .img-wrap {
    width: 10%;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
}


@media only screen and (max-width: 480px) {
    .search-form .twitter-typeahead .tt-menu a span {
        font-size: 13px;
        line-height: 15px;
    }
}

section.similar-product-section > .container {
    position: relative;
}

section.similar-product-section > .container .left-button-holder {
    content: '';
    position: absolute;
    left: -1000px;
    height: 100%;
    background: white;
    width: 1000px;
    z-index: 200;
    top:0;
}

section.similar-product-section > .container .right-button-holder {
    content: '';
    position: absolute;
    right: -1000px;
    height: 100%;
    background: white;
    width: 1000px;
    z-index: 200;
    top:0;
}

section.similar-product-section .slick-arrow {
    position: absolute;
    width: 50px;
    height: 70px;
    top: 50%;
    margin-top: -50px;
    background: none;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

section.similar-product-section .slick-prev.slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    height: 50px;
}

section.similar-product-section .slick-prev.slick-arrow {
    display: block;
    left: -49px;
    z-index: 210;
    -webkit-transition: opacity 0.3s;
}

section.similar-product-section .slick-prev.slick-arrow:hover {
    opacity:0.5;
}

section.similar-product-section .slick-next.slick-arrow {
    display: block;
    right: -49px;
    z-index: 210;
}

section.similar-product-section .slick-prev.slick-arrow:before {
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: #8c0c04;
    left: 50%;
    -webkit-transform: rotate(35deg);
}

section.similar-product-section .slick-prev.slick-arrow:after{
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: #8c0c04;
    left: 50%;
    -webkit-transform: rotate(-35deg);
}

section.similar-product-section .slick-next.slick-arrow:before {
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: #8c0c04;
    left: 50%;
    -webkit-transform: rotate(-35deg);
    top:0;
}

section.similar-product-section .slick-next.slick-arrow:after{
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: #8c0c04;
    left: 50%;
    -webkit-transform: rotate(35deg);
}

section.similar-product-section .product-list {
    position: static;
}

.main-basket-content .similar-product-section .slick-arrow {
    display: none !important;
}

.main-basket-content .similar-product-section .product-list-item .buy-panel {
    padding-top: 15px;
}

.main-basket-content .similar-product-section {
    padding:0 20px 55px;
    position: relative;
}

.main-basket-content .similar-product-section:after {
    content: '';
    position: absolute;
    background: white;
    height: 100%;
    right: -1000px;
    width: 1000px;
    z-index: 200;
    top: 0;
}

@media only screen and (min-width: 640px) {
    .main-basket-content .similar-product-section .product-list li.product-list-item:hover .product-item-wrap {
        height: 475px;
    }

    .main-basket-content .similar-product-section .product-list li.product-list-item .product-item-wrap .expanded {
        height: 95px;
    }
}

.basket-block .not-valid-min-order-price .order-total-price {
    margin-top: -8px;
    text-align: right;
}

.basket-block .order-total-price .error-min-order-price {
    display: none;
}

.basket-block .not-valid-min-order-price .error-min-order-price {
    font-size: 14px;
    color: #8c0c04;
    display: block;
    left: 0;
    margin-right: 0;
    line-height: 14px;
}

.basket-block .order-block .btn-holder .btn:disabled {
    opacity: 0.3;
}

@media only screen and (max-width:767px) {
    .town-list {
        overflow-y: scroll;
        height: 400px;
    }

    .town-list li{
        width: 50%;
    }

    .bottom-panel .new-address-form {
        margin-bottom: 20px;
    }

    .fake-input em {
        display: block;
    }
}

form[data-form-name="ContactForm"] .g-recaptcha iframe {
    margin-left: -10px;
    margin-top: 10px;
}

form[data-form-name="ContactPageForm"] .g-recaptcha iframe {
    margin-left: -5px;
}

.popup-form .g-recaptcha iframe {
    margin-left: -10px;
    margin-top: 10px;
}

.vacancy-page {
    background-color: #f7d1b7;
    padding: 40px 0;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.vacancy-page .page-text-box {
    max-width: 600px;
    font-size: 18px;
    line-height: 26px;
    color: #252525;
    position: relative;
    padding-left: 80px;
}
.vacancy-page .page-text-box:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 15px;
    height: 145px;
    background-image: url("../images/char.png");
    background-repeat: no-repeat;
    background-position: left;
}
.vacancy {
    background: #FEF9F5;
    padding-top: 55px;
}
.vacancy-box .vacancy:last-child .vc-hr {
    padding-bottom: 100px;
    border: none;
}
.vacancy .vc-hr {
    display: table;
    border-bottom: 2px solid #F8D5AF;
    padding-bottom: 50px;
}
.vacancy .vc-title {
    font-size: 26px;
    line-height: 32px;
    margin-right: 100px;
    width: 300px;
    vertical-align: top;
}
.vacancy .vc-description {
    display: table-cell;
    vertical-align: top;
}
.vacancy .vc-title .send-vacancy-file {
    margin-top: 30px;
    border: 1px solid #8c0c04;
    color: #8c0c04;
    transition: all .35s;
    -webkit-transition: all .35s;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 12px;
}
.vacancy .vc-full-text-box {
    padding-top: 20px;
}
.vacancy .vc-open {
    color: #8c0c04;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}
.vacancy .vc-open:after {
    content: '>';
    font-size: 16px;
    color: #8c0c04;
    position: absolute;
    top: 0;
    right: -15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.vacancy .vc-open.close:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.vacancy .vc-full-text {
    padding-top: 20px;
}
.btn-upload-resume {
    padding: 5px 10px;
    display: table;
    margin: 0 auto;
}
.btn-upload-resume svg {
    width: 20px;
    height: 20px;
    fill: #8c0c04;
    transition: all .35s;
    -webkit-transition: all .35s;
    vertical-align: middle;
    margin-right: 10px;
}
.btn-upload-resume:hover svg {
    fill: #fff;
}
.vacancy .vc-title .send-vacancy-file:hover {
    background: #8c0c04;
    color: #fff;
}
.vacancy .vc-description p {
    margin-bottom: 5px;
}

.vacancy-box {
    background: #FEF9F5;
}
.vacancy-box .vc-not-found {
    padding: 100px 0;
}

#vacancy-popup .position {
    text-align: center;
}

#vacancy-popup .file-name-holder {
    text-align: center;
    margin: 20px 0 0;
}

@media only screen and (max-width:767px) {
    .vacancy-page {
        background-image: none !important
    }
    .vacancy-page .page-text-box {
        padding-left: 40px;
    }
    .vacancy-page .page-text-box:before {
        left: 0;
    }
    .vacancy .vc-description,
    .vacancy .vc-hr {
        display: block;
    }
    .vacancy .vc-description {
        margin-top: 30px;
    }
}

/** ############################  **/
.product-list-wrap,
.catalog-product-list.listContent .product-item-wrap {
    display: none;
}
.catalog-product-list.listContent {
    margin: 0 20px 14px 0;
}
.catalog-product-list.listContent .product-list-item {
    width: 100%;
    max-width: none;
    min-height: auto;
    display: block;
    padding: 0;
}
.catalog-product-list.listContent .product-list-wrap {
    display: block;
}
.catalog-product-list.listContent .product-list-wrap .visual {
    display: inline-block;
    width: 170px;
    background: #fff;
    vertical-align: middle;
}
.catalog-product-list.listContent .product-list-item:hover {
    margin-top: 0;
}
.catalog-product-list.listContent .product-list-wrap .list-box-content {
    display: inline-block;
    width: calc(100% - 171px);
    vertical-align: middle;
    margin-left: -0.25em;
}
.fav-product-list.listContent .product-list-item .visual a,
.wait-product-list.listContent .product-list-item .visual a,
.basket-product-list.listContent .product-list-item .visual a,
.catalog-product-list.listContent .visual a {
    height: 140px;
    width: 140px;
    margin: 0 auto 0 0;
}
.fav-product-list.listContent .product-list-item .visual a:before,
.wait-product-list.listContent .product-list-item .visual a:before,
.basket-product-list.listContent .product-list-item .visual a:before,
.catalog-product-list.listContent .visual a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.9s;
}
.fav-product-list.listContent .product-list-item .visual a:hover:before,
.wait-product-list.listContent .product-list-item .visual a:hover:before,
.basket-product-list.listContent .product-list-item .visual a:hover:before,
.catalog-product-list.listContent .visual a:hover:before {
    background-color: rgba(140, 12, 4, 0.1);
}
.vaf-product-list.listContent .product-list-item .visual img,
.wait-product-list.listContent .product-list-item .visual img,
.basket-product-list.listContent .product-list-item .visual img,
.catalog-product-list.listContent .visual img {
    vertical-align: middle;
}
.catalog-product-list.listContent .product-list-item:before {
    background: #D7D7D7;
    bottom: 0;
    height: 1px;
}
.catalog-product-list.listContent .title-wrap {
    display: inline-block;
    width: 30%;
    padding: 0 20px 0 0.25em;
    margin-left: -0.25em;
    vertical-align: top;
}
.catalog-product-list.listContent .expanded {
    display: inline-block;
    width: 30%;
    position: relative;
    background: transparent;
    padding: 0 10px 0 0.25em;
    margin-left: -0.25em;
    vertical-align: top;
}
.catalog-product-list.listContent .expanded:after {
    display: none;
}
.catalog-product-list.listContent dl {
    letter-spacing: .03em;
}
.catalog-product-list.listContent .guest .title-wrap,
.catalog-product-list.listContent .guest .expanded {
    width: 50%;
}
.catalog-product-list.listContent .guest .expanded {
    vertical-align: top;
}
.catalog-product-list.listContent .price {
    display: inline-block;
    width: 15%;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    margin: 0 0 0 -0.25em;
}
.catalog-product-list.listContent .fav-icon {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: top;
}
.catalog-product-list.listContent .fav-icon svg {
    display: inherit;
}
.catalog-product-list.listContent .fav-icon .new {
    margin: 20px auto;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 4px;
    max-width: 55px;
    background-color: #af7f50;
    color: #fff;
    letter-spacing: 0.7px;
}
.catalog-product-list.listContent .fav {
    float: none;
    margin: 0;
}
.catalog-product-list.listContent .buy-panel {
    display: inline-block;
    width: 15%;
    padding: 0 0 0 0.25em;
    margin-left: -0.25em;
}
.catalog-product-list.listContent .buy-panel .counter {
    margin: 0 auto;
}
.catalog-product-list.listContent .buy-panel .btn-holder {
    margin: 0 auto;
}
.catalog-product-list.listContent .buy-panel .btn-holder .btn {
    display: block;
    margin-top: 15px;
}
.growl.growl-notice {
    background: #7a0902;
}
#fav-grid-mode,
#wait-grid-mode,
#cart-grid-mode {
    position: absolute;
    top: 4px;
    right: 50%;
    width: 65px;
    height: 20px;
    overflow: hidden;
    margin: 0 -480px 0 0;
    text-indent: -9999px;
}
 /* --- cart ---- */
.fav-product-list.listContent .fav-item-wrap,
.fav-product-list .fav-list-wrap,
.wait-product-list.listContent .wait-item-wrap,
.wait-product-list .wait-list-wrap,
.basket-product-list.listContent .cart-item-wrap,
.basket-product-list .cart-list-wrap {
    display: none;
}
.fav-product-list.listContent .fav-list-wrap,
.wait-product-list.listContent .wait-list-wrap,
.basket-product-list.listContent .cart-list-wrap {
    display: block;
}
.fav-block .fav-product-list.listContent .product-list-item,
.fav-product-list.listContent .product-list-item,
.wait-block .wait-product-list.listContent .product-list-item,
.wait-product-list.listContent .product-list-item,
.basket-product-list.listContent .product-list-item {
    width: 100%;
    max-width: none;
    min-height: auto;
    display: block;
    padding: 0;
    margin-bottom: 20px;
}
.fav-product-list.listContent .product-list-item:before,
.wait-product-list.listContent .product-list-item:before,
.basket-product-list.listContent .product-list-item:before{
    border-bottom: 1px solid #D7D7D7;
    bottom: 0;
    height: 1px;
    right: 45px;
    left: 50px;
}
.fav-product-list.listContent .product-list-item .visual-box,
.wait-product-list.listContent .product-list-item .visual-box,
.basket-product-list.listContent .product-list-item .visual-box {
    display: inline-block;
    position: relative;
    width: 220px;
    padding-left: 50px;
    vertical-align: middle;
    background-color: #fff;
    z-index: 1000;
}
.fav-product-list.listContent .product-list-item .delete,
.wait-product-list.listContent .product-list-item .delete,
.basket-product-list.listContent .product-list-item .delete {
    right: auto;
    left: 26px;
    top: 65px;
}
.fav-product-list.listContent .product-list-item .list-box-content,
.wait-product-list.listContent .product-list-item .list-box-content,
.basket-product-list.listContent .product-list-item .list-box-content {
    display: inline-block;
    width: calc(100% - 261px);
    vertical-align: middle;
    margin-left: -0.25em;
}

.fav-product-list.listContent .product-list-item .visual,
.fav-block .fav-product-list.listContent .product-list-item .visual,
.wait-product-list.listContent .product-list-item .visual,
.wait-block .wait-product-list.listContent .product-list-item .visual,
.basket-product-list.listContent .product-list-item .visual {
    margin: 0;
    padding: 0;
}
.fav-product-list.listContent .product-list-item .visual a,
.wait-product-list.listContent .product-list-item .visual a,
.basket-product-list.listContent .product-list-item .visual a {
    margin: auto;
}
.fav-product-list.listContent .product-list-item .title-wrap,
.wait-product-list.listContent .product-list-item .title-wrap,
.basket-product-list.listContent .product-list-item .title-wrap {
    display: inline-block;
    width: 45%;
    padding: 0 20px;
    margin-left: -0.25em;
}
.fav-product-list.listContent .product-list-item .title-wrap .title,
.wait-product-list.listContent .product-list-item .title-wrap .title,
.basket-product-list.listContent .product-list-item .title-wrap .title {
    min-height: 40px;
}
.fav-product-list.listContent .product-list-item .expanded,
.wait-product-list.listContent .product-list-item .expanded,
.basket-product-list.listContent .product-list-item .expanded {
    display: inline-block;
    width: 20%;
    position: relative;
    background: transparent;
    padding: 7px 10px 0 0.25em;
    margin-left: -0.25em;
    vertical-align: top;
    margin-top: -5px;
}
.fav-product-list.listContent .product-list-item .expanded .price-box,
.wait-product-list.listContent .product-list-item .expanded .price-box,
.basket-product-list.listContent .product-list-item .expanded .price-box {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 22px;
}
.fav-product-list.listContent .product-list-item .counter-box,
.wait-product-list.listContent .product-list-item .counter-box,
.basket-product-list.listContent .product-list-item .counter-box {
    display: inline-block;
    width: 15%;
    padding: 0 0 0 0.25em;
    margin-left: -0.25em;
    vertical-align: top;
}
.fav-product-list.listContent .product-list-item .counter,
.wait-product-list.listContent .product-list-item .counter,
.basket-product-list.listContent .product-list-item .counter {
    margin: 0 auto;
}
.fav-product-list.listContent .product-list-item .total-price,
.wait-product-list.listContent .product-list-item .total-price,
.basket-product-list.listContent .product-list-item .total-price {
    display: inline-block;
    width: 20%;
    padding: 0 0 0 0.25em;
    margin-left: -0.25em;
    text-align: right;
    vertical-align: top;
}

.fav-product-list .product-list-item .btn-holder a,
.wait-product-list .product-list-item .btn-holder a,
.wait-product-list.listContent .product-list-item .btn-holder a,
.fav-product-list.listContent .product-list-item .btn-holder a {
    padding: 5px 12px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
}

.fav-block .fav-product-list .product-list-item .title,
.wait-block .wait-product-list .product-list-item .title {
    height: 40px;
    overflow-y: hidden;
}

.login-panel ul.drop-list {
    list-style: none;
    padding: 0;
}
.login-panel ul.drop-list li {
    display: inline-block;
}
.login-panel ul.drop-list li:first-child:after {
    content: "/";
    padding: 0 0 0 5px;
}
.growl,
.growl.growl-notice {
    background: #7f8c8d;
    opacity: 1;
    filter: alpha(opacity=100);
}
.hide {
    display: none;
}
.show {
    display: block;
}
.order-confirm-form .comment-box label {
    display: block;
}
.order-confirm-form .comment-box textarea {
    width: 100%;
    height: 180px;
}
.order-confirm-form .scroll-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.order-confirm-form .scroll-content ul li {
    padding: 5px 0;
    white-space: normal;
}
.order-confirm-form .scroll-content ul.header-title li {
    display: inline-block;
    width: 20%;
}
.order-confirm-form .scroll-content ul.header-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.order-confirm-form .scroll-content ul.header-title li:first-child {
    width: 60%;
}
.order-confirm-form .scroll-content ul.confirm-list li div:nth-child(3),
.order-confirm-form .scroll-content ul.confirm-list li div:nth-child(4),
.order-confirm-form .scroll-content ul.header-title li:last-child {
    width: 20%;
}
.order-confirm-form .scroll-content ul.confirm-list {
    margin-bottom: 10px;
}
.order-confirm-form .scroll-content ul.confirm-list li div {
    display: inline-block;
    vertical-align: top;
}
.order-confirm-form .scroll-content ul.confirm-list li div:nth-child(1) {
    width: 25px;
}
.order-confirm-form .scroll-content ul.confirm-list li div:nth-child(2) {
    width: calc(60% - 25px);
    padding-right: 30px;
}
.order-confirm-form .order-block {
    text-align: right;
}
.order-confirm-form .order-total-price {
    color: #959595;
    font-size: 20px;
    line-height: 22px;
}
.order-confirm-form .order-total-price .price {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    color: #363636;
    letter-spacing: 0;
    white-space: nowrap;
}

.confirm-remove-cart .btn-holder {
    text-align: center;
}

@media (min-width:1920px) {
    .catalog-product-list.listContent .product-list-wrap .visual {
        width: 200px;
    }
    .catalog-product-list.listContent .product-list-wrap .list-box-content {
        width: calc(100% - 201px);
    }
    .catalog-product-list.listContent .title-wrap {
        width: 40%;
    }
    .catalog-product-list.listContent .expanded {
        width: 20%;
    }

    .fav-product-list.listContent .product-list-item .title-wrap,
    .wait-product-list.listContent .product-list-item .title-wrap,
    .basket-product-list.listContent .product-list-item .title-wrap {
        width: 40%;
    }
    .fav-product-list.listContent .product-list-item .expanded,
    .wait-product-list.listContent .product-list-item .expanded,
    .basket-product-list.listContent .product-list-item .expanded {
        width: 25%;
    }
}