@font-face {
    font-family: 'Circe';
    src: url('/markup/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
        url('/markup/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('/markup/fonts/Circe-Regular.woff') format('woff'),
        url('/markup/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/markup/fonts/Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
        url('/markup/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/markup/fonts/Circe-ExtraLight.woff') format('woff'),
        url('/markup/fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/markup/fonts/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
        url('/markup/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
        url('/markup/fonts/Circe-Thin.woff') format('woff'),
        url('/markup/fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/markup/fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
        url('/markup/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('/markup/fonts/Circe-Light.woff') format('woff'),
        url('/markup/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/markup/fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
        url('/markup/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('/markup/fonts/Circe-Bold.woff') format('woff'),
        url('/markup/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/markup/fonts/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
        url('/markup/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/markup/fonts/Circe-ExtraBold.woff') format('woff'),
        url('/markup/fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
body{
    font-family: 'Circe';
}
*{
    outline: none!important;
}
a {
    color: #FF6709;
}
a:focus,
a:hover {
    color: #FF6709;
}
p{
    font-size: 15px;
    line-height: 22px;
    color: #63676B;
}
.article-content-section p,
.article-content-section li{
    font-size: 19px;
    line-height: 26px;
    color: #63676B;
}
.article-content-section p,
.article-content-section ul,
.article-content-section ol,
.article-content-section blockquote{
    margin-bottom: 30px;
}
.flex-row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-row-1 > div,
.flex-1{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-v-center{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-between{
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top {
    background: #111111;
    padding: 7px 0;
    position: relative;
}
.header-bottom {
    border-bottom: 0.5px solid #ADAFB6;
    position: relative;
}
.nav-list-item-link {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none!important;
    transition: .3s;
}
.nav-list-item-link:hover,
.nav-list-item-link:focus,
.nav-list-item-link.active{
    color: #FF6709;
}
.nav-list-item {
    list-style: none;
}
.nav-list {
    padding: 0;
    margin: 0;
    position: relative;
}
.header-top-right svg{
    display: block;
}
.lk-link path,
.cart-link path{
    transition: .3s;
}
.lk-link:hover path,
.cart-link:hover path{
    fill: #FF6709;
}
.nav-list-item{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px 20px;
}
.header-top-right > div{
    margin: 0 20px;
}
.cart {
    padding: 3px 6px;
}
.cart-count{
    position: absolute;
    position: absolute;
    background: linear-gradient(120deg, #FFAC2A 2.28%, #FF5A66 97.72%);
    display: block;
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 12px;
    font-family: Open Sans, arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 50%;
    left: 13px;
    bottom: 11px;
}
.cart-link{
    font-size: 13px;
    line-height: 18px;
    color: #ADAFB6;
    position: relative;
}
.cart-link span{
    transition: .3s;
}
.cart-price{
    margin-left: 10px;
}
.cart-price-sum{
    color: #fff;
}
.cart-link:focus,
.cart-link:hover span,
.cart-link:hover{
    color: #FF6709;
    text-decoration: none;
}
.header-bottom-right,
.header-bottom-left{
    border-left: 1px solid #ADAFB6;
    border-right: 1px solid #ADAFB6;
}
.header-catalog-button {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    height: 58px;
    padding: 22px 10px;
    cursor: pointer;
    color: #000;
    transition: .3s;
    background: #fff;
    position: relative;
}
.header-catalog-button:before {
    content: '';
    display: block;
    height: 100%;
    width: 12px;
    background: url(/markup/images/arrow-down.png) center no-repeat;
    position: absolute;
    left: 23px;
    top: 0;
}
.open-catalog.header-catalog-button:before {
    transform: rotate(180deg)
}
.open-catalog.header-catalog-button,
.header-catalog-button:hover {
    color: #FF6709;
}
.header-bottom-center{
    padding: 12px 0 12px 80px;
}
.search-block{
    position: relative;
}
.search-input {
    background: #F0F1F4;
    border-radius: 50px;
    border: none;
    padding: 7px 50px 7px 12px;
    width: 100%;
    position: relative;
    z-index: 110;
}
.search-submit{
    position: absolute;
    width: 50px;
    height: 34px;
    right: 0;
    top: 0;
    border: none;
    background: transparent url(/markup/images/search-btn.svg) center no-repeat;
    z-index: 110;
}
.search-submit:hover{
    background-image: url(/markup/images/search-btn-hover.svg);
}
.wishlist{
    width: 46px;
    padding: 9px;
    margin-left: 10px;
}
.compare{
    width: 46px;
    padding: 9px;
    margin-right: 10px;
}
.wishlist-link,
.compare-link{
    transition: .3s;
    display: block;
    width: 25px;
    margin: 0 auto;
}
.wishlist-link:hover path,
.compare-link:hover path{
    fill: #FF6709;
}
.wishlist-link svg,
.compare-link svg{
    display: block;
    margin: 0 auto;
}
.number-link {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #000;
    text-decoration: none!important;
}
.callback-link {
    font-size: 11px;
    line-height: 11px;
    color: #FF6709;
    display: block;
}
.header-phone {
    padding: 14px 50px 14px 30px;
}
.header-phone-icon {
    margin-right: 8px;
}
button.slick-arrow {
    border: none;
    width: 30px;
    height: 30px;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 50;
}
button.slick-prev.slick-arrow {
    background: url(/markup/images/arrow-prev.svg) center no-repeat;
    left: 50px;
}
button.slick-next.slick-arrow {
    background: url(/markup/images/arrow-next.svg) center no-repeat;
    right: 50px;
}
.main-slider-item{
    background-size: cover!important; 
}
.main-slider-item-title {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 25px;
}
.main-slider-item-description {
    font-size: 22px;
    line-height: 26px;
    color: #ADAFB6;
    margin-bottom: 20px;
}
.btn{
    background: linear-gradient(162.56deg, #FFAC2A 2.28%, #FF5A66 97.72%)!important;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 12px 12px 10px;
    border: none;
    transition: .3s;
    text-decoration: none!important;
}
.btn:hover,
.btn:focus{
    background: linear-gradient(162.56deg, #FF5A66 2.28%, #FFAC2A 97.72%)!important;
    color: #fff;
}
.btn-cart-icon{
    padding-left: 35px;
    position: relative;
}
.btn-cart-icon::before{
    content: '';
    display: block;
    width: 35px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/markup/images/cart-icon.png) center no-repeat;
}
.btn-link {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin: 8px 28px;
    display: inline-block;
    text-decoration: none!important;
}
.btn-link svg{
    display: block;
    float: left;
}
.btn-link span{
    padding: 5px 0 0 24px;
    display: block;
}
.btn-link:hover{
    color: #FF6709;
    transition: .3s;
}
.btn-link:hover circle{
    stroke: #FF6709;
    transition: .3s;
}
.btn-link:hover path{
    fill: #FF6709;
    transition: .3s;
}
.main-slider-item {
    padding: 100px 0;
}
.slick-dots button {
    border: 1px solid #FF6709;
    background: none;
    width: 6px;
    height: 6px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
}
.slick-dots .slick-active button {
    background: #FF6709;
}
.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 35px;
    width: 1270px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 17px;
}
.trend-link {
    font-size: 19px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    transition: .3s;
}
.trend-link:hover{
    color: #FF6709;
}
.trend-row .label-black {
    background: #0F0F1B;
    border-radius: 3px;
    float: left;
    margin-right: 27px;
    padding: 5px 11px 5px;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.trend-row {
    padding: 22px 0;
    border-bottom: 1px solid #ADAFB6;
}
h2 {
    font-size: 28px;
    line-height: 33px;
    color: #333333;
    font-weight: bold;
}
.section-title h2 {
    margin: 0;
}
.section-title-btn {
    border: 0.5px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Circe;
    font-size: 9px;
    line-height: 11px;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF6709;
    padding: 6px 11px 4px;
    position: absolute;
    right: 0;
    top: 7px;
    text-decoration: none!important;
    transition: .5s;
}
.section-title-btn:hover{
    background: #FF6709;
    border-color: #FF6709;
    color: #fff;
}
.section-title {
    /* padding-right: 100px; */
    position: relative;
    margin-bottom: 25px;
    margin-top: 13px;
}
.main-catalog-category-link {
    display: block;
    background: #F8F8F8;
    border: 0.5px solid #ADAFB6;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    text-decoration: none!important;
    color: #0F0F1B;
    transition: .3s;
}
.main-catalog-category-img {
    height: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
.main-catalog-category-img img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.main-catalog-category-name {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 5px;
    height: 57px;
}
.main-catalog-category-link:hover{
    border-color: #FF6709;
    color: #FF6709;
}
.main-catalog-category {
    padding-bottom: 36px;
}
.catalog-list-item-head{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 12px 15px 0;
}
.catalog-list-item-body{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.catalog-list-item {
    background: #FFFFFF;
    border: 0.5px solid #ADAFB6;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: .3s;
}
.catalog-list-item:hover{
    background: #F0F1F4;
    border-color: #F0F1F4;
}
.catalog-list-item-info > a {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    height: 48px;
    display: block;
    margin-bottom: 15px;
    transition: .3s;
    text-decoration: none!important;
    overflow: hidden;
}
.catalog-list-item-info > a:hover {
    color: #FF6709;
}
.catalog-list-item-img {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}
.catalog-list-item-body.flex-row {
    padding: 10px;
}
.catalog-list-item-info {
    padding: 5px 0 5px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.catalog-item-price {
    font-size: 19px;
    line-height: 26px;
    color: #333333;
}
.btn.cart-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 3px;
    border-radius: 50%;
}
.btn.cart-btn::before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(/markup/images/cart-icon-btn.png) center no-repeat;
    left: 0;
    top: 0;
}
.catalog-list-item-info > .flex-row {
    position: relative;
    height: 43px;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.label-block::after {
    content: '';
    display: block;
    clear: both;
}
.label {
    border-radius: 10px;
    padding: 5px 6px 4px;
    float: left;
    margin-right: 3px;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: normal;
}
.label-green{
    background: #6FCF97;
}
.label-violet{
    background: #BB6BD9;
}
.label-black{
    background: #0F0F1B;
}
.label-red{
    background: #EB5757 url(/markup/images/fire.png) 6px 4px no-repeat;
    padding-left: 15px!important;
}
.article-item-img img {
    width: 100%;
    transition: .5s;
}
.article-item-date {
    font-size: 15px;
    line-height: 22px;
    color: #63676B;
    margin: 10px 0;
}
.article-item-name a {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
    text-decoration: none!important;
    transition: .3s;
}
.article-item-name a:hover{
    color: #FF6709;
}
.article-item-img a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.article-item-img a:hover img {
    transform: scale(1.05);
}
.article-item-big .article-item-name{
    margin: 20px 0;
}
.article-item-big .article-item-name a{
    font-size: 22px;
}
.article-item-description {
    font-size: 15px;
    line-height: 22px;
    color: #63676B;
}
.article-item-small .article-item-img{
    width: 160px;
    height: 102px;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
}
.article-item-small::after {
    content: '';
    display: block;
    clear: both;
}
.article-item-small {
    margin-bottom: 30px;
}
.content-section{
    padding: 25px 0;
}
.content-section + .content-section {
    border-top: 1px solid #ADAFB6;
}
.catalog-item-slide .catalog-list-item-img {
    width: 100%;
    max-width: 100%;
}
.catalog-item-slide .catalog-list-item-img img {
    margin: auto;
    height: 189px;
}
.catalog-item-slide .catalog-list-item-body {
    padding: 15px;
}
.catalog-item-slide .catalog-list-item-info {
    padding: 0;
    margin-top: 27px;
}
.catalog-item-slide .catalog-list-item{
    background: #F0F1F4;
    border-color: #F0F1F4;
}
.catalog-slider .slick-dots{
    width: 100%;
    text-align: center;
    bottom: 115px;
}
.catalog-slider .catalog-list-item-info > a {
    height: 15px;
    font-size: 15px;
    line-height: 22px;
}
.catalog-slider .slick-dots li {
    margin: 0 8px;
}
.catalog-slider button.slick-prev.slick-arrow {
    left: 5px;
}
.catalog-slider button.slick-next.slick-arrow {
    right: 5px;
}
.catalog-slider button.slick-arrow {
    margin-top: -50px;
}
span.old-price {
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    text-decoration-line: line-through;
    color: #63676B;
}
.catalog-item-price.new-price {
    color: #FF6709;
}
.catalog-slider .slick-dots .slick-active button {
    background: #ADAFB6;
}
.catalog-slider .slick-dots button {
    border: 1px solid #ADAFB6;
}
.compare-btn {
    background: url(/markup/images/compare-icon.svg) center no-repeat;
}
.wishlist-btn {
    background: url(/markup/images/wishlist-icon.svg) center no-repeat;
}
.compare-btn.active,
.compare-btn:hover {
    background: url(/markup/images/compare-icon-hover.svg) center no-repeat;
}
.wishlist-btn.active,
.wishlist-btn:hover {
    background: url(/markup/images/wishlist-icon-hover.svg) center no-repeat;
}
.catalog-list-item-btns a {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 8px;
    transition: .3s;
}
section.content-section.catalog-section {
    padding-bottom: 0;
}
.gift-block{
    background: linear-gradient(110.16deg, #FFAC2A 2.28%, #FF5A66 97.72%);
    border-radius: 6px;
    padding: 14px;
    position: relative;
}
h3 {
    font-size: 22px;
    line-height: 26px;
}
aside h3 {
    margin: 0;
}
.gift-block h3 {
    color: #fff!important;
    font-size: 22px!important;
    line-height: 26px!important;
    margin-top: 5px;
    margin-bottom: 20px;
}
.aside-catalog-list .catalog-list-item-img img {
    max-width: 75px;
}
.aside-catalog-list .catalog-list-item-img {
    max-width: 75px;
    width: 75px;
    min-width: 75px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.aside-catalog-list .catalog-list-item-info {
    padding: 0px 0 0px 10px;
}
.gift-block .catalog-list-item-info > a {
    height: 34px;
    margin-bottom: 5px;
}
.gift-block .catalog-list-item {
    border: none;
    background: #fff;
    margin-bottom: 0;
    margin-top: 12px;
}
.gift-link {
    width: 40px;
}
.gift-title {
    font-size: 9px;
    line-height: 9px;
    color: #FF6709;
    padding: 5px;
}
.gift-item-block {
    border: 1px solid #FF6709;
    border-radius: 4px;
    padding: 2px 3px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gift-item {
    margin-bottom: 5px;
}
.gift-block .catalog-list-item-info > .flex-row {
    height: 28px;
}
.gift-block .cart-btn{
    height: 18px;
    width: 18px;
    padding: 0;
    background: transparent!important;
    margin: 0 0 3px;
}
.gift-block .cart-btn::before{
    display: none;
}
.gift-block .catalog-list-item-body {
    padding-bottom: 7px;
    padding-top: 8px;
}
.gift-block::before {
    content: '';
    display: block;
    width: 46px;
    height: 49px;
    position: absolute;
    right: 18px;
    top: 6px;
    background: url(/markup/images/gift-icon.png) center no-repeat;
}
.aside-catalog-block .catalog-list-item-info > a {
    height: 32px;
    margin-bottom: 10px;
}
.aside-catalog-block {
    margin-top: 30px;
}
aside h3 {
    margin-bottom: 13px;
}
.aside-catalog-block .catalog-list-item-img img {
    max-width: 75px;
    max-height: 85px;
}
.header-catalog-nav {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 100;
    background: #fff;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    border-right: 1px solid #F0F1F4;
    display: none;
}
.header-catalog {
    position: relative;
    z-index: 600;
    background: #fff;
}
.sub-header-catalog-list {
    position: absolute;
    width: 800px;
    background: #ffffff;
    left: 100%;
    top: 0;
    /* margin-left: 1px; */
    height: 100%;
}
.aside-catalog-item-link,
.header-catalog-item-link{
    font-size: 15px;
    line-height: 25px;
    color: #0F0F1B!important;
    text-decoration: none!important;
    background: #fff;
    transition: .3s;
    padding: 14px 20px 12px 53px;
    display: block;
    position: relative;
}
.header-catalog-item-link::after{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    right: 15px;
    top: 0;
    background: url(/markup/images/arrow.png) center no-repeat;
}
.header-catalog-item:hover .header-catalog-item-link{
    background: #F0F1F4;
}
.aside-catalog-item-link img,
.header-catalog-item-link img {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -35px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(17, 17, 17, 0.2);
    top: 0;
    left: 0;
    display: none;
}
.sub-header-catalog-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    border-radius: 0px 0px 6px 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 20px 0;
}
.header-catalog-item:hover .sub-header-catalog-list{
    transition: opacity .3s;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.sub-header-catalog-list > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    z-index: 10;
}
.sub-header-catalog-item.big-item {
    height: 50%;
}
.sub-header-catalog-item{
    width: 25%;
    /* padding: 10px 0; */
}
.sub-header-catalog-item.big-item a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #63676B;
    transition: .3s;
    text-decoration: none!important;
}
.sub-header-catalog-item.big-item a:hover{
    color: #ff6709;
}
.sub-catalog-item-title {
    width: 100%;
    text-align: center;
    padding: 18px 0 20px;
}
.item-link-list{
    border: 1px solid #ADAFB6;
    border-radius: 20px;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.item-link-list a{
    display: inline-block;
    padding: 3px 10px 2px;
    text-decoration: none!important;
    font-size: 9px;
    line-height: 13px;
    color: #63676B;
    transition: .3s;
    background: #fff;
}
.item-link-list a:hover {
    color: #ff6709;
}
.item-link-list a + a{
    border-left: 1px solid #ADAFB6;
}
.small-item .sub-catalog-item-img {
    float: left;
    height: 70px;
    width: 72px;
    text-align: center;
}
.small-item .sub-catalog-item-img img {
    max-width: 50px;
    max-height: 72px;
}
.small-item .sub-catalog-item-title {
    text-align: left;
    padding: 5px 0;
    width: auto;
}
.sub-catalog-item-img img {
    max-height: 135px;
    max-width: 150px;
}
.sub-header-catalog-item.small-item {
    padding: 10px 0;
}
.sub-catalog-item-title a {
    font-size: 13px;
    color: #63676B;
    text-decoration: none!important;
    transition: .3s;
}
.sub-catalog-item-title a:hover {
    color: #ff6709;
}
.header-catalog-item:last-child .header-catalog-item-link {
    border-radius: 0px 0px 6px 6px;
}
.header-catalog-nav:hover .header-catalog-item:last-child .header-catalog-item-link,
.header-catalog-nav:hover {
    border-radius: 0 0 0 6px;
}
.dropdown-nav{
    background: #FFFFFF;
    border: 1px solid #ADAFB6;
    box-sizing: border-box;
    box-shadow: 0px 12px 22px rgba(0, 0, 0, 0.054);
    border-radius: 6px;
    max-width: 385px;
    position: absolute;
    z-index: 601;
    top: 27px;
    left: 0px;
    display: none;
}
.dropdown-article-list{
    padding: 20px;
}
.dropdown-nav-footer{
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: center;
}
.dropdown-nav-link{
    font-size: 9px;
    line-height: 11px;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF6709;
}
.aside-article-list .article-item-name a,
.dropdown-article-list .article-item-name a {
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}
.aside-article-list .article-item-small .article-item-img,
.dropdown-article-list .article-item-small .article-item-img{
    width: 130px;
    height: auto;
}
.aside-article-list .article-item.article-item-small,
.dropdown-article-list .article-item.article-item-small {
    margin: 0;
}
.aside-article-list .article-item-small + .article-item-small,
.dropdown-article-list .article-item-small + .article-item-small {
    margin-top: 26px;
}
.dropdown-item .nav-list-item-link::before{
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    left: 8px;
    top: 15px;
    background: url(/markup/images/arrow-down-small.png) center no-repeat;
}
.dropdown-item:hover .dropdown-nav{
    display: block;
}
.catalog-list {
    /* height: 565px; */
    /* overflow: hidden; */
}
.catalog-list-link-block{
    text-align: center;
    padding: 15px 20px;
}
.articles .catalog-list-link-block{
    margin-top: -30px;
}
.catalog-list-link{
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #63676B;
    padding-left: 25px;
    position: relative;
}
.catalog-list-link::before{
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    left: 8px;
    top: 5px;
    background: url(/markup/images/arrow-down-small.png) center no-repeat;
}
.mobile-search-btn,
.mobile_btn_nav{
    display: none;
}
aside .section-title{
    padding-right: 0;
    padding-top: 25px;
}
.footer{
    background: #000;
}
.title-col a{
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
    text-decoration: none!important;
}
.footer-nav-item a{
    font-size: 15px;
    line-height: 22px;
    color: #ADAFB6;
    transition: .3s;
    text-decoration: none!important;
}
.col-md-7 .footer-nav-list{
    columns: 2;
}
.footer-phone-block a{
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    transition: .3s;
    text-decoration: none!important;
}
.footer-phone-block{
    margin-bottom: 10px;
}
.footer-nav-item{
    padding: 5px 0; 
}
.title-col {
    margin-bottom: 10px;
}
.address {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.5;
}
.soc-icon {
    background: #CDD0D6;
    opacity: 0.5;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    transition: .3s;
}
.soc-icon:hover{
    opacity: 1;
}
.soc-icon::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.soc-1::before{
    background: url(/markup/images/soc-icon-1.png) center no-repeat;
}
.soc-2::before{
    background: url(/markup/images/soc-icon-2.png) center no-repeat;
}
.soc-3::before{
    background: url(/markup/images/soc-icon-3.png) center no-repeat;
}
.soc-4::before{
    background: url(/markup/images/soc-icon-4.png) center no-repeat;
}
.soc-5::before{
    background: url(/markup/images/soc-icon-5.png) center no-repeat;
}
.soc-6::before{
    background: url(/markup/images/soc-icon-6.png) center no-repeat;
}
.soc-7::before{
    background: url(/markup/images/soc-icon-7.png) center no-repeat;
}
a.soc-icon:nth-child(5){
    clear: left
}
.social-list {
    font-size: 0;
    margin-top: 20px;
}
.social-list::after{
    content: '';
    display: block;
    clear: both;
}
.footer a:hover{
    color: #FF6709;
}
.top-footer{
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-logo {
    margin: 0 -9px 15px;
}
.delivery-label {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #8F8EA0;
    position: relative;
    padding: 8px 10px 8px 65px;
}
.delivery-label::before {
    content: '';
    display: block;
    width: 55px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    background: url(/markup/images/delivery-icon.png) center no-repeat;
}
.bottom-footer{
    padding: 20px 0;
}
.copyright {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.catalog-present{
    border-radius: 6px;
    margin: 10px 0 0;
}
.catalog-present-info{
    padding: 60px 0;
}
.catalog-present-title{
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: bold;
}
.catalog-present-name{
    font-size: 19px;
    line-height: 26px;
    color: #FFFFFF;
}
.catalog-present-description{
    font-size: 13px;
    line-height: 18px;
    opacity: 0.5;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.catalog-present-btn .btn{
    width: 250px;
    max-width: 100%;
}
.orange{
    color: #FF6709;
}
.aside-catalog-nav {
    background: #F8F8F8;
    border: 1px solid #ADAFB6;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 25px;
}
.aside-catalog-item-link {
    background: transparent;
}
.aside-catalog-item-link:hover{
    color: #ff6709!important;
}
.filter-block-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #000;
    padding: 5px 20px 9px 0;
    position: relative;
}
.checkbox-label {
    font-size: 12px;
    line-height: 15px;
    color: #63676B;
    font-weight: normal;
    position: relative;
    padding-left: 23px;
    padding: 3px 0px 3px 20px;
    display: block;
    margin: 5px 0;
}
.checkbox-label::before {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #ADAFB6;
    box-sizing: border-box;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}
.checkbox {
    display: none;
}
.checkbox:checked + .checkbox-label::before{
    background: url(/markup/images/checkbox.png) center no-repeat;
}
.filter-col-2{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: -10px;
}
.filter-col-2 .filter-elem{
    width: 50%;
}
.catalog-filter {
    border: 1px solid #ADAFB6;
    border-radius: 6px;
    padding: 15px 15px;
    margin-top: 25px;
}

.filter-block + .filter-block {
    padding-top: 15px;
    border-top: 1px solid #F2F2F2;
}
.filter-block {
    padding-bottom: 10px;
}
span.irs-grid-pol {
    display: none;
}
.irs--flat .irs-handle {
    background: #FF6709;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.irs--flat .irs-handle>i {
    display: none!important;
}
.irs--flat .irs-bar {
    height: 2px;
    background: #FF6709;
    top: 27px;
}
.irs--flat .irs-line {
    height: 2px;
    top: 27px;
    background: #ADAFB6;
    overflow: visible;
}
.irs--flat .irs-line::before {
    content: '';
    display: block;
    position: absolute;
    background: #ADAFB6;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: -2px;
    left: 0;
}
.irs--flat .irs-line::after {
    content: '';
    display: block;
    position: absolute;
    background: #ADAFB6;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: -2px;
    right: 0;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    display: none;
}
.filter-text-input {
    background: #F0F1F4;
    border-radius: 20px;
    border: none;
    text-align: center;
    padding: 8px;
    width: 100px;
}
.manually-enter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.gray{
    color: #63676B;
}
.filter-list{
    display: none;
}
.open .filter-list{
    display: block;
}
.filter-block-title::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(/markup/images/arrow-down-black.png) center no-repeat;
}
.open .filter-block-title::after{
    transform: rotate(180deg);
}
.range {
    padding: 10px 0px;
}
.q-btn{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/markup/images/q-btn.png) center no-repeat;
    margin-left: 5px;
    top: 3px;
    position: relative;
}
.filter-btn-block .btn{
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.filter-btn-block .btn-reset{
    background: transparent!important;
    color: #0F0F1B;
    font-weight: bold;
    box-shadow: none!important;
}
.filter-btn-block .btn-reset:hover{
    color: #FF6709!important;
}
.filter-btn-block .btn-reset::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/markup/images/reset-btn.png) center no-repeat;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.input-reset{
    display: none;
}
.filter-btn-block {
    margin: 20px 0 0;
}
.filter-btn-block + .filter-btn-block {
    margin-top: 0;
}
.pagination>li>a, .pagination>li>span {
    border: 1px solid rgba(99, 103, 107, .2);
    box-sizing: border-box;
    border-radius: 3px;
    color: rgba(99, 103, 107, 0.3);
    margin: 0 4px;
    padding: 5px 5px 2px;
    font-size: 11px;
    width: 24px;
    text-align: center;
    transition: .3s;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus,
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    color: #63676B;
    border-color: #63676B;
    background: transparent;
}
.pagination-prev a,
.pagination-next a,
.pagination-prev span,
.pagination-next span{
    height: 24px;
    width: 24px;
}
.pagination>li.pagination-prev a,
.pagination>li.pagination-prev span{
    background: transparent url(/markup/images/pagination-prev.png) center no-repeat!important;
    margin-right: 40px!important;
    display: block;
    height: 24px;
    border: none;
}
.pagination>li.pagination-next a,
.pagination>li.pagination-next span{
    background: transparent url(/markup/images/pagination-next.png) center no-repeat!important;
    margin-left: 40px!important;
    display: block;
    height: 24px;
    border: none;
}
.pagination-block{
    text-align: center;
}
.pagination {
    margin-bottom: 5px;
}
.text-block h2{
    color: #000000;
    margin-top: 5px;
    margin-bottom: 15px;
}
.history{
    overflow: hidden;
    border-top: 1px solid #ADAFB6;
    padding: 15px 0 30px;
}
.history-slider{
    margin: 0 -15px;
}
.history-slide{
    padding: 0 15px;
}
.history-slider .slick-list.draggable {
    overflow: visible;
}
.history-slider button.slick-arrow {
    width: 44px;
    height: 44px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background-size: 10px auto;
    margin-top: -30px;
}
.history-slider button.slick-prev.slick-arrow {
    left: -20px;
}
.history-slider button.slick-next.slick-arrow {
    right: -20px;
}
.breadcrumb {
    background: transparent;
    padding: 10px 0;
    margin: 0;
}
.breadcrumb>li+li:before {
    content: '>';
    font-size: 12px;
    padding: 0 10px;
    position: relative;
    bottom: -1px;
}
.breadcrumb a {
    color: #000000;
}
.sort-item a {
    font-size: 13px;
    color: #63676B;
}
.sort-item a.active{
    color: #000;
}
.sort-item {
    display: inline-block;
    margin-right: 20px;
}
.mobile-filter-title{
    display: none;
}
.sub-catalog-category-list .sub-header-catalog-item.small-item {
    display: block;
    background: #f8f8f8;
    border: 1px solid #d8d9dc;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    text-decoration: none!important;
    color: #0F0F1B;
    transition: .3s;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
}
.sub-catalog-category-list .sub-header-catalog-item.small-item::after {
    content: '';
    display: block;
    clear: both;
}
.catalog-category-item h3 {
    background: #fff;
    margin: 0;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    bottom: -18px;
}
.sub-catalog-category-title {
    text-align: center;
    border-bottom: 1px solid #FF6709;
    margin: 5px 0 15px;
    position: relative;
    top: -20px;
}
h2.catalog-category-title {
    margin-top: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
hr {
    border-top: 1px solid #ff6709;
}
.catalog-category-item:first-child h2 {
    margin-top: 0;
}
.option-label {
    border: 1px solid #ADAFB6;
    border-radius: 6px;
    padding: 6px 15px 7px;
    min-height: 80px;
    transition: .5s;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.option-label:hover{
    border-color: #ff6709;
    cursor: pointer;
}
.option-item {
    width: 25%;
    padding: 0 10px;
}
.options-list {
    margin: 0 -10px;
}
.option-label-top {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}
.option-label-price {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    display: block;
}
.option-label-description {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    display: block;
}
.option-color {
    width: 25px;
    height: 25px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    display: block;
    margin: 0 auto 5px;
}
.black-color{
    background: #000000;
}
.blue-color{
    background: #0F06AD;
}
.beige-color{
    background: #DFCEAC;
}
.gray-color{
    background: #F0F0F0;
}
.option-input:checked + .option-label{
    background: #F0F1F4;
    border-color: #F0F1F4;
    cursor: default;
}
.option-input:disabled + .option-label{
    border: 1px solid #ADAFB6;
    cursor: default;
}
.option-input:disabled + .option-label span{
    color: rgba(0, 0, 0, 0.3);
}
.option-input{
    display: none;
}
.option-label-top img {
    margin: 10px 0;
    height: 80px;
    max-width: 100%;
}
.catalog-item-info .catalog-item-price {
    font-size: 30px;
    line-height: 35px;
}
.catalog-item-info .catalog-item-price {
    font-size: 30px;
    line-height: 35px;
}
h1 {
    font-size: 36px;
    line-height: 37px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.options-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 5px;
}
.options-row {
    padding: 7px 0;
}
.catalog-item-buy {
    background: #FAFAFA;
    border-radius: 6px;
    padding: 18px 18px 8px;
    margin-top: 20px;
}
.final-price span{
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}
.price-description{
    font-size: 11px;
    line-height: 15px;
    color: #63676B;
}
.catalog-item-label-item {
    background: #FFFFFF;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
}
.catalog-item-label-item-description {
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #63676B;
}
.catalog-item-label-item-icon {
    margin-bottom: 5px;
}
.catalog-item-label-item-text{
    font-size: 29.3769px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FF6709;
}
.catalog-item-label-item.garant-item {
    float: right;
}
.catalog-item-label {
    width: 185px;
}
.delivery-item {
    float: left;
}
.catalog-item-buy .flex-row.flex-between.flex-v-center {
    border-bottom: 1.5px solid #F0F1F4;
    margin-bottom: 17px;
    padding-bottom: 17px;
}
.btn-row .btn{
    position: relative;
    width: auto;
    border-radius: 6px;
    min-width: 155px;
    bottom: 0;
    width: 100%;
}
.btn-row .btn.cart-btn{
    padding-left: 30px;
}
.btn-row .btn.cart-btn::before {
    left: 24px;
    background-size: 13px;
}
.btn-row .btn-block {
    width: 170px;
    margin-top: 0!important;
    margin-bottom: 10px;
    padding: 0 12px;
}
.btn-row{
    margin: 0 -12px;
}
a.btn.btn-white {
    border: 2px solid #fff;
    background: #fff!important;
    color: #FF6709;
    padding: 10px 12px 8px;
}
a.btn.btn-white:hover {
    border-color: #FF6709;
}
.img-slide-small img {
    height: 95px;
}
.img-slide-small {
    padding: 10px;
}
.img-slide-big img {
    margin: 0 auto;
    max-width: 100%;
}
.catalog-item-img-slider.slider-nav {
    padding: 0 50px;
    margin: 40px 0 20px;
}
.slider-nav .slick-prev.slick-arrow {
    left: 0;
}
.slider-nav .slick-next.slick-arrow {
    right: 0;
}
.tabs-list{
    margin: 0 -1px;
}
.tab-item{
    float: left;
    padding: 0 1px;
}
.tab-item a{
    background: #F0F1F4;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-decoration: none!important;
    text-align: center;
    padding: 10px;
    width: 210px;
    display: block;
}
.tab-item a.active{
    background: #FAFAFA;
}
.tab-content-item{
    padding: 30px 0;
}
.tab-content-item p{
    font-size: 19px;
    line-height: 26px;
    color: #63676B;
    margin-bottom: 25px;
}
.tab-content-item p:last-child{
    margin-bottom: 0;
}
.columns{
    columns: 3;
}
.char-item{
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.char-item-title{
    font-size: 18px;
    line-height: 21px;
    color: #FF6709;
    font-weight: bold;
    margin-bottom: 10px;
}
.char-item ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.char-item ul li{
    font-size: 14px;
    line-height: 17px;
    color: #63676B;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.char-item ul li span{
    display: table-cell;
    width: 50%;
}
.char-item ul li span + span{
    color: #000;
}
.comment-item{
    position: relative;
    padding-left: 70px;
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
}
.comment-content{
    padding-bottom: 15px;
}
.comment-avatar{
    position: absolute;
    height: 60px;
    width: 60px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}
.avatar-img{
    max-width: 58px;
    max-height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comment-text p{
    font-size: 15px;
    line-height: 22px;
    color: #63676B;
}
.comment-name{
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}
.comment-date{
    font-size: 13px;
    line-height: 18px;
    color: #ADAFB6;
}
.comment-info{
    margin-bottom: 10px;
}
.list-content {
    background: #F8F8F8;
    border-top: 2px solid #FF6709;
    border-bottom: 2px solid #FF6709;
    padding-bottom: 15px;
    padding: 0 35px 15px;
    margin: 40px 0;
}
.list-content ol {
    list-style: none; 
    counter-reset: li; 
}
.list-content li:before {
    counter-increment: li;
    content: counters(li,".");
    font-size: 18px;
    line-height: 21px;
    color: #FF6709;
    margin-right: 10px;
    font-weight: bold;
    position: static!important;
}
.list-content-tille{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    
}
@media(min-width: 768px){   
    .tab-content-item{
        display: none!important;
    }
    .tab-content-item.active{
        display: block!important;
    }
    .mobile-tab-item{
        display: none;
    }
}
.gray-catalog-item-wrap {
    width: 20%;
    padding: 0 15px;
}
.gray-catalog-item-wrap .catalog-list-item-img {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.gray-catalog-item-wrap .catalog-list-item-img img {
    margin: 10px auto;
    height: 140px;
}
.gray-block {
    background: #F0F1F4;
    padding: 15px 0 30px;
}
.gray-block .catalog-list-item{
    border: none;
    background: #FFFFFF!important;
}
.gray-block .catalog-list-item-info {
    padding: 5px 15px 15px;
}
.history h2, 
.gray-block h2 {
    margin-bottom: 30px;
}
.error .options-title{
    color: #EB5757;
}
.error-description{
    font-size: 11px;
    line-height: 13px;
    color: #EB5757;
    border-top: 1px solid #EB5757;
    margin: 10px 0 10px;
    padding: 5px 0 0 15px;
    background: url(/markup/images/error.png) left center no-repeat;
}
.tabs {
    margin-top: 25px;
}
.tab-content-item .comment-list{
    max-width: 880px;
}
.comment-list .comment-item:first-child {
    border: none;
    padding-top: 10px;
}
.comment-list .comment-item:first-child > .comment-avatar {
    top: 10px;
}
.gray-block + div {
    border: none;
}
.gray-catalog-list {
    width: 100%;
}
.article-img {
    width: 48%;
    padding: 0 15px;
}
.article-content {
    width: 52%;
    padding: 0 15px;
}
.article-title a{
    font-size: 36px;
    line-height: 37px;
    color: #000000;
    text-decoration: none!important;
    transition: .3s;
}
.article-title a:hover{
    color: #FF6709;
}
.article-description{
    font-size: 19px;
    line-height: 26px;
    color: #63676B;
    margin: 10px 0;
}
.articles .article-item {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #F0F1F4;
    margin-bottom: 30px;
}
.articles-list {
    overflow: hidden;
}
.article-img a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.article-img a img {
    width: 100%;
}
.comment-link{
    line-height: 17px;
    font-size: 11px;
    line-height: 13px;
    color: #63676B;
    text-decoration: none!important;
    padding-left: 23px;
    position: relative;
}
.comment-link svg {
    position: absolute;
    left: 0;
    top: 0;
}
.comment-link:hover{
    color: #FF6709;
    transition: .3s;
}
.comment-link path{
    transition: .3s;
}
.comment-link:hover path{
    fill: #FF6709;
}
.article-date {
    font-size: 15px;
    line-height: 22px;
    color: #ADAFB6;
}
.articles .catalog-present {
    margin: 0 0 60px 0;
    position: relative;
}
.articles .catalog-present::after{
    content: '';
    display: block;
    border-bottom: 1px solid #F0F1F4;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}
.inner-content .content-col > .content-section:first-child{
    padding-top: 0;
}
.content-section > .catalog-list {
    padding-top: 25px;
}
.articles .article-item:last-child{
    /* margin-bottom: 0; */
}
.section-title h1 {
    margin: 0;
}
aside .content-section {
    padding-top: 0;
}
.aside-article-list {
    margin-bottom: 40px;
}
.aside-article-list .article-item-name a {
    font-size: 14px;
    line-height: 17px;
}
.article-content-section {
    padding-right: 40px;
}
p.big{
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}
.search-info {
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding: 40px 15px 15px 15px;
    top: 5px;
    left: 0;
    border-radius: 17px 17px 0 0;
    box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.7);
    display: none;
}
/*.search-input:focus + .search-info{
    display: block;
}*/
.search-info-item-title {
    font-size: 16px;
    line-height: 30px;
    color: #BDBDBD;
    border-bottom: 1px solid #E9E9EA;
    margin-bottom: 5px;
}
.search-result-item a {
    color: #63676B;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 0;
    display: block;
}
.search-result-item a span {
    color: #FF6709;
}
.search-info-item {
    padding: 5px 0;
}
.search-result-item .search-result-catalog-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #E9E9EA;
    padding: 10px 0;
}
.search-result-catalog-item>div {
    display: table-cell;
}
.catalog-item-result-img {
    width: 60px;
    vertical-align: middle;
    text-align: center;
}
.catalog-item-result-img img {
    max-width: 40px;
    max-height: 50px;
}
.search-result-item:last-child .search-result-catalog-item {
    border: none;
}
.catalog-item-result-info-price {
    color: #000;
}
.search-result-item .search-result-article {
    display: table;
    width: 100%;
    border-bottom: 1px solid #E9E9EA;
    padding: 15px 0;
}
a.search-result-article div {
    display: table-cell;
}

.article-result-img {
    vertical-align: middle;
    width: 87px;
}
.article-result-info {
    line-height: 18px;
}
.result-btn{
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #63676B;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 35px 9px;
    text-decoration: none!important;
    transition: .3s;
}
.result-btn:hover{
    border-color: #FF6709;
    color: #FF6709;
}
.result-footer {
    text-align: center;
    padding: 5px 0 10px;
}
.search-result-item:last-child .search-result-article {
    border: none;
}
.catalog-item-result-info-title {
    line-height: 18px;
    margin-bottom: 5px;
}
.list-content a {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
    text-decoration: none!important;
    transition: .3s;
}
.list-content a:hover{
    color: #FF6709;
}
.list-content li + li {
    margin-top: 15px;
}
.list-content ol {
    margin: 15px 0;
    padding-left: 20px;
}

.list-content > ol {
    padding-left: 0;
}
.top-img{
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.top-img img{
    width: 100%;
    display: block;
}
.big-text{
    font-size: 30px;
    line-height: 35px;
    color:#000;
}
blockquote{
    background: #F8F8F8;
    padding: 35px;
    border: 2px solid #FF6709;
    position: relative;
    text-align: center;
}
blockquote::before{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% - 30px);
    top: 15px;
    left: -2px;
    background: #F8F8F8;
    z-index: 0;
}
blockquote::after{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    left: 15px;
    top: -2px;
    background: #F8F8F8;
    z-index: 0;
}
blockquote > *{
    position: relative;
    z-index: 10;
}
.article-content-section blockquote p{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.article-content-section h2 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
}
.article-content-section li {
    padding-left: 26px;
    margin-bottom: 20px;
    position: relative;
}
.article-content-section ol,
.article-content-section ul {
    padding-left: 0;
    list-style: none;
}
.article-content-section ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF6709;
    position: absolute;
    left: 0;
    top: 9px;
}
.article-content-section h3{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.article-content-section ol{
    list-style: none;
    counter-reset: li;
}
.article-content-section ol li:before {
    counter-increment: li;
    content: counters(li,".") '. ';
    font-size: 18px;
    line-height: 21px;
    color: #FF6709;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
}
.article-content-section strong{
    font-weight: normal;
    color: #000;
}
.article-nav-title{
    font-size: 11px;
    line-height: 15px;
    color: #ADAFB6;
}
.article-nav-link{
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    text-decoration: none!important;
}
.article-nav-link:hover{
    color: #FF6709;
}
.article-nav{
    margin: 20px 0 30px;
}
.comment-block{
    border-top: 1px solid #ADAFB6;
}
.comment-count{
    color: #FF6709;
}
.comment-form{
    background: #F0F1F4;
    border-radius: 6px;
    padding: 20px 30px 5px 30px;
    margin-bottom: 35px;
}
.text-input {
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    display: block;
    width: 100%;
    padding: 9px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #0F0F1B;
}
.form-row {
    margin-bottom: 20px;
}
.comment-form h2 {
    margin: 0 0 15px;
}
.comment-form .btn {
    width: 100%;
}
.article-content-section img {
    max-width: 100%;
}
.popup{
    max-width: 458px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    display: none;
}
.popup-title{
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #333333;
}
.popup-description{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 5px;
}
.popup-form {
    max-width: 260px;
    margin: 0 auto;
}
.popup-form .text-input{
    background: #F0F1F4;
}
.popup-form .btn{
    width: 100%;
}
.fancybox-button svg path {
    fill: #FF6709;
}

.deliveryblock {
    margin-left: -40%;
    margin-right: 50%;
    text-align: center;
    padding-top: 13px;
}

.delivery-card {
    padding: 20px 0 15px 0;
}
.w650x {
    display:none;
}

.main_content_wrap .container {
    padding-top:15px;
    padding-bottom:40px;
}

h1 {
    margin-top:10px !important;
}
.catalog-item-title h1 {
    margin-top:0px !important;
}

@media( min-width: 480px){
    .article-content-section .gift-block::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(/markup/images/gifts.png) center no-repeat;
        background-size: cover;
    }
    .article-content-section .gift-block .catalog-list-item {
        margin-bottom: 0;
    }
    .article-content-section .gift-block .catalog-list-item + .catalog-list-item {
        margin-top: 15px;
    }
    .article-content-section .gift-block h3 {
        font-size: 36px;
        line-height: 1.2;
        text-align: center;
        font-weight: 300;
        margin: 10px 0 25px;
        color: #fff;
    }
    .article-content-section .gift-block{
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .article-content-section .gift-block .catalog-list-item {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .article-content-section .gift-title {
        font-size: 13px;
        line-height: 15px;
    }
    .article-content-section .gift-block .catalog-list-item-info {
        width: 100%;
        position: relative;
    }
    .article-content-section .gift-item {
        float: left;
        width: 50%;
    }
    .article-content-section .gift-item + .flex-row {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 6px;
        padding-left: 22px;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 60px;
    }
    .article-content-section .gift-block .catalog-list-item-body.flex-row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .article-content-section .gift-block .btn.cart-btn {
        right: 15px;
    }
}
@media(max-width: 1299px){
    .main-slider .slick-dots {
        width: 970px;
    }
    .header-top-center {
        order: 1;
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: center;
    }
    .header-bottom-center {
        padding-left: 20px;
    }
    .sub-header-catalog-list {
        width: 690px;
    }
    .small-item .sub-catalog-item-img {
        width: 60px;
    }
    .sub-catalog-item-img img {
        max-height: 115px;
        max-width: 120px;
    }
    button.slick-prev.slick-arrow {
        left: 10px;
    }
    button.slick-next.slick-arrow {
        right: 10px;
    }
    .gray-catalog-item-wrap {
        width: 25%;
    }
    .article-title a {
        font-size: 20px;
        line-height: 20px;
    }
    .article-description {
        font-size: 15px;
        line-height: 19px;
        margin: 5px 0;
    }
    .catalog-present {
        background-position: -110px 50%!important;
    }
    .article-content-section {
        padding-right: 0;
    }
}
@media(max-width: 991px) and (min-width: 480px){
    .gift-block .catalog-list-item {
        margin-bottom: 0;
    }
    .gift-block .catalog-list-item + .catalog-list-item {
        margin-top: 15px;
    }
    .catalog-item-slide .catalog-list-item-body {
        padding: 10px 15px;
    }
    .catalog-slider .slick-dots {
        bottom: 110px;
    }
    .gift-block::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(/markup/images/gifts.png) center no-repeat;
        background-size: cover;
    }
    .gift-block h3 {
        font-size: 36px;
        line-height: 1.2;
        text-align: center;
        font-weight: 300;
        margin: 10px 0 25px;
    }
    .gift-block{
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .gift-block .catalog-list-item {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .gift-title {
        font-size: 13px;
        line-height: 15px;
    }
    .gift-block .catalog-list-item-info {
        width: 100%;
        position: relative;
    }
    .gift-item {
        float: left;
        width: 50%;
    }
    .gift-item + .flex-row {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 6px;
        padding-left: 22px;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 60px;
    }
    .gift-block .catalog-list-item-body.flex-row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gift-block .btn.cart-btn {
        right: 15px;
    }
}
@media(max-width: 991px){
    .main-slider-item {
        padding: 60px 30px;
        background-position: center right!important;
    }
    .main-slider .slick-dots {
        width: 100%;
    }
    .article-list > .col-xs-6:last-child{
        display: none;
    }
    .header-top-center {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 701;
        background: #111111;
        display: none;
    }
    .nav-list-item {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .nav-list-item-link {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 15px;
        display: block;
    }
    .dropdown-item .nav-list-item-link::before {
        display: none;
    }

    .cmn-toggle-switch {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        position: relative;
        display: block;
        float: left;
        background-color: transparent;
        width: 40px;
        height: 35px;
    }
    .menu {
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 43px;
    }
    .cmn-toggle-switch:focus {
        outline: none;
    }
    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 17px;
        left: 11px;
        right: 12px;
        height: 2px;
        background: rgb(255, 255, 255);
    }
    .cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: rgb(255, 255, 255);
        content: "";
    }
    .cmn-toggle-switch span::before {
        top: -6px;
    }
    .cmn-toggle-switch span::after {
        bottom: -6px;
    }
    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }
    .cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .cmn-toggle-switch__htx.active span {
        background: none;
    }
    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: rgb(254, 111, 22);
    }
    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background:  rgb(254, 111, 22);
    }
    .cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
    .cmn-toggle-switch.cmn-toggle-switch__htx {
        left: 0;
        transition: .3s;
    }
    .cmn-toggle-switch.cmn-toggle-switch__htx.active+.menu {
        display: none!important;
    }
    .cmn-toggle-switch__htx.active span {
        background: none;
        top: 17px;
    }
    .cmn-toggle-switch.cmn-toggle-switch__htx {
        left: 0;
        transition: background-color 0s, top .3s, left .3s;
        -webkit-transition: background-color 0s, top .3s, left .3s;
        -moz-transition: background-color 0s, top .3s, left .3s;
        -ms-transition: background-color 0s, top .3s, left .3s;
        -o-transition: background-color 0s, top .3s, left .3s;
    }
    .dropdown-nav {
        display: none!important;
    }
    .cart-price {
        display: none;
    }
    .header-top-right > div {
        margin: 0 0 0 10px;
    }
    .mobile_btn_nav{
        display: block;
    }
    .header-search {
        position: absolute;
        top: 100%;
        z-index: 500;
        width: 100vw;
        right: -15px;
        padding: 15px 15px 15px 15px;
        background: #fff;
        display: none;
    }
    .header-bottom-right{
        display: none;
    }
    .header-bottom-center{
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        z-index: 700;
        max-width: 130px;
    }
    .header-bottom > .container > .flex-row {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .mobile-search-btn .search-submit {
        position: relative;
        height: 32px;
        width: 26px;
        display: block;
    }
    .wishlist {
        margin: 0;
        padding: 9px 5px;
        width: 35px;
    }
    .compare {
        margin: 0;
        padding: 9px 5px;
        width: 35px;
    }
    .mobile-search-btn {
        padding: 1px 5px;
        width: 27px;
        order: 1;
        display: block;
    }
    .header-bottom-right, .header-bottom-left{
        border: none;
    }
    .header-catalog-button {
        padding-left: 0;
        width: 100%;
        text-align: left;
        padding-left: 50px;
        margin: auto;
    }
    .header-catalog-button:before {
        left: 25px;
    }
    .header-catalog-nav {
        width: 100%;
        border: none;
    }
    .header-bottom-left {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .container {
        width: 100%;
    }
    .header-catalog-item-link img {
        right: 100%;
        margin-right: -36px;
    }
    .aside-catalog-block {
        margin: 0;
    }
    aside .section-title {
        margin: 0;
        padding-top: 0;
    }
    aside .section-title h2 {
        font-size: 22px;
        line-height: 26px;
        font-weight: normal;
        margin-bottom: 13px;
    }
    .aside-catalog-block .catalog-list-item:last-child {
        display: none;
    }
    .content-col,
    .order-1{
        order: 1;
    }
    .sub-header-catalog-list {
        position: relative;
        /*display: none;*/
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        left: 0;
        width: 100%;
        padding: 10px 5px;
        margin: 0!important;
    }
    .sub-header-catalog-arrow {
        content: '';
        display: block;
        position: absolute;
        height: 50px;
        width: 50px;
        right: 0;
        top: 0;
        z-index: 20;
    }
    .header-catalog-item {
        position: relative;
    }
    .sub-header-catalog-item.small-item {
        float: left;
    }
    .sub-header-catalog-list:after {
        content: '';
        display: block;
        clear: both;
    }
    .header-catalog-item-link::after {
        right: 25px;
        transform: rotate(90deg);
    }
    .open .header-catalog-item-link::after {
        right: 25px;
        transform: rotate(-90deg);
    }
    .open{
        border-top: 1px solid #ADAFB6;
        border-bottom: 1px solid #ADAFB6;
    }
    .sub-header-catalog{
        display: none;
    }
    .header-catalog-item:hover .header-catalog-item-link{
        background: #fff;
    }
    .top-footer{
        padding: 15px 0 10px;
        position: relative;
    }
    .copyright {
        padding-top: 20px;
    }
    .catalog-filter {
        margin-top: 0;
        display: none;
        width: 310px;
    }
    .filter-block.open {
        border: none;
    }
    aside .content-section {
        padding: 0;
    }
    aside .content-section > .row.flex-row {
        padding-top: 25px;
    }
    .mobile-filter-title{
        display: block;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #333333;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .filter-block-title {
        font-weight: normal;
    }
    a.btn.btn-filter{
        border-radius: 20px;
        padding: 7px 15px 5px 35px;
        position: relative;
    }
    a.btn.btn-filter::before {
        content: '';
        display: block;
        position: absolute;
        width: 35px;
        height: 100%;
        left: 0;
        top: -1px;
        background: url(/markup/images/filter.png) center no-repeat;
    }
    .mobile-filter {
        position: absolute;
        right: 0;
        bottom: -2px;
    }
    .title-section {
        position: relative;
    }
    .option-item {
        width: 50%;
        padding: 10px;
    }
    .option-item label {
        margin: 0;
    }
    .columns {
        columns: 2;
    }
    .tab-item {
        width: 25%;
    }
    .tab-item a {
        width: 100%;
        font-size: 18px;
    }
    .gray-catalog-item-wrap {
        width: 33.333%;
    }
    .catalog-present {
        background-position: center!important;
    }
    .article-title a {
        font-size: 36px;
        line-height: 37px;
    }
    .article-description {
        font-size: 19px;
        line-height: 26px;
        margin: 10px 0;
    }
    .search-info {
        width: calc(100% + 30px);
        left: -15px;
        padding: 50px 20px 15px 20px;
        border-radius: 0;
        top: -15px;
    }
}
@media(min-width: 992px){
    .catalog-filter {
        display: block!important;
    }
    .mobile-filter{
        display: none;
    }

}
@media(max-width: 767px){
    .sub-header-catalog-item{
        width: 33.333%;
    }
    .main-slider-item-title {
        font-size: 28px;
        line-height: 33px;
        text-align: center;
    }
    .main-slider-item-description {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        color: #fff;
    }
    .button-block {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-slider .slick-dots {
        text-align: center;
        bottom: 18px;
    }
    .main-slider .slick-dots li {
        margin: 0 8px;
    }
    .main-slider-item {
        padding-bottom: 30px;
    }
    .trend-row .label {
        float: none;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 0;
    }
    section.trend-row {
        text-align: center;
        padding: 15px 0;
    }
    .trend-link {
        font-size: 15px;
        line-height: 22px;
    }
    .soc-icon:nth-child(5) {
        clear: none;
    }
    .social-list {
        text-align: center;
    }
    .soc-icon {
        float: none;
    }
    .soc-icon:last-child {
        margin-right: 0;
    }
    .soc-icon {
        margin-right: 9px;
    }
    .col-sm-4.col-md-5 .footer-nav-item a {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        transition: .3s;
        text-decoration: none!important;
    }
    .col-sm-4.col-md-5 .title-col {
        display: none;
    }
    .col-sm-4.col-md-5 .footer-nav-list {
        columns: 2;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .footer-phone-block a {
    }
    .address {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .footer-phone-block {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .footer .col-sm-4.col-md-3 {
        position: static;
    }
    .footer-logo {
        margin-bottom: 25px;
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 6px;    
        padding-top: 8px;
    }
    .copyright {
        padding-top: 15px;
    }
    .sort-block{
        display: none;
    }
    .mobile-filter{
        position: static;
    }
    .slider-nav {
        display: none;
    }
    .catalog-item-img .slick-dots {
        width: 100%;
        text-align: center;
        position: relative;
        bottom: 0;
        margin: 20px 0;
    }
    .content-section{
        position: relative;
    }
    .catalog-item-row{
        padding-top: 20px;
    }
    .catalog-item-row .col-sm-7.col-xs-12{
        position: static;
    }
    .catalog-item-info .label-block {
        position: absolute;
        top: 0;
        left: 15px;
    }
    .tabs-list {
        display: none;
    }
    .tab-content-item{
        /*display: block;*/
    }
    .mobile-tab-item a,
    .mobile-tab-item{
        display: block;
        background: none;
        width: 100%;
        float: none;
        text-align: left;
    }
    .mobile-tab-item a{
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        text-decoration: none!important;
        position: relative;
        padding: 15px 0;
    }
    .mobile-tab-item a::after{
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 100%;
        right: 0;
        top: 0;
        background: url(/markup/images/arrow-down-black.png) center no-repeat;
        transform: rotate(180deg);
    }
    .mobile-tab-item.close-tab a::after{
        transform: rotate(0deg);
    }
    .mobile-tab-item{
        border-top: 1px solid #ADAFB6;
    }
    .mobile-tab-item:first-child{
        border: none;
    }
    .columns {
        columns: 1;
    }
    .tab-content-item {
        padding: 0 0 20px 0;
    }
    .tab-content-item p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .gray-catalog-list .slick-list.draggable {
        padding: 0 45px;
    }
    .gray-catalog-item-wrap{
        padding: 0 6px;
    }
    .comment-avatar {
        display: none;
    }
    .comment-item {
        padding-left: 0;
    }
    .article-title a {
        font-size: 18px;
        line-height: 21px;
    }
    .article-description {
        font-size: 13px;
        line-height: 18px;
        margin: 5px 0;
    }
    .article-date {
        font-size: 11px;
        line-height: 13px;
    }
}
@media(max-width: 630px){
    .hidden-mobile{
        display: none;
    }
    .catalog-list .col-xs-6.col-lg-4 {
        width: 100%;
    }
    .catalog-list-item-info {
        width: 100%;
    }
    aside .col-xs-6.col-sm-5.col-md-12 {
        width: 100%;
    }
    article.article-item.article-item-big {
        margin-bottom: 30px;
    }
}
@media(max-width: 550px){
    .small-item .sub-catalog-item-img {
        display: none;
    }
    .sub-header-catalog-item.small-item  {
        width: 100%;
        padding-left: 42px;
        padding-right: 13px;
    }
    .header-catalog-item-link {
        padding: 14px 20px 12px 42px;
    }
    .header-catalog-item-link img {
        margin-right: -29px;
    }
    .header-catalog-button {
        font-size: 11px;
        padding: 12px 10px 11px 42px;
        height: auto;
    }
    .header-catalog-button:before {
        left: 17px;
    }
    .header-bottom-center {
        padding: 3px 0;
    }
    .sub-header-catalog-item.small-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sub-header-catalog-item.big-item {
        width: 50%;
    }
    .footer-label-block img {
    }
    .col-xs-5.col-md-6 {
        padding-right: 0;
    }
    
    .catalog-category-item .row{
        margin: 0 -5px;
    }
    .catalog-category-item .row > div{
        padding: 0 5px;
    }
    .catalog-category-item .main-catalog-category{
        padding-bottom: 10px;
    }
    .catalog-category-item .sub-header-catalog-item.small-item {
        padding-left: 13px;
    }
    .catalog-present-info {
        padding: 40px 0;
    }
    .article-content {
        width: 100%;
    }
    .article-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .article-content-section img,
    .article-content-section p{
        max-width: none!important;
        width: 100%;
        float: none!important;
    }
    .comment-form .col-xs-6 {
        width: 100%;
    }
    .popup {
        padding: 35px 15px;
    }
    .catalog-item-buy {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        padding-bottom: 100px;
        position: relative;
        background: #F0F1F4;
    }
    .btn-row .btn-block {
        width: 100%;
    }
    .btn-row .btn-block .btn {
        max-width: 100%;
        min-width: auto;
    }
    .btn-row .btn.cart-btn::before {
        left: 50%;
        transform: translateX(-60px);
    }
    .catalog-item-label-item {
        border-radius: 6px;
        width: 49%;
    }
    .catalog-item-label {
        width: 100%;
        margin-top: 15px;
    }
    .catalog-item-buy .flex-row.flex-between.flex-v-center {
        padding-bottom: 0;
        border: none;
    }
    .catalog-item-label {
        position: absolute;
        bottom: 15px;
        left: 0;
        padding: 0 18px;
    }
    .history-slider button.slick-next.slick-arrow {
        right: 0;
    }
    .history-slider button.slick-prev.slick-arrow {
        left: 0;
    }
    .catalog-item-label-item-description {
        font-size: 13px;
        line-height: 15px;
    }
    .catalog-item-label-item-icon {
        height: 24px;
    }
    .article-content-section p, .article-content-section li {
        font-size: 15px;
        line-height: 18px;
    }
    .article-content-section ul li::before {
        top: 5px;
    }
    .article-content-section h2 {
        font-size: 20px;
        line-height: 21px;
    }
    .article-content-section h3 {
        font-size: 16px;
        line-height: 17px;
    }
    .list-content a {
        font-size: 15px;
    }
    .list-content {
        margin: 30px -15px;
        padding: 0 20px 20px;
    }
    .list-content > ol > li {
        padding-left: 0;
    }
    .list-content li:before {
        font-size: 15px;
        float: left;
        display: block;
    }
    .list-content > ol > li:last-child, .list-content > ol {
        margin-bottom: 0!important;
    }
    .article-content-section blockquote p {
        font-size: 16px;
    }
    .article-content-section blockquote {
        padding: 20px;
        text-align: left;
    }
    h1 {
        font-size: 22px;
        line-height: 37px;
    }
}
.popular-block .gray-catalog-item-wrap {
    width: 25%;
    padding: 0 9px;
}
.popular-block {
    padding: 0 9px;
}
.popular-block h2 {
    padding: 0 9px;
}
.gray-block.hidden-mobile {
    padding: 5px 0;
    border-radius: 6px;
    margin-bottom: 27px;
}
@media(max-width: 1300px) and (min-width: 992px){
    .popular-block .gray-catalog-item-wrap:last-child {
        display: none;
    }
    .popular-block .gray-catalog-item-wrap {
        width: 33.333%;
    }
}

.content > .container > .flex-row {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-catalog-category-list > .row > div,
.sub-catalog-category-list > div{
    float: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media(min-width: 992px){
    .content > .container > .row.flex-row{
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media(min-width: 551px){
    .article-item.row.flex-row{
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (min-width: 992px) and (max-width: 1299px){   
    .main-catalog-category-list > .row > .col-md-4 {
        width: 33%;
    }
    .deliveryblock {
        margin-left: -50%; margin-right: 30%;
    }
}
@media (min-width: 768px) and (max-width: 991px){   
    aside .col-xs-6.col-sm-5.col-md-12 {
        width: 41%;
        float: none;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    aside .col-xs-6.col-sm-7.col-md-12.hidden-mobile {
        width: 58%;
        float: none;
    }
    .col-xs-12.order-1.hidden-mobile {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px){
    .footer .flex-row {
        display: block;
    }
    .copyright {
        font-size: 15px;
    }
    .col-xs-7.col-md-6.order-1 {
        float: none; width: 100%; padding: 0; text-align: center;
    }
    .copyright.order-1 {
        text-align: center; float: none;
    }
    .copyright.order-1 br {
        display: none;
    }
    .col-xs-5.col-md-6.copyright {
        float: none; width:auto; text-align: center; padding-bottom: 10px;
    }
    .deliveryblock {
        margin:0;
    }
    .delivery-label {
        display:inline-block;
    }
    .delivery-card {
        display:inline-block;
        margin-left:20px;
    }
    .col-xs-5.col-md-6.copyright {
        
    }
}

@media (max-width: 690px){
    .copyright.order-1 {
        line-height: 1.3;
    }
    .copyright.order-1 br {
        display: block;
    }
    .social-list {
        margin-bottom: 15px;
        margin-left: -7px;
        margin-right: -7px;
    }
    .soc-icon {
        margin-right: 10px;
        height: 36px;
        width: 36px;
    }
}

@media (max-width: 650px){
    .w650x {
        display: block;
    }
    .delivery-label {
        display: inline-block;
        width: 60%;
        margin-top: 10px;
    }
    .delivery-card {
        display: block;
        margin-left: 0;
    }
}

@media (max-width: 400px){
    .delivery-label {
        width: 80%;
    }
    .copyright.order-1 {
        padding-top:5px;
    }
    .footer-phone-block a {
        font-size: 20px;
    }
}

.sub-header-catalog-arrow {
    width: 100%;
}
.content-col {order: 0;}