@font-face {
    font-family: 'Optima Cyr';
    src: url("/catalog/view/theme/somastore/fonts/optima/Optima.woff2") format("woff2"), url("/catalog/view/theme/somastore/fonts/optima/Optima.woff") format("woff"), url("/catalog/view/theme/somastore/fonts/optima/Optima.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Optima Cyr';
    src: url("/catalog/view/theme/somastore/fonts/optima/OptimaBold.woff2") format("woff2"), url("/catalog/view/theme/somastore/fonts/optima/OptimaBold.woff") format("woff"), url("/catalog/view/theme/somastore/fonts/optima/OptimaBold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}


body {
    font-family: 'Optima Cyr', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

body, input, textarea {
    font-family: 'Optima Cyr', sans-serif;
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    color: #333;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #333;
}

a:focus, a:hover {
    color: #000;
}

a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */
#content {
    min-height: 600px;
}
/* footer */



/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
    right: -1px;
}








/**************** Somastore ***************/

/*@font-face {*/
    /*src: url("/local/components/build/css/../fonts/Optima/Optima.woff2") format("woff2"), url("/local/components/build/css/../fonts/Optima/Optima.woff") format("woff");*/
    /*font-family: "Optima";*/
    /*font-weight: 400;*/
    /*font-style: normal;*/
    /*font-display: swap; }*/

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0; }

html {
    position: relative;
    /*overflow-x: hidden;*/
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Optima Cyr", sans-serif;
    scroll-behavior: smooth; }

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
li {
    list-style: none;
}
body a, html a {
    text-decoration: none;
    outline: none;
}
body a:focus, html a:focus {
    text-decoration: none;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body, html {
    height: 100%;
}

body a, html a {
    text-decoration: none;
}

body input, html input {
    -webkit-appearance: none;
}
/*Изменение высоты картинки при зуме на мобильных*/
html {
    /*overflow: hidden;*/
}
body {
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

img, fieldset, a img {
    border: none;
}

input[type="submit"], button {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none;
}

div {
    outline: none !important;
}

* {
    outline: none !important;
}

ul, ol {
    list-style-type: none;
}

img {
    vertical-align: top;
}

li {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.clear {
    clear: both;
}





/*********** header ***********/

/* шапка сайта */

/* скрывать элементы со страницы */
.visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.soma-header {
    position: relative;
    height: 104px;

    background-color: #ffffff;
    color: #000000;
}

.main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    opacity: 0.1;
}

.soma-header .soma-header__logo-white {
    display: none;
}

/* ------------- шапка скроллится */
.soma-header__fixed .soma-header-menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    background-color: #fff !important;

    z-index: 99999;
}
.soma-header__fixed{
    /*padding-bottom: 80px;*/
}

/* ------------- строка уведомлений */
.soma-header-notification {
    height: 40px;
    padding: 10px 20px 0;
    border-bottom: 0.5px solid #cccccc;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
}
.soma-header-notification p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.soma-header-notification a {
    color: #000000;
    transition: none;
}

/* ------------- меню в шапке */
.soma-header-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    position: relative;
    height: 64px;
    padding: 12px 40px;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;

    z-index: 9999; /* чтобы не было видно тень от каталога */
}

.soma-header__logo {
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -69px;
    width: 138px;
    height: 40px;

    text-align: center;
    color: #ffffff;
    font-size: 10px;
}

/* ------------- меню опций */
.soma-header__service-menu {
    display: flex;
    flex-direction: row;
}
.service-menu__item {
    margin-right: 45px;

    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: bold;
}
.service-menu__item a{
    position: relative;
    display: inline-block;

    color: #000000;
    cursor: pointer;
    line-height: 24px;
    transition: none;
}
.service-menu__item a svg {
    position: absolute;
    left: 0;
    top: -1px;
}
.service-menu__item a svg path {
    stroke: #1A1A1A;
    stroke-width: 1.5px;

}
.service-menu__item-catalog a{
    padding-left: 32px;

    /*background-image: url(../../img/icn-header-burger.svg);
    background-size: 24px;
    background-position: 0 -1px;
    background-repeat: no-repeat;*/
}
.service-menu__item-catalog .icn-mobile {
    display: none;
}
.service-menu__item-shops a{
    padding-left: 32px;

    /*background-image: url(../../img/icn-header-shops.svg);
    background-size: 24px;
    background-position: 0 -1px;
    background-repeat: no-repeat;*/
}
.service-menu__link-international {
    text-decoration: none;
    opacity: 50%;
}

/* ------------- меню пользователя */
.soma-header__user-menu {
    display: flex;
    flex-direction: row;
}

/* старый поиск, позже убрать */
.search1__current.mod1 {
    background-image: url(/catalog/view/theme/somastore/icons/icn-header-search.svg);
}
.search1 {
    margin-right: 0;
}

.user-menu__item {
    margin-left: 31px;
}
.user-menu__item a {
    position: relative;

    display: inline-block;
    min-width: 24px;
    height: 24px;
}
.user-menu__item a svg {
    position: absolute;
    top: 0;
    left: 0;
}
.user-menu__item a svg path {
    stroke: #1a1a1a;
    stroke-width: 1.5px;
}

.user-menu__item-search .search1__current.mod1 {
    background: none;
}

.user-menu__item-profile a svg{
    left: 3px;
    top: 2px;
    /*    background-image: url(../../img/icn-header-profile.svg);
        background-position: center;
        background-repeat: no-repeat; */
}
.user-menu__item-favorites a svg{
    left: 2px;
    top: 4px;
    /*    background-image: url(../../img/icn-header-favorite.svg);
        background-position: center;
        background-repeat: no-repeat; */
}
.user-menu__item-basket a svg{
    left: 0;
    top: 0;
    /*    background-image: url(../../img/icn-header-basket.svg);
        background-position: center;
        background-repeat: no-repeat; */
}

.user-menu__item-counter {
    position: absolute;
    top: -10px;
    right: -10px;

    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #86736f;
    border: 1px solid #86736f;

    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

/* ------------- шапка на главной поверх слайдера */
.soma-header__mainpage {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;

    z-index: 99;
}

/* ------------- шапка на прозрачном фоне */
.soma-header__transparent {
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.68) 0%, rgba(16, 16, 16, 0) 100%);
    color: #ffffff;
}
.soma-header__transparent .soma-header__logo-main {
    display: none;
}
.soma-header__transparent .soma-header__logo-white {
    display: block;
}
.soma-header__transparent .soma-header-menu {
    background-color: transparent;
    border-bottom-color: transparent;
}
.soma-header__transparent .soma-header-notification {
    border-bottom-color: #ffffff;
}
.soma-header__transparent .soma-header-notification a {
    color: #ffffff;
}
.soma-header__transparent .service-menu__item a {
    color: #ffffff;
}
.soma-header__transparent .service-menu__item a svg path {
    stroke: #ffffff;
}
.soma-header__transparent .user-menu__item a {
    color: #ffffff;
}
.soma-header__transparent .user-menu__item a svg path {
    stroke: #ffffff;
}
/* шапка на прозрачном фоне по ховеру становится непрозрачной  */
.soma-header__transparent:hover,
.soma-header__transparent.__catalog-opened {
    background: #ffffff;
    color: #000000;
}
.soma-header__transparent:hover .soma-header__logo-main,
.soma-header__transparent.__catalog-opened .soma-header__logo-main{
    display: block;
}
.soma-header__transparent:hover .soma-header__logo-white,
.soma-header__transparent.__catalog-opened .soma-header__logo-white {
    display: none;
}
.soma-header__transparent:hover .soma-header-menu,
.soma-header__transparent.__catalog-opened .soma-header-menu {
    background-color: #ffffff;
    border-bottom-color: #cccccc;
}
.soma-header__transparent:hover .soma-header-notification,
.soma-header__transparent.__catalog-opened .soma-header-notification {
    border-bottom-color: #cccccc;
}
.soma-header__transparent:hover .soma-header-notification a,
.soma-header__transparent.__catalog-opened .soma-header-notification a {
    color: #000000;
}
.soma-header__transparent:hover .service-menu__item a,
.soma-header__transparent.__catalog-opened .service-menu__item a {
    color: #000000;
}
.soma-header__transparent:hover .service-menu__item a svg path,
.soma-header__transparent.__catalog-opened .service-menu__item a svg path {
    stroke: #000000;
}
.soma-header__transparent:hover .user-menu__item a,
.soma-header__transparent.__catalog-opened .user-menu__item a {
    color: #000000;
}
.soma-header__transparent:hover .user-menu__item a svg path,
.soma-header__transparent.__catalog-opened a svg path {
    stroke: #000000;
}


/* каталог */
.soma-catalog {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;

    max-height: calc(-64px + 100vh);  /* если высота каталога больше высоты экрана */
    overflow-y: auto;

    background-color: #ffffff;
    box-shadow: 0px 4px 16px rgba(26, 26, 26, 0.15);
    z-index: 999;
}
.hidden {
    display: none;
}
.soma-header__fixed .soma-catalog {
    position: fixed;
    top: 64px;
}

.soma-catalog__inner {
    position: relative;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;

    width: 1160px;
    margin: 0 auto;
    padding-top: 40px;
}

.soma-catalog__close {
    position: absolute;
    top: 40px;
    right: -36px;

    width: 24px;
    height: 24px;

    background-image: url(/catalog/view/theme/somastore/icons/icn-header-catalog-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.soma-catalog__column {
    width: 175px;
    margin-right: 24px;
    margin-bottom: 40px;
}
.column-5 {
    align-self: flex-start;
    flex-grow: 1;
    width: auto;
    margin-right: 0;
    text-align: center;
}

.soma-catalog__item-title {
    margin-bottom: 8px;
}
.soma-catalog__item-title:last-child {
    margin-bottom: 0;
}
.soma-catalog__item-title a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000000;
}
.soma-catalog__item-title.item-marked a {
    color: #7A0D22;
}
.soma-catalog__item-title a:hover,
.soma-catalog__item-title.item-marked a:hover {
    color: #86736f;
}
.soma-catalog__item {
    margin-bottom: 8px;
}
.soma-catalog__item a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #757575;
}
.soma-catalog__item a:hover {
    color: #86736f;
}
.soma-catalog__list {
    margin-bottom: 24px;
}
.soma-catalog__list:last-child {
    margin-bottom: 0;
}
.soma-catalog__list-inner {
    margin-top: 10px;
    padding-left: 16px;
}

.soma-catalog__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    width: 100%;
    flex-grow: 1;
    padding: 16px 0 32px;
    border-top: 1px solid #cccccc;
}
.soma-catalog__social {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.soma-catalog__social a{
    margin-right: 40px;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
}
.soma-catalog__social a:hover{
    text-decoration: none;
}
.soma-catalog__subscribe {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.soma-catalog__subscribe h4{
    margin-right: 24px;

    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
}
.soma-catalog__subscribe-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    position: relative;
    width: 376px;
}
.soma-catalog__subscribe input[type="email"] {
    background-color: #F2F2F2;
    border: 1px solid transparent;
    width: 306px;
    height: 48px;
    padding: 16px 16px 14px;
    box-sizing: border-box;

    font-size: 14px;
    letter-spacing: 0.05em;
}
.soma-catalog__subscribe-button {
    width: 60px;
    height: 48px;
    margin-left: 8px;

    font-size: 16px;
    line-height: 48px;
}
.soma-catalog__subscribe-status {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;

    color: #757575;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
}
.soma-catalog__subscribe-status a {
    color: #757575;
    text-decoration: underline;
}
.soma-catalog__subscribe-status a:hover {
    text-decoration: none;
}
._error input[type="email"] {
    border-color: #f00;
}
._error .soma-catalog__subscribe-status {
    color: #f00;
}
._success input[type="email"] {
    border-color: #86736f;
}
._success .soma-catalog__subscribe-status {
    color: #86736f;
}

/* форма поиска временно */
.search1__drop {
    bottom: auto;
}

/* -------------- каталог мобильный */
.soma-catalog-mobile {
    display: none;
}
.opened {
    display: block;
}
.soma-catalog-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100vh;
    overflow-y: auto; /* если высота каталога больше высоты экрана */

    padding: 24px 16px 64px;
    background-color: #ffffff;

    z-index: 99999; /* должен перекрывать шапку и все остальное */
}
.soma-catalog-mobile__inner-header {
    display: inline-block;
    min-height: 20px;
}

.service-menu__item-site {
    position: relative;
}
.menu__change-site {
    position: absolute;

    width: 248px;
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px rgba(26, 29, 27, 0.1);

    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #757575;
}
.menu__change-site a,
.soma-header__transparent .service-menu__item .menu__change-site a {
    color: #000;
    text-decoration: underline;
}
.menu__change-site a:hover {
    text-decoration: none;
}


@media only screen and (max-width: 1230px) {
    .service-menu__item {
        margin-right: 25px;
    }
    .service-menu__item a{
        text-indent: -99999px;
        overflow: hidden;
    }
    .service-menu__item-site {
        display: none;
    }
    .soma-catalog__inner {
        width: 100%;
        padding: 25px 25px 0;
        justify-content: space-between;
    }
    .column-5 {
        display: none;
    }
    .soma-catalog__close {
        top: 25px;
        right: 25px;
    }
    .soma-catalog__column {
        margin-right: 0;
        width: 170px;
    }
    .soma-catalog__subscribe input[type="email"] {
        width: 250px;
    }
    .soma-catalog__subscribe p {
        margin-right: 16px;
        text-align: right;
    }
    .soma-catalog__item a {
        font-size: 14px;
        line-height: 16px;
    }
    .soma-catalog__item {
        margin-bottom: 8px;
    }
    .soma-catalog__item-title {
        margin-bottom: 10px;
    }
    .soma-catalog__item-title a {
        font-size: 16px;
        line-height: 18px;
    }
    .service-menu__item a svg.icn-desktop {
        top: 3px;
    }
}

/* -----------мобильная версия шапки */
@media only screen and (max-width: 760px) {

    .soma-header-menu-pwa {
        display: none;
    }

    /* высоту десктопной шапки на мобиле уменьшаем */
    .soma-header {
        height: 80px;
    }
    .soma-header+.page-line {
        padding-top: 24px;
    }

    /* хлебные крошки на мобиле скрываем */
    .bx-breadcrumb {
        display: none;
    }
    /* каталог для десктопа если был открыт, скрываем */
    .soma-catalog {
        display: none;
    }

    .soma-header-notification {
        height: 30px;
        padding: 0 17px;

        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0.03em;
    }
    .soma-header-menu {
        position: relative;

        align-items: flex-start;

        height: 50px;
        padding: 13px 17px 0;

        z-index: 14;
    }
    .soma-header__logo {
        top: 8px;
        margin-left: -52px;
    }
    .soma-header__logo,
    .soma-header__logo img{
        width: 118px;
        height: 34px;
    }
    .service-menu__item-shops,
    .user-menu__item-search {
        display: none;
    }
    .soma-header__service-menu {
        position: absolute;
    }
    .service-menu__item-catalog {
        margin-right: 0;
        line-height: 1;
        font-size: 0px;
    }
    .service-menu__item-catalog a {
        width: 24px;
        height: 24px;
        padding: 0;
        /*    background-image: url(../../img/icn-menu-mobile-catalog.svg);
            background-size: 20px auto; */
    }
    .service-menu__item-catalog .icn-desktop {
        display: none;
    }
    .service-menu__item-catalog .icn-mobile {
        display: block;
        top: 1px;
        left: 1px;
    }
    .soma-header__user-menu {
        width: 100%;
        justify-content: flex-end;
        padding-left: 38px;
    }
    .user-menu__item {
        margin-left: 16px;
    }
    .user-menu__item a {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .user-menu__item-profile {
        margin-right: auto;
        margin-left: 0;
    }
    /*.user-menu__item-profile a {
        background-size: 15px auto;
    }
    .user-menu__item-favorites a {
        background-size: 17px auto;
    }
    .user-menu__item-basket a {
        background-size: 17px auto;
    }*/
    .user-menu__item-profile a svg {
        top: 3px;
        left: 4px;
        width: 16px;
        height: 18px;
    }
    .user-menu__item-favorites a svg {
        /*width: 20px;
        height: 17px;*/
    }
    .user-menu__item-basket a svg {
        top: 1px;
        left: 1px;
        width: 22px;
        height: 22px;
    }

    .user-menu__item-counter {
        top: -4px;
        right: -7px;
        width: 17px;
        height: 17px;
        font-size: 10px;
        line-height: 17px;
        border-radius: 17px;
    }


    /* каталог для версий PWA и мобильной одинаковый */
    .soma-catalog-mobile {
        display: block;
    }
    .soma-catalog-mobile.hidden {
        display: none;
    }

    .soma-catalog-mobile__header {
        position: relative;
        /*margin-bottom: 24px;*/
        margin-bottom: 88px;

        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.08em;
        text-align: center;
        text-transform: uppercase;
        color: #000;
    }
    .mobile-header__btn-back {
        position: absolute;
        left: 0;
        top: -1px;

        width: 24px;
        height: 24px;
        background-image: url(/catalog/view/theme/somastore/icons/icn-menu-mobile-back.svg);
        background-size: 8px 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;

        cursor: pointer;
    }

    .soma-catalog-mobile__btn-close {
        position: absolute;
        right: 0;
        top: -2px;

        width: 24px;
        height: 24px;

        background-image: url(/catalog/view/theme/somastore/icons/icn-header-catalog-close.svg);
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        background-color: transparent;
        background-size: 15px;
    }

    .mobile-search {
        position: absolute;
        top: 74px;
        left: 16px;
        right: 16px;
    }
    .mobile-search .search1 {
        position: static;
        display: block;
    }

    .mobile-search .search1__drop {
        display: block;
        position: static;

        width: 100%;
        height: 40px;
        background-color: #f3f3f3;
        padding-left: 40px;
        border: none;
    }
    .mobile-search .search1__input {
        height: 40px;
        padding: 12px 15px 10px 0;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .mobile-search .search1__submit {
        position: absolute;
        left: 8px;
        top: 8px;
        width: 24px;
        height: 24px;
        background-image: url(/catalog/view/theme/somastore/icons/icn-header-search.svg);
        background-size: cover;
        opacity: 0.75;
    }

    .soma-catalog-mobile__item {
        position: relative;

        margin-bottom: 16px;
    }
    .soma-catalog-mobile__item a {
        display: block;
        padding: 2px 0;

        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.05em;
        color: #000000;

        cursor: pointer;
    }
    .soma-catalog-mobile__item a:hover,
    .soma-catalog-mobile__item a:focus {
        color: #86736f;
    }
    .mobile-catalog__btn-next {
        background-image: url(/catalog/view/theme/somastore/icons/icn-menu-mobile-next.svg);
        background-size: 6px 12px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .soma-catalog-mobile__list-inner {
        display: none;
    }

    /* ---------- чтобы попапы перекрывал шапку */
    .modal-up {
        z-index: 100000;
    }
}






/********* slider-mainpage ***********/
/* обновлённый слайдер на главной */

.hero {
    justify-content: space-between;
    min-height: 650px;
}
.soma-main-slider {
    position: relative;

    width: 100%;        /* размеры слайдера задаются тут */
    height: 100vh;      /* во всех внутренних блоках самого слайдера размеры относительно этого родителя */
    min-height: 650px;

    margin-bottom: 80px; /* временно */
}

/* новый вид самого слайдера */
.home-slider-newskin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-slider-newskin .slick-list.draggable,
.home-slider-newskin .slick-track {
    height: 100%;
}

.home-slider-newskin .home-slider__slide {
    position: relative;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding-bottom: 100px;*/
    min-height: unset;

    display: flex;
    width: 100%;
    height: 100%;
}
.home-slider-newskin .home-slider__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: rgba(0,0,0,0.1);
    z-index: 0;
}

.home-slider-newskin .home-slider__content {
    margin-top: auto;
    margin-bottom: 7%;

    position: relative;
    z-index: 1;
}

.home-slider-newskin .home-slider__title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color:  #ffffff;
    margin-bottom: 16px;
}
.home-slider-newskin .home-slider__button {
    display: inline-block;

    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    color: #111111;
    padding: 15px 48px 13px;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
    .home-slider-newskin .home-slider__title {
        font-size: 40px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 374px) {
    .home-slider-newskin .home-slider__title {
        font-size: 28px;
        line-height: 30px;
    }
}

/* слайд с распродажей */
.home-slider__sale,
.home-slider__sale2,
.home-slider__sale3,
.home-slider__sale5,
.home-slider__sale8 {
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.home-slider__sale2 {
    margin-bottom: 25px;
}
.home-slider__sale3 {
    margin-bottom: 20px;
}
.home-slider__sale-header {
    margin-bottom: 13px;
    font-size: 80px;
    line-height: 82px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.home-slider__sale-header2 {
    margin-bottom: 0px;
    font-size: 70px;
    line-height: 65px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.home-slider__sale-header3 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 65px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.home-slider__sale-header5 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.03em;
}
.home-slider__sale-header8 {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.03em;
}
.subtext{
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.03em;
    margin-top: 10px;
}
.home-slider__sale-header sub{
    position: relative;
    left: -20px;
    top: -25px;
    font-size: 30px;
}
.home-slider__sale-discount {
    position: relative;
    width: 354px;
    margin: 0 auto;

    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.home-slider__sale-discount span {
    position: absolute;
    top: 21px;
    left: 46px;

    font-size: 29px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.home-slider__sale-addinfo {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #ffffff;
}
.home-slider__sale-addinfo2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.03em;
    color: #ffffff;
}
.home-slider__sale-addinfo3 {
    font-size: 70px;
    line-height: 72px;
    letter-spacing: 0.03em;
    color: #ffffff;
}
.home-slider__sale-addinfo5,
.home-slider__sale-addinfo8 {
    font-size: 70px;
    line-height: 72px;
    letter-spacing: 0.03em;
    color: #ffffff;
}
.home-slider__sale-addinfo.mobile {
    display: none;
}
.home-slider__sale-addinfo2.mobile {
    display: none;
}
.home-slider__sale-addinfo3.mobile {
    display: none;
}
.home-slider__sale-addinfo5.mobile {
    display: none;
}
.home-slider__sale-header5.mobile {
    display: none;
}
.home-slider__sale-addinfo8.mobile {
    display: none;
}
.home-slider__sale-header8.mobile {
    display: none;
}
.home-slider__sale-addinfo sub {
    position: relative;
    top: -2px;
    left: 0;
}

/* кружки слайдера */
.home-slider-newskin .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;

    padding: 0;
    margin: 0;

    list-style: none;
}
.home-slider-newskin .slick-dots ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.home-slider-newskin .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 16px;

    cursor: pointer;
}
.home-slider-newskin .slick-dots li span {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;

    border-radius: 8px;
    background-color: #ffffff;
    opacity: 0.6;
}
.home-slider-newskin .slick-dots li:hover span {
    opacity: 1;
}
.home-slider-newskin .slick-dots li.slick-active {
    border-color: #ffffff;
}
.home-slider-newskin .slick-dots li.slick-active span{
    opacity: 1;
}


/* стрелки слайдера */
.home-slider-newskin .slick-arrow {
    margin-top: -40px;

    width: 40px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.25);
    background-size: 24px;
    background-repeat: no-repeat;
}
.home-slider-newskin.slick-slider .slick-prev {
    left: 0;
    border-radius: 0 40px 40px 0;
    background-image: url(/catalog/view/theme/somastore/icons/icn-slider-arrow-white-prev.svg);
    background-position: 15% center;
}
.home-slider-newskin.slick-slider .slick-next {
    right: 0;
    border-radius: 40px 0 0 40px;
    background-image: url(/catalog/view/theme/somastore/icons/icn-slider-arrow-white-next.svg);
    background-position: 85% center;
}
.home-slider-newskin .slick-prev::before,
.home-slider-newskin .slick-next::before {
    display: none;
}

@media only screen and (max-width: 810px) {
    .home-slider-newskin .home-slider__slide {
        background-position: top left;
    }
    .home-slider__sale-addinfo {
        margin-top: 16px;
    }

    .home-slider-newskin .home-slider__content {
        margin-bottom: 54px;
    }
    .home-slider-newskin .slick-dots {
        bottom: 22px;
    }

}
@media only screen and (max-width: 760px) {
    .subtext{
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.03em;
        margin-top: 12px;
    }
    .soma-main-slider  {
        height: 66.67vh;
        min-height: 550px;
        margin-bottom: 48px;
    }
    .home-slider.home-slider-newskin {
        /*top: 60px;
        margin-top: 0;
        bottom: 100px;
        height: unset;        */
    }
    .home-slider-newskin .home-slider__slide {
        padding-bottom: 0;
        min-width: 100%; /* до загрузки скрипта, чтобы не прыгала ширина слайда */

        background-position-x: 12.5%;
    }
    .home-slider-newskin.slick-initialized .home-slider__slide {
        min-width: unset; /* после загрузки ширину считает скрипт */
    }

    .home-slider-newskin .home-slider__content {
        width: 100%;
        max-width: unset;
        padding: 0 10px;
    }
    .home-slider-newskin .home-slider__button {
        /*width: 100%;
        max-width: 345px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        padding: 14px 15px 12px;
        color: #1A1A1A;*/
    }

    /* распродажный слайд */
    .home-slider__sale {
        position: relative;
        margin-bottom: 25px;
    }
    /*.home-slider__sale-header {
        max-width: 288px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        font-size: 32px;
        line-height: 38px;
    }*/
    .home-slider__sale-header {
        max-width: 288px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        font-size: 60px;
        line-height: 61px;
    }
    .home-slider__sale-header2 {
        max-width: 340px;
        margin-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
        font-size: 50px;
        line-height: 51px;
    }
    .home-slider__sale-header3 {
        max-width: 340px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        line-height: 25px;
    }
    .home-slider__sale-header5 {
        max-width: 340px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        line-height: 24px;
    }
    .home-slider__sale-header8 {
        max-width: 340px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        line-height: 24px;
    }
    .home-slider__sale-header sub {
        top: -8px;
        left: -9px;
    }
    .home-slider__sale-discount {
        width: 190px;
        font-size: 60px;
        line-height: 60px;
    }
    .home-slider__sale-discount span {
        top: 11px;
        left: 17px;
        font-size: 16px;
        line-height: 22px;
    }
    .home-slider__sale-addinfo,
    .home-slider__sale-addinfo2,
    .home-slider__sale-addinfo3,
    .home-slider__sale-addinfo5,
    .home-slider__sale-addinfo8 {
        display: none;
    }
    /*.home-slider__sale-addinfo.mobile {
        display: block;
        width: 280px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.08em;
        margin: 0 auto;
    } */
    .home-slider__sale-addinfo.mobile {
        display: block;
        width: 280px;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0.03em;
        margin: 0 auto;
    }
    .home-slider__sale-addinfo2.mobile {
        display: block;
        width: 280px;
        font-size: 32px;
        line-height: 33px;
        letter-spacing: 0.03em;
        margin: 0 auto;
    }
    .home-slider__sale-addinfo3.mobile {
        display: block;
        width: 345px;
        font-size: 40px;
        line-height: 41px;
        letter-spacing: 0.03em;
        margin: 0 auto;
    }
    .home-slider__sale-addinfo5.mobile {
        display: block;
        width: 300px;
        font-size: 35px;
        line-height: 37px;
        letter-spacing: 0.03em;
        margin: 0 auto;
        text-transform: uppercase;
    }
    .home-slider__sale-header5.mobile {
        display: block;
        width: 345px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0.03em;
        margin: 0 auto 12px auto;
        text-transform: uppercase;
    }
    .home-slider__sale-addinfo8.mobile {
        display: block;
        width: 300px;
        font-size: 35px;
        line-height: 37px;
        letter-spacing: 0.03em;
        margin: 0 auto;
        text-transform: uppercase;
    }
    .home-slider__sale-header8.mobile {
        display: block;
        width: 345px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0.03em;
        margin: 0 auto 12px auto;
        text-transform: uppercase;
    }
}

/* ------------- PWA слайдер */
@media only screen and (max-width: 760px) {
    .pwa-mode .soma-main-slider {
        height: calc(-211px + 100vh);

        margin-bottom: 14px;
    }
}





/************ catalog-search ***********/
/* поиск по каталогу */

.belletyou-header__search-link {
    cursor: pointer;
}

.soma-catalog-search {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    /*max-height: calc(-64px + 100vh);*/

    background-color: #ffffff;
    box-shadow: 0px 4px 16px rgba(26, 26, 26, 0.15);
    z-index: 999;
}
.soma-catalog-search__inner {
    position: relative;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;

    width: 1160px;
    margin: 0 auto;
    padding: 40px 17px;
}
.soma-catalog-search__close {
    position: absolute;
    top: 40px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(/catalog/view/theme/somastore/icons/icn-header-catalog-close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    font-family: "Optima Cyr", sans-serif;
    color: #1A1A1A;
}
.catalog-search-box {
    width: 770px;
    margin: 0 auto;
}
.catalog-search-form {
    display: flex;
    flex-direction: row;

    width: 100%;
    margin-bottom: 16px;
}
.catalog-search-form .form-input-wrapper {
    position: relative;
    flex-grow: 1;
    margin-right: 16px;

    border: 1px solid #CCCCCC;
    padding: 16px 15px 13px 44px;
}
.catalog-search-form .form-input-wrapper::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 24px;
    height: 24px;

    background-image: url(/catalog/view/theme/somastore/icons/icn-header-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    opacity: 0.55;
}
.catalog-search-form .form-input-wrapper input{
    width: 100%;

    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.catalog-search__button {
    width: 180px;
    padding: 15px 15px 13px;

    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer;
}
.catalog-search-queries__inner {
    display: flex;
    flex-direction: row;

    padding-top: 24px;
}
.catalog-search-queries__popular {
    width: 375px;
    margin-right: 30px;
}
.catalog-search-queries__recent {
    position: relative;
    width: 375px;
}
.catalog-search-queries__title {
    margin-bottom: 8px;
    padding-left: 15px;

    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1A1A1A;
}
.catalog-search-queries__list {
    margin-bottom: 40px;
}
.catalog-search-queries__link {
    display: block;

    padding: 10px 0 10px 47px;

    text-decoration: none;
    color: #1A1A1A;
    cursor: pointer;

    background-image: url(/catalog/view/theme/somastore/icons/icn-header-search.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.catalog-search-queries__link:hover {
    background-color: rgba(139, 154, 147, 0.1);
}
.catalog-search-queries__recent .catalog-search-queries__link {
    background-image: url(../../img/icn-refresh.svg);
}
.catalog-search-queries__clear {
    position: absolute;

    top: 2px;
    left: 185px;

    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
    text-decoration: underline;
    cursor: pointer;
}
.catalog-search-results__show-results {
    display: inline-block;
    margin-bottom: 20px;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86736f;
    text-decoration: underline;
}
.catalog-search-results-previews__list {
    margin-bottom: 40px;
}
.catalog-search-results-previews__list .catalog-search-queries__title {
    padding-left: 0;
}

.search-reuslts-previews-list.short-catalog {
    margin: 0 -6px;
}
.search-reuslts-previews-list .short-catalog-item {
    margin: 0 6px;
    width: 182px;
}
.search-reuslts-previews-list .short-catalog-item__title {
    margin-bottom: 8px;
    height: auto;
    max-height: 34px;

    font-size: 13px;
    line-height: 16px;
}
.search-reuslts-previews-list .short-catalog-item__label {
    bottom: 10px;
    left: 10px;
    padding: 7px 8px 5px;

    font-size: 12px;
    line-height: 14px;
}
.search-reuslts-previews-list .short-catalog-item__favorite {
    top: 14px;
    right: 17px;

    background-image: url(../../img/icn-favorite-white.svg);
    background-repeat: no-repeat;
    background-size: cover;

    cursor: pointer;
}
.search-reuslts-previews-list .short-catalog-item__favorite:hover {
    background-image: url(../../img/icn-favorite-white_hover.svg);
}

.search-reuslts-previews-list .product-list1__color::before {
    display: none;
}
.search-reuslts-previews-list .product-list1__color {
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.search-reuslts-previews-list .colors-slider__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: auto;
}

.search-reuslts-previews-list .colors-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: unset;
    height: unset;
    margin-right: 4px;
}
.search-reuslts-previews-list .colors-slider__item.more-colors {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #757575;
}

.search-reuslts-previews-list .colors-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media only screen and (max-width: 1200px) {
    .soma-catalog-search__inner {
        width: 100%;
    }
    .soma-catalog-search__close {
        right: 10px;
        top: 10px;
    }
}
@media only screen and (max-width: 850px) {
    .catalog-search-box {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .mobile-search {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;

        margin: 0 16px;
    }

    .mobile-search__close {
        background: none;
        width: auto;
        height: 40px;
        line-height: 40px;
        padding: 0 17px;
        background-color: #ffffff;

        font-size: 12px;
        line-height: 14px;
        font-family: "Optima Cyr", sans-serif;
        color: #1A1A1A;
        text-decoration: none;
    }

    .mobile-search .search1 {
        position: static;
        display: flex;
        flex-direction: row;
    }

    .mobile-search .search1__drop {
        display: block;
        position: static;

        height: 40px;
        padding-left: 40px;
        background-color: #ffffff;
        border: 1px solid #cccccc;

        flex-grow: 1;
    }
    .mobile-search .search1__input {
        height: 40px;
        padding: 12px 15px 10px 0;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .mobile-search .search1__submit {
        position: absolute;
        left: 8px;
        top: 8px;
        width: 24px;
        height: 24px;
        background-image: url(/catalog/view/theme/somastore/icons/icn-header-search.svg);
        background-size: cover;
        opacity: 0.75;
    }

    .soma-catalog-search {
        position: fixed;
        top: 130px;
        bottom:0;
        min-height: calc(100vh - 115px);
        padding-bottom: 100px;
        overflow-y: auto;

        box-shadow: none;
        background-color: #ffffff;
        z-index: 99999;
    }
    .soma-catalog-search__inner {
        width: 100%;
        padding: 0  17px;
    }
    .soma-catalog-search__inner .soma-catalog-search__close {
        display: none;
    }
    .catalog-search-box {
        width: 100%;
    }
    .catalog-search__button {
        display: none;
    }
    .catalog-search-queries__inner {
        padding-top: 10px;
        flex-direction: column;
    }
    .catalog-search-queries__popular {
        width: 100%;
        margin-right: 0;
    }
    .catalog-search-queries__recent {
        width: 100%;
        order: -1;
    }
    .catalog-search-queries__title {
        padding-left: 0;
    }
    .catalog-search-queries__link {
        padding-right: 34px;
        padding-left: 0;
        background-position: right center;
    }
    .catalog-search-queries__clear {
        right: 0;
        left: auto;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
    }
    .catalog-search-queries__link:hover {
        background-color: unset;
    }
    .catalog-search-form {
        display: none;
    }

    .catalog-search-results-previews__list .catalog-search-queries__title {
        margin-bottom: 16px;

        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
    }
    .short-catalog-item__picture img {
        width: 182px;
        height: 273px;
    }
    .search-reuslts-previews-list.short-catalog {
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 -16px;
    }
    .search-reuslts-previews-list .short-catalog-item {
        margin: 0 2px 40px;
        width: 182px;
    }
    .catalog-search-results-preview {
        /*padding-top: 14px;*/
    }
    .catalog-search-results-previews__list {
        margin-bottom: 0;
    }
    .catalog-search-results__show-results {
        display: block;
        width: 100%;
        max-width: 343px;
        margin: 0 auto 40px;

        color: #ffffff;
        text-decoration: none;
        padding: 15px 15px 13px;
        background-color: #86736f;
        text-align: center;
    }

    body.search__fixed {
        height: 100vh;
        overflow-y: hidden;
    }
    .search__fixed .mobile-search{
        position: fixed;

        top: 0;
        left: 0;
        right: 0;

        padding: 19px 17px 16px 17px;
        margin: 0;
        height: 72px;

        z-index: 9;

        box-shadow:0px 4px 16px rgba(26, 26, 26, 0.15);
    }
    .search__fixed .soma-catalog-search {
        top: 72px;
        padding-bottom: 100px;
    }
    .search__fixed .soma-catalog-search__close {
        top: 16px;
    }
    .search__fixed .catalog-mobile-frame {
        display: none;
    }
}







@media only screen and (max-width: 760px) {
    .home-slider {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .home-slider .slick-track {
        height: 100%;
    }

    .home-slider .slick-list {
        height: 100%
    }

    .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list-product2 .slick-list .slick-track .slick-slide {
        left: -50vw !important;
    }
}

.home-slider__slide {
    text-align: center;
    position: relative;
    display: none;
}

.home-slider__slide:first-child {
    display: flex;
}

.slick-initialized .home-slider__slide {
    display: flex;
}

.home-slider__content {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

.home-slider__title {
    font-size: 2em;
    line-height: 1.25em;
    letter-spacing: .1em;
    color: #ffffff;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1000px) {
    .home-slider__title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 760px) {
    .home-slider__title {
        font-size: 1.8em;
    }
}

.home-slider__text {
    max-width: 768px;
    margin: 0 auto 32px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    color: #ffffff;
}

.home-slider__link {
    display: inline-block;
    width: 353px;
    max-width: 90%;
    height: 64px;
    line-height: 64px;
}

.home-slider.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    background-position: center;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 22px;
}

@media only screen and (max-width: 1000px) {
    .home-slider.slick-slider .slick-arrow {
        display: none !important;
    }
}

.home-slider.slick-slider .slick-arrow.hero-prev {
    background: url("/local/templates/search/css/../img/hero_prev.svg") no-repeat 0 0;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    width: auto;
    left: 40px;
    padding-left: 30px;
}

.home-slider.slick-slider .slick-arrow.hero-next {
    background: url("/local/templates/search/css/../img/hero_next.svg") no-repeat 0 0;
    background-size: 22px 22px;
    height: 22px;
    display: inline-block;
    width: auto;
    background-position: right;
    right: 40px;
    padding-right: 30px;
}

.home-slider.slick-slider .slick-arrow:hover {
    opacity: .8;
}








.modal-up__title {
    margin-bottom: 32px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.modal-notify p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1.4px;
    line-height: 20px;
}
.modal-notify .modal-up__content{
    padding: 75px;
}
.modal-notify a{
    color: #d1ac9c;
    text-decoration: underline;
}
.backgorund-top1.mod1 {
    height: 100px;
    padding: 0px 0px 8px 0px !important;
}
.content-page1.mod1 {
    padding-top: 56px !important;
}

@media only screen and (max-width: 760px) {
    .backgorund-top1.mod1 {
        padding: 0px 0px 12px 0px !important;
    }
    .modal-notify p {
        font-size: 14px;
        line-height: 18px;
    }
    .modal-notify .modal-up__content {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px){
    .backgorund-top1.mod1 {
        height: auto !important;
        padding-bottom: 23px;
    }
    .banner-index{
        font-size: 14px;
    }
}
@media only screen and (max-width: 420px){
    .banner-index{
        font-size: 13px;
    }
}
@media only screen and (max-width: 400px){
    .banner-index{
        font-size: 12px;
    }
}
@media only screen and (max-width: 350px){
    .banner-index{
        font-size: 13px;
    }
}








.b {
    height: 49px;
    display: block;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 47px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.b:hover {
    background: #fff;
    color: #333;
}

.b2, .more-button1__style2, .modal-form1__submit {
    display: block;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    background-color: #86736f;
    border: 1px solid #86736f;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.4px;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.b2:hover, .more-button1__style2:hover, .modal-form1__submit:hover {
    color: #86736f;
    background-color: #ffffff;
}

.b3, .search-form1__submit, .big-form1__submit, .contact-form1__submit, .promocode1__submit, .pay1 {
    display: block;
    height: 44px;
    line-height: 44px;
    background-color: #86736f;
    color: #ffffff;
    border: 1px solid #86736f;
    font-size: 14px;
    letter-spacing: 1.4px;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.b3:hover, .search-form1__submit:hover, .big-form1__submit:hover, .contact-form1__submit:hover, .promocode1__submit:hover, .pay1:hover {
    color: #86736f !important;
    background-color: #ffffff;
}

.button, .block1__link1, .list-product1__link, .subscribe-form1__submit, .not-found-page1__link, .content-form1__submit, .big-form1__send-code, .content-information1__add-cart, .content-information1__testimonials, .modal-up__button, .modal-up__form-submit, .modal-up__form-save, .modal-up__form-cancel, .big-form2__submit, .subscribe-soon-form__submit, .home-slider__link {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 44px;
    text-align: center;
    color: #ffffff !important;
    background-color: #86736f;
    border: 1px solid #86736f;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button:hover, .block1__link1:hover, .list-product1__link:hover, .subscribe-form1__submit:hover, .not-found-page1__link:hover, .content-form1__submit:hover, .big-form1__send-code:hover, .content-information1__add-cart:hover, .content-information1__testimonials:hover, .modal-up__button:hover, .modal-up__form-submit:hover, .modal-up__form-save:hover, .modal-up__form-cancel:hover, .big-form2__submit:hover, .subscribe-soon-form__submit:hover, .home-slider__link:hover {
    color: #86736f !important;
    background-color: #ffffff;
}

.button_secondary, .content-information1__testimonials, .modal-up__form-cancel {
    color: #86736f !important;
    background: #ffffff;
    border: 1px solid #86736f;
    cursor: pointer;
}

.button_secondary:hover, .content-information1__testimonials:hover, .modal-up__form-cancel:hover {
    background-color: #86736f;
    color: #ffffff !important;
}

.error {
    border: 1px solid #ff0000 !important;
}

.ok {
    border: 1px solid #008915 !important;
}

.diss {
    background-color: #d9d9d9 !important;
    cursor: default;
    border-color: #d9d9d9 !important;
    color: #fff !important;
}





/****************** mainpage ***************/

.main-tiles-section {
    margin-bottom: 80px;
}

.main-tiles__list-wrapper {
    margin-bottom: 24px;
}

.main-tiles__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.main-tiles__item {
    padding: 0 12px;
}
.main-tiles__item a {
    display: block;

    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.main-tiles__item a:hover {
    text-decoration: none;
    border-bottom-color: #000;
}
.main-tiles__item.item-current a{
    color: #86736f;
    border-bottom-color: #86736f;
    font-weight: bold;
}

@media only screen and (max-width: 1240px) {
    .main-tiles-section {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 950px) {
    .main-tiles-section {
        padding: 0;
    }
}
@media only screen and (max-width: 760px) {
    .main-tiles-section {
        margin-bottom: 48px;
    }
    .main-tiles__list-wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
    .main-tiles__list {
        justify-content: flex-start;
    }
    .main-tiles__item {
        flex-grow: 1;
        flex-shrink: 0;

        padding-left: 0;
        padding-right: 24px;
    }
    .main-tiles__item a {
        font-size: 18px;
        line-height: 24px;
    }
}


.like-it-section {
    margin-bottom: 80px;
}

.like-it-section__title {
    margin-bottom: 24px;

    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
    .like-it-section {
        margin-bottom: 48px;
    }
    .like-it-section__title {
        margin-bottom: 16px;

        font-size: 20px;
        line-height: 26px;
    }
}

.main-banners-section {
    margin-bottom: 80px;

    margin-left: -17px;
    margin-right: -17px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-banner {
    width: 572px;
    height: 360px;
}
.main-banner a,
.main-banner picture {
    display: block;
}

@media only screen and (max-width: 1240px) {
    .main-banners-section {
        flex-direction: column;
        align-items: center;
    }
    .main-banner.banner-1 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 760px) {
    .main-banners-section {
        margin-bottom: 48px;
    }

    .main-banner,
    .main-banner img {
        width: 343px;
        height: 447px;
    }
    .main-banner.banner-1 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 345px) {
    .main-banner, .main-banner img {
        width: 100%;
        height: auto;
    }
    #popup_subs-modal_window {
        width: 320px !important;
    }
}


.soma-mainpage-wrapper .list-product1__over:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.1);
}
.soma-mainpage-wrapper .list-product1__link {
    width: 218px;
    margin-left: -109px;

    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    color: #111111 !important;
    padding: 15px 15px 13px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.soma-mainpage-wrapper .list-product1__link:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 760px) {
    .soma-mainpage-wrapper .list-product1__link {
        width: 152px;
        font-size: 14px;
    }
}


.list-product1 {
    *zoom: 1;
    margin: 0 -8px;
    margin-top: -16px;
    position: relative;
    top: 16px;
    padding-bottom: 98px;
}

.list-product1:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .list-product1 {
        margin: 0 -17px;
        margin-top: 5px;
        padding-bottom: 35px;
        top: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list-product1__item {
        flex: 0 0 50%;
        max-width: 50%;
        border: 2px solid #FFF;
    }

    .list-product1_item .list-product1__over {
        height: 250px;
    }
}

.list-product1__item {
    float: left;
    width: 25%;
    padding: 0 8px 16px 8px;
    box-sizing: border-box;
}

.list-product1__item:nth-child(4n+1) {
    clear: left;
}

@media only screen and (max-width: 1000px) {
    .list-product1__item {
        width: 50%;
    }

    .list-product1__item:nth-child(4n+1) {
        clear: none;
    }

    .list-product1__item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 760px) {
    .list-product1__item {
        padding: 0;
        width: auto;
        float: none;
    }
}

.list-product1__over {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
}

.list-product1__link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 232px;
    max-width: 90%;
    /*height: 64px;*/
    line-height: 64px;
}

@media only screen and (max-width: 760px) {
    /*.list-product1__link {
        height: 48px;
        line-height: 48px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px;
    }*/

    .list-product1__link {
        height: 48px;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }

    .list-product1__over {
        height: 250px;
    }
}

.list-product1__link:after {
    position: absolute;
    top: -200px;
    right: -100px;
    bottom: -200px;
    left: -100px;
    display: block;
    content: '';
}


.soma-page-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px 17px 80px;
    height: max-content;
}

.soma-mainpage-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 17px 80px;
    height: max-content;
}




.soma-page-wrapper .bx-breadcrumb,
.soma-page-wrapper .bx-breadcrumb-catalog {
    margin-top: -16px;
    padding-top: 0;
}

@media only screen and (max-width: 760px) {
    .soma-page-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .soma-mainpage-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}






/**************** footer *************/

.soma-footer {
    border-top: 1px solid #86736f;
}

.soma-footer__inner {
    max-width: 1160px;
    padding: 40px 17px 24px;
    margin: 0 auto;
}
.soma-footer__top {
    display: flex;
    flex-direction: row;

    margin-bottom: 25px;
}

.soma-footer__top .footer__top-item.right {
    float: none;
    order: 2;
    margin-left: auto;
    padding: 0;
}
.soma-footer__top .footer__title2 {
    margin-bottom: 16px;

    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
}
.soma-footer__top .subscribe-form1 {
    margin-bottom: 24px;
}
.soma-footer__top .subscribe-form1__submit {
    width: 180px;
}
.soma-footer__top .footer__text1 p {
    letter-spacing: 0.02em;
}

.footer-nav {
    width: 175px;
    margin-right: 24px;
}
.footer-nav__title {
    margin-bottom: 16px;

    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-nav .menu2__item {
    padding-bottom: 12px;
}
.footer-nav .menu2__item a {
    line-height: 16px;
    letter-spacing: 0.02em;
}

.soma-footer__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-contacts .footer__phone {
    display: inline-block;
    margin-bottom: 16px;

    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.footer-contacts .footer__text2{
    width: unset;
    margin-left: 0;

    text-align: left;
    letter-spacing: 0.02em;
}

.international-site-link {
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.international-site-link:hover {
    text-decoration: none;
}
.footer-payments__title {
    margin-bottom: 24px;

    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
}
.footer-payments .pay-list1 a {
    margin: 0;
}
.footer-payments .pay-list1 a img {
    width: 60px;
}



/* socials */
.footer-socials .social2 {
    margin-bottom: 66px;

    text-align: center;
}
.footer-socials .social2 a.icon4 {
    display: inline-block;
    margin-left: 4px;
    background-image: url("/catalog/view/theme/somastore/icons/icn-footer-tg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}
.footer-socials .social2 a.icon5 {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    background-image: url("/catalog/view/theme/somastore/icons/icn-footer-tg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 760px) {

    .soma-footer__inner {
        max-width: 350px;
        padding: 24px 17px;
    }
    .soma-footer__top {
        flex-wrap: wrap;
        justify-content: space-between;

        margin-bottom: 40px;
    }
    .soma-footer__top .footer__top-item.right {
        order: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;

        margin-bottom: 25px;
    }
    .footer-nav {
        width: 48%;
        margin-right: 0;
    }
    .footer-nav__title {
        text-align: center;
    }
    .footer-nav .menu2__item a {
        font-size: 12px;
    }
    .soma-footer__bottom {
        flex-direction: column;

        text-align: center;
    }
    .footer-contacts {
        margin-bottom: 40px;
    }
    .footer-contacts .footer__text2 {
        padding-bottom: 0;

        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    .footer-socials {
        margin-bottom: 40px;
    }
    .footer-socials .social2 {
        margin-bottom: 40px;
    }
    .footer-payments__title {
        margin-bottom: 8px;

        font-size: 12px;
    }
    .footer-payments .pay-list1 a img {
        width: 40px;
    }

    .soma-footer__top .subscribe-form1__input {
        height: 48px;
        margin-bottom: 16px;
    }
    .soma-footer__top .subscribe-form1__submit {
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
    }

}











.background-footer1 {
    padding: 35px 0 17px 0;
    border-top: 1px solid #845e4c;
    max-width: 1160px;
    margin: auto;
}

@media only screen and (max-width: 760px) {
    .background-footer1 {
        padding-top: 24px;
        padding-bottom: 28px;
    }
}

.footer__top {
    margin: 0 -8px;
    *zoom: 1;
    padding-bottom: 76px;
}

.footer__top:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .footer__top {
        padding-bottom: 40px;
    }
}

.footer__top-item {
    float: left;
    width: 50%;
    padding: 0 8px;
    box-sizing: border-box;
}

.footer__top-item.right {
    float: right;
}

@media only screen and (max-width: 760px) {
    .footer__top-item.right {
        float: none;
        width: auto;
        padding: 0 17px 42px 17px;
    }
}

.footer__top-item.mod1 {
    width: 25%;
}

@media only screen and (max-width: 760px) {
    .footer__top-item.mod1 {
        width: 50%;
        text-align: center;
    }
}

.footer__top-item.mod2 {
    padding-left: 98px;
}

@media only screen and (max-width: 1000px) {
    .footer__top-item.mod2 {
        padding-left: 8px;
    }
}

.footer__title1 {
    margin-bottom: 11px;
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
    color: #383838;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.footer__title1:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 760px) {
    .footer__title1 {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 13px;
    }
}

.footer__title2 {
    margin-bottom: 17px;
    color: #383838;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 19px;
}

@media only screen and (max-width: 760px) {
    .footer__title2 {
        margin-bottom: 9px;
        text-align: center;
    }
}

.footer__text1 p {
    color: #383838;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 16px;
}

.footer__text1 p a {
    color: #d1ac9c;
    text-decoration: underline;
}

@media only screen and (max-width: 760px) {
    .footer__text1 p {
        color: #383838;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }

    .footer__text1 p i {
        display: block;
    }
}

.footer__bottom {
    *zoom: 1;
    position: relative;
    font-size: 0.01px;
}

.footer__bottom:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .footer__bottom {
        text-align: center;
    }
}

.footer__bottom-left {
    float: left;
    padding-left: 92px;
}

@media only screen and (max-width: 760px) {
    .footer__bottom-left {
        float: none;
        padding: 0;
    }
}

.footer__bottom-right {
    float: right;
    padding-top: 1px;
}

@media only screen and (max-width: 760px) {
    .footer__bottom-right {
        float: none;
        padding: 0;
    }
}

.footer__bottom-center {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -48px;
}

@media only screen and (max-width: 1000px) {
    .footer__bottom-center {
        left: 55.2%;
    }
}

@media only screen and (max-width: 760px) {
    .footer__bottom-center {
        position: static;
        margin: 0;
        padding-bottom: 40px;
    }
}

.footer__title3 {
    line-height: 17px;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-bottom: 18px;
    text-align: center;
}

.footer__phone {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.1em;
    margin-bottom: 17px;
}

.footer__text2 {
    text-align: center;
    color: #000000;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    width: 376px;
    margin-left: -92px;
}

@media only screen and (max-width: 760px) {
    .footer__text2 {
        width: auto;
        margin: 0;
        padding-bottom: 24px;
        color: #000000;
        font-size: 10px;
        line-height: 14px;
    }
}

.menu2__item {
    padding-bottom: 10px;
}

.menu2__item:last-child {
    padding-bottom: 0;
}

.menu2__item a {
    display: inline-block;
    vertical-align: top;
    color: #383838;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
}

.menu2__item a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 760px) {
    .menu2__item {
        padding-bottom: 13px;
        text-align: center;
    }

    .menu2__item a {
        font-size: 10px;
        line-height: 14px;
    }
}

.subscribe-form1 {
    padding-right: 196px;
    position: relative;
    margin-bottom: 29px;
}

@media only screen and (max-width: 1000px) {
    .subscribe-form1 {
        padding: 0;
    }
}

.subscribe-form1__input {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 64px;
    background-color: rgba(232, 232, 232, 0.5);
    color: #000;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
    .subscribe-form1__input {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 760px) {
    .subscribe-form1__input {
        height: 44px;
        text-align: center;
    }
}

.subscribe-form1 ::-webkit-input-placeholder {
    opacity: 1;
    color: #383838;
}

.subscribe-form1 ::-moz-placeholder {
    opacity: 1;
    color: #383838;
}

.subscribe-form1 :-ms-input-placeholder {
    opacity: 1;
    color: #383838;
}

.subscribe-form1 :-moz-placeholder {
    opacity: 1;
    color: #383838;
}

.subscribe-form1__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 188px;
    height: 64px;
    line-height: 64px;
}

@media only screen and (max-width: 1000px) {
    .subscribe-form1__submit {
        position: static;
        width: 100%;
        color: #FFF !important;
    }

    .subscribe-form1__submit:hover {
        color: #86736f !important
    }
}

@media only screen and (max-width: 760px) {
    .subscribe-form1__submit {
        height: 44px;
        line-height: 44px;
        width: 180px;
        margin: auto;
    }
}

.pay-list1 {
    text-align: center;
    font-size: 0.01px;
}

.pay-list1.mod1 {
    padding: 25px 0 52px 0;
    text-align: left;
}

.pay-list1 a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.pay-list1 a:last-child {
    margin: 0;
}

.pay-list1 a img {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
}

.social2 {
    font-size: 0.01px;
}

@media only screen and (max-width: 760px) {
    .social2 {
        text-align: center;
    }
}

.social2 a {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}

.social2 a:hover {
    opacity: 0.9;
}

.social2 a:last-child {
    margin: 0;
}

.social2 a.icon1 {
    background: url("/local/templates/search/css/../img/icons/inst.png") no-repeat 0 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.social2 a.icon2 {
    background: url("/local/templates/search/css/../img/icons/fb.png") no-repeat 0 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.social2 a.icon3 {
    background: url("/local/templates/search/css/../img/icons/phone.png") no-repeat 0 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}









/* Start */
.bx-breadcrumb {
    margin: 24px 0 40px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-right: 10px;
}
.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.bx-breadcrumb i:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border: solid #b5bdc2;
    border-width: 0 2px 2px 0;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    white-space: normal;
    color: #999;
}

@media only screen and (max-width: 760px) {
    .bx-breadcrumb {
        display: none;

        margin-bottom: 20px;
    }
}
/* End */




.text1__title1, .catalog_section_title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
    .text1__title1 {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
    }

    .catalog_section_title {
        font-size: 20px;
        line-height: 27px;
        margin: 30px 0 20px 0;
    }
}

.text1 > p{
    padding-bottom: 14px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 19px;
}
.text1 > ul > li{
    padding-bottom: 14px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 19px;
}









/*------------ пагинация в каталоге */
.catalog-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}
.catalog-pagination__list {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.catalog-pagination__item a,
.catalog-pagination__item span {
    display: block;
    width: 24px;
    height: 24px;
    border-bottom: 1px solid transparent;

    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;

    color: #cccccc;
}
.catalog-pagination__item a:hover {
    color: #86736f;
}
.catalog-pagination__item.item-current a {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #86736f;
    border-bottom-color: #86736f;
}
.catalog-pagination__button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    opacity: 1;
}
.catalog-pagination__button.button-disabled {
    opacity: 0;
}

.catalog-pagination__button svg{
    display: inline;
    text-align: center;
    line-height: 24px;
}
.catalog-pagination__button svg path {
    fill: #86736f;
}

.catalog-show-more {
    margin-bottom: 42px;
    text-align: center;
}
.button-show-more {
    width: 254px;
    padding: 15px 15px 13px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;

    font-family: "Optima Cyr", sans-serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
}

@media only screen and (max-width: 760px) {
    .button-show-more {
        width: 100%;
        max-width: 356px;
    }
}

/*---------- навигация по каталогу */
.catalog-page__nav {
    margin-bottom: 24px;
}
.catalog-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog-nav__item {
    padding: 0 12px 16px;
}
.catalog-nav__item a {
    display: block;
    border-bottom: 1px solid transparent;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #757575;
}
@media (min-width: 1200px) {
    .catalog-nav__item a {
        font-size: 18px;
    }
}
.catalog-nav__item:hover a,
.catalog-nav__item.item-current a {
    border-bottom-color: #757575;
}
.catalog-nav__item.item-marked a {
    color: #7A0D22;
}

.catalog-page__section {
    min-height: 620px;
}
.catalog-page__title {
    margin-bottom: 24px;

    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.08em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.catalog-item {
    width: 25% !important; /* после смены разметки карточек убрать импортант */
}
.product-list1__foto {
    height: 400px !important; /* после смены разметки карточек убрать импортант */
    background-color: #ccc; /* только для теста, тк нет картинок */
}
.product-list1 {
    margin-top: 0;
    top: 0;
}
.product-list1__price-row {
    margin-top: auto;
}
@media only screen and (max-width: 1024px) {
    .catalog-item {
        width: 33% !important; /* после смены разметки карточек убрать импортант */
    }
}
@media only screen and (max-width: 760px) {
    .catalog-section {
        margin: 0;
    }

    .catalog-page__title {
        font-size: 20px;
        line-height: 26px;
    }

    .catalog-item {
        width: 49% !important; /* после смены разметки карточек убрать импортант */
        padding-right: 0;
    }

    .catalog-page__nav {
        overflow-x: auto;
    }
    .catalog-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .catalog-nav__item {
        flex-shrink: 0;
        padding-left: 0;
    }
    .product-list1__foto {
        height: 260px !important;
    }
}



/* перенесено из файла стилей фильтра */
.content-over1__right{
    /*overflow-x: auto !important;*/
}
.product-list1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 760px) {

    .product-list1 {
        justify-content: space-between;
        margin: 0 -17px!important;
    }
}

/* перенесено из файла стилей фильтра */
.content-over1__right{
    /*overflow-x: auto !important;*/
}
.product-list1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 760px) {

    .product-list1 {
        justify-content: space-between;
        margin: 0 -17px!important;
    }
}

/* блок для SEO текста */
.catalog-page__description {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #383838;
}









.product-list1 {
    *zoom: 1;
    margin: 0 -7.5px;
    text-align: center;
    font-size: 0.01px;
    /*margin-top: -40px;
    top: 40px; */
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
}

.product-list1:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .product-list1 {
        /*margin: 0 -17px 0 -9px;*/
        margin: 0 -35px 0 -17px;
        top: 0;
    }
}

.product-list1__item {
    float: left;
    width: 33.333333%;
    padding: 0 7.5px 40px 7.5px;
    box-sizing: border-box;
}

.product-list1__item:nth-child(2n+1) {
    clear: left;
}

@media only screen and (max-width: 760px) {
    .product-list1__item {
        float: none;
        width: auto;
        padding: 0 5px 28px 0px;
    }

    .product-list1__item:last-child {
        /* padding: 0; в каталоге последний элемент д.б. с таким же отступом, как и у остальных */
    }
}

.product-list1__foto {
    height: 720px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 13px;
}

@media only screen and (max-width: 760px) {
    .product-list1__foto {
        height: 486px;
    }
}

.product-list1__foto .all-link1 {
    background: none !important;
}

.product-list1__favorite {
    filter: grayscale(100%);
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url("/local/templates/search/css/../img/favorite.svg") no-repeat 0 0;
    background-size: 24px 22px;
    width: 24px;
    height: 22px;
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .product-list1__favorite {
        bottom: 10px;
        right: 11px;
    }
}

.product-list1__favorite:hover {
    filter: grayscale(100%);
    background: url(/local/templates/search/css/../img/favorite_active.svg) no-repeat 0 0 !important;
    background-size: 24px 22px !important;
    width: 24px !important;
    height: 22px !important;
}

.product-list1__favorite_active {
    filter: grayscale(100%);
    background: url("/local/templates/search/css/../img/favorite_active.svg") no-repeat 0 0;
    background-size: 24px 22px;
    width: 24px;
    height: 22px;
    display: inline-block;
}

@media only screen and (max-width: 760px) {
    .product-list1__text {
        padding: 0 17px;
    }
}

.product-list1__title {
    max-width: 237px;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
    margin-bottom: 16px;
}

.product-list1__title:hover {
    text-decoration: underline;
}

.product-list1__price {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
}

.product-list1__price_old {
    font-size: 10px;
    line-height: 13px;
    color: #86736f;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.mark1 {
    text-align: center;
    font-size: 0.01px;
    padding-bottom: 4px;
    min-height: 34px;
}

@media only screen and (max-width: 760px) {
    .mark1 {
        min-height: 0;
    }
}

.mark1 span {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 7px 3px 7px !important;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 16px;
    margin: 0 6px 12px 6px;
    text-transform: uppercase;
}

.mark1 span.style1 {
    background-color: #86736f;
}

.mark1 span.style2 {
    background-color: #86736f;
}







.mark1 span {
    padding: 7px 7px 3px 7px;
    text-transform: uppercase;
}

.product-list1 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.product-list1__item {
    float: none !important;
    /*width: 33.333333% !important; */
}

.sorting {
    margin-top: 2em !important;
}


/* Планшеты */
@media only screen and (max-width: 760px) {
    .product-list1__item {
        width: 49.0% !important;
        padding-right: 0
    }

    .product-list1__foto {
        height: 310px !important;
    }
}

/* фиксы вёрстки сетки карточки */
.product-list1__item {
    display: flex;
    flex-direction: column;
}
.product-list1__foto {
    flex-shrink: 0;
}
.product-list1__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* уменьшение расстояний в карточке */
.product-list1__item {
    /*    padding-bottom: 70px; /*отступ снизу от других карточек*/
}

.mark1 {
    padding-bottom: 0;
}
.mark1 span {
    margin-bottom: 6px;
}

.product-list1__title {
    align-self: center;

    display: block;
    margin: 0 auto 5px;
    max-width: unset;
}
.product-list1__price {
    margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
    .mark1 span {
        padding: 4px 7px 1px;
    }
    .mark1 span.style2 {
        padding-top: 0;
    }
    .product-list1__title {
        line-height: 1.2;
        font-size: 13px;
    }
    .product-list1__item {
        /*padding-bottom: 50px;*/
    }
}

/* слайдер цветов карточки в каталоге */
.colors-slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;

    /*margin-top: auto; /* выравнивание по нижнему краю карточки */
}
.colors-slider__button {
    display: none;
    position: relative;

    width: 20px;
    height: 20px;
    background-color: transparent;

    font-size: 0;
}
.colors-slider__button::before {
    content: "";

    position: absolute;
    top: 5px;

    width: 11px;
    height: 11px;
    border-right: 1px solid #86736f;
    border-bottom: 1px solid #86736f;

    transition: border-color 0.3s ease;
}

.colors-slider__button:hover::before {
    border-color: #000000;
}

.colors-slider__button:focus {
    border: none;
}

.colors-slider__button--prev::before {
    transform: rotate(135deg);
    left: 7px;
}

.colors-slider__button--next::before {
    transform: rotate(-45deg);
    left: 1px;
}

.colors-slider__button--disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.colors-slider__active .colors-slider__button{
    display: block;
}

.colors-slider__frame {
    width: 216px;
    overflow: hidden;
}

.colors-slider__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
}

.colors-slider__active .colors-slider__wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.colors-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 27px;
    height: 27px;
}
.product-list1__color {
    display: block;
    position: relative;

    width: 17px;
    height: 17px;

    border: 2px solid #E8E8E8;
    border-radius: 50%;

    background-color: transparent;
    background-position: center center;
    background-size: cover;
}
.product-list1__color::before {
    content: '';
    position: absolute;

    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;

    border: 1px solid transparent;
    border-radius: 50%;
}

.colors-slider__item--current .product-list1__color::before {
    border-color: #6b5556;
}

@media only screen and (max-width: 845px) {
    .colors-slider__frame {
        width: 189px;
    }
}
@media only screen and (max-width: 768px) {
    .colors-slider__frame {
        width: 161px;
    }
    .colors-slider__item {
        width: 23px;
        height: 23px;
    }
    .product-list1__color {
        width: 13px;
        height: 13px;
    }
}
@media only screen and (max-width: 450px) {
    .colors-slider__frame {
        width: 115px;
    }
}
@media only screen and (max-width: 380px) {
    .colors-slider__frame {
        width: 69px;
    }
}


/* лейбл sale в каталоге */
.mark1 span.style-3 {
    background-color: #BFB1A8;
    font-size: 14px;
    letter-spacing: 0.05em;
}

/* новый стиль для цен в каталоге */
.product-list1__price-row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    margin-bottom: 12px;
}
.product-list1__price_old {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #BFB1A8;
    margin:0 0 0 12px;
}
.product-list1__price {
    margin-bottom: 0;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 568px) {
    .product-list1__price {
        font-size: 14px;
        line-height: 18px;
    }
    .product-list1__price_old {
        font-size: 12px;
        line-height: 16px;
    }
}



.all-link1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.all-link1:hover {
    background: rgba(255, 255, 255, 0.05);
}









/* полноэкранный режим слайдера > */
.content-information1__slider.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
}

.content-information1__slider.active .slick-slider {
    height: 100% !important;
}

.content-information1__left .slider-thumbnails-ajax .slick-list {
    height: 100vh !important;
}

.content-information1__slider.active .slider-thumbnails-ajax.slick-initialized.slick-slider.slick-vertical {
    position: fixed;
    height: auto;
    z-index: 999999999;
    left: 10%;
    padding: 30px 0 17px;
    margin-top: 20vh;
}

.content-information1__slider.active .slider-thumbnails-ajax > .slick-list.draggable {
    height: auto !important;
    min-height: 0;
}

.content-information1__slider.active .slider-mobile-ajax > .slick-list.draggable {
    height: 100% !important;
    max-height: 100%;
    z-index: 99999999;
}

.content-information1__slider.active .slider-mobile-ajax.slick-initialized.slick-slider {
    width: 100% !important;
    margin: 0 !important;
}

.content-information1__slider.active .slider-mobile-ajax__item.slick-slide.slick-current.slick-active {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 1;
    /*width: 100vw !important;*/
    height: 100% !important;
}
@media only screen and (max-width: 1024px) {
    .content-information1__slider.active .slider-mobile-ajax__item.slick-slide.slick-current.slick-active {
        /*margin-left: -2.5%;*/
    }
}

.content-information1__slider.active .slider-mobile-ajax .slick-dots {
    z-index: 99999999;
    bottom: auto;
    top: calc(100vh - 40px);
    position: fixed;
}

@media only screen and (max-width: 991px) {
    .content-information1__slider.active .slider-mobile-ajax {
        border: none;
    }
}

@media only screen and (max-width: 576px){
    .content-information1__slider.active, .content-information1__slider.active .slick-track {
        height: 100%;
    }
    .content-information1__slider.active .slider-mobile-ajax__item.slick-slide.slick-current.slick-active {
        /*width: auto!important;*/
        height: auto !important;
    }
}

@media only screen and (max-width: 576px) {
    .content-information1__left {min-height: 617px;}
}

/* > полноэкранный режим слайдера */

@media screen and (max-width: 760px) {
    .content-information1__add-cart {
        max-width: unset !important;
        margin-left: -17px !important;
        margin-right: -17px !important;
        height: 60px !important;
        line-height: 60px !important;
        border: 0 !important;
    }

    .add-to-cart-btn {
    }

    .slick-list {
        /*margin-left: -2px !important;*/
    }
    /*.slick-track > .slick-active {
        margin: 0px -18px 0 10px;
    }
    .slick-track > .slick-active ~ .slick-active {
        margin: 0;
    }*/

    .chose-color1 {
        justify-content: start !important;
        flex-wrap: wrap;
    }

    .chose-color1 .chose-color1__label {
        min-width: 24px;
    }
}
@media screen and (max-width: 760px) {
    .b-product-image {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .page-line {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 760px) {
    .menu-button1.mod1 {
        margin-left: 17px;
    }
    .search1 {
        left: 65px;
    }
}

.size_fix{
    position: relative;
    font-size: 16px;
    border: 1px solid #86736f;
    color: #444;
    margin-bottom: 0.4em;
    background-color: white;
}

.size_fix .title{
    padding: 10px;
}

.modal-sizes .modal-up__table-header{
    text-transform: none;
}

.header__right{
    right: -32px !important;
}

.prod_detail_subtext .hard{font-weight: bold;}
.prod_detail_subtext ul,
.prod_detail_subtext li{
    list-style: initial;
    padding: revert;
}

/*выбор размера*/
.js-sku-offer-not_avail{
    color: #86736f;
    opacity:0.5;
}
.content-information1__add-cart-fake{
    cursor: pointer;
    max-width: 376px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 40px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff !important;
    background-color: #86736f;
    border: 1px solid #86736f;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.content-information1__add-cart-fake:hover{
    color: #86736f !important;
    background-color: #ffffff;
}
@media only screen and (max-width: 760px){
    .content-information1__add-cart-fake:hover{
        color: #ffffff !important;
        background-color: #86736f;
    }

    .content-information1__add-cart-fake {
        max-width: unset !important;
        margin-left: -17px !important;
        margin-right: -17px !important;
        height: 60px !important;
        line-height: 62px !important;
        border: 0 !important;
    }
}
.real-buttons{
    display: none;
}

.avialable-sizes__list {
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-bottom: 16px;
    padding: 0 10px;
}
.avialable-sizes__list .avialable-size {
    margin: 0 6px;
}
.avialable-size__link {
    display: block;
    background-color: #F3F3F3;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px 6px;
    min-width: 48px;
    box-sizing: border-box;
}
.sizes-chart__p {
    text-align: center;
}
.sizes-chart__link {
    text-transform: uppercase;
    color: #7D7169;
    text-decoration: underline;
}

@media only screen and (max-width: 550px) {
    .add-to-cart-btn {
        position: fixed;
        bottom: 20px;
        left: 16px;
        right: 16px;
        width: auto;

        z-index: 99;
    }
    .fixed-button__add-cart {
        max-width: 480px;
        margin: 0 auto !important;

        box-shadow: 0px 8px 16px rgba(50, 61, 56, 0.25);
    }

    #retailcrm-consultant-app {
        bottom: 84px !important; /* только для этой страницы */
    }
    .modal-avialable-sizes {
        z-index: 99999999;
    }
    .modal-avialable-sizes .modal-up__content {
        width: auto !important;
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .modal-avialable-sizes .modal-up__close{
        width: 16px;
        height: 16px;
        background-size: cover;
        top: -24px;
        right: 8px;
    }
    .modal-avialable-sizes .modal-up__title {
        text-align: center;
        text-transform: none;
        padding-bottom: 16px;
        border-bottom: 1px solid #C4C4C4;
        margin-bottom: 16px;
    }
    .avialable-sizes__list .avialable-size {
        width: 100px;
    }
}
@media only screen and (max-width: 480px) {
    .avialable-sizes__list .avialable-size {
        width: 80px;
    }
}
@media only screen and (max-width: 415px) {
    .avialable-sizes__list .avialable-size {
        width: 70px;
    }
}
@media only screen and (max-width: 376px) {
    .avialable-sizes__list .avialable-size {
        width: 60px;
    }
}
@media only screen and (max-width: 321px) {
    .avialable-sizes__list .avialable-size {
        width: 48px;
    }
}





.soma-catalog__pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}
.catalog-pagination__list {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.catalog-pagination__item a,
.catalog-pagination__item span {
    display: block;
    width: 24px;
    height: 24px;
    border-bottom: 1px solid transparent;

    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;

    color: #cccccc;
}
.catalog-pagination__item a:hover {
    color: #86736f;
}
.catalog-pagination__item.item-current a,
.catalog-pagination__item.item-current span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #86736f;
    border-bottom-color: #86736f;
}
.catalog-pagination__button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    opacity: 1;
}
.catalog-pagination__button.button-disabled {
    opacity: 0;
}

.catalog-pagination__button svg{
    display: inline;
    text-align: center;
    line-height: 24px;
}
.catalog-pagination__button svg path {
    fill: #86736f;
}












/* Исправление косяков при просмотре fullsize img товара */
.is-product-image-show body {
    overflow: hidden;
    height: 100vh;
}
.b-product-image__modal {
    overflow: hidden !important;
}
.b-product-image__modal-wrapper {
    height: 100%;
    overflow-y: auto;
}

.slider-close-btn {
    top: 40px;
    right: 40px;
    left: auto;
}
.mobile-slider-close-btn {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .b-product-image__small {
        z-index: 9; /* уменьшен, т.к. при fullsize img его показ в мобилках не нужен, наезжает на шапку и меню */
    }
}
@media only screen and (max-width: 768px) {

    .b-product-image--full {
        overflow: hidden; /* убираем у body прокрутку вертикальную прокрутку */
        height: 100vh; /* пока открыт fullsize img просмотр с position: fixed; */
    }
    .desktop-slider-close-btn {
        display: none;
    }

    .b-product-image--full .mobile-slider-close-btn {
        display: block;
        top: 20px;
        right: 20px;
        position: fixed; /* fullsize img сделан на fixed, крестику тоже лучше быть fixed */
    }
}
/* end Исправление косяков при просмотре fullsize img товара */

/* Исправление кнопки "назад" в картинке каталога в мобильной версии */
@media only screen and (max-width: 768px) {
    .bx-catalog-element {
        position: relative;
    }
    .mobile-back-btn { /* стили этой кнопки переписаны полностью, предыдущие лучше удалить */
        display: none;

        position: absolute;
        top: 8px;
        left: 4px;

        width: 40px;
        height: 40px;

        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.2 21.4'%3E%3Cpath class='st0' d='M11.2 3.4c.5-.5.5-1.4 0-1.9s-1.4-.5-1.9 0L1 9.7c-.5.5-.5 1.4 0 1.9l8.3 8.3c.5.5 1.4.5 1.9 0s.5-1.4 0-1.9l-7.3-7.4c-.1 0 7.3-7.2 7.3-7.2z' fill-opacity='.24'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px 18px;
    }
    @media (max-width: 549px) {
        .mobile-back-btn {
            display: block;
        }
    }
}
/* end Исправление кнопки "назад" в картинке каталога в мобильной версии */


.content-information1__presale-online {
    margin-bottom: 40px;
    border: 1px solid #7D7169;
    background-color: rgba(125, 113, 105, 0.1);
    padding: 8px 8px;
    font-size: 13px;
    line-height: 16px;
    color: #7D7169;
    letter-spacing: 0.05em;
}
.content-information1__presale-online p:first-child {
    margin-bottom: 8px;
}
.content-information1__presale-online a {
    text-decoration: underline;
    color: #7D7169;
}
.content-information1__presale-online a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .content-information1__presale-online {
        margin-bottom: 24px;
        padding: 8px 15px;
    }
}

/*убрать подчёркивание у заголовков товаров */
.content-information1__title1:hover{
    text-decoration: none;
}
.content-information1__label_sd {
    background-color: #7D7169;
    font-size: 14px;
    letter-spacing: 0.05em;
}








.b-product {
    margin-left: 200px;
    margin-right: 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 278px;
    grid-template-columns: 1fr 278px;
    grid-column-gap: 16px;
    padding-bottom: 90px; }
@media (max-width: 1439px) {
    .b-product {
        margin-right: 0; } }
@media (max-width: 1199px) {
    .b-product {
        margin-left: 0; } }
@media (max-width: 767px) {
    .b-product {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 26px; } }
.b-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 27px; }
@media (max-width: 549px) {
    .b-product-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.b-product-info__item {
    background: #86736f;
    color: #fff;
    text-transform: uppercase;
    padding: 0 11px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 13px; }
.b-product-info__item:last-child {
    margin-right: 0; }
.b-product-info__item--soon {
    padding: 0 20px; }
@media (max-width: 549px) {
    .b-product-title {
        margin-bottom: 12px; } }
.b-product-title h1 {
    font-size: 24px;
    line-height: 32px;
    color: #383838;
    font-weight: 400;
    letter-spacing: 2.4px;
    margin: 0;
    padding: 0; }
@media (max-width: 549px) {
    .b-product-title h1 {
        text-align: center;
        font-size: 20px;
        line-height: 24px; } }
.b-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
@media (max-width: 549px) {
    .b-product-price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.b-product-price__old {
    font-size: 18px;
    line-height: 22px;
    color: #86736f;
    text-decoration: line-through;
    margin-right: 15px;
    letter-spacing: 2px; }
.b-product-price__val {
    color: #383838;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px; }
.b-product-size {
    margin-bottom: 25px; }
@media (max-width: 549px) {
    .b-product-size {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
.b-product-size__select {
    margin-bottom: 10px; }
.b-product-size__select select {
    height: 32px;
    width: 196px; }
.b-product-size__guide {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 1px; }
.b-product-size__guide a {
    color: #383838;
    text-decoration: underline; }
.b-product-size__guide a:hover {
    text-decoration: none; }
.b-product-text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px; }
@media (max-width: 549px) {
    .b-product-text {
        text-align: center; } }
.b-product-text p {
    padding: 0;
    margin: 0 0 25px 0; }
.b-product-color {
    margin-bottom: 30px; }
@media (max-width: 549px) {
    .b-product-color {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
.b-product-color__label {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin-bottom: 13px; }
@media (max-width: 549px) {
    .b-product-color__label {
        text-align: center; } }
.b-product-color__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 0; }
.b-product-color__item {
    margin: 5px; }
.b-product-color__item a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    position: relative; }
.b-product-color__item a:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    border: 1px solid #C1AE9D;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none; }
.b-product-color__item a.is-active:before {
    display: block; }
.b-product-order {
    margin-bottom: 20px; }
.b-product-order .btn {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px; }
.b-product-order .btn[disabled] {
    background: #E8E8E8; }
.b-product-wishlist {
    margin-bottom: 20px; }
@media (max-width: 549px) {
    .b-product-wishlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.b-product-wishlist a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #86736f;
    text-decoration: none; }
.b-product-wishlist a svg {
    width: 24px;
    height: 24px;
    margin-right: 20px; }
.b-product-wishlist a span {
    text-decoration: underline; }
.b-product-wishlist a:hover span {
    text-decoration: none; }
.b-product-box__head {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #383838;
    position: relative;
    padding: 20px;
    padding-left: 0;
    border-bottom: 1px solid #383838;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.b-product-box__head .arw {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.b-product-box__head .arw svg {
    width: 13px;
    height: 13px; }
.b-product-box__head .arw svg.min {
    display: none; }
.b-product-box__head.is-active .arw svg.plus {
    display: none; }
.b-product-box__head.is-active .arw svg.min {
    display: block; }
.b-product-box__body {
    display: none;
    padding: 14px 0 0 0; }
.b-product-avail__sity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px; }
.b-product-avail__sity a {
    color: #86736f;
    text-decoration: underline; }
.b-product-avail__sity a:hover {
    text-decoration: none; }
.b-product-avail__info {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #383838;
    margin-bottom: 6px; }
.b-product-avail__shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(134, 155, 146, 0.5);
    padding-bottom: 10px;
    padding-top: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #383838; }
.b-product-avail__shop p {
    margin-bottom: 6px; }
.b-product-avail__shop p:last-child {
    margin-bottom: 0; }
.b-product-avail__shop p span {
    margin-right: 12px; }
.b-product-avail__shop p span.is-none {
    opacity: 0.5; }
.b-product-avail__shop a {
    color: #383838;
    text-decoration: none; }
.b-product-addReview {
    margin-top: 40px; }
.b-product-addReview .btn {
    color: #86736f;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 64px;
    width: 100%;
    border: 1px solid #86736f;
    background: #ffffff; }
.b-product-addReview .btn svg {
    width: 26px;
    height: 26px;
    margin-right: 11px; }
.b-product-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 16px 1fr;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
@media (max-width: 549px) {
    .b-product-image {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
.b-product-image__small {
    padding-top: 24px;
    position: relative;
    padding-bottom: 24px;
    z-index: 948; }
@media (max-width: 549px) {
    .b-product-image__small {
        display: none; } }
.b-product-image__small .swiper-container {
    height: 346px; }
.b-product-image__small .swiper-slide {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.b-product-image__small .swiper-slide img {
    display: block;
    max-width: 100%; }
.b-product-image__small .swiper-slide span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: none; }
.b-product-image__small .swiper-slide-thumb-active {
    opacity: 0.7; }
.b-product-image__small .swiper-btn {
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -8px; }
.b-product-image__small .swiper-btn svg {
    width: 16px;
    height: 16px; }
.b-product-image__small .swiper-btn-prev {
    top: 0; }
.b-product-image__small .swiper-btn-next {
    bottom: 0; }
.b-product-image__small .swiper-btn.swiper-button-disabled {
    opacity: 0.5; }
.b-product-image__large {
    min-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative; }
.b-product-image__large .swiper-slide {
    cursor: pointer;
    position: relative; }
.b-product-image__large .swiper-slide img {
    display: block;
    max-width: 100%; }
.b-product-image__large .swiper-slide a {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5; }
@media (max-width: 549px) {
    .b-product-image__large .swiper-slide a {
        display: block; } }
.b-product-image__large .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none; }
@media (max-width: 549px) {
    .b-product-image__large .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.b-product-image__large .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px 0 5px;
    opacity: 1; }
.b-product-image__large .swiper-pagination-bullet-active {
    background: white; }
.b-product-image__modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    z-index: 947;
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
@media (max-width: 549px) {
    .b-product-image__modal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.b-product-image__modal.is-visible {
    cursor: pointer;
    display: block; }
.b-product-image__modal img {
    width: 100%;
    height: auto;
    display: block; }
@media (max-width: 549px) {
    .b-product-image__modal img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
.b-product-image-gallery-show {
    overflow: hidden !important; }
.b-product-image--full .b-product-image__large {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15; }
.b-product-image--full .b-product-image__large .swiper-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15; }
.b-product-image--full .b-product-image__large .swiper-container .swiper-slide {
    position: relative; }
.b-product-image--full .b-product-image__large .swiper-container .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
.b-product-image--full .b-product-image__large .swiper-pagination-bullets {
    z-index: 20; }

.b-modal {
    display: none;
    padding: 55px 80px 90px 80px; }
@media (max-width: 991px) {
    .b-modal {
        width: 100% !important;
        padding: 20px; } }
.b-modal h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 36px 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: 2px;
    color: #383838; }
@media (max-width: 767px) {
    .b-modal h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px; } }
.b-modal ul {
    margin: 0;
    padding: 0; }
.b-modal ul li {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none; }
.b-modal ul li:last-child {
    margin-bottom: 0; }
.b-modal ul li a {
    color: #86736f;
    text-decoration: underline; }
.b-modal ul li a:hover {
    text-decoration: none; }
.b-modal table tr th {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 5px; }
@media (max-width: 767px) {
    .b-modal table tr th {
        font-size: 11px;
        padding: 5px 2px; } }
.b-modal table tr td {
    text-align: center;
    padding: 10px 5px; }
@media (max-width: 767px) {
    .b-modal table tr td {
        font-size: 11px;
        padding: 5px 2px; } }
.b-modal table tr td:first-child {
    min-width: 130px; }
@media (max-width: 767px) {
    .b-modal table tr td:first-child {
        min-width: auto; } }
@media (max-width: 767px) {
    .b-modal table tr td span {
        display: none; } }
.b-modal .carousel__button.is-close {
    right: 37px;
    top: 28px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px) {
    .b-modal .carousel__button.is-close {
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px; } }
.b-modal .carousel__button.is-close:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(/local/components/build/css/../images/close.svg) no-repeat;
    background-size: contain; }
.b-modal .carousel__button.is-close svg {
    display: none; }
.b-modal-guide {
    width: 960px; }
.b-modal-avail {
    width: 572px; }

/* End */


/* Start:/local/components/custom/main.search/templates/.default/style.css?1676909904181*/
.catalog-search-queries__list-preloader {
    display: flex;
    justify-content: center;
    width: 80%;
}

.catalog-search-queries__list-preloader img {
    width: 38px;
}
/* End */




.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }




.content-information1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; /* position: relative; */
    margin-bottom: 80px;
    *zoom: 1;
}

.content-information1 .slick-slider {
    height: fit-content;
}

.content-information1:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .content-information1 {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 53px;
        /*margin-top: 18px;*/
    }
}

.content-information1.mod1 {
    margin: 0;
}

.content-information1__left {
    padding-right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.content-information1__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
@media only screen and (max-width: 1366px) and (min-width: 1230px) {
    .content-information1__left {
        padding-right: 10px;
        width: 790px;
    }
    .slider-mobile-ajax {
        width: 620px !important;
    }
    .slider-mobile-ajax__item
    {
        width: 620px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 760px) {
    .content-information1__left {
        padding-right: 30px;
        width: 500px;
    }
    .slider-mobile-ajax {
        width: 500px !important;
    }
    .slider-mobile-ajax__item
    {
        width: 500px;
    }
}
@media only screen and (max-width: 760px) {
    .content-information1__left {
        padding-right: 0;
    }

    .content-information1__slider {
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        max-width: none;
        margin-bottom: 18px;
        margin-left: -17px;
        margin-right: -17px;
    }
}


.content-information1__description {
    margin-top: 22px;
    line-height: 1.7em;
    padding-right: 32px;
}

.content-information1__description .content-information1__info-content {
    font-size: 14px;
    line-height: 1.7em;
}


.content-information1__image {
    max-width: 100%;
    display: block;
    margin-bottom: 24px;
}

.content-information1__image:last-child {
    margin: 0;
}

.content-information1__right {
    width: 280px;
    font-size: 0.01px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
}
@media only screen and (min-width: 1025px) {
    .content-information1__right {
        max-width: 280px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 760px) {
    .content-information1__right {
        max-width: 200px;
    }
}
@media only screen and (max-width: 760px) {
    .content-information1__right {
        text-align: center;
        width: 100%;
        padding-left: 17px;
        padding-right: 17px;
    }
}

.content-information1__content {
    position: static;
}

@media only screen and (max-width: 760px) {
    .content-information1__content {
        position: static !important;
    }
}

.content-information1__soon {
    margin-bottom: 12px;
}

.content-information1__soon-text {
    display: inline-block;
    padding: 5px 10px;
    background: #86736f;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
}


.content-information1__labels {
    display: block;
    margin-bottom: 25px;
}
@media only screen and (max-width: 760px) {
    .content-information1__labels {
        margin-top: 26px;
    }
}


.content-information1__label {
    display: inline-block;
    padding: 5px 10px;
    background: #86736f;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 12px;
}

.content-information1__title1 {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: top;
    color: #383838;
    margin-bottom: 2px;
}

.content-information1__title1:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 760px) {
    .content-information1__title1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px;
    }
}

.content-information1__price {
    padding-bottom: 40px;
}

@media only screen and (max-width: 760px) {
    .content-information1__price {
        padding-bottom: 25px;
    }
}

.content-information1__price-value {
    color: #000000;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 2.4px;
}

@media only screen and (max-width: 760px) {
    .content-information1__price-value {
        font-size: 18px;
        line-height: 17px;
        letter-spacing: 1.8px;
    }
}

.content-information1__price-value_old {
    font-size: 18px;
    line-height: 22px;
    color: #86736f;
    text-decoration: line-through;
    letter-spacing: 1.8px;
    margin-right: 15px;
}

.content-information1__sizes {
    margin-bottom: 32px;
}
@media only screen and (max-width: 760px) {
    .content-information1__sizes {
        margin-top: 16px;
    }
}

.content-information1__title2 {
    margin-bottom: 32px;
    color: #77543e;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
}

.content-information1__title2_color {
    margin-bottom: 11px;
}

.content-information1__title2.mod1 {
    margin-bottom: 32px;
}

@media only screen and (max-width: 760px) {
    .content-information1__title2.mod1 {
        margin-bottom-bottom: 20px;
    }
}

.content-information1__title2.mod2 {
    margin-bottom: 16px;
}

.content-information1__link1 {
    display: inline-block;
    vertical-align: top;
    color: #383838;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.content-information1__link1:hover {
    text-decoration: none;
}

@media only screen and (max-width: 760px) {
    .content-information1__link1 {
        margin-bottom: 18px;
    }
}

.content-information1__link1:last-of-type {
    margin-bottom: 0;
}

.content-information1__add-cart {
    max-width: 376px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 40px;
}

.content-information1__add-cart:before {
    content: 'Добавить ';
}

.content-information1__add-cart__navlb:before {
    content: '';
}

@media only screen and (max-width: 1000px) {
    .content-information1__add-cart:before {
        /*content: '';*/
    }
}

@media only screen and (max-width: 760px) {
    .content-information1__add-cart {
        max-width: 196px;
        margin: auto;
        height: 48px;
        line-height: 48px;
        margin-bottom: 35px;
    }
}

.content-information1__add-wishlist {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
    color: #86736f;
    text-transform: uppercase;
    text-decoration: underline;
    vertical-align: middle;
}

.content-information1__add-wishlist-icon {
    margin-right: 20px;
    vertical-align: middle;
    background: url("/local/templates/search/css/../img/favorite.svg") no-repeat 0 0;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.content-information1__add-wishlist:hover {
    text-decoration: none;
}

.content-information1__testimonials {
    max-width: 313px;
    height: 64px;
    line-height: 64px;
}

@media only screen and (max-width: 760px) {
    .content-information1__testimonials {
        margin: 0 auto;
        height: 64px;
        /*line-height: 48px;*/
    }
}

.content-information1__testimonials .testimonials-icon {
    margin-right: 11px;
    vertical-align: middle;
    background: url("/local/templates/search/css/../img/testimonials.svg") no-repeat 0 0;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.content-information1__testimonials:hover .testimonials-icon {
    background: url("/local/templates/search/css/../img/testimonials_hover.svg") no-repeat 0 0;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.content-information1__text {
    padding-bottom: 32px;
}

.content-information1__text-title {
    padding-bottom: 8px;
    line-height: 18px;
    color: #77543e;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.content-information1__text p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 19px;
}

@media only screen and (max-width: 760px) {
    .content-information1__text p {
        text-align: left;
    }
}

.content-information1__info {
    border-bottom: 1px solid #383838;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 760px) {
    .content-information1__info {
        max-width: 400px;
        text-align: left;
    }
}

.content-information1__info:last-of-type {
    margin-bottom: 32px;
}


.content-information1__info-title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.content-information1__info-title:after {

    background: url("/catalog/view/theme/somastore/icons/plus.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: '';
    float: right;
}

.content-information1__info-title.active:after {
    background: url("/catalog/view/theme/somastore/icons/minus.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.content-information1__info-content {
    display: none;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
}

.content-information1__info-content.active {
    display: block;
}

.content-information1__info-content table thead th {
    font-weight: normal;
    border-left: 1px solid #383838;
    padding: 8px 0;
}

.content-information1__info-content table thead th:first-of-type {
    border-left: none;
}

.content-information1__info-content table tbody tr td {
    border-left: 1px solid #383838;
    padding: 16px 0;
    text-align: center;
}

.content-information1__info-content table tbody tr td:first-of-type {
    border-left: none;
    text-align: left;
}

.content-information1__info-content table tbody tr td .in-stock {
    background: url("/local/templates/search/css/../img/instock.svg") no-repeat 0 0;
    background-size: 16px 13px;
    width: 16px;
    height: 13px;
    display: inline-block;
}

.content-information1__info-content table tbody tr:first-of-type td {
    border-top: 1px solid #383838;
}

.check3 {
    *zoom: 1;
    margin-bottom: 8px;
}

.check3:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .check3 {
        text-align: center;
        font-size: 0.01px;
    }
}

.check3_modal {
    margin-bottom: 16px;
}

.check3.center {
    text-align: center;
    font-size: 0.01px;
    padding: 0;
}

.check3.center .check3__label {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.check3__label {
    float: left;
    margin: 0 11px 16px 0;
    cursor: pointer;
    padding: 0 10px;
    height: 36px;
    min-width: 66px;
    box-sizing: border-box;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #86736f;
    color: #383838;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 1.4px;
    position: relative;
}

.check3__label input {
    position: absolute;
    top: 0;
    left: -9999px;
    display: block;
}

.check3__label:hover, .check3__label.active {
    background-color: #86736f;
    color: #ffffff;
}

@media only screen and (max-width: 760px) {
    .check3__label {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 8px 16px 8px;
    }
}

.check3.mod1 .check3__label {
    height: 34px;
    line-height: 34px;
    min-width: 66px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1.8px;
}

.check3.mod1 .check3__label:hover, .check3.mod1 .check3__label.active {
    background-color: #86736f;
}

@media only screen and (max-width: 760px) {
    .check3.mod1 .check3__label {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}

.check3.mod2 {
    padding: 0;
}

@media only screen and (max-width: 760px) {
    .check3.mod2 {
        text-align: left;
        margin-left: -8px;
    }
}

.check3.mod2 .check3__label {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
}

.chose-color1 {
    *zoom: 1;
    padding: 4px 0 24px 4px;
}

.chose-color1:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 760px) {
    .chose-color1 {
        max-width: 265px;
        margin: auto;
        display: flex;
        justify-content: center;
        width: fit-content;
    }
}

.chose-color1.center {
    text-align: center;
    font-size: 0.01px;
    max-width: none;
    padding: 0 0 15px 0;
}

.chose-color1.center .chose-color1__label {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 12px 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.chose-color1__label {
    float: left;
    margin: 0 12px 12px 0;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 760px) {
    .chose-color1__label {
        width: 24px;
        height: 24px;
    }
}

.chose-color1__label input {
    position: absolute;
    top: 0;
    left: -9999px;
    display: block;
}

.chose-color1__label.active:before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    display: block;
    content: '';
    border: 1px solid #86736f;
    border-radius: 50px;
}

@media only screen and (max-width: 760px) {
    .chose-color1__label.active:before {
        border-width: 2px;
    }
}

.chose-color1.mod1 {
    padding: 7px 0 24px 7px;
}

@media only screen and (max-width: 760px) {
    .chose-color1.mod1 {
        padding: 4px 0 24px 4px;
    }
}

.chose-color1.mod1 .chose-color1__label {
    margin: 0 24px 21px 0;
    width: 46px;
    height: 46px;
}

.chose-color1.mod1 .chose-color1__label:before {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
}

@media only screen and (max-width: 1000px) {
    .chose-color1.mod1 .chose-color1__label {
        margin: 0 12px 12px 0;
        width: 24px;
        height: 24px;
    }

    .chose-color1.mod1 .chose-color1__label:before {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
    }
}

.chose-color1.mod2 {
    padding: 4px 0 0 4px;
}

@media only screen and (max-width: 760px) {
    .chose-color1.mod2 {
        margin: 0;
        max-width: none;
        left: 0;
    }
}

.chose-color1.mod2 .chose-color1__label {
    margin-bottom: 12px;
}

.list3 {
    font-size: 0.01px;
}

.list3.mod1 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 760px) {
    .list3.mod1 {
        padding-bottom: 30px;
    }
}

.list3.mod2 {
    padding-bottom: 30px;
}

.list3__item {
    padding-bottom: 16px;
    text-transform: uppercase;
}

.list3__item:last-child {
    padding: 0;
}

.list3__item a {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    color: #77543e;
    font-size: 14px;
    letter-spacing: 1.4px;
    border-bottom: 2px dotted #bea9a0;
}

.list3__item a:hover {
    border-color: transparent;
}

.title2 {
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 22px;
    color: #383838;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: unset;
}

@media only screen and (max-width: 760px) {
    .title2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .page-line .title2 {
        margin-left: 17px;
    }
}

.list-product2 {
    *zoom: 1;
    margin: 0px auto;
    text-align: center;
    font-size: 0.01px;
}
@media only screen and (min-width: 761px) {
    .list-product2 {
        width: 1160px;
    }
}

.list-product2:after {
    content: " ";
    display: table;
    clear: both;
}

/*@media only screen and (max-width: 760px) {
    .list-product2 {
        margin: 0 -5px;
    }
}*/

.list-product2__item {
    padding: 0 8px;
    box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
    .list-product2__item {
        padding: 0 5px;
    }
}

.list-product2__foto {
    margin-bottom: 13px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 760px) {
    .list-product2__foto {
        height: 40vh;
    }
}

.list-product2__title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    max-width: 286px;
}

.list-product2__title:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 760px) {
    .list-product2__title {
        margin-bottom: 10px;
        color: #000000;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 14px;
    }
}

.list-product2__price {
    line-height: 18px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.list-product2.slick-slider .slick-arrow {
    position: absolute;
    top: -54px;
    z-index: 1;
    display: block;
    border-radius: 20px;
    padding: 12px;
    background-position: center;
    cursor: pointer;
}

.list-product2.slick-slider .slick-arrow.prev {
    right: 64px;
    background: url("/catalog/view/theme/somastore/icons/arrow_left.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: center;
    background-color: #86736f;
}

.list-product2.slick-slider .slick-arrow.next {
    right: 8px;
    background: url("/catalog/view/theme/somastore/icons/arrow_right.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: center;
    background-color: #86736f;
}

@media only screen and (max-width: 760px) {
    .list-product2.slick-slider .slick-arrow {
        top: 53vh;
    }
    .list-product2.slick-slider .slick-arrow.prev {
        /*left: 35vw;*/
        left: 30%;
        width: 40px;
        height: 40px;
    }

    .list-product2.slick-slider .slick-arrow.next {
        /*right: 35vw;*/
        right: 30%;
        width: 40px;
        height: 40px;
    }
}

.list-product2.slick-slider .slick-arrow:hover {
    opacity: .8;
}

.slider-mobile1 {
    display: inline-block;
    width: 670px;
    max-width: 100%;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-right: 32px;
}

@media only screen and (max-width: 760px) {
    .slider-mobile1 {
        margin-right: 0;
    }
}

.slider-mobile1 .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.01px;
}

.slider-mobile1 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 9px;
    border-radius: 10px;
    cursor: pointer;
}

.slider-mobile1 .slick-dots li span {
    display: none;
}

.slider-mobile1 .slick-dots li:last-child {
    margin: 0;
}

.slider-mobile1 .slick-dots li.slick-active {
    background-color: #ffffff;
}

.slider-mobile1__item {
    height: 597px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 760px) {
    .slider-mobile1__item {
        height: 433px;
    }
}

.slider-thumbnails {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 32px;
}

@media only screen and (max-width: 1160px) {
    .slider-thumbnails {
        display: none;
    }
}

.slider-thumbnails__slide {
    margin-bottom: 13px;
}

.slider-thumbnails__item {
    display: block;
    width: 138px;
    height: 138px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-thumbnails.slick-slider .slick-current {
    border-color: #86736f;
}

.slider-thumbnails.slick-slider .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    z-index: 1;
    display: block;
    border-radius: 20px;
    padding: 6px;
    background-position: center;
    cursor: pointer;
}

.slider-thumbnails.slick-slider .slick-arrow.prev {
    top: 0;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("/local/templates/search/css/../img/hero_prev.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
}

.slider-thumbnails.slick-slider .slick-arrow.next {
    bottom: 12px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("/local/templates/search/css/../img/hero_prev.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
}

.slider-thumbnails.slick-slider .slick-arrow:hover {
    opacity: .8;
}
.chose-color1__label.selected:before {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    display: block;
    content: '';
    border: 2px solid #77543e;
    border-radius: 50px;
}


.content-information1__info-content table tbody tr td {
    border-left: unset;
    padding: 8px 0;
}
.shop_city_msk{
    padding: 5px 0 !important;
    border: none;
    font-weight: bold;
}
.shop_city{
    padding: 15px 0 5px 0 !important;;
    font-weight: bold;
}
.shop_tel{
    text-decoration: underline;
    color: #383838;
}




.size-dropdown {
    position: relative;
    font-size: 16px;
    border: 1px solid #86736f;
    color: #444;
    margin-bottom: .4em;
    background-color: white;
    z-index: 14;
}

.arrowSizesToggle {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: url("/catalog/view/theme/somastore/icons/arrow.svg") no-repeat 0 0;
    background-size: 18px 37px;
    width: 36px;
    height: 36px;
    display: inline-block;
    transition: 0.2s linear;
    transform-origin: center;
    background-position-x: center;
    cursor: pointer;
}

.arrowSizesToggle.open {
    transform: rotate(180deg);
}

.size-dropdown .title {
    padding: 10px;
    cursor: pointer;
}

.size-dropdown .size-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    z-index: 99;
    border: 0;
    background-color: white;
    border-radius: 4px;
    width: 100%;
    display: none;
    box-shadow: 0 0 15px lightgray;
}

.size-dropdown .size-dropdown-menu .size-dropdown-menu-item {
    cursor: pointer;
    display: block;
    padding: 10px;
}

.size-dropdown .size-dropdown-menu .size-dropdown-menu-item:hover {
    background-color: #efefef;
}

.size-dropdown .size-dropdown-menu .size-dropdown-menu-item.selected {
    background-color: #8a9991;
    color: #ddd;
}

.hidden-block {
    display: none !important;
}

.list-product2 {
    max-height: 475px;
}









/* общие стили для попапов */

.modal-up {
    z-index: 99999999; /*должен перекрывать меню и консультанта*/
}
.modal-up__content {
    padding: 0;

    line-height: 18px;
    letter-spacing: 0.05em;
}
.modal-up__content header {
    position: relative;
    padding: 24px 24px 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;
}
.modal-up__content h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.08em;
    font-weight: normal;
    text-transform: uppercase;
}

.modal-up__container {
    padding: 0 24px 24px;
}

.modal-up-content__buttons {
    display: flex;
    justify-content: space-between;
}

.modal-up-content__button {
    display: block;
    /*width: 220px;*/
    padding: 16px 15px 14px;
    box-sizing: border-box;

    font-family: 'Optima Cyr', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.modal-up-content__button {
    background-color: #86736f;
    border-color: #86736f;
    color: #ffffff;
}
.modal-up-content__button-white {
    background-color: transparent;
    border-color: #86736f;
    color: #86736f;
}
.modal-up-content__buttons .modal-up-content__button {
    margin-right: 16px;
    flex-grow: 1;
}
.modal-up-content__buttons .modal-up-content__button:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 760px) {
    .modal-up .modal-up__vertical {
        vertical-align: bottom;
    }
    .modal-up .modal-up__content {
        width: 100% !important;
        max-width: 428px;
    }
    .modal-up__container {
        padding: 0 16px 24px;
    }
    .modal-up__content header {
        margin-bottom: 16px;
        padding: 18px 16px 14px;
    }
    .modal-up__content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .modal-up__close {
        top: 16px;
        right: 16px;
        width: 16px;
        height: 16px;
        background-size: 16px;
    }

    .modal-up-content__buttons {
        flex-direction: column;
    }
    .modal-up-content__buttons .modal-up-content__button {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .modal-up-content__buttons .modal-up-content__button:last-child {
        margin-bottom: 0;
    }

    .modal-up .modal-up__content {
        transform:translate3d(0,100%,0);
        transition: transform 1s;
    }
    .slideToggle__content.modal-up .modal-up__content {
        transform:translateZ(0);
    }
}



.modal-up {
    width: 768px;
    max-width: none;
    border-radius: 0;
}

.modal-up_sizes {
    width: 964px;
}

.modal-up__button {
    line-height: 64px;
    width: 353px;
}

.modal-up__title {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

@media only screen and (max-width: 760px) {
    .modal-up__title {
        font-size: 14px;
        line-height: 18px;
    }
}

.modal-up__content {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.8px;
}

@media only screen and (max-width: 760px) {
    .modal-up__content {
        font-size: 12px;
        letter-spacing: 1.4px;
    }
}

.modal-up__table {
    text-align: center;
}

.modal-up__table-header {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 12px;
}

@media only screen and (max-width: 760px) {
    .modal-up__table-header {
        font-size: 12px;
    }
}

.modal-up__table-header:first-child {
    text-align: left;
}

.modal-up__table-cell {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0;
}

@media only screen and (max-width: 760px) {
    .modal-up__table-cell {
        font-size: 12px;
        padding: 8px 0;
    }
}

.modal-up__form-label {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.modal-up__form-input {
    margin-top: 16px;
}

.modal-up__form-textarea {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 128px;
}

.modal-up__form-acceptance {
    margin-bottom: 37px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.8px;
}

.modal-up__form-acceptance a {
    color: #86736f;
}

.modal-up__form-submit {
    width: 353px;
    height: 64px;
}

.modal-up__form-save {
    display: inline-block;
    width: 180px;
    height: 64px;
    line-height: 64px;
}

.modal-up__form-cancel {
    display: inline-block;
    width: 180px;
    height: 64px;
    line-height: 64px;
    margin-right: 20px;
}

.modal-up {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    overflow: auto;
    display: none;
}

.modal-up__vertical {
    display: table-cell;
    vertical-align: middle;
}

.modal-up__background-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
}

.modal-up__content {
    box-sizing: border-box;
    position: relative;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.56);
    background-color: #ffffff;
    padding: 100px;
    width: 600px;
}

@media only screen and (max-width: 760px) {
    .modal-up__content {
        padding: 20px;
        width: 320px !important;
    }
}

.modal-up__content_medium {
    width: 768px;
}

.modal-up__content_big {
    width: 964px;
}

.modal-up__close {
    position: absolute;
    top: 26px;
    right: 41px;
    cursor: pointer;
    background: url("/catalog/view/theme/somastore/icons/close.svg") no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.modal-up__close:hover {
    opacity: 0.9;
}

@media (max-width: 760px) {
    .modal-up__close {
        top: 15px;
        right: 15px;
        background: url("/catalog/view/theme/somastore/icons/close.svg") no-repeat 0 0;
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
        display: inline-block;
    }
}
.modal-up__close {
    top: 16px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url(/catalog/view/theme/somastore/icons/icn-close-popup_black.svg);
    background-size: auto;
}

.modal-address__content {
    width: 768px;
}

.modal-form1 {
    margin: auto;
    max-width: 408px;
}

.modal-form1__title1 {
    text-align: center;
    padding-bottom: 40px;
    line-height: 26px;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}

@media only screen and (max-width: 760px) {
    .modal-form1__title1 {
        padding-bottom: 45px;
    }
}

.modal-form1 p {
    line-height: 18px;
    padding-bottom: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
}

@media only screen and (max-width: 760px) {
    .modal-form1 p {
        text-align: center;
        padding-bottom: 12px;
    }
}

.modal-form1__input {
    display: block;
    width: 100%;
    height: 64px;
    background-color: rgba(232, 232, 232, 0.5);
    padding: 0 15px;
    font-size: 15px;
    color: #000;
    margin-bottom: 27px;
}

.modal-form1__input.mod1 {
    margin-bottom: 41px;
}

@media only screen and (max-width: 760px) {
    .modal-form1__input {
        height: 48px;
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 24px;
    }

    .modal-form1__input.mod1 {
        margin-bottom: 12px;
    }
}

.modal-form1__submit {
    width: 262px;
    margin: auto;
    margin-bottom: 51px;
    height: 48px;
    line-height: 48px;
}

@media only screen and (max-width: 760px) {
    .modal-form1__submit {
        width: 100%;
    }
}


.modal__arrange {
    text-align: center;
    text-transform: uppercase;
    margin: unset;
    width: 353px;
    height: 64px;
    line-height: 65px;
}

.modal__arrange-content {
    padding: 110px 95px;
    width: 768px;
    box-sizing: border-box;
}

.modal__arrange-message {
    margin-bottom: 65px;
}

.modal-up__link-close {
    font-size: 14px;
    margin-top: 27px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-width: 760px) {
    .modal__arrange-message {
        margin-bottom: 20px;
    }

    .modal__arrange {
        width: auto;
        height: 55px;
        line-height: 55px;
    }

    .modal__arrange-content {
        padding: 20px;
    }
}


.soma-header__fixed .soma-catalog-search {
    position: fixed;
    top: 64px;
}