body {
    padding-top: 155px;
    font-family: 'Roboto', serif;
    background-color: #F5F5FA;
    font-size: 16px;
}

header {
    font-size: 14px;
    padding: 16px 0;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998
}

header div,
footer div,
main {
    max-width: 1296px;
    margin: 0 auto;
}

footer {
    font-size: 20px;
    line-height: 30px;
    padding: 16px 0;
    background-color: white;
    width: 100%;
    margin-top: 24px;
}


a {
    color: black;
    text-decoration: none
}

a:hover {
    color: black
}

a:visited {
    color: black
}

header .links a {
    margin-right: 36px
}

header .links a:last-child {
    margin-right: 0
}

header .info {
    text-align: right
}

header .region {
    text-align: right
}

header .schedule {
    color: #747474
}

header hr,
footer hr {
    width: 100%;
    position: absolute;
    right: 0
}

header .button {
    border-radius: 100px;
    padding: 10px 40px
}

header input {
    background: #F5F5FA;
    border-radius: 100px;
    padding: 10px 24px;
    border: 0;
    width: 100%
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.button,
.wa-login-submit,
.wa-buttons-wrapper input,
.wa-forgotpassword-button input {
    background-color: #ED1C24;
    color: white;
    border: 0;
    border-radius: 100px;
    padding: 10px 40px;
    line-height: 26px;
    white-space: nowrap
}

.button:hover {
    color: white
}

.button:visited {
    color: white
}

.button {
    position: relative;
    color: white !important;
}

.button2 {
    background-color: white;
    color: #ED1C24;
    border: 1px solid #ED1C24;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}

.button2:hover {
    background-color: #ED1C24;
    color: white;
}

.button3 {
    background-color: white;
    color: #F0591A;
    border: 1px solid #F0591A;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    width: 100%;
}

.button3:hover {
    background-color: #F0591A;
    color: white;
}

.button4 {
    background-color: #ED1C24;
    border: 1px solid #000;
    background-color: white;
    color: #ED1C24 !important;
    border: 1px solid #ED1C24;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
}

.button4:hover {
    background-color: #ED1C24;
    color: white !important;

}

.button5 {
    background-color: white;
    color: #C4C4C4;
    display: block;
    border: 0;
    border-radius: 100px;
    padding: 17px 40px;
    text-align: center;
    width: 100%
}

.theme-preview {
    display: none
}

.shop-regions__trigger-show-window {
    cursor: pointer
}

.breadcrumbs {
    color: #ED1C24
}

.breadcrumbs {
    padding: 36px 0
}

.breadcrumbs a:last-child {
    color: #747474
}

.breadcrumbs a {
    color: #ED1C24
}

.wa-field-login {
    line-height: 46px
}

.wa-forgotpassword-form-wrapper .wa-field .wa-name {
    line-height: 46px !important;
}

.p-img {
    display: none;
}

.p-img img {
    max-width: 400px;
    max-height: 400px;
}

.p-img.active {
    display: block;
}

.product-cart {
    background-color: white;
    border-radius: 10px;
    padding: 18px;
}

.cart-quantity {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 17px 24px;
    background-color: #F5F5FA;
    border-radius: 100px;
}

.qty-minus,
.qty-plus,
.qty-minus-cart,
.qty-plus-cart {
    border: 0;
    background-color: #F5F5FA;
}

.thumb-quantity {
    flex-direction: row;
    justify-content: space-between;
    color: #ED1C24;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 24px;
    font-weight: bold
}

.thumb-quantity .qty-plus,
.thumb-quantity .qty-minus {
    background-color: white;
    text-align: center;
    cursor: pointer;
    width: 48px;
    max-width: 48px;
}

.thumb-quantity input {
    border: 0 !important;
    background-color: white !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center;
    color: #ED1C24;
    width: 48px;
    max-width: 48px;
}

.cart-quantity input {
    border: 0;
    background-color: #F5F5FA;
    text-align: center;
    padding: 10px 0 !important;
}

.cart-quantity input:focus {
    border: 0
}

.table-cart td.cart-add-td {
    padding-left: 10px !important
}

.list-container .table-cart th,
.list-container .table-cart td {
    padding-left: 24px !important;
}

.cart-add-td div,
.cart-add-td button {
    display: inline-block !important;
}

.cart-add {
    margin-top: 5px;
}

.tab.active {
    color: #747474
}

.tab {
    border-right: 1px solid #C4C4C4
}

.tab:hover {
    color: #ED1C24
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.tabs .tab:last-child {
    border: 0
}

.table {
    border-collapse: collapse
}

.table th,
.table td {
    border: 1px solid #C4C4C4;
    padding: 10px 48px;
}

.table th:first-child,
table td:first-child {
    border-left: 0
}

.table tr:first-child th,
table tr:first-child td {
    border-top: 0
}

.table th:first-child,
table td:first-child {
    padding-left: 0
}

.table th:last-child,
table td:last-child {
    border-right: 0
}

.table tr:last-child th,
table tr:last-child td {
    border-bottom: 0
}

.product-thumb {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
    padding: 10px 20px;
    position: relative;
}

.product-thumb .image {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}

.product-thumb .image img {
    max-height: 200px
}

.tab-h2 {
    display: none
}

.table-cart {
    width: 100%;
    margin-top: 48px
}

.table-cart th {
    background-color: #ED1C24;
    border: 0;
    color: white;
    line-height: 26px;
    padding: 17px 48px;
    font-size: 16px;
    font-weight: 400
}

.table-cart th:first-child {
    border-radius: 20px 0 0 0
}

.table-cart th:last-child {
    border-radius: 0 20px 0 0
}

.table-cart td {
    padding-left: 48px !important;
}

.table-cart td {
    background-color: white
}

.table-cart td {
    padding: 10px;
}

.table-cart td {
    border-bottom: 1px solid #E3E3E3
}

.cart-mobile-head {
    font-size: 16px;
    line-height: 26px;
    background: #ED1C24;
    border-radius: 20px 20px 0 0;
    color: white;
    padding: 17px;
    text-align: center
}

.cart-mobile-product {
    background-color: white;
    padding: 30px 24px;
    border-bottom: 1px solid #E3E3E3;
}

.cart-mobile-product:last-child {
    border: 0
}

.features-table-div {
    display: inline-block
}

.product-thumb .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.tab-h2 span .active {
    display: none
}

.tab-h2 span .non-active {
    display: inline-block
}

.tab-h2.active span .active {
    display: inline-block
}

.tab-h2.active span .non-active {
    display: none
}

.tab-h2:hover {
    color: #ED1C24 !important;
}

.cart-count,
.product-cart-count {
    position: absolute;
    top: -5px;
    background-color: #ED1C24;
    color: white;
    border-radius: 100px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
}

.product-cart-count {
    top: 5px
}

.product-cart-count.white {
    background-color: white;
    color: #ED1C24
}

.slick-dots .slick-active ::before {
    color: #ED1C24 !important;
}

textarea[name=comment],
textarea[name="data[message]"] {
    resize: none;
    background-color: #F5F5FA;
    border-radius: 20px;
    padding: 10px;
    border: 0
}

select[name=outlet],
select[name=main_stock],
select.list {
    border-radius: 20px;
    appearance: none;
    background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    padding: 8px 32px 8px 16px;
}

.icon16.star-empty,
.icon16.star-hover,
.icon16.star {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.icon16.star-empty {
    background-image: url(./img/star_empty.png);
}

.icon16.star-hover,
.icon16.star {
    background-image: url(./img/star_fill.png);
}

textarea[name="data[message]"] {
    border: 1px solid lightgrey;
    width: 400px;
    height: 150px;
    max-width: 100%
}

span.select2-container {
    width: 210px !important;
    max-width: 210px !important;
    background-color: #F5F5FA
}

span.select2-container--default .select2-selection--single {
    border-radius: 18px;
    border-color: #cfcfcf;
    height: 33px;
    width: 210px;
    max-width: 210px;
    background-color: #F5F5FA
}

span.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    width: 210px;
    max-width: 210px
}

.error {
    text-align: center;
    font-weight: bold;
}

.home-promo-slider {
    padding: 48px 0
}

.home-promo-slider .elem {
    background-color: #E0E0E9;
    border-radius: 50px;
    padding: 48px;
    margin: 12px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.home-promo-slider h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px
}

.home-promo-slider {
    font-size: 20px;
    line-height: 30px;
}

.home-promo-slider img {
    position: absolute;
    bottom: -48px
}

.home-product-slider .elem {
    margin: 12px;
}

.home-catalog {
    padding: 96px 48px 48px;
    border-radius: 50px;
    background-color: white;
    word-break: break-word
}

.home-catalog h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 48px
}

.home-catalog .img,
.catalog-category .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #F5F5FA;
    border-radius: 100px;*/
    width: 150px;
    height: 150px
}

.home-catalog-elem:hover a {
    color: #ED1C24
}

.slider-arrow-next,
.slider-arrow-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9997
}

.slider-arrow-next {
    right: -35px
}

.slider-arrow-prev {
    left: -55px
}

.slider-arrow-next:before,
.slider-arrow-prev:before {
    font-size: 40px;
    line-height: 1;
    color: #ED1C24;
    padding: 10px 17px 15px;
}

.slider-arrow-next:before {
    content: '\203A'
}

.slider-arrow-prev:before {
    content: '\2039'
}

.sidebar .menu,
.sidebar .rgfilters {
    border-radius: 50px;
    background-color: white;
    padding: 24px 48px 48px;
    font-size: 16px;
    line-height: 26px;
}

.sidebar .rgfilters {
    margin-top: 12px
}

.sidebar .menu .category,
.catalog-category .category {
    font-weight: bold;
    margin-top: 24px;
    display: block
}

.sidebar .menu .child,
.sidebar .menu .child2,
.catalog-category .child,
.sidebar .menu .child2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    margin-left: 24px;
    display: block
}

.catalog-category .child {
    margin-left: 0
}

.sidebar .menu .active {
    color: #ED1C24
}

.sidebar .menu .child-active {
    color: #747474 !important;
}

.sidebar a:hover,
.catalog-category a:hover {
    color: #ED1C24
}

.sidebar .menu .child2 {
    margin-left: 48px
}

/*.home-text{margin-top:48px;background-color:white;border-radius:0;position:absolute;left: 50%;
    width: 100vw; margin-left: -50vw;}*/
.home-text {
    margin-top: 48px;
    background-color: white;
    border-radius: 0;
    width: 99vw;
    margin-left: calc(50% - 49.5vw);
}

.home-text-text {
    max-width: 1296px;
    padding: 96px 24px
}

.sort {

    font-size: 16px;
    padding: 5px 20px;
    color: #333;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    appearance: none;
    background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;

}


.sort:focus {
    outline: none;

}

.sort option {
    padding: 10px 20px;
    white-space: nowrap;
    color: #828282;
}

.sort option:checked {
    color: #333;

}

.sort option:hover {
    background-color: #ddd;
}


.category h1 {
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0.02em;
    text-transform: uppercase
}

.pagination {
    flex-direction: row;
    justify-content: center;
    display: flex
}

.pagination li {
    display: inline-block;
    padding: 10px;
}

.pagination li.selected a {
    color: #ED1C24
}

.pagination .inline-link {
    display: none
}

.top-pagination {
    justify-content: flex-end
}

footer .links {
    display: flex;
    justify-content: center;
    align-items: center
}

footer .links a {
    display: inline-block;
    margin-right: 36px
}

.button-category-sidebar {
    display: none
}

.open,
.close {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
    font-weight: bold;
    cursor: pointer
}

.hide-childs {
    display: none
}

h1 {
    font-size: 48px;
    line-height: 70px;
    /*margin-bottom: 48px*/
}

.catalog-category {
    padding: 24px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container {
    background-color: white;
    padding: 48px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 26px;
    margin: 24px 0
}

.bold {
    font-weight: bold
}

.pc-bold {
    font-weight: bold
}

.pc-right {
    text-align: right
}

.exit {
    text-align: right
}

.exit a {
    color: #ED1C24 !important;
    font-weight: bold;
}

.container .row {
    margin-bottom: 12px
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px
}

form input[type=text],
form input[type=password],
form select {
    background: #F5F5FA;
    border-radius: 100px;
    padding: 10px 24px;
    border: 0;
    width: 100%
}


form select {
    appearance: none;
    /* Для браузеров WebKit (Chrome, Safari) */
    -moz-appearance: none;
    /* Для Firefox */
    -webkit-appearance: none;
    /* Для старых версий Chrome и Safari */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path d="M18 31L29 22L7 22L18 31Z" stroke="%23000" stroke-width="3"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    /* Уменьшаем размер стрелки */

}

form select option {
    padding: 5px;
}


span.wa-field-address-country {
    display: none;
}

span.wa-field-address-city,
span.wa-field-address-street,
span.wa-field-address-region,
span.wa-field-address-zip {
    margin-bottom: 10px;
    display: block;
}

.wa-field-password span.field {
    display: none
}

.wa-forgotpassword-form-fields input[type="submit"],
.wa-set-password-form-actions input[type="submit"] {
    color: #FFF;
}

.profile .container.edit {
    display: none
}

.red {
    color: #ED1C24 !important
}

.profile-footer .elem {
    background-color: white;
    border-radius: 50px;
    padding: 48px;
    height: 100%
}

.profile-footer>div {
    margin-bottom: 24px
}

a[data-type=signup],
a[data-type=forgotpassword],
a[data-type=login] {
    color: #ED1C24
}

.popup {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    padding: 15px;
    display: none;
    border-radius: 20px
}

.popup h2 {
    background: #ED1C24;
    margin: -15px;
    padding: 5px 15px;
    margin-bottom: 13px;
    color: white;
    border-radius: 20px 20px 0 0
}

.popup-close {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    vertical-align: top;
    margin-top: 3px;
    cursor: pointer;
}

.popup-close {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIxLjkgMjEuOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjEuOSAyMS45IiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiPgogIDxwYXRoIGQ9Ik0xNC4xLDExLjNjLTAuMi0wLjItMC4yLTAuNSwwLTAuN2w3LjUtNy41YzAuMi0wLjIsMC4zLTAuNSwwLjMtMC43cy0wLjEtMC41LTAuMy0wLjdsLTEuNC0xLjRDMjAsMC4xLDE5LjcsMCwxOS41LDAgIGMtMC4zLDAtMC41LDAuMS0wLjcsMC4zbC03LjUsNy41Yy0wLjIsMC4yLTAuNSwwLjItMC43LDBMMy4xLDAuM0MyLjksMC4xLDIuNiwwLDIuNCwwUzEuOSwwLjEsMS43LDAuM0wwLjMsMS43QzAuMSwxLjksMCwyLjIsMCwyLjQgIHMwLjEsMC41LDAuMywwLjdsNy41LDcuNWMwLjIsMC4yLDAuMiwwLjUsMCwwLjdsLTcuNSw3LjVDMC4xLDE5LDAsMTkuMywwLDE5LjVzMC4xLDAuNSwwLjMsMC43bDEuNCwxLjRjMC4yLDAuMiwwLjUsMC4zLDAuNywwLjMgIHMwLjUtMC4xLDAuNy0wLjNsNy41LTcuNWMwLjItMC4yLDAuNS0wLjIsMC43LDBsNy41LDcuNWMwLjIsMC4yLDAuNSwwLjMsMC43LDAuM3MwLjUtMC4xLDAuNy0wLjNsMS40LTEuNGMwLjItMC4yLDAuMy0wLjUsMC4zLTAuNyAgcy0wLjEtMC41LTAuMy0wLjdMMTQuMSwxMS4zeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4K)
}

.button-flex {
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.block {
    background-color: white;
    padding: 24px;
    border-radius: 25px;
}

#auth div {
    margin-bottom: 12px;
}

.promo-goals {
    border-radius: 50px;
    margin-top: 24px;
    background-color: white;
    padding: 24px;
    font-size: 16px;
    line-height: 26px;
}

.promo-elem {
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #E3E3E3 !important;
}

.promo-goals>.promo-elem:last-child {
    border-bottom: 0 !important;
}

main {
    padding-bottom: 48px;
}

.sorter_mobile_category {
    display: none;
}

.filter_pc_category {
    position: sticky;
    top: 155px;
    padding: 5px 0px !important;
    background-color: #e7e7e7;
    z-index: 900;
}

.filter_pc_category .searchpro__page-filter_range .searchpro__page-filter_range-item {
    padding: 7px;
}

.filter_pc_category .searchpro__page-sort_caption {
    white-space: nowrap;
}

.filter_pc_category .searchpro__page-sort_item a:hover {
    border-color: #e7e7e7 !important;
}

.filter_pc_category .searchpro__page-sort_list {
    line-height: 20px;
}

.searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item.item_filter_brand {
    text-transform: none;
    margin-right: 7px;
    display: inline-block;
}

.sorter_pc_category .searchpro__page-sort {
    border: none;
    padding: 0px 0px;
}

@media (max-width: 575px) {
    .sorter_pc_category {
        display: none;
    }

    .sorter_mobile_category {
        display: block;
    }

    .button-flex {
        flex-direction: column;
    }

    .logo {
        max-height: 24px;
    }

    header {
        padding: 0
    }

    .icon-search {
        display: none
    }

    .header-search,
    .header-catalog-phone {
        margin: 15px 0
    }

    .header-catalog-phone {
        justify-content: flex-end
    }

    header>div {
        margin-top: -15px
    }

    .download-button {
        margin-bottom: 30px;
        width: 100%
    }

    .order-button {
        width: 100%
    }

    .row.total {
        margin-bottom: 20px
    }

    form.checkout {
        padding: 15px 0 !important;
    }

    form.checkout>div {
        padding: 0 24px
    }

    form.checkout>button {
        border-radius: 0 !important;
    }

    .tabs {
        display: none
    }

    .tab-content {
        display: block;
        padding: 15px 0
    }

    .tab-h2 {
        display: block
    }

    .tab-content>div {
        display: none;
    }

    .features-table-div {
        padding: 10px 10px !important;
        border-radius: 20px !important;
    }

    .table th,
    .table td {
        border: 1px solid #C4C4C4;
        padding: 10px 10px;
    }

    .table td:first-child {
        font-weight: bold;
    }

    .product-cart {
        border-radius: 20px;
        padding: 18px 24px;
    }

    .p-img img {
        max-width: 250px;
    }

    .img-div {
        min-height: 0 !important;
        margin-bottom: 15px;
    }

    .main-cart-izbr,
    .main-cart-sravn {
        padding: 0 !important;
        background-color: white !important;
        margin-top: 15px;
    }

    .main-cart-button {
        margin-top: 15px;
    }

    .breadcrumbs {
        padding: 24px 0
    }

    .home-promo-slider {
        padding: 48px 0 0
    }

    .home-promo-slider {
        margin-bottom: 48px !important;
    }

    .home-promo-slider .elem {
        background-color: #E0E0E9;
        padding: 24px 12px;
        margin: 0;
        border-radius: 30px
    }

    .home-promo-slider h2 {
        font-size: 24px;
        line-height: 34px
    }

    .home-catalog {
        padding: 24px 12px;
        border-radius: 30px
    }

    .home-catalog h2 {
        font-size: 24px;
        line-height: 34px
    }

    .new-h2 {
        margin-top: 24px !important;
    }

    .home-text-text .col-md-5 {
        font-size: 24px !important;
        line-height: 34px !important;
        margin-bottom: 24px !important;
        font-weight: bold !important;
    }

    .home-text-text {
        padding: 24px 12px
    }

    .home-text-zag {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .home-text-slov {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .home-text-elem {
        margin-bottom: 24px;
        !important;
    }

    .home-promo-slider img {
        bottom: -23px
    }

    .slider-arrow-next,
    .slider-arrow-prev {
        display: none !important;
    }

    .cart-count {
        right: 15px;
    }

    .home-about {
        padding: 48px 0 !important;
    }

    .sidebar .menu {
        display: none;
        margin-top: 20px;
    }

    .category h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 24px 0
    }

    .sort {
        width: 100%
    }

    .address,
    .mail,
    .phone,
    .schedule {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px
    }

    footer .links a {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px
    }

    .button-category-sidebar {
        display: block;
        margin-bottom: 24px;
    }

    .pc-bold {
        font-weight: normal
    }

    .exit {
        margin-top: 16px
    }

    h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 34px;
    }

    .container {
        padding: 24px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .hello {
        padding: 16px !important;
    }

    .edit {
        text-align: left !important;
    }

    h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 24px
    }

    .pc-right {
        text-align: left
    }

    .profile-footer .elem {
        border-radius: 10px;
        padding: 12px;
    }

    .profile-footer .price {
        margin: 16px 0;
        border-bottom: 1px solid #E3E3E3
    }

    .block {
        padding: 24px;
        border-radius: 25px;
    }

    main {
        padding-bottom: 24px
    }

    #shop-rgwait-plugin-form {
        max-width: 100% !important;
    }

    .rgfile2order-div {
        margin: 0 !important;
        margin-bottom: 24px !important;
    }
}

.stock-info {
    position: relative;
    text-align: right;
    cursor: pointer;
}

.resstock-stocks {
    left: -162px;
}

.active-icons {
    position: absolute;
    width: 20px;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.active-icons img {
    margin-bottom: 10px;

}

.category-product-name {
    font-size: 16px;
    line-height: 26px;
}

.category-product-summary {
    font-size: 13px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 12px;
}

.category-product-sku {
    color: #747474;
    font-size: 12px;
    line-height: 18px;
}

.category-product-stock-green {
    color: #40BA15;
    font-size: 12px;
    line-height: 18px;
}

.category-product-stock-red {
    color: #F0591A;
    font-size: 12px;
    line-height: 18px;
}

.category-product-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
    text-align: right;
}

.category-product-retail-price {
    color: #747474;
    font-size: 12px;


}

.category-product-button {
    display: flex;
    align-items: center
}

.phone-menu-div {
    position: absolute;
    top: 50px;
    right: -10px;
    box-shadow: 0 0 10px #85888C;
    width: 250px;
    padding-top: 60px;
    z-index: 1;
    background: white;
    display: none
}

.phone-menu-div div {
    padding: 5px;
    padding-left: 20px
}

.phone-menu-div div:last-child {
    padding-bottom: 20px
}

.phone-menu {
    z-index: 2
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}

.icon {
    filter: invert(9%) sepia(3%) saturate(497%) hue-rotate(23deg) brightness(94%) contrast(88%);
    cursor: pointer
}

.icon.active {
    filter: invert(12%) sepia(99%) saturate(5524%) hue-rotate(353deg) brightness(101%) contrast(86%)
}

.icon.inactive,
.icon.active:hover {
    filter: invert(85%) sepia(18%) saturate(2%) hue-rotate(333deg) brightness(88%) contrast(97%);
}

.icon.inactive:hover {
    filter: invert(12%) sepia(99%) saturate(5524%) hue-rotate(353deg) brightness(101%) contrast(86%)
}

.quantity-message {
    display: none;
    color: red
}

.sticker-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
}

.product-sticker {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    padding: 4px 12px;
    background: #F5F5FA;
    border-radius: 100px;
    gap: 10px;
    margin-right: 8px;
    color: white
}

.product-sticker.sticker-discount {
    background-color: red
}

.product-sticker.sticker-top {
    background-color: darkorange
}

.product-sticker.sticker-new {
    background-color: green
}

.rgfilters-elem-name .select-input {
    display: none
}

.rgfilters-elem-name .active {
    display: none
}

.rgfilters {
    width: 100%;
    text-align: center;
}

.show-filter {
    display: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.rgfilters-elem {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em !important;
}

.rgfilters-inputs {
    min-height: 35px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
}


.rgfilters-input {
    display: inline-block;

    background-color: white;
    padding: 0 2px;
    /*
    border: 1px solid #dde1e4;
    */
}

.rgfilters-input span {
    /*color: #9BB3BC;*/
    font-family: "Roboto";
    color: #a1b2ba;
    padding-right: 5px;
    font-size: 14px;
}

.rgfilters-ui-min,
.rgfilters-ui-max {
    font-size: 14px;
    font-family: "Roboto";
    text-align: center;
}

.rgfilters-search,
.rgfilters-type-boolean,
.rgfilters-multiple {
    text-align: left;
}

.rgfilters-ui-min,
.rgfilters-ui-max {
    border: none;
    width: 4em;
}

form[name='rgfilters-form']>div {
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.rgfilters-features>div {
    text-align: left;
    /*border: 1px solid #EBEFF2;*/
}


.rgfilters-elem-name,
.rgfilters-features-name {
    line-height: 30px;
    cursor: pointer;
    font-family: "Roboto";
}

.rgfilters-elem-values {
    display: none;
    padding-bottom: 10px
}

/*.rgfilters-features
{
    display: none;
}*/
.ui-widget-content {
    background: #ED1C24;
}

.rgfilters-ui-min {}

.rgfilter-input {
    display: inline-block;
}

form .rgfilters-elem-values input[type="text"] {
    padding: 5px 12px;
}

.rgfilters-elem-name {
    font-weight: bold
}

ui-widget-header {
    height: 2px;
}

.ui-slider-horizontal {
    height: 3px !important;
    color: #ED1C24;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    cursor: pointer !important;
    border-radius: 100px;
    outline: none;
}

.ui-state-active {
    border: 1px solid #ED1C24 !important;
    background: #ED1C24 !important;
}

.rgfilters-ui-slider {
    margin-top: 12px
}

.ui-slider-range {
    background: #ED1C24;

}


.rgfilters-elem-noline {
    color: #999696;
}

.rgfilters-type-stock {
    display: inline;
    line-height: 30px;
}


.rgfilters-hover-description {
    background-color: #F4F4F4;
    color: #999696;
    display: inline;
    width: 10px;
    text-align: center;
}

.rgfilters-description {
    display: none;
    position: absolute;
    top: -10px;
    left: 250px;
    width: 350px;
    z-index: 101;
    border: 2px solid #ED1C24;
    font-family: "Roboto";
    color: white;
    background: #ED1C24;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px;
    overflow-y: auto;
}

.rgfilters-description img {
    max-width: 100%;
}

.rgfilters-show-block {
    z-index: 1000;
    /* background: #999696; */
    background: white;
    position: absolute;
    position: fixed;
    top: 10px;
    left: 200px;
    width: 290px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: black;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.rgfilters-show-block a {
    display: inline-block;
    text-decoration: none;
    /*    background-color: white;
        color: #ED1C24;*/
}

/*.rgfilters-show-block a:hover {
    color: white;
    background-color: #ED1C24;
}*/

.rgfilters-show-block::after {
    content: '';
    position: absolute;
    left: -50px;
    bottom: 0px;
    border-top: 10px solid green;
    border: 30px solid transparent;
    border-right: 20px solid white;
}

.rgfilters-show-block a {
    color: white;
}

.rgfilters-show-block a:hover {
    text-decoration: none;
}

.rgfilters-type-varchar select {
    border-radius: 20px;
    appearance: none;
    background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    padding: 0 16px;
    width: 100%;
}

#show {
    height: 60px;
    background: #ED1C24;
    width: 100px;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#show:hover a {
    color: white;
}

@media (max-width: 1000px) {
    .show-filter {
        display: block;
    }

    .rgfilters {
        display: none;
    }
}

input:read-only {
    color: gray
}

.new-span {
    margin-left: 24px;
    font-size: 14px;
    font-weight: normal
}

.page {
    margin-top: 30px
}

.home-banner-pc {
    margin-top: 24px
}

.home-banner-pc,
.home-banner-mobile {
    max-width: 100%;
    border-radius: 20px
}

.home-banner-mobile {
    display: none
}

@media(max-width:575px) {
    .home-banner-mobile {
        display: inline-block
    }

    .home-banner-pc {
        display: none
    }
}


.select_view {
    background-color: #ED1C24;
    color: #FFF;
    border: none;
    padding: 3px 8px;
    border-radius: 6px;
}



/* Общие стили для элементов */
.bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
}

.owl-stage-outer {
    box-sizing: border-box;
}

.owl-stage {
    margin: 0 auto;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    font-size: 40px;
    bottom: 0;
    outline: none;
    user-select: none;
}

.owl-next {
    left: auto;
    right: 0;
}

.owl-next:after,
.owl-prev:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 16px;
}

.owl-prev:after {
    content: "\f053";
}

.owl-next:after {
    content: "\f054";
}

.owl-next.disabled,
.owl-next.disabled:hover,
.owl-prev.disabled,
.owl-prev.disabled:hover {
    color: #ebebed;
    cursor: default;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 400px;
}

.bx-next,
.bx-prev {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 3%;
    margin: -25px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}

.bx-next {
    left: auto;
    right: 3%;
}

.slider-wrap .bx-prev {
    left: 10px;
}

.slider-wrap .bx-next {
    right: 10px;
}

.bx-next:after {
    content: "\f054";
}

.bx-next:after,
.bx-prev:after {
    font: normal normal normal 16px/1 FontAwesome;
}

.bx-prev:after {
    content: "\f053";
}

.carousel-vertical {
    padding: 30px 0;
}

.carousel-vertical .bx-next,
.carousel-vertical .bx-prev {
    right: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    line-height: 24px;
}

.carousel-vertical .bx-prev {
    top: 0;
    bottom: auto;
}

.carousel-vertical .bx-next {
    bottom: 0;
    top: auto;
}

.carousel-vertical .bx-prev:after {
    content: "\f139";
    font-size: 24px;
    color: #ED1C24;
}

.carousel-vertical .bx-next:after {
    content: "\f13a";
    font-size: 24px;
    color: #ED1C24;
}

.carousel-vertical .bx-next.disabled,
.carousel-vertical .bx-prev.disabled {
    cursor: default;
}

.carousel-vertical .bx-next.disabled:after,
.carousel-vertical .bx-prev.disabled:after {
    color: #ebebeb;
}

.bx-next:hover,
.bx-prev:hover {
    background: hsla(0, 0%, 100%, .3);
}

.bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    right: 0;
    left: 0;
}

.bx-pager,
.owl-dots {
    text-align: center;
}

.bx-pager-item,
.bx-pager-item>a,
.owl-dot,
.owl-dot>span {
    display: inline-block;
    line-height: 10px;
}

.br-sd-color,
.product_image-preview.selected {
    border-color: #d90e0e;
}

.br-bs-color,
.bx-pager-item>a,
.owl-dot>span,
.product-tile_action .pr-action.active,
.tags.cloud a,
.tags.tile a {
    border-color: #d90e0e;
}

.br-top-bs-color,
ul.br-top-bs-color {
    border-top-color: #d90e0e;
}

.br-top-sd-color,
ul.br-top-sd-color {
    border-top-color: #d90e0e !important;
}

.swipebox-thumbs_el.active {
    border: 2px solid #d90e0e;
}

/* Селектор .bx-wrapper .bx-controls-direction a */
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    margin-top: 0px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: unset;
    z-index: 9999;
    background: none;
}

/* Селектор .product_main-left */
.product_main-left {
    display: inline-block;
    padding: 15px;
    /*border-right: 1px solid #ebebeb;*/
    position: relative;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    vertical-align: top;
}

/* Селектор .product_gallery-previews~.product_main-left */
.product_gallery-previews~.product_main-left {
    padding-left: 0;
    width: calc(100% - 120px);
}

/* Селектор .product_gallery */
.product_gallery {
    text-align: center;
}

/* Селектор .product_image-preview a */
.product_image-preview a {
    height: 60px;
    line-height: 60px;
    width: 60px;
    display: block;
    font-size: 0;
}

/* Селектор .product_image-preview img */
.product_image-preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* Селектор .product_gallery-main */
.product_gallery-main {
    overflow: hidden;
}

/* Селектор .product_gallery-main.owl-carousel .owl-item */
.product_gallery-main.owl-carousel .owl-item {
    line-height: 400px;
    background: #fff;
    height: 400px;
}

/* Селектор .product_gallery-main-el */
.product_gallery-main-el {
    display: inline-block;
    border: 0;
    outline: 0;
    text-decoration: none;
    overflow: hidden;
    line-height: normal;
    vertical-align: middle;
}

/* Селектор .product_gallery-title */
.product_gallery-title {
    font-size: 13px;
    margin: 10px 0 0;
}

/* Селектор .product_gallery-previews */
.product_gallery-previews {
    width: 100px;
    padding: 15px;
    position: relative;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

/* Селектор .product_gallery-previews .bx-wrapper */
.product_gallery-previews .bx-wrapper {
    margin: 0 auto;
    position: relative;
}

/* Селектор .product_gallery-previews.carousel-vertical .bx-prev */
.product_gallery-previews.carousel-vertical .bx-prev {
    top: -30px;
}

/* Селектор .product_gallery-previews.carousel-vertical .bx-next */
.product_gallery-previews.carousel-vertical .bx-next {
    bottom: -35px;
}

/* Селектор img.pswp__img */
img.pswp__img {
    max-width: none;
}

/* Селектор .bx-wrapper .product_image-preview */
.bx-wrapper .product_image-preview {

    display: inline-block !important;
    margin: 0px !important;
}

/* Селектор .bx-wrapper .product_image-preview.bx-clone */
.bx-wrapper .product_image-preview.bx-clone {
    display: none !important;
}

.product_image-preview {
    display: inline-block;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 2px;
    vertical-align: top;
    overflow: hidden
}

/* Медиа-запросы */
@media (max-width: 575px) {
    .carousel-vertical {
        padding: 5px 0;
    }

    .product_cart-dialog,
    .product_gallery-previews,
    .product_main {
        display: block;
    }

    .product_cart-dialog {
        padding-top: 15px;
    }

    .product_main-left,
    .product_main-right {
        display: block !important;
        width: 100% !important;
    }

    .product_gallery-previews~.product_main-left {
        padding-left: 15px;
    }

    .product_image img {
        max-height: 400px;
        max-width: 100%;
    }

    .product_gallery-previews {
        float: none;
        width: auto;
    }

    .product_image-preview,
    .product_image-preview a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .product_image,
    .prоduct-gallery-left,
    .prоduct-gallery-right {
        display: block;
    }

    .product_main-left {
        border-right: none;
    }

    .product_gallery-previews .bx-next,
    .product_gallery-previews .bx-prev {
        display: none;
    }

    .product_gallery-previews .bx-wrapper {
        max-width: 100% !important;
    }

    .product_gallery-previews .bx-viewport {
        height: auto !important;
    }

    .product_cart-dialog .product_main-left .badge {
        left: 0;
        right: auto;
        border-radius: 0 100px 100px 0;
    }

    .product_cart-dialog-right {
        display: block;
        width: 100%;
    }

    .product_cart-dialog .badge.bestseller {
        top: 40px;
    }

    .product_cart-dialog .product_name {
        margin-top: 0;
    }



    .bx-wrapper .product_image-preview {
        width: 40px !important;
        display: inline-block !important;
        margin: 2px !important;
    }

    .bx-wrapper .product_image-preview.bx-clone {
        display: none !important;
    }

    .product_cart-dialog .product_name {
        font-size: 22px;
        line-height: 22px;
        margin: 15px 0;
    }
}