@charset 'UTF-8';
html{
    scroll-behavior: smooth;
}

:root {
    --grey000: #fff;
    --grey100: #fdfdfd;
    --grey200: #f1eef1;
    --grey300: #dddee6;
    --grey600: #9d9595;
    --grey700: #545454;
    --grey900: #1c1d20;
    --font-family: 'Manrope', sans-serif;
    --font-title: 'Montserrat', sans-serif;
    --brs: .6rem;
    --maingap: 20px;
    --indentblocks: 4.8rem;
    --containerpadding: 2rem;
    --heromincol: calc(100% / 5 - 3 / 4 * var(--maingap));
    --heromaxcol: calc((100% - var(--heromincol) - 3 / 4 * var(--maingap)) / 3);
    --catalogmenuwidth: 160px;
}

.h1 {
    font-family: var(--font-title);
    font-size: 52px;
    font-weight: 600;
    font-style: normal;
    line-height: 120%
}

.h2 {
    font-family: var(--font-title);
    font-size: 40px;
    font-weight: 600;
    line-height: 120%
}

.h3 {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%
}

.btn__black {
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: none;
    border-radius: 6px;
    background: var(--grey900, #1c1d20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn__black:hover {
    color: var(--grey900, #1c1d20);
    background: var(--grey200, #f1eef1);
    -webkit-box-shadow: 0 0 5px 0 rgba(28, 29, 32, .2);
    box-shadow: 0 0 5px 0 rgba(28, 29, 32, .2)
}

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fbfbfb url(/assets/templates/runa/img/new/preloader.gif) no-repeat center center
}
#preloader.loading{
    display:block;
    opacity:0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    background: rgba(255,255,255,0.6) url(/assets/templates/runa/img/new/preloader.gif) no-repeat center center;
}
#preloader.visible{
    display: block;
    background: rgba(255,255,255,0.6) url(/assets/templates/runa/img/new/preloader.gif) no-repeat center center;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 1;
}
.visible {
    visibility: visible;
    -webkit-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
    opacity: 1
}

.hidden {
    visibility: hidden;
    -webkit-transition: visibility 0s 2s, opacity 2s linear;
    -o-transition: visibility 0s 2s, opacity 2s linear;
    transition: visibility 0s 2s, opacity 2s linear;
    opacity: 0
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background-color: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.btn {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 23px;
    cursor: pointer;
    -webkit-transition: background-color .25s, color .25s, -webkit-transform .25s;
    transition: background-color .25s, color .25s, -webkit-transform .25s;
    -o-transition: background-color .25s, color .25s, transform .25s;
    transition: background-color .25s, color .25s, transform .25s;
    transition: background-color .25s, color .25s, transform .25s, -webkit-transform .25s;
    text-decoration: none;
    color: var(--grey000);
    border: 1px solid var(--grey900);
    border-radius: 6px;
    background-color: var(--grey900);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn:hover:not(:disabled) {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: var(--grey900);
    border: 1px solid var(--grey900);
    background-color: var(--grey000)
}

.btn:disabled {
    opacity: .4
}

.btn-arrow {
    display: inline-block;
    width: 150px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    color: #fff;
    border: none;
    background-color: #2c2c2c;
    background-image: url(../img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 16px
}

.btn-arrow:hover {
    background-color: #ff7043
}

.btn--transparent {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 120px;
    padding: 12px 24px;
    border: 1px solid var(--grey000);
    background-color: transparent
}

.anim {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.anim:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

* {
    scrollbar-width: auto;
    scrollbar-color: var(--grey900) var(--grey000)
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    border: 3px solid var(--grey000);
    border-radius: 10px;
    background-color: var(--grey900)
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #dedede;
    text-rendering: auto
}

body {
    font-family: var(--font-family);
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 32rem;
    min-height: 100vh;
    word-wrap: break-word;
    color: var(--color-text);
    overflow-wrap: break-word
}

body.toggle {
    overflow-y: hidden;
    height: 100vh
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: var(--grey000);
    -webkit-box-shadow: 0 0 4px var(--grey600);
    box-shadow: 0 0 4px var(--grey600)
}

.visually-hidden {
    position: fixed;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.container {
    width: 100%;
    max-width: 122rem;
    margin: 0 auto;
    padding: 0 3rem
}

.b-top {
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--grey900);
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 42px
}

.b-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.b-top__readmore:hover {
    text-decoration: underline
}

.b-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 524px;
    color: var(--grey900)
}

.b-descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #545454
}

.b-indent {
    margin-bottom: 48px
}

a {
    text-decoration: none;
    color: var(--color-text)
}

a:not([class]) {
    text-decoration: underline;
    color: var(--color-text)
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

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

ul:not([class]) {
    padding-left: 2.2rem
}

ul:not([class]) li {
    position: relative;
    margin-bottom: .5rem
}

ul:not([class]) li:before {
    position: absolute;
    top: .8rem;
    left: -1.5rem;
    width: .6rem;
    height: .6rem;
    content: '';
    border-radius: 50%;
    background-color: var(--color-text)
}

.hidden {
    display: none
}

.no-scroll {
    overflow: hidden
}

.main {
    position: relative;
    z-index: 16
}

.main.top-position {
    z-index: 9999
}

.content {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.section-header {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    text-transform: uppercase
}

.section-header__sub-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.16;
    margin-top: 0;
    margin-bottom: 1rem
}

h3:not([class]) {
    font-family: Raleway, sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.18;
    margin-top: 4rem;
    margin-bottom: 1.5rem
}

.text-center {
    text-align: center
}

.show-text {
    display: none;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    padding: 0;
    text-decoration: underline;
    color: var(--color-main);
    border: none;
    background-color: transparent
}

.swiper__next,
.swiper__prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 4.2rem;
    height: 5rem;
    cursor: pointer;
    -webkit-transform: translateY(calc(-50% - 16px));
    -ms-transform: translateY(calc(-50% - 16px));
    transform: translateY(calc(-50% - 16px));
    border-radius: var(--brs)
}

.swiper__next::before,
.swiper__prev::before {
    position: absolute;
    content: '';
    background-image: url(/assets/templates/runa/img/new/icons/arrow-right.svg);
    background-size: cover;
    inset: 0
}

.swiper__prev {
    left: -4rem;
    transform: rotate(180deg) translateY(calc(50% + 16px));
}

.swiper__next {
    right: -4rem
}

.product-slider--dark~.swiper__next,
.product-slider--dark~.swiper__prev {
    background-color: var(--grey900)
}

.product-slider--dark~.swiper__next::before,
.product-slider--dark~.swiper__prev::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.b03 .product-slider--dark~.swiper__next,
.b03 .product-slider--dark~.swiper__prev {
    background-color: transparent
}

.b03 .product-slider--dark~.swiper__next::before,
.b03 .product-slider--dark~.swiper__prev::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.swiper-button-disabled {
    cursor: auto;
    opacity: .5
}

.swiper-pagination-bullet-active {
    background-color: var(--color-main) !important
}

.catalog-submenu__item{
 list-style-type: none;   
}
.index .info {
    padding: 2.5rem;
    background-color: #fff9c4
}

.index .index a {
    text-decoration: underline;
    color: #06c
}

.mobile {
    display: none
}

.select-c__wrap.active .select-c__options {
    display: block;
    max-height: 190px
}

.select-c__wrap.active .select_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-c {
    position: relative
}

.select-color__box {
    width: 21px;
    height: 21px;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border: 1px solid #545454;
    border-radius: 7px
}

.select-c__current {
    position: relative;
    padding-right: 30px;
    cursor: pointer
}

.select-c__current .title {
    overflow: hidden;
    white-space: nowrap
}

.select-c__current .select_arrow {
    position: absolute;
    top: calc(50% - 8px);
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.select-c__options {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    max-height: 0;
    padding: 0 10px 0 12px;
    border: none
}

.select-c__options::-webkit-scrollbar {
    width: 8px;
    padding: 0
}

.select-c__options::-webkit-scrollbar-track {
    width: 8px;
    border-radius: 10px
}

.select-c__options::-webkit-scrollbar-thumb {
    width: 8px;
    border: none
}

.select-c__option {
    display: grid;
    grid-template-columns: 21px 1fr auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.select-c__option span {
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: var(--grey700, #545454)
}

.select-c__option span.art_select {
    color: #919191
}

.select-c__option:hover span {
    color: #919191
}

.select-c__option:hover .select-color__box {
    -webkit-box-shadow: 0 0 10px 0 rgba(84, 84, 84, .4);
    box-shadow: 0 0 10px 0 rgba(84, 84, 84, .4)
}

.pp-option__select .select-c__wrap .select-c__options {
    min-width: 250px;
    -webkit-transition: max-height .25s;
    -o-transition: max-height .25s;
    transition: max-height .25s;
    background: var(--grey200, #f1eef1)
}

.pp-option__select .select-c__wrap .select-c__current {
    padding: 12px;
    border-radius: 5px;
    background: var(--grey200, #f1eef1)
}

.pp-option__select .select-c__wrap.active .select-c__current {
    border-radius: 5px 5px 0 0
}

.pp-option__select .select-c__wrap.active .select-c__options {
    overflow: auto;
    border-top: 6px solid var(--grey200, #f1eef1);
    border-right: 15px solid var(--grey200, #f1eef1);
    border-bottom: 15px solid var(--grey200, #f1eef1);
    border-radius: 0 0 6px 6px
}

.burger__menu-btn {
    position: relative;
    min-height: 40px;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.burger__menu-btn span {
    position: absolute;
    z-index: 25;
    top: 50%;
    left: 18px;
    display: block;
    width: 12px;
    height: 2px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    background-color: var(--grey000)
}

.burger__menu-btn span::after,
.burger__menu-btn span::before {
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background-color: var(--grey000)
}

.burger__menu-btn span::before {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.burger__menu-btn span::after {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.burger__menu-btn.toggle span {
    width: 0
}

.burger__menu-btn.toggle span::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.burger__menu-btn.toggle span::after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg)
}

.burger__menu-btn.mobile-menu-btn {
    display: none;
    min-width: 24px;
    padding: 0;
    background-color: transparent
}

.burger__menu-btn.mobile-menu-btn span {
    left: 2px;
    background-color: var(--grey900)
}

.burger__menu-btn.mobile-menu-btn span::after,
.burger__menu-btn.mobile-menu-btn span::before {
    background-color: var(--grey900)
}

.btn-search,
.open-search {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background-image: url(/assets/templates/runa/img/new/icons/search.svg);
    background-size: cover
}

.btn-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px
}

.btn-search {
    width: 72px;
    padding: 8px 24px;
    border-radius: 0 6px 6px 0;
    background: var(--grey900, #1c1d20)
}

.search {
    min-width: 47%;
    position:relative;
}
.auto__search{
    max-height:0;
    opacity:0;
    visibility:hidden;
    background:#fff;
    border: 1px solid var(--grey200);
    border-radius: var(--brs);
    position:absolute;
    top:100%;
    right:0;
    left:0;
    transition:max-height 0.25s, opacity 0.25s, visibility 0.25s;
    padding:0;
}
.auto__search:hover{
    opacity: 1;
    visibility: visible;
    max-height:530px;
    padding:8px 15px;
}
.auto__search.toggle{
    opacity: 1;
    visibility: visible;
    max-height:530px;
    padding:8px 15px;
}
.auto__search .res_search, .search_wrap .res_search{
    font-size:14px;
    text-decoration:none;
    line-height:130%;
    margin:7px 0;
    color:var(--grey900);
    transition: transform 0.25s, color 0.25s;
    display:block;
}
.auto__search .res_search:hover, .search_wrap .res_search:hover{
    transform:translateY(-2px);
    color:var(--grey700);
}
.search__box {
    width: 100%;
    max-width: 905px;
    margin-right: auto;
    margin-left: auto
}

.search-form {
    position: relative;
    width: 100%;
    padding-right: 0
}

.search-field {
    display: block;
    width: calc(100% - 72px);
    max-width: 100%;
    height: 38px;
    margin-right: 72px;
    margin-right: 72px;
    padding: 10px 16px;
    border: none;
    border-radius: var(--brs);
    background-color: var(--color-bg-page)
}

.search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background-image: url(/assets/templates/runa/img/new/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px
}

.options-type {
    position: relative;
    z-index: 2;
    border-radius: var(--brs);
    background-color: #fff
}

.options-type.toggle {
    z-index: 3;
    overflow: initial
}

.options-type__current {
    cursor: pointer
}

.options-type__current .title {
    position: relative;
    top: 1px;
    left: 1px;
    height: 36px;
    padding: 6px 48px 6px 16px;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    white-space: nowrap;
    color: var(--grey600);
    border-radius: 8px;
    background-color: var(--grey200)
}

.options-type__current .title::before {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/assets/templates/runa/img/new/icons/arrow-down.svg);
    background-size: cover
}

.icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 36px;
    height: 36px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px
}

.options-type.toggle .icon {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.options-type__variants {
    position: absolute;
    z-index: 1;
    top: 101%;
    left: 0;
    display: none;
    padding: 12px 12px 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px var(--grey200);
    box-shadow: 0 0 3px var(--grey200)
}

.options-type.toggle .options-type__variants {
    display: block
}

.variants-item {
    display: none;
    min-width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.variants-item:last-child {
    padding-bottom: 16px
}

.options-type.toggle .variants-item {
    display: block
}

.search .options-type__current .title {
    font-weight: 600
}

.toggle-hb .options-type__current .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding-right: 0;
    padding-left: 21px;
    color: var(--grey900);
    background-color: transparent
}

.toggle-hb .options-type__current .title::before {
    right: initial;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(/assets/templates/runa/img/new/icons/arrow-down-2.svg)
}

.toggle-hb .variants-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--grey700)
}

.header {
    position: relative;
    z-index: 18;
    top: 0;
    width: 100%;
    padding-top: 60px;
    background-color: #fff
}

.header__container {
    padding-right: 0;
    padding-left: 0
}

.header-top__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__container::before {
    position: absolute;
    bottom: 0;
    left: var(--containerpadding);
    width: calc(100% - 2 * var(--containerpadding));
    height: 1px;
    content: '';
    background-color: rgba(28, 29, 32, .2)
}

.location {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    position: relative;
    padding-left: 22px;
    color: var(--grey900)
}

.location::before {
    position: absolute;
    top: 45%;
    left: 0;
    width: 20px;
    height: 20px;
    /*content: '';*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/assets/templates/runa/img/new/icons/location.svg);
    background-size: cover
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.top-menu__item {
    position: relative
}

.top-menu__item:hover .top-menu__second {
    visibility: visible;
    opacity: 1
}

.top-menu__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: var(--grey700)
}

.top-menu__link:hover {
    color: var(--grey900)
}

.header-middle {
    padding-top: 17px;
    padding-bottom: 11px
}

.header-middle__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-menu__btn {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 2px;
    padding: 8px 16px 8px 49px
}

.catalog-menu__btn:hover {
    color: var(--grey000) !important;
    border: none !important;
    background-color: var(--grey900) !important
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 15px;
    border: 1px solid var(--grey200);
    border-radius: var(--brs)
}

.user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.user-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    width: 80px;
    padding-top: 28px;
    text-align: center;
    color: var(--grey900)
}

.user-item::before {
    position: absolute;
    top: 3px;
    left: 50%;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-position: center;
    background-size: cover
}

.user-item:hover::before {
    -webkit-transform: translate(-50%, -2px);
    -ms-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px)
}

.user__account::before {
    background-image: url(/assets/templates/runa/img/new/icons/user.svg)
}

.user__favourites::before {
    background-image: url(/assets/templates/runa/img/new/icons/heart.svg)
}

.user__cart::before {
    background-image: url(/assets/templates/runa/img/new/icons/cart.svg)
}

.header-bottom .options-type__current:hover .title {
    color: var(--grey700)
}

.header-bottom .options-type__variants .variants-item:hover {
    color: var(--grey900)
}

.header-bottom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-hb {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 42px
}

.menu-hb.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px
}

.menu-hb__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    white-space: nowrap;
    color: var(--grey700)
}

.menu-hb__link:hover {
    color: var(--grey900)
}

.bottom_menu_dop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bm_dop_text {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    cursor: pointer;
    color: var(--grey900, #1c1d20);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bm_dop_text span {
    white-space: nowrap
}

.bm_dop_text svg {
    margin-left: 5px
}

.bm_dop_menu {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    border-radius: 6px 0 6px 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px var(--grey200);
    box-shadow: 0 0 3px var(--grey200);
    background-color: var(--grey200);
}

.bottom_menu_dop.toggle .bm_dop_menu {
    visibility: visible;
    width: 100vw;
    max-width: 500px;
    opacity: 1
}

.bm_dop_menu .menu-hb.toggle {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 15px 25px
}

.bm_dop_menu .menu-hb.toggle .menu-hb__item {
    width: 100%
}

.bm_dop_menu .menu-hb__link {
    white-space: normal
}

.top-menu__second {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 50%;
    visibility: hidden;
    width: 240px;
    padding: 15px 15px 10px;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px var(--grey300);
    box-shadow: 0 0 3px var(--grey300)
}

.top-menu__second ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.top-menu__second li {
    margin: 0 0 5px
}

.panel-menu {
    position: absolute;
    z-index: 3;
    top: calc(100% - 20px);
    left: 0;
    display: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 0;
    background-color: #fff
}

.panel-menu.toggle {
    top: calc(100% - 50px);
    display: block;
    opacity: 1
}

.catalog-menu {
    position: relative;
    width: 100%;
    width: var(--catalogmenuwidth);
    border-radius: var(--brs);
    background-color: #fff
}

.catalog-menu__list {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--grey900)
}

.catalog-menu__item:first-child .catalog-menu__link:hover {
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.catalog-menu__item:last-child .catalog-menu__link:hover {
    overflow: hidden;
    border-radius: 0 0 10px 10px
}

.catalog-menu__item.toggle .catalog-submenu {
    display: block
}
.catalog-menu__item.toggle .catalog-menu__link:not(.catalog-menu__sololink) {
    color: var(--grey900);
    background-color: var(--grey200);
}


.catalog-menu__link {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 10px 12px;
    -webkit-transition: color .15s, background-color .15s, font-weight .15s;
    -o-transition: color .15s, background-color .15s, font-weight .15s;
    transition: color .15s, background-color .15s, font-weight .15s;
    color: var(--grey000)
}

.catalog-menu__link:hover {
    color: var(--grey900);
    background-color: var(--grey200)
}

.catalog-menu__link.catalog-menu__sololink:hover {
    font-weight: 700;
    color: var(--grey000);
    background-color: var(--grey900, #1c1d20)
}

.catalog-submenu {
    position: absolute;
    top: 0;
    left: calc(var(--catalogmenuwidth));
    display: none;
    overflow: hidden;
    width: calc(1160px - var(--catalogmenuwidth));
    min-height: 100%;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.catalog-submenu__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #5a5a5a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.catalog-submenu__link:hover {
    color: var(--grey900)
}

.catalog-submenu__icon {
    width: auto;
    height: 24px
}

.b02 .b-title {
    font-family: var(--font-title);
    max-width: initial
}

.b02 .b-top__readmore {
    font-family: var(--font-title)
}

.b02__title {
    margin-bottom: 24px
}

.b02__slider {
    position: relative
}

.b02-bottom {
    margin: 0
}

.jsSale .b02__top {
    margin-bottom: 20px
}

.jsSale .b02__mob_descr {
    display: none
}

.mb01 {
    position: fixed;
    padding-top: 44px;
    padding-bottom: 52px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    background-color: var(--grey200)
}

.mb01__title.b-title {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 16px
}

.mb01__descr {
    margin-bottom: 16px
}

.mb01__descr .b-descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4
}

.mb01__btn {
    font-size: 12px
}

.mb02 {
    display: none
}

.product-slider__wrapper {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.container .swiper {
    margin: -5px;
    padding: 5px
}

.swiper .product-slider__item {
    -webkit-transition: padding .25s, border .25s, -webkit-transform .25s;
    transition: padding .25s, border .25s, -webkit-transform .25s;
    -o-transition: padding .25s, border .25s, transform .25s;
    transition: padding .25s, border .25s, transform .25s;
    transition: padding .25s, border .25s, transform .25s, -webkit-transform .25s;
    border-radius: 6px;
    will-change: padding, border;
}

.products-inner .product-slider__item, .news__wrap .news__item{
    transition: padding .25s,border .25s,transform .25s,-webkit-transform .25s;
    border-radius: 6px;
    border: 1px solid transparent;
    will-change: padding,border;
}
.swiper .product-slider__item:hover, .products-inner .product-slider__item:hover, .news__wrap .news__item:hover{
    /*padding: 9px;*/
    padding:5px;
    border: 1px solid var(--grey600)
}
.product-slider__item .product-slide__box{
    transition: margin-bottom .25s;
}
.swiper .product-slider__item:hover .product-slide__box, .products-inner .product-slider__item:hover .product-slide__box{
        margin-bottom: calc(16px + 12px / 2.73);
}
@media(max-width:768px){
    .swiper .product-slider__item:hover .product-slide__box, .products-inner .product-slider__item:hover .product-slide__box{
            margin-bottom: calc(7px + 12px / 2.73);
    }
}
@media(max-width:480px){
    .swiper .product-slider__item:hover, .products-inner .product-slider__item:hover {
        padding:5px;
    }
}
.product-slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    border:1px solid transparent;
}

.product-slide__box {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: var(--brs);
    width: 100%;
    aspect-ratio: 0.695;
}

.product-slide__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--brs);
    aspect-ratio:0.69;
}

.product-slide__text {
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    bottom: -100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 56px;
    padding: 8px 25px;
    -webkit-transition: bottom .4s;
    -o-transition: bottom .4s;
    transition: bottom .4s;
    text-align: center;
    color: var(--grey900);
    background-color: rgba(253, 253, 253, .7);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-slide:hover .product-slide__text {
    bottom: 0
}

.product-slide__title {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--grey900);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-slide__descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 13px;
    color: var(--grey600)
}

.product-slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.product-slide__price {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    color: var(--grey900);
    max-height:30px;
    overflow:hidden;
}

.product-slide__price .old-price, .pp-price__pricep .old-price{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-left: 2px;
    text-decoration: line-through;
    color: var(--grey600)
}

.product-slide__favorite {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    min-height: 24px;
    padding-left: 32px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    color: var(--grey900);
    border: none;
    background-color: transparent
}

.product-slide__favorite:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.product-slide__favorite::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/assets/templates/runa/img/new/icons/heart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.product-slide__favorite.toggle::before {
    background-image: url(/assets/templates/runa/img/new/icons/heart-fill.svg)
}

.product-slider--dark .product-slide__favorite,
.product-slider--dark .product-slide__price,
.product-slider--dark .product-slide__title {
    color: var(--grey100)
}

.product-slider--dark .product-slide__descr,
.product-slider--dark .product-slide__price .old-price {
    color: var(--grey300)
}

.product-slider--dark .product-slide__favorite::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.b03 {
    padding-top: 48px;
    padding-bottom: 48px;
    color: var(--grey000);
    background-color: var(--grey900);
    background-image: url(/assets/templates/runa/img/new/content/b03-bg.jpg);
    background-position: center;
    background-size: cover
}

.b03 .b-descr,
.b03 .b-title {
    color: var(--grey000)
}

.b03__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.b03-box {
    width: calc(50% - 8px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.b03__title {
    margin-bottom: 24px
}

.b03__descr {
    max-width: 400px;
    margin-bottom: 44px
}

.b03__slider {
    position: relative;
    width: calc(50% - 8px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.b04 {
    position: relative;
    min-height: 655px
}

.b04__img {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 655px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 570px;
}
@media(min-width:1440px){
    .b04__img{
        width: auto;
        height: 655px;
    }
}
.b04__container {
    position: absolute;
    z-index: 2;
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.b04__title {
    font-family: var(--font-title);
    margin-bottom: 24px
}

.b04__descr {
    max-width: 480px;
    margin-bottom: 26px;
    margin-left: 5px
}

.b04__btn {
    margin-left: 5px
}

.b05 {
    padding-top: 81px;
    padding-bottom: 77px
}

.b05__title {
    font-family: var(--font-title);
    max-width: none;
    margin-bottom: 50px
}

.b05__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 41px 16px
}

.b05-box__item {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: center
}

.b05-box__item:hover .b05-hidden_text {
    visibility: visible;
    opacity: 1
}

.b05-hidden_text {
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 170%;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    visibility: hidden;
    max-width: 377px;
    padding: 24px;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    text-align: left;
    opacity: 0;
    color: var(--grey700, #545454);
    border-radius: 20px;
    background: var(--grey200, #f1eef1)
}

.b05-hidden_text p {
    margin: 0
}

.b05-item__icon {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 6px
}

.b05-item__title {
    font-size: 20px;
    font-weight: 500
}

.b06 {
    padding-top: 134px;
    padding-bottom: 134px;
    color: var(--grey000);
    background-color: var(--grey900);
    background-image: url(/assets/templates/runa/img/new/content/b06-bg.jpg);
    background-image: image-set(url(/assets/templates/runa/img/new/content/b06-bg.webp) type("image/webp") 1x, url(/assets/templates/runa/img/new/content/b06-bg.jpg) type("image/jpeg") 1x);
    background-position: center;
    background-size: cover
}

.b06 .b-title {
    font-family: var(--font-title);
    margin-bottom: 24px;
    color: var(--grey000)
}

.b06 .b-descr {
    max-width: 420px;
    color: var(--grey000)
}

.b06 .form {
    max-width: 440px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.b06 .form textarea {
    min-height: 100px
}
.b06__form .input__wrap{
    margin:0 0 15px;
}
.b06__form .input__wrap input, .b06__form .input__wrap textarea{
    margin:0;
    display: block;
}
.b06__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px
}

.b06__box {
    margin-left: 8px
}

.social {
    display: none;
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px
}

.social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-item__icon {
    width: auto;
    height: 30px
}

.social-item__text {
    font-size: 10px;
    line-height: 1.6
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form .form-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px
}

.form .input-wrapper {
    position: relative;
    width: 100%
}

form .input-wrapper.agreement {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    grid-area: policy;
}

form .input-wrapper.agreement .just-validate-error-label {
    width: 100%
}

.form input {
    font-family: Inter, sans-serif;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 21px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: var(--grey000)
}

.form textarea {
    overflow: hidden;
    width: 100%;
    min-height: 130px;
    margin-bottom: 15px;
    padding: 21px 23px;
    resize: vertical;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: var(--grey000)
}

form .agreement,
form input[type=checkbox] {
    position: relative;
    top: 1px;
    width: auto;
    margin-right: 8px;
    margin-bottom: auto
}

.form__title {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 23px
}

.agreement__label {
    font-size: 14px;
    position: relative
}

.agreement__label~.just-validate-error-label {
    right: 0;
    bottom: -30px
}

.just-validate-error-label {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    right: 13px;
    bottom: 2px;
    left: auto;
    display: inline-block;
    margin-top: -10px;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #fff
}

.form__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.form__columns .input-wrapper {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.registration__form .btn {
    margin-top: 25px
}

.form .just-validate-error-field {
    border: 1px solid #b81111 !important
}

.feedback__form {
    padding: 40px 40px 60px;
    background-color: #f2f2f2
}

.feedback__form input,
.feedback__form textarea {
    background-color: #fff
}

.b07 {
    position: relative;
    padding-top: 42px;
    padding-bottom: 73px
}

.b07-map {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b07__title_descr {
    display: none
}

.b07-box {
    position: relative;
    z-index: 2;
    left: calc(50% - 60rem - 2rem + 40px);
    overflow: hidden;
    width: 100%;
    max-width: 392px;
    padding: 42px 20px 42px 42px;
    border-radius: var(--brs);
    background-color: var(--grey000)
}

.b07__title {
    font-family: var(--font-title);
    margin-bottom: 8px
}

.b07__descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 33px;
    padding-right: 22px;
    color: var(--grey700)
}

.b07__descr p {
    margin: 0
}

.b07__adr {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
    color: var(--grey700)
}

.b07__adr::before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 21px;
    height: 27px;
    content: '';
    background-image: url(/assets/templates/runa/img/new/icons/location.svg);
    background-position: center;
    background-size: cover
}

.b07__work {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 25px;
    color: var(--grey700)
}

.b07__inner {
    position: relative;
    width: 100%
}

.b07-map iframe {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important
}

.b08 {
    position: relative;
    z-index: 1;
    margin-bottom: 24px
}

.b08-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b08-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: end
}

.b08-left__back {
    display: none
}

.b08-left__title {
    font-family: var(--font-title);
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

.b08-left__count {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    color: var(--grey700);
    position:relative;
    cursor:pointer;
    white-space: nowrap;
    margin-bottom: 6px;
    margin-right: 25px;
}
.b08-left__count .arrow_hide_text{
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s;
}
.b08-left__count .arrow_hide_text img{
    height:19px;
    object-fit:contain;
}
.b08-left__count.toggle .arrow_hide_text{
    transform: translateY(-50%) rotate(180deg);
}
.b08-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.b08 .options-type__current .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    min-width: 278px;
    padding: 6px 48px 6px 11px;
    color: var(--grey700);
    border: 1px solid var(--grey600);
    border-radius: 12px;
    background-color: transparent
}

.b08 .options-type__current .title::before {
    right: 11px
}

.b08 .options-type__variants {
    top: 110%;
    right: 0;
    left: initial;
    padding: 0;
    color: var(--grey700);
    border: 1px solid var(--grey600);
    border-radius: 12px
}
.header-bottom__toggle .options-type__variants{
    background: var(--grey200);
}
.b08 .variants-item {
    padding: 8px 12px
}

.b08 .variants-item:not(:last-child) {
    border-bottom: 1px solid var(--grey600)
}

.b08-right__filter {
    position: relative;
    display: none;
    width: 24px;
    height: 24px;
    margin-left: auto;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background-image: url(/assets/templates/runa/img/new/icons/filter-mobile-btn.svg);
    background-size: cover
}

.b08-right__filter.active::before {
    position: absolute;
    top: -2px;
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background-color: #196dff
}

.catalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

.catalog__filter {
    width: 100%;
    max-width: 240px;
    padding-right: 17px;
    border-right: 1px solid var(--grey300)
}

.catalog__content {
    width: calc(100% - 240px);
    padding-left: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.products-inner {
    margin-bottom: 64px
}

.products-box {
    display: grid;
    margin-bottom: 44px;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 57px 16px
}

.catalog .product-slide__descr {
    margin-bottom: 38px
}

.filter__fieldset {
    margin: 0 0 0 1px;
    padding: 0;
    border: none
}

.filter__fieldset:not(:last-of-type) {
    margin-bottom: 25px
}

.filter__fieldset .range__slider-wrapper {
    display: none
}

.filter__form .filter__price {
    margin-bottom: 13px
}

.filter__price .filter__legend {
    margin-bottom: 17px
}

.filter__legend {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px
}

.filter__box-checkbox {
    overflow-y: auto;
    padding-bottom: 10px
}

.filter__box-checkbox.toggle {
    max-height: 204px
}

.filter__box-checkbox .show-all {
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    line-height: 1.7;
    display: block;
    clear: both;
    margin-top: 8px;
    padding: 0;
    cursor: pointer;
    color: var(--grey700);
    border: none;
    background-color: transparent
}

.filter__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px
}

.filter__label:not(:last-child) {
    margin-bottom: 6px
}

.filter__label.toggle {
    display: none
}

.filter__input-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 4px 14px;
    color: var(--grey900);
    border: 1px solid var(--grey600);
    border-radius: 10px
}

.filter__input-text::-webkit-input-placeholder {
    color: var(--grey600)
}

.filter__input-text::-moz-placeholder {
    color: var(--grey600)
}

.filter__input-text:-ms-input-placeholder {
    color: var(--grey600)
}

.filter__input-text::-ms-input-placeholder {
    color: var(--grey600)
}

.filter__input-text::placeholder {
    color: var(--grey600)
}

.filter__checkbox-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter__checkbox-title::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(/assets/templates/runa/img/new/icons/checkbox.svg);
    background-position: center;
    background-size: cover
}

.filter__checkbox-title::after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(/assets/templates/runa/img/new/icons/checked.svg);
    background-position: center;
    background-size: cover
}

.filter__checkbox {
    position: fixed;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.filter__checkbox:checked~.filter__checkbox-title::after {
    content: ''
}

.filter__checkbox:focus~.filter__checkbox-title::before,
.filter__checkbox:hover~.filter__checkbox-title::before {
    border: 2px solid var(--color-text)
}

.filter__checkbox-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: -1px;
    margin-right: 8px
}

.filter__box-btn {
    margin-top: 24px
}

.filter__btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter__btn-light {
    margin-top: 10px;
    color: var(--grey900);
    background-color: transparent
}

.filter__reset-dark {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    width: auto;
    padding: 0 12px;
    text-align: center;
    color: var(--grey100, #fdfdfd);
    border-radius: 4px;
    background: var(--grey900, #1c1d20)
}

.filter__btn-reset {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    display: block;
    margin-top: -16px;
    margin-bottom: 11px;
    padding-left: 34px;
    cursor: pointer;
    border: none;
    background-color: transparent
}

.filter__btn-reset::before {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/assets/templates/runa/img/new/icons/close.svg);
    background-size: cover
}

.mobile-filter {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    padding: 25px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: var(--grey000)
}

.mobile-filter.toggle {
    overflow-y: auto;
    min-height: 100vh;
    max-height: 100vh;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-filter .filter__fieldset {
    margin-bottom: 0;
    padding-top: 15px;
    border-bottom: 1px solid var(--grey300)
}

.mobile-filter .filter__fieldset:first-of-type {
    border-top: 1px solid var(--grey300)
}

.mobile-filter .filter__fieldset .filter__box-checkbox,
.mobile-filter .filter__fieldset .range {
    display: none
}

.mobile-filter .filter__fieldset.active .filter__box-checkbox,
.mobile-filter .filter__fieldset.active .range,
.mobile-filter .filter__fieldset.toggle .filter__box-checkbox,
.mobile-filter .filter__fieldset.toggle .range {
    display: block
}

.mobile-filter .filter__legend {
    font-size: 16px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: -5px;
    padding-top: 10px;
    padding-right: 32px
}

.mobile-filter .filter__legend::after {
    position: absolute;
    top: 13px;
    right: 0;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url(/assets/templates/runa/img/new/icons/arrow-down.svg);
    background-size: cover
}

.mobile-filter .filter__legend.toggle::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mobile-filter .filter__btn-reset {
    margin-bottom: 4px;
    color: var(--grey700)
}

.mobile-filter__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px
}

.mob_filter__open {
    display: none
}

.top_mobile_descr {
    display: none
}

.mobile-filter__wrap {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow: auto;
    padding: 15vh 0;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-filter__wrap .mobile-filter {
    position: static;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: auto;
    max-height: none
}

.mobile-filter__wrap.toggle {
    visibility: visible;
    opacity: 1
}

.footer {
    padding-top: 50px;
    padding-bottom: 95px;
    color: var(--grey100);
    background-color: var(--grey900)
}

.footer a {
    text-decoration: none;
    color: var(--grey100)
}

.footer-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px
}

.footer-block__textile {
    grid-column: 1/3
}

.footer-block__furniture {
    grid-column: 3/4
}

.footer-block__buyer {
    grid-column: 4/6
}
.footer-block__buyer .grid-two-column {
    margin-bottom: 10px;
}
.footer-block__shop {
    grid-column: 6/7
}

.footer-block__company {
    grid-column: 1/7
}

.grid-two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.footer-block__header {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.footer-menu__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 1px;
    padding-bottom: 1px
}

.footer-menu__link.catalog {
    font-weight: 600
}

.footer-contacts {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    line-height: 1.8;
    margin-top: 20px
}

.footer-contacts span {
    font-size: 12px;
    display: block
}

.footer-contacts a {
    display: block
}

.footer-contacts__city {
    font-weight: 600;
    position: relative;
    display: block;
    margin-bottom: 6px;
    padding-left: 24px
}

.footer-contacts__city::before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 20px;
    height: 24px;
    content: '';
    background-image: url(/assets/templates/runa/img/new/icons/location-w.svg);
    background-size: cover
}

.footer-logo {
    grid-column: 1/3
}

.footer-logo__text {
    font-size: 13px;
    margin-top: 6px
}

.footer-links {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 74px;
    grid-column: 3/6
}

.footer-pay {
    margin-bottom: 7px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.footer-block__company {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.mobile-menu {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    padding: 0 0 32px 0;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px var(--grey300);
    box-shadow: 2px 2px 2px var(--grey300)
}

.mobile-menu.toggle {
    overflow-y: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobile-menu__big {
    margin-bottom: 24px
}

.mobile-menu__mini {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 30px;
    padding-left: 30px
}

.mobile-menu__mini a {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: var(--grey700)
}

.mobile-menu__phone {
    font-size: 16px;
    margin-bottom: 12px;
    padding-right: 30px;
    padding-left: 30px;
    color: var(--grey900)
}

.mobile-menu__social {
    padding-right: 30px;
    padding-left: 30px
}

.mob-menu {
    width: 100%
}

.mob-menu__item {
    position: relative
}

.mob-menu__item:first-child .mob-menu__link {
    border-top: 1px solid var(--grey300)
}

.mob-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 58px 16px 30px;
    border-bottom: 1px solid var(--grey300);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.mob-menu__link::before {
    position: absolute;
    top: 17px;
    right: 30px;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url(/assets/templates/runa/img/new/icons/arrow-down.svg);
    background-size: cover
}

.mob-menu__item.toggle .mob-menu__link {
    padding: 16px 30px 16px 58px;
    background-color: var(--grey200)
}

.mob-menu__item.toggle .mob-menu__link::before {
    right: initial;
    left: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mob-menu__item.toggle .mob-menu__link>img {
    display: none
}

.mobile-menu .socials {
    margin-left: -3px
}

.mob-submenu {
    display: none
}

.dropdown.toggle>.mob-submenu {
    display: block
}

.mob-submenu__link {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 58px 8px 30px;
    border-bottom: 1px solid var(--grey300);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.mob-submenu__item.dropdown>.mob-submenu__link {
    font-weight: 500;
    position: relative
}

.mob-submenu__item.dropdown>.mob-submenu__link::before {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-image: url(/assets/templates/runa/img/new/icons/arrow-down.svg);
    background-size: cover
}

.mob-submenu__item.dropdown.toggle>.mob-submenu__link::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mob-submenu__icon {
    width: auto;
    height: 24px
}

.wrap-mobile-menu {
    display: none
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.socials__item img {
    display: block;
    width: auto;
    height: 24px
}

.tabbar {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px 10px 0 0;
    background-color: var(--grey900);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.tabbar__item {
    text-align: center
}

.tabbar__link {
    font-size: 12px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: .7;
    color: var(--grey200);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabbar__link--active {
    opacity: 1
}

.tabbar__icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto
}

.breadcrumbs {
    position: relative;
    z-index: 0;
    margin-top: 24px;
    margin-bottom: 23px
}

.breadcrumbs a,
.breadcrumbs a span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
    color: var(--grey900)
}

.breadcrumbs a:not([class]) {
    text-decoration: none
}

.breadcrumbs span {
    color: var(--grey600)
}

.breadcrumbs .breadcrumbs__back {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 28px;
    padding-left: 21px;
    color: var(--grey900)
}

.breadcrumbs .breadcrumbs__back::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/assets/templates/runa/img/new/icons/back.svg);
    background-size: cover
}

.breadcrumbs__link,
.breadcrumbs__text {
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 7px;
    padding-left: 7px
}

.not__breadcrumbs {
    margin-bottom: 74px
}

.big-photo__wrapper {
    overflow: hidden;
    width: 474px;
    height: 682px
}

.big-photo__wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mini-photo__wrapper {
    overflow: hidden;
    width: 98px;
    height: 682px;
    padding: 0 16px 0 0
}

.mini-photo__wrapper .swiper-slide-thumb-active {
    border: 4px solid var(--grey900, #1c1d20)
}

.mini-photo__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.video_icon_slider{
    background: #fff;
    border: 1px solid var(--grey900);
}
.mini-photo__wrapper .video_icon_slider img{
    object-fit: contain;
}

.product-page__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

.product-page__info {
    width: calc(100% - 588px)
}

.product-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pp-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.pp-info__color {
    position: relative;
    margin-bottom: 16px
}

.pp-color__all {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: -33px;
    right: 5px;
    text-align: right;
    color: var(--grey700, #545454);
    text-decoration-line: underline
}

.pp-color__all:hover {
    text-decoration: none
}

.pp-info__title {
    margin: 0 0 4px
}

.pp-info__art {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 6px;
    color: var(--grey700, #545454)
}

.pp-info__more {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    color: var(--grey700, #545454)
}

.pp-info__more:hover {
    text-decoration: none
}

.pp-info__price {
    margin-bottom: 12px;
    color: var(--grey700, #545454)
}

.pp-price__desc {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: none;
    /* opacity: 0; */
    /* pointer-events: none; */
}

.pp-price__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pp-price__pricep {
    font-family: var(--font-title);
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    margin: 0
}

.pp-price__question {
    line-height: 24px;
    position: absolute;
    bottom: 27px;
    left: calc(100% - 4px);
    display: none;
    height: auto
}

.pp-price__question:hover+.pp-price__options {
    visibility: visible;
    opacity: 1;
}

.pp-price__options {
    /* position: absolute; */
    z-index: 100;
    /* bottom: calc(100% + 7px); */
    /* left: calc(100% + 20px); */
    display: grid;
    /* visibility: hidden; */
    padding: 18px 49px 25px 0px;
    /* -webkit-transition: opacity .25s, visibility .25s; */
    /* -o-transition: opacity .25s, visibility .25s; */
    /* transition: opacity .25s, visibility .25s; */
    /* opacity: 0; */
    /* border-radius: 6px; */
    /* background: var(--grey000, #fff); */
    /* -webkit-box-shadow: 0 0 3px var(--grey300); */
    /* box-shadow: 0 0 3px var(--grey300); */
    grid-template-columns: 113px 1fr;
    gap: 15px 8px;
}

.pp-price__option_cost,
.pp-price__option_cost_head {
    white-space: nowrap
}

.pp-price__option_cost_head {
    margin-bottom: -10px;
    /* opacity: 0; */
    /* pointer-events: none; */
}

.text__2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%
}

.pp-price__price span:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    bottom: 4px;
    display: inline-block;
    margin: 0 10px 0 0
}

.pp-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: var(--grey700)
}

.pp-info__descr {
    margin-right: 12px
}

.pp-info__descr p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 3px
}

.pp-info__descr .pp-info__descr_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: var(--grey700, #545454)
}

.pp-color__slider {
    overflow: hidden;
    width: 100%;
    height: 118px;
    padding-right: 0
}

.pp-color__slider img {
    width: 100%;
    height: 100%;
    max-height: 118px;
    -o-object-fit: cover;
    object-fit: cover
}

.pp-shops__header {
    display: grid;
    margin: 0 0 5px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px
}

.pp-info__shops {
    color: var(--grey700)
}

.pp-shops__header span {
    width: 100%
}

.pp-shops__header a {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    width: 100%;
    text-decoration-line: underline
}

.pp-shops__header a:hover {
    text-decoration: none
}

.pp-shops__points {
    display: grid;
    margin-bottom: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.pp-shops__point {
    display: grid;
    margin-bottom: 6px;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr
}

.pp-point__name {
    margin-right: 12px
}

.pp-point__address {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey700, #545454)
}

.pp-info__options {
    display: grid;
    margin-bottom: 8px;
    color: var(--grey700, #545454);
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.pp-option__name {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 2px;
    color: var(--grey700, #545454)
}

.pp-option__name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.pp-option__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.pp-option__input button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: none;
    background: var(--grey200, #f1eef1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pp-option__input input {
    width: calc(100% - 96px);
    text-align: center;
    border: 1px solid var(--grey200);
    background: var(--grey000, #fff)
}

.pp-option__minus {
    border-radius: 6px 0 0 6px
}

.pp-option__plus {
    border-radius: 0 6px 6px 0
}

.pp-info__additem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pp-info__additem .add_to_cart {
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 98px);
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: var(--grey000, #fff);
    border: none;
    border-radius: 6px;
    background: var(--grey900, #1c1d20)
}

.pp-info__additem .add_to_cart:hover {
    color: var(--grey900, #1c1d20);
    border: 1px solid var(--grey900);
    background: var(--grey000)
}

.pp-info__additem .add_favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 82px;
    height: 56px;
    cursor: pointer;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    border: none;
    border-radius: 6px;
    background: var(--grey200, #f1eef1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pp-info__additem .add_favorite svg {
    -webkit-transition: -webkit-filter .25s;
    transition: -webkit-filter .25s;
    -o-transition: filter .25s;
    transition: filter .25s;
    transition: filter .25s, -webkit-filter .25s
}

.pp-info__additem .add_favorite.toggle {
    background: var(--grey900, #1c1d20)
}

.pp-info__additem .add_favorite.toggle svg {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.product__tabs_area_container {
    margin-top: 28px;
    margin-bottom: 48px
}

.product__tabs_area {
    display: grid;
    margin-top: -100px;
    padding-top: 100px;
    grid-template-columns: 1fr 278px;
    gap: 16px 16px
}

.product__desc_tabs {
    overflow: hidden;
    height: 395px;
    border-bottom: 1px solid var(--grey600)
}

.product__tabs_titles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.product__tabs_title {
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: var(--grey700, #545454);
    border-bottom: 1px solid var(--grey600)
}

.product__tabs_title:hover:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: var(--grey700)
}

.product__tabs_title.active {
    font-weight: 600
}

.product__tabs_title.active:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: var(--grey700)
}

.product__desc_area {
    height: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform
}

.product__desc_area.active {
    height: auto;
    min-height: 350px;
    padding: 44px 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    max-height: calc(100% - 41px)!important;
    overflow-y: auto;
}

.product__desc_tab_title {
    font-size: 16px;
    line-height: 150%;
    position: relative;
    padding: 8px 0 7px 1px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.product__desc_tab_title:before {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 24px;
    height: 24px;
    content: url(/assets/templates/runa/img/new/content/account/arrow-right.svg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product__desc_tab_title.active:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.product__desc_content_deli,
.product__desc_content_spec {
    width: 100%;
    max-width: 620px
}

.product__desc_content p {
    line-height: 160%;
    margin: 0 0 5px
}

.product__info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
    padding: 24px;
    border-radius: 6px;
    background: var(--grey200, #f1eef1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__info_block_text {
    width: 100%
}

.product__info_block_text p {
    margin: 0;
    text-align: center;
    color: var(--grey700, #545454)
}

.product__info_block_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 122px;
    margin: 29px auto 0;
    margin-top: 29px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pp-option__select {
    height: 48px
}

.pp-option__select .b08-right {
    height: 100%
}

.pp-option__select .options-type {
    width: 100%;
    height: 100%
}

.pp-option__select .options-type__current {
    height: 100%
}

.pp-option__select .options-type__current .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pp-allcolor_wrap,
.pp-shops_full_wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pp-allcolor_wrap.active,
.pp-shops_full_wrap.active {
    visibility: visible;
    opacity: 1
}

.close_pp-shops_full {
    display: none
}

.pp-shops_full {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 10px;
    padding: 47px 53px 48px;
    border-radius: 6px;
    background: #fff
}

.pp-shops_full_title {
    margin-bottom: 13px;
    text-align: center
}

.pp-shops_list {
    display: grid;
    grid-template-columns: 200px 180px 90px;
    gap: 25px 12px
}

.pp-shops_list_name {
    font-size: 16px;
    line-height: 160%;
    color: var(--grey900, #1c1d20)
}

.pp-shops_list_name span {
    display: none
}

.pp-shops_list_address {
    font-size: 14px;
    line-height: 140%;
    margin-top: 4px;
    color: var(--grey700, #545454)
}

.pp-shops_list_count {
    font-size: 14px;
    line-height: 140%;
    margin-top: 4px;
    color: var(--grey900, #1c1d20)
}

.pp-allcolor {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 20px;
    padding: 47px 24px 0 78px;
    border-radius: 6px;
    background: var(--grey000, #fff);
    max-height:calc(100vh - 40px);
    display: flex;
    flex-direction: column;
}

.pp-allcolor_title {
    margin-bottom: 24px;
    padding-right: 52px;
    text-align: center;
    color: var(--grey700, #545454)
}

.pp-allcolor_list {
    display: grid;
    overflow: auto;
    padding: 0 45px 50px 0;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px 24px;
    max-height:calc(100% - 60px);
}

.pp-allcolor_list::-webkit-scrollbar {
    width: 8px;
    padding: 0
}

.pp-allcolor_list::-webkit-scrollbar-track {
    width: 8px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: var(--grey100, #fdfdfd)
}

.pp-allcolor_list::-webkit-scrollbar-thumb {
    width: 8px;
    border: none
}

.pp-allcolor_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: padding .3s, border .3s;
    -o-transition: padding .3s, border .3s;
    transition: padding .3s, border .3s;
    gap: 4px;
}
@media(max-width:480px){
    .pp-allcolor_item {
        aspect-ratio: 0.82;
    }
}

.pp-allcolor_art {
    font-size: 14px;
    line-height: 115%;
    color: var(--grey700, #545454)
}

.pp-allcolor_name {
    font-size: 14px;
    line-height: 115%;
    color: var(--grey700, #545454);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.close_pp-allcolor {
    display: none
}

.bg_select__color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn_select__color {
    font-size: 14px;
    line-height: 115%;
    padding: 12px 24px;
    -webkit-transition: background .25s, color .25s;
    -o-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
    color: var(--grey200);
    border: 1px solid var(--grey200);
    border-radius: 5px
}

.btn_select__color:hover {
    color: var(--grey900);
    background: var(--grey200)
}

.bdel__header {
    margin-bottom: 48px
}

.bdel__title {
    margin-bottom: 12px
}

.bdel__title .h1 {
    margin: 0
}

.bdel__title_desc .bdel__title_text {
    margin: 0
}

.bdel__desc {
    margin-bottom: 48px
}

.bdel__desc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bdel__desc_left {
    width: 100%;
    max-width: 475px;
    padding-top: 13px;
    padding-right: 15px
}

.bdel__desc_left .h2 {
    margin: 11px 0 14px
}

.bdel__desc_left p {
    margin: 0 0 8px;
    color: var(--grey700, #545454)
}

.bdel__del_tkan {
    margin-bottom: 49px
}

.bdel__desc_right {
    max-width: 670px;
    padding: 45px 35px 45px 42px;
    border-radius: 20px;
    background: var(--grey200, #f1eef1)
}

.bdel__desc_right p {
    line-height: 160%;
    margin: 0 0 5px;
    padding: 0 8px 0 0
}

.bdel__right_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 25px
}

.bdel__right_img img {
    margin-right: 25px;
    -o-object-fit: contain;
    object-fit: contain
}

.bdel__right_blockimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bdel__right_blockimg img {
    margin-right: 7px;
    margin-bottom: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.bdel__price {
    margin-bottom: 80px
}

.bdel__price .h2 {
    margin: 0 0 33px
}

.bdel__price_del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 69px
}

.bdel__price_item {
    width: 35%;
    padding-right: 16px
}

.bdel__price_item p {
    line-height: 155%;
    margin: 0;
    padding-right: 45px;
    color: var(--grey700, #545454)
}

.bdel__price_item .price_item_title {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    padding-right: 16px;
    color: var(--grey900, #1c1d20)
}

.bdel__price_item:last-child {
    width: 33%
}

.price_item_title span {
    position: relative;
    padding: 0 12px 0 0;
    background: #fff
}

.price_item_title.arrow:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: var(--grey600, #9d9595)
}

.price_item_title.arrow:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-top: 1px solid var(--grey600, #9d9595);
    border-right: 1px solid var(--grey600, #9d9595)
}

.bdel__price_descr {
    position: relative;
    max-width: 605px;
    margin: 0 auto;
    padding: 27px 34px 27px 83px;
    border-radius: 20px;
    background: var(--grey200, #f1eef1)
}

.bdel__price_descr p {
    margin: 0
}

.bdel__price_descr:before {
    position: absolute;
    bottom: 50%;
    left: 35px;
    width: 24px;
    height: 24px;
    content: url(/assets/templates/runa/img/new/content/delivery/danger.svg);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.header_page .h1 {
    margin: 0 0 13px
}

.header_page .header_page_desc {
    max-width: 870px;
    margin: 12px 0
}

.header_page a {
    /*text-decoration: none*/
}

.contact__block_wrap {
    margin-bottom: 100px
}

.contact__block_wrap h2 {
    margin: 64px 99px 25px
}

.contact__block_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 64px
}

.contact__block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.contact__item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact__item_text p {
    margin: 0 0 10px;
    color: var(--grey700, #545454)
}

.contact__item_text .cont__item_title {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 12px;
    color: var(--grey900, #1c1d20)
}

.contact__item_text .time__work {
    font-size: 14px;
    margin: 0 0 5px
}

.contact__item_text a {
    text-decoration: none
}

.contact__item_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

.item_text_pos {
    max-width: 370px
}

.item_text_pos.left {
    margin-left: 62px;
    text-align: left
}

.item_text_pos.right {
    margin-right: 62px;
    text-align: right
}

.tabs__buttons_select {
    display: none
}

.tabs__buttons_select .tab__button {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 2px 3px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: left;
    color: var(--grey600);
    border: none;
    border-bottom: 1px solid var(--grey600);
    background: 0 0
}
.tabs__buttons_select .tab__button:hover {
    /*color: var(--grey900);
    border-bottom: 1px solid var(--grey900)*/
}
.ContactThumb .swiper-slide-thumb-active .tab__button{
    color: var(--grey900);
    border-bottom: 1px solid var(--grey900);
}
.ContactThumb .tab__button{
    color: var(--grey600);
    border: none;
    border-bottom: 1px solid var(--grey600);
}
.ContactThumb .swiper-slide-thumb-active .tab__button{
    color: var(--grey900);
    border-bottom: 1px solid var(--grey900);
}
.swiperContact{
    margin-bottom:100px;
}
@media(min-width:768px){
    .swiperContactWrap{
        display:block!important;
    }
}

.anketa__wrapper {
    margin-top: 46px;
    margin-bottom: 80px
}

.anketa__header {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    margin: 0 98px 20px
}

.anketa__wrap {
    display: grid;
    margin: 0 98px;
    gap: 11px 16px;
    grid-template-areas: 'name site' 'phone social' 'email manager' 'ur-name obraz' 'inn comment' 'city comment' 'policy policy' 'btn btn';
    grid-template-columns: calc(50% - 8px) 1fr
}

.anketa__field_name {
    grid-area: name
}

.anketa__field_site {
    grid-area: site
}

.anketa__field_phone {
    grid-area: phone
}

.anketa__field_phone .anketa__field_input input {
    padding-left: 87px
}

.anketa__field_social {
    grid-area: social
}

.anketa__field_email {
    grid-area: email
}

.anketa__field_manager {
    grid-area: manager
}

.anketa__field_ur-name {
    grid-area: ur-name
}

.anketa__field_inn {
    grid-area: inn
}

.anketa__field_comment {
    grid-area: comment
}

.anketa__field_city {
    grid-area: city
}

.btn__submit_anketa_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: btn
}

.anketa__field_label {
    margin: 0 0 10px
}

.anketa__field_label label {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0;
    color: var(--grey700, #545454)
}

.anketa__field_input {
    position: relative
}

.anketa__field_input input {
    font-size: 14px;
    line-height: 42px;
    width: 100%;
    height: 44px;
    padding: 0 17px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: var(--grey900);
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 5px;
    background: var(--grey000, #fff)
}

.anketa__field_input textarea {
    font-size: 14px;
    line-height: 120%;
    display: block;
    width: 100%;
    height: 134px;
    padding: 10px 17px;
    resize: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: var(--grey900);
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 5px;
    background: var(--grey000, #fff)
}

.anketa__field_input .error_input {
    position: absolute;
    right: 20px;
    bottom: 0;
    display: block;
    visibility: hidden;
    height: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
}

.anketa__field_input.error input, .anketa__field_input.error select, .anketa__field_input.error textarea{
    border: 1px solid red
}

.anketa__field_input.error .error_input {
    font-size: 12px;
    visibility: visible;
    height: auto;
    opacity: 1;
    color: red;
    background: #fff
}

.select_country_phone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 74px
}

.select_country_phone:hover .country__phone_list {
    max-height: 500px;
    opacity: 1;
    border: 1px solid var(--grey300);
    background: #fff
}

.country__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.country__phone svg {
    margin-left: 4px
}

.country__phone_list {
    position: absolute;
    z-index: 3;
    top: calc(100% - 1px);
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .8;
    border: 1px solid transparent;
    border-radius: 5px;
    background: 0 0
}

.btn__submit_anketa {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 36px auto 0;
    padding: 0 24px;
    color: #fff
}

.shema__wrapper_container {
    margin-top: 48px;
    margin-bottom: 80px
}

.shema__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px 16px
}

.shema__item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.shema__item_img {
    margin-bottom: 16px;
    aspect-ratio:1
}

.shema__item_img img {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.shema__item_name {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: var(--grey900, #1c1d20)
}

.shema__item_lvl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shema__item_lvl span {
    font-size: 14px;
    line-height: 170%;
    color: var(--grey600, #9d9595)
}

.shema__item_lvl .shema_lvl_hard {
    margin-left: 6px
}

.shema__item_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top:auto;
}

.btn_download_shem {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 3px;
    padding: 0 24px;
    text-align: center;
    color: var(--grey000, #fff)
}

.akcii__wrap_container {
    margin-top: 48px;
    margin-bottom: 48px
}

.akcii__wrap {
    display: grid;
    gap: 11px 16px;
    grid-template-areas: 'a a b c' 'a a d d'
}

.akcii__item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.akcii__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.akcii__item:nth-child(4n+1) {
    grid-area: a
}

.akcii__item:nth-child(4n+2) {
    grid-area: b
}

.akcii__item:nth-child(4n+3) {
    grid-area: c
}

.akcii__item:nth-child(4n+4) {
    grid-area: d
}

.news__wrap_container {
    margin-bottom: 80px
}

.news__wrap {
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 16px
}

.news__item {
    display: block
}

.news__item img {
    width: 100%;
    max-height: 282px;
    margin-bottom: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius:6px;
}

.news__item p {
    margin: 0;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn__see_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.see__more {
    font-size: 14px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 24px;
    color: #fff
}

.certificate_wrap_container {
    margin-top: 48px;
    margin-bottom: 80px
}

.certificate_wrap {
    margin-bottom: 62px
}

.certificate_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px
}

.certificate_img {
    margin-bottom: 16px;
    border-radius: 5px
}

.certificate_img img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

.certificate_price {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 25px;
    color: var(--grey600, #9d9595)
}

.certificate_descr_header {
    margin-bottom: 13px
}

.certificate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 335px;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 8px
}

.certificate_list li {
    font-size: 16px;
    line-height: 160%;
    position: relative;
    width: 50%;
    padding: 0 35px 0 24px;
    color: var(--grey700, #545454)
}

.certificate_list li::before {
    position: absolute;
    top: 13px;
    left: 9px;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    background: var(--grey700, #545454)
}

.certificate_descr_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto
}

.certificate_descr_btn {
    margin: 0 auto
}

.account_wrap_container {
    margin-bottom: 80px
}

.account_wrap_container .h1 {
    margin: 0
}

.account_header {
    margin-bottom: 37px
}

.account_header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.account_header_left span {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 5px;
    margin-left: 24px;
    color: var(--grey600, #9d9595)
}

.btn__exit_account_mob {
    font-size: 14px;
    line-height: 160%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    cursor: pointer;
    color: var(--grey700, #545454);
    border: none;
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn__exit_account_mob svg {
    margin-right: 4px
}

.account_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.mob_links_profile{
    display:none;
}
@media(max-width:992px){
    .mob_links_profile{
        display: block;
        width: 100%;
        margin: 30px 0 -30px;
        padding: 0 3rem;
    }
    .account_wrap{
        flex-wrap:wrap;
    }
}
.account_left_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 278px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account_menu_items {
    overflow: hidden;
    border-radius: 10px
}

.account_menu_item {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    padding: 16px 16px 15px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: var(--grey000, #fff);
    border-bottom: 1px solid #fff;
    background: var(--grey900, #1c1d20)
}

.account_menu_item:hover {
    color: var(--grey900, #1c1d20);
    background: var(--grey200, #f1eef1)
}

.account_menu_item.active {
    color: var(--grey900, #1c1d20);
    background: var(--grey200, #f1eef1)
}

.check_certificate_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check_certificate_btn svg {
    margin-right: 8px
}

.btn__exit_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn__exit_account svg {
    margin-right: 8px
}

.account_content_wrap {
    width: calc(100% - 392px);
    margin-bottom: 6px;
    overflow:hidden;
}

.account_content_wrap .account_area {
    height: 0px;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform
}

.account_content_wrap .account_area.active {
    height: auto;
    
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.header_account_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    margin-bottom: 24px;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #f1eef1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_account_area.active:after {
    -webkit-transform: translate(-5px, -60%) rotate(90deg);
    -ms-transform: translate(-5px, -60%) rotate(90deg);
    transform: translate(-5px, -60%) rotate(90deg)
}

.account_area_img {
    margin-right: 12px
}

.account_area_nameq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account_area_name {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    color: var(--grey900, #1c1d20)
}

.account_area_quanity {
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px;
    color: var(--grey700, #545454)
}

.account_area_quanity_mob {
    font-size: 16px;
    line-height: 150%;
    margin-left: 4px;
    color: var(--grey600, #9d9595)
}

.account_area_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account_area_sort span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-right: 40px
}

.account_area_sort .b08-right {
    margin: 1px 1px 0 0
}

.account_area_sort .options-type__current .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    min-width: 240px;
    padding: 6px 48px 6px 11px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: var(--grey700);
    border: 1px solid var(--grey600);
    border-radius: 12px;
    background-color: transparent
}

.account_area_sort .options-type__current .title:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(157, 149, 149, .2);
    box-shadow: 0 0 15px 0 rgba(157, 149, 149, .2)
}

.account_area_sort .options-type.toggle .options-type__variants {
    top: 110%;
    right: 0;
    left: initial;
    padding: 0;
    color: var(--grey700);
    border: 1px solid var(--grey600);
    border-radius: 12px
}

.account_area_sort .options-type.toggle .variants-item {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid var(--grey600)
}

.account_area_sort .options-type.toggle .variants-item:last-child {
    border-bottom: none
}

.account_select_sort {
    width: 240px;
    padding: 6px 12px;
    border: 1px solid var(--grey600, #9d9595);
    border-radius: 12px;
    background: var(--grey000, #fff)
}

.account_select_sort_header {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    color: var(--grey700, #545454)
}

.account_select_sort_header:before {
    position: absolute;
    right: 0;
    content: url(/assets/templates/runa/img/new/icons/arrow-down.svg)
}

.account_select_sort_options {
    overflow: hidden;
    height: 0;
    margin: 0
}

.acoount_order_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 13px;
    border-bottom: 1px solid #f1eef1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.acoount_order_info_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.acoount_order_info_img .order_item_imgs {
    margin-left: 69px
}
.order_item_imgs .order_item_img > img{
    max-width:100%;
    max-height:100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.order_item_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 12px
}

.order_info_mob {
    width: 100%
}

.order_item_desc_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order_item_number {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 7px 0
}

.order_item_refresh {
    font-size: 16px;
    line-height: 160%;
    display: block;
    margin-bottom: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: underline
}

.order_item_refresh:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.order_item_date {
    font-size: 16px;
    line-height: 160%;
    margin: 0;
    color: var(--grey600, #9d9595)
}

.order_item_desc_quanity {
    margin: 5px 0 0 0
}

.order_item_desc_quanity span {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey700, #545454)
}

.order_item_desc_quanity .item_desc_quanity {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
    color: var(--grey900, #1c1d20)
}

.order_item_desc_price {
    margin: 0
}

.order_item_desc_price span {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey700, #545454)
}

.order_item_desc_price .item_desc_price {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
    color: var(--grey900, #1c1d20)
}

.account_area_person_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 16px
}

.account_person_data {
    width: 100%;
    max-width: 278px;
    padding: 36px 24px;
    border-radius: 20px;
    background: var(--grey200, #f1eef1)
}

.account_person_data .person_data_fields {
    margin-bottom: 24px
}

.account_person_data .person_data_title {
    margin-bottom: 12px
}

.account_person_data .person_data_title.h3 {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.account_person_title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    color: var(--grey600, #9d9595)
}

.person_data_field_value {
    font-size: 16px;
    line-height: 160%
}

.person_data_field_value span {
    position: relative;
    cursor: pointer
}

.person_data_field_value span svg {
    position: absolute;
    right: -49px
}

.person_data_field_value.edit span {
    display: none
}

.person_data_field_value.edit input {
    width: 100%
}

.account_delivery_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 36px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 50px
}

.account_delivery_data .person_data_field_value {
    line-height: 120%
}

.delivery_data_title {
    width: 100%;
    margin-bottom: -12px
}

.delivery_data_title.h3 {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.delivery_data_fields {
    width: calc(50% - 27px)
}

.delivery_data_address {
    width: 100%
}

.delivery_data_field_value span {
    position: relative;
    cursor: pointer
}

.delivery_data_field_value span svg {
    position: absolute;
    right: -49px
}

.delivery_data_field_value.edit span {
    display: none
}

.delivery_data_field_value.edit input {
    width: 100%
}

.favorite_items_wrap {
    overflow-y: auto;
    max-height: 445px;
    padding-right: 23px;
    scrollbar-width: 8px;
    scrollbar-color: var(--grey600, #9d9595) var(--grey200, #f1eef1)
}

.favorite_items_wrap::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px
}

.favorite_items_wrap::-webkit-scrollbar-track {
    border-radius: 20px;
    background: var(--grey200, #f1eef1)
}

.favorite_items_wrap::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 20px;
    background-color: var(--grey600, #9d9595)
}

.favorite_account_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--grey200)
}

.favorite_account_item:last-child {
    margin-bottom: 0
}

.account_item_img {
    width: 116px;
    margin-bottom: 8px
}

.account_item_img a {
    display: block;
    width: 98px;
    height: 98px;
    margin-right: auto
}

.account_item_img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.account_item_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 263px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account_item_art_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--grey600, #9d9595);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px
}

.account_item_price {
    width: 147px;
    padding-top: 31px
}

.btn_remove_fav {
    position: absolute;
    top: 35px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item_remove_fav {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 160%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 19px 0 0;
    cursor: pointer;
    color: var(--grey600, #9d9595);
    border: none;
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item_remove_fav:before {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    content: url(/assets/templates/runa/img/new/icons/heart.svg)
}
.item_remove_fav.active:before {
    content: url(/assets/templates/runa/img/new/content/account/heart.svg)
}
.account_header_img {
    margin-bottom: 16px
}

.favorite_item_bottom_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 5px
}

.favorite__price_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fav__price_one_descr {
    font-size: 12px;
    line-height: 140%;
    width: 100%;
    color: var(--grey600, #9d9595)
}

.fav__price_one {
    font-size: 12px;
    line-height: 140%;
    width: 100%
}

.favorite__price_final {
    font-family: var(--font-title);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 70px;
    text-align: right
}

.favorite__btn_add2cart {
    width: 100%
}

.favorite__quanity_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid var(--grey200);
    border-radius: 6px
}

.favorite__quanity_minus,
.favorite__quanity_plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 41px;
    height: 41px;
    border: none;
    background: var(--grey200);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.favorite__quanity_input {
    font-size: 12px;
    line-height: 140%;
    width: 100%;
    max-width: 58px;
    text-align: center;
    color: var(--grey700, #545454);
    border: none
}

.fixed_area_order_list {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .6)
}

.fixed_area_order_list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 30vh 0 30vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fixed_area_order_list .step2_item {
    max-height: 123px;
    margin-top: 12px;
    padding: 12px 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.date_order_approve {
    margin-left: 8px
}

.fixed_area_order {
    position: relative;
    max-width: 570px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 40px 32px;
    border-radius: 6px;
    background: #fff
}

.fixed_oldorder_item {
    position: relative;
    display: grid;
    padding: 24px 0 11px;
    border-bottom: 1px solid var(--grey200);
    grid-template-columns: 69px 1fr 100px 75px;
    gap: 12px
}

.remove_oldorder_item {
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 20px;
    height: 20px
}

.remove_oldorder_item .oldorder_remove {
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.desc_oldorder {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.name_oldorder {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    display: block
}

.art_oldorder {
    font-size: 10px;
    color: var(--grey700, #545454)
}

.quanity_oldorder {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: var(--grey700, #545454)
}

.price_oldorder {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-align: right
}

.bottom_oldorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:15px;
}
.btn_refresh_oldorder{
    white-space:nowrap;
}
.itog_oldorder_wrap {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 227px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.itog_oldorder {
    width: 100%;
    max-width: 160px;
    text-align: right
}

.close_fixed_oldorder {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.refresh_pass_wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.refresh_pass_wrap.active {
    visibility: visible;
    opacity: 1
}

.refresh_pass {
    width: 100%;
    max-width: 480px;
    margin: 10px;
    padding: 48px 33px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 42px 61px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 42px 61px 0 rgba(0, 0, 0, .08)
}

.title_refresh_pass {
    margin-bottom: 24px
}

.fields_refresh_pass {
    margin-bottom: 16px
}

.fields_title_refresh_pass {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px
}

.fields_input_refresh_pass {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 16px 15px 16px 20px;
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 10px
}

.btn_line_refresh_pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.btn_refresh_error {
    font-size: 14px;
    padding: 9px 23px;
    cursor: pointer;
    -webkit-transition: background .25s, color .25s, border .25s, -webkit-transform .25s;
    transition: background .25s, color .25s, border .25s, -webkit-transform .25s;
    -o-transition: background .25s, color .25s, border .25s, transform .25s;
    transition: background .25s, color .25s, border .25s, transform .25s;
    transition: background .25s, color .25s, border .25s, transform .25s, -webkit-transform .25s;
    border: 1px solid #dddee6;
    border-radius: 6px;
    background: var(--grey300, #dddee6)
}

.btn_refresh_error:hover {
    color: var(--grey900);
    border: 1px solid var(--grey900);
    background: #fff
}

.delivery_data_field_value,
.person_data_field_value {
    position: relative;
    min-height: 24px
}

.edit_input_wrap {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.edit_input_field {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 6px 42px 6px 16px;
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 7px
}

.edit_input_btn {
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 31px;
    height: 27px;
    padding: 4px 6px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: var(--grey900, #1c1d20)
}

.podbor_wrap_items {
    display: grid;
    grid-template-columns: 278px 1fr;
    gap: 16px
}

.podbor_wrap_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 387px;
    padding: 36px 10px;
    border-radius: 20px;
    background: var(--grey200, #f1eef1);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.podbor_wrap_descr {
    border-radius: 20px;
    background: var(--grey100, #fdfdfd)
}

.cart_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cart_header h1 {
    margin: 0
}

.cart_header span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-left: 12px;
    color: var(--grey700, #545454)
}

.cart_wrap_container {
    margin-bottom: 80px
}

.cart_items_wrapper {
    overflow: auto;
    max-height: 542px;
    margin-right: -15px;
    padding-right: 15px;
    scrollbar-width: 8px;
    scrollbar-color: var(--grey700) var(--grey200)
}

.cart_items_wrapper::-webkit-scrollbar {
    width: 8px;
    padding: 0
}

.cart_items_wrapper::-webkit-scrollbar-track {
    padding: 0;
    border-radius: 20px;
    background: var(--grey200)
}

.cart_items_wrapper::-webkit-scrollbar-thumb {
    width: 8px;
    padding: 0;
    border: none;
    border-radius: 20px;
    background-color: var(--grey700)
}

.cart_item_wrap {
    position: relative;
    display: grid;
    padding: 24px 0 7px;
    border-bottom: 1px solid var(--grey200);
    grid-template-columns: 98px 1fr 128px 196px 114px 82px;
    gap: 17px 17px
}

.cart_item_img {
    display: block;
    overflow: hidden;
    width: 98px;
    height: 98px;
    border-radius: 5px
}

.cart_item_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart_item_desc .cart_item_name {
    width: 100%;
    margin-bottom: 30px
}

.cart_item_desc .cart_item_art {
    font-size: 16px;
    line-height: 160%;
    color: var(--grey600, #9d9595)
}

.cart_item_btn_remove_fav .item_remove_fav {
    padding: 0
}

.cart_item_btn_remove_fav .item_remove_fav:before {
    content: url(/assets/templates/runa/img/new/content/account/heart_white.svg)
}

.cart_item_btn_remove_fav .item_remove_fav.active:before {
    content: url(/assets/templates/runa/img/new/content/account/heart.svg)
}

.cart_item_price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 128px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_item_quanity_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 196px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_item_quanity_wrap .cart_item_quanity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--grey200);
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_item_quanity_wrap .favorite__quanity_minus,
.cart_item_quanity_wrap .favorite__quanity_plus {
    width: 48px;
    height: 48px;
    cursor: pointer
}

.cart_item_quanity_wrap .favorite__quanity_input {
    line-height: 46px;
    width: calc(100% - 96px);
    max-width: none
}
.cart_item_quanity_wrap .favorite__quanity_input::-webkit-outer-spin-button, .cart_item_quanity_wrap .favorite__quanity_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_item_allprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 141px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart_item_remove {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.remove_cart_item {
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.cart_finish_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding-right: 99px;
    gap: 18px 18px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_finish_text {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--grey900, #1c1d20)
}

.cart_finish_price {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    max-width: 150px;
    text-align: right;
    color: var(--grey900, #1c1d20)
}

.step2_item {
    position: relative;
    display: grid;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-bottom: 1px solid var(--grey200);
    grid-template-columns: 69px 1fr 80px 102px;
    gap: 20px 12px
}

.step2_item.active {
    max-height: 123px;
    margin-top: 12px;
    padding: 12px 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.step2_img_wrap {
    width: 69px;
    height: 69px
}

.step2_desc_wrap {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step2_name {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey900, #1c1d20)
}

.step2_article {
    font-size: 10px;
    line-height: normal;
    color: var(--grey700, #545454)
}

.step2_quanity {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-align: right;
    color: var(--grey700, #545454)
}

.step2_price {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-align: right;
    color: var(--grey900, #1c1d20)
}

.step2_remove_btn_wrap {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 20px;
    height: 20px
}

.step2_remove {
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.btn_see_more_cart_btn {
    margin-bottom: -18px
}

.btn_see_more_cart {
    margin-top: 18px
}

.btn_see_more_cart {
    font-size: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: var(--grey700, #545454);
    border: none;
    background: 0 0
}

.btn_see_more_cart:hover {
    text-decoration: none
}

.bottom_line_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px 12px
}

.cart_finish_price,
.cart_finish_text {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--grey900, #1c1d20)
}

.wrap_empty_cart {
    margin: 30px 0;
    text-align: center
}

.text_empty_cart {
    margin-bottom: 12px;
    text-align: center
}

.field_step3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.title_field {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--grey700, #545454)
}

.input_step3 {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 9px 10px;
    color: var(--grey900, #1c1d20);
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 5px;
    background: var(--grey000, #fff)
}

.field_select_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    padding: 13px 20px;
    cursor: pointer;
    border: 2px solid var(--grey200, #f1eef1);
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.field_select_option.active {
    border: 2px solid var(--grey900, #1c1d20)
}

.field_select_option.active .field_select_option_check {
    border: 2px solid var(--grey900, #1c1d20);
    background: url(/assets/templates/runa/img/new/content/check_mark.svg), var(--grey900, #1c1d20);
    background-position: center
}

.field_select_option.active .other_var_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    padding: 0 12px;
    border: 2px solid var(--gray-200, #e4e4e7);
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.other_var_input {
    display: none;
    overflow: hidden;
    height: 0;
    padding: 0;
    -webkit-transition: height .2s, border .2s;
    -o-transition: height .2s, border .2s;
    transition: height .2s, border .2s;
    border: none
}

.field_select_option_check {
    width: 22px;
    height: 22px;
    margin-right: 23px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border: 2px solid var(--grey200, #f1eef1);
    border-radius: 22px;
    -ms-flex-item-align: start;
}

.field_select_option_descr {
    width: calc(100% - 45px)
}

.field_select_option_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%
}

.field_select_option_text {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey600, #9d9595)
}

.step3_finish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 13px 0 12px;
    border-bottom: 1px solid var(--grey200);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.step3_finish_minititle {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey700, #545454)
}

.step3_finish_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-align: right
}

.step3_itog_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.step3_promo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid var(--grey200, #f1eef1);
    border-radius: 6px
}

.step3_promo_input {
    font-size: 14px;
    line-height: 34px;
    width: 100%;
    max-width: 243px;
    padding: 0 12px 0 8px;
    border: none
}

.step3_promo_btn {
    font-size: 14px;
    line-height: 34px;
    padding: 0 16px;
    cursor: pointer;
    text-align: center;
    color: var(--grey700, #545454);
    border: none;
    background: var(--grey200);
    transition: color .2s, background .2s;
}
.step3_promo_btn.black_btn{
    color: var(--grey000);
    background-color: var(--grey900);
}
.step3_finish_itog {
    border: none
}

.step3_finish_desc {
    border: none
}

.step3_finish_desc p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    color: var(--grey700, #545454)
}

.step3_finish_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none
}

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

.step3_finish_btn p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    color: var(--grey700, #545454)
}

.step3_finish_btn p a {
    cursor: pointer;
    text-decoration: underline
}

.step3_finish_btn p a:hover {
    text-decoration: none
}

.title_contact_step3 {
    margin-bottom: 24px
}

.cart_step3_fields {
    margin-top: 48px
}

.field_step3 {
    margin-top: 12px
}

.cart_step3_wrap_container {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 25vh 0;
    background: rgba(0, 0, 0, .6)
}

.cart_step3_wrapper {
    position: relative;
    max-width: 570px;
    height: auto;
    margin: 0 auto;
    padding: 48px 32px 38px;
    border-radius: 5px;
    background: #fff
}

.close_step2_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px
}

.close_step2_wrap .close_step2_btn {
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.desc_step2_popup {
    margin-left: 8px;
    color: var(--grey700, #545454)
}

.cart_step2_wrap_container,
.cart_step3_wrap_container {
    display: none
}

.cart_item_quanity_fix {
    display: none
}

.cart_items_wrap.fixed_order .cart_item_wrap {
    position: relative;
    display: grid;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-bottom: 1px solid var(--grey200);
    grid-template-columns: 98px 1fr 150px 150px;
    gap: 20px 12px
}

.cart_items_wrap.fixed_order .cart_item_wrap.active {
    max-height: 123px;
    margin-top: 12px;
    padding: 12px 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_desc {
    width: 100%;
    padding: 0
}

.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_btn_remove_fav,
.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_price,
.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_quanity_wrap {
    display: none
}

.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_quanity_fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_allprice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cart_items_wrap.fixed_order .cart_item_wrap .cart_item_remove {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 12px;
    width: 20px;
    height: 20px
}

.cart_items_wrap.fixed_order .bottom_line_order,
.cart_items_wrap.fixed_order .btn_see_more_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart_items_wrap.fixed_order .cart_finish_line {
    display: none
}

.descr__step {
    font-size: 12px;
    line-height: 140%;
    display: block;
    width: 100%;
    margin-top: 4px;
    text-align: right;
    color: var(--grey600, #9d9595)
}

.mob_step3_next {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: right
}

.step2_btn_next {
    margin-left: auto
}

.step_counter_title {
    font-family: var(--font-family);
    font-size: 12px;
    line-height: 140%;
    float: right;
    text-align: right;
    color: var(--grey600, #9d9595)
}

.input__wrap {
    position: relative
}

.input__select_code input {
    padding-left: 74px
}
.person_data_fields .input__select_code input {
    padding-left: 15px
}

.select_country__phone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.select_country__phone:hover .country_code__phone_list {
    z-index: 6;
    visibility: visible;
    opacity: 1;
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 5px;
    background: #fff
}

.country_code__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    padding: 6px 14px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.country_code__phone.active.option {
    display: none
}

.country_code__phone img {
    width: 100%;
    max-width: 24px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.country__phone_active {
    position: relative;
    width: 100%;
    max-width: 74px;
    height: 100%;
    padding: 4px 36px 4px 14px
}

.country__phone_active::before {
    position: absolute;
    z-index: 6;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/templates/runa/img/new/content/cart/chevron-down.svg)
}

.country_code__phone_list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    opacity: 0
}

.error__field {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 0;
    display: block;
    visibility: hidden;
    padding: 0 3px;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    color: red;
    background: #fff
}

.error .error__field {
    visibility: visible;
    opacity: 1
}

.finish_step_order_container {
    display: none;
    margin: 50px 0 100px
}
@media(max-width:768px){
    .finish_step_order_container {
        margin: 0px 0 100px
    }
    .fstep_thanks_left .header_page{
        margin: 0 -3rem 30px;
    }
}
@media(max-width:480px){
    .fstep_thanks_left .header_page{
        margin: 0 -1.5rem 20px;
    }
}

.finish_step_thanks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.thanks_left_btn {
    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;
    gap: 16px 36px
}

.thanks_left_title {
    margin: 0 0 16px
}

.thanks_left_text {
    font-size: 16px;
    line-height: 160%;
    max-width: 470px;
    margin: 0 0 16px;
    color: var(--gray600, #52525b)
}

.thanks_left_link {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: -webkit-text-decoration .2s;
    transition: -webkit-text-decoration .2s;
    -o-transition: text-decoration .2s;
    transition: text-decoration .2s;
    transition: text-decoration .2s, -webkit-text-decoration .2s;
    text-decoration: underline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px
}

.thanks_left_link:hover {
    text-decoration: none
}

.finish_order_btn {
    -webkit-transition: background .2s, color .2s;
    -o-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    text-decoration: none;
    border: 1px solid var(--grey900, #1c1d20);
    border-radius: 6px;
    background: 0 0
}

.finish_order_btn:hover {
    color: #fff;
    background: var(--grey900)
}

@font-face {
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    width: var(--swiper-centered-offset-after);
    height: 100%;
    min-height: 1px
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    width: var(--swiper-virtual-size);
    height: 1px
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    cursor: pointer;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: .35
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    pointer-events: none;
    opacity: 0
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: auto;
    left: 10px
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000)
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    -ms-touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5)
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    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
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6
}

.swiper-cube .swiper-cube-shadow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.b01 {
    margin-top: 17px
}

.b01__box {
    position: relative
}

.big-slider__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 16px;
    height: auto;
}

.big-slider__link {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.big-slider__link:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;
    /*aspect-ratio: 0.99;*/
}

.big-slider__link:nth-child(2),
.big-slider__link:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1
}

.big-slider__link:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1
}

.big-slider__link .big-slider__bghover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index:2;
}

.big-slider__link:hover .big-slider__bghover {
    opacity: 1
}

.big-slider__link .big-slider__bghover_btn {
    font-size: 14px;
    padding: 10px 24px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: var(--grey000, #fff);
    border: 1px solid #fff;
    border-radius: 6px;
    background: 0 0
}

.big-slider__link .big-slider__bghover_btn:hover {
    color: var(--grey900);
    background: #fff
}

.big-slider__img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    border-radius: var(--brs);
    -o-object-fit: cover;
    object-fit: cover
}
.big-slider__bghover:hover + picture .big-slider__img{
    transform: scale(1.02)
}
.big-slider__img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
@media(max-width:480px){
    .b01 .jsBigSlider__pagination{
        display:none;    
    }
}
.b01 .jsBigSlider__pagination {
    line-height: 32px;
    bottom: -10px !important;
    text-align: center
}

.b01 .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    height: 6px;
    opacity: 1;
    border-radius: 0;
    background-color: var(--grey200) !important
}

.b01 .swiper-pagination-bullet-active {
    background-color: var(--grey900) !important
}

.noUi-target,
.noUi-target * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.noUi-connects {
    z-index: 0;
    overflow: hidden
}

.noUi-connect,
.noUi-origin {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    right: auto;
    left: 0
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.noUi-touch-area {
    width: 100%;
    height: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    right: -17px;
    width: 34px;
    height: 28px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    right: -6px;
    bottom: -17px;
    width: 28px;
    height: 34px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: auto;
    left: -17px
}

.noUi-target {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    cursor: default;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    position: absolute;
    top: 6px;
    left: 14px;
    display: block;
    width: 1px;
    height: 14px;
    content: '';
    background: #e8e7e6
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    top: 14px;
    left: 6px;
    width: 14px;
    height: 1px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    font-size: 10px;
    color: #ccc
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    width: 2px;
    height: 5px;
    margin-left: -1px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    top: 0;
    left: 100%;
    height: 100%;
    padding: 0 10px
}

.noUi-value-vertical {
    padding-left: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    position: absolute;
    display: block;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.noUi-vertical .noUi-tooltip {
    top: 50%;
    right: 120%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    bottom: 10px;
    left: auto;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    top: auto;
    right: 28px;
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px)
}

.range {
    margin-bottom: 15px
}

.range__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.range__input {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 5px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.range__input input {
    width: calc(100% - 20px);
    margin-left: 2px
}

.range__input--min {
    position: relative
}

.range__input--min::before {
    position: absolute;
    top: -20px;
    left: 0;
    content: 'от'
}

.range__slider-wrapper {
    padding-right: 4px;
    padding-left: 4px
}

.noUi-horizontal {
    height: 8px;
    border: none;
    border-radius: 4px;
    background-color: var(--grey200);
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-connect {
    background-color: #cacaca
}

.noUi-horizontal .noUi-handle {
    top: -4px;
    right: -8px;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background-color: var(--grey700);
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    display: none
}

@media screen and (min-width:480px) {
    .pp-info__descr .pp-info__descr_title {
        display: none
    }
    .descr__step {
        display: none
    }
    .mob_step3_next {
        display: none
    }
}

@media screen and (min-width:768px) {
    .product__desc_tab_title {
        display: none
    }
    .pp-allcolor_item:hover {
        padding: 6px;
        border: 1px solid var(--grey600);
        border-radius: 6px
    }
    .pp-allcolor_item:hover .bg_select__color {
        visibility: visible;
        opacity: 1
    }
    .account_header_right {
        display: none
    }
    .account_area_quanity_mob {
        display: none
    }
    .order_info_mob {
        display: none
    }
    .order_item_desc_mob {
        display: none
    }
    .account_header_img {
        display: none
    }
    .favorite_item_bottom_mob {
        display: none
    }
}

@media screen and (min-width:992px) {
    .account_area_order .header_account_area {
        padding: 0 0 9px 0
    }
    .account_content_wrap {
        min-height: 512px
    }
    .account_area_img {
        display: none
    }
    .account_area_person .header_account_area {
        margin-bottom: 42px
    }
}

@media (max-width:1500px) {
    .search {
        min-width: 46.6666666667%
    }
}

@media screen and (max-width:1440px) {
    .h1 {
        font-size: 50px
    }
    .h2 {
        font-size: 36px
    }
    .b04 {
        min-height: auto
    }
}

@media screen and (max-width:1400px) {
    .swiper__next,
    .swiper__prev {
        background-color: var(--grey200)
    }
    .swiper__prev {
        left: -1.5rem
    }
    .swiper__next {
        right: -1.5rem
    }
}

@media (max-width:1200px) {
    :root {
        --maingap: 10px
    }
    :root {
        --indentblocks: 4rem
    }
    .search {
        min-width: 33.3333333333%
    }
    .form__title {
        font-size: 26px
    }
}

@media screen and (max-width:1200px) {
    .h1 {
        font-size: 45px
    }
    .h2 {
        font-size: 32px
    }
    .section-header__sub-title {
        font-size: 2rem
    }
    .b07-map {
        width: 100%
    }
    .b07-box {
        left: 15px
    }
    .big-photo__wrapper {
        width: 400px
    }
    .mini-photo__wrapper {
        width: 85px;
        padding: 0 8px 52px 0
    }
    .product-page__info {
        width: calc(100% - 501px)
    }
    .pp-shops__point {
        grid-template-columns: 1fr
    }
    .product__tabs_area {
        grid-template-columns: 1fr
    }
    .product__info_block {
        display: none
    }
    .anketa__header {
        margin: 0 0 20px
    }
    .anketa__wrap {
        margin: 0
    }
    .certificate_list {
        max-height: 440px
    }
    .account_left_wrap {
        width: 250px
    }
    .account_content_wrap {
        width: calc(100% - 280px)
    }
    .acoount_order_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .order_item_desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 20px
    }
    .order_item_desc .order_item_detail_btn {
        width: 100%
    }
    .order_item_desc_quanity {
        margin: 0
    }
    .account_area_person_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 52px
    }
    .burger__menu-btn.mobile-menu-btn {
        display: block
    }
    .header {
        position: fixed;
        padding-top: 0
    }
    .header.b-indent {
        margin-bottom: 0
    }
    .header-top {
        display: none
    }
    .header-middle {
        padding-top: 6px;
        padding-bottom: 6px
    }
    .catalog-menu__btn {
        display: none
    }
    .search {
        display: none
    }
    .user {
        display: none
    }
    .header-bottom {
        display: none
    }
    .mb01 {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .b08-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px
    }
    .b08-right__filter {
        display: block
    }
    .mob_filter__open {
        font-size: 12px;
        line-height: 140%;
        position: relative;
        display: block;
        padding: 12px;
        color: var(--grey700, #545454);
        border-radius: 5px;
        background: var(--grey200, #f1eef1)
    }
    .mob_filter__open::after {
        position: absolute;
        z-index: 5;
        top: 50%;
        right: 12px;
        width: 16px;
        height: 16px;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(/assets/templates/runa/img/new/content/cart/eva_arrow.svg)
    }
    .mobile-filter .filter__fieldset {
        border: none
    }
    .mobile-filter .filter__fieldset.toggle .mob_filter__open {
        border-radius: 5px 5px 0 0
    }
    .mobile-filter .filter__fieldset.toggle .filter__box-checkbox {
        max-height: 204px;
        margin-bottom: 12px;
        padding: 0 12px 12px;
        border-radius: 0 0 5px 5px
    }
    .mobile-filter .filter__fieldset .filter__box-checkbox {
        display: block;
        max-height: 0;
        padding: 0;
        -webkit-transition: max-height .3s, padding .3s;
        -o-transition: max-height .3s, padding .3s;
        transition: max-height .3s, padding .3s;
        background: var(--grey200, #f1eef1)
    }
    .mobile-filter .filter__fieldset .filter__box-checkbox::-webkit-scrollbar-track {
        border-radius: 0 0 5px 0;
        background: var(--grey200, #f1eef1)
    }
    .mobile-filter .filter__fieldset .filter__legend::after {
        content: none
    }
    .mobile-filter .filter__fieldset.filter__price .range {
        display: block
    }
    .mobile-filter .filter__fieldset.filter__price .range__slider-wrapper {
        display: block
    }
    .mobile-filter .range__input {
        font-size: 0;
        display: block;
        color: transparent
    }
    .mobile-filter .range__input input {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0
    }
    .mobile-filter .range__input:nth-last-child(odd) input {
        text-align: right
    }
    .mobile-filter .mobile-filter__title {
        margin-bottom: 4px
    }
    .mobile-filter .top_mobile_descr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .mobile-filter .top_mobile_descr .count_filter_selects {
        font-size: 12px;
        line-height: 140%;
        color: var(--grey600, #9d9595)
    }
    .mobile-filter .top_mobile_descr .filter__btn-reset {
        font-size: 12px;
        margin: 0
    }
    .mobile-filter .filter__box-btn {
        text-align: center
    }
    .wrap-mobile-menu {
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        visibility: hidden;
        -webkit-transition: opacity .25s, visibility .25s;
        -o-transition: opacity .25s, visibility .25s;
        transition: opacity .25s, visibility .25s;
        opacity: 0;
        background: rgba(0, 0, 0, .5)
    }
    .wrap-mobile-menu.toggle {
        visibility: visible;
        opacity: 1
    }
    .tabbar__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .shema__wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1024px) {
    .catalog__filter {
        display: none;
        margin-top: 0
    }
    .catalog__content {
        width: 100%;
        padding-left: 0
    }
    
    .tabbar {
        display: grid
    }
}

@media screen and (max-width:992px) {
    :root {
        --containerpadding: 1.5rem
    }
    .h1 {
        font-size: 40px
    }
    .h2 {
        font-size: 28px
    }
    .h3 {
        font-size: 18px
    }
    .b-title {
        font-size: 36px
    }
    .header{
        z-index:101;
    }
    .section-header {
        font-size: 2.6rem
    }
    .section-header__sub-title {
        font-size: 1.8rem
    }
    .product-slide__text {
        bottom: 0
    }
    .product-slide__favorite:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .b04 {
        display: none
    }
    .b05-box__item:nth-child(3n) .b05-hidden_text {
        right: 0;
        left: unset
    }
    .b05-hidden_text {
        font-size: 13px;
        left: 0;
        padding: 14px
    }
    .b08 .options-type__current .title {
        min-width: auto
    }
    .filter__btn-reset {
        margin-top: 0
    }
    .footer-box {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .footer-block__textile {
        grid-column: 1/2
    }
    .footer-block__furniture {
        grid-column: 2/3
    }
    .footer-block__buyer {
        grid-column: 3/4
    }
    .footer-block__shop {
        grid-column: 4/5
    }
    .footer-block__company {
        grid-column: 1/5
    }
    .grid-two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .footer-block__company {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .big-photo__wrapper {
        width: 325px;
        height: 550px
    }
    .mini-photo__wrapper {
        width: 325px;
        height: 90px;
        margin-top: 10px;
        padding: 0
    }
    .product-page__photo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        justify-content: start;
    }
    .product-page__info {
        width: calc(100% - 341px)
    }
    .pp-color__slider {
        height: 80px
    }
    .bdel__desc_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .bdel__desc_left {
        max-width: none
    }
    .bdel__desc_right {
        width: 100%;
        max-width: none
    }

    .certificate_list {
        max-height: 570px
    }
    .certificate_list li {
        padding: 0 0 0 24px
    }
    .account_left_wrap {
        display: none
    }
    .account_content_wrap {
        width: 100%
    }
    .account_content_wrap .account_area {
        height: auto !important;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
    .account_area_content {
        height: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top
    }
    .account_area_content.active {
        height: auto;
        margin: 24px 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
    .header_account_area {
        position: relative;
        margin: 0;
        padding: 15px 3rem 14px;
        cursor: pointer;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header_account_area:after {
        position: absolute;
        top: 33px;
        right: 5px;
        content: url(/assets/templates/runa/img/new/content/account/arrow-right.svg);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .account_area_sort {
        display: none
    }
    .acoount_order_item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .order_item_desc {
        display: block;
        width: auto
    }
    .account_delivery_data {
        height: auto
    }
    .cart_item_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 0 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cart_item_img {
        width: 66px;
        height: 66px
    }
    .cart_item_desc {
        width: calc(100% - 74px);
        padding-right: 25px
    }
    .cart_item_remove {
        top: 24px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .cart_finish_line {
        padding-right: 0
    }
    .cart_items_wrap.fixed_order .cart_item_wrap .cart_item_img {
        width: 69px;
        height: 69px
    }
    .cart_items_wrap.fixed_order .cart_item_wrap .cart_item_name {
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 21px
    }
    .cart_items_wrap.fixed_order .cart_item_wrap .cart_item_allprice {
        font-size: 14px;
        font-weight: 600;
        line-height: 120%
    }
    .cart_items_wrap.fixed_order .cart_item_wrap .cart_item_quanity_fix {
        font-size: 14px;
        line-height: 120%;
        color: var(--grey700, #545454);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .cart_items_wrap.fixed_order .cart_item_wrap .cart_item_art {
        font-size: 10px
    }
}

@media (max-width:992px) {
    .form__title {
        font-size: 22px
    }
    .feedback__form {
        padding: 20px
    }
}

@media screen and (max-width:768px) {
    .h1 {
        font-size: 3rem
    }
    .h2 {
        font-size: 2.6rem
    }
    .h3 {
        font-size: 16px
    }
    .btn--transparent {
        color: var(--grey900);
        background-color: var(--grey100)
    }
    .b-top__readmore {
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 400;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 24px;
        cursor: pointer;
        -webkit-transition: background-color .25s, color .25s, -webkit-transform .25s;
        transition: background-color .25s, color .25s, -webkit-transform .25s;
        -o-transition: background-color .25s, color .25s, transform .25s;
        transition: background-color .25s, color .25s, transform .25s;
        transition: background-color .25s, color .25s, transform .25s, -webkit-transform .25s;
        text-decoration: none;
        color: var(--grey000);
        border: none;
        border-radius: 6px;
        background-color: var(--grey900)
    }
    .b-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6;
        max-width: none;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .b-descr {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4
    }
    .b-indent {
        margin-bottom: 32px
    }
    .certificate_items {
        grid-template-columns: repeat(2, 1fr)
    }
    .section-header {
        font-size: 2.2rem
    }
    .hidden-text {
        display: none
    }
    .hidden_content .hidden-text{
        display:block;
    }
    .hidden_content .show-text{
        display:none;
    }
    .catalog{
        margin-top:12px;
    }
    .hidden-text.active {
        display: block
    }
    .show-text {
        display: inline-block
    }
    .swiper__next,
    .swiper__prev {
        display: none;
        width: 3.2rem;
        height: 3.2rem
    }
    .mobile {
        display: block
    }
    .mobile-hidden {
        display: none
    }
    .b02-bottom {
        margin-top: 24px
    }
    .jsSale {
        margin-top: 24px
    }
    .mb01 {
        padding-top: 24px;
        padding-bottom: 32px
    }
    .mb01__title.b-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6;
        line-height: 1.2
    }
    .product-slide__text {
        font-size: 12px
    }
    .product-slide__title {
        font-size: 14px;
        font-weight: 500
    }
    .product-slide__descr {
        font-size: 12px
    }
    .product-slide__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .product-slide__price {
        font-size: 14px
    }
    .product-slide__price .old-price {
        font-size: 12px
    }
    .product-slide__favorite {
        font-size: 0;
        padding-left: 18px
    }
    .b03 {
        padding-top: 24px;
        padding-bottom: 32px
    }
    .b03__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .b03-box {
        width: 100%
    }
    .b03__title {
        margin-bottom: 4px
    }
    .b03__descr {
        margin-right: auto;
        margin-bottom: 18px;
        margin-left: auto;
        text-align: center
    }
    .b03__slider {
        width: 100%;
        max-width: 500px
    }
    .b03__slider .jsProductSliderMini {
        overflow: hidden;
        margin-right: -30px;
        padding-right: 30px
    }
    .b05 {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .b05__title {
        margin-bottom: 24px
    }
    .b05-hidden_text {
        font-size: 12px;
        width: 220px;
        padding: 10px 12px
    }
    .b05-item__icon {
        width: 32px;
        height: 32px;
        margin-bottom: 8px
    }
    .b05-item__title {
        font-size: 14px;
        font-weight: 500
    }
    .b06 {
        padding-top: 32px;
        padding-bottom: 32px;
        text-align: center
    }
    .b06 .b-title {
        line-height: 1.2;
        margin-right: auto;
        margin-bottom: 4px;
        margin-left: auto
    }
    .b06 .b-descr {
        line-height: 1.4;
        margin-right: auto;
        margin-left: auto
    }
    .b06 .form {
        display: none
    }
    .b06__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .b06-box {
        width: 100%;
        margin-left: 0
    }
    .b06__descr span {
        display: none
    }
    .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .b07 {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .b07-map {
        position: relative;
        height: 320px;
        margin-bottom: 32px
    }
    .b07-box {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        padding: 0 32px
    }
    .b07__descr {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        padding-right: 0;
        text-align: center
    }
    .b07__work {
        margin-bottom: 27px
    }
    .b07__btn {
        margin-right: auto;
        margin-left: auto
    }
    .b08 {
        margin-bottom: 6px
    }
    .b08__container {
        padding: 0
    }
    .b08-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .b08-left {
        width: 100%;
        padding: 10px 3rem;
        background-color: var(--grey200);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .b08-left__back {
        display: block;
        width: 24px;
        height: 24px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(/assets/templates/runa/img/new/icons/arrow-right.svg);
        background-size: cover
    }
    .b08-left__title {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        margin-right: auto
    }
    .b08-left__count {
        font-size: 14px;
        font-weight: 500;
        color: var(--grey600)
    }
    .b08-left__count span {
        display: none
    }
    .b08-left__count #mse2_total {
        display: block
    }
    .b08-right {
        width: 100%;
        padding: 7px 30px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .b08-right span {
        display: none
    }
    .b08 .options-type__current .title {
        padding-right: 0;
        padding-left: 32px;
        border: none;
        background-image: url(/assets/templates/runa/img/new/icons/sorting.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px 24px
    }
    .b08 .options-type__current .title::before {
        display: none
    }
    .b08 .options-type__variants {
        right: auto;
        left: 0
    }
    .products-box {
        gap: 25px 16px
    }
    .catalog .product-slide__box {
        margin-bottom: 7px
    }
    .catalog .product-slide__descr {
        margin-bottom: 26px
    }
    .footer-box {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
        grid-template-areas: 'a b' 'c d' 'e f'
    }
    .footer-block__textile {
        grid-area: c
    }
    .footer-block__furniture {
        grid-area: d
    }
    .footer-block__buyer {
        grid-area: e
    }
    .footer-block__shop {
        grid-area: f
    }
    .footer-block__company {
        grid-area: a
    }
    .footer-block__header {
        font-size: 14px
    }
    .footer-menu__link {
        font-size: 12px
    }
    .footer-contacts {
        font-size: 12px;
        margin-top: 0;
        grid-area: b
    }
    .footer-contacts span {
        font-size: 10px
    }
    .footer-logo__img {
        display: block;
        margin-bottom: 8px
    }
    .footer-logo__text {
        font-size: 12px;
        color: var(--grey700)
    }
    .footer-links {
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px
    }
    .footer-links a {
        color: var(--grey700)
    }
    .footer-pay {
        margin-top: 10px;
        margin-bottom: 0;
        -ms-flex-item-align: unset;
        align-self: unset
    }
    .footer-block__company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px
    }
    .breadcrumbs {
        display: none
    }
    .not__breadcrumbs {
        display: none
    }
    .big-photo__wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: .7
    }
    .pp-photo__mini {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 12px;
        left: 0
    }
    .mini-photo__wrapper {
        width: 100%;
        height: 55px;
    }
    .mini-photo__wrapper .swiper-slide {
        aspect-ratio: 1/1;
        overflow:hidden;
    }
    .product-page__photo {
        position: relative;
        margin-right: 0;
        margin-bottom: 15px
    }
    .product-page__info {
        width: 100%
    }
    .product-page__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product-page__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .text__2 {
        font-size: 14px;
        line-height: 120%
    }
    .product__desc_tabs {
        height: auto !important;
        border-top: 1px solid var(--grey600);
        border-bottom: none
    }
    .product__tabs_titles {
        display: none
    }
    .product__desc_area {
        height: auto !important;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        border-bottom: 1px solid var(--grey300, #dddee6)
    }
    .product__desc_area.active {
        min-height: auto;
        padding: unset;
        
    }
    .product__desc_content {
        height: 0;
        padding: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        will-change: transform
    }
    .product__desc_content.active {
        overflow: hidden;
        height: auto;
        margin: 20px 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
            max-height: 400px!important;
    overflow-y: auto;
    }
    .pp-option__select .b08-right {
        padding: 0
    }
    .pp-shops_full {
        margin: 0;
        padding: 30px 20px
    }
    .pp-shops_list {
        width: 100%;
        margin: 0;
        grid-template-columns: 110px 1fr 75px
    }
    .pp-allcolor {
        margin: 10px;
        padding: 15px 3px 0 20px
    }
    .pp-allcolor_list {
        padding: 0 17px 40px 0;
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 12px 12px
    }
    .btn_select__color {
        font-size: 12px;
        padding: 10px 20px
    }
    .bdel__header {
        margin-bottom: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
        background: var(--grey200, #f1eef1)
    }
    .bdel__desc {
        margin-bottom: 0
    }
    .bdel__desc_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .bdel__desc_left {
        width: 100vw;
        margin: 0 -3rem;
        margin-bottom: 36px;
        padding: 25px 3rem 36px;
        background: var(--grey200, #f1eef1)
    }
    .bdel__del_tkan {
        margin-bottom: 0
    }
    .bdel__desc_right {
        margin-bottom: 8px;
        padding: 0;
        background: 0 0
    }
    .bdel__price_del {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .bdel__price_item {
        width: 100%;
        margin-bottom: 24px
    }
    .bdel__price_item p {
        padding-right: 0
    }
    .bdel__price_item:last-child {
        width: 100%
    }
    .price_item_title.arrow:before {
        content: none
    }
    .price_item_title.arrow:after {
        content: none
    }
    .header_page {
        padding: 24px 3rem;
        background: var(--grey200, #f1eef1)
    }
    .contact__block_wrap h2 {
        display: none
    }
    .contact__block_items {
        margin: 0
    }
    .contact__block_items {
        margin: 0;
        row-gap: 24px
    }
    .contact__block_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contact__item_text {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .contact__item_text p {
        font-size: 12px;
        line-height: 140%;
        margin: 0 0 6px
    }
    .contact__item_text .cont__item_title {
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 400;
        line-height: 160%
    }
    .contact__item_text .time__work {
        font-size: 12px;
        line-height: 140%
    }
    .contact__item_map {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .item_text_pos.left {
        margin: 0 0 7px;
        text-align: left
    }
    .item_text_pos.right {
        margin: 0 0 7px;
        text-align: left
    }
    .tabs__buttons_select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 33px 0 12px;
        padding: 0 3rem
    }
    .tab__area {
        max-height: 0;
        margin: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        /*-webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)*/
        display:none;
    }
    .tab__area.active {
        max-height: 9999px;
        margin: 0 0 100px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        /*-webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)*/
        display:block;
    }
    .anketa__wrap {
        grid-template-columns: 1fr;
        grid-template-areas: 'name' 'phone' 'email' 'ur-name' 'inn' 'city' 'site' 'social' 'manager' 'obraz' 'comment' 'policy' 'btn';
    }
    .shema__wrap {
        grid-template-columns: repeat(2, 1fr)
    }
    .shema__item_lvl .shema_lvl_hard {
        margin: 0
    }
    .akcii__wrap_container {
        margin-top: 0
    }
    .akcii__wrap {
        grid-template-areas: 'a a' 'b c' 'd d';
        gap: 12px 20px
    }
    .akcii__item:nth-child(4n+1) {
        width: calc(100% + 6rem);
        margin: 0 -3rem;
        border-radius: 0;
        aspect-ratio: 2
    }
    .akcii__item:nth-child(4n+2) {
        aspect-ratio: 1
    }
    .akcii__item:nth-child(4n+3) {
        aspect-ratio: 1
    }
    .akcii__item:nth-child(4n+4) {
        aspect-ratio: 2
    }
    .news__wrap {
        grid-template-columns: repeat(2, 1fr)
    }
    .certificate_list {
        max-height: none
    }
    .certificate_list li {
        font-size: 12px;
        line-height: 141%;
        width: 100%;
        max-height: none;
        padding: 0 0 0 18px
    }
    .certificate_list li::before {
        top: 8px;
        left: 7px;
        width: 3px;
        height: 3px
    }
    .certificate_descr_btn_wrap {
        
    }
    .account_wrap_container .h1 {
        font-family: var(--font-family)
    }
    .account_wrap_container {
        padding: 0
    }
    .account_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        padding: 0 3rem 10px;
        border-bottom: 1px solid var(--grey300, #dddee6);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .account_header_left span {
        display: none
    }
    .header_account_area:after {
        position: absolute;
        top: 33px;
        right: 3rem;
        content: url(/assets/templates/runa/img/new/content/account/arrow-right.svg);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .account_area_name {
        font-size: 16px
    }
    .account_area_quanity {
        display: none
    }
    .acoount_order_item {
        padding: 24px 3rem 21px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .acoount_order_info_img {
        width: 100%;
        margin-bottom: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .acoount_order_info_img .order_item_imgs {
        width: auto;
        max-width: calc(100% - 160px);
        margin: 0
    }
    .acoount_order_info_img .order_item_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 14px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .acoount_order_info_img .order_item_info .order_item_refresh {
        display: none
    }
    .order_item_imgs {
        gap: 4px 4px
    }
    .order_item_imgs .order_item_img {
        max-width: 36px;
        max-height: 36px
    }
    .order_item_imgs .order_item_img:nth-child(4) {
        display: none
    }
    .order_info_mob {
        max-width: 230px
    }
    .order_item_number {
        font-size: 14px;
        margin: 0 0 2px 0
    }
    .order_item_refresh {
        font-size: 12px;
        margin: 0
    }
    .order_item_date {
        font-size: 12px
    }
    .order_item_desc {
        display: none
    }
    .account_area_person_content {
        padding: 0 3rem;
        gap: 40px 16px
    }
    .account_person_data {
        padding: 0;
        background: 0 0
    }
    .account_person_data .person_data_fields {
        margin-bottom: 19px
    }
    .account_person_data .person_data_title {
        margin-bottom: 16px
    }
    .account_person_title {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 1px
    }
    .person_data_field_value {
        font-size: 14px;
        line-height: 160%
    }
    .person_data_field_value span svg {
        right: -33px
    }
    .account_delivery_data {
        padding: 0;
        gap: 25px 37px
    }
    .delivery_data_fields .account_person_title {
        margin-bottom: 5px
    }
    .delivery_data_address {
        margin-top: 5px
    }
    .delivery_data_field_value span {
        font-size: 14px;
        line-height: 160%
    }
    .delivery_data_field_value span svg {
        right: -33px
    }
    .favorite_items_wrap {
        padding: 0 22px 0 30px
    }
    .favorite_account_item {
        margin-bottom: 25px;
        padding-bottom: 22px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .account_item_img {
        width: 75px;
        margin-bottom: 4px
    }
    .account_item_img a {
        width: 66px;
        height: 66px
    }
    .account_item_name {
        width: calc(100% - 75px);
        padding-right: 20px
    }
    .account_item_art_wrap {
        font-size: 12px;
        line-height: 140%
    }
    .account_item_price {
        display: none
    }
    .btn_remove_fav {
        top: 0
    }
    .item_remove_fav {
        display: none
    }
    .favorite__quanity_wrap {
        margin-right: 8px
    }
    .podbor_wrap_items {
        padding: 0 3rem;
        grid-template-columns: 200px 1fr
    }
    .cart_header_container {
        padding: 0 3rem
    }
    .cart_wrap_container {
        padding: 0 3rem
    }
    .cart_item_wrap {
        gap: 12px 0
    }
    .cart_item_desc .cart_item_name {
        font-family: var(--font-title);
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        min-height: 54px;
        margin-bottom: 0
    }
    .cart_item_desc .cart_item_art {
        font-size: 12px;
        line-height: 140%
    }
    .cart_item_price {
        font-family: var(--font-family);
        font-size: 12px !important;
        line-height: 140%;
        max-width: 73px;
        margin-bottom: 0;
        padding: 0 0 4px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cart_item_price:before {
        font-family: var(--font-family);
        font-size: 12px;
        line-height: 140%;
        position: absolute;
        top: 3px;
        left: 0;
        content: 'Цена за 1 шт';
        white-space: nowrap;
        color: var(--grey600, #9d9595)
    }
    .cart_item_quanity_wrap {
        max-width: 140px;
        margin-bottom: 0
    }
    .cart_item_quanity_wrap .favorite__quanity_minus,
    .cart_item_quanity_wrap .favorite__quanity_plus {
        width: 41px;
        height: 41px
    }
    .cart_item_quanity_wrap .favorite__quanity_input {
        line-height: 39px;
        width: calc(100% - 82px)
    }
    .cart_item_allprice {
        font-family: var(--font-title);
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        max-width: 85px;
        margin-bottom: 0
    }
    .cart_finish_line {
        margin-top: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 0
    }
    .cart_finish_text {
        font-size: 14px;
        width: calc(100% - 93px);
        text-align: right
    }
    .cart_finish_price {
        font-size: 14px;
        max-width: 93px
    }
    .title_field {
        margin-bottom: 2px
    }
    .input_step3 {
        padding: 13px 10px
    }
    .field_select_option_check {
        /*margin-top: 9px;*/
    }
    .field_select_option_title {
        font-size: 14px;
        font-weight: 400
    }
    .field_select_option_text {
        font-size: 12px;
        line-height: 140%
    }
    .wrapperJsListProduct {
        display: none
    }
    .step3_finish_desc {
        margin-bottom: 14px;
        padding: 0
    }
    .title_contact_step3 {
        margin-bottom: 14px
    }
    .cart_step3_fields {
        margin-top: 25px
    }
    .cart_step3_wrap_container {
        position: static;
        padding: 0 3rem;
        background: #fff
    }
    .cart_step3_wrapper {
        max-width: 100%;
        padding: 0
    }
    .close_step2_wrap {
        display: none
    }
    .cart_items_wrap.fixed_order .cart_item_wrap {
        grid-template-columns: 69px 1fr 75px 80px
    }
    .mob_dn {
        display: none !important
    }
    .mob_db {
        display: block !important
    }
    .finish_step_thanks {
        grid-template-columns: 1fr
    }
    .thanks_left_text {
        font-size: 14px
    }
    .thanks_left_link {
        font-size: 12px
    }
    .big-slider__item {
        gap: 8px
    }
    .b01 .swiper-pagination-bullet {
        width: 50px;
        height: 3px
    }
}

@media screen and (max-width:600px) {
    .products-box {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media screen and (max-width:480px) {
    .h1 {
        font-size: 2rem
    }
    .h2 {
        font-size: 1.6rem
    }
    .h3 {
        font-size: 14px
    }
    .btn__black {
        font-size: 12px;
        line-height: 32px
    }
    .container {
        padding: 0 1.5rem
    }
    .select-c__current .title {
        font-size: 14px;
        line-height: 25px
    }
    .pp-option__select .select-c__wrap .select-c__current {
        padding: 8px 12px
    }
    .header__container {
        padding-right: 0;
        padding-left: 0
    }
    .header-middle__container {
        padding: 0 30px
    }
    .b02 .b-top__readmore {
        font-family: var(--font-family);
        font-weight: 400;
        font-style: normal;
        line-height: normal;
        padding: 7px 24px 7px
    }
    .b02__title {
        margin: 0 0 2px
    }
    .jsSale .b02__top {
        margin-bottom: 17px
    }
    .jsSale .b02__container {
        padding: 0 30px
    }
    .jsSale .b02__mob_descr {
        font-size: 12px;
        line-height: 140%;
        display: block;
        margin: 0;
        text-align: center;
        color: var(--grey900, #1c1d20)
    }
    .jsSale .b02__top {
        display: block
    }
    .jsSale .jsProductSliderSale {
        margin-right: -30px;
        padding-right: 30px
    }
    .jsSale .jsProductSliderSale .product-slide__box {
        margin-bottom: 7px
    }
    .jsSale .jsProductSliderSale .product-slide__img {
        /*max-height: 200px*/
    }
    .mob-dark_b02 {
        padding: 21px 0 32px;
        background: var(--grey900, #1c1d20)
    }
    .mob-dark_b02 .b02__title {
        margin-bottom: 8px;
        text-align: left;
        color: var(--grey000)
    }
    .mob-dark_b02 .product-slide__title {
        color: var(--grey100, #fdfdfd)
    }
    .mob-dark_b02 .product-slide__descr {
        color: var(--grey300, #fdfdfd)
    }
    .mob-dark_b02 .product-slide__price {
        color: var(--grey100, #fdfdfd)
    }
    .mob-dark_b02 .product-slide__price .old-price {
        display: none
    }
    .mob-dark_b02 .product-slide__favorite:before {
        -webkit-filter: invert(1);
        filter: invert(1)
    }
    .mob-dark_b02 .b-top__readmore {
        color: var(--grey900, #1c1d20);
        background: var(--grey100, #fdfdfd)
    }
    .mob-dark_b02 .b02__container {
        padding: 0 3rem
    }
    .mob-dark_b02 .b02__container .product-slider {
        width: calc(100% + 6rem);
        margin: 0 -3rem;
        padding: 0 3rem
    }
    .mob-dark_b02 .product-slide__img {
        height: 100%;
        max-height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .mb01 {
        padding-top: 29px
    }
    .mb01__title.b-title {
        margin-bottom: 7px
    }
    .mb01__btn {
        padding: 7px 24px
    }
    .mb02 {
        display: block
    }
    .b03__container {
        padding: 0 30px
    }
    .b03__title {
        font-family: var(--font-title);
        line-height: normal
    }
    .b03__descr {
        line-height: normal
    }
    .b03__btn {
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        padding: 7px 24px 5px
    }
    .b05-b06__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .b05-b06__wrap .b05 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .b05-b06__wrap .b06 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .b07__title_descr {
        font-size: 12px;
        display: block;
        margin-bottom: 24px;
        text-align: center;
        color: var(--grey-700, #545454)
    }
    .b07-box {
        padding-right: 15px;
        padding-left: 15px
    }
    .b07__title {
        margin-bottom: 0
    }
    .b07__adr {
        font-size: 14px;
        width: auto;
        margin: 0 auto 12px 46px;
        padding-right: 0;
        padding-left: 4px
    }
    .b07__adr::before {
        top: -10px;
        left: -20px
    }
    .b08__container {
        padding: 0
    }
    .b08-left {
        padding: 10px 32px
    }
    .b08-right {
        padding: 7px 29px 0
    }
    .mobile-filter__wrap {
        padding: 10vh 0
    }
    .mobile-menu__mini {
        padding-right: 15px;
        padding-left: 15px
    }
    .mobile-menu__phone {
        padding-right: 15px;
        padding-left: 15px
    }
    .mobile-menu__social {
        padding-right: 15px;
        padding-left: 15px
    }
    .mob-menu__link {
        line-height: 30px;
        padding: 17px 30px 17px 48px
    }
    .mob-menu__link::before {
        top: 20px
    }
    .mob-menu__item.toggle .mob-menu__link::before {
        left: 15px
    }
    .mob-menu__icon {
        width: 30px;
        height: 30px
    }
    .mob-submenu__link {
        padding-right: 50px;
        padding-left: 15px
    }
    .mob-submenu__item.dropdown>.mob-submenu__link::before {
        right: 15px
    }
    .tabbar__link {
        font-size: 10px
    }
    .product-page__info {
        padding: 0 3rem
    }
    .product-page__container {
        padding: 0
    }
    .pp-info__color {
        margin-bottom: 22px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .pp-color__all {
        font-size: 12px;
        font-weight: 500;
        line-height: 140%;
        top: -24px;
        right: 0
    }
    .pp-info__title {
        font-family: var(--font-family);
        font-size: 20px;
        line-height: 160%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .pp-info__art {
        font-size: 12px;
        line-height: 140%;
        margin: 0 0 24px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .pp-info__more {
        display: none
    }
    .pp-info__price {
        margin-bottom: 31px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .pp-price__desc {
        font-size: 12px;
        line-height: 140%
    }
    .pp-price__pricep {
        font-size: 20px;
        line-height: 160%
    }
    .pp-price__question {
        bottom: 4px;
        left: calc(100% + 8px)
    }
    .pp-price__options {
        /* position: absolute; */
        /* top: 100%; */
        /* right: auto; */
        /* bottom: unset; */
        /* left: 0; */
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -40px;
    }
    .pp-price__price span:first-child {
        font-size: 12px;
        line-height: 160%
    }
    .pp-info__wrapper {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .pp-info__descr {
        margin-right: 0;
        margin-bottom: 27px
    }
    .pp-info__descr p {
        font-size: 12px;
        margin: 0 0 5px
    }
    .pp-color__slider {
        height: auto
    }
    .pp-color__slider .swiper-slide {
        aspect-ratio: 1/1
    }
    .pp-shops__header {
        margin: 0 0 13px;
        grid-template-columns: 1fr -webkit-max-content;
        grid-template-columns: 1fr max-content
    }
    .pp-info__shops {
        width: calc(100% + 6rem);
        margin: 0 -3rem;
        padding: 24px 3rem;
        background: var(--grey200, #f1eef1);
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .pp-shops__header span {
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }
    .pp-shops__header a {
        font-size: 12px;
        font-weight: 600;
        line-height: 140%;
        -ms-flex-item-align: center;
        align-self: center
    }
    .pp-shops__points {
        margin-bottom: 0;
        grid-template-columns: 1fr;
        grid-row-gap: 9px
    }
    .pp-shops__point {
        margin-bottom: 0;
        grid-template-columns: 1fr 140px
    }
    .pp-point__name {
        font-size: 12px;
        font-weight: 600;
        line-height: 140%;
        color: var(--grey700, #545454)
    }
    .pp-point__address {
        font-size: 12px;
        line-height: 140%;
        color: var(--grey700, #545454)
    }
    .pp-info__options {
        margin-bottom: 11px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .pp-option__name {
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 5px
    }
    .pp-option__name span {
        display: none
    }
    .pp-option__input button {
        width: 41px;
        height: 41px
    }
    .pp-option__input input {
        width: calc(100% - 82px)
    }
    .pp-info__additem {
        margin-bottom: 24px;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .pp-info__additem .add_to_cart {
        font-size: 12px;
        line-height: 120%;
        width: calc(100% - 60px)
    }
    .pp-info__additem .add_favorite {
        width: 49px;
        height: 49px
    }
    .product__tabs_area_container {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0
    }
    .product__desc_tabs {
        border-top: none
    }
    .product__desc_area {
        padding: 0 3rem
    }
    .product__desc_area.active {
        padding: 0 3rem
    }
    .product__desc_tab_title:before {
        right: 0
    }
    .product__desc_content p {
        font-size: 14px
    }
    .pp-option__select {
        height: 41px
    }
    .close_pp-shops_full {
        position: absolute;
        top: 12px;
        right: 12px;
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer
    }
    .close_pp-shops_full svg {
        width: 24px;
        height: 24px
    }
    .pp-shops_full {
        max-width: 320px;
        margin: 0 auto;
        padding: 53px 36px 32px 36px
    }
    .pp-shops_full_title {
        margin-bottom: 28px
    }
    .pp-shops_list {
        gap: 12px 5px;
        grid-template-columns: 1fr 68px
    }
    .pp-shops_list_name {
        font-size: 14px
    }
    .pp-shops_list_name span {
        font-size: 12px;
        font-weight: 400;
        line-height: 140%;
        display: block;
        color: var(--grey700, #545454)
    }
    .pp-shops_list_address {
        font-size: 12px;
        display: none
    }
    .pp-shops_list_count {
        font-size: 12px;
        text-align: right
    }
    .pp-allcolor {
        padding: 48px 37px 32px 35px;
        height: auto;
    }
    .pp-allcolor_title {
        font-family: var(--font-family);
        font-size: 16px;
        line-height: 150%;
        padding: 0
    }
    .pp-allcolor_list {
        gap: 12px 4px;
        grid-template-columns: repeat(3,minmax(0, 1fr));
        margin-right: -17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .pp-allcolor_item img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: 1;
    }
    .pp-allcolor_art {
        font-size: 12px;
        line-height: 140%
    }
    .pp-allcolor_name {
        display: none
    }
    .close_pp-allcolor {
        position: absolute;
        top: 12px;
        right: 12px;
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer
    }
    .close_pp-allcolor svg {
        width: 24px;
        height: 24px
    }
    .bdel__header {
        padding: 29px 3rem 21px
    }
    .bdel__title .h1 {
        font-family: var(--font-family)
    }
    .bdel__title {
        margin-bottom: 7px
    }
    .bdel__title_desc .bdel__title_text {
        font-size: 12px
    }
    .bdel__desc {
        padding: 0 3rem
    }
    .bdel__desc_left {
        padding: 25px 3rem 9px
    }
    .bdel__desc_left .h2 {
        font-weight: 400
    }
    .bdel__desc_left p {
        font-size: 12px;
        margin: 0 0 3px
    }
    .bdel__del_tkan {
        margin-bottom: 27px
    }
    .bdel__desc_right p {
        font-size: 14px;
        padding: 0
    }
    .bdel__desc_right p:first-child {
        max-width: 200px
    }
    .bdel__right_img {
        margin-top: -14px;
        margin-bottom: 4px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .bdel__right_img img {
        max-width: 103px;
        max-height: 90px;
        margin: 0
    }
    .bdel__right_blockimg {
        margin-top: 7px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
    .bdel__right_blockimg img {
        max-width: 74px;
        max-height: 33px;
        margin: 4px 4px 10px
    }
    .bdel__price .h2 {
        font-weight: 400;
        margin: 0 0 5px
    }
    .bdel__price {
        margin-bottom: 28px;
        padding: 0 3rem
    }
    .bdel__price_del {
        margin: 0 0 12px
    }
    .bdel__price_item {
        width: 100%;
        margin-bottom: 17px;
        padding-right: 0
    }
    .bdel__price_item p {
        font-size: 12px;
        line-height: 140%
    }
    .price_item_title span {
        font-size: 14px;
        font-weight: 500;
        line-height: normal
    }
    .bdel__price_descr {
        font-size: 12px;
        padding: 24px 54px 24px 75px
    }
    .bdel__price_descr:before {
        left: 27px
    }
    .header_page .h1 {
        font-family: Manrope;
        line-height: 160%;
        margin: 0 0 4px 0;
        padding: 0 15px 0 0
    }
    .header_page .header_page_desc {
        font-size: 12px;
        line-height: 145%;
        max-width: 265px;
        margin: 4px 0 0
    }
    .header_page {
        padding: 24px 3rem
    }
    .contact__block_wrap {
        padding: 0 1.5rem
    }
    .anketa__wrapper {
        margin-top: 40px;
        margin-bottom: 35px;
        padding: 0 3rem
    }
    .anketa__header {
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    .btn__submit_anketa {
        font-size: 12px;
        line-height: 32px;
        height: 32px;
        margin: 15px auto 0
    }
    .shema__wrapper_container {
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .shema__wrap {
        gap: 24px 22px
    }
    .shema__item_img {
        margin-bottom: 10px
    }
    .shema__item_name {
        font-size: 14px
    }
    .shema__item_lvl {
        margin-bottom: 10px
    }
    .shema__item_lvl span {
        font-size: 12px
    }
    .shema__item_lvl .shema_lvl_hard img {
        width: 50px;
        height: 10px;
        -o-object-fit: contain;
        object-fit: contain
    }
    .shema__item_btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .btn_download_shem {
        font-size: 12px;
        line-height: 32px;
        margin-top: 5px;
        margin-bottom: 0;
        white-space: nowrap;
    }
    .akcii__item:nth-child(4n+1) {
        aspect-ratio: 1.8
    }
    .news__wrap_container {
        margin-bottom: 33px;
        padding: 0 3rem
    }
    .news__wrap {
        margin-bottom: 28px;
        gap: 11px 20px
    }
    .news__item img {
        margin-bottom: 3px
    }
    .see__more {
        font-size: 12px;
        line-height: 32px
    }
    .certificate_wrap_container {
        margin-top: 24px;
        margin-bottom: 36px;
        padding: 0 3rem
    }
    .certificate_wrap {
        margin-bottom: 37px
    }
    .certificate_items {
        gap: 24px 20px
    }
    .certificate_img {
        margin-bottom: 8px
    }
    .certificate_price {
        font-size: 12px
    }
    .account_wrap_container {
        padding: 0
    }
    .order_info_mob {
        max-width: 170px;
        margin-bottom:10px;
    }
    .order_item_desc_mob {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
    .order_item_desc_mob .order_item_detail_btn {
        font-size: 12px
    }
    .order_item_desc_quanity {
        line-height: 120%
    }
    .order_item_desc_quanity span {
        font-size: 12px;
        line-height: 120%
    }
    .order_item_desc_quanity .item_desc_quanity {
        font-size: 14px;
        line-height: 120%
    }
    .order_item_desc_price {
        line-height: 120%
    }
    .order_item_desc_price span {
        font-size: 12px;
        line-height: 120%
    }
    .order_item_desc_price .item_desc_price {
        font-size: 14px;
        line-height: 120%
    }
    .fixed_area_order {
        margin: 10px;
        padding: 24px 10px
    }
    .fixed_oldorder_item {
        grid-template-columns: 69px 1fr
    }
    .remove_oldorder_item {
        display: none
    }
    .desc_oldorder {
        padding-right: 36px
    }
    .quanity_oldorder {
        position: absolute;
        right: 0;
        bottom: 28px
    }
    .price_oldorder {
        position: absolute;
        right: 0;
        bottom: 11px
    }
    .bottom_oldorder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 12px
    }
    .itog_oldorder_wrap {
        font-size: 14px;
        max-width: 160px
    }
    .podbor_wrap_items {
        grid-template-columns: 1fr
    }
    .cart_header_container {
        padding: 0 3rem
    }
    .cart_header h1 {
        font-family: var(--font-family)
    }
    .cart_header span {
        line-height: 160%;
        margin-bottom: -2px
    }
    .cart_header {
        margin-top: 0;
        padding-top: 15px;
        border-top: 1px solid var(--grey200)
    }
    .cart_wrap_container {
        margin-top: 10px;
        padding: 0 3rem
    }
    .cart_wrap_container.fixed_order {
        display: none
    }
    .cart_item_allprice {
        max-width: 75px
    }
    .field_select_option {
        margin-bottom: 4px;
        padding: 15px 20px
    }
    .step3_finish {
        padding: 12px 0 12px
    }
    .step3_finish_title {
        font-family: var(--font-title)
    }
    .step3_itog_title {
        font-family: var(--font-title);
        font-size: 14px
    }
    .step3_promo_wrap {
        max-width: 220px
    }
    .step3_promo_input {
        font-size: 12px
    }
    .step3_finish_desc p {
        font-size: 12px;
        line-height: 140%;
        max-width: 285px;
        margin: 0 auto
    }
    .step3_finish_btn {
        padding: 7px 0 7px
    }
    .step3_finish_btn .btn_order_complite {
        width: auto
    }
    .step3_finish_btn p {
        font-size: 12px;
        line-height: 140%
    }
    .cart_step3_wrap_container {
        padding: 0 3rem;
        overflow: hidden;
    }
    .cart_items_wrap {
        margin-top: -5px
    }
    .wrap_cart_tovar .b02 {
        display: none
    }
    .cart_items_wrap.fixed_order {
        display: none
    }
    .cart_items_wrap.fixed_order .cart_item_wrap {
        grid-template-columns: 69px 1fr 30px 66px;
        gap: 20px 3px
    }
    .cart_items_wrap.fixed_order .cart_item_wrap .cart_item_name {
        margin-bottom: 10px
    }
    .mob_step2_order {
        display: none
    }
    .mob_step2_order.active {
        display: block
    }
    .mob_step3_order {
        display: none
    }
    .mob_step3_order.active {
        display: block
    }
    .b01 .b01__container.container {
        padding: 0
    }
    .b01 {
        margin: 0
    }
    .big-slider__item {
        display: block
    }
    .big-slider__link:nth-child(2),
    .big-slider__link:nth-child(3) {
        display: none
    }
    .big-slider__link:nth-child(4) {
        display: none
    }
    .big-slider__img {
        border-radius: 0
    }
    .b01 .jsBigSlider__pagination {
        line-height: 8px;
        position: absolute;
        z-index: 55;
        bottom: 10px !important
    }
}

@media (max-width:480px) {
    .form__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .form__columns .input-wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .form__columns .input-wrapper:first-child input {
        margin-bottom: 0
    }
    .mobile-menu {
        max-width: 90%
    }
}

@media screen and (max-width:330px) {
    .b08__container {
        padding: 0
    }
}
.popmenu__color-circle{
        background-color: #f8e91b;
    width: 22px;
    height: 22px;
    border: 1px solid grey;
    border-radius: 7px;
}
.input-wrapper span[data-error]{
    margin: -10px auto 10px;
    display: block;
    text-align: center;
}
.b06__form .input-wrapper span[data-error]{
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    margin: 0;
    color: red;
    z-index: 6;
    background: #fff;
    right: 3px;
    padding: 0px 4px;
    border-radius: 4px;
    border: 1px solid red;
}
.modalFormResponse_wrap{
    opacity:0;
    visibility:hidden;
    transition: opacity .25s, visibility .25s;
    position:fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    display:flex;
    align-items:center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    z-index:9999;
}
.modalFormResponse{
    padding: 20px;
    background: #fff;
    border-radius:6px;
}
.modalFormResponse_wrap.active{
    opacity:1;
    visibility: visible;
}




@media(max-width:1024px){
    .catalog__filter.filter{
        -webkit-transition: opacity .3s, visibility .3s;
        -o-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        z-index: 999999;
        background: rgba(0,0,0,0.5);
        max-width: none;
        justify-content: center;
        padding: 30% 0;
        overflow: auto;
    }
    .catalog__filter.filter.toggle{
        opacity: 1;
        visibility: visible;
    }
    .catalog__filter.filter form{
        transform: translateX(-100%);
        transition: transform .3s;
        background: #fff;
        height: max-content;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        padding: 25px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        background-color: var(--grey000);
    }
    .catalog__filter.filter.toggle form{
        transform: translateX(0);
    }



    .catalog__filter.filter.toggle .filter__fieldset {
        border: none
    }
    .catalog__filter.filter.toggle .filter__fieldset.toggle .mob_filter__open {
        border-radius: 5px 5px 0 0
    }
    .catalog__filter.filter.toggle .filter__fieldset.toggle .filter__box-checkbox {
        max-height: 204px;
        margin-bottom: 12px;
        padding: 0 12px 12px;
        border-radius: 0 0 5px 5px
    }
    .catalog__filter.filter.toggle .filter__fieldset .filter__box-checkbox {
        display: block;
        max-height: 0;
        padding: 0;
        -webkit-transition: max-height .3s, padding .3s;
        -o-transition: max-height .3s, padding .3s;
        transition: max-height .3s, padding .3s;
        background: var(--grey200, #f1eef1)
    }
    .catalog__filter.filter.toggle .filter__fieldset .filter__box-checkbox::-webkit-scrollbar-track {
        border-radius: 0 0 5px 0;
        background: var(--grey200, #f1eef1)
    }
    .catalog__filter.filter.toggle .filter__fieldset .filter__legend::after {
        content: none
    }
    .catalog__filter.filter.toggle .filter__fieldset.filter__price .range {
        display: block
    }
    .catalog__filter.filter.toggle .filter__fieldset.filter__price .range__slider-wrapper {
        display: block
    }
    .catalog__filter.filter.toggle .range__input {
        font-size: 0;
        display: block;
        color: transparent
    }
    .catalog__filter.filter.toggle .range__input input {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0
    }
    .catalog__filter.filter.toggle .range__input:nth-last-child(odd) input {
        text-align: right
    }
    .catalog__filter.filter.toggle .mobile-filter__title {
        margin-bottom: 4px
    }
    .catalog__filter.filter.toggle .top_mobile_descr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .catalog__filter.filter.toggle .top_mobile_descr .count_filter_selects {
        font-size: 12px;
        line-height: 140%;
        color: var(--grey600, #9d9595)
    }
    .catalog__filter.filter.toggle .top_mobile_descr .filter__btn-reset {
        font-size: 12px;
        margin: 0
    }
    .catalog__filter.filter.toggle .filter__box-btn {
        text-align: center
    }
}
.paginationReadMore{
    display:flex;
    justify-content:center;
}
.emptyFav{
    width:100%;
    padding:100px 0;
    text-align:center;
}

/*Вход и форма входа*/
.login_modal_wrap{
    position: fixed;
    bottom:0;
    top:0;
    left:0;
    right:0;
    background: rgba(0,0,0,0.4);
    display:flex;
    align-items:center;
    justify-content:center;
    visibility:hidden;
    opacity:0;
    transition:opacity 0.25s, visibility 0.25s;
    z-index: 9999;
    overflow:auto;
    transform: translateX(-100%);
}
.login_modal_wrap.toggle{
    visibility:visible;
    opacity:1;
    transform: translateX(0);
}
.login_modal{
    padding: 48px 34px;
    border-radius: 10px;
    background: #fff;
    max-width: 478px;
    max-height:546px;
    transition: max-height .25s, transform .25s;
    transform: translateX(-100%);
    position:relative;
}
.login_modal.toggle2{
    max-height:443px;
}
.login_modal.toggle{
    max-height:676px;
}
.close_login_modal{
    position:absolute;
    top:-20px;
    right:-23px;
    width:20px;
    height:20px;
    cursor:pointer;
}
.login_modal_wrap.toggle .login_modal{
    transform: translateX(0);
}

.plog{
    margin: 0 0 12px 0;
}
.grey14{
    font-size: 14px;
    color: var(--grey700);
    line-height: 1.7;
}
.f14-cblack{
    font-size: 14px;
    line-height:1.7;
    color: var(--grey900);
}
.desc_login a{
    text-decoration: underline;
}
.desc_login a:hover{
    text-decoration: none;
}
.desc_login{
    margin: 0 0 32px;
    position:relative;
    font-weight:500;
}
.visibility.toggle .nottog_visible, .visibility .tog_visible{
    visibility:hidden;
    opacity:0;
    transition: opacity .4s, visibility .4s;
    overflow:hidden;
}
.visibility .nottog_visible, .visibility.toggle .tog_visible{
    visibility:visible;
    opacity:1;
    transition: opacity 1.3s, visibility 1.3s;
}
.visibility2.toggle .nottog_visible2, .visibility2 .tog_visible2{
    visibility:hidden;
    opacity:0;
    transition: opacity .4s, visibility .4s, max-height .1s;
    max-height:0px;
    overflow:hidden;
}
.visibility2 .nottog_visible2, .visibility2.toggle .tog_visible2{
    visibility:visible;
    opacity:1;
    transition: opacity 1.3s, visibility 1.3s, max-height .2s;
    max-height:130px;
    overflow: visible;
}
.forms_login.toggle .nottog_visible, .forms_login .tog_visible{
    max-height:0px;
    overflow:hidden;
    visibility:hidden;
    opacity:0;
    transition: opacity .4s, visibility .4s, max-height .1s;
}
.forms_login .nottog_visible, .forms_login.toggle .tog_visible{
    max-height:500px;
    visibility:visible;
    overflow: visible;
    opacity:1;
    transition: opacity .7s, visibility .7s, max-height .2s;
}
.error_text_form{
    transition: max-height .25s;
    max-height: 0px;
    overflow: hidden;
    font-size: 14px;
    color: red;
    padding: 0;
}
.error_text_form.toggle{
    padding: 5px 0;
    max-height: 78px;
}
.forms_login{
    position:relative;
    //overflow:hidden;
}
.reg_desc{
    position: absolute;
    top: 0;
    left: 0;
}
.forms_login form > *{
    display:block;
}
.forms_login .modlogform input{
    padding: 16px 16px 16px 20px;
    border-radius: 10px;
    border: 1px solid var(--grey300);
    background: #fff;
    margin-bottom:16px;
    color:var(--grey900);
    width:100%;
}
.forms_login .modlogform label{
    margin-bottom:10px;
    color:var(--grey900);
    display:block;
}
.forms_login label span{
    color: var(--grey600);
    font-size: 12px;
    line-height: 145%;
}
.t{
    font-size: 16px;
    line-height: 1.6;
}
.t2{
    font-size: 14px;
    line-height:1.7;
}
.btn_login{
    margin: 23px 0 0;
}
.btn_login p{
    color: var(--grey700);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin: 16px 0 0;
}
.btn_login p span{
    color: var(--grey900);
}
.modlogin .btn_login{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.btn_login button{
    font-size:14px;
    line-height:19px;
    padding:10px 50px 11px;
    min-width:164px;
    text-align:center;
    cursor:pointer;
}
.btn_login button.anim{
    border-radius: 6px;
    background: var(--grey300);
    border: 1px solid var(--grey300);
    font-family: var(--font-family);
    color: var(--grey900);
}
.modreg .btn_login button{
    width:100%;
}
.descr_modal_login{
    display:none;
}
.btn__log, .recover_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
}
.pdn_input{
    position:relative;
}
.pdn_input span::before{
    position:absolute;
    top:calc(50% - 12px);
    left:0;
    border-radius: 3px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    display:flex;
    align-items:center;
    justify-content:center;
    width: 24px;
    height:24px;
    content:'';
    cursor:pointer;
}
.pdn_input input:checked~ span::after{
    width:15px;
    height:15px;
    content:url(/assets/templates/runa/img/new/icons/check.svg);
    position:absolute;
    top:calc(50% - 7px);
    left:5px;
    cursor:pointer;
}
.pdn_input input{
    display:none;
}
.pdn_input span{
    display:block;
    padding:0 0 0 31px;
    font-size: 12px;
    line-height: 145%;
    color: var(--grey700);
}
.forms_login .pdn_input span{
    display:block;
}
.pdn_input span a{
    color: var(--grey900);
    text-decoration: underline;
}
.pdn_input span a:hover{
    text-decoration: none;
}
.mob_desc_login{
    display:none;
}
@media(max-width:992px){
    .login_modal_wrap .h3{
        font-size:20px;
    }
    .login_modal_wrap .h3 span{
        white-space:nowrap;
    }
}
@media(max-width:480px){
    .forms_login label span{
        display:none;
    }
    .login_modal_wrap{
        align-items:start;
        background: rgba(0, 0, 0, 0.85);
        flex-direction:column;
        align-items:center;
        justify-content:space-between;
        padding:67px 15px 20px;
        z-index:100;
    }
    .close_login_modal{
        top:12px;
        right:12px;
    }
    .close_login_modal svg path{
        stroke: #000;
    }
    .btn_login{
        gap: 12px;
        margin-top:12px;
    }
    .login_modal{
        margin: 0 0 15px;
        padding: 44px 15px 15px;
    }
    .grey14{
        font-size:12px;
    }
    .f14-cblack{
        font-size:12px;
    }
    .forms_login .modlogform label{
        font-size:14px;
    }
    .forms_login .modlogform input{
        width:100%;
        padding:11px 13px;
        font-size:12px;
        margin-bottom:12px;
    }
    .forms_login .btn_login button{
        padding:6px 24px;
        font-size:12px;
        width:100%;
    }
    .descr_modal_login{
        display:flex;
        width:100%;
        justify-content: center;
        margin:50px 0 0;
        flex-wrap:wrap;
    }
    .descr_modal_login p{
        width:100%;
        margin:12px;
        text-align:center;
        font-size: 12px;
        color:var(--grey700);
    }
    .btn_login p{
        display:none;
    }
    .mob_desc_login{
        display:block;
        margin:-2px 0 12px;
        color: var(--grey600);
        font-size: 12px;
        line-height: 140%;
    }
}
.pdn_input{
    position:relative;
}
.pdn_input span::before{
    position:absolute;
    top:calc(50% - 12px);
    left:0;
    border-radius: 3px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    display:flex;
    align-items:center;
    justify-content:center;
    width: 24px;
    height:24px;
    content:'';
    cursor:pointer;
}
.pdn_input input:checked~ span::after{
    width:15px;
    height:15px;
    content:url(/assets/templates/runa/img/new/icons/check.svg);
    position:absolute;
    top:calc(50% - 7px);
    left:5px;
    cursor:pointer;
}
.pdn_input input{
    display:none;
}
.pdn_input span{
    display:block;
    padding:0 0 0 31px;
    font-size: 12px;
    line-height: 145%;
    color: var(--grey700);
}
.forms_login .pdn_input span{
    display:block;
}
.pdn_input span a{
    color: var(--grey900);
    text-decoration: underline;
}
.pdn_input span a:hover{
    text-decoration: none;
}
.mob_desc_login{
    display:none;
}
@media(max-width:480px){
    .mob_desc_login{
        display:block;
        margin:-2px 0 12px;
        color: var(--grey600);
        font-size: 12px;
        line-height: 140%;
    }
}
/*Конец Вход и форма входа*/



/*О нас*/
.baner_fulscreen{
    max-height:492px;
    width:100%;
    margin:56px 0 62px;
}
.baner_fulscreen img{
    width:100%;
    height:100%;
    object-fit:cover;
    max-height:492px;
    min-height:200px;
}
.mw-686{
    max-width:686px;
}
.whay_us{
    display: grid;
    grid-template-columns: 290px 310px 280px;
    width: 100%;
    justify-content: space-between;
    gap: 48px 15px;
}
.why_us_titleimg{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.why_us_titleimg img{
    width:42px;
    height:42px;
    margin-bottom: 20px;
}
.why_us_title{
    margin-bottom: 12px;
    text-align:center;
    width:100%;
}
.why_us_desc{
    text-align:center;
    color:var(--grey700);
}
.img_fullcontainer{
    max-height:294px;
    margin: 80px 0 64px;
}
.img_fullcontainer img{
    max-height:294px;
    width:100%;
    min-height:200px;
    object-fit:cover;
}
.create_tkan_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:24px 72px;
    overflow:hidden;
}
.el_create_tkan{
    position:relative;
}
.el_create_tkan::before{
    position:absolute;
    top: 12px;
    right:calc(100% + 18px);
    width:97px;
    height:1px;
    background-color:var(--grey600, #9D9595);
    content: '';
}
.el_create_tkan .h3{
    margin:0 0 10px;
}
.t{
    font-size: 16px;
    line-height: 1.6;
}
.g7{
    color: var(--grey700);
}
.desc_ct{
    margin: 0 0 5px;
}

.video_soc{
    display:flex;
    flex-direction:column;
}
.about_social{
    display:flex;
    order:2;
    flex-wrap:wrap;
    justify-content:space-between;
    align-itens:center;
    margin:0 0 80px;
    gap:12px;
}
.about_social .h2{
    margin: 0;
}
.socnet{
    display:flex;
    gap:9px;
}
.socnet a{
    max-width:61px;
    display:block;
}
.socnet a img{
   width:100%;
   object-fit:contain;
}
.about_video{
    order:1;
    margin:64px 0 80px;
}
.av_wrap iframe{
    width:100%;
    height: auto;
    aspect-ratio:1.9;
    border-radius: 5px;
}
@media(max-width:991px){
    .whay_us{
        grid-template-columns: 1fr 1fr;
    }
    .create_tkan_wrap{
        grid-template-columns: 1fr;
    }
}
@media(max-width:768px){
    .baner_fulscreen{
        margin:-24px 0 24px;
    }
    .img_fullcontainer{
        margin:40px 0 24px;
    }
}
@media(max-width:480px){
    .whay_us{
        grid-template-columns: 1fr;
        gap: 0;
        margin: 0 -1.5rem;
        width: calc(100% + 3rem);
    }
    .whay_us .why_us_item{
        border-bottom: 1px solid var(--grey300);
    }
    .whay_us .why_us_item:first-child{
        border-top: 1px solid var(--grey300);
    }
    .why_us_titleimg{
        padding:18px 48px;
        position:relative;
        flex-wrap:nowrap;
        cursor:pointer;
        align-items:center;
        justify-content:start;
    }
    .why_us_title{
        width:auto;
        margin: 0;
    }
    .why_us_titleimg::before{
        position:absolute;
        right:30px;
        top:calc(50% - 12px);
        height:24px;
        width:24px;
        content:url('/assets/templates/runa/img/new/icons/arrow-down.svg');
        transform:rotate(-90deg);
        transition: transform .25s;
    }
    .why_us_item.toggle .why_us_titleimg::before{
        transform:rotate(0deg);
    }
    .why_us_titleimg img{
        margin:0 12px 0 0;
        width:30px;
        height:30px;
    }
    .mw-686{
        font-size:12px;
    }
    .why_us_desc{
        max-height:0;
        overflow:hidden;
        transition: max-height .25s linear, margin .25s linear, padding .25s;
        padding: 0 48px;
        text-align:left;
        margin:0;
    }
    .why_us_item.toggle .why_us_desc{
        padding: 0 48px 18px;
        margin:-6px 0 0;
        max-height:100px;
    }
    .t{
        font-size: 12px;
        line-height: 1.4;
    }
    .el_create_tkan > *{
        font-weight:700;
    }
    .img_fullcontainer{
        margin:0 -1.5rem 24px;
        width:calc(100% + 3rem);
    }
    .socnet a{
        max-width:53px;
    }
    .about_video{
        order:3;
        margin:24px 0 32px;
    }
    .about_social{
        margin:24px 0 0;
    }
    .about_runa .h2{
        font-size:20px;
    }
    .el_create_tkan .h3{
        margin:0 0 12px;
    }
}
/*Конец О нас*/

/*как сделать заказ*/
.mob_kz_schema{
    display:none;
}
.baner_zakaz{
    max-height:564px;
    width:100%;
    margin:56px 0 62px;
    position:relative;
}
.baner_zakaz img{
    width:100%;
    height:100%;
    object-fit:cover;
    height:564px;
    min-height:200px;
}
.desc_bzakaz{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
}
.text_bzakaz{
    padding:40px;
    border-radius: 6px;
    background: var(--grey000, #FFF);
    max-width: 514px
}
.text_bzakaz .h2{
    margin:0 0 24px;
}
.t2{
    margin:0 0 7px;
    font-size: 14px;
    line-height: 1.7;
}
.text_bzakaz p{
    margin:0 0 15px;
}
.el_faq_z{
    padding:15px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    margin-bottom: 24px;
}
.el_faq{
    position:relative;
}
.el_faq .title_faq::before{
    position:absolute;
    top:23px;
    right:16px;
    width: 24px;
    height: 24px;
    content:url('/assets/templates/runa/img/new/icons/arrow-down.svg');
    transform: rotate(0);
    transition: transform .25s;
}
.el_faq.toggle .title_faq::before{
    transform: rotate(180deg);
}
.title_faq{
    display:flex;
    cursor: pointer;
    align-items: center;
}
.title_faq p{
    margin:0;
}
.title_faq .number{
    display:flex;
    align-items:center;
    justify-content:center;
    background: #1C1D20;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    height: 38px;
    width: 38px;
    border-radius:38px;
    margin-right:24px;
}
.desc_faq{
    max-height:0;
    margin:0;
    transition: max-height .25s, margin .25s;
    overflow:hidden;
}
.el_faq.toggle .desc_faq{
    max-height:500px;
    margin:16px 0 0;
    transition: max-height .5s, margin .5s;
}
.desc_faq_z p{
    margin:0 0 15px;
    color: var(--grey700, #545454);
}
.desc_faq_z p:last-chaild{
    margin:0;
}
.kak_zakaz .h2{
    margin: 0 auto 48px;
    max-width:958px;
}
.faq_zakaz{
    max-width: 996px;
    margin: 0 auto 64px;
}

.zvnmanie_wrap{
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap: 15px;
    flex-wrap:wrap;
}
.zvnmanie_text{
    max-width: 474px;
    max-width:50%;
}
.zvnmanie_text p{
    margin:0 0 15px;
}
.zvnmanie_text p:last-child{
    margin:0;
}
.zvnmanie_img{
    max-width: 572px;
    max-width:47%;
}
.kak_zakaz_vnmanie{
    margin:64px auto 80px;
}
.kak_zakaz_vnmanie .h2{
    margin:0 0 33px;
    width:100%;
}
.cfluid768{
}
@media(max-width:768px){
    .cfluid768{
        margin:0 -3rem 0;
        width:calc(100% + 6rem);
    }
    .mob_kz_schema{
        display:block;
    }
    .kak_zakaz_schema{
        margin:-24px -3rem 0;
    }
    .kak_zakaz_schema > img{
        display:none;
    }
    .el_kz_schema{
        display:flex;
        justify-content:space-between;
        padding:17px 30px 18px 48px;
        align-items:center;
        border-top: 1px solid var(--grey300, #DDDEE6);
    }
    .el_text_schema img{
        width: 30px;
        height: 30px;
        margin-right:12px;
    }
    .el_text_schema {
        display:flex;
        align-items:center;
    }
    .el_text_schema span{
        font-size: 16px;
        line-height: 1.5; 
    }
    .el_num_schema{
        color: var(--grey300, #DDDEE6);
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }
    .baner_zakaz{
        max-height:none;
        margin:0 0 32px;
    }
    .baner_zakaz img{
        height:auto;
    }
    .desc_bzakaz{
        position:static;
    }
    .text_bzakaz{
        padding: 0;
        max-width: none;
        margin-top: 24px;
    }
    .kak_zakaz .h2{
        text-align:center;
        margin-bottom: 12px;
        font-size:20px;
    }
    .faq_zakaz{
        margin:0 -3rem 0;
        width:calc(100% + 6rem);
    }
    .el_faq_z{
        margin: 0;
        padding: 18px 67px 18px 48px;
        border-radius: 0;
        border: none;
        border-top: 1px solid #D9D9D9;
    }
    .faq_zakaz .el_faq_z:last-child{
        border-bottom: 1px solid #D9D9D9;
    }
    .desc_faq_z p:last-child{
        margin:0;
    }
    .el_faq.toggle .desc_faq{
        margin:12px 0 0;
    }
    .zvnmanie_wrap{
        gap:12px;
    }
    .zvnmanie_img{
        order:1;
        max-width: none;
    }
    .zvnmanie_text{
        order:3;
        max-width: none;
        width: 100%;
    }
    .kak_zakaz_vnmanie{
        margin:0 auto 32px;
    }
    .baner_zakaz .h2{
        font-size:20px;
    }
    .kak_zakaz_vnmanie .h2{
        order:2;
        font-size:20px;
        margin:12px 0 0;
    }
    .zvnmanie_img img{
        width: 100%;
        min-height: 200px;
        max-height: 380px;
        object-fit: cover;
    }
    .title_faq .number{
        margin-right: 12px;
        width:30px;
        height: 30px;
        font-size: 16px;
    }
    .title_faq p{
        max-width:calc(100% - 42px);
    }
}
@media(max-width:480px){
    .cfluid768{
        margin:0 -1.5rem 0;
        width: calc(100% + 3rem);
    }
    .kak_zakaz_schema{
        margin:-24px -1.5rem 0;
    }
}
/*Конец как сделать заказ*/


/*Форма молодым дизайнерам*/
.anketa__field_instagram{
    grid-area: insta;
}
.anketa__field_tkan{
    grid-area: tkan;
}
.anketa__field_brand{
    grid-area: brand;
}
.anketa__field_bussines{
    grid-area: bussines;
}
.anketa_dis__wrap{
    display: grid;
    margin: 0 98px;
    gap: 12px 16px;
    grid-template-areas:
        'name city'
        'phone site'
        'email insta'
        'ur-name social'
        'manager brand'
        'tkan bussines'
        'policy policy'
        'btn btn';
    grid-template-columns: 1fr 1fr;
}
@media(max-width:1200px){
    .anketa_dis__wrap{
        margin: 0;
    }
}
@media(max-width:768px){
    .anketa_dis__wrap{
        grid-template-columns: 1fr;
        grid-template-areas:
            'name'
            'phone'
            'email'
            'ur-name'
            'city'
            'site'
            'insta'
            'social'
            'manager'
            'brand'
            'bussines'
            'tkan'
            'policy'
            'btn';
    }
}
/*Конец формы молодым дизайнерам*/

/*Написать руководителю*/
.anketa_style{
    display: grid;
    margin: 0 98px;
    gap: 12px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.anketa_ruk__wrap{
    grid-template-areas:
        'name city'
        'phone email'
        'comment comment'
        'policy policy'
        'btn btn';
}
@media(max-width:1200px){
    .anketa_style{
        margin:0;
    }
}
@media(max-width:768px){
    .anketa_style{
        grid-template-columns: 1fr;
    }
    .anketa_ruk__wrap{
    grid-template-areas:
        'name'
        'city'
        'phone'
        'email'
        'comment'
        'policy'
        'btn';
    }
}
/*Конец написать руководиелю*/
/*Написать нам*/
.anketa_nam__wrap{
    grid-template-areas:
        'name email'
        'phone phone'
        'comment comment'
        'policy policy'
        'btn btn';
}
@media(max-width:768px){
    .anketa_nam__wrap{
        grid-template-areas:
            'name'
            'email'
            'phone'
            'comment'
            'policy'
            'btn';
    }
}
/*Конец написать нам*/

/*Вакансии*/
.anketa__field_date{
    grid-area: date;
}
.anketa__field_address{
    grid-area: address;
}
.anketa__field_education{
    grid-area: education;
}
.anketa__field_exp{
    grid-area: exp;
}
.anketa__field_work{
    grid-area: work;
}
.anketa__field_area{
    grid-area: area;
}
.anketa__field_grazhdanstvo{
    grid-area: grazhdanstvo;
}
.wrap_exp_work{
    grid-area: wrapexp;
    position:relative;
    padding: 10px 0 80px;
}
.add_work_item{
    position:absolute;
    bottom:20px;
    left:0;
    right:calc(50% + 8px);
}
.del_work_item{
    position:absolute;
    bottom:20px;
    left:calc(50% + 8px);
    right:0;
}
.anketa_vak__wrap{
    grid-template-areas:
        'name phone'
        'date grazhdanstvo'
        'gr-hide gr-hide'
        'address address'
        'education exp'
        'educ-hide educ-hide'
        'wrapexp wrapexp'
        'work area'
        'policy policy'
        'btn btn';
    gap: 0 16px;
}
.anketa_vak__wrap > div{
    margin-bottom:12px;
}
.anketa_style select{
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 5px;
    background: var(--grey000, #fff);
    padding: 11px 15px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(50% + 1px);
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}
.hide_field{
    display:none;
}
.exp_work_item{
    display:flex;
    flex-wrap:wrap;
    gap: 12px 16px;
    margin-bottom: 12px;
}
.wrapper_field_anketa label > *{
    display: block;
    width: 100%;
}
.wrapper_field_anketa label > span:first-child{
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0 0 10px;
    color: var(--grey700, #545454);
}
.wrapper_field_anketa label > input, .wrapper_field_anketa label > textarea{
    font-size: 14px;
    line-height: 42px;
    width: 100%;
    height: 44px;
    padding: 0 17px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: var(--grey900);
    border: 1px solid var(--grey300, #dddee6);
    border-radius: 5px;
    background: var(--grey000, #fff);
}
.exp_work_item .wrapper_field_anketa{
    max-width:calc(50% - 8px);
    width: 100%;
}
.exp_work_item .wrapper_fullfield_anketa{
    max-width:100%;
}
.grazhdanstvo_wrap{
    grid-area: gr-hide;
}
.wrap_education{
    grid-area: educ-hide;
}
@media(max-width:768px){
    .anketa_vak__wrap{
        grid-template-areas:
            'name'
            'phone'
            'date'
            'grazhdanstvo'
            'gr-hide'
            'address'
            'education'
            'educ-hide'
            'exp'
            'wrapexp'
            'work'
            'area'
            'policy'
            'btn';
    }
    .exp_work_item .wrapper_field_anketa{
        max-width:none;
    }
}
@media(max-width:480px){
    .add_work_item, .del_work_item{
        padding: 9px 10px;
    }
}
/*Конец вакансии*/
/*проверка сертификата*/
.checkCertificate{
    padding: 50px 0 100px;
}
.checkCertificate form{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    align-items: center;
}
.maxw300{
    max-width:300px;
}
/*Конец проверка сертификата*/
/*Скидки*/
.sale_page .catalog__content{
    width:100%;
}
@media(min-width:1200px){
    .sale_page .products-box{
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
/*Конец Скидки*/
/*Страница избранное*/
.fav__page .catalog__content{
    width:100%;
}
@media(min-width:1200px){
    .fav__page .products-box{
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
/*Конец страница избранное*/

/*Мобильный поиск*/
.search_mob_wrap{
    position:fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0,0,0,0.6);
}
.search_mob{
    position:absolute;
    top:52px;
    left:0;
    right:0;
    background:#fff;
    padding:15px;
    z-index:6;
    border-radius: 0 0 10px 10px;
}
.mob_search_item{
    color:var(--grey700);
}
.wrap_mob_search_input{
    display:flex;
    border: 1px solid var(--grey200);
    border-radius: var(--brs);
    overflow:hidden;
}
.btn_mob_search{
    width: 56px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: var(--grey900, #1c1d20);
}
.search_mob:hover{
    visibility:visible;
    display:block;
    opacity:1;
}
.search_mob input{
    width: calc(100% - 56px);
    padding: 7px 12px;
    border: none;
}
.wrap_mob_search{
    width: 100%;
    display:flex;
    flex-direction: column-reverse;
    padding: 0 0 15px;
}
.res_search_mob{
    margin-top: 15px;
}
.search_mob_close{
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:5;
}
/*Конец Мобильный поиск*/

/*Новости список*/
.news_grid_page{
    margin:30px 0;
}
.grid-f{
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}
@media(max-width:991px){
    .grid-f{
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}
@media(max-width:768px){
    .grid-f{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}
@media(max-width:400px){
    .grid-f{
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}
/*Конец новости список*/
/*Статья*/
.img_article_page{
    max-width:278px;
    margin:0 15px 15px 0;
    float: left;
}
.article_page p{
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.6;
    color:var(--grey900);
}
@media(max-width:768px){
    .img_article_page{
        margin:20px auto;
        float: none;
    }
}
/*Конец статья*/

/*Валидация оформления заказа*/
.input__wrap input{
    transition:all .2s;
}
.input__wrap.error input, .input__wrap.error textarea, .input__wrap.error select{
    border:1px solid red;
}
.input__wrap span{
    opacity:0;
    visibility:hidden;
    transition:opacity .2s, visibility .2s;
}
.input__wrap.error span.error_text{
    opacity:1;
    visibility:visible;
    position:absolute;
    top:100%;
    right:15px;
    display:block;
    background:#fff;
    color:red;
    border:1px solid red;
    font-size:10px;
    line-height:1.2;
    padding:1px 8px;
    border-radius:5px;
    transform: translateY(-50%);
}
/*Конец Валидация заказа*/
/*Моб кнопка корзины*/
.cart_btn_mob{
    width: 60px;
    height: 60px;
    border-radius:60px;
    background: var(--grey100, #FDFDFD);
    position:fixed;
    z-index:80;
    right: 30px;
    bottom: 57px;
    display:none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px 0px var(--grey700);
}
.counter_mob_cart{
    position:absolute;
    top:5px;
    right: -6px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    background:var(--grey900);
    border-radius:60px;
    width: 20px;
    height: 20px;
}
@media(max-width:1024px){
    .cart_btn_mob{
        display:flex;
    }
}
/*Конец моб кнопка корзины*/

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) { 
    @supports (-webkit-touch-callout: none) {
        select:focus,
        textarea:focus,
        input:focus {
            font-size: 16px;
        }
        select,
        textarea,
        input {
            font-size: 16px!important;
        }
    } 
}
#YMapsFooter{
    filter: grayscale(1) !important;
    width: 100%;
    height: 100%;
}
.map_contact_api{
    width:100%;
    height:280px;
}
.ContactThumb .swiper-slide-thumb-active .tab__button{
    color: var(--grey900);
    border-bottom: 1px solid var(--grey900);
}
.ContactThumb .tab__button{
    color: var(--grey600);
    border: none;
    border-bottom: 1px solid var(--grey600);
}
.ContactThumb .swiper-slide-thumb-active .tab__button{
    color: var(--grey900);
    border-bottom: 1px solid var(--grey900);
}
.swiperContact{
    margin-bottom:100px;
}
@media(min-width:768px){
    .swiperContactWrap{
        display:block!important;
    }
}
@media(max-width:480px){
    .map_contact_api{
        height:180px;
    }
}
.anim_decorate {
  position: relative;
}
.anim_decorate::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 0;
  transition: 0.3s;
  height: 1px;
  background: var(--grey700);
}
.anim_decorate:hover:after {
  width: 100%;
  background:var(--grey900);
}
.anim_decorate2{
    background: linear-gradient(var(--grey300), var(--grey900)) no-repeat;
    background-size: 0 1px;
    background-position: 50% calc(100% - 1px);
    transition: all .25s;
    display: inline;
}

.anim_decorate2:hover {
    background-size: 100% 1px;
}
.variants-item:hover .anim_decorate2{
    background-size: 100% 1px;
}
.options-type__current:hover .anim_decorate2{
    background-size: 100% 1px;
}
.catalog-submenu__link.anim_decorate2{
    background-position: 50% calc(100% - 6px);
    display:inline-flex;
}
span.top-menu__link{
    cursor:pointer;
}

.hidden_content{
    max-height:0;
    margin:0;
    padding:0;
    transition: max-height .5s, padding .3s;
    overflow:hidden;
}
.hidden_content.toggle{
    max-height:1800px;
    padding:0 0 40px;
}
.counter_cart_pc{
    position:absolute;
    top: 17px;
    left: calc(50% + 3px);
    font-size: 10px;
    line-height: 14px;
    border-radius: 10px;
    border: 1px solid var(--grey900);
    width: 15px;
    height: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
    background: var(--grey900);
    color: #fff;
}
@media(min-width:768px){
    .product_mob_crumbs{
        display:none;
    }
}
.news_page_title{
    margin-bottom:40px;
}
@media(max-width:480px){
    .news_page_title .b01{
        margin-top: -40px;
    }
}
.news_page_title .header_page{
    margin-bottom: 40px;
}
.location{
    position:relative;
    /*cursor:pointer;*/
}
.location-select-options{
    visibility:hidden;
    opacity:0;
    height:0;
    transition: visibility .25s, opacity .25s;
    position:absolute;
    top:100%;
    left:0;
    padding:22px 30px;
}
.location:hover .location-select-options{
    /*visibility:visible;
    opacity:1;*/
    visibility:hidden;
    opacity:0;
    /*height:auto;*/
    height: 0;
    background: #fff;
    border-radius:6px;
    box-shadow: 0 0 3px var(--grey200);
    z-index:3;
}
.location-option{
    white-space:nowrap;
    cursor:pointer;
}
.oferta_order{
    margin:0;
}
.input__wrap.complite{
    cursor:pointer;
}
.input__wrap.complite *{
    display:none;
}
.input__wrap .text_complite{
    display:none;
}
.input__wrap.complite .text_complite{
    display:block;
    color: var(--grey900);
    opacity:1;
    visibility:visible;
}
.recomend_order_bottom .b02{
    display:block;
}
.prod__man{
    display:flex;
    gap:10px;
    margin:10px 0 0;
}
.prod__man .btn{
    align-items:center;
    max-width: 50%;
    width: 100%;
}
.prod__man svg{
    max-height: 16px;
    height: 100%;
    max-width: 16px;
    width: 100%;
    margin: 0 10px 0 0;
    fill: none;
}
.prod__man svg use{
    stroke: #fff;
}
@media(max-width:480px){
    .prod__man{
        order: 6;
        margin: 0 0 24px;
    }
    .prod__man .btn{
        font-size:12px;
    }
}
.empty_sales{
    max-width: 500px;
    text-align: center;
    margin: 50px auto 20px;
}
.b02.b-indent.jsSale{
    margin-top:48px;
}


.vozvrat_title_wrap .header_page_desc{
    max-width:545px;
}
.vozvrat_page_wrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 50px;
}
.vozvrat_page{
    margin-bottom: 100px;
}
.vozvrat_page .h3{
    margin: 40px 0 25px;
    font-weight: 700;
}
.left_vozvrat{
    
}
.right_vozvrat{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vozvrat_column{
    
}
.vozvrat_column .btn{
    max-width: max-content;
}
.vozvrat_column ul{
    list-style: disc;
    color:var(--grey700);
}
.vozvrat_column ul li{
    margin: 0 0 5px;
}
@media(max-width: 768px){
    .b02.b-indent.jsSale{
        margin-top:32px;
    }
    .vozvrat_page_wrap{
        grid-template-columns: 1fr;
    }
    .vozvrat_page_wrap .right_vozvrat .btn{
        margin: 20px auto;
    }
    .cart_item_btn_remove_fav .item_remove_fav{
        display: flex;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        position:relative;
        left:25px;
        color: rgba(0, 0, 0, 0);
    }
    .cart_item_btn_remove_fav .item_remove_fav::before{
        text-indent: 0;
        margin: 0;
    }
}
@media(min-width:1024px){
    #mse2_filters{
        margin-bottom: 64px;
    }
}
.acoount_order_list{
    max-height: 455px;
    overflow-y:auto;
}

.account_area_sort .b08-box__right span svg{
    display:none;
}
@media(max-width:992px){
    .header_account_area.active .account_area_sort{
        
    }
    .header_account_area{
        flex-wrap:wrap;
    }
    .header_account_area .account_area_sort{
        dosplay:none;
    }
    .header_account_area.active .account_area_sort{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .account_area_sort .b08-box__right{
        width: auto;
    }
    .account_area_sort .b08-box__right .options-type__b08-right{
        position: absolute;
        left: 50%;
        background: transparent;
        transform: translateX(-50%);
    }
    .account_area_sort .b08-box__right .options-type__current{
        opacity:0;
    }
    .account_area_sort .b08-box__right span svg{
        display:block;
    }
}
@media(max-width:768px){
    .account_area_sort .b08-box__right span{
        display: flex;
        gap: 10px;
        margin: 0;
    }
}


.acoount_order_item{
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 15px 40px;
}
.acoount_order_info_img{
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 15px 40px;
}
.acoount_order_info_img .order_item_imgs{
    margin: 0;
    position: relative;
}
.btn_pay_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn_pay_wrap .btn{
    width: 100%;
}

@media(max-width: 1200px){
    .acoount_order_item{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 992px){
    .acoount_order_item{
        grid-template-columns: 1fr max-content;
    }
}
@media(max-width: 768px){
    .acoount_order_item{
        grid-template-columns: 1fr;
        gap:0;
    }
    .acoount_order_info_img{
        display:flex;
        gap:0;
    }
    .btn_pay_wrap{
        display:none;
    }
}
@media(max-width:480px){
    .order_item_desc_mob .btn{
        font-size: 12px;
    }
}
@media(max-width:380px){
    .order_item_desc_mob .btn{
        width:100%;
    }
}
.field_select_option #cdek-map{
    display:none;
}
.field_select_option.active #cdek-map{
    display:block;
}
.field_select_option.active #cdek-map .mobile{
    display:block;
}
.open_tab_delivery{
    display:none;
}
.field_select_option.active .open_tab_delivery{
    display:block;
    width: 100%;
    margin-top: 10px;
}
.select_custom_wrap{
    position:relative;
    width: 100%;
}
.select_custom{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    /*min-width: 278px;*/
    min-width: 250px;
    padding: 6px 48px 6px 11px;
    color: var(--grey700);
    border: 1px solid var(--grey600);
    border-radius: 12px;
    background-color: transparent;
    width: 100%;
}
.options_select_custom{
    position:absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0;
    color: var(--grey700);
    border: 1px solid var(--grey600);
    border-radius: 12px;
    visibility:hidden;
    opacity:0;
    transition: visibility .2s, opacity .2s;
    transform: translateX(-100vw);
    overflow:hidden;
    font-size: 14px;
}
.select_custom_wrap.toggle .options_select_custom{
    visibility:visible;
    opacity:1;
    transform: translateX(0);
    z-index: 2;
}
.option_select_custom{
    padding: 8px 12px;
    background:#fff;
    min-width: 200px;
    cursor: pointer;
}
.option_select_custom:not(:last-child) {
    border-bottom: 1px solid var(--grey600);
}
.step3_finish_promo{
    flex-wrap:wrap;
}
.promo_error{
   width:100%;
   text-align:center;
   color:red;
   margin: 0;
}
.promo_error.error{
    color:red;
}
.promo_error.success{
    color:green;
}
.not_item_sliderdetail{
    height:100%;
    width: 100%;
    color: var(--grey700, #545454);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}
.header_mob_search{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    position:relative;
}
.search_mob_close_btn{
    position:absolute;
    right:0;
    top:50%;
    background:url(/assets/templates/runa/img/new/icons/close.svg);
    background-size:contain;
    width:20px;
    height: 20px;
    transform: translateY(-50%);
}
.header_mob_search .h2{
    
}
.header_mob_search .options-type__current{
    
}
.header_mob_search .options-type{
    margin-left: 15px;
}
.header_mob_search .variants-item{
    padding: 4px 2px;
    min-width: auto;
    font-size: 14px;
    line-height: 1.3;
    white-space:nowrap;
}
.header_mob_search .options-type__variants{
    padding: 6px 14px;
}
.header_mob_search .options-type__current .title{
    height: auto;
    padding: 0;
    background: transparent;
    font-size: 14px;
}
.header_mob_search .options-type__current .title::before{
    left: calc(100% + 5px);
    width: 14px;
    height: 14px;
}

.shema__wrapper_hide .shema__item_name{
    margin-bottom:8px;
}
.fig {
    text-align: center; /* Выравнивание по центру */ 
}
.fig img{
    margin: 10px auto;
}

.page404_wrap{
    display:flex;
    justify-content:center;
    margin: 100px 0;
}
.bg_page404{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    height:762px;
    width:770px;
    max-width: 100%;
    background:url('/assets/templates/runa/img/new/icons/404_back.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.absolute_page404{
    max-width:480px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #fff;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 140px 0 66px;
}
.title_page404{
    width:100%;
    text-align:center;
    line-height:120px;
    font-size:100px;
    font-family:Montserrat;
    color:var(--grey900);
    margin:0 auto 3px;
    font-weight:600;
}
.desc_page404{
    width:100%;
    text-align:center;
    color:var(--grey900);
    max-width:324px;
    margin:0 auto 48px;
}
.btn_page404{
    width: 164px;
    position:relative;
}
.btn_page404::before{
    position: absolute;
    content: url(/assets/templates/runa/img/new/icons/arrow-left.svg);
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    display: flex;
    width: 24px;
    height: 24px;
    transition: all .2s;
}
.btn_page404:hover::before{
    filter: invert(1);
}
@media(max-width:991px){
    .bg_page404{
        aspect-ratio: 1.01;
        height:auto;
    }
}
@media(max-width:768px){
    .bg_page404{
        min-width: 576px;
        margin: 0 -30px;
        max-width:100vw;
    }
   .absolute_page404{
        padding: 80px 0 45px;
    }
}
@media(max-width:480px){
    .absolute_page404{
        max-width: calc(100vw - 30px);
        margin: 3px 15px 0;
        padding: 110px 50px 66px;
    }
    .title_page404{
        margin: 0 auto 5px;
    }
    .desc_page404{
        max-width: 260px;
        margin: 0 auto 20px;
        line-height: 170%;
    }
    .page404_wrap{
            margin: 40px 0 80px;
    }
    .btn_page404{
        width: 115px;
        justify-content: right;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .bg_page404{
        background-position: -20px;
    }
}
@media(max-width:360px){
    .absolute_page404{
        padding: 110px 0 66px;
    }
}

.schema_platie{
    display:grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin: 30px 0;
}
.schema_platie_left{
    overflow:hidden;
}
.schema_platie_right{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.schema_platie_right_item{
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}
.schema_platie_right_item .schema_platie_right_title{
    margin-bottom:10px;
}
.schema_platie .t2{
    margin:0;
}
@media(max-width:768px){
    .schema_platie{
        grid-template-columns: 200px 1fr;
    }
}
@media(max-width:480px){
    .schema_platie{
        grid-template-columns: 1fr;
    }
    .slider_scheme_items{
        max-width:300px;
        margin:0 auto;
        overflow:hidden;
    }
}

.sales_info_top .anim_decorate2 img{
    display: inline;
    transform: rotate(180deg) translate(0px, -1px);
    transition: transform .2s;
}
.sales_info_top .anim_decorate2:hover img{
    transform: rotate(180deg) translate(-2px, -1px);
}
@media(max-width:992px){
    .sales_info_top .anim_decorate2 img{
        transform: rotate(180deg) translate(0px, -2px);
    }
    .sales_info_top .anim_decorate2:hover img{
        transform: rotate(180deg) translate(-2px, -2px);
    }
}

.b01__slider{
    aspect-ratio:2;
}
@media(min-width:480px){
    .grid-wrap-1 .big-slider__link:nth-child(1){
        grid-column: span 4;
    }
    .grid-wrap-2 .big-slider__link:nth-child(2){
        grid-column: span 2;
        grid-row: span 2;
    }
    .grid-wrap-3 .big-slider__link:nth-child(2), .grid-wrap-3 .big-slider__link:nth-child(3){
        grid-column: span 2;
    }
}

@media(min-width:1200px){
    .b01__box{
        min-height:612px;
    }
}







/*стили для статьи редизайн*/
.articleMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}



* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}



.ns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 25px;
    max-width: 1160px;
    width: 100%
}

@media screen and (max-width: 992px) {
    .ns {
        padding: 0
    }
}

.ns-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 1160px;
    width: 100%;
    column-gap: 30px
}

@media screen and (max-width: 1200px) {
    .ns-wrapper {
        justify-content: center
    }
}

.ns-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 860px;
    width: 100%;
    column-gap: 30px
}

.ns-content__inner {
    display: flex;
    flex-direction: column
}

.ns-content__textsection {
    margin-bottom: 54px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start
}

.ns-content__textsection:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 992px) {
    .ns-content__textsection {
        padding: 0 25px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 992px) {
    .ns-content__picture {
        padding: 0 25px
    }
}

.ns-content__img {
    margin-bottom: 30px;
    display: block;
    height: 400px;
    border-radius: 5px;
    width: 100%;
    object-fit:cover;
}

@media screen and (max-width: 992px) {
    .ns-content__img {
        margin-bottom: 20px;
        height: 350px
    }
}

.ns-content__h2 {
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 600;
    line-height: 41.44px;
    text-align: left;
    color: #1c1d20
}

@media screen and (max-width: 992px) {
    .ns-content__h2 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 24.38px
    }
}

.ns-content__text {
    margin-bottom: 28px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #1c1d20
}

.ns-content__attention {
    display: flex;
    padding: 20px 20px 20px 22px;
    background-color: #f1eef1;
    border-radius: 5px
}

.ns-content__attention--text {
    position: relative;
    margin-left: 17px;
    display: block;
    color: #1c1d20;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left
}

.ns-content__attention--text::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    background-color: #181818;
    height: 100%;
    width: 3px
}

.ns-readAlso {
    margin-top: 23px;
    margin-bottom:25px;
    padding-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 992px) {
    .ns-readAlso {
        margin: 0 25px;
        margin-top: 0px;
        padding-top: 20px
    }
}

.ns-readAlso::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0
}

.ns-readAlso__h2 {
    margin-bottom: 30px;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 600;
    line-height: 41.44px;
    text-align: left;
    color: #1c1d20
}

@media screen and (max-width: 992px) {
    .ns-readAlso__h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24.38px
    }
}

.ns-readAlso__items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px
}

@media screen and (max-width: 564px) {
    .ns-readAlso__items {
        justify-content: center
    }
}

.ns-readAlso__item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    max-width: 275px
}

@media screen and (max-width: 992px) {
    .ns-readAlso__item {
        max-width: 160px
    }
    .ns-readAlso__item:nth-child(4) {
        display: none
    }
    .ns-readAlso__item:nth-child(3) {
        display: none
    }
}

.ns-readAlso__img {
    margin-bottom: 15px;
    display: block;
    max-width: 275px;
    height: 276px;
    border-radius: 5px;
    width: 100%
}

@media screen and (max-width: 992px) {
    .ns-readAlso__img {
        max-width: 160px;
        height: 160px
    }
}

.ns-readAlso__text {
    text-decoration: none !important;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1c1d20
}

@media screen and (max-width: 992px) {
    .ns-readAlso__text {
        font-size: 14px;
        line-height: 19.12px
    }
}

.ns__h1 {
    width: 100%;
    margin-bottom: 30px;
    max-width: 859px;
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 600;
    line-height: 63.37px;
    text-align: left;
    color: #1c1d20
}

@media screen and (max-width: 992px) {
    .ns__h1 {
        padding: 0 25px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24.38px
    }
}

.ns-aside {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background-color: #f1eef1;
    border-radius: 5px;
    max-width: 270px;
    width: 100%;
    min-width:270px;
    height: 400px
}

@media screen and (max-width: 1200px) {
    .ns-aside {
        display: none
    }
}

.ns-aside__title {
    margin-bottom: 5px;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    text-align: left;
    color: #1c1d20
}

.ns-aside__link {
    text-wrap: wrap;
    text-decoration: none;
    color: #2498d5;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: left
}

.ns-forYou {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 49px 45px;
    display: flex;
    flex-direction: column;
    max-width: 860px;
    width: 100%;
    border-radius: 5px;
    background-image: url(/img/banners/w/sliderbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden
}

.ns-forYou .swiper {
    width: 100%;
    height: 100%
}

.ns-forYou .swiper-slide {
    height: 450px !important;
    border-radius: 5px;
    align-self: center
}

@media screen and (max-width: 992px) {
    .ns-forYou .swiper-slide {
        margin-bottom: 35px;
        height: 365px !important
    }
}

@media screen and (max-width: 800px) {
    .ns-forYou .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.ns-forYou .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ns-forYou .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4)
}

.ns-forYou .swiper-pagination-bullet-active {
    background: #fff
}

@media screen and (max-width: 992px) {
    .ns-forYou {
        margin-bottom: 40px;
        padding: 29px 25px 28px 25px
    }
}

.ns-forYou__title {
    width: 100%;
    margin-bottom: 30px;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 600;
    line-height: 41.44px;
    text-align: left;
    color: #fff
}

@media screen and (max-width: 992px) {
    .ns-forYou__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24.38px
    }
}

.ns-forYou__items {
    display: flex;
    flex-direction: row;
    column-gap: 24px
}

.ns-forYou__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    max-width: 240px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-decoration: none
}

@media screen and (max-width: 992px) {
    .ns-forYou__item {
        max-height: 365px
    }
}

.ns-forYou__item--img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 298px;
    border-radius: 6px
}

@media screen and (max-width: 992px) {
    .ns-forYou__item--img {
        margin-bottom: 10px;
        min-height: 204.88px
    }
}

.ns-forYou__item--textblock {
    padding: 15px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.ns-forYou__item--name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #000
}

@media screen and (max-width: 992px) {
    .ns-forYou__item--name {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 17.07px
    }
}

.ns-forYou__item--color {
    margin-bottom: 20px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    text-align: left;
    color: #9d9595
}

@media screen and (max-width: 992px) {
    .ns-forYou__item--color {
        font-size: 14px;
        line-height: 23.8px
    }
}

@media screen and (max-width: 568px) {
    .ns-forYou__item--color {
        margin-bottom: 3px
    }
}

.ns-forYou__item--bottom {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.ns-forYou__item--price {
    margin-right: 25px;
    text-wrap: nowrap;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #000
}

.ns-forYou__item--favorite {
    text-wrap: nowrap;
    position: relative;
    font-family: Inter;
    font-size: 13.23px;
    font-weight: 400;
    line-height: 23.8px;
    text-align: center;
    color: #000
}

.ns-forYou__item--favorite--mobile {
    display: inline
}

@media screen and (max-width: 992px) {
    .ns-forYou__item--favorite--mobile {
        display: none
    }
}

.ns-forYou__item--favorite::before {
    content: "";
    position: absolute;
    background-image: url(../img/heart.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    top: 0;
    left: -32px
}

@media screen and (max-width: 992px) {
    .ns-forYou__item--favorite::before {
        top: -12px;
        left: -16px
    }
}

.page_auth{
        padding:15px;
        margin:0 auto;
        max-width:530px;
}

.page_auth.login_modal{
        transform: translateX(0);
}

@media(max-width:768px){
    .product-page .b02{
        display:block;
    }
}

.desc_opt_cat{
    display: flex;
    gap: 10px;
}

.desc_opt_cat .w50{
    width: 50%;
    display: flex;
    gap: 10px;
    height: auto;
    align-items: center;
    padding:10px 0;
    }
    
.desc_opt_cat .w50 img{
    width:30px;
    object-fit: contain;
}

.wrap_opt_card .btn_opt_price{
    width: 100%;
}
    
.mf_opt_wrap .title__form{
    margin:5px auto 20px;
    text-align:center;
}
.mf_opt_wrap{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility:hidden;
    opacity:0;
    transform: translate(-100vw, 0);
    transition: opacity .25s, visibility .25s;
}
.mf_opt_wrap.toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.product__desc_review.active{
    max-height: calc(100% - 43px);
    padding: 20px 0;
}
.review_form_wrap{
    display:grid;
    height:100%;
    grid-template-columns: 1fr 250px;
}
.review_cat_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    overflow-y: auto;
    padding:24px 0;
}
.review_cat_item{
    width: 100%;
}
.stars_rewiew_cat{
    margin-bottom: 6px;
}
.text_review_cat{
    margin-bottom: 6px;
}
.form_review_send{
    display: grid;
    grid-template-rows: 35px 52px 1fr 36px;
    padding: 0 0 0 25px;
    height:100%;
}
.title_form_review{
    text-align: center;
    color: var(--grey700);
    margin: 0 0 10px;
}
.star_select_review{
    display:flex;
    flex-direction: row-reverse;
    justify-content:center;
    margin: 0 0 25px;
}
.star_select_review svg{
    cursor:pointer;
}
.star_select_review svg path{
    stroke: var(--grey900);
}
.star_select_review svg:hover, .star_select_review svg:hover ~ svg{
    fill:var(--grey900);
}
.star_select_review svg.toggle, .star_select_review svg.toggle ~ svg{
    fill:var(--grey900);
}
.review_text_send label{
    color: var(--grey700);
    margin: 0 0 6px;
    display: block;
}
.review_text_send{
    display: grid;
    grid-template-rows: 35px 1fr;
    padding: 0 0 20px;
}
.review_text_send > .input__wrap {
    max-height: 130px;
}
.review_text_send textarea{
    border: 1px solid var(--grey700);
    border-radius: 5px;
    height: 100%;
    resize: none;
    overflow-y: auto;
    width: 100%;
    padding: 5px 8px;
        max-height: 130px;
}
.review_btn_wrap .btn{
    display: block;
    margin: 0 auto;
}
.ec-d-none{
    display:none;
}
.form_review_send .ec-rating-stars span{
    background: url("/assets/templates/runa/img/new/icons/starRe.svg");
    background-size: cover;
    width: 42px;
    height: 42px;
}
.form_review_send .ec-rating-stars span.active, .ec-rating-stars span.active2{
    background: url("/assets/templates/runa/img/new/icons/starReBlack.svg");
    background-size: cover;
}
.form_review_send .ec-rating-stars span.active-disabled{
    background: url("/assets/templates/runa/img/new/icons/starRe.svg");
    background-size: cover;
}
.form .review_btn_wrap .btn{
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    padding: 9px 23px;
    cursor: pointer;
    transition: background-color .25s, color .25s, -webkit-transform .25s;
    transition: background-color .25s, color .25s, transform .25s;
    transition: background-color .25s, color .25s, transform .25s, -webkit-transform .25s;
    text-decoration: none;
    color: var(--grey000);
    border: 1px solid var(--grey900);
    border-radius: 6px;
    background-color: var(--grey900);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.review_form_wrap .ec-rating{
    display: flex;
    justify-content: center;
}
.review_form_wrap .ec-rating .ec-rating-stars{
    margin:0 auto;
}
.error_wrap_input{
    border: 1px solid red;
    border-radius:6px;
}
.ec-form__row.ec-input-parent .ec-error.help-block{
    display:none!important;
}
.review_text_send .error_textarea{
    border: 1px solid red;
}
@media(max-width:678px){
    .review_form_wrap{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
    
    
    .form_review_send{
        padding: 0;
    }
    .product__desc_content.active{
        max-height:581px!important;
    }
    .review_cat_wrap{
        height: max-content;
        max-height: 300px;
    }
    .wrapper_form_review{
        order: -1;
    }
    .form_review_send .ec-rating-stars > span{
        width:32px;
        height:32px;
    }
    .form_review_send{
        grid-template-rows: 28px 42px 1fr 36px;
    }
    .review_text_send textarea{
        max-height: 100px;
        min-height: 100px;
    }
    .review_text_send > .input__wrap{
        max-height: 100px;
    }
}
@media(max-width:480px){
    .form_review_send{
        grid-template-rows: 20px 41px 1fr 36px;
    }
    .review_form_wrap .t{
        font-size:14px;
    }
    .review_text_send{
        grid-template-rows: 30px 1fr;
    }
    
}
@media(min-width:678px){
    .user_review_cat.empty{
        font-size: 16px;
        margin-top:-24px;
    }
}
.close_mf_opt_wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    }
    
.mf_opt_wrap .mf_opt{
    transform: translate(-50vw, 0);
    transition: all .25s;
}

.mf_opt_wrap.toggle .mf_opt{
    transform: translate(0, 0);
}

.mf_opt{
    max-width: 450px;
    width: 100%;
    margin: 10px;
    padding: 25px 40px;
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(34 60 80 / 40%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(34, 60, 80, 0.4);
    box-shadow: 0px 2px 10px 0px rgb(34 60 80 / 40%);
    margin-bottom: 170px;
    position: relative;
    z-index: 3;
}

.mf_opt .input__wrap{
    margin: 0 0 12px;
}

.btn_opt_price{
    width:100%;
}

@media(max-width:480px){
    .wrap_opt_card{
        margin: 10px 0 26px;
    }
    .desc_opt_cat{
        flex-wrap:wrap;
        gap:0;
        margin-bottom: 15px;
    }
    .desc_opt_cat .w50 p{
        margin: 0;
    }
    .desc_opt_cat .w50{
        width: 100%;
        padding: 5px 0;
    }
}

.jsFavorite .b02__container .mob_btn_visible{
    display:none;
}
@media(max-width:480px){
    .jsFavorite .b02__top .b-top__readmore{
        display:none;
    }
    .jsFavorite .b02__container .mob_btn_visible{
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    .product-page .b02{
        margin-top:24px;
    }
}

/* Временная страница поиска */
.search_wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.conatiner-categores{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

/*новый блок контакты*/
.contactMap {
  padding: 60px 0;
  position:relative;
}
.contactMap__inner {
  display: flex;
  gap: 25px;
}
.contactMap__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
.contactMap__sities {
  font-family: "Manrope", sans-serif;
  width: 100%;
  max-width: 414px;
  max-height: 587px;
  overflow: overlay;
  scrollbar-color: #181818 transparent;
  scrollbar-width: thin;
}
.contactMap__sities::-webkit-scrollbar {
  width: 4px;
}
.contactMap__sities::-webkit-scrollbar-track {
  margin-left: 50px !important;
}
.contactMap__sities::-webkit-scrollbar-thumb {
  width: 4px;
  background: #181818;
  height: 130px;
}
.contactMap__sities-sitiesList {
  border: 1px solid #F1EEF1;
  border-radius: 1px;
}
.contactMap__sities-item {
  cursor: pointer;
  border-bottom: 1px solid #F1EEF1;
  min-height: 119px;
  padding: 0 25px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactMap__sities-item.active {
  justify-content: flex-start;
}
.contactMap__sities-item.active .contactMap__sities-titleBlock {
  background: #181818;
  color: #fff;
}
.contactMap__sities-item.active .contactMap__sities-arrow {
  transform: rotate(180deg);
}
.contactMap__sities-item.active .contactMap__sities-arrow svg path {
  fill: #fff;
}
.contactMap__sities-item.active .contactMap__sities-info {
  display: block;
}
.contactMap__sities-item.active .contactMap__sities-count {
  display: none;
}
.contactMap__sities-item:last-child {
  border-bottom: none;
}
.contactMap__sities-titleBlock {
  padding: 22px 25px 22px 25px;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactMap__sities-arrow {
  transition: all 0.2s linear;
}
.contactMap__sities-info {
  display: none;
}
.contactMap__sities-info__item {
  border-bottom: 1px solid #F1EEF1;
  margin: 0 -25px;
  padding: 16px 25px 19px 46px;
}
.contactMap__sities-info__item:last-child {
  border-bottom: none;
}
.contactMap__sities__info-title {
  color: #1C1D20;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
.contactMap__sities__info-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/banners/img/loc.png");
  position: absolute;
  left: -22px;
  top: 5px;
  background-repeat: no-repeat;
}
.contactMap__sities-text {
  color: #1C1D20;
  font-size: 15px;
  margin-bottom: 8px;
  margin-left:10px;
}
.contactMap__sities-textPhone {
  color: #1C1D20;
  font-size: 15px;
  font-weight: 600;
  margin-left:10px;
}
.contactMap__sities-textPhone a{
    text-decoration:none;
}
.contactMap__sities-info__list{
    list-style-type:initial;
}
.contactMap__map {
  width: 100%;
  filter: grayscale(100%);
}

@media (max-width: 1000px) {
  .contactMap__sities {
    max-width: 330px;
  }
}
@media (max-width: 900px) {
  .contactMap__inner {
    flex-direction: column;
  }
  .contactMap__sities {
    max-width: 100%;
  }
  .contactMap__map {
    height: 300px;
  }
  .contactMap__sities-titleBlock {
    font-size: 17px;
  }
}
.body_hide {
    overflow: hidden;
}
@media(max-width:768px){
    .body_hide {
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.hidden-text p {
    margin: 16px 0;
}
.hidden-text ul {
    list-style-type: disc;
}
@media (min-width:900px){
    .contactMap__inner{
        height: 587px;
        align-items: center;
    }
    .contactMap__map{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }
    .contactMap__sities{
        position: relative;
        z-index: 10;
        background: #fff;
    }
}