
/*========================================= THEME =========================================*/

 .advantage-text {
     color: #222222;
     font-size: 16px;
     display: block;
     max-width: 271px;
     margin: 21px auto;
     text-align: center;
     color: #000105;
     font-family: "Museo Sans Cyrl 500";
     font-size: 14px;
     font-weight: 400;
     min-height: 86px;
     letter-spacing: -0.35px;
}
 .advantage-icon {
     height: 60px;
     margin-bottom: 10px;
}
 .advantage {
     padding: 55px 0;
     padding-bottom: 40px;
}
 .advantage-title {
     font-size: 24px;
     text-align: center;
     text-transform: uppercase;
     margin-bottom: 5px;
}
 .article-title {
     font-size: 2.5rem;
}
 .article-image {
     margin-bottom: 1rem;
}
 .article-products {
     padding: 1rem 0;
}
 .article_preview {
     margin-bottom: 20px;
     border: 1px solid #ccc;
}
 .article_preview-title {
     color: #222222;
     font-size: 20px;
     word-break: break-word;
     text-align: left;
}
 .article_preview-title a {
     text-decoration: none;
     color: #222222;
     cursor: pointer;
}
 .article_preview-blog {
     color: #222222;
     font-size: 14px;
     font-weight: 300;
}
 .article_preview-blog a {
     text-decoration: none;
     color: #222222;
     cursor: pointer;
}
 .article_preview-inner {
     padding: 20px 20px 10px 20px;
}
 .article_preview-bottom {
     padding: 10px 20px 20px 20px;
}
 .article_preview-preview {
     display: block;
     color: #222222;
     font-size: 14px;
}
 .article-date {
     display: block;
     color: #222222;
     margin: 0.5rem 0 1rem 0;
}
 .list-link {
     text-decoration: none;
}
 .aside-header a {
     text-decoration: none;
}
 .aside-header h2 {
     margin-bottom: 10px;
}
 .last-articles {
     margin-bottom: 20px;
}
 .articles-list .list-item {
     margin-bottom: 10px;
}
 #comment_form {
     max-width: 600px;
}
 .card {
     margin-bottom: 10px;
     position: relative;
}
 .card-info {
     position: relative;
     padding-top: 10px;
}
 .card-old_price {
     text-decoration: line-through;
     color: #555555;
}
 .card-title {
     margin-bottom: 12px;
     min-height: 43px;
     padding: 0px 20px;
}
 .stiker {
     position: absolute;
     top: 14px;
     right: 10px;
     padding: 5px;
     background-color: #000;
     color: #fff;
     z-index: 2;
}
 .stiker-new {
     background-image: url(ribbons02.svg);
     -webkit-background-size: contain;
     background-size: contain;
     background-color: transparent;
     background-repeat: no-repeat;
     width: 71px;
     height: 35px;
     background-position: center center;
}
 .stiker-hit {
     background-image: url(ribbons01.svg);
     -webkit-background-size: contain;
     background-size: contain;
     background-color: transparent;
     background-repeat: no-repeat;
     width: 71px;
     height: 35px;
     background-position: center center;
}
 .stiker-sale {
     background-color: #f65050;
}
 .stiker + .stiker {
     top: 50px;
}
 .stiker:nth-child(2) + .stiker {
     top: 100px;
}
 .stiker:nth-child(3) + .stiker {
     top: 150px;
}
 .item-delete {
     border: none;
     background: none;
     font-size: 25px;
     cursor: pointer;
     outline: none;
    /* width: 26px;
     */
     padding: 2px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .item-delete img {
     width: 100%;
}
 .item-title-link {
     text-decoration: none;
     color: inherit;
}
 .category-menu {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .category-menu-item {
     display: block;
}
 .category_menu .category_menu {
     display: none;
}
 .is-button-active + .category_menu {
     display: block;
}
 .category_menu-marker::after {
     content: '+';
     font-size: 20px;
}
 .category_menu-marker.is-button-active::after {
     content: '-';
}
 .category_menu.level-2 {
     padding-left: 14px;
}
 .filter {
     padding: 15px 0;
     border: 2px solid #f5eee4;
     margin-bottom: 22px;
     padding: 0px 16px;
     padding-right: 0;
}
 .collection-filter-header {
     font-size: 22px;
     line-height: 1.5;
}
 .filter-items-list {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .filter-label {
     cursor: pointer;
     display: block;
     position: relative;
     padding-left: 20px;
}
 .checkbox-field {
     display: none;
}
 .filter-checkbox {
     width: 12px;
     height: 12px;
     position: absolute;
     border: 1px solid #3a4145;
     left: 0;
     top: -webkit-calc(50% - 8px);
     top: calc(50% - 8px);
}
 .checkbox-field + .filter-checkbox:after {
     content: '';
     display: inline-block;
     position: absolute;
     left: 1px;
     top: 1px;
     width: 8px;
     height: 8px;
     background-color: #3a4145;
     opacity: 0;
     -webkit-transition: opacity 200ms;
     -o-transition: opacity 200ms;
     transition: opacity 200ms;
}
 .checkbox-field:checked + .filter-checkbox:after {
     opacity: 1;
}
 .filter-items-wrapper {
     overflow: hidden;
     max-height: 0;
     -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
     -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
     transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
 .filter-items-wrapper.is-tab-active {
     max-height: 10000px;
     -webkit-transition: max-height 1.8s ease-in-out;
     -o-transition: max-height 1.8s ease-in-out;
     transition: max-height 1.8s ease-in-out;
     visibility: visible;
     padding-right: 16px;
     padding-bottom: 16px;
     padding-top: 10px;
}
 .filter-toggle {
     background: none;
     outline: none;
     -webkit-transition: all 300ms;
     -o-transition: all 300ms;
     transition: all 300ms;
}
 .filter-toggle.is-button-active {
     -webkit-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
     -o-transform: rotate(-180deg);
     transform: rotate(-180deg);
}
 .filter-title {
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .filter-title span {
     cursor: pointer;
     color: #adada5;
     font-family: Intro;
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
}
 .filter.is-active-container .filter-title {
     padding-bottom: 10px;
     color: #adada5;
     font-family: Intro;
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 .collection-filter {
     margin-top: 40px;
}
 .filter-items-list.is-span .filter-item, .filter-items-list.is-color .filter-item {
     display: inline-block;
     vertical-align: top;
}
 .filter-span {
     vertical-align: top;
}
 .filter-span-control {
     display: inline-block;
     vertical-align: top;
     border: 1px solid color-border-primary;
     padding: 5px;
     min-width: 30px;
     text-align: center;
}
 input[type="checkbox"]:checked + .filter-span-control {
     border-color: #000;
     border: 1px solid;
}
 .filter-color {
     display: inline-block;
     vertical-align: top;
     padding: 0;
     width: 30px;
     height: 30px;
     text-align: center;
     overflow: hidden;
     margin-bottom: 7px;
     margin-right: 2px;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     border: none;
}
 .filter-color[title="белый"], .filter-color[title="Прозрачный"], .filter-color[title="Белый"] {
     border: 1px solid #cccccc;
}
 input[type="checkbox"]:checked + .filter-color, input[type="checkbox"]:checked + .filter-color[title="Белый"], input[type="checkbox"]:checked + .filter-color[title="Прозрачный"], input[type="checkbox"]:checked + .filter-color[title="белый"] {
     border: 1px solid #000;
}
 .collection-filter .range-slider input {
     height: 48px;
     border: 2px solid #f5eee4;
     background-color: #ffffff;
     width: 100%;
}
 .collection-filter .range-slider .irs-slider.from, .collection-filter .range-slider .irs-slider.to {
     background: url(range.svg);
     width: 27px;
     height: 27px;
     top: 13px;
}
 .collection-filter .range-slider .irs {
     height: 50px;
}
 .collection-filter .range-slider .irs-bar {
     height: 4px;
     top: 26px;
     background: #418578;
}
 .collection-filter .range-slider .irs-line {
     height: 4px;
     top: 26px;
}
 .collection-filter .range-slider .irs-line-mid, .collection-filter .range-slider .irs-line-left, .collection-filter .range-slider .irs-line-right {
     height: 4px;
     background: #f5eee4;
}
 .collection-order.is-page-size .label-field {
     vertical-align: middle;
}
 .collection-order.is-page-size .select-field {
     vertical-align: middle;
}
 .collection-order select {
     border-color: transparent;
}
 .page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
     color: #000;
}
 .page_size_drop-item {
     display: block;
}
 .page_size_drop-target {
     background-color: #ffffff;
     width: 100%;
}
 .collection-products_count {
     margin-bottom: 10px;
}
 .page_size-radio [type="radio"]:checked + .page_size-radio-control {
     color: #000;
     font-weight: bold;
}
 .page_size-radio {
     vertical-align: bottom;
}
/* Compare table -----------------------------------------*/
 .table.table-compare {
     position: relative;
}
 .table.table-compare tr, .table.table-compare td {
     border: none;
}
 .table.table-compare td {
     padding: 20px;
}
 .table.table-compare .param-title {
     font-weight: bold;
     width: 15%;
}
 .table.table-compare tr:nth-child(even) .param-title {
     background: #ccc;
}
 .table.table-compare .param-value {
     width: 20%;
}
 .table.table-compare .button-text {
     display: inline-block;
}
 @media screen and (max-width: 768px) {
     .category-ajax-slider-wrap .line {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
     .table.table-compare .param-title {
         font-weight: bold;
    }
     .table.table-compare .button-text {
         display: none;
    }
     .table.table-compare .param-value {
         font-size: 12px;
    }
     .table.table-compare tr {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: -moz-box;
         display: flex;
         -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
         flex-flow: row wrap;
         -webkit-box-pack: justify;
         -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
         -moz-box-pack: justify;
         justify-content: space-between;
    }
     .table.table-compare td, .table.table-compare th {
         padding: 5px;
         display: block;
         -webkit-box-flex: 1;
         -webkit-flex-grow: 1;
         -ms-flex-positive: 1;
         -moz-box-flex: 1;
         flex-grow: 1;
         text-align: center;
         width: 25%;
    }
     .table.table-compare th:first-child, .table.table-compare td:first-child {
         text-align: center;
         width: 100%;
    }
     .table.table-compare th:first-child {
         display: none;
    }
}
/* Compare same toggler -----------------------------------------*/
 .button-same-toggle .text-hide, .button-same-toggle .fa-eye-slash {
     display: inline;
}
 .button-same-toggle .text-show, .button-same-toggle .fa-eye {
     display: none;
}
 .button-same-toggle.active .text-hide, .button-same-toggle.active .fa-eye-slash {
     display: none;
}
 .button-same-toggle.active .text-show, .button-same-toggle.active .fa-eye {
     display: inline;
}
/* Compare toolbar -----------------------------------------*/
 .compare-toolbar {
     margin-bottom: 20px;
}
 .dynamic_basket {
     background: #fff;
     padding: 10px;
     -webkit-box-shadow: 0 0 2px 0px #000;
     box-shadow: 0 0 2px 0px #000;
}
 .dynamic_basket-header {
     text-align: center;
     padding: 1rem;
     border-bottom: 1px solid #cccccc;
}
 .dynamic_basket-empty {
     padding: 1rem 0;
}
 .dynamic_item {
     border-bottom: 1px solid #cccccc;
     padding: 12px 0px;
}
 .dynamic_basket-drop {
     left: -203px;
     width: 300px;
     top: 96%;
}
 .favorite-head {
     margin-bottom: 20px;
}
 .fixed_header {
     z-index: 99;
     position: fixed;
     background: #ffffff;
     top: 0;
     padding: 10px 0;
     top: -105%;
     left: 0;
     width: 100%;
     -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
     box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
     -webkit-transition: top 300ms;
     -o-transition: top 300ms;
     transition: top 300ms;
}
 .fixed_header.is-enabled {
     top: 0;
}
 .logotype {
     height: 100px;
     display: block;
}
 .hits-title {
     text-align: center;
     font-size: -webkit-calc(16px * 2);
     font-size: calc(16px * 2);
     margin-bottom: 1rem;
}
 .instagram-title {
     color: #000000;
     font-family: "Museo Sans Cyrl 300", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
     font-size: 38px;
     font-weight: 300;
     margin-bottom: 14px;
}
 .main-menu-item {
     display: inline-block;
     position: static;
     vertical-align: middle;
}
 .main-menu.level-2 {
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     background-color: #ffffff;
     margin: 0;
     padding: 20px;
}
 .main-menu.level-1 {
     margin: 0;
     padding: 0;
     position: relative;
}
 .main-menu-marker {
     display: inline-block;
     vertical-align: middle;
     background-color: transparent;
     background-image: url("arr-down-prime.svg");
     background-repeat: no-repeat;
     -webkit-background-size: 80% 80%;
     background-size: 80%;
     background-position: 50%;
}
 .menu {
     list-style: none;
     padding-left: 0;
     margin-right: 0;
     margin-top: 0;
     margin-bottom: 0;
}
 .menu-item.is-drop_anchor > .menu.is-drop_target {
     position: absolute;
     top: 100%;
     left: 0;
     -webkit-transform: translateY(5px);
     -ms-transform: translateY(5px);
     -o-transform: translateY(5px);
     transform: translateY(5px);
     -webkit-transition: -webkit-transform 300ms;
     transition: -webkit-transform 300ms;
     -o-transition: -o-transform 300ms;
     transition: transform 300ms;
     transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
     max-height: 0;
     overflow: hidden;
     visibility: hidden;
     z-index: 99;
     -webkit-transition: all 300ms;
     -o-transition: all 300ms;
     transition: all 300ms;
}
 .menu-item.is-drop_anchor:hover > .menu.is-drop_target {
     overflow: visible;
     max-height: 10000px;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px);
     display: block;
     visibility: visible;
     -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
     box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
}
 .menu-link {
     display: inline-block;
     vertical-align: middle;
}
 .alertify .ajs-commands button.ajs-close {
     background-image: url("delete.svg");
     display: inline-block !important;
}
 .alertify .ajs-commands {
     top: 20px;
}
 .feedback-modal {
     position: relative;
     max-width: 450px;
     background: #fff;
     margin: auto;
     padding: 30px;
     text-align: center;
     -webkit-border-radius: 2px;
     border-radius: 2px;
}
 .feedback-title {
     font-size: 24px;
     margin-bottom: 1.5rem;
}
 .feedback-row {
     margin-bottom: 1rem;
}
 .feedback-field-wrap {
     max-width: 300px;
     margin: auto;
}
 .feedback-field {
     width: 100%;
     font-size: 16px;
     padding: 8px 12px;
}
 .form-error {
     color: red;
}
 .form-done {
     color: #000;
}
 .feedback-agree {
     margin: 0.5rem auto 0.5rem;
}
 .mfp-bg {
     background: rgba(11, 11, 11, 0.3);
}
 .added-modal {
     max-width: 500px;
     background: #fff;
     padding: 20px;
     margin: auto;
     position: relative;
}
 .added-title {
     text-align: center;
     margin-bottom: 1rem;
}
 .added-content {
     text-align: center;
}
 .modal-hide {
     display: none;
}
 #close-njs-alert:target {
     display: none;
}
 .njs-alert-overlay {
     width: 100%;
     height: 100%;
     position: fixed;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: -moz-box;
     display: flex;
     z-index: 99999;
     top: 0;
     left: 0;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.8);
}
 .njs-close {
     position: absolute;
     right: 10px;
     top: 10px;
     background: none;
     font-size: 40px;
     line-height: 1;
     font-weight: normal;
}
 .njs-alert-wrapper {
     position: absolute;
     left: 50%;
     top: 50%;
     margin-left: -150px;
     margin-top: -75px;
}
 @media (max-width: 640px) {
     .njs-alert-wrapper {
         width: 100%;
         height: 100%;
         left: 0;
         top: 0;
         margin: 0;
    }
}
 .njs-alert {
     background-color: #fff;
     width: 400px;
     height: 200px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: -moz-box;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     justify-content: center;
}
 .njs-alert p {
     font-size: 18px;
     line-height: 23px;
}
 @media (max-width: 640px) {
     .njs-alert {
         width: 100%;
         height: 100%;
         -webkit-border-radius: 0;
         border-radius: 0;
    }
}
 .product-buy {
     margin: 1rem 0;
}
 .props {
     margin-bottom: 10px;
}
 .props label {
     width: 40%;
     opacity: 0.5;
     position: relative;
}
 .props label + span {
     width: 58%;
     display: inline-block;
}
 .props label span {
     background: #fff;
     display: inline;
     position: relative;
     z-index: 20;
     -webkit-box-shadow: 2px 0 0 #fff, -10px 0 0 #fff;
     box-shadow: 2px 0 0 #fff, -10px 0 0 #fff;
}
 .props label:after {
     content: '';
     height: 1px;
     border-bottom: 1px dashed #222222;
     position: absolute;
     bottom: 3px;
     left: 0;
     right: 0;
}
 .product-old_price span {
     text-decoration: line-through;
     color: #555555;
}
 .product-available:before {
     content: '';
     width: 13px;
     height: 13px;
     display: inline-block;
     vertical-align: baseline;
     -webkit-background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: 50%;
     margin-right: 5px;
}
 [data-product-id].is-available .product-available:before {
     background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3Cpath id='r9nna' d='M1328.01 363.2l1.42-1.4 4.78 4.77-1.42 1.41zm4.78 1.96l5.78-5.78 1.42 1.41-5.78 5.78z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1327 -358%29'%3E%3Cuse fill='%235fb77a' xlink:href='%23r9nna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
 [data-product-id].not-available .product-available:before {
     background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cpath id='mbcua' d='M1253 195l2-2 3.5 3.5 3.5-3.5 2 2-3.5 3.5 3.5 3.5-2 2-3.5-3.5-3.5 3.5-2-2 3.5-3.5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1251 -191%29'%3E%3Cuse fill='%23ff6058' xlink:href='%23mbcua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
 .form-row {
     margin-bottom: 1rem;
}
 .form-label {
     width: 100%;
     margin-bottom: 0.5rem;
}
 .form-field {
     width: 100%;
}
 .form-field.text-field.is-textarea {
     width: 100%;
}
 .reviews-form {
     margin-bottom: 20px;
}
 .reviews-toggle-wrapper {
     margin-bottom: 20px;
}
 .form-field.text-field.is-captcha {
     margin-top: 10px;
}
 .reviews-wrapper {
     max-width: 600px;
         margin-bottom: -7px;
}
 .reviews-item {
     padding: 5px 0;
     border-bottom: 1px solid #ccc;
}
 .product_tabs {
     border-top: 2px solid #adada5;
}
 .tabs-box {
     padding: 1em 0px;
     padding: 25px 44px;
     border-bottom: 2px solid #adada5;
     width: 100%;
}
 .tabs-head.tabs-head {
     position: relative;
    /* padding-right: 50px;
     */
     min-height: 34px;
     margin: 0;
}
 .tabs-icon {
     display: inline-block;
     height: 34px;
     position: absolute;
     right: 0;
     top: -webkit-calc(50% - 25px);
     top: calc(50% - 25px);
     width: 41px;
}
 .tabs-target {
     display: none;
}
 .tabs {
     padding-top: 0px;
     margin-top: 34px;
     padding-bottom: 25px;
     width: 100%;
}
 .tabs-item {
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     color: #b4b4b4;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     display: inline-block;
     vertical-align: top;
     border-bottom: 1px solid transparent;
     -webkit-border-radius: 0;
     border-radius: 0;
     outline: none;
     padding: 24px 5px 20px 5px;
     color: #adada5;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 18px;
     text-transform: uppercase;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-right: 2px solid #adada5;
     position: relative;
     border-bottom: 2px solid #adada5;
}
 .tabs-item.is-button-active {
    /* color: #444;
     */
    /* border-bottom: 3px solid #000;
     */
}
 .gallery-wrapper {
     position: relative;
}
 .gallery-top {
    /* border: 1px solid #ccc;
     */
     margin-bottom: 20px;
     padding: 10px;
}
 .swiper-slide.is-active .gallery-thumb {
    /* border: 1px solid #000;
     */
}
 .gallery-wrapper .swiper-container-android .swiper-slide, .gallery-wrapper .swiper-wrapper {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     -moz-box-align: center;
     align-items: center;
}
 .gallery-thumb {
     cursor: pointer;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     background-color: #ffffff;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     text-align: center;
     border: 1px solid transparent;
     overflow: hidden;
     padding-bottom: -webkit-calc(100% - 2px);
     padding-bottom: calc(100% - 2px);
}
 .image-container.is-cover.gallery-thumb > img {
     -o-object-fit: contain;
     object-fit: contain;
     -o-object-position: 50%;
     object-position: 50%;
     max-height: 150px;
}
 .gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
     -webkit-background-size: 8px 8px;
     background-size: 8px;
     background-position: 50%;
     width: 24px;
     height: 24px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     border: 1px solid #000;
     top: -webkit-calc(50% + 9px);
     top: calc(50% + 9px);
     left: -44px;
}
 .gallery-wrapper .swiper-button-next, .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
     -webkit-background-size: 8px 8px;
     background-size: 8px;
     background-position: 50%;
     width: 24px;
     height: 24px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     border: 1px solid #000;
     top: -webkit-calc(50% + 9px);
     top: calc(50% + 9px);
     right: -44px;
}
 .gallery-thumbs-wrap {
     position: relative;
     margin: auto;
}
 .gallery-slide {
     height: 400px !important;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: -moz-box;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     flex-direction: column;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     -moz-box-align: center;
     align-items: center;
     -webkit-box-flex: 1;
     -webkit-flex-grow: 1;
     -ms-flex-positive: 1;
     -moz-box-flex: 1;
     flex-grow: 1;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     -moz-box-pack: center;
     justify-content: center;
     text-align: center;
}
 .gallery-slide > figure.mz-figure > img {
     max-width: 100% !important;
     max-height: 400px !important;
}
 .products-slider-wrapper {
     position: relative;
     padding: 38px 0;
     padding-top: 20px;
}
 .products-title {
     font-size: 24px;
}
 .slide-inner {
     display: block;
     position: relative;
}
 .slide-inner img {
     width: 100%;
}
 .slide-absolute {
     position: absolute;
     top: 0;
     z-index: 1;
     left: 0;
     width: 100%;
}
 .slide-content {
     padding-top: 100px;
}
 .slide-title {
     font-size: 3rem;
     color: #fff;
}
 .slide-description {
     font-size: 2rem;
     color: #fff;
}
 .quantity-input {
     width: 50px;
     text-align: center;
     padding: 4px 5px;
     vertical-align: top;
}
 .quick_view-modal {
     max-width: 1000px;
}
 .author {
     margin-bottom: 10px;
}
 .scroll_top {
     color: #fff;
     display: block;
     position: fixed;
     background: #000;
     bottom: 10px;
     font-size: 2em;
     cursor: pointer;
     padding: 0 10px;
     right: 10px;
     height: 40px;
     opacity: 0;
     text-align: center;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     -webkit-transition: right .25s ease, all .25s ease;
     -o-transition: right .25s ease, all .25s ease;
     transition: right .25s ease, all .25s ease;
     text-decoration: none;
     z-index: 1000;
     text-transform: uppercase;
     font-size: 20px;
     outline: none;
}
 @media (max-width: 1200px) {
     .scroll_top {
         display: none;
    }
}
 .scroll_top:focus {
     text-decoration: none;
}
 .scroll_top.is-enabled {
     opacity: 1;
     right: 25px;
     text-decoration: none;
}
 .scroll_top.is-enabled:hover, .scroll_top.is-enabled:focus {
     text-decoration: none;
}
 .search_widget {
     position: relative;
     min-width: 260px;
     position: relative;
     top: 8px;
}
 .ajax-search-results {
     position: absolute;
     top: -webkit-calc(100% - 1px);
     top: -webkit-calc(100% - -5px);
     top: calc(100% - -5px);
     background: #fff;
     -webkit-box-shadow: 0 1px 3px -1px #000;
     box-shadow: 0 1px 3px -1px #000;
     width: 100%;
     left: 0;
     z-index: 10;
     border: 1px solid rgba(204, 204, 204, 0.5);
     padding: 0;
     list-style: none;
     text-align: left;
     margin: 0;
}
 .ajax-search-item {
     margin-bottom: 2px;
}
 .ajax-search-link {
     padding: 5px 10px;
     display: block;
}
 .ajax_search-marked {
     font-weight: bold;
}
 .social_share-title {
     font-size: 1.2rem;
     color: #adada5;
     font-family: Intro;
     font-size: 12px;
     font-weight: 500;
     line-height: 10px;
     text-transform: uppercase;
    /* margin-bottom: 0.5rem;
     */
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .social_share {
     margin: 0;
}
 .social_share-list a {
     color: #adada5;
     font-size: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     width: 26px;
     position: relative;
     height: 25px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-decoration: none;
     vertical-align: middle;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -moz-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     top: 17px;
}
 .social_share-list a:not(:last-child) {
     margin-right: 3px;
}
 .social-menu-link {
     color: inherit;
     width: 30px;
     height: 26px;
    /* border: 1px solid;
     */
     display: none;
     vertical-align: top;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin-right: 5px;
     margin-bottom: 5px;
     text-align: center;
     line-height: 32px;
     background-repeat: no-repeat;
     -webkit-background-size: 60% 60%;
     background-size: 74%;
     background-position: 50%;
     -webkit-transition: all 200ms;
     -o-transition: all 200ms;
     transition: all 200ms;
     font-size: 20px;
}
 .social-menu-link:hover {
     opacity: 0.9;
}
 .social-menu-link.is-vk {
     background-image: url("vk.svg");
     display: inline-block;
}
 .social-menu-link.is-facebook {
     background-image: url("facebook.svg");
     display: inline-block;
}
 .social-menu-link.is-youtube {
     background-image: url("youtube.svg");
     display: inline-block;
}
 .social-menu-link.is-instagram {
     background-image: url("instagram.svg");
     display: inline-block;
}
 .social-menu-link.is-twitter {
     background-image: url("twitter.svg");
     display: inline-block;
}
 .social-menu-link.is-t_me {
     background-image: url("t_me.svg");
     display: inline-block;
}
 .social-menu-link.is-odnoklassniki {
     background-image: url("ok-social.svg");
     display: inline-block;
}
 .social-menu-link.is-google-plus {
     background-image: url("google-plus.svg");
     display: inline-block;
}
 .social-menu.is-icon-font .social-menu-link {
     background-image: none;
}
 .settings_guide-font-primary::before {
     content: '$font-family-primary: ';
     font-family: "Museo Sans Cyrl 300", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
}
 .settings_guide-font-primary::after {
     content: "Museo Sans Cyrl 300, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue";
     font-family: "Museo Sans Cyrl 300", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
}
 .settings_guide-font-second::before {
     font-family: "Intro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
     content: '$font-family-second: ';
}
 .settings_guide-font-second::after {
     font-family: "Intro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
     content: "Intro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue";
}
 .settings_guide-font-size::before {
     font-size: 16px;
     content: '$font-size-primary: ';
}
 .settings_guide-font-size::after {
     font-size: 16px;
     content: "16px";
}
 .settings_guide-color-background-primary:before {
     content: '$color-background-primary: ';
}
 .settings_guide-color-background-primary:after {
     background-color: #fff;
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
 .settings_guide-color-text-primary:before {
     content: '$color-text-primary: ';
}
 .settings_guide-color-text-primary:after {
     background-color: #222222;
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
 .settings_guide-color-text-gray:before {
     content: '$color-text-gray: ';
}
 .settings_guide-color-text-gray:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #555555;
}
 .settings_guide-color-link-primary:before {
     content: '$color-link-primary: ';
}
 .settings_guide-color-link-primary:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #000;
}
 .settings_guide-color-link-secondary:before {
     content: '$color-link-secondary: ';
}
 .settings_guide-color-link-secondary:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #f65050;
}
 .settings_guide-color-info:before {
     content: '$color-info: ';
}
 .settings_guide-color-info:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #E2E5EA;
}
 .settings_guide-color-success:before {
     content: '$color-success: ';
}
 .settings_guide-color-success:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #000;
}
 .settings_guide-color-error:before {
     content: '$color-error: ';
}
 .settings_guide-color-error:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #f65050;
}
 .settings_guide-color-warning:before {
     content: '$color-warning: ';
}
 .settings_guide-color-warning:after {
     content: '';
     display: inline-block;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     border: 1px solid #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #F2930C;
}
 .style_guide {
     padding: 0 50px;
}
 .style_guide > .row {
     padding-top: 20px;
     padding-bottom: 20px;
     border-bottom: 2px solid;
}
 pre.html {
     margin-top: 0;
}
 .guide-fill {
     background: #ccc;
     min-height: 100px;
     border: 1px solid #999;
     text-align: center;
     line-height: 100px;
}
 .style_target {
     display: none;
}
 .style_target .sticky {
     top: 100px;
}
 .option-value.is-span {
     border: 1px solid #ccc;
     background: none;
     line-height: 1.5;
     min-width: 25px;
     display: inline-block;
     vertical-align: middle;
     min-height: 25px;
     text-align: center;
     cursor: pointer;
     outline: none;
}
 .option-value.is-active.is-span {
     border-color: #000;
}
 .option-selector {
     margin: 1rem 0;
}
 header {
     padding: 15px 0px;
     padding-bottom: 0;
}
 header .logo-wrap {
     text-align: center;
}
 header .logo {
     display: inline-block;
     position: relative;
     top: 4px;
}
 .top-header-menu {
     border-bottom: 2px solid #000;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -moz-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     padding-bottom: 5px;
     min-width: 260px;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .top-header-menu a {
     text-decoration: none;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
     color: #000;
}
 .top-header-menu a:last-child {
     margin: 0;
}
 .call-wrap .phone {
     color: #000105;
     font-family: Intro;
     font-size: 24px;
     font-weight: 300;
     margin-top: 10px;
     display: inline-block;
     margin-bottom: 3px;
}
 .call-wrap .js-modal {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-decoration: underline;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-control {
     border: 0;
     border-bottom: 2px solid #000;
     padding-left: 27px;
     -webkit-box-shadow: none;
     box-shadow: none;
     max-width: 260px;
     padding-bottom: 5px;
     position: relative;
     top: 5px;
     padding-bottom: 4px;
}
 .post-1 .search_widget-control::-webkit-input-placeholder {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-control:-moz-placeholder {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-control::-moz-placeholder {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-control:-ms-input-placeholder {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-control::-ms-input-placeholder {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-control::placeholder {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
}
 .post-1 .search_widget-submit {
     background: none;
     position: absolute;
     top: 9px;
     left: -1px;
     font-size: 14px;
     height: 20px;
     width: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-left: 0;
}
 .flex {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .lk {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .header-right-bottom {
     max-width: 260px;
     margin-left: auto;
     margin-top: 23px;
     position: relative;
     top: 8px;
}
 .header-right-bottom a {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .header-right-bottom .lk {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 2.4px;
     margin-left: 3px;
}
 .header-right-bottom .lk svg {
     margin-right: 6px;
}
 .cart-widget.drop {
     margin-left: auto;
}
 .cart-widget-link {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
}
 .cart-widget-link svg {
     margin-left: 5px;
     position: relative;
     top: -5px;
}
 .index-slider-wrap {
     height: 465px;
     background-color: #474340;
}
 .search-widget{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .header-right-bottom .wrap{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     min-width: 120px;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     margin: 0;
}
 @media (max-width: 860px) {
     .left-header, .logo-wrap, .left-header{
         width: 100%;
         max-width: 100%;
         -webkit-flex-basis: 100%;
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         text-align: center;
    }
     .logo-wrap{
         margin-top: 25px;
         margin-bottom: 20px;
    }
     .header-right-bottom{
         max-width: 100%;
    }
     .search_widget {
         width: 100%;
    }
     .post-1 .search_widget-control{
         max-width: 100%;
    }
}
 @media (max-width: 400px) {
     .top-header-menu{
         min-width: 100%;
    }
}
 .header-menu {
     background: #464340;
     margin-top: 15px;
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     min-height: 57px;
}
 .header-menu-link{
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 2.8px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     position: relative;
     align-items: center;
     top: 2px;
}
 .header-menu .item .header-menu-link:before {
     content: "";
     height: 6px;
     width: 6px;
     background-color: #b03a2c;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: inline-block;
     margin: 0px 40px 0px 39px;
}
 .header-menu .item:first-child .header-menu-link:before{
     display:none;
}
 a.header-menu-link.active {
     color: #abaaa4;
}
 .hover-menu{
     display: none;
     min-height: 412px;
     position: absolute;
     width: 100%;
     left: 0;
     top: 100%;
     max-width: 1226px;
     z-index: 1000;
     border: 7px solid #fff;
}
 .menu-wrap:hover .hover-menu{
     display: block;
}
 .menu-wrap:hover .header-menu-link{
     color: #abaaa4;
}
 .header-menu .for-height{
     max-width: 1226px;
     margin: 0 auto;
     position: relative;
     -webkit-flex-basis: 1226px;
     -ms-flex-preferred-size: 1226px;
     flex-basis: 1226px;
     height: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     min-height: 57px;
}
 .item.menu-wrap {
     height: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .hover-collections{
     height: 100%;
     background: url("hover-collections.svg");
     position: absolute;
     background-position: -1px -2px;
}
 .hover-collections .collection-wrap{
     padding-top: 88px;
    /* width: 50%;
     */
     margin: 0 auto;
     padding-left: 26%;
     padding-right: 10%;
}
 .hover-collections .collection-wrap a{
     color: #ffffff;
     font-family: "Museo Sans Cyrl 500";
     font-size: 16px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     font-weight: 400;
     line-height: 36px;
     text-decoration: none;
     position: relative;
}
 .serial-hover a{
     color: #ffffff;
     font-family: "Museo Sans Cyrl 500";
     font-size: 16px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     font-weight: 400;
     line-height: 36px;
     text-decoration: none;
     text-align: left;
     position: relative;
}
 .hover-collections .collection-wrap a:hover{
     color: #fe9d7a;
}
 .hover-right{
     opacity: 0;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     position: relative;
     top: 6px;
     position: absolute;
     right: -50px;
}
 .hover-collections .collection-wrap a:hover .hover-right{
     opacity: 1;
}
 .serial-hover a:hover .hover-right{
     opacity: 1;
}
 .serial-hover{
     background-color: rgba(40, 37, 34, 0.97);
     height: 100%;
     width: 100%;
     position: absolute;
     padding-bottom: 0;
     padding-top: 20px;
     padding-left: 0;
}
 .serial-hover a:hover{
     color: #fe9d7a;
}
 .serial-hover .cell-4{
     text-align: left;
}
 .serial-hover .cell-4 {
     padding-left: 75px;
     padding-right: 0;
     position: relative;
}
 .make_library_wrap{
     height: 100%;
     width: 100%;
     position: absolute;
     background-repeat: no-repeat;
     background-position: center center;
}
 .make_library_wrap{
     color: #ffffff;
     font-family: "Museo Sans Cyrl 300";
     font-size: 18px;
     font-weight: 400;
     text-align: left;
     padding: 80px 466px 80px 171px;
}
 .make_library_wrap a{
     color: #ffffff;
     font-family: Intro;
     font-size: 14px;
     font-weight: 300;
     line-height: 18px;
     text-decoration: underline;
     text-transform: uppercase;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -moz-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .make_library_wrap a svg{
     margin-left: 10px;
}
 @media (max-width: 1200px) {
     .serial-hover .cell-4{
         padding-left: 10px;
         padding-right: 10px;
    }
     .serial-hover{
         padding-left: 90px;
    }
     .make_library_wrap{
         padding: 80px 371px 80px 171px;
    }
}
 @media (max-width: 1100px) {
     .serial-hover{
         padding-left: 71px;
    }
     .make_library_wrap{
         padding: 80px 371px 80px 71px;
    }
}
 @media (max-width: 1024px) {
     .hover-menu{
         display: none !important;
    }
     .header-menu .for-height{
         min-height: initial;
        /* padding: 10px;
         */
         padding-top: 0;
         padding-bottom: 10px;
    }
     .header-menu{
         min-height: initial;
    }
     .item.menu-wrap{
         height: initial;
         padding: 0px 10px;
         max-width: 25%;
         -webkit-flex-basis: 25%;
         -ms-flex-preferred-size: 25%;
         flex-basis: 25%;
         -webkit-box-pack: space-evenly;
         -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
         -ms-flex-pack: space-evenly;
         justify-content: space-evenly;
    }
     .header-menu .item .header-menu-link:before{
         display: none;
    }
     .header-menu-link{
         padding: 10px 0px;
         padding-bottom: 0px;
         font-size: 12px;
    }
}
 .index-slider-wrap .container{
     height: 412px;
     border: 7px solid #fff;
     max-width: 1226px;
     z-index: 2;
     position: relative;
     overflow: hidden;
}
 .index-slider-wrap .container .index-slider{
     height: 412px;
     background: #000;
     position: relative;
     z-index: -5;
     margin: -7px -19px;
}
 .index-slider-wrap .container .index-slider .background{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     height: 98%;
     width: 100%;
}
 .index-slider-wrap .container .index-slider .description{
     min-height: 56px;
     position: absolute;
     bottom: 7px;
     background: rgba(12, 21, 6, 0.9);
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
}
 .index-slider-wrap .container .index-slider .description a{
     color: #ffffff;
     font-family: Intro;
     font-size: 24px;
     font-weight: 300;
     text-decoration: none;
     padding-left: 56px;
     padding-right: 56px;
}
 .index-slider-wrap .container .index-slider .text{
     color: #ffffff;
     font-family: "Intro Script R H2 Base";
     font-size: 100px;
     font-weight: 400;
     line-height: 90px;
     text-align: center;
     text-decoration: none;
     padding: 4% 30%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .paginatin-wrap{
     position: absolute;
     bottom: 7px;
     min-height: 56px;
     width: 260px;
     background: rgba(255, 255, 255, 0.9);
     right: 0;
     z-index: 2;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     right: 7px;
     padding: 0px 26px;
     padding-top: 10px;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .mini-circle{
     height: 7px;
     width: 7px;
     background: #adada5;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     position: relative;
     top: -2px;
}
 .swiper-button-prev-i, .swiper-button-next-i{
     cursor: pointer;
}
 .index-slider-wrap a {
     text-decoration: none;
}
 @media (max-width: 1024px) {
     .index-slider-wrap .container .index-slider{
         height: initial;
    }
     .index-slider-wrap .container .index-slider .background{
         position: relative;
         padding-bottom: 4px;
         height: inherit;
    }
     .index-slider-wrap .container .index-slider .text{
         position: absolute;
         top: 0;
         bottom: 0;
         right: 0;
         left: 0;
         font-size: 59px;
         line-height: 56px;
         padding: 8% 30%;
         padding-top: 20px;
    }
     .index-slider-wrap .container .index-slider .description{
         z-index: 100;
         position: relative;
    }
     .index-slider-wrap .swiper-container .swiper-slide{
         height: initial;
    }
     .index-slider-wrap .container{
         height: initial;
    }
     .index-slider-wrap .paginatin-wrap{
         position: relative;
         width: 100%;
    }
     .index-slider-wrap{
         height: initial;
         padding-bottom: 10px;
    }
}
 @media (max-width: 768px) {
     .header-menu-link{
         text-align: center;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .index-slider-wrap .container .index-slider .text{
         font-size: 43px;
         line-height: 42px;
         padding: 0% 24%;
         padding-top: 0;
         padding-bottom: 63px;
    }
     .index-slider-wrap .container .index-slider .description a{
         font-size: 12px;
         padding: 0px 20px;
    }
     .header-menu .for-height{
         padding: 0;
         overflow: hidden;
    }
     .index-slider-wrap .container .index-slider .description{
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 .btn-catalog{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border: 1px solid #fff;
     margin: 10px;
     padding: 3px 30px;
     background: #fff;
     text-transform: uppercase;
     cursor: pointer;
     font-weight: 700;
}
 .btn-catalog svg {
     height: 23px;
     width: 20px;
     margin-right: 7px;
}
 @media (max-width: 600px) {
     .index-slider-wrap .container .index-slider .text{
         font-size: 30px;
         line-height: 30px;
         padding: 0 30px;
         padding-bottom: 38px;
    }
}
 .menu-toggle-wrap{
     display: none;
     min-width: 100%;
     text-align: center;
     padding-bottom: 20px;
     background: #393736;
     padding-top: 10px;
}
 .index-banners{
     padding-top: 25px;
     overflow: hidden;
    /* padding: 25px;
     */
}
 .index-banners .cell-4 a{
     display: block;
     position: relative;
}
 .index-banners h3{
     color: #ffffff;
     font-family: Intro;
     font-size: 20px;
     font-weight: 400;
     text-transform: uppercase;
     position: absolute;
     bottom: 22px;
     margin: 0;
     text-align: center;
     width: 100%;
     left: 0;
     padding: 0px 90px;
}
 .index-banners .cell-4:first-child .pla{
     position: absolute;
     left: -26px;
     top: 9px;
}
 .index-banners .cell-4:nth-child(2) .pla{
     position: absolute;
     left: 50%;
     top: 9px;
     margin-left: -68px;
}
 .index-banners .cell-4:nth-child(3) .pla{
     position: absolute;
     right: -26px;
     top: 9px;
}
 @media (max-width:1360px){
     .index-banners{
         padding: 25px;
    }
    .cart-empty.notice.notice-info{
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
}
 @media (max-width: 1200px) {
     .index-banners h3{
         font-size: 14px;
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         padding: 0px 30px;
    }
     .index-banners h3 svg{
         position: absolute;
         display: none;
    }
}
 @media (max-width: 768px) {
     .index-banners .cell-4 a{
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -moz-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-bottom: 24px;
    }
}
 @media (max-width: 640px) {
     .index-banners{
         padding: 24px 24px;
    }
}
 .index-product-slider h2{
     color: #282522;
     font-family: Intro;
     font-size: 30px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: -0.62px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-top: 30px;
}
 .index-product-slider h2 svg{
     margin: 0px 25px;
     cursor: pointer;
}
 .index-product-slider{
     border-bottom: 2px solid #000105;
     opacity: 0;
}
 .index-product-slider {
     padding-bottom: 39px;
}
 .index-product-slider a {
     text-decoration: none;
}
 .index-product-slider .title {
     color: #000105;
     font-family: "Museo Sans Cyrl 500";
     font-size: 14px;
     font-weight: 400;
     padding: 10px 10px 0;
     text-align: center;
     min-height: 63px;
}
 .index-product-slider .price {
     color: #282522;
     font-family: Intro;
     font-size: 16px;
     font-weight: 500;
     text-align: center;
}
 .index-product-slider .old-price {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     text-decoration: line-through;
}
 .index-product-slider .swiper-slide{
     position: relative;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 .index-product-slider .swiper-slide svg{
     position: absolute;
     width: 69px;
     height: 31px;
     right: 5px;
     top: 20px;
}
 @media (max-width: 768px) {
     .index-product-slider h2{
         font-size: 23px;
    }
}
 @media (max-width: 440px) {
     .index-product-slider h2{
         font-size: 18px;
    }
     .index-product-slider h2 svg {
         margin: 0 14px 0px 14px;
    }
}
 .form-email-wrap{
     min-height: 247px;
     background: #d85658;
     margin-top: 20px;
}
 .form-email-wrap h3{
     color: #000105;
     font-family: "Intro Script R H2 Base";
     font-size: 123px;
     font-weight: 400;
     letter-spacing: -0.52px;
     text-transform: lowercase;
     margin-bottom: 0;
     margin-top: 95px;
}
 .form-email-wrap input{
     height: 40px;
     background-color: #ffffff;
     margin-left: 24px;
     margin-left: 112px;
     margin-bottom: 28px;
}
 .form-email-wrap button{
     width: 138px;
     height: 40px;
     color: #fff;
     background-color: #000105;
}
 .form-email-wrap .container{
     position: relative;
}
 .form-email-wrap svg{
     position: absolute;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     top: -148px;
     left: 200px;
}
 .form-email-wrap i{
     color: #fff;
}
 .form-email-wrap .social-menu-link{
     border: 0;
}
 .form-email-wrap .social-menu-item{
     display: block;
}
 .form-email-wrap ul.social-menu.list.is-icon-font {
     margin-left: auto;
     margin-right: 16%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-top: 81px;
     margin-left: 40px;
}
 .form-email-wrap .description{
     color: #000105;
     font-family: "Museo Sans Cyrl 500";
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
     padding-left: 111px;
     margin-bottom: 24px;
}
 .wrap{
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 @media (max-width: 1200px) {
     .form-email-wrap .social-menu-item{
         display: inline-block;
    }
     .form-email-wrap ul.social-menu.list.is-icon-font{
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         padding-top: 0px;
         padding-bottom: 20px;
         margin-left: 0;
         margin-right: 0;
    }
     .form-email-wrap h3{
         width: 100%;
         text-align: center;
    }
}
 @media (max-width: 1024px) {
     .form-email-wrap .description{
         padding-left: 12px;
    }
     .form-email-wrap input{
         margin-left: 0px;
         margin-bottom: 10px;
    }
     .form-email-wrap{
         padding-bottom: 20px;
    }
}
 @media (max-width: 768px) {
     .form-email-wrap h3{
         font-size: 90px;
    }
}
 h3.recently-title {
     position: relative;
     float: left;
     padding: 105px 77px 94px 0px;
     margin: 0px 20px 0px;
     margin-left: 0;
     padding-left: 45px;
}
 h3.recently-title svg {
     position: absolute;
     top: 46px;
     left: 3px;
}
 .products-recently .slider-control {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     padding: 0px 0px 40px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .products-recently .circle {
     height: 7px;
     width: 7px;
     background: #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin: 0px 51px;
}
 .products-recently svg{
     position: relative;
     top: 2px;
     cursor: pointer;
}
 a.card_micro-title {
     color: #000105;
     font-family: "Museo Sans Cyrl 500";
     font-size: 14px;
     margin-top: 10px;
     min-height: 48px;
     display: block;
     line-height: 16px;
}
 .card_micro-info {
     text-align: center;
     margin-top: 10px;
}
 .card_micro-prices {
     margin-top: 14px;
}
 a.card_micro-price {
     color: #282522;
     font-family: Intro;
     font-size: 16px;
     font-weight: 500;
}
 @media (max-width: 1100px) {
     h3.recently-title{
         padding-right: 30px;
    }
}
 @media (max-width: 900px) {
     .js-recently-slider{
         padding-bottom: 30px;
    }
     h3.recently-title{
         padding-right: 0px;
         float: none;
         padding-bottom: 0;
         text-align: center;
         padding-top: 0px;
         padding-bottom: 0px;
         white-space: pre-line;
         padding-left: 0;
         margin-right: 0;
         height: 187px;
         margin: 0;
         margin-top: -39px;
    }
     .template-is-product .js-recently_view .container{
         margin-top: 0;
    }
     .products-recently .slider-control{
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         padding-bottom: 50px;
    }
     h3.recently-title svg{
         position: relative;
         top: 45px;
         margin-bottom: 15px;
         left: -72px;
    }
}
 footer{
     min-height: 200px;
     padding-top: 60px;
     background: url(footer-background.jpg);
     background-repeat: repeat;
     padding-bottom: 59px;
}
 footer .wrap-item{
     border-bottom: 2px solid #474340;
}
 footer a.phone.in-header {
     color: #474340;
     font-family: Intro;
     font-size: 24px;
     font-weight: 500;
     display: block;
     text-align: right;
     padding-right: 45px;
}
 footer a.js-modal {
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-decoration: underline;
     text-transform: uppercase;
     letter-spacing: 2.4px;
     display: block;
     margin-bottom: 20px;
     margin-top: 5px;
     text-align: right;
     padding-right: 46px;
}
 footer ul.social-menu.list.is-icon-font {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 15px;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -moz-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     padding-left: 42px;
}
 footer li.social-menu-item.list-item {
     -webkit-filter: invert(53%);
     filter: invert(53%);
}
 .border-none{
     border: 0;
}
 .category-ajax-slider-wrap .title{
     color: #282522;
     font-family: Intro;
     font-size: 30px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: -0.62px;
     margin-right: 25px;
     white-space: nowrap;
}
 .category-ajax-slider-wrap .line{
     height: 4px;
     -webkit-flex-basis: 65%;
     -ms-flex-preferred-size: 65%;
     flex-basis: 65%;
     background-color: #000105;
}
 .category-ajax-slider-wrap .nav-slider-wrap{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-left: 58px;
}
 .category-ajax-slider-wrap .circle{
     height: 7px;
     width: 7px;
     background: #000105;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin: 0 40px;
}
 .category-ajax-slider-wrap .list-collection{
     border-right: 2px solid #f5eee4;
     padding-top: 44px;
     position: relative;
     top: -16px;
     padding-bottom: 115px;
}
 .container.category-ajax-slider-wrap {
     padding-top: 40px;
}
 .category-ajax-slider-wrap .cell-3.list-collection a {
     color: #282522;
     font-family: "Museo Sans Cyrl 500";
     font-size: 16px;
     font-weight: 400;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     line-height: 36px;
}
 .category-ajax-slider-wrap .cell-3.list-collection a:hover{
     color: #fe9d7a;
}
/* end category-ajax-slider*/
/* .index-product-slider .swiper-slide.swiper-slide-next {
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: translateY(-40px);
     -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
     transform: translateY(-40px);
}*/
 .index-product-slider .swiper-container {
     padding-top: 40px;
}
 .index-product-slider .swiper-container .swiper-slide:nth-child(5) {
}
 .index-product-slider .swiper-slide.swiper-slide-next ~ .swiper-slide:nth-child(even) {
}
/* .trans-tranform{
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: translateY(-40px);
     -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
     transform: translateY(-40px);
}
*/
 @media (max-width: 1200px) {
     .index-product-slider .swiper-slide.swiper-slide-next{
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         transform: translateY(0);
    }
     .trans-tranform{
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         transform: translateY(0);
    }
}
 .nav-slider-wrap .js-ajax-cetegory-prev {
     position: relative;
     top: 2px;
     cursor: pointer;
}
 .nav-slider-wrap .js-ajax-cetegory-next {
     position: relative;
     top: 2px;
     cursor: pointer;
}
 div#js-collection-products {
     padding: 34px 0px;
     position: relative;
}
 #js-collection-products .card_micro {
     padding: 20px;
}
 .category-ajax-slider-wrap .list-collection a.active{
     color: #fe9d7a;
}
 @media (max-width: 1200px) {
     .form-email-wrap svg{
         left: 100px;
    }
}
 @media (max-width: 1000px) {
     .category-ajax-slider-wrap .cell-3.list-collection a{
         -webkit-transition: 0.3s;
         -o-transition: 0.3s;
         transition: 0.3s;
         font-size: 14px;
         line-height: 39px;
    }
}
 @media (max-width: 640px) {
     .category-ajax-slider-wrap .cell-3.list-collection a{
         -webkit-transition: 0.3s;
         -o-transition: 0.3s;
         transition: 0.3s;
         font-size: 13px;
         line-height: 39px;
    }
     a.card_micro-title{
         min-height: 50px;
    }
/*     .category-ajax-slider-wrap .list-collection a.active{
         -webkit-box-ordinal-group: 1;
         -webkit-order: 2 !important;
         -moz-box-ordinal-group: 3 !important;
         -ms-flex-order: 2 !important;
         order: 2 !important;
    }*/
     .category-ajax-slider-wrap .card_micro-info a{
         font-size: 13px !important;
         line-height: 15px !important;
         padding: 0px 10px;
    }
     .category-ajax-slider-wrap .list-collection a.active ~ div{
    }
     .category-ajax-slider-wrap .line{
         display: none;
    }
     .category-ajax-slider-wrap .list-collection{
         top: 10px;
         padding-bottom: 200px;
         padding-top: 20px;
    }
     .category-ajax-slider-wrap .nav-slider-wrap{
         margin: 0;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         z-index: 110;
    }
     .category-ajax-slider-wrap .cell-3.list-collection a{
         -webkit-transition: 0.3s;
         -o-transition: 0.3s;
         transition: 0.3s;
         font-size: 13px;
         line-height: 39px;
         -webkit-box-ordinal-group: 1;
         -webkit-order: 0;
         -moz-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
    }
     .card_micro-prices{
         padding-bottom: 40px;
         margin-top: 10px;
    }
     .category-ajax-slider-wrap .title{
         font-size: 20px;
         margin: 0 auto;
    }
}
 @media (max-width: 480px) {
     .adaptive .co-button--checkout{
         margin-left: 0;
    }
    #js-mobile-collection-products{
     padding: 12px;
    }
    .category-ajax-slider-wrap{
     display: none;
    }
}

 @media (max-width: 480px) {
      #js-mobile-collection-products{
     padding-top: 30px;
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -moz-box-ordinal-group: 4;
     -ms-flex-order: 3;
     order: 3;
     max-height: 900px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     overflow: hidden;
     padding-bottom: 100px;
     position: relative;
}
 .category-ajax-slider-wrap .list-collection a.active ~ a {
     -webkit-box-ordinal-group: 5;
     -webkit-order: 4;
     -moz-box-ordinal-group: 5;
     -ms-flex-order: 4;
     order: 4;
}
     .category-ajax-slider-wrap .cell-3.list-collection a{
         -webkit-transition: 0.3s;
         -o-transition: 0.3s;
         transition: 0.3s;
         text-align: center;
         font-size: 17px;
         line-height: 39px;
        /* padding: 0px 20px;
         */
    }
     .category-ajax-slider-wrap .list-collection a.active{
         font-size: 20px;
         text-transform: uppercase;
         border-bottom: 2px solid #ADADA5;
         margin: 0px 12px;
    }
}
 @media (max-width: 380px) {
     #js-mobile-collection-products{
         min-height: 1100px;
    }
     .category-ajax-slider-wrap .card_micro-info a{
         font-size: 15px !important;
    }
}
 @media (max-width: 768px) {
     .category-ajax-slider-wrap .nav-slider-wrap{
         margin: auto;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-top: 40px;
    }
}
 .js-link-collection{
     color: #adada5;
     margin-left: 20px;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -moz-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 18px;
     text-decoration: underline;
     text-transform: uppercase;
     border-bottom: 1px solid;
}
 .js-link-collection svg{
     margin-left: 8px;
}
 .category-ajax-slider-wrap .right{
     padding-bottom: 40px;
}
 a.js-link-collection-mobile {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-bottom: 2px solid;
     font-size: 22px !important;
     margin-top: 34px;
     padding-bottom: 23px;
}
 a.js-link-collection-mobile svg {
     margin: 0px 10px;
     position: relative;
     top: 1px;
     width: 20px;
     height: 20px;
}
 @media (max-width: 1024px) {
     .js-link-collection{
         margin: 0;
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -moz-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 .footer-menu-wrap{
     padding-top: 50px;
}
 .footer-menu-wrap a{
     color: #adada5;
     font-family: "Museo Sans Cyrl 500";
     font-size: 14px;
     font-weight: 400;
     text-decoration: none;
     line-height: 30px;
     display: block;
}
 .footer-menu-wrap.left{
     text-align: right;
     padding-right: 50px;
}
 .footer-menu-wrap.right{
     text-align: left;
     padding-left: 50px;
}
 .center-footer{
     background-image: url(trees.svg);
     background-repeat: no-repeat;
     -webkit-background-size: contain;
     background-size: contain;
     background-position: 68% center;
     margin-top: 20px;
     min-height: 500px;
     position: relative;
     z-index: 100;
     padding-bottom: 50px;
     padding-top: 258px;
     text-align: center;
}
 .copy{
     position: absolute;
     color: #474340;
     font-family: "Museo Sans Cyrl 300";
     font-size: 14px;
     font-weight: 400;
     width: 100%;
     text-align: center;
     bottom: -40px;
     border-top: 2px solid;
     padding-top: 21px;
}
 footer .address{
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 14px;
     font-weight: 400;
     text-align: center;
     width: 183px;
     margin: 0 auto;
     margin-bottom: 20px;
}
 footer .time-work{
    text-align: center;
    color: #474340;
    font-family: "Museo Sans Cyrl 300";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
 footer .email{
    text-align: center;
    color: #474340;
    font-family: "Museo Sans Cyrl 300";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid;
}
 footer .email a{
     text-decoration: none;
}
 .center-footer .title{
     color: #adada5;
     font-family: "Intro Cond Black Free";
     font-size: 18px;
     font-weight: 400;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 20px;
}
 @media(max-width: 1200px){
     .center-footer{
         background-position: -webkit-calc(50% + 20px) center;
         background-position: calc(50% + 20px) center;
         position: initial;
    }
     footer a.phone.in-header{
         padding-right: 0;
         text-align: left;
    }
     footer a.js-modal{
         padding-right: 0;
         text-align: left;
    }
     footer ul.social-menu.list.is-icon-font{
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         padding-left: 0;
         -webkit-box-pack: end;
         -webkit-justify-content: flex-end;
         -moz-box-pack: end;
         -ms-flex-pack: end;
         justify-content: flex-end;
    }
     .copy{
         left: 0;
         bottom: 0;
         padding-bottom: 15px;
    }
     .footer-menu-wrap.left{
         padding-right: 0;
         text-align: left;
    }
     .footer-menu-wrap.right{
         padding-left: 0;
         text-align: right;
    }
}
 footer{
     position: relative;
}
 @media(max-width: 768px){
     footer{
         padding-top: 60px;
    }
     .footer-logo{
         margin-bottom: 50px;
    }
     footer ul.social-menu.list.is-icon-font{
         margin-top: 15px;
    }
     footer a.phone.in-header{
         margin-bottom: 10px;
         text-align: center;
    }
}
 @media(max-width: 640px){
     .footer-menu-wrap.right{
         padding: 0;
         text-align: center;
         padding-bottom: 10px;
         border-bottom: 2px solid;
         margin-bottom: 10px;
    }
     .footer-menu-wrap.left{
         padding: 0;
         text-align: center;
         padding-top: 20px;
         padding-bottom: 10px;
         border-bottom: 2px solid;
         margin-bottom: 10px;
    }
     .center-footer{
         background-position: -webkit-calc(50% + 10px) center;
         background-position: calc(50% + 10px) center;
    }
}
 @media(max-width: 480px){
     .center-footer{
         background: none;
         padding-top: 24px;
         min-height: inherit;
    }
     .category-ajax-slider-wrap .cell-3.list-collection a.js-link-collection-mobile {
         color: #adada5;
         color: #adada5;
         font-family: Intro;
         font-size: 15px !important;
         font-weight: 500;
         line-height: 18px;
         text-decoration: underline;
         text-transform: uppercase;
         padding-left: 10px;
    }
     .index-product-slider .swiper-container{
         padding-top: 20px;
    }
}
 footer{
     position: relative;
}
 .collection{
     padding-top: 34px;
}
 .collection .title h1{
     color: #0c1506;
     font-family: "Intro Script R H2 Base";
     font-size: 100px;
     font-weight: 400;
     line-height: 86px;
     padding-left: 0;
     margin: 0;
     text-align: left;
     padding: 0;
}
 .collection .description{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 14px;
     font-weight: 400;
     letter-spacing: -0.35px;
}
 .collection .description svg{
     margin-right: 20px;
}
 .breadcrumb-link{
     color: #999999;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     text-decoration: underline !important;
     text-underline-position: under;
     color: #474340;
}
 span.breadcrumb-link.current-page{
     text-decoration: none !important;
     color: #474340;
}
 .breadcrumb{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .breadcrumb-item:not(:last-child):after{
     color: #999999;
     margin-right: 5px;
     margin-left: 2px;
     font-size: 12px;
}
 .top-line-catalog {
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     position: relative;
     top: -2px;
}
 .top-line-catalog .line{
     height: 4px;
     background-color: #000105;
     -webkit-flex-basis: 80%;
     -ms-flex-preferred-size: 80%;
     flex-basis: 80%;
     margin-left: 12px;
}
 .top-line-catalog .pag{
     margin-left: auto;
     margin-right: 14px;
     min-width: 276px;
}
 .pag{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
}
 .pag .pagination{
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     margin-left: 50px;
}
 .pag .pagination-item{
     list-style-type: none;
     position: relative;
     top: 2px;
}
 .pag .circle {
     margin: 0px 50px;
     height: 7px;
     width: 7px;
     background: #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
 @media (max-width: 1024px) {
     .collection .description{
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         text-align: left;
         margin-top: 5px;
         margin-bottom: 20px;
    }
}
 .collection .left{
     border-right: 2px solid #f5eee4;
     position: relative;
     top: 0px;
     padding-right: 22px;
     padding-bottom: 150px;
}
 ul.category_menu.menu.level-1{
     padding-top: 40px;
     z-index: 10;
}
 li.category_menu-item.menu-item.level-1{
     color: #282522;
     font-family: "Museo Sans Cyrl 500";
     font-size: 16px;
     font-weight: 400;
     line-height: 36px;
     -o-transition: 0.3s;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 li.category_menu-item.menu-item.level-1:hover{
     color: #fe9d7a;
}
 .category_menu-marker{
     background: none;
     margin-left: auto;
     outline: none;
}
 .category_menu-marker::after{
     position: relative;
     top: 2px;
     color: #fe9d7a;
}
 .category_menu-products_count{
     display: none;
}
 .title-filters {
     margin: 0 auto;
     padding-top: 10px;
     padding-right: 280px;
}
 .collection-order {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     padding: 0;
     justify-content: flex-end;
}
 label.label-field {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     cursor: initial;
}
 select.slct.js-filter-trigger {
     color: #000105;
     font-family: Intro;
     font-size: 12px;
     font-weight: 400;
     cursor: pointer;
}
 .row.is-grid.cards-row {
     padding-top: 20px;
}
 .hover-card{
     z-index: -10;
     position: absolute;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     opacity: 0;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background: rgba(71, 67, 64, 0.7);
}
 .card:hover .hover-card{
     opacity: 1;
     z-index: 4;
}
 .card-title a {
     color: #000105;
     font-family: "Museo Sans Cyrl 300";
     text-decoration: none;
     font-size: 14px;
     text-align: center;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-top: 10px;
}
 .card-prices {
     color: #282522;
     font-family: Intro;
     font-size: 16px;
     font-weight: 700;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-bottom: 20px;
}
 .card-old_price {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     text-decoration: line-through;
     margin-right: 13px;
}
 .hover-card {
     padding: 15px 0px;
     padding-top: 0px;
}
 .hover-card .top-line {
     border-bottom: 2px solid #fff;
     padding-bottom: 10px;
     color: #ffffff;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     margin: 0px 10px;
     -webkit-align-self: start;
     -ms-flex-item-align: start;
     align-self: start;
     padding-top: 13px;
}
 .hover-card .text-right {
     text-align: right;
}
 .hover-card a.bttn-prim.view {
     background-color: #b03a2c;
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     border: 0;
     width: 101px;
     height: 40px;
     line-height: 39px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-top: 13px;
}
 .hover-card a.bttn-prim.buy {
     width: 101px;
     height: 40px;
     background-color: #000105;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     margin-bottom: 20px;
     padding-top: 13px;
}
 .hover-card .card-price {
     color: #ffffff;
     font-family: Intro;
     font-size: 24px;
     font-weight: 500;
}
 .hover-card .card-old_price {
     margin: 0;
     margin-left: 5px;
     line-height: 20px;
}
 .hover-card .card-prices {
     padding: 0;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -moz-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin: 20px 0px;
}
 .hover-card .product-title {
     color: #ffffff;
     font-family: "Museo Sans Cyrl 500";
     font-size: 13px;
     font-weight: 400;
     text-align: center;
     padding: 0px 10px;
}
 .card:hover .card-info .card-title {
     opacity: 0;
}
 .card:hover .card-info .card-prices {
     opacity: 0;
}
 .hover-card .bottom {
     width: 100%;
}
 .bottom-pagination .pagination{
     padding-right: 270px;
}
 .bottom-pagination .pagination .pagination-item.is-current .pagination-link{
     color: #fe9d7a;
}
 .bottom-pagination .pagination .pagination-item .pagination-link {
     color: #262626;
     display: block;
     padding: 6px 4px;
     height: auto;
     min-width: 30px;
     font-size: 1rem;
     text-decoration: none;
     text-align: center;
     vertical-align: top;
     line-height: 1.1;
     -webkit-transition: all 300ms;
     -o-transition: all 300ms;
     transition: all 300ms;
     color: #000105;
     font-family: Intro;
     font-size: 16px;
     font-weight: 500;
     border: 0;
}
 .bottom-line{
     margin-top: 20px;
     position: relative;
}
 .popular-authors {
     background: #d95555;
     padding: 40px 0;
}
 .popular-authors .container{
     position: relative;
}
 .popular-authors .title {
     color: #ffffff;
     font-family: "Intro Script R H2 Base";
     font-size: 110px;
     font-weight: 400;
     line-height: 110px;
     padding-top: 70px;
}
 .popular-authors .slide-control {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
}
 .popular-authors .slide-control .circle {
     height: 7px;
     width: 7px;
     background: #fff;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin: 0px 50px;
     position: relative;
     top: 6px;
}
 .popular-authors .cat{
     position: absolute;
     top: -188px;
     left: 190px;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
 .collection-products-wrap{
     padding-bottom: 40px;
}
 a.filters-clear.in-filter svg{
     margin-left: 5px;
     margin-top: -1px;
}
 a.filters-clear.in-filter {
     color: #adada5;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 18px;
     text-decoration: underline;
     text-transform: uppercase;
     padding-top: 30px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 span.irs-to {
     display: none;
}
 span.irs-from {
     display: none;
}
 span.irs-max {
     display: none;
}
 span.irs-min {
     display: none;
}
 .range-slider-input {
     padding-bottom: 10px;
     padding-top: 10px;
}
 .filter.js-filter-section.is-active-container .filter-title {
     padding-top: 0;
     margin: 0;
     padding: 0;
}
 .filter-body.range-slider {
     margin-top: -21px;
}
 .is-currentmenu-link{
     color: #fe9d7a;
}
 .category_menu .is-current .category_menu-link.level-1{
     color: #fe9d7a;
}
 .bottom-line .line {
     margin-left: 0;
}
 .popular-authors .author {
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 14px;
     font-weight: 400;
     padding: 0;
}
 .popular-authors .sign {
     color: #ffffff;
     font-family: "Museo Sans Cyrl 100";
     font-size: 14px;
     font-weight: 400;
     padding: 0;
}
 .popular-authors .image-container.is-square {
     padding-top: 80%;
}
 .popular-authors .swiper-container-popular-a {
     padding-top: 40px;
}
 .citations{
     background: #474340;
}
 .citations .slide-control {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     padding-top: 40px;
     justify-content: flex-end;
}
 .citations .slide-control .circle {
     height: 7px;
     width: 7px;
     background: #fff;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin: 0px 50px;
     position: relative;
     top: 6px;
}
 .slide-control svg{
     cursor: pointer;
}
 .citations .container {
     position: relative;
     padding-bottom: 47px;
}
 .citations .cell-4 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     position: relative;
     z-index: 11;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -moz-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     justify-content: flex-end;
}
 .citations .cell-8 {
     position: relative;
}
 .citations .title {
     color: #ffffff;
     font-family: Intro;
     font-size: 30px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: -0.62px;
     padding-top: 40px;
}
 .citations .description {
     color: #ffffff;
     font-family: "Museo Sans Cyrl 100";
     font-size: 16px;
     font-weight: 400;
     letter-spacing: -0.4px;
     padding-left: 120px;
     padding-right: 100px;
     padding-bottom: 40px;
}
 .citations .avtor {
     color: #fe9d7a;
     font-family: Intro;
     font-size: 14px;
     font-weight: 700;
     line-height: 18px;
     text-transform: uppercase;
     position: absolute;
     bottom: 1px;
}
 .citations .citations-title {
     color: #ffffff;
     font-family: "Intro Script R H2 Base";
     font-size: 110px;
     font-weight: 400;
     line-height: 110px;
     text-transform: lowercase;
     position: absolute;
     right: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     bottom: 25px;
     z-index: 10;
     -webkit-border-radius: 20px;
     border-radius: 20px;
}
 .js-recently_view .container {
     border-top: 2px solid;
     margin-top: 20px;
}
 @media(max-width: 1200px) {
     .title-filters {
         padding-right: 0;
         padding-top: 20px;
    }
     .collection-order {
         -webkit-box-pack: start;
         -webkit-justify-content: flex-start;
         -moz-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         min-width: initial;
         -webkit-flex-basis: initial;
         -ms-flex-preferred-size: initial;
         flex-basis: initial;
         padding-left: 20px;
    }
     .popular-authors .title {
         font-size: 90px;
         line-height: 90px;
    }
     .popular-authors .cat{
         left: 40px;
    }
     .citations .title{
         padding-top: 0;
    }
}
 @media(max-width: 1100px) {
     .citations .title {
         padding-top: 0;
    }
     .swiper-citations {
         padding-top: 20px;
    }
     .popular-authors .title {
         font-size: 80px;
         line-height: 80px;
    }
     ul.category_menu.menu.level-1{
         padding-top: 0;
    }
     .menu-link{
         font-size: 14px;
         line-height: initial;
    }
}
 @media(max-width: 1024px){
     .popular-authors .title{
         text-align: center;
         padding-top: 0;
    }
     .popular-authors .swiper-container-popular-a{
         padding-top: 20px;
    }
     .citations .description{
         padding-right: 20px;
         padding-left: 20px;
    }
}
 .mobile-filter-btn {
     width: 100%;
     border: 2px solid #f5eee4;
     margin-top: 30px;
     text-transform: uppercase;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #adada5;
     font-family: Intro;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background: #f5eee4;
     border: 1px solid;
}
 @media(max-width: 1024px){
     .alertify .ajs-body .ajs-content{
         padding: 0;
    }
     .alertify .ajs-commands{
         margin-right: 12px;
         top: 24px;
    }
}
 @media (max-width: 768px) {
     footer a.js-modal{
         text-align: center !important;
    }
     footer ul.social-menu.list.is-icon-font{
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 @media (max-width: 1000px) {
     .citations .container{
         padding-top: 80px;
    }
     .citations .citations-title{
         height: 110px;
         top: 10px;
         left: 20px;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 @media(max-width: 1360px){
     .collection .left{
         padding-right: 12px;
    }
}
 @media(max-width: 1024px){
     .popular-authors{
         padding: 20px 0px;
         padding-bottom: 40px;
    }
     .popular-authors .cat{
         top: -168px;
    }
     .collection .left{
         padding-bottom: 200px 
    }
     .collection .title h1{
        text-align: center;
    }
}
 span.irs-single {
     display: none;
}
 @media (max-width: 920px) {
     .collection-order {
         padding-left: 0px;
    }
     .collection-order label.label-field {
         white-space: nowrap;
    }
     .collection-order.is-page-size .label-field {
         margin-left: 20px;
    }
}
 @media (max-width: 1000px) {
     .citations .slide-control{
         margin-top: 30px;
    }
     .popular-authors .slide-control{
         margin-top: 30px;
    }
}
 @media (max-width: 768px) {
     .popular-authors{
         margin-top: 140px;
    }
     .collection .left{
         padding-bottom: 0px;
    }
     .mobile-filter-btn{
         margin-top: 15px;
    }
}
 button.category_menu-marker.menu-marker.menu-marker.level-1 {
     height: 25px;
     position: relative;
     top: 2px;
}
 @media (max-width: 640px) {
     .citations .avtor{
         width: 100%;
         text-align: center;
         bottom: 16px;
         left: 0;
    }
     .citations .cell-4{
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .collection-order{
         -webkit-flex-basis: 100%;
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-bottom: 15px;
    }
     .bottom-pagination .pagination{
         padding-right: 0;
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: start;
         -webkit-justify-content: flex-start;
         -moz-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         margin-left: 0;
    }
/*
     .card:hover .card-info .card-title{
         opacity: 1;
    }
     .card:hover .card-info .card-prices{
         opacity: 1;
    }*/
}
 @media(max-width: 540px){
     .popular-authors .cat{
         display: none;
    }
     .popular-authors{
         margin-top: 0;
    }
     .collection-products-wrap{
         padding-bottom: 14px;
    }
}
 @media (max-width: 920px) {
     .products-slider-wrapper{
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         padding-bottom: 31px;
    }
     .products-recently .slider-control{
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -moz-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         width: 100%;
         padding-bottom: 0px;
         margin-top: 33px;
    }
     .js-recently-slider{
         padding-bottom: 0;
         padding: 0px 13px;
    }
}
 .collection .title.big-text h1 {
     margin-bottom: 7px !important;
     text-align: center;
     word-break: break-word;
}
 .big-text + .description {
     margin-bottom: 16px;
}
 .mini-text h1 {
     line-height: 66px !important;
}
 .cell-12.margin-top-b {
     margin-top: 10px;
}
 @media (max-width: 1024px) {
     .cell-12.margin-top-b{
         margin-top: 0px;
    }
     .mini-text + .description{
         margin-bottom: 0px;
         margin-top: 14px 
    }
}
 @media (max-width: 768px) {
     .collection .title h1{
         font-size: 80px;
         line-height: 80px;
    }
}
 @media (max-width: 640px) {
     .collection .title h1{
         font-size: 60px;
         line-height: 60px;
    }
}
 @media (max-width: 480px) {
     .collection .title h1{
         font-size: 40px;
         line-height: 40px;
    }
     .popular-authors .title{
         font-size: 60px;
         line-height: 60px;
    }
     .citations .citations-title{
         font-size: 60px;
         line-height: 60px;
         height: 50px;
         top: 14px;
    }
     .citations .container{
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         padding-top: 24px;
         padding-bottom: 24px;
    }
     .swiper-citations{
         padding-top: 50px;
    }
     .citations .slide-control{
         width: 100%;
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center ;
         -webkit-justify-content: center ;
         -moz-box-pack: center ;
         -ms-flex-pack: center ;
         justify-content: center ;
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -moz-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         padding-top: 0 ;
         margin-top: 24px ;
    }
     .popular-authors{
         padding-bottom: 24px;
    }
     .popular-authors .cell-7.cell-12-md{
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
    }
     .popular-authors .slide-control{
         width: 100%;
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-box-ordinal-group: 2;
         -webkit-order: 1;
         -moz-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
         margin-top: 24px;
    }
     .popular-authors .swiper-container-popular-a{
         padding-top: 0;
    }
     .products-slider-wrapper{
         padding-bottom: 24px;
         padding-top: 0;
    }
     .citations .description{
         padding-left: 0;
         padding-right: 0;
    }
     .card-title a{
         font-size: 12px;
    }
}
 @media(max-width: 768px){
     .card-title{
         padding: 0px 10px;
    }
     .collection{
         padding-top: 24px;
    }
}
 .big-text {
     margin-bottom: 14px;
}
 a.js-back-collection {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #adada5;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 18px;
     text-decoration: underline;
     text-transform: uppercase;
     text-underline-position: under;
}
 a.js-back-collection svg {
     margin-right: 12px;
}
 .product-wrap .top-line-catalog .pag {
     min-width: 200px;
}
 .product-wrap ul.category_menu.menu.level-1{
     padding-top: 5px;
     padding-bottom: 24px;
}
 .product-wrap .left{
     border-right: 2px solid #f5eee4;
     padding-bottom: 150px;
}
 .product-wrap .collection-filter{
     margin-top: 10px;
}
 .gallery-top-nav-wrap {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-top: 20px;
}
 .gallery-top-nav-wrap .circle {
     height: 7px;
     width: 7px;
     position: relative;
     background: #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     bottom: 2px;
     margin: 0px 41px;
}
 .product-wrap .title {
     color: #0c1506;
     font-family: "Intro Script R H2 Base";
     font-size: 100px;
     font-weight: 400;
     line-height: 60px;
     padding-left: 0;
     margin: 0;
     text-align: left;
     padding: 0;
}
 .product-wrap .description {
     padding-left: 78px;
}
 .product-wrap .product-info .product-title {
     color: #000105;
     font-family: Intro;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     margin-top: 34px;
}
 .product-wrap .product-sku {
     color: #adada5;
     font-family: "Museo Sans Cyrl 100";
     font-size: 12px;
     font-weight: 400;
     padding-bottom: 10px;
}
 .product-wrap .product-short_description {
     color: #000105;
     font-family: "Museo Sans Cyrl 300";
     font-size: 16px;
     font-weight: 400;
     margin-top: 11px;
     padding-bottom: 26px;
     border-bottom: 2px solid #000105;
}
 .product-wrap .props {
     margin-top: 20px;
     margin-bottom: 20px;
}
 .product-wrap .buy-wrap {
     border: 2px solid #f5eee4;
     width: 312px;
     padding: 24px 42px;
     padding-right: 35px;
}
 .product-wrap .buy-wrap .product-buy {
     margin: 0px;
}
 .product-wrap .bttn-prim {
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     width: 104px;
     height: 40px;
     background-color: #000105;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     line-height: 20px;
}
 .product-wrap .product-prices {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: baseline;
     -webkit-align-items: baseline;
     -moz-box-align: baseline;
     -ms-flex-align: baseline;
     align-items: baseline;
}
 .product-wrap .product-prices .product-price {
     color: #000105;
     font-family: Intro;
     font-size: 24px;
     font-weight: 700;
}
 .product-wrap .product-prices .product-old_price {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     text-decoration: line-through;
     margin-left: 10px;
}
 .product-wrap .product-prices .product-old_price .rub {
     font-size: 13px;
}
 .product-wrap .favorite-wrap {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .product-wrap .favorite-wrap span {
     text-align: right;
     color: #adada5;
     margin-right: 10px;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
}
 .product-wrap .quan-title {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     margin-right: 10px;
}
 .product-wrap .quantity-control {
     display: none;
}
 .product-wrap .quantity-input {
     width: 28px;
     height: 28px;
     border: 2px solid #f5eee4;
     color: #0c1506;
     font-family: Intro;
     font-size: 16px;
     font-weight: 700;
}
 .product-wrap .quan-wrap {
     margin-top: 7px;
}
 .product-wrap .rub {
     font-size: 16px;
}
 .buy-fav-wrap{
     margin-top: 10px;
}
 .is-thumb-prev {
     cursor: pointer;
}
 .is-thumb-next {
     cursor: pointer;
}
 .social_share {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .social_share-title div {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     width: 20px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
     height: 9px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .share-wrap {
     margin-left: auto;
     margin-right: 0px;
}
 [data-social="facebook"] {
     position: relative;
     top: 20px !important;
}
 .tabs-item svg {
     margin-right: 20px;
}
 .tabs-item:last-child {
     border-right: 0;
}
 .trinagle-big{
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 8px 5px 0 5px;
     border-color: #adada5 transparent transparent transparent;
     position: absolute;
     bottom: -9px;
}
 .triangle-small{
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 7px 4px 0 4px;
     border-color: #ffffff transparent transparent transparent;
     position: absolute;
     bottom: -6px;
     -webkit-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
     transform: translateX(0px);
}
 .sim-nav-wrap {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     margin-top: 13px;
     margin-bottom: 10px;
}
 .sim-nav-wrap .circle {
     height: 7px;
     width: 7px;
     background: #000;
     position: relative;
     top: -2px;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin: 0px 50px;
}
 .sim-nav-wrap svg{
     cursor: pointer;
}
 .title-related {
     color: #282522;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 18px;
     text-transform: uppercase;
     padding-left: 40px 
}
 .swiper-related{
     padding-bottom: 24px;
}
 .product-wrap .breadcrumb {
     padding-bottom: 0;
}
 .template-is-product .js-recently_view .container{
     border: 0;
}
 iframe {
     width: 100% !important;
}
 @media(max-width: 1100px) {
     .tabs-item {
         font-size: 12px;
    }
     .tabs-item svg {
         margin-right: 10px;
    }
}
 @media(max-width: 1024px) {
     .product-wrap {
         padding-top: 5px;
    }
     .share-wrap {
         margin-right: 0;
    }
     .title-related {
         padding-left: 20px;
         font-size: 12px;
    }
}
 @media(max-width: 920px){
     .tabs-item{
         font-size: 14px;
    }
}
 @media (max-width: 920px) {
     .product-wrap {
         padding-top: 0;
    }
     .product-wrap .breadcrumb {
         padding-bottom: 13px;
    }
     .product-wrap .top-line-catalog .line {
         -webkit-flex-basis: 100%;
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         margin: 0;
    }
}
 @media (max-width: 768px) {
     .tabs-box{
         padding: 12px 12px;
    }
     .product-wrap .tabs-item{
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
    }
     .product-wrap .tabs-item svg{
         -webkit-flex-basis: 100%;
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         min-width: 100%;
         margin: 0;
         margin-bottom: 10px;
    }
     .trinagle-big{
         display: none;
    }
     .triangle-small{
         display: none;
    }
     .gallery-top{
         margin-top: 20px;
    }
}
 @media(max-width: 640px){
     .product-wrap .tabs-item{
         font-size: 12px;
    }
     .products-recently .slider-control{
         margin-top: 0px;
    }
}
 @media (max-width: 480px) {
     .product-wrap .tabs-item{
         border-right: 0;
    }
     .product-wrap .buy-wrap{
         width: 100%;
    }
}
 @media (max-width: 480px) {
     .product-wrap .tabs-item {
         -webkit-box-ordinal-group: 2;
         -webkit-order: 1;
         -moz-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
    }
     .product-wrap .tabs-item.is-button-active{
         padding-bottom: 0;
         border-bottom: 0;
    }
     .product-wrap .tabs-item.is-button-active {
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -moz-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
    }
     .product-wrap .tabs-item.is-button-active ~ .tabs-item {
         -webkit-box-ordinal-group: 5;
         -webkit-order: 4;
         -moz-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
    }
     .product-wrap .tabs-box {
         -webkit-box-ordinal-group: 4;
         -webkit-order: 3;
         -moz-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
    }
}
 .product-wrap .tabs-item.is-button-active {
     color: #000105;
}
 .product-wrap .tabs-item.is-button-active svg * {
     fill: #000105;
}
 .product-wrap .tabs-item.is-button-active svg {
     -webkit-filter: drop-shadow(0px 1px 1px #000105);
     filter: drop-shadow(0px 1px 1px #000105);
}
 @media (max-width: 480px) {
     .product-wrap .sim-nav-wrap {
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -moz-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-box-ordinal-group: 0;
         -webkit-order: -1;
         -moz-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
    }
     .swiper-related{
         padding-bottom: 0;
    }
     .title-related {
         text-align: center;
         font-size: 16px;
         line-height: 16px;
         padding: 10px 0px 10px;
    }
     .props{
         font-size: 12px;
    }
}
 [data-tab-target="review_form"]{
     padding: 20px 0px;
}
 .swiper-container{
     opacity: 0;
}
 .padding-page{
     padding: 24px 12px;
}
 .level-2.is-current a {
     color: #ffa97a;
}
 .search-results-toolbar .pagination{
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
}
 .notice, .page-feedback form #thanks:not(:empty), .page-feedback form small {
     padding: 10px;
     display: inline-block;
     font-size: 11px;
}
 textarea#feedback_content {
     width: 100%;
}
 .bottom-line-a{
     border-bottom: 2px solid #000;
}
 .editor{
     word-break: break-word;
}
 input.dynamic_basket-submit.bttn-prim {
     margin: 14px auto 0px;
     display: block;
     font-size: 13px;
}
 .dynamic_basket-total.row.flex-middle {
     margin-top: 17px;
}
 a.dynamic_item-image {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     height: 100%;
}
 .dynamic_item-title {
     margin: 10px 0px;
}
 .dynamic_item-quantity {
     display: none;
}
 .quantity-controls {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 10px;
}
 button.dynamic_item-del {
     background: none;
}
 @charset "UTF-8";
 .cart-wrap .top-line-catalog {
     margin-top: 24px;
     margin-bottom: 24px;
}
 .cart-wrap .white {
     border: 2px solid #f5eee4;
     text-align: center;
     padding: 59px 42px;
     padding-bottom: 27px;
     position: relative;
}
 .cart-wrap .black {
     text-align: center;
     background-color: #000105;
     padding: 40px 0px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .cart-wrap [data-items-text] {
     color: #adada5;
     font-family: Intro;
     font-size: 12px;
     font-weight: 400;
     padding-bottom: 10px;
     text-transform: uppercase;
     border-bottom: 2px solid #000105;
}
 .cart-wrap button.cart-submit.bttn-second.in-cart {
     width: 118px;
     height: 40px;
     border: 2px solid #ffffff;
     background-color: #000105;
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     line-height: 20px;
}
 .cart-wrap .item-image {
     border: 2px solid #f5eee4;
     height: 80px;
     padding: 5px;
}
 .cart-wrap .item-image a {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     height: 100%;
     width: 100%;
}
 .cart-wrap .item-image a span {
     height: 100%;
}
 .cart-wrap .cart-item {
     margin: 0 0 27px;
}
 .cart-wrap .item-title-link {
     color: #000105;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
}
 .cart-wrap .item-info-inner {
     padding-left: 14px;
}
 .cart-wrap .item-sku {
     color: #adada5;
     font-family: "Museo Sans Cyrl 100";
     font-size: 12px;
     font-weight: 400;
     text-transform: none;
}
 .cart-wrap .item-money {
     color: #000105;
     font-family: Intro;
     font-size: 24px;
     font-weight: 500;
}
 .cart-wrap .item-money .rub {
     font-size: 14px;
}
 .cart-wrap .item-old_price {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     text-decoration: line-through;
     margin-left: 10px;
}
 .cart-wrap .quan-title {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     margin-right: 8px;
}
 .cart-wrap .quantity-controls {
     margin: 0;
}
 .cart-wrap .quantity-controls .bttn-count, .cart-wrap .quantity-controls a.bttn-count {
     display: none;
}
 .cart-wrap .quantity-controls .quantity-input {
     width: 28px;
     height: 28px;
     border: 2px solid #f5eee4;
     color: #0c1506;
     font-family: Intro;
     font-size: 16px;
     font-weight: 500;
}
 .cart-wrap .item-total_price {
     color: #adada5;
     font-family: Intro;
     font-size: 16px;
     font-weight: 500;
     margin-left: 13px;
}
 .cart-wrap .top-row {
     margin-bottom: 5px;
}
 .cart-wrap .cart-items {
     padding-bottom: 14px;
     border-bottom: 2px solid #f5eee4;
}
 .cart-wrap .top-line-catalog .line {
     margin-left: 0;
}
 .cart-wrap .cart-item-wrap {
     padding-left: 0;
     padding-right: 42px;
}
 .cart-wrap .p-right {
     padding-right: 0;
     position: relative;
}
 @charset "UTF-8";
 .cart-wrap .top-line-catalog .pag {
     margin-right: 0;
     min-width: 200px;
     margin-left: 30px;
}
 .cart-wrap .top-line-catalog .line {
     -webkit-flex-basis: 90%;
     -ms-flex-preferred-size: 90%;
     flex-basis: 90%;
}
 .cart-wrap .cart-total {
     color: #000105;
     font-family: Intro;
     font-size: 30px;
     font-weight: 500;
}
 .cart-wrap .inpt-group {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .cart-wrap .inpt-group .discounts-coupon {
     min-width: 100%;
     border: 1px solid #adada5;
     width: 205px;
     height: 40px;
     margin-top: 27px;
}
 .cart-wrap .inpt-group .discounts-coupon::-webkit-input-placeholder {
     text-align: center;
}
 .cart-wrap .inpt-group .discounts-coupon:-moz-placeholder {
     text-align: center;
}
 .cart-wrap .inpt-group .discounts-coupon::-moz-placeholder {
     text-align: center;
}
 .cart-wrap .inpt-group .discounts-coupon:-ms-input-placeholder {
     text-align: center;
}
 .cart-wrap .inpt-group .discounts-coupon::-ms-input-placeholder {
     text-align: center;
}
 .cart-wrap .inpt-group .discounts-coupon::placeholder {
     text-align: center;
}
 .cart-wrap .inpt-group .discounts-submit {
     width: 118px;
     height: 40px;
     background-color: #adada5;
     color: #ffffff;
     font-family: "Intro Cond Black Free";
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
    /* Text style for "п, рименит" */
     letter-spacing: 1.2px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border: 0;
     padding-top: 13px;
     margin: 10px auto;
}
 .cart-wrap .total-title {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     margin-top: 30px;
     margin-bottom: 13px;
}
 .cart-wrap .order-absolute {
     position: absolute;
     left: -14px;
     z-index: 1;
     top: 13px;
}
 .height100{
     height: 100%;
}
 .cart-wrap .item-remove {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .cart-wrap span.del-title {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     margin-right: 8px;
}
 .cart-wrap button.bttn-favorite.not-added:after {
     content: "В список избранного";
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     min-width: 116px;
     line-height: 14px;
     text-align: right;
    /* display: block;
     */
    /* height: 47px;
     */
     margin-right: 20px;
     margin-top: -14px;
}
 .cart-wrap button.bttn-favorite.not-added {
     margin-left: auto;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: 20px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .cart-wrap .bttn-favorite.is-added{
     margin-left: auto;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: 20px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .cart-wrap .bttn-favorite.is-added:after {
     content: "Товар в списке избранного";
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     line-height: 14px;
     min-width: 116px;
     text-align: right;
    /* display: block;
     */
    /* height: 47px;
     */
     margin-right: 20px;
     margin-top: -14px;
}
 .cart-wrap .black svg {
     width: 100%;
     margin-top: 43px;
}
 .cart-wrap a.more-delivery {
     color: #ffffff;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 20px;
     margin-top: 20px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     text-align: right;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -moz-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     padding: 0px 108px;
     position: relative;
     text-decoration: underline;
     text-transform: uppercase;
     text-underline-position: under;
}
 .cart-wrap a.more-delivery svg {
     margin: 0;
     display: inline-block;
     width: 28px;
    /* margin-left: 10px;
     */
     position: absolute;
     bottom: 0;
     right: 80px;
}
 .cart-wrap .weight {
     color: #adada5;
     font-family: "Museo Sans Cyrl 300";
     font-size: 14px;
     font-weight: 400;
     letter-spacing: -0.35px;
     text-align: right;
     margin-top: 14px;
}
 .cart-wrap .recently-slider-controls {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
}
 .cart-wrap .recently-slider-controls .circle {
     height: 7px;
     width: 7px;
     background: #000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     position: relative;
     top: -2px;
     margin: 0 40px;
}
 .cart-wrap .recently-slider-left {
     border-top: 2px solid #adada5;
     margin-top: 75px;
     padding-top: 24px;
}
 #fsc-right{
     cursor: pointer;
}
 #fsc-left{
     cursor: pointer;
}
 .cart-wrap .card-title{
     padding: 0;
}
 .cart-wrap .image-container.is-rectangle{
     padding-top: 80%;
}
 .cart-wrap .card-title a{
     text-align: left;
}
 .cart-wrap .wrap-favorite-cart-wrap {
     position: relative;
     height: 100%;
}
 .cart-wrap .wrap-favorite-cart-wrap .cat {
     position: absolute;
     bottom: -120px;
     z-index: 10;
     right: 10px;
}
 .cart-wrap .wrap-favorite-cart-wrap .title {
     color: #282522;
     font-family: Intro;
     font-size: 14px;
     font-weight: 500;
     line-height: 18px;
     text-transform: uppercase;
     padding-top: 20px;
}
 .cart-wrap .js-recently_view .container {
     margin-top: 0;
}
 .cart-wrap .card-prices {
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -moz-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
}
 .cart-wrap .card-title a {
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -moz-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     color: #000105;
     font-family: "Museo Sans Cyrl 300";
     font-size: 12px;
     font-weight: 400;
     padding: 0px 5px;
}
 .cart-wrap .card-old_price {
     margin-left: 8px;
}
 .swiper-container.favoriteCart.swiper-container-horizontal{
     max-height: 300px;
     overflow: hidden;
}
 @media (max-width: 1360px) {
     .template-is-cart .js-recently-slider{
         padding-bottom: 0;
         padding: 0px 13px;
    }
     .cart-wrap {
         padding-left: 24px;
         padding-right: 24px;
    }
     .cart-wrap .more-delivery {
         padding: 0;
    }
}
 @media (max-width: 1200px) {
     .cart-wrap .cart-item-wrap {
         padding-right: 10px;
    }
     .cart-wrap .bttn-favorite.is-added {
         margin-right: 0;
    }
     .cart-wrap button.bttn-favorite.not-added {
         margin-right: 0;
    }
}
 @media (max-width: 1360px) {
     .cart-wrap a.more-delivery {
         padding: 0;
    }
     .cart-wrap a.more-delivery svg {
         right: -30px;
         bottom: 0;
    }
}
 @media (max-width: 1100px) {
     .cart-wrap button.bttn-favorite.not-added:after {
         display: none;
    }
     .cart-wrap .bttn-favorite.is-added:after {
         display: none;
    }
     .cart-wrap .bttn-favorite {
         -webkit-box-pack: center !important;
         -webkit-justify-content: center !important;
         -moz-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
         margin: 0 auto !important;
    }
     .cart-wrap .mini-text + .description {
         display: none;
    }
}
 @media (max-width: 1024px) {
     .item-delete span:first-child {
         display: none;
    }
     .cart-wrap .white {
         padding: 59px 20px 27px;
    }
}
 @media (max-width: 920px) {
     .cart-wrap .recently-slider-left {
         margin-top: 14px;
    }
     .cart-wrap .top-line-catalog .line {
         -webkit-flex-basis: 100%;
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         margin-top: 20px;
    }
     .cart-wrap .order-absolute {
         display: none;
    }
     .cart-wrap .js-favorite {
         display: none;
    }
     .cart-wrap .cart-item-wrap {
         padding: 0;
    }
     .cart-wrap .p-right {
         padding: 0;
         margin-top: 14px;
    }
}
 @media (max-width: 768px) {
     .cart-wrap .top-line-catalog {
         -webkit-flex-basis: 100%;
         -ms-flex-preferred-size: 100%;
         flex-basis: 100%;
         margin-top: 10px;
    }
}
 @media (max-width: 640px) {
     .cart-wrap .item-image {
         height: initial;
    }
     .cart-wrap .item-info-inner {
         padding-left: 0;
    }
     .cart-wrap .top-line-catalog {
         margin-top: 0;
    }
}
 @media (max-width: 480px) {
     .cart-wrap.collection .title h1 {
         font-size: 60px;
    }
     .cart-wrap .top-row{
         padding-left: 0;
    }
     .cart-wrap .top-row + .cell-12{
         padding-left: 0;
    }
     .cart-wrap .cart-item {
         border-bottom: 2px solid #f5eee4;
         padding-bottom: 14px;
         position: relative;
    }
     .cart-wrap .cart-item:last-child {
         border: 0;
         padding-bottom: 0;
         margin-bottom: 0;
    }
     .cart-wrap .push-0-xs {
         margin-top: 10px;
    }
     .fav-btn {
         position: absolute;
         top: -10px;
         right: 40px;
    }
     .del-w {
         position: absolute;
         top: -15px;
         right: -10px;
    }
    header{
      padding-top: 5px;
    }
}
@media(max-width: 1024px){
  .dynamic_basket{
    display: none;
  }
}
.cart-empty.notice.notice-info {
    margin-bottom: 20px;
    margin: 0 auto;
    display:  block;
    text-align:  center;
    color: #000105;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    margin-top: 10px;
    min-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 21px;
    -webkit-box-align:  center;
    -webkit-align-items:  center;
    -moz-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    -webkit-box-pack:  center;
    -webkit-justify-content:  center;
    -moz-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    text-transform:  uppercase;
    margin-bottom: 40px;
    margin: 0px -12px;
    margin-bottom: 28px;
}
.js-margin{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.margin-block-2{
    margin-top: 0px;
}
.margin-block-1{
  margin-top: 107px;
}
.added-content {
    margin-top: 10px;
}

.added-title {
    margin-bottom:  0;
}

a.added-link.bttn-prim {
    font-size:  12px;
    text-transform:  none;
}

button.added-close.bttn-transparent {
    font-size:  12px;
    text-transform:  none;
}
.template-is-page .js-favorite .card{
  padding-bottom: 20px;
}
.template-is-cart .js-favorite .card:hover .card-prices{
  opacity: 1;
}
.card:hover .card-prices{
  opacity: 0;
}
.card:hover .hover-card .card-prices{
  opacity: 1;
}
.card:hover .card-title{
  opacity: 0;
}
.template-is-cart .js-favorite .card:hover .card-title{
  opacity: 1;
}
.template-is-page .js-favorite .card:hover .hover-card .card-prices{
  opacity: 1;
}

.header-menu-link:hover{
  opacity: 0.9;
  color: #ffffff;
}
.card-prices .card-old_price{
  margin-left: 8px;
}
.co-section--checkout_header{
  padding-bottom: 10px;
}
.favorite-card .card-prices{
  padding: 0px 5px;
}
.template-is-cart .js-favorite .cell-9{
    height: 250px;
    overflow:  hidden;
}
.post-1 .search_widget-submit i{
    line-height: 0;
}
.popular-authors .image-container.is-square {
    padding-top: 80%;
    height: 140px;
}
.top-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-rating .star-rating .star-label {
  font-size: 10px;
}
.top-rating .star-rating-row {
  margin-left: 10px;
  margin-right: 10px;
}
.collection-order label {
    margin-right: 8px;
}
@media(max-width: 1024px){
     .bottom-pagination .pagination{
          padding: 0;
          margin: 0 auto;
          margin-top: 20px;

     }
}
@media(max-width: 400px){
     .bottom-pagination .pagination .pagination-item .pagination-link{
          min-width: 28px;
     }
}
@media (max-width: 920px) {
.template-is-product .popular-authors .cat{
     opacity: 0;
     z-index: -1;
 }
}
@media (max-width: 768px) {
.template-is-product .popular-authors .cat{
     opacity: 1;
     z-index: 1;
 }
}
@media(max-width: 480px){
     .hover-card{
          display: none !important;
     }
     .card-title, .card-prices{
          opacity: 1 !important;
     }
     .top-rating{
          margin-left: 20px;
     }
}


.category-ajax-slider-wrap .level_2 {
  padding-left: 30px;
}

.tab {
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
}

.tab.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.level_2 {
  display: block;
}

a.cell-12.level_1 {
  position: relative;
}

a.cell-12.sub.level_1:after {
  content: '+';
  display: block;
  height: 3px;
  width: 3px;
  position: absolute;
  right: 24px;
  top: 1px;
  color: #fe9d7a;
  font-size: 20px;
}

a.cell-12.sub.level_1.open:after {
  content: '-';
}
.serial-hover a{
    position: relative;
}
.serial-hover a .mini-photo{
    top: 0px;
    left: -30px;
    position: absolute;
}
.subcollections {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 2px solid #f5eee4;
}
.subcollections .img-wrap {
    border: 2px solid #f5eee4;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
}
.subcollections .img-wrap img{
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
.subcollections a{
     text-decoration: none;
}
.subcollections .cell-4 {
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.subcollections .cell-4:hover .img-wrap img{
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
         -o-transform: scale(1.4);
            transform: scale(1.4);
}
/*.subcollections .cell-4:hover .img-wrap img{
    transform: scale(1.4);
}*/
.subcollections .title {
    font-family: "Intro Cond Black Free";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    position: relative;
    align-items: center;
    top: 2px;
    padding: 3px 2px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.js-gallery-collection-thumbs .is-active {
    padding: 3px;
}
.js-gallery-collection-thumbs .is-active img {
    border: 2px solid #f5eee4;
}
.js-gallery-collection-thumbs .swiper-wrapper{
    padding: 10px;
}
.template-is-collection .count {
    margin-right: 5px;
}
.template-is-collection .tabs-item {
    width: 50%;
    border: 2px solid #adada5;
}
.template-is-collection .tabs-head .tabs-item:first-child {
    border-right: 0;
}
.template-is-collection .tabs-item.is-button-active {
    color: #000;
}
.logo img {
    max-height: 157px;
}
[data-tab-target="composition"] a {
  transition: 0.3s;
}
[data-tab-target="composition"] a:hover {
  color: #fe9da1;
}
.template-is-collection .js-collection-gallery-main {
  border: 2px solid #f5eee4;
}
.template-is-collection .gallery-top {
  margin-bottom: 0;
}
.template-is-collection .js-gallery-collection-thumbs .swiper-wrapper {
  padding: 6px;
}
.product-available{
    font-size: 13px;
    display: flex;
    align-items: center;
}
.product-available:before{
    margin-right: 0;
}.product-available {
    margin-bottom: 15px;
}
.index-slider-wrap .container .index-slider .text {
    height: 100%;
}


@media(max-width: 768px){
    .index-slider-wrap .container .index-slider .description{
    display: none;
}

.index-slider-wrap .container .index-slider .background{
    padding: 4px 0px;
}

}
.full-version{
    width: 100%;
    padding:18px;
    border-top: 2px solid #474340;
color: #474340;
    font-family: "Museo Sans Cyrl 300";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;

}


.index-banners .cell-4:nth-child(3) .pla{
    display: none;
}
.index-banners .cell-4:nth-child(2) .pla{
    display: none;
}
.index-banners .cell-4:nth-child(1) .pla{
    display: none;
}


.logo-text p {
    padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
    font-size: 14px;
}



.header-menu .item .header-menu-link:before {
    margin: 0 27px 0 25px;
}
.avtor-filter {
    padding: 20px;
    background-color: rgba(40, 37, 34, 0.97);
}
.avtor-filter * {
    color: #fff;
}
.avtor-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.avtor-filter .item {
    padding-bottom: 20px;
    padding-right: 10px;
    flex-basis: 16.6666666666667%;
}


a.phone.in-header.second{
    margin-top: 0;
}

a.phone.in-header.first{
    margin-bottom: 5px;
}
.search_widget{
    top: -14px;
}
.header-right-bottom{
    margin-top: 13px;
}
.filter-items-wrapper.is-tab-active{
     max-height: 1000000px;
}

form.avtor-filter{
    max-height: 400px;
    overflow-Y: scroll;
}

.ov{
     overflow: visible !@import url();;
}

@media (max-width: 1200px) {
    .header-menu .item .header-menu-link:before {
        margin: 0 20px;
    }
}
@media (max-width: 1140px) {
    .header-menu .item .header-menu-link:before {
        margin: 0 10px;
    }
    .avtor-filter .item {
        padding-bottom: 20px;
        padding-right: 10px;
        flex-basis: 20%;
    }
}
@media (max-width: 920px) {
    .avtor-filter .item {
        padding-bottom: 20px;
        padding-right: 10px;
        flex-basis: 25%;
    }
}
@media (max-width: 768px) {
    .avtor-filter .item {
        padding-bottom: 20px;
        padding-right: 10px;
        flex-basis: 33.33333%;
    }
}
@media (max-width: 480px) {
    .avtor-filter .item {
        padding-bottom: 20px;
        padding-right: 10px;
        flex-basis: 50%;
    }
}
@media (max-width: 360px) {
    .avtor-filter .item {
        padding-bottom: 20px;
        padding-right: 10px;
        flex-basis: 100%;
    }
}
.avtor-label {
    font-family: "Museo Sans Cyrl 500" !important;
}
.avtor-label:hover * {
    color: #fe9d7a !important;
}
.padding-page .avtor-filter {
    max-height: initial;
    overflow: visible;
}
