

/* Start:/local/templates/yp23/css/slick.css?16762140481776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/yp23/css/styles.css?175333822393196*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

*:active, *:focus {
outline: none
}

body {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
color: #282828;
background: #fff;
margin: 0;
padding: 0;
position: relative;
min-height: 99vh;
}

p {
margin: 0
}

a {
color: #53544c;
text-decoration-skip-ink: none
}

a:hover {
color: red
}

a.cover {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0
}

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

strong {
font-weight: bold
}

button {
cursor: pointer;
padding: 0;
border: none;
color: #53544c;
background: none;
position: relative
}

.btn {
margin: 0;
padding: 0;
background: none;
display: inline-block;
border: none;
cursor: pointer
}

.btn.btn-green {
height: 50px;
padding: 0 19px;
font-size: 19px;
font-weight: bold;
background: #922133;
color: #fff;
text-transform: uppercase;
border-radius: 25px
}

.btn.btn-green:hover {
background: #53544c;
color: white
}

.btn.btn-black {
height: 48px;
padding: 0 20px;
font-size: 13px;
font-weight: bold;
background: #53544c;
text-transform: uppercase;
border-radius: 24px;
white-space: nowrap;
line-height: 48px;
text-decoration: none;
color: white
}

.btn.btn-black:hover {
background: #8b8c87
}

.btn.btn-white {
height: 48px;
padding: 0 20px;
font-size: 13px;
font-weight: bold;
background: white;
text-transform: uppercase;
border-radius: 24px;
white-space: nowrap;
line-height: 48px;
text-decoration: none;
border: 1px solid #d3d4d2;
min-width: 180px
}

.btn.btn-cart {
border-bottom: 2px solid #53544c;
height: 52px;
display: inline-flex;
align-items: center;
padding: 0 16px;
border-radius: 25px;
font-weight: bold;
cursor: pointer;
font-size: 13px;
background: white;
text-decoration: none
}

.btn.btn-cart:before {
content: '';
display: block;
width: 17px;
height: 16px;
background: url("/local/templates/yp23/css/../img/btn/cart.png") no-repeat top;
margin-right: 10px
}

.btn.btn-cart:hover {
background: #8b8c87;
color: white;
border-bottom: 2px solid white
}

.btn.btn-cart:hover:before {
background-position: bottom
}

.btn.btn-transparent {
font-weight: 700;
font-size: 13px;
color: #53544c;
height: 48px;
border: 1px solid;
border-radius: 24px;
text-transform: uppercase;
line-height: 48px;
padding: 0 20px;
white-space: nowrap;
min-width: 180px;
text-decoration: none;
text-align: center
}

.btn.btn-transparent:hover {
background: #53544c;
color: white
}

.btn.btn-transparent.-mobile {
display: none
}

@media (max-width: 767px) {
.btn.btn-transparent.-mobile {
display: inline-block
}
}

header {
z-index: 20
}

header .title-wrapper {
width: 100%;
padding: 0 480px 0 0;
background: #922133;
color: #922133;
display: flex;
justify-content: space-between;
align-items: center
}

header .title-wrapper .title {
height: 154px;
padding: 0 1% 0 5%;
margin: 0;
color: white;
display: flex
}

header .title-wrapper .anchor_basket_line {
width: 100%;
text-align: right;
}

header .title-wrapper .title .h1, 
header .title-wrapper .title h2, 
header .title-wrapper .title a {
color: #fff;
font-size: 48px;
font-weight: bold;
text-decoration: none;
margin: auto 0;
white-space: nowrap
}

header .title-wrapper .btn-cart {
margin-right: 5%;
border-bottom-color: #d3d4d2
}

header .logo-wrapper {
width: 480px;
min-width: 480px;
background: #922133;
position: absolute;
right: 0;
top: 0;
height: 154px;
padding: 48px 45px 0 75px;
display: flex;
justify-content: space-between;
align-items: flex-start;
z-index: 1
}

header .logo-wrapper .logo {
margin: -12px 0 0 -30px
}

header .logo-wrapper .logo img {
max-height: 70px;
}

header .logo-wrapper>div {
display: flex;
align-items: center
}

header .logo-wrapper .search a {
padding: 0 0 0 25px;
background: url("/local/templates/yp23/css/../img/ico/search.png") no-repeat left center;
line-height: 20px;
display: inline-block;
text-transform: uppercase;
margin-right: 24px;
color: #fff;
}

header .logo-wrapper .btn-cart {
display: none;
margin-right: 30px
}

header .logo-wrapper .btn-hamburger {
width: 37px;
height: 33px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch
}

header .logo-wrapper .btn-hamburger i {
display: block;
height: 3px;
width: 100%;
background: #fff
}

@media (max-width: 767px) {
header .title-wrapper .title {
min-height: 85px;
height: auto
}

header .title-wrapper .title h2, header .title-wrapper .title .h1, header .title-wrapper .title a {
font-size: 24px;
white-space: normal
}

header .logo-wrapper {
flex-direction: column;
height: 216px;
padding: 25px 5%;
min-width: 100%
}

header .logo-wrapper .logo {
margin: -12px 0 0 -0
}

header .logo-wrapper .search {
margin-top: 15px
}

header .logo-wrapper>div {
flex-direction: column;
align-items: flex-start
}

header .logo-wrapper .btn-hamburger {
position: absolute;
top: 25px;
right: 25px
}
}

@media (max-width: 1279px) {
header {
display: flex;
flex-direction: column-reverse
}

header .title-wrapper {
padding: 0 0 0 5%
}

header .title-wrapper .title {
padding: 0
}

header .title-wrapper .btn-cart {
display: none
}

header .logo-wrapper {
width: 100%;
left: 0;
position: relative
}

header .logo-wrapper .btn-cart {
display: flex
}
}

aside.menu {
width: 480px;
min-width: 480px;
background: #922133;
color: #fff;
z-index: 10;
position: fixed;
right: -480px;
top: 154px;
height: calc(100% - 154px);
padding: 0 45px 20px 75px;
transition: right .25s
}

aside.menu nav ul a {
color: #fff;
text-decoration: underline;
/*border-bottom: 1px solid;*/
display: inline-block;
}

aside.menu nav ul a:hover {
text-decoration: none;
}

aside.menu nav ul:nth-child(odd) a {
text-transform: uppercase
}

aside.menu footer {
text-transform: uppercase;
line-height: 22px;
position: absolute;
bottom: 20px
}

aside.menu footer p:first-child {
color: white
}

@media (max-height: 565px) {
aside.menu footer {
display: none
}
}

@media (max-height: 599px) {
aside.menu nav {
margin-top: 10px
}

aside.menu nav ul:nth-child(1) li, aside.menu nav ul:nth-child(3) li {
margin: 3px 0
}

aside.menu nav ul:nth-child(1) a, aside.menu nav ul:nth-child(3) a {
font-size: 12px;
height: 15px
}

aside.menu nav ul:nth-child(2) a {
font-size: 20px;
/*border-bottom: 1px solid;*/
height: 22px;
font-weight: 700;
}

aside.menu footer {
font-size: 13px;
line-height: 18px
}
}

@media (min-height: 600px) and (max-height: 659px) {
aside.menu nav {
margin-top: 20px
}

aside.menu nav ul:nth-child(1) li, aside.menu nav ul:nth-child(3) li {
margin: 5px 0
}

aside.menu nav ul:nth-child(1) a, aside.menu nav ul:nth-child(3) a {
font-size: 13px;
height: 15px
}

aside.menu nav ul:nth-child(2) {
margin: 10px 0
}

aside.menu nav ul:nth-child(2) a {
font-size: 24px;
/*border-bottom: 1px solid;*/
height: 28px;
font-weight: 700;
}

aside.menu footer {
font-size: 13px;
line-height: 18px
}
}

@media (min-height: 660px) and (max-height: 719px) {
aside.menu nav {
margin-top: 20px
}

aside.menu nav ul:nth-child(1) li, aside.menu nav ul:nth-child(3) li {
margin: 8px 0
}

aside.menu nav ul:nth-child(1) a, aside.menu nav ul:nth-child(3) a {
font-size: 18px;
height: 21px
}

aside.menu nav ul:nth-child(2) {
margin: 15px 0
}

aside.menu nav ul:nth-child(2) a {
font-size: 28px;
/*border-bottom: 1px solid;*/
height: 32px;
font-weight: 700;
}

aside.menu footer {
font-size: 18px;
line-height: 21px
}
}

@media (min-height: 720px) and (max-height: 799px) {
aside.menu nav {
margin-top: 20px
}

aside.menu nav ul:nth-child(1) li, aside.menu nav ul:nth-child(3) li {
margin: 5px 0
}

aside.menu nav ul:nth-child(1) a, aside.menu nav ul:nth-child(3) a {
font-size: 18px;
height: 21px
}

aside.menu nav ul:nth-child(2) {
margin: 20px 0
}

aside.menu nav ul:nth-child(2) a {
font-size: 40px;
border-bottom: 2px solid;
height: 46px; /*48*/
font-weight: 700;
}
}

@media (min-height: 800px) {
aside.menu nav {
margin-top: 20px
}

aside.menu nav ul:nth-child(1) li, aside.menu nav ul:nth-child(3) li {
margin: 13px 0
}

aside.menu nav ul:nth-child(1) a, aside.menu nav ul:nth-child(3) a {
font-size: 18px;
height: 21px
}

aside.menu nav ul:nth-child(2) a {
font-size: 50px; /*40*/
/*border-bottom: 2px solid;*/
height: 70px; /*46*/
font-weight: 700;
}

aside.menu nav ul:nth-child(2) li:last-child a {
font-size: 35px; 
height: 56px;
}

aside.menu nav ul:nth-child(3) {
margin-top: 20px
}
/*
aside.menu nav ul:nth-child(3) li {
margin: 10px 0
}

aside.menu nav ul:nth-child(3) a {
font-size: 24px;
height: 28px
}*/
}

@media (max-width: 767px) {
aside.menu.menu {
top: 216px;
height: calc(100% - 216px);
padding: 0 5%
}

aside.menu.menu nav {
margin: 0
}
}

@media (max-width: 1279px) {
aside.menu {
width: 100%;
max-width: 480px;
min-width: auto
}

aside.menu .btn-cart {
display: none
}
}

.content {
display: flex;
width: 100%;
min-height: calc(100vh - 288px);
}

.content>.left {
width: 25%;
min-width: 25%;
background: #e9ddd1;
padding: 30px 0;
overflow: hidden
}

.content>.left.hide {
display: none;
}

.content>.left>* {
padding: 0 1% 0 calc((100% * 4 - 480px) * 0.05)
}

.content>.center {
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}

.content>.center.dark {
background: #53544c
}

.content>.center.dark h1 {
color: white
}

.content .menu-placeholder {
width: 480px;
min-width: 480px;
display: none
}

.content .bottom {
width: 100%;
min-width: 100%
}

@media (max-width: 959px) {
.content {
flex-direction: column
}

.content>.left {
width: 100%;
padding-bottom: 0
}

.content>.left>* {
padding: 0 2% 0 5%
}
}

@media (min-width: 960px) and (max-width: 1279px) {
.content>.left {
min-width: 33%
}

.content>.left>* {
padding: 0 2% 0 calc((100% * 3) * 0.05)
}
}

.menu-shown {
overflow: hidden
}

.menu-shown aside.menu {
right: 0
}

@media (min-width: 1279px) {
.menu-attached header .logo-wrapper {
position: fixed
}

.menu-attached aside.menu {
right: 0
}

.menu-attached .content .menu-placeholder {
display: block
}

.menu-attached .bottom {
display: none
}

.menu-attached.menu-shown {
overflow: auto
}
}

.aside-inner-menu {
margin-bottom: 45px
}

.aside-inner-menu ul li {
padding: 6px 0;
font-size: 18px;
font-weight: bold;
position: relative;
}

.aside-inner-menu ul li.active>a {
color: white;
text-decoration: none;
border-bottom: none
}

.aside-inner-menu ul li a.selected {
color: #fff;
text-decoration: none;
}

.aside-inner-menu ul li.expandable>a {
border-bottom: 1px dashed;
text-decoration: none;
display: inline-block;
max-width: 90%;
}

.aside-inner-menu ul li.expandable>a:before {
content: url("/local/templates/yp23/css/../img/btn/expand.png");
margin-right: 12px;
transition: all .25s;
display: inline-block;
position: absolute;
top: 13px;
right: 0;
transform: rotate(0deg)
}

.aside-inner-menu ul li.expandabled>a {
border-bottom: 1px dashed;
text-decoration: none;
display: inline-block;
max-width: 90%;
}

.aside-inner-menu ul li.expandabled>a.use {
color: #fff;
}

.aside-inner-menu ul li.expandable.expandabled>a:before {
content: none;
}

.aside-inner-menu ul li.expandable ul {
display: none
}

.aside-inner-menu ul li.expandable.expanded>a {
color: white;
text-decoration: none;
border-bottom: none
}

.aside-inner-menu ul li.expandable.expanded>a:before {
transform: rotate(180deg)
}

.aside-inner-menu ul li.expandable.expandabled.expanded>a {
color: white;
text-decoration: none;
border-bottom: none
}

.aside-inner-menu ul li.expandable.expandabled.expanded>a:before {
content: none;
}

.aside-inner-menu ul li.expandable.expanded>ul {
display: block
}

.aside-inner-menu ul ul li {
font-weight: normal
}

.aside-inner-menu ul ul li a {
padding: 0 10px;
font-size: 15px;
display: inline-block;
max-width: 90%;
}

.aside-inner-menu ul ul li.active>a {
padding: 9px 10px 8px;
border: 1px solid white
}

.aside-filters .toggler {
height: 58px;
display: flex;
align-items: center;
text-transform: uppercase;
color: #53544c;
font-size: 15px;
font-weight: bold;
position: relative;
justify-content: space-between;
cursor: pointer
}

.aside-filters .toggler:before {
position: absolute;
left: -300px;
right: -300px;
top: 0;
height: 1px;
background: #922133;
content: ''
}

.aside-filters .toggler:after {
content: url("/local/templates/yp23/css/../img/btn/expand.png");
margin-right: 12px;
transition: all .25s;
display: inline-block;
transform: rotate(0deg)
}

.aside-filters .filter {
display: none;
padding: 15px 8% 15px 0;
position: relative;
font-size: 13px;
line-height: 22px
}

.aside-filters .filter>p {
font-weight: bold;
margin-bottom: 5px;
font-size: 15px
}

.aside-filters .filter:first-child:before {
position: absolute;
left: 0;
right: -300px;
top: 0;
height: 1px;
background: #922133;
content: ''
}

.aside-filters .filter:after {
position: absolute;
left: 0;
right: -300px;
bottom: 0;
height: 1px;
background: #922133;
content: ''
}

.aside-filters .filter label {
display: block
}

.aside-filters .filter.radio input {
display: none
}

.aside-filters .filter.radio i {
width: 10px;
height: 10px;
display: inline-block;
margin-right: 5px;
border-radius: 50%;
border: 2px solid white;
background: white
}

.aside-filters .filter.radio input:checked+i {
background: #53544c
}

.aside-filters .filter.price>div {
display: flex;
align-items: center;
justify-content: space-between
}

.aside-filters .filter.price .input {
width: calc((100% - 100px) / 2);
min-width: 100px;
height: 46px;
padding: 0 15px;
background: white;
display: flex;
align-items: center;
border-radius: 23px
}

.aside-filters .filter.price .input input {
height: 46px;
line-height: 46px;
margin: 0;
padding: 0;
width: 100%;
background: transparent;
border: none;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
color: #53544c
}

.aside-filters .filter.price .input:after {
content: '₽';
display: inline-block;
margin-left: 5px
}

.aside-filters .filter.colors>div {
display: flex;
justify-content: space-between;
align-items: flex-end
}

.aside-filters .filter.colors .color {
width: 45%
}

.aside-filters .filter.colors .color p {
font-weight: bold;
margin-bottom: 5px;
font-size: 15px
}

.aside-filters .filter.colors .jselector .wrap {
height: 46px;
border-radius: 23px;
position: relative;
overflow: hidden
}

.aside-filters .filter.colors .jselector .wrap span {
width: 100%;
height: 46px;
display: block;
font-size: 0
}

.aside-filters .filter.colors .jselector .wrap button {
color: #000;
position: absolute;
right: 0;
height: 46px;
width: 46px;
top: 0
}

.aside-filters .filter.colors .jselector .dropdown {
z-index: 3;
background: white;
border-radius: 15px;
padding: 0 5px
}

.aside-filters .filter.colors .jselector .dropdown.shown {
display: block
}

.aside-filters .filter.colors .jselector .dropdown ul li {
height: 22px;
border-radius: 11px;
font-size: 0;
margin: 5px 0
}

/* /////////// */
.city.view .jselector .wrap {
height: 46px;
border-radius: 23px;
position: relative;
overflow: hidden
}

.city.view .jselector .wrap span {
width: 100%;
height: 46px;
display: block;
/* font-size: 0 */
}

.city.view .jselector .wrap button {
color: #000;
position: absolute;
right: 0;
height: 46px;
width: 46px;
top: 0
}

.city.view .jselector .dropdown {
z-index: 3;
background: rgb(230, 230, 230);
border-radius: 15px;
padding: 0 5px
}

.city.view .jselector .dropdown.shown {
display: block;
top: auto;
bottom: 100%;
}

.city.view .jselector .dropdown ul li {
height: 22px;
line-height: 22px;
border-radius: 11px;
font-size: 14px;
margin: 5px 0
}

.city.view .jselector .dropdown ul li.selected {
background-color: rgb(245, 245, 245);
}

.city.view .jselector .dropdown ul li:hover {
background-color: rgb(245, 245, 245);
}

/* /////////// */
.aside-filters .filter.colors .leaf-color-yellow {
background: #ffff00;
}

.aside-filters .filter.colors .leaf-color-blue {
background: #0000ff;
}

.aside-filters .filter.colors .leaf-color-orange {
background: #ffa500;
}

.aside-filters .filter.colors .leaf-color-salmon {
background: #ffc0cb;
}

.aside-filters .filter.colors .leaf-color-violet {
background: #8b00ff;
}

.aside-filters .filter.colors .leaf-color-darkred {
background: #9b2d30;
}

.aside-filters .filter.colors .leaf-color-lightblue {
background: #42aaff;
}

.aside-filters .filter.colors .leaf-color-green {
background: #008000;
}

.aside-filters .filter.colors .leaf-color-red {
background: #ff0000;
}

.aside-filters .filter.colors .leaf-color-darkgray {
background: #f5f5dc;
}

.aside-filters .filter.colors .leaf-color-white {
background: white;
position: relative;
border-radius: 25px;
border: 1px solid #545454;
overflow: hidden;
}

.aside-filters .filter.colors .leaf-color-variegate {
background: linear-gradient(to right, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
position: relative;
border-radius: 25px;
}

.aside-filters .filter.colors .leaf-color-none {
background-color: #fff;
position: relative;
border-radius: 25px;
border: 1px solid #545454;
overflow: hidden;
}

.aside-filters .filter.colors .leaf-color-none:before {
content: '';
position: absolute;
top: calc(50% - 2px);
left: 0;
right: 0;
background-color: red;
height: 4px;
transform: skew(-20deg, 20deg);
}

.aside-filters .filter.colors .leaf-color-none::after {
content: '';
position: absolute;
top: calc(50% - 2px);
left: 0;
right: 0;
background-color: red;
height: 4px;
transform: skew(20deg, -20deg);
}

.city.view .leaf-color-white {
background: #fff;
color: #000;
font-size: 16px;
padding-left: 20px;
line-height: 46px;
}

.aside-filters .filter .btn-black {
min-width: 160px;
margin: 15px 0
}

.aside-filters .filter:last-child:after {
display: none
}

.aside-filters.expanded .toggler:after {
transform: rotate(180deg)
}

.aside-filters.expanded .filter {
display: block
}

form {
margin: 0
}

form input, form textarea {
font-family: 'Montserrat', sans-serif;
width: 100%;
border: none;
color: #53544c;
font-size: 15px
}

form input.error, form textarea.error {
background: #ffe1e1
}

.entry h1, .entry h2 {
font-size: 30px;
margin: 40px 0 25px;
font-weight: normal
}

.entry h1:first-child, .entry h2:first-child {
margin-top: 0
}

.entry h3 {
font-size: 21px;
font-weight: bold;
margin: 40px 0 25px
}

.entry h3:first-child {
margin-top: 0
}

.entry p {
line-height: 26px;
margin-top: 20px
}

.entry p:first-child {
margin-top: 0
}

.entry img {
max-width: 100%
}

.entry table {
width: 80%
}

.entry table th, .entry table td {
padding: 4px 10px;
width: 50%;
text-align: left
}

.entry table thead th {
background: #d3d4d2;
font-weight: bold;
font-size: 18px
}

@media (max-width: 767px) {
.entry table {
width: 100%
}

.entry table thead th, .entry table tbody td {
font-size: 12px
}
}

.jselector {
cursor: pointer;
position: relative
}

.jselector select {
opacity: 0;
position: absolute;
width: 0;
height: 0
}

.jselector .dropdown {
display: none;
position: absolute;
left: 0;
right: 0;
top: 100%
}

.revers .jselector .dropdown {
top: auto;
bottom: 100%;
}

.jselector.is-shown .dropdown {
display: block
}

section {
padding: 30px 5%
}

section .section-header {
font-size: 30px;
margin: 0 0 30px
}

@media (max-width: 767px) {
section .section-header {
font-size: 24px
}
}

.slick-slider .slick-arrow {
width: 60px;
height: 60px;
position: absolute;
top: 50%;
margin-top: -30px;
border: none;
z-index: 1;
font-size: 0
}

.slick-slider .slick-arrow.slick-prev {
background: url("/local/templates/yp23/css/../img/btn/carousel_arrows.png") left top no-repeat;
left: 0
}

.slick-slider .slick-arrow.slick-prev:hover {
background-position: left bottom
}

.slick-slider .slick-arrow.slick-next {
background: url("/local/templates/yp23/css/../img/btn/carousel_arrows.png") right top no-repeat;
right: 0
}

.slick-slider .slick-arrow.slick-next:hover {
background-position: right bottom
}

.slick-slider .slick-dots {
margin-top: 40px;
text-align: center
}

.slick-slider .slick-dots li {
display: inline-block;
margin: 0 10px
}

.slick-slider .slick-dots li button {
width: 10px;
height: 10px;
font-size: 0;
border-radius: 50%;
border: 2px solid transparent;
background: #53544c;
background-clip: content-box
}

.slick-slider .slick-dots li.slick-active button {
border: 2px solid #53544c;
background: transparent
}

.section-index-slider {
padding: 0;
/*height: 100vh;*/
position: relative;

/*aspect-ratio: 16/9;*/
}

.section-index-slider .carousel {
width: 100%;
overflow: hidden
}

.section-index-slider .carousel .item {
width: 100%;
/*height: 100vh;*/
aspect-ratio: 16/9;
background: no-repeat center;
background-size: cover
}

.section-index-slider .carousel .item .text {
width: 50%;
height: 50%;
background: rgba(50, 50, 50, 0.55);
color: white;
padding: 5%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column
}

.section-index-slider .carousel .item .text p:nth-child(1) {
font-size: 84px
}

.section-index-slider .carousel .item .text p:nth-child(2) {
font-size: 36px
}

.section-index-slider .carousel .item .text p:nth-child(3) {
font-size: 21px
}
/*
@media (min-width: 768px) and (max-width: 1279px) {
.section-index-slider {
height: calc(100vh - 154px);
}

.section-index-slider .carousel .item {
height: calc(100vh - 154px);
}

.section-index-slider .carousel .item .text {
height: 100%;
float: right
}
}

@media (max-width: 959px) {
.section-index-slider .carousel .item .text {
justify-content: flex-start
}

.section-index-slider .carousel .item .text p:nth-child(1) {
font-size: 60px
}

.section-index-slider .carousel .item .text p:nth-child(2) {
font-size: 24px
}

.section-index-slider .carousel .item .text p:nth-child(3) {
font-size: 18px
}
}

@media (max-width: 767px) {
.section-index-slider {
height: calc(100vh - 216px);
}

.section-index-slider .carousel .item {
height: calc(100vh - 216px);
}

.section-index-slider .carousel .slick-prev {
display: none !important
}

.section-index-slider .carousel .item .text {
height: 100%;
width: 100%;
justify-content: center
}
}
*/
.section-cube-menu {
padding: 0;
background: url("/local/templates/yp23/css/../img/bg/index_menu.jpg") no-repeat center;
background-size: cover
}

.section-cube-menu nav ul {
display: flex;
flex-wrap: wrap;
padding: 3px
}

.section-cube-menu nav ul li {
padding: 3px;
background: rgba(83, 84, 76, 0.85);
width: 33.33%;
background-clip: content-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
text-decoration: none;
position: relative
}

.section-cube-menu nav ul li div {
text-align: center;
padding: 0 10%
}

.section-cube-menu nav ul li div span {
border-bottom: 1px solid
}

.section-cube-menu nav ul li div:nth-child(1) {
font-size: 28px
}

.section-cube-menu nav ul li div:nth-child(2) {
margin-top: 5%
}

.section-cube-menu nav ul li:hover {
background-color: rgba(255, 255, 255, 0.85);
color: #53544c
}

@media (max-width: 959px) {
.section-cube-menu {
background: white
}

.section-cube-menu nav ul li {
width: 100%;
height: 200px
}
}

.section-index-announcements {
background: #f5eaed;
display: flex;
justify-content: space-between;
padding: 5%;
flex-wrap: wrap;
margin: 0;
}

.section-index-announcements .news-list {
width: 45%
}

.section-index-announcements .news-list .title {
font-size: 1.75rem;
font-weight: 900;
text-transform: uppercase;
}

@media (min-width: 480px) {
.section-index-announcements .news-list .title {
font-size: 2.5rem;
}
}
@media (min-width: 1280px) {
.section-index-announcements .news-list .title {
font-size: 2rem;
}
}
@media (min-width: 1400px) {
.section-index-announcements .news-list .title {
font-size: 2.25rem;
}
}
@media (min-width: 1550px) {
.section-index-announcements .news-list .title {
font-size: 2.7777rem;
}
}


.section-index-announcements .news-list .title a {
text-decoration: none;
color: #282828;
}

.section-index-announcements .news-list .item {
margin-top: 25px;
}

.section-index-announcements .news-list .item:first-child {
margin-top: 0
}

.section-index-announcements .news-list .item .link {
margin: 10px 0;
font-weight: 700;
}
.section-index-announcements .news-list .item .link a {
text-decoration: none;
}

.section-index-announcements .news-list .item .date {
color: #8C8C8C;
font-weight: 700;
font-size: 12px
}

.section-index-announcements .copyright {
width: 100%;
margin-top: 45px;
font-size: 12px
}

@media (max-width: 959px) {
.section-index-announcements {
margin: 0
}

.section-index-announcements .news-list {
width: 100%
}

.section-index-announcements .news-list:first-child {
margin-bottom: 40px
}
}

.section-search-results form {
display: flex;
align-items: center
}

.section-search-results form p {
font-size: 30px;
white-space: nowrap;
margin-right: 25px
}

.section-search-results form .element {
height: 60px;
border-radius: 30px;
background: white;
padding-right: 30px;
overflow: hidden;
width: 100%;
position: relative
}

.section-search-results form .element input {
width: 100%;
height: 100%;
font-size: 17px;
border: none;
padding: 0 10px 0 30px
}

.section-search-results form .element .btn-search {
width: 60px;
height: 60px;
border-radius: 50%;
background: url("/local/templates/yp23/css/../img/ico/search_submit.png") no-repeat center;
position: absolute;
top: 0;
right: 0
}

.section-search-results .results-amount {
font-size: 15px;
color: #8b8c87;
margin: 30px 0 35px
}

.section-search-results .results-list .item {
margin-top: 30px
}

.section-search-results .results-list .item:first-child {
margin-top: 0
}

.section-search-results .results-list .item p {
line-height: 26px;
color: #8b8c87
}

.section-search-results .results-list .item p:first-child {
margin-bottom: 10px
}

.section-search-results .results-list .item a {
font-size: 18px;
font-weight: bold
}

@media (max-width: 767px) {
.section-search-results form {
flex-direction: column;
align-items: flex-start
}

.section-search-results form p {
margin-bottom: 30px
}
}

.section-certificates-form {
margin: 6px;
padding: 30px calc(5% - 6px) 45px;
background: #922133;
flex: 0 0 auto;
}

.section-certificates-form form>p {
font-size: 18px
}

.section-certificates-form form>p.title {
font-weight: bold;
font-size: 30px;
margin-bottom: 25px
}

.section-certificates-form form>p.title a {
color: #53544c
}

.section-certificates-form form .order {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 45px
}

.section-certificates-form form .order>* {
width: 47%
}

.section-certificates-form form .order .element textarea {
height: 165px;
padding: 5px
}

.section-certificates-form form .order p {
font-size: 24px;
line-height: 26px;
font-weight: bold
}

.section-certificates-form form .order .controls {
display: flex;
margin-top: 25px;
flex-wrap: wrap
}

.section-certificates-form form .order .controls .element {
margin-right: 20px;
min-width: 200px;
margin-bottom: 15px
}

.section-certificates-form form .order .controls .btn-submit {
height: 50px;
border-radius: 25px;
background: #53544c;
color: white;
font-size: 19px;
font-weight: bold;
text-transform: uppercase;
padding: 0 30px;
letter-spacing: 1px
}

.section-certificates-form form .order .controls .btn-submit:hover {
background: #8b8c87
}

.section-certificates-form form .jselector .wrap {
background: white;
padding: 0 50px 0 20px;
height: 50px;
border-radius: 25px;
display: flex;
align-items: center;
font-size: 30px;
font-weight: bold;
position: relative
}

.section-certificates-form form .jselector .wrap span {
white-space: nowrap
}

.section-certificates-form form .jselector .wrap button {
background: none;
width: 50px;
height: 50px;
text-align: center;
position: absolute;
top: 0;
right: 0
}

.section-certificates-form form .jselector .dropdown {
background: white;
padding: 5px;
border-radius: 12px;
z-index: 1
}

.section-certificates-form form .jselector .dropdown ul li {
padding: 5px;
border-radius: 6px
}

.section-certificates-form form .jselector .dropdown ul li:hover {
background: #8b8c87;
color: white
}

.section-certificates-form form .jselector .dropdown ul li:after {
content: '-';
position: relative;
top: 3px;
margin-left: -11px
}

.section-certificates-form form .jselector .dropdown.shown {
display: block
}

@media (max-width: 767px) {
.section-certificates-form {
padding: 30px 5% 45px
}

.section-certificates-form form>p.title {
font-size: 24px
}

.section-certificates-form form .order .controls {
flex-direction: column;
align-items: stretch
}

.section-certificates-form form .order .controls .element {
margin-right: 0;
margin-bottom: 20px
}
}

@media (max-width: 959px) {
.section-certificates-form form .order {
flex-direction: column
}

.section-certificates-form form .order>* {
width: 100%
}

.section-certificates-form form .order>.element {
margin-bottom: 30px
}
}

.layout-inner {
display: flex
}

.layout-inner .sidebar {
width: 20%;
min-width: 190px;
padding: 30px 0 0 5%
}

.layout-inner .sidebar a.back-button {
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
white-space: nowrap
}

.layout-inner .sidebar a.back-button:before {
height: 11px;
content: url("/local/templates/yp23/css/../img/btn/left_arrow.png");
margin-right: 5px
}

.layout-inner .main {
width: 80%
}

@media (max-width: 767px) {
.layout-inner {
flex-direction: column
}

.layout-inner .main, .layout-inner .sidebar {
width: 100%
}
}

.section-news-filter ul li {
margin-top: 15px
}

.section-news-filter ul li:first-child {
margin-top: 0
}

.section-news-filter ul li a {
font-size: 16px
}

.section-news-filter ul li.active a {
text-decoration: none;
font-size: 22px;
color: #922133;
font-weight: bold
}

.section-news-filter .jselector, .section-news-filter select {
display: none
}

@media (max-width: 767px) {
.section-news-filter.sidebar {
padding: 0
}

.section-news-filter>ul {
display: none
}

.section-news-filter .jselector, .section-news-filter select {
display: block
}

.section-news-filter .jselector .wrap {
height: 56px;
position: relative;
overflow: hidden;
padding: 0 5%;
border-bottom: 1px solid #53544c
}

.section-news-filter .jselector .wrap span {
width: 100%;
height: 100%;
display: block;
font-size: 22px;
color: #922133;
font-weight: bold;
line-height: 56px
}

.section-news-filter .jselector .wrap button {
font-size: 0;
background: url("/local/templates/yp23/css/../img/btn/expand.png") no-repeat center;
position: absolute;
right: 0;
height: 56px;
width: 46px;
top: 0
}

.section-news-filter .jselector .dropdown {
z-index: 3;
background: white;
padding: 0 5px
}

.section-news-filter .jselector .dropdown.shown {
display: block
}

.section-news-filter .jselector .dropdown ul li {
height: 22px;
margin: 5px 0
}
}

.section-news-list .item {
margin-top: 25px
}

.section-news-list .item:first-child {
margin-top: 0
}

.section-news-list .item a {
font-size: 16px;
font-weight: bold
}

.section-news-list .item p {
font-size: 12px;
color: #8b8c87;
margin-bottom: 10px
}

.section-news-list .item p:first-child {
margin-top: 0
}

.section-pager {
margin: 100px 0 50px
}

.section-pager a {
font-size: 14px;
width: 24px;
height: 24px;
display: inline-block;
line-height: 24px;
text-align: center;
border-radius: 50%;
margin: 0 3px
}

.section-pager a.active {
background: #922133;
text-decoration: none
}

.section-pager a.prev, .section-pager a.next {
text-decoration: none;
width: auto
}

@media (max-width: 767px) {
.section-pager {
margin: 0 0 50px
}
}

.section-news-inner h1 {
font-size: 24px;
margin: 20px 0
}

.section-news-inner .date {
color: #8b8c87;
font-size: 12px
}

.section-cart .goods-list .item {
display: flex;
align-items: center;
padding: 25px 0;
border-top: 1px solid #8b8c87
}

.section-cart .goods-list .item:last-child {
border-bottom: 1px solid #8b8c87
}

.section-cart .goods-list .item .pic {
width: 72px
}

.section-cart .goods-list .item .pic img {
max-width: 100%;
height: auto;
}

.section-cart .goods-list .item .good {
margin: 0 3%;
width: 100%;
line-height: 25px
}

.section-cart .goods-list .item .good p:nth-child(1) {
font-size: 18px;
font-weight: bold
}

.section-cart .goods-list .item .good .remove {
color: #ff1d25;
font-size: 12px
}

.section-cart .goods-list .item .good .remove:hover {
cursor: pointer;
}

.section-cart .goods-list .item .amount {
margin: 0 3%;
height: 42px;
border-radius: 21px;
padding: 0 12px;
display: flex;
align-items: center;
background: white;
white-space: nowrap
}

.section-cart .goods-list .item .amount input {
border: none;
background: transparent;
font-weight: bold;
color: #53544c;
font-size: 16px;
width: 45px;
text-align: center
}

.section-cart .goods-list .item .amount button {
width: 18px;
min-width: 18px;
height: 18px;
background: #922133;
color: #fff;
border-radius: 50%;
font-size: 0;
position: relative
}

.section-cart .goods-list .item .amount button:before, .section-cart .goods-list .item .amount button:after {
background: #fff
}

.section-cart .goods-list .item .amount button:hover {
background: #fff
}

.section-cart .goods-list .item .amount button:hover:before, .section-cart .goods-list .item .amount button:hover:after {
background: #fff
}

.section-cart .goods-list .item .amount button.btn-minus:before {
content: '';
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 2px
}

.section-cart .goods-list .item .amount button.btn-plus:before {
content: '';
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 2px
}

.section-cart .goods-list .item .amount button.btn-plus:after {
content: '';
position: absolute;
top: 5px;
left: 8px;
width: 2px;
height: 8px
}

.section-cart .goods-list .item .amount p {
font-size: 11px;
font-weight: bold;
margin-left: 10px
}

.section-cart .goods-list .item .price {
font-size: 16px;
font-weight: bold;
white-space: nowrap;
position: relative
}

.section-cart .goods-list .item .price p:after {
content: '₽';
display: inline-block;
margin-left: 5px
}

@media (max-width: 767px) {
.section-cart .goods-list .item {
flex-direction: column;
align-items: flex-start
}

.section-cart .goods-list .item .good {
margin: 15px 0
}

.section-cart .goods-list .item .amount {
margin: 0
}

.section-cart .goods-list .item .price {
margin-top: 15px
}
}

.section-order {
display: flex;
justify-content: space-between
}

.section-order>* {
width: 47.5%
}

.section-order .form .element {
display: flex;
margin-top: 12px
}

.section-order .form .element.city {
/* display: none; */
overflow: hidden;
height: 0;
}

.section-order .form .element.city.view {
/* display: flex; */
overflow: visible;
height: auto;
}

.section-order .form .element:first-child {
margin-top: 0
}

.section-order .form .element p {
min-width: 135px;
font-weight: bold;
line-height: 46px
}

.section-order .form .element .input {
width: 100%;
margin-left: 40px
}

.section-order .form .element .input input {
height: 46px;
border-radius: 23px;
color: #ffffff;
background-color: #53544c;
padding: 0 19px
}

.section-order .form .element .input textarea {
padding: 12px 19px;
border-radius: 23px;
color: #ffffff;
background-color: #53544c;
height: 90px
}

.section-order .summary {
border: 1px solid #53544c;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
text-align: center;
padding: 35px 0
}

.section-order .summary .cancel a {
color: #ff1d25;
font-weight: bold;
font-size: 16px
}

.section-order .summary .cancel a:hover {
cursor: pointer;
}

.section-order .summary .total p:first-child {
font-size: 13px
}

.section-order .summary .total p:last-child {
font-size: 36px;
font-weigth: 700
}

.section-order .summary .total p:last-child:after {
content: '₽';
display: inline-block;
margin-left: 5px
}

@media (max-width: 959px) {
.section-order {
flex-direction: column
}

.section-order>* {
width: 100%
}

.section-order .form {
margin-bottom: 40px
}

.section-order .summary {
min-height: 330px
}
}

@media (max-width: 767px) {
.section-order .form .element {
flex-direction: column
}

.section-order .form .element .input {
margin-left: 0;
background-color: #53544c
}

.section-order .summary {
border-left: none;
border-right: none;
border-bottom: none;
padding-bottom: 0
}
}

.section-content-carousel {
margin: 6px;
padding: 0
}

.section-content-carousel .carousel {
overflow: hidden
}

.section-content-carousel .carousel .item {
display: flex;
width: 100%;
height: 450px;
background: no-repeat center;
background-size: cover;
position: relative;
padding: 60px 120px;
align-items: center
}

.section-content-carousel .carousel .item:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.15);
opacity: 0.85;
pointer-events: none;
content: ''
}

.section-content-carousel .carousel .item .text {
color: white;
z-index: -1; /* было 1 */
}

.section-content-carousel .carousel .item .text p:nth-child(1) {
font-size: 48px;
font-weigth: bold
}

.section-content-carousel .carousel .item .text p:nth-child(2) {
font-size: 21px
}

.section-content-carousel .carousel .item .text p:last-child {
font-size: 15px;
line-height: 26px;
margin-top: 30px
}

@media (max-width: 767px) {
.section-content-carousel {
margin: 6px 0 0 0
}

.section-content-carousel .carousel {
background: #53544c;
padding: 15px 5% 30px
}

.section-content-carousel .carousel .item {
/* background: none !important;*/
padding: 0;
height: 200px; /* auto */
}

.section-content-carousel .carousel .item .text p:nth-child(1) {
font-size: 24px;
font-weight: bold
}

.section-content-carousel .carousel .item .text p:nth-child(2) {
font-size: 22px
}

.section-content-carousel .carousel .item .text p:nth-child(3) {
font-size: 15px
}

.section-content-carousel .carousel .slick-dots li button {
background: white;
border-color: transparent;
background-clip: content-box
}

.section-content-carousel .carousel .slick-dots li.slick-active button {
border-color: white;
background: transparent
}
}

.section-staff .carousel .item {
height: auto;
text-align: center;
padding: 0 20px
}

.section-staff .carousel .item .pic {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 35px
}

.section-staff .carousel .item .lastname {
text-transform: uppercase;
font-weight: bold
}

.section-staff .carousel .item .post {
text-transform: uppercase;
font-size: 12px;
margin: 30px 0
}

.section-staff .carousel .item .phone {
text-decoration: none;
font-weight: bold
}

.section-staff .carousel .item .email {
font-size: 13px
}

.section-partners {
background: white
}

.section-partners .partners-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap
}

.section-partners .partners-list .item {
width: 30%;
margin-bottom: 30px
}

.section-partners .partners-list .item.hide {
display: none;
}

.section-partners .partners-list .item.empty {
margin-bottom: 0
}

.section-partners .partners-list .item .pic {
height: 115px;
display: flex;
align-items: center;
margin-bottom: 24px
}

.section-partners .partners-list .item .pic img {
max-width: 100%;
max-height: 115px
}

.section-partners .partners-list .item .name {
font-size: 21px;
font-weight: bold;
margin-top: 2px
}

.section-partners .partners-list .item .region {
text-transform: uppercase;
font-size: 11px;
line-height: 20px;
margin-top: 2px
}

.section-partners .partners-list .item a {
font-size: 13px;
line-height: 20px
}

.section-partners .partners-list .item a[href^="tel:"] {
text-decoration: none
}

.section-partners .partners-list .item>div {
margin-top: 15px
}

.section-partners .partners-list .item>div:first-child {
margin-top: 0
}

.section-partners .button-wrap {
text-align: center;
margin: 45px 0 20px
}

@media (max-width: 959px) {
.section-partners .partners-list {
flex-direction: column
}

.section-partners .partners-list .item {
width: 100%
}
}

.section-contacts {
display: flex;
justify-content: space-between;
align-items: flex-start
}

.section-contacts>div {
width: 30%
}

.section-contacts p {
color: #8b8c87;
margin-bottom: 10px
}

.section-contacts p:nth-child(2) {
font-size: 21px;
color: #53544c;
font-weight: bold
}

.section-contacts a {
text-decoration: none
}

@media (max-width: 959px) {
.section-contacts {
flex-direction: column
}

.section-contacts>div {
width: 100%;
margin-top: 30px
}

.section-contacts>div:first-child {
margin-top: 0
}
}

.section-map {
margin: 6px;
padding: 0
}

.section-map .map, .section-map #map {
height: 450px;
background: gray
}

.section-contact-form {
margin: 6px;
padding: calc(30px - 6px) calc(5% - 6px)
}

.section-contact-form .form-header {
font-size: 21px;
font-weight: bold;
min-width: 100%;
margin-bottom: 30px
}

.section-contact-form form {
padding: 3%;
background: white
}

.section-contact-form form .columns {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}

.section-contact-form form .element {
min-width: 48%;
margin-bottom: 18px
}

.section-contact-form form .element input {
border: 2px solid #d3d4d2;
height: 48px;
border-radius: 24px;
padding: 0 19px
}
.section-contact-form form input.inputtext {
border: 2px solid #d3d4d2;
height: 48px;
border-radius: 24px;
padding: 0 19px;
margin-bottom: 18px
}
.section-contact-form form .element select {
border: 2px solid #d3d4d2;
height: 48px;
border-radius: 24px;
padding: 0 19px;
font-family: 'Montserrat', sans-serif;
width: 100%;
color: #53544c;
font-size: 15px;
}

.section-contact-form form .btn {
min-width: 48%;
font-size: 14px
}
.section-contact-form form input[type=submit]  {
min-width: 48%;
font-size: 14px
border: 2px solid #d3d4d2;
height: 48px;
border-radius: 24px;
padding: 0 19px
}

@media (max-width: 797px) {
.section-contact-form {
background: white
}

.section-contact-form form {
padding: 0
}

.section-contact-form form .element, .section-contact-form form .btn {
width: 100%
}
}

.section-gallery .section-header {
display: flex;
justify-content: space-between;
align-items: center
}

.section-gallery .section-header a {
display: none;
}

.section-gallery-mini .section-header a {
display: block;
}

.section-gallery .items-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap
}

.section-gallery .items-list:after {
content: "";
width: 30%;
/* flex: auto; */
}

.section-gallery .items-list .item {
width: 30%;
position: relative;
}

.section-gallery.section-gallery_detail .items-list .item {
margin-bottom: 40px;
}

.section-gallery.section-gallery_list .items-list .item {
margin-bottom: 40px;
height: 295px;
overflow: hidden;
}

.section-gallery .items-list .item img {
width: 100%
}

.section-gallery .items-list .item a {
background: rgba(83, 84, 76, 0.65);
color: white;
display: flex;
flex-direction: column;
justify-content: space-between;
text-decoration: none;
padding: 35px;
}

.section-gallery .items-list .item a:hover {
background: rgba(83, 84, 76, 0);
/*background: rgba(192, 215, 0, 0.85);*/
}

.section-gallery .items-list .item a span:first-child {
font-size: 21px;
font-weight: bold;
line-height: 24px;
text-decoration: underline;
text-decoration-skip-ink: none;
}

.section-gallery .items-list .item a span.play {
display: inline-flex;
align-items: center
}

.section-gallery .items-list .item a span.play:before {
content: url("/local/templates/yp23/css/../img/btn/play.png");
margin-right: 10px
}

@media (min-width: 768px) and (max-width: 1279px) {
.section-gallery .items-list .item {
width: 48%
}

.section-gallery .items-list .item:nth-child(n+3) {
display: none
}
}

@media (max-width: 767px) {
.section-gallery {
padding: 30px 0
}

.section-gallery .section-header {
padding: 0 5%
}

.section-gallery .section-header .btn-transparent {
display: none
}

.section-gallery .items-list {
padding: 6px
}

.section-gallery .items-list .item {
width: 100%
}

.section-gallery .items-list .item:nth-child(n+2) {
display: none
}

.section-gallery>.-mobile {
margin: 30px 5% 0;
width: 90%
}
}

.section-tour .player {
height: 450px;
position: relative
}

.section-tour .player .play {
background: rgba(83, 84, 76, 0.85);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
cursor: pointer
}

.section-tour .player .play:hover {
background: rgba(192, 215, 0, 0.85)
}

.section-tour .player .play span {
font-size: 21px;
border-bottom: 1px solid
}

.section-collections-list {
padding: 0;
margin-bottom: 40px
}

.section-collections-list .collection .collection-name {
font-size: 30px;
font-weight: 700;
text-decoration-skip-ink: none;
padding: 30px calc((100% - 480px) * 0.05)
}

.section-collections-list .collection .items-list {
display: flex
}

.section-collections-list .collection .items-list .items-wrap {
padding: 0 calc((100% - 480px) * 0.05);
width: calc(100% - 480px);
display: flex;
justify-content: space-between
}

.section-collections-list .collection .items-list .items-wrap .item {
position: relative;
width: 32%;
background: center no-repeat;
background-size: 100%;
transition: background-size .25s
}

.section-collections-list .collection .items-list .items-wrap .item:hover {
background-size: 110%
}

.section-collections-list .collection .items-list .items-wrap .item img {
width: 100%;
opacity: 0;
user-select: none
}

.section-collections-list .collection .items-list .items-wrap .item .cover {
display: flex;
align-items: flex-end;
text-decoration: none
}

.section-collections-list .collection .items-list .items-wrap .item .cover>span {
height: 30%;
max-height: 72px;
background: #922133;
font-size: 13px;
width: 100%;
padding: 10px
}

.section-collections-list .collection .items-list .items-wrap .item .cover>span span {
display: block
}

.section-collections-list .collection .items-list .items-wrap .item .cover>span span:first-child {
font-weight: bold;
font-size: 15px
}

.section-collections-list .collection .items-list .items-wrap .item:hover .cover {
color: #53544c
}

.section-collections-list .collection .items-list .items-wrap .item:hover .cover>span {
background: white
}

.section-collections-list .collection .items-list .items-wrap .item:hover .cover>span span:first-child {
text-decoration: underline;
text-decoration-skip-ink: none
}

.section-collections-list .collection .items-list .button-wrap {
margin-right: calc((100% - 480px) * 0.05);
width: calc(480px - (100% - 480px) * 0.05);
position: relative
}

.section-collections-list .collection .items-list .button-wrap .all-items {
background: #922133;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
padding: 8%;
text-decoration: none
}

.section-collections-list .collection .items-list .button-wrap .all-items:after {
position: absolute;
content: url("/local/templates/yp23/css/../img/btn/right_arrow.png");
right: 8%;
top: 50%;
margin-top: -13px
}

.section-collections-list .collection .items-list .button-wrap .all-items span {
display: block
}

.section-collections-list .collection .items-list .button-wrap .all-items span:first-child {
font-size: 21px;
font-weight: bold;
text-decoration-skip-ink: none;
text-decoration: underline;
line-height: 27px
}

.section-collections-list .collection .items-list .button-wrap .all-items span:last-child {
color: white;
margin-top: 5px
}

.section-collections-list .collection .items-list .button-wrap .all-items:hover {
background: #53544c;
color: white
}

.section-collections-list .collection .items-list .button-wrap .all-items:hover:after {
position: absolute;
content: url("/local/templates/yp23/css/../img/btn/right_arrow_hover.png")
}

.section-collections-list .collection .items-list .button-wrap .all-items:hover span:first-child {
text-decoration: none
}

.section-collections-list .collection .desc {
padding: 0 calc((100% - 480px) * 0.05);
width: calc(100% - 480px);
margin-top: 45px
}

@media (max-width: 1279px) {
.section-collections-list .collection .collection-name {
padding: 30px 5%
}

.section-collections-list .collection .items-list .items-wrap {
padding: 0 2% 0 5%;
width: calc(100% - 35%)
}

.section-collections-list .collection .items-list .items-wrap .item {
width: 48%
}

.section-collections-list .collection .items-list .items-wrap .item:nth-child(3) {
display: none
}

.section-collections-list .collection .items-list .button-wrap {
margin-right: 5%;
width: 30%
}

.section-collections-list .collection .desc {
padding: 0 5%;
width: 100%
}
}

@media (max-width: 959px) {
.section-collections-list .collection .items-list .items-wrap {
display: none
}

.section-collections-list .collection .items-list .button-wrap {
padding: 0 2% 0 5%;
margin: 0;
width: 100%
}

.section-collections-list .collection .items-list .button-wrap .all-items {
position: relative;
height: 185px
}
}

@media (max-width: 767px) {
.section-collections-list .collection .collection-name {
font-size: 24px
}

.section-collections-list .collection .items-list .button-wrap {
padding: 0 6px
}
}

.section-footer {
padding: 25px calc((100% - 480px) * 0.05);
background: white;
display: flex;
justify-content: space-between;
align-items: center
}

.section-footer .copyright {
font-size: 12px;
position: relative;
line-height: 18px
}

.section-footer .copyright i {
position: absolute;
top: 0;
left: -15px;
font-style: normal
}

.section-footer .columns {
display: flex;
width: 50%;
max-width: 590px;
justify-content: space-between
}

.section-footer .columns p {
font-size: 13px;
text-transform: uppercase;
line-height: 21px;
white-space: nowrap
}

.section-footer .columns p:first-child {
color: #922133
}

.section-footer .columns p strong {
font-weight: 900
}

@media (max-width: 1279px) {
.section-footer {
padding: 25px 5%
}

.section-footer .columns {
margin-left: 40px;
width: 100%
}
}

@media (max-width: 959px) {
.section-footer {
flex-direction: column-reverse
}

.section-footer .copyright {
width: 100%;
margin-top: 40px
}

.section-footer .copyright br {
display: none
}

.section-footer .columns {
margin-left: 0;
max-width: 100%
}
}

@media (max-width: 767px) {
.section-footer .copyright {
margin-top: 30px
}

.section-footer .copyright i {
position: relative;
top: auto;
left: auto
}

.section-footer .columns {
flex-direction: column
}

.section-footer .columns>div {
width: 100%;
margin-top: 30px
}

.section-footer .columns>div:first-child {
margin-top: 0
}
}

.section-catalog-items {
padding: 0
}

.section-catalog-items h1, .section-catalog-items .h1 {
height: 115px;
display: flex;
align-items: center;
font-size: 30px;
font-weight: bold;
padding: 30px 5%;
margin: 0
}

.section-catalog-items h1 a, .section-catalog-items .h1 a {
color: white;
text-decoration: none
}

@media (max-width: 767px) {
.section-catalog-items h1, .section-catalog-items .h1 {
padding: 10px 5%;
height: 83px;
font-size: 22px
}
}

.section-catalog-items .items-list, .section-similiar-goods .items-list {
padding: 0 6px;
display: flex;
flex-wrap: wrap;
justify-content: space-between
}

.section-similiar-goods .items-list {
justify-content: flex-start;
}

.section-catalog-items .items-list .item, .section-similiar-goods .items-list .item {
position: relative;
width: calc((100% - 12px) / 3);
background: center no-repeat;
background-size: 100%;
transition: background-size .25s;
margin: 6px 0 0;
max-height: 470px;
}

.section-similiar-goods .items-list .item {
margin-right: 3px;
}

.section-catalog-items .items-list .item:hover, .section-similiar-goods .items-list .item:hover {
background-size: 110%;
}

.section-catalog-items .items-list .item img, .section-similiar-goods .items-list .item img {
width: 100%;
opacity: 0;
user-select: none
}

.section-catalog-items .items-list .item .cover, .section-similiar-goods .items-list .item .cover {
display: flex;
align-items: flex-end;
text-decoration: none
}

.section-catalog-items .items-list .item .cover>span, .section-similiar-goods .items-list .item .cover>span {
height: 30%;
max-height: 97px;
background: #922133;
font-size: 15px;
width: 100%;
padding: 10px;
color: #fff;
}

.section-catalog-items .items-list .item .cover>span span, .section-similiar-goods .items-list .item .cover>span span {
display: block
}

.section-catalog-items .items-list .item .cover>span span:first-child, .section-similiar-goods .items-list .item .cover>span span:first-child {
font-weight: bold;
font-size: 18px
}

.section-catalog-items .items-list .item:hover .cover, .section-similiar-goods .items-list .item:hover .cover {
color: #53544c
}

.section-catalog-items .items-list .item:hover .cover>span, .section-similiar-goods .items-list .item:hover .cover>span {
background: #e9ddd1;
color: #53544c;
transition: background-color 200ms linear;
}

.section-catalog-items .items-list .item:hover .cover>span span:first-child, .section-similiar-goods .items-list .item:hover .cover>span span:first-child {
text-decoration: underline;
text-decoration-skip-ink: none
}

.section-catalog-items .items-list .markers, .section-similiar-goods .items-list .markers {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: flex-start
}

.section-catalog-items .items-list .markers .marker, .section-similiar-goods .items-list .markers .marker {
height: 34px;
line-height: 34px;
display: inline-block;
font-size: 13px;
font-weight: bold;
padding: 0 13px;
text-transform: uppercase
}

.section-catalog-items .items-list .markers .marker.new, .section-similiar-goods .items-list .markers .marker.new {
color: white;
background: #5FC6F1; 
}

.section-catalog-items .items-list .markers .marker.special, .section-similiar-goods .items-list .markers .marker.special {
color: white;
background: #ff1d25
}

.section-catalog-items .items-list .markers .marker.exclusive, .section-similiar-goods .items-list .markers .marker.exclusive {
color: Yellow;
background: Indigo;
}
/*
@media (max-width: 767px) {
.section-catalog-items .items-list .item, .section-similiar-goods .items-list .item {
width: 100%
}
}
*/
@media (max-width: 767px) {
.section-catalog-items .items-list .item .cover>span, .section-similiar-goods .items-list .item .cover>span {
height: 30%;
max-height: 97px;
background: #922133;
font-size: 10px;
width: 100%;
padding: 10px
}
.section-catalog-items .items-list .item .cover>span span, .section-similiar-goods .items-list .item .cover>span span {
display: none;
}
.section-catalog-items .items-list .item .cover>span span:first-child, .section-similiar-goods .items-list .item .cover>span span:first-child {
display: block;
font-weight: bold;
font-size: 12px
}
}
/*
@media (min-width: 768px) and (max-width: 1279px) {*/
@media (max-width: 1279px) {
.section-catalog-items .items-list .item, .section-similiar-goods .items-list .item {
width: calc((100% - 6px) / 2)
}
}

.section-similiar-goods {
position: relative;
margin-bottom: 30px
}

.section-similiar-goods .section-header {
justify-content: space-between;
display: flex;
align-items: center;
font-weight: bold
}

@media (max-width: 767px) {
.section-similiar-goods {
padding: 30px 0
}

.section-similiar-goods .section-header {
padding: 0 5%
}

.section-similiar-goods .section-header .btn-transparent {
display: none
}

.section-similiar-goods .-mobile {
margin: 20px 0 0 5%
}
}

@media (max-width: 1279px) {
.section-similiar-goods .items-list .item:nth-child(3) {
display: none
}
}

.section-other-goods {
background: white;
margin: 0 6px
}

.section-other-goods .section-header {
justify-content: space-between;
display: flex;
align-items: center;
font-weight: bold
}

.section-other-goods .items-list {
padding: 20px 0;
display: flex;
justify-content: space-between
}

.section-other-goods .items-list .item {
position: relative;
width: 30%;
background: #922133;
height: 210px;
padding: 20px;
display: flex
}

.section-other-goods .items-list .item div {
margin: auto 0
}

.section-other-goods .items-list .item p {
color: white
}

.section-other-goods .items-list .item p:first-child {
font-size: 21px;
font-weight: bold;
color: #53544c;
text-decoration: underline;
text-decoration-skip-ink: none
}

.section-other-goods .items-list .item p:last-child {
margin-top: 5px
}

.section-other-goods .items-list .item:hover {
background: #53544c
}

.section-other-goods .items-list .item:hover p {
color: white
}

.section-other-goods .items-list.solutions .item {
display: flex;
flex-direction: column;
justify-content: space-around
}

.section-other-goods .items-list.solutions .item:nth-child(1) {
background: #ffcf00
}

.section-other-goods .items-list.solutions .item:nth-child(2) {
background: #46c8ff
}

.section-other-goods .items-list.solutions .item:nth-child(3) {
background: #b491c3
}

.section-other-goods .items-list.solutions .item p {
color: #53544c
}

.section-other-goods .items-list.solutions .item p:nth-child(1) {
font-size: 18px;
font-weight: bold;
text-decoration: none
}

.section-other-goods .items-list.solutions .item p:nth-child(2) {
font-size: 48px;
font-weight: bold;
text-decoration: underline
}

.section-other-goods .items-list.solutions .item p:nth-child(4) {
font-size: 36px;
font-weight: bold
}

.section-other-goods .items-list.solutions .item p:nth-child(4):after {
content: '₽';
display: inline-block;
margin-left: 5px
}

.section-other-goods .items-list.solutions .item:hover {
background: #53544c
}

.section-other-goods .items-list.solutions .item:hover p {
color: white
}

@media (max-width: 1279px) {
.section-other-goods .items-list {
flex-direction: column
}

.section-other-goods .items-list .item {
width: 100%;
margin-top: 40px
}

.section-other-goods .items-list .item:first-child {
margin-top: 0
}

.section-other-goods .items-list.solutions .item p:nth-child(4) {
text-align: right
}

.section-other-goods+.section-certificates-form form .order {
flex-direction: column
}

.section-other-goods+.section-certificates-form form .order>* {
width: 100%
}

.section-other-goods+.section-certificates-form form .order>.element {
margin-bottom: 30px
}
}

@media (max-width: 767px) {
.section-other-goods .section-header p {
font-size: 24px
}

.section-other-goods .section-header .btn-transparent {
display: none
}

.section-other-goods .items-list {
padding: 0 0 30px
}

.section-other-goods .items-list .item {
margin-top: 25px
}

.section-other-goods .items-list .item>div {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between
}

.section-other-goods .items-list .item p:nth-child(3) {
font-size: 15px
}

.section-other-goods .items-list.solutions .item p:nth-child(4) {
text-align: left
}
}

.section-download-price {
padding: 50px calc((100% - 480px) * 0.05) 0;
display: flex;
align-items: center
}

.section-download-price .btn-black {
font-size: 19px;
margin-right: 25px
}

.section-download-price p {
line-height: 21px
}

@media (max-width: 1279px) {
.section-download-price {
padding: 50px 5% 0
}
}

@media (max-width: 767px) {
.section-download-price {
flex-direction: column;
padding-top: 35px
}

.section-download-price .btn-black {
width: 100%;
margin-right: 0;
text-align: center;
margin-bottom: 25px
}
}

.section-price-accordion {
padding: 30px calc((100% - 480px) * 0.05)
}

.section-price-accordion .item {
border-bottom: 1px solid #8b8c87;
position: relative
}

.section-price-accordion .item .table-header {
font-size: 30px;
font-weight: bold;
cursor: pointer;
padding: 15px 0
}

.section-price-accordion .item .table-header:before {
content: url("/local/templates/yp23/css/../img/btn/expand.png");
margin-right: 12px;
transition: all .25s;
display: inline-block;
position: relative;
top: -5px;
transform: rotate(0deg)
}

.section-price-accordion .item .table-header.expanded:before {
transform: rotate(180deg)
}

.section-price-accordion .item .table {
display: none;
padding-bottom: 30px;
overflow: hidden
}

.section-price-accordion .item table {
font-size: 13px;
width: 100%;
border-spacing: 0;
min-width: 1185px;
position: relative;
transition: margin-left 0.25s
}

.section-price-accordion .item table tr td, .section-price-accordion .item table tr th {
padding: 9px 0;
min-width: 80px
}

.section-price-accordion .item table tr td:first-child, .section-price-accordion .item table tr th:first-child {
padding-left: 30px
}

.section-price-accordion .item table thead tr {
font-weight: bold;
margin-bottom: 5px
}

.section-price-accordion .item table thead tr th {
text-align: left;
cursor: pointer
}

.section-price-accordion .item table thead tr th.header:after {
margin-left: 10px;
top: -3px;
position: relative
}

.section-price-accordion .item table thead tr th.header.headerSortDown:after {
content: url("/local/templates/yp23/css/../img/ico/sort.png");
display: inline-block
}

.section-price-accordion .item table thead tr th.header.headerSortUp:after {
content: url("/local/templates/yp23/css/../img/ico/sort.png");
display: inline-block;
transform: rotate(180deg)
}

.section-price-accordion .item table tbody tr {
cursor: pointer
}

.section-price-accordion .item table tbody tr:nth-child(odd) {
background: white
}

.section-price-accordion .item table tbody tr td {
position: relative
}

.section-price-accordion .item table tbody tr td:first-child, .section-price-accordion .item table tbody tr td:last-child {
font-weight: bold
}
.section-price-accordion .item table tbody tr td:last-child .oldprice {
text-decoration: line-through; color: red; font-weight: normal
}
.section-price-accordion .item table tbody tr td:first-child {
border-radius: 17px 0 0 17px
}

.section-price-accordion .item table tbody tr td:first-child input {
display: none
}

.section-price-accordion .item table tbody tr td:first-child i {
position: absolute;
left: 12px;
top: 13px;
width: 10px;
height: 10px;
border: 2px solid #53544c;
background: white;
border-radius: 50%
}

.section-price-accordion .item table tbody tr td label {
width: 100%;
display: block;
}

.section-price-accordion .item table tbody tr td label:hover {
cursor: pointer;
}

.section-price-accordion .item table tbody tr td:first-child input:checked+i {
background: #53544c
}

.section-price-accordion .item table tbody tr td:last-child {
border-radius: 0 17px 17px 0
}

.section-price-accordion .item table tbody tr td:last-child label:after {
content: '₽';
margin-left: 5px
}

.section-price-accordion .item .btn-scroll-left, .section-price-accordion .item .btn-scroll-right {
position: absolute;
top: 50%;
display: none;
width: 52px;
height: 52px
}

.section-price-accordion .item .btn-scroll-left {
right: 100%;
transform: rotate(180deg);
background: url("/local/templates/yp23/css/../img/btn/right_arrow.png") no-repeat center
}

.section-price-accordion .item .btn-scroll-right {
left: 100%;
background: url("/local/templates/yp23/css/../img/btn/right_arrow.png") no-repeat center
}

@media (max-width: 1279px) {
.section-price-accordion {
padding: 30px 5%
}
}

@media (max-width: 767px) {
.section-price-accordion .item .table-header {
display: flex;
align-items: center
}

.section-price-accordion .item table {
min-width: auto
}

.section-price-accordion .item table td:nth-child(n+2), .section-price-accordion .item table th:nth-child(n+2) {
/* display: none */
}
}

@media (min-width: 768px) and (max-width: 1279px) {
.section-price-accordion .item .btn-scroll-left.shown, .section-price-accordion .item .btn-scroll-right.shown {
display: block
}
}

.section-price-total {
padding: 30px calc((100% - 480px) * 0.05)
}

.section-price-total .row {
margin-bottom: 30px;
display: flex;
justify-content: space-between
}

.section-price-total .row .left {
width: 30%
}

.section-price-total .row .right {
width: 65%
}

.section-price-total .legend {
border: 1px solid #8b8c87;
padding: 3% 5%;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap
}

.section-price-total .legend>p {
font-weight: bold;
font-size: 21px;
margin-bottom: 20px;
width: 100%;
min-width: 100%
}

.section-price-total .legend .column {
width: 45%
}

.section-price-total .legend .column p {
font-size: 14px;
display: flex;
align-items: flex-start;
line-height: 24px
}

.section-price-total .legend .column strong {
min-width: 50px;
width: 50px;
margin-right: 15px
}

.section-price-total .total .amount {
font-size: 13px
}

.section-price-total .total .price {
font-weight: bold;
font-size: 36px
}

.section-price-total .total .price:after {
content: '₽';
}

.section-price-total .total .btn-green {
margin-top: 12px;
margin-bottom: 20px
}

.section-price-total .total a {
font-weight: bold
}

.section-price-total .section-contact-form {
margin: 0;
padding: 0%
}

.section-price-total .section-contact-form form {
padding: 3% 5%
}

@media (max-width: 1279px) {
.section-price-total {
padding: 30px 5%
}

.section-price-total .row {
flex-direction: column
}

.section-price-total .row .left, .section-price-total .row .right {
width: auto
}

.section-price-total .legend {
margin-top: 40px
}
}

@media (max-width: 767px) {
.section-price-total .legend {
flex-direction: column;
border: none;
padding: 20px 0;
border-top: 1px solid #8b8c87;
border-bottom: 1px solid #8b8c87
}

.section-price-total .legend .column {
width: 100%
}
}

.good-layout {
display: flex;
padding: 50px 5%
}

.good-layout .left {
min-width: 302px;
width: 302px;
margin-right: 5%
}

.good-layout .main {
width: 100%
}

.good-layout .main h1 {
font-size: 36px;
margin: 0
}

.good-layout .main .latin {
font-size: 18px
}

.good-layout .main .icons {
margin: 45px 0
}

.good-layout .main .icons img {
margin-right: 18px
}

.good-layout .main .icons img:last-child {
margin-right: 0
}

.good-layout .main .variants .variant {
border-top: 1px solid #8b8c87;
padding: 20px 0
}

.good-layout .main .variants .variant .row {
display: flex;
flex-wrap: nowrap;
justify-content: space-between
}

.good-layout .main .variants .variant .row:last-child {
margin-top: 0 //15px
}

.good-layout .main .variants .variant .property {
width: 25%;
padding-right: 3%
}
.good-layout .main .variants .variant .property1 {
width: 25%;
padding-right: 3%
}
.good-layout .main .variants .variant .property2 {
width: 15%;
padding-right: 3%
}

.good-layout .main .variants .variant .property p:first-child {
font-size: 13px
}
.good-layout .main .variants .variant .property1 p:first-child {
font-size: 13px
}
.good-layout .main .variants .variant .property2 p:first-child {
font-size: 13px
}

.good-layout .main .variants .variant .property p:last-child {
font-size: 20px;
font-weight: bold
}
.good-layout .main .variants .variant .property1 p:last-child {
font-size: 18px;
font-weight: bold
}
.good-layout .main .variants .variant .property2 p:last-child {
font-size: 18px;
font-weight: bold
}

.good-layout .main .variants .variant .property.price .oldprice {
font-size: 18px; color: red; text-decoration: line-through; //36px
}
.good-layout .main .variants .variant .property.price p:last-child {
font-size: 24px //36px
}

.good-layout .main .variants .variant .property.price p:last-child:after {
content: '₽';
display: inline-block;
margin-left: 5px
}

.good-layout .main .variants .variant .amount {
margin: 0 3%;
height: 42px;
border-radius: 21px;
padding: 0 12px;
display: flex;
align-items: center;
background: white;
white-space: nowrap
}

.good-layout .main .variants .variant .amount input {
border: none;
background: transparent;
font-weight: bold;
color: #53544c;
font-size: 16px;
width: 45px;
text-align: center
}

.good-layout .main .variants .variant .amount button {
width: 18px;
min-width: 18px;
height: 18px;
background: #922133;
border-radius: 50%;
font-size: 0;
position: relative
}

.good-layout .main .variants .variant .amount button:before, .good-layout .main .variants .variant .amount button:after {
background: #53544c
}

.good-layout .main .variants .variant .amount button:hover {
background: #53544c
}

.good-layout .main .variants .variant .amount button:hover:before, .good-layout .main .variants .variant .amount button:hover:after {
background: #922133
}

.good-layout .main .variants .variant .amount button.btn-minus:before {
content: '';
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 2px
}

.good-layout .main .variants .variant .amount button.btn-plus:before {
content: '';
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 2px
}

.good-layout .main .variants .variant .amount button.btn-plus:after {
content: '';
position: absolute;
top: 5px;
left: 8px;
width: 2px;
height: 8px
}

.good-layout .main .variants .variant .amount p {
font-size: 11px;
font-weight: bold;
margin-left: 10px
}

.good-layout .main .variants .variant .amount {
align-self: center
}

.good-layout .main .variants .variant .outofstock {
align-self: center
}

.good-layout .main .variants .variant .outofstock p:first-child {
color: #ff1d25;
font-size: 19px;
font-weight: bold
}

.good-layout .main .variants .variant .outofstock a {
border-bottom: 1px dashed;
color: #8b8c87;
font-size: 12;
font-weight: normal;
color: #53544c;
text-decoration: none;
display: inline-block
}

.good-layout .main .cart-control {
border-top: 1px solid #8b8c87;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center
}

.good-layout .main .cart-control .total p:first-child {
font-size: 13px
}

.good-layout .main .cart-control .total p:last-child {
font-size: 36px;
font-weight: bold
}

.good-layout .main .cart-control .total p:last-child:after {
content: '₽';
display: inline-block;
margin-left: 5px
}

.good-layout .main .cart-control .btn-green {
line-height: 50px
}

@media (max-width: 1279px) {
.good-layout {
flex-direction: column
}

.good-layout .left, .good-layout .main {
width: 100%
}

.good-layout .main {
margin-top: 40px
}
}

@media (max-width: 767px) {
.good-layout {
padding: 6px 0
}

.good-layout .main {
padding: 0 5%
}

.good-layout .main h1 {
font-size: 24px
}

.good-layout .main .icons {
margin: 5px 0 15px; 
}

.good-layout .main .icons img {
margin-bottom: 10px; 
margin-right: 5px; 
height: auto;
width: 100%;
/* еще больше контроля с max-width */
max-width: 35px;
}

.good-layout .main .variants .variant:first-child {
border-top: 0px
}

.good-layout .main .variants .variant .row {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}

/*.good-layout .main .variants .variant .row {
flex-direction: column
}

.good-layout .main .variants .variant .row:last-child {
margin-top: 0
}*/

.good-layout .main .variants .variant {
padding: 10px 0 0 0;
}

.good-layout .main .variants .variant .property {
width: 33%;
margin-bottom: 5px;
clear: right;
}
.good-layout .main .variants .variant .property1 {
width: 33%;
margin-bottom: 15px
}
.good-layout .main .variants .variant .property2 {
width: 33%;
margin-bottom: 15px
}


.good-layout .main .variants .variant .property.empty {
margin-bottom: 0
}

.good-layout .main .variants .variant .outofstock, .good-layout .main .variants .variant .amount {
align-self: flex-start;
margin: 0
}

.good-layout .main .cart-control {
padding: 17px;
flex-direction: column;
align-items: flex-start
}

.good-layout .main .cart-control .btn-green {
margin-top: 10px
}
}

.section-good-slider {
padding: 0;
width: 296px;
overflow: hidden
}

.section-good-slider .big {
width: 296px;
/* height: 296px; */
margin-bottom: 7px;
background: white no-repeat center;
background-size: contain
}

.section-good-slider .big div {
width: 296px;
/* height: 296px */
}

.slick-slide img {
width: 100%;
}

.section-good-slider>div {
position: relative
}

.section-good-slider .carousel-slave {
width: 94px;
height: 94px;
z-index: 1;
position: absolute;
top: 0
}

.section-good-slider .carousel-slave.-left {
left: 0
}

.section-good-slider .carousel-slave.-right {
right: 0
}

.section-good-slider .carousel {
z-index: 3;
width: 94px;
height: 94px;
left: 101px;
border: 4px solid #922133;
position: relative
}

.section-good-slider .carousel .preview {
width: 86px;
height: 86px
}

.section-good-slider .carousel .preview img {
max-width: 100%;
max-height: 100%;
margin: auto;
}

.section-good-slider .carousel .slick-arrow {
background: rgba(83, 84, 76, 0.85) url("/local/templates/yp23/css/../img/btn/right_arrow_hover.png") no-repeat center;
margin: 0;
width: 94px;
height: 94px;
font-size: 0
}

.section-good-slider .carousel .slick-arrow.slick-prev {
left: -105px;
top: -4px;
transform: rotate(180deg)
}

.section-good-slider .carousel .slick-arrow.slick-next {
right: -105px;
top: -4px
}

.section-good-slider .carousel .slick-arrow:hover {
background: rgba(192, 215, 0, 0.85) url("/local/templates/yp23/css/../img/btn/right_arrow.png") no-repeat center
}

.section-good-slider .carousel .slick-arrow.slick-disabled {
background: rgba(83, 84, 76, 0.85)
}

@media (max-width: 767px) {
.section-good-slider {
width: 308px;
margin: 0 auto
}

.section-good-slider .big {
width: 308px;
height: 308px
}

.section-good-slider .big div {
width: 308px;
height: 308px
}

.section-good-slider .big div img {
width: 100%
}

.section-good-slider .big .slick-arrow {
transform: scale(0.75)
}

.section-good-slider .big .slick-arrow.slick-prev {
transform-origin: left
}

.section-good-slider .big .slick-arrow.slick-next {
transform-origin: right
}

.section-good-slider .carousel-slave, .section-good-slider .carousel {
display: none
}
}

.section-good-tabs .tabs {
display: flex;
justify-content: space-between
}

.section-good-tabs .tabs.two {
justify-content: flex-start;
}

.section-good-tabs .tabs .tab {
cursor: pointer;
width: calc((100% - 12px) / 3);
font-weight: bold;
//background: #d3d4d2;
background: #922133;
color: white;
text-align: center;
line-height: 58px;
height: 58px
}

.section-good-tabs .tabs .tab:hover {
background: #53544c;
color: white
}

.section-good-tabs .tabs .tab.active {
border: 1px solid #922133;
background: white;
color: #53544c
}

.section-good-tabs .tabs.two .tab {
margin-right: 5px;
}

.section-good-tabs .tabs-content {
background: white
}

.section-good-tabs .tabs-content>div {
overflow: hidden;
display: none;
padding: 30px 5%
}

.section-good-tabs .tabs-content>div.active {
display: block
}

iframe {
display: block;
margin:10px auto;
}

.section-good-tabs .tabs-content .question-list .question {
margin-top: 30px
}

.section-good-tabs .tabs-content .question-list .question:first-child {
margin-top: 0
}

.section-good-tabs .tabs-content .question-list .question p:first-child {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px
}

.section-good-tabs .tabs-content .tab-title {
display: none
}

@media (max-width: 959px) {
.section-good-tabs .tabs {
display: none
}

.section-good-tabs .tabs-content {
background: none
}

.section-good-tabs .tabs-content>div {
padding: 0;
display: block;
margin: 5px 0
}

.section-good-tabs .tabs-content>div .tab-title {
//background: #d3d4d2;
background: #922133;
color: white;
padding: 30px 5%;
font-weight: bold;
display: flex;
align-items: center;
position: relative;
cursor: pointer
}

.section-good-tabs .tabs-content>div .tab-title:after {
content: url("/local/templates/yp23/css/../img/btn/expand.png");
margin-right: 12px;
transition: all .25s;
display: inline-block;
position: absolute;
top: 36px;
right: 20px;
transform: rotate(0deg)
}

.section-good-tabs .tabs-content>div .tab-content {
padding: 0 5% 30px;
display: none;
background: white
}

.section-good-tabs .tabs-content>div.active .tab-title {
background: white;
color: #53544c;
border-bottom: 1px solid #922133;
}

.section-good-tabs .tabs-content>div.active .tab-title:after {
transform: rotate(180deg)
}

.section-good-tabs .tabs-content>div.active .tab-content {
display: block
}
}

@media (max-width: 767px) {
.section-good-tabs {
padding: 0
}
}

.section-manager .container {
padding: 35px;
background: #922133;
display: flex;
justify-content: space-between;
align-items: center
}

.section-manager .person {
display: flex;
align-items: center
}

.section-manager .person .pic {
width: 96px;
min-width: 96px;
height: 96px;
background: white;
border-radius: 50%;
margin-right: 20px
}

.section-manager .person .pic img {
max-width: 100%;
max-height: 100%
}

.section-manager .person .name p:last-child {
font-size: 22px;
font-weight: bold
}

.section-manager .contact {
font-weight: bold;
display: flex;
align-items: center
}

.section-manager .contact a {
text-decoration: none
}

.section-manager .contact .btn-black {
margin-left: 40px
}

@media (max-width: 1279px) {
.section-manager .container, .section-manager .person, .section-manager .contact {
flex-direction: column;
text-align: center
}

.section-manager .person .pic {
margin-right: 0;
margin-bottom: 30px
}

.section-manager .contact {
margin-top: 30px
}

.section-manager .contact .btn-black {
margin-left: 0;
margin-top: 30px
}
}

@media (max-width: 767px) {
.section-manager {
padding: 10px 0
}

.section-manager .container {
padding: 35px 15px
}
}

.section-solution-desc h1 {
font-size: 30px;
margin: 20px 0
}

.section-solution-desc+.good-layout {
padding-top: 20px
}

@media (max-width: 767px) {
.section-solution-desc h1 {
font-size: 24px
}
}

.section-solution-contains {
padding: 0
}

.section-solution-contains .items-list .item {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #8b8c87;
padding-bottom: 20px;
margin-bottom: 25px
}

.section-solution-contains .items-list .item .name {
padding-right: 15px
}

.section-solution-contains .items-list .item .name p a {
font-size: 21px;
font-weight: bold
}

.section-solution-contains .items-list .item .price {
width: 25%;
min-width: 170px
}

.section-solution-contains .items-list .item .price p {
font-size: 13px
}

.section-solution-contains .items-list .item .price p:last-child {
font-weight: bold;
font-size: 24px
}

.section-solution-contains .items-list .item .price p.price {
font-size: 36px;
white-space: nowrap
}

.section-solution-contains .items-list .item .price p.price:after {
content: '₽';
display: inline-block;
margin-left: 5px
}

.section-solution-contains .items-list .item .price div:last-child {
margin-top: 15px
}

.section-solution-contains .summary {
display: flex;
justify-content: space-between
}

.section-solution-contains .summary p {
font-size: 13px
}

.section-solution-contains .summary p:last-child {
font-size: 24px;
font-weight: bold
}

.section-solution-contains .summary .total-amount {
padding-right: 15px
}

.section-solution-contains .summary .total-price {
width: 25%;
min-width: 170px
}

.section-solution-contains .summary .total-price p:last-child {
white-space: nowrap;
font-size: 36px
}

.section-solution-contains .summary .total-price p:last-child:after {
/* content: '¤'; */
content: '₽';
display: inline-block;
margin-left: 5px
}

.section-solution-contains .cart-control {
margin-top: 20px
}

.section-solution-contains .cart-control .amount {
margin: 0 3%;
height: 42px;
border-radius: 21px;
padding: 0 12px;
display: flex;
align-items: center;
background: white;
white-space: nowrap
}

.section-solution-contains .cart-control .amount input {
border: none;
background: transparent;
font-weight: bold;
color: #53544c;
font-size: 16px;
width: 45px;
text-align: center
}

.section-solution-contains .cart-control .amount button {
width: 18px;
min-width: 18px;
height: 18px;
background: #922133;
border-radius: 50%;
font-size: 0;
position: relative
}

.section-solution-contains .cart-control .amount button:before, .section-solution-contains .cart-control .amount button:after {
background: #53544c
}

.section-solution-contains .cart-control .amount button:hover {
background: #53544c
}

.section-solution-contains .cart-control .amount button:hover:before, .section-solution-contains .cart-control .amount button:hover:after {
background: #922133
}

.section-solution-contains .cart-control .amount button.btn-minus:before {
content: '';
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 2px
}

.section-solution-contains .cart-control .amount button.btn-plus:before {
content: '';
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 2px
}

.section-solution-contains .cart-control .amount button.btn-plus:after {
content: '';
position: absolute;
top: 5px;
left: 8px;
width: 2px;
height: 8px
}

.section-solution-contains .cart-control .amount p {
font-size: 11px;
font-weight: bold;
margin-left: 10px
}

@media (max-width: 767px) {
.section-solution-contains .items-list .item {
flex-direction: column
}

.section-solution-contains .items-list .item .name {
margin-bottom: 15px
}

.section-solution-contains .summary {
flex-direction: column
}

.section-solution-contains .summary .total-price {
margin-top: 15px
}

.section-solution-contains .cart-control {
border: none !important;
padding: 0 !important;
margin-bottom: 15px
}

.section-solution-contains .cart-control .amount {
margin-left: 0;
margin-bottom: 15px
}
}

.modal_fon, .modal_fon_photo {
/* opacity: 0.851; */
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.89);
z-index: 100;
}

.modal_fon:hover, .modal_fon_photo:hover {
cursor: pointer;
}

.modal_call_back {
display: none;
position: fixed;
background-color: #ffffff;
width: 480px;
/* height: 388px; */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 35px;
z-index: 1100;
-webkit-box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.55);
box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.55);
}

.modal_call_back_title {
display: flex;
justify-content: space-between;
margin-bottom: 35px;
}

.modal_call_back_title p {
font-size: 21px;
font-family: 'Montserrat', sans-serif;
color: rgb(83, 84, 76);
font-weight: bold;
line-height: 1;
}

.modal_call_back_close {
width: 17px;
height: 17px;
background-image: url("/bitrix/templates/yoly-paly/img/miniClose.png");
}

.modal_call_back_form {
margin-bottom: 40px;
}

.modal_call_back_form .element {}

.modal_call_back_form .element input {
height: 46px;
border-radius: 23px;
padding: 0 19px;
border: solid 1px #d3d4d2;
margin-bottom: 20px;
}

.modal_call_back_form .element input.error {
background-color: #fff;
border: 1px solid #ff1d25;
}

.modal_call_back_form .element p {
/* display: none; */
overflow: hidden;
height: 0;
color: #ff1d25;
font-family: 'Montserrat', sans-serif;
font-style: italic;
font-weight: 700;
transition: 0.3s;
}

.modal_call_back_form .element.error p {
display: block;
transition: 0.2s;
height: 60px;
margin-bottom: 20px;
}

.modal_call_back_btn {
border-radius: 23px;
width: 100%;
background-color: #53544c;
height: 48px;
color: #fff;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
color: rgb(255, 255, 255);
font-weight: bold;
text-transform: uppercase;
line-height: 1.2;
}

.modal_call_back_btn:hover {
background-color: #494a44;
}

.modal_video {
display: none;
z-index: 110;
position: fixed;
top: 20%;
left: 50%;
width: 960px;
height: 541px;
transform: translate(-50%, 0);
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.251);
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.251);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.251);
}

.modal_add_tovar_rezult {
display: none;
position: fixed;
top: 50%;
left: 50%;
z-index: 110;
background-color: #e9ddd1;
transform: translate(-50%, -50%);
}

.tovar_rezult_title {
background-color: #53544c;
color: #fff;
font-size: 30px;
font-weight: bold;
padding: 30px 30px 20px 30px;
}

.tovar_rezult_body {
padding: 40px 20px;
display: flex;
justify-content: space-around;
}

.tovar_rezult_body a {
margin: 0 15px;
display: flex;
align-items: center;
text-decoration: none;
}
@media (max-width: 959px) {
.tovar_rezult_title {
background-color: #53544c;
color: #fff;
font-size: 22px;
font-weight: bold;
padding: 30px 30px 20px 30px;
}
.btn.btn-green {
height: 50px;
padding: 0 19px;
font-size: 12px;
font-weight: bold;
background: #922133;
text-transform: uppercase;
border-radius: 25px
}
}

@media (max-width: 767px) {
.tovar_rezult_title {
background-color: #53544c;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 30px 30px 20px 30px;
}
.btn.btn-green {
height: 50px;
padding: 0 19px;
font-size: 10px;
font-weight: bold;
background: #922133;
text-transform: uppercase;
border-radius: 25px
}
}


.FAQ_list {
margin-top: 25px;
}

.FAQ_list_item {
padding: 24px 25px;
border-bottom: 1px solid #000;
position: relative;
}

.FAQ_list_item:first-child {
border-top: 1px solid #000;
}

.FAQ_list_item:before {
content: '';
position: absolute;
left: 0;
top: 30px;
display: block;
width: 12px;
height: 8px;
background-image: url("/bitrix/templates/yoly-paly/img/ico/galka.png");
transition: 0.5s;
}

.FAQ_list_item.view:before {
transform: rotateX(180deg);
transition: 0.3s;
}

.FAQ_list_item_name {
font-size: 18px;
font-family: 'Montserrat', sans-serif;
color: rgb(83, 84, 76);
font-weight: bold;
line-height: 1.2;
}

.FAQ_list_item_name:hover {
cursor: pointer;
}

.entry .FAQ_list_item_text {
margin: 0;
padding-top: 20px;
overflow: hidden;
display: none;
}

.section-gallery_detail {}

.section-gallery_detail .section-header a {
/* display: none; */
}

.section-gallery_detail .items-list img {
height: 285px;
}

.video_paginat {
display: none;
}

.section-gallery_detail .video_paginat {
display: block;
}

.video_list {
display: flex;
justify-content: space-between;
}

.video_list_item {
width: 30%;
height: 350px;
margin-bottom: 48px;
background-size: cover;
background-position: center;
}

.back_photo {
position: relative;
padding-left: 28px;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
color: rgb(192, 215, 0);
text-decoration: underline;
line-height: 1.2;
margin-bottom: 5px;
display: inline-block;
}

.back_photo:before {
content: '';
display: block;
width: 24px;
height: 11px;
background-image: url('/bitrix/templates/yoly-paly/img/arrow_left.png');
position: absolute;
left: 0;
top: 5px;
}

.section-gallery_list .items-list_detail .item a {
padding: 0;
background: none;
}

.photo_carusel {
max-width: 100%;
width: 960px;
height: 100%;
overflow: hidden;
}

.photo_carusel_item {
display: flex !important;
justify-content: center;
align-items: center;
}

.photo_carusel_item img {
/* width: 100%; */
height: auto;
}

.modal_photo {
display: block;
position: fixed;
/* top: -100%;
bottom: 100%; */
left: -100%;
z-index: -1100;
}

.modal_photo_close {
bottom: 30px;
margin: auto;
display: block;
width: 26px;
height: 26px;
background-image: url("/bitrix/templates/yoly-paly/img/close.png");
z-index: 1100;
}

.modal_photo.view {
top: 100px;
bottom: 100px;
left: 50%;
transform: translate(-50%, 0);
z-index: 1100;
}

.delivery_list {
display: flex;
justify-content: flex-start;
align-items: center;
height: 100%;
}

.delivery_list_item {
padding-left: 25px;
margin-right: 15px;
margin-bottom: 0;
position: relative;
}

.delivery_list_item input {
display: none;
}

.delivery_list_item_circl {
display: block;
width: 12px;
height: 12px;
border-radius: 10px;
position: absolute;
left: 0;
background-color: rgb(83, 84, 76);
top: calc(50% - 6px);
}

.delivery_list_item:hover {
cursor: pointer;
}

.delivery_list_item:hover .delivery_list_item_circl:before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 10px;
position: absolute;
background-color: #fff;
top: calc(50% - 3px);
left: calc(50% - 3px);
}

.delivery_list_item input:checked+.delivery_list_item_circl:before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 10px;
position: absolute;
background-color: #fff;
top: calc(50% - 3px);
left: calc(50% - 3px);
}

.delivPrice {
display: none;
}

.feedback_rezult {
display: none;
position: fixed;
padding: 30px 40px;
top: 50%;
left: 50%;
font-size: 18px;
transform: translate(-50%, -50%);
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.55);
box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.55);
z-index: 1100;
}

#tour_play {
display: none;
}

.load_block {
display: none;
background-color: rgba(255, 255, 255, 0.6);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

@media (max-width: 1279px) and (min-width: 768px) {
.section-gallery.section-gallery_list .items-list .item:nth-child(n+3) {
display: block;
}

.section-gallery.section-gallery_detail .items-list .item:nth-child(n+3) {
display: block;
}
}

@media (max-width: 1024px) {
.modal_video {
top: 20%;
left: 0;
right: 0;
width: 100%;
transform: translate(0);
}

.modal_photo.view {
left: 45px;
right: 45px;
transform: translate(0, 0);
}

.photo_carusel_item img {
width: 100%;
}
}

@media (max-width: 767px) {
.modal_call_back {
left: 0;
right: 0;
width: 100%;
transform: translate(0, -50%);
}

.section-gallery.section-gallery_list .items-list .item {
height: auto;
}

.section-gallery.section-gallery_list .items-list .item:nth-child(n+2) {
display: block;
}

.photo_carusel {
/* height: auto; */
}

.modal_photo {
top: 50%;
left: -100%;
right: 100%;
transform: translate(0, -50%);
}

.modal_photo.view {
top: 10%;
left: 0;
right: 0;
/* transform: translate(0, -50%); */
}
}

@media (max-width: 600px) {
.modal_photo.view {
top: 20%;
left: 0;
right: 0;
/* transform: translate(0, -50%); */
}
}

.phone-bottom, 
.phone-bottom a {
font-weight: 700;
font-size: 1.2rem;
color: #fff;
margin-bottom: .5rem;
}

.email-bottom, 
.email-bottom a {
font-weight: 700;
font-size: 1.2rem;
color: #fff;
margin-bottom: .5rem;
}

.schedule-bottom-title,
.schedule-bottom-time {
margin-bottom: .5rem;
}

.schedule-bottom-title {
margin-top: 1rem;
}

.schedule-bottom-time {
font-weight: 700;
}

@media (max-height: 770px) {
	.schedule-bottom-title,
	.schedule-bottom-time {
	display: none;
	}
}

.mb05{margin-bottom: .5rem;}

.section-index-stock {
margin: 10px;
padding: 0;
}

@media (min-width: 480px) {
.section-index-stock {margin: 40px;}
}

.stock-list {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

.stock-list .stock-item {
margin: .5rem;
padding: 1rem;
flex: 1 0 0%;
min-height: 10rem;
background-color: #922133;
display: flex;
flex-direction: column;
justify-content: space-between ;
align-items: stretch;
}

.stock-list .stock-item p.stock-title a {
color: #fff;
font-size: 1.5rem;
font-weight: 700;
text-decoration: none;
}

.stock-list .stock-item p a:hover {
text-decoration: underline;
}

.stock-list .stock-item p.stock-desc a {
color: #fff;
font-size: .75rem;
text-decoration: none;
}

.all-list-link {
text-transform: uppercase;
margin: .5rem;
font-size: .75rem;
font-weight: 700;
}

.section-index-catalog {
margin: 20px;
padding: 0;
position: relative;
}

@media (min-width: 480px) {
.section-index-catalog {margin: 40px;}
}

.section-index-catalog h3 {
text-transform: uppercase;
font-size: 2.7777rem;
font-weight: 900;
margin: 0 0 1rem;
padding: 0;
}

.catalog-list {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

.catalog-list .catalog-item {
position: relative;
margin: .5rem 0;
flex: 1 0 0%;
min-height: 2rem;
min-width: 90%;
background-color: #fff;
}

@media (min-width: 520px) {
	.catalog-list .catalog-item {
	min-width: 40%;
	margin: .5rem;
	}
}

@media (min-width: 992px) {
	.catalog-list .catalog-item {
	min-width: 30%;
	}
}

.catalog-list .catalog-item a {
display: flex;
overflow: hidden;
}

.catalog-list .catalog-item img {
height: 100%;
width: auto;
}

.catalog-list .catalog-item .catalog-title {
position: absolute;
top: 1rem;
left: 1rem;
text-transform: uppercase;
font-size: 1.6666rem;
font-weight: 700;
color: #fff;
word-spacing: 100vw; 
}

@media (min-width: 520px) {
	.catalog-list .catalog-item .catalog-title {
	font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.catalog-list .catalog-item .catalog-title {
	font-size: 1.6666rem;;
	}
}

@media (min-width: 1280px) {
	.catalog-list .catalog-item .catalog-title {
	font-size: 1.5rem;;
	}
}


.section-index-price {
margin: 0 20px 20px;
padding: 0;
position: relative;
}

@media (min-width: 480px) {
.section-index-price {margin: 0 40px 40px;}
}


.index-price {
position: relative;
margin: .5rem 0;
flex: 1 0 0%;
min-height: 2rem;
}

@media (min-width: 480px) {
.index-price {margin: .5rem;}
}

.index-price a {
display: flex;
overflow: hidden;
}

.index-price img {
height: 100%;
width: auto;
}

.index-price .price-title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-transform: uppercase;
font-size: 2.7777rem;
font-weight: 700;
color: #fff;
word-spacing: 100vw; 
}

.about {
text-align: center;
}

.about img {
max-width: 100%;
height: auto;
}

.box-video {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 60%;
}

.iframe-element {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 80%;
height: 80%;
border: none;
}

.section-index-about {
padding: 20px;
position: relative;
background-color: #f5eaed;
}

@media (min-width: 480px) {
	.section-index-about {padding: 40px;}
}

.section-index-about h3 {
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 900;
margin: 0 0 1rem;
padding: 0;
}

@media (min-width: 480px) {
.section-index-about h3 {font-size: 2.7777rem;}
}

.about-list {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

.about-list .about-item {
position: relative;
margin: .5rem 0 2rem;
padding-bottom: .5rem;
flex: 1 0 0%;
min-height: 2rem;
min-width: 90%;
color: #000;
border-bottom: 10px solid #922133;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: 900;
}

@media (min-width: 520px) {
	.about-list .about-item{
	min-width: 40%;
	margin: .5rem .5rem 1.5rem;
	font-size: 1.25rem;
	border-bottom: 15px solid #922133;
	}
}

@media (min-width: 992px) {
	.about-list .about-item{
	min-width: 30%;
	font-size: 1.5rem;
	border-bottom: 20px solid #922133;
	}
}



.about-list .about-item .about-item-select {
color: #922133;
}


.section-index-video {
margin: 0;
padding: 0 2rem;
background-color: #922133;
}

.section-index-video iframe {
margin: 0;
padding: 0;
width: 100%;
height: auto;
aspect-ratio: 16/9;
}


.section-index-advantages {
padding: 40px;
position: relative;
background-color: #922133;
color: #fff;
}

.adv-list {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

.adv-list .adv-item {
margin: .5rem;
padding: 1rem;
flex: 1 0 0%;
min-height: 10rem;
display: flex;
flex-direction: column;
justify-content: flex-start;
}

.adv-list .adv-item .adv-title {
min-height: 3.2222rem;
margin-bottom: .5rem;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 900;
}



.section-index-copyright {
background-color: #282828;
color: #fff;
}


.good-layout .main .variants .variant .amount button::before, 
.good-layout .main .variants .variant .amount button::after {
  background: #fff;
}



/*# sourceMappingURL=styles.css.map */
/* End */


/* Start:/local/templates/yp23/components/bitrix/sale.basket.basket.line/basket_line/style.min.css?16762140483567*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:998;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:998;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/yp23/components/bitrix/menu/main_menu/style.min.css?1676214047490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/yp23/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/style.min.css?167621404713420*/
.bx-filter{width:100%;min-width:220px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;margin-bottom:20px}.bx-filter .bx-filter-section{position:relative;padding-top:26px}.bx-filter .bx-filter-section>.row{padding:0 5px}.bx-filter .bx-filter-title{font-size:18px;margin-bottom:10px;color:#000}.bx-filter .bx-filter-parameters-box{position:relative}.bx-filter .bx-filter-parameters-box-title{font-size:13px;padding-bottom:7px}@media(min-width:992px){.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1){clear:both}}.bx-filter .bx-filter-parameters-box-title span{color:#039be5;border-bottom:1px solid transparent;cursor:pointer}.bx-filter .bx-filter-parameters-box-title span:hover{border-color:#039be5}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover{border-color:transparent}.bx-filter .bx-filter-block{display:none;-webkit-transition:padding .3s ease;-moz-transition:padding .3s ease;-ms-transition:padding .3s ease;-o-transition:padding .3s ease;transition:padding .3s ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bx-filter .bx-filter-button-box .bx-filter-block,.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{display:block}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{font-size:14px;font-style:normal;display:block;padding-bottom:5px}.bx-filter-parameters-box-container{padding-bottom:20px}.bx-filter-parameters-box-container .checkbox:first-child{margin-top:0}.bx-filter .bx-filter-parameters-box-container-block{font-size:11px;color:#3f3f3f}.bx-filter .bx-filter-input-container input{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#fff;outline:0}.bx-retina .bx-filter .bx-filter-input-container input{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat}.bx-ios .bx-filter .bx-filter-input-container input{background-image:-webkit-linear-gradient(#fff 0,#fff 100%);background-image:linear-gradient(#fff 0,#fff 100%)}.bx-filter .bx-filter-button-box{clear:both}.bx-filter .bx-ui-slider-track-container{padding-top:35px;padding-bottom:25px}.bx-filter .bx-ui-slider-track{position:relative;height:7px}.bx-filter .bx-ui-slider-part{position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.bx-filter .bx-ui-slider-part.p1{left:-1px}.bx-filter .bx-ui-slider-part.p2{left:25%}.bx-filter .bx-ui-slider-part.p3{left:50%}.bx-filter .bx-ui-slider-part.p4{left:75%}.bx-filter .bx-ui-slider-part.p5{right:-1px}.bx-filter .bx-ui-slider-part span{font-size:11px;position:absolute;top:-16px;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;color:#000}.bx-filter .bx-ui-slider-part.p2 span,.bx-filter .bx-ui-slider-part.p3 span,.bx-filter .bx-ui-slider-part.p4 span{color:#6b8086}.bx-filter .bx-ui-slider-range,.bx-filter .bx-ui-slider-pricebar,.bx-filter .bx-ui-slider-pricebar-vd,.bx-filter .bx-ui-slider-pricebar-vn,.bx-filter .bx-ui-slider-pricebar-v{position:absolute;top:0;bottom:0}.bx-filter .bx-ui-slider-range{z-index:50}.bx-filter .bx-ui-slider-pricebar{z-index:100}.bx-filter .bx-ui-slider-pricebar-vd{z-index:60}.bx-filter .bx-ui-slider-pricebar-vn{z-index:70}.bx-filter .bx-ui-slider-pricebar-v{z-index:80}.bx-filter .bx-ui-slider-handle{position:absolute;top:100%;width:22px;height:22px;border-bottom:0}.bx-filter .bx-ui-slider-handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab}.bx-filter .bx-ui-slider-handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing}.bx-filter .bx-ui-slider-handle.left{left:0;margin-left:-21px}.bx-filter .bx-ui-slider-handle.right{right:0;margin-right:-21px}.bx-filter .bx-filter-select-container{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;border-radius:3px;border:1px solid #ccd5db}.bx-retina .bx-filter .bx-filter-select-container{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat}.bx-filter .bx-filter-select-block{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:0;border-radius:2px;background:#fff}.bx-filter .bx-filter-select-text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.bx-filter .bx-filter-select-text.fix{min-width:120px}.bx-filter .bx-filter-select-text label{cursor:pointer}.bx-filter .bx-filter-select-arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center}.bx-filter-select-popup{background:#fff;padding:0;min-width:173px}.bx-filter-select-popup ul{margin:0;padding:0;list-style:none}.bx-filter-select-popup ul li{display:block;text-align:left;vertical-align:middle}.bx-filter-select-popup ul li:first-child{border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px}.bx-filter-select-popup ul li label{font-size:14px;line-height:26px;display:block;text-align:left!important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;color:#575757}.bx-filter-select-popup ul li label.selected,.bx-filter-select-popup ul li label:hover{color:#000;background:#f3f8fa}.bx-filter-select-popup ul li label.disabled{color:#b8b8b8;background:transparent}.bx-filter-select-popup ul li .bx-filter-param-text{line-height:34px!important}.bx-filter .bx-filter-tag{padding:18px}.bx-filter .bx-tag-link{font-size:12px;text-decoration:none;text-shadow:none}.bx-filter .bx-tag-link.bx-active,.bx-filter .bx-tag-link:hover{color:#1d3d46}.bx-filter .bx-filter-param-label{min-height:20px;font-weight:normal;cursor:pointer}.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{float:left;display:block;margin-right:5px}.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block}.bx-filter .bx-filter-param-label.dib{display:inline-block}.bx-filter .bx-filter-param-text{font-weight:normal}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{color:#6c6c6c}.bx-filter-select-popup .bx-filter-param-label.bx-active{background:#f3f8fa}.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{display:block;text-align:left}.bx-filter .bx-filter-param-btn{font-weight:normal;display:inline-block;width:38px;height:38px;padding:6px;text-align:center;text-decoration:none;color:#000;vertical-align:middle;border:1px solid #ccd5db;border-radius:2px;background:#fff;position:relative;-webkit-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-moz-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-ms-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-o-transition:border .3s ease,box-shadow .1s ease,color .3s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease;cursor:pointer}.bx-retina .bx-filter .bx-filter-param-btn{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{background:transparent;box-shadow:none}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{position:relative}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before{position:absolute;bottom:0;right:0;top:0;left:0;content:' ';display:block;z-index:100;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;opacity:.7}.bx-filter .bx-filter-param-btn .bx-filter-param-text{line-height:26px}.bx-filter .bx-filter-param-btn.bx-spm{width:23px;min-width:23px;height:23px;line-height:23px;font-weight:normal;padding:0;font-size:17px;color:#767b7e;vertical-align:top;border-radius:50%;background-color:transparent}.bx-filter .bx-filter-param-btn.bx-spm.bx-plus{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center}.bx-filter .bx-filter-param-btn.bx-spm.bx-minus{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center}.bx-filter .bx-filter-param-btn.bx-spm:active{outline:none!important;box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.bx-filter span.bx-spm{font-size:18px;line-height:23px;display:inline-block;height:23px;margin:0 10px;vertical-align:middle;color:#000}.bx-filter-select-popup .bx-filter-select-text-icon,.bx-filter .bx-filter-select-text-icon{line-height:33px;position:relative;display:inline-block;width:23px;height:23px;margin-top:-4px;margin-right:2px;vertical-align:middle;border-radius:2px}.bx-filter-select-popup .bx-filter-btn-color-icon,.bx-filter .bx-filter-btn-color-icon{line-height:24px;border-radius:2px;display:inline-block;width:24px;height:24px;vertical-align:middle;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);-webkit-background-size:cover;background-size:cover}.bx-filter-select-popup .bx-filter-btn-color-icon{width:20px;height:20px;margin:2px 0;top:0!important}.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon{top:-1px!important}.bx-filter-btn-color-icon.all{position:relative;border:0;box-shadow:none}.bx-filter-btn-color-icon.all:after,.bx-filter-btn-color-icon.all:before{position:absolute;width:60%;height:60%;background:#fff;content:" ";box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.bx-filter-btn-color-icon.all:after{right:0;bottom:0}.bx-filter-btn-color-icon.all:before{top:0;left:0}.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{opacity:.2}.bx-filter .bx-filter-parameter-biz{font-size:14px;line-height:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#1485ce;border-bottom:1px dashed}.bx-filter .bx-filter-parameter-biz:hover{text-decoration:none;border-bottom:1px solid}.bx-filter .bx-filter-parameter-biz.bx-active{position:relative;color:#000;border-color:transparent}.btn-themes{color:#FFF}.btn-themes.bx-active,.btn-themes.focus,.btn-themes:active,.btn-themes:focus,.btn-themes:hover{color:#FFF}.bx-filter .bx-filter-popup-result{font-size:13px;font-weight:normal;position:absolute;z-index:915;display:none;line-height:normal;margin-top:-7px;margin-left:10px;padding:0 10px;white-space:nowrap;color:#3f3f3f;min-height:37px;line-height:18px;border-style:solid;border:1px solid #c6dce7}.bx-filter .bx-filter-popup-result.left{border-width:2px 10px 2px 2px;-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 fill repeat}.bx-filter .bx-filter-popup-result.right{border-width:2px 2px 2px 10px;-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 fill repeat}.bx-filter .bx-filter-popup-result.right{left:97%}.bx-filter .bx-filter-popup-result.left{right:97%}.bx-filter-horizontal .bx-filter-popup-result{display:inline-block;position:relative;left:auto;right:auto;bottom:-7px}.bx-filter .bx-filter-popup-result a{color:#0073a3;line-height:10px}.bx-filter .bx-filter-popup-result a:hover{text-decoration:none}.bx-filter .bx-filter-popup-result-close{display:none}@media(max-width:767px){.bx-touch .bx-filter .bx-filter-popup-result{font-size:12px;line-height:14px;position:fixed!important;z-index:1001;top:auto!important;right:0!important;bottom:0!important;left:0!important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:2px;border:1px solid #c6dae7;background:rgba(255,255,255,.9)}.bx-touch .bx-filter .bx-filter-popup-result br{display:none}.bx-filter .bx-filter-popup-result .arrow{display:none}}
/* End */


/* Start:/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/colors.min.css?16762140474373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1579584954989*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */
/* /local/templates/yp23/css/slick.css?16762140481776 */
/* /local/templates/yp23/css/styles.css?175333822393196 */
/* /local/templates/yp23/components/bitrix/sale.basket.basket.line/basket_line/style.min.css?16762140483567 */
/* /local/templates/yp23/components/bitrix/menu/main_menu/style.min.css?1676214047490 */
/* /local/templates/yp23/components/bitrix/catalog.smart.filter/filter/style.min.css?167621404713420 */
/* /local/templates/yp23/components/bitrix/catalog.smart.filter/filter/themes/blue/colors.min.css?16762140474373 */
/* /bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1579584954989 */
