@charset "utf-8";

/* Общая стандартная настройка START */
/*.bone .bone__side-btn{
	display:none;
}*/
body, html{
    font-family: Golos, Arial, sans-serif;
    font-size: 14px;
    color:#333333;
    margin:0;
    padding:0;
    line-height:24px;
    cursor:default;
    text-align:left;
    min-width: 100%;
    background-color: #fff;
}

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
button,
select,
textarea{
    -webkit-appearance: none;
}

input[type="submit"] {
    border: none;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select{
    color: #333333;
    padding: 9px 16px;
    padding: 13px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: inherit;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    width: 100%;
    box-shadow: none;
}
input[type="password"]{
	font-size:18px;
	letter-spacing: 0.08em;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    opacity: 0.56;
}

ul[class] {
    padding: 0;
    margin: 0;
}

li[class] {
    list-style-type: none;
    /*padding: 0;*/
}
/*li[class]::before {
    display: none;
}*/
/*li {
    padding-left: 16px;
    position: relative;
    z-index: 1;
}
li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    min-width: 5px;
    height: 5px;
    background-color: #C8A06C;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}*/
button,
input,
a,
select,
textarea{
    outline:none;
    font-family:inherit;
}
input,
textarea{
    padding:8px 15px;
}
button {
    border: none;
}
select{
    cursor:pointer;
    background:url(images/icons/select.svg) no-repeat top 50% right 15px;
    background-size:10px;
}
input[type=checkbox],
input[type=radio]{
    position:absolute;
    opacity:0;
    z-index: 1;
}
input[type=checkbox] + label,
input[type=radio] + label{
    position:relative;
    padding-left:28px;
    cursor:pointer;
    display:inline-block;
	z-index:2
}
input[type=checkbox] + label:before{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    display:block;
    width:20px;
    height:20px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
	box-sizing: border-box;
	z-index:2;
}
input[type=checkbox]:checked + label:before{
	background-color:#82367B;
	border-color: 1px solid #82367B;
}
input[type=checkbox] + label._form-error:before {
    border-color: #F94A37;
}
input[type=checkbox]:checked + label:after{
    content: "";
    position:absolute;
    background:transparent url(images/icons/checked-white.svg) no-repeat 50% 50% / 13px;
    top: 2px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
	z-index:3;
}
input[type=radio] + label:before{
    content:"";
    position:absolute;
    top: 3px;
    left:0;
    display:block;
    width:20px;
    height:20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #E3E3E3;
	box-sizing: border-box;
}
input[type=radio]:checked + label:after{
    content: "";
    position:absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:transparent url(images/icons/radio.svg) no-repeat 50% 50% / contain;
}
a{
    color:#C8A06C;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
hr{
    border:0;
    border-top: 1px solid #e4e4e4;
}
img{
    max-width:100%;
    height:auto;
}
form{
    margin:0;
}
::selection {
    background:#a0c4e0 !important;
}
::-moz-selection {
    background:#a0c4e0 !important;
}
h1 {
    font-size:48px;
    font-weight: 500;
    line-height:64px;
    text-align:left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 0px;
}
h1 strong {
    font-weight: 500;
}
h2 {
    margin: 0px 0px 28px 0px;
	font-weight:500
}
.title,
h1{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a{
    color:inherit;
    text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title a:hover{
    color:#5f9cd1;
    text-decoration:none;
}
i{
    display:inline-block;
}
*{
    outline:none !important;
    box-sizing:border-box;
}
.clearfix:after{
    content:"";
    display:block;
    width:100%;
    clear:both;
}
.btn{
    color: #fff;
    font-size:14px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 24px;
    background-color: #C8A06C;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    text-align:center;
    display:inline-block;
    text-decoration: none;
    vertical-align: middle;
    transition: .2s background-color, .2s border-color, .2s color;
    white-space: nowrap;
}
.btn:not(:disabled):hover{
    color: #fff;
    background-color: #D9B688;
}
.btn.btn--primary {
    background-color: #82367B;
    color: #fff;
}
.btn.btn--primary:not(:disabled):hover {
    color: #fff;
    background-color: #82367B;
}
.btn.btn--white {
    background-color: #fff;
    color: #333333;
}
.btn.btn--white:not(:disabled):hover {
    color: #333333;
	background-color: rgb(242 242 242);
}
.btn.btn--primary-light {
    background-color: #fff;
    color: #82367B;
}
.btn.btn--primary-light:not(:disabled):hover {
    color: #82367B;
    background-color: rgb(242 242 242);
}
.btn.btn--gray {
    background-color: #EBEBEB;
    color: #333333;
}
.btn.btn--gray:not(:disabled):hover {
    background-color: #f1f1f1;
	color: #333333;
}
.btn.btn--full {
    width:100%
}

.btn:disabled{
	cursor:default;
	opacity: 0.6;
}
.hide{
    display:none
}
.container{
    width:100%;
    max-width:1230px;
    margin:0 auto;
    padding:0 15px;
    box-sizing:border-box;
    position: relative;
}
.clear{
    width:100%;
    clear:both;
}
.xs_flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.xs_flex.xs_inline{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.xs_flex.xs_top{
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.xs_flex.xs_middle{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.xs_flex.xs_bottom{
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.xs_flex.xs_wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xs_flex.xs_center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xs_flex.xs_start{
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.xs_flex.xs_end{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.xs_flex.xs_column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xs_flex.xs_column_reverse{
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.xs_flex.xs_reverse{
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.xs_flex.xs_top{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xsite{
    color: inherit !important;
    text-decoration:none
}
.xsite:hover,
.xsite:active{
    text-decoration:none
}
.xsite strong{
    color:#333;
}
.xsite strong span {
    color:#ff7700;
    font-weight:bold;
}
.xsite strong:hover{
    text-decoration:underline;
}
.alignleft{
    float:left;
    margin:0 20px 5px 0;
}
.alignright{
    float:right;
    margin:0 0 5px 20px;
}

.pagenavigation{
    text-align:center;
    margin:20px 0;
}
.pagenavigation span,
.pagenavigation a{
    display: inline-block;
    background: #ffcc00;
    color: #000;
    margin: 0 6px;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    min-width: 31px;
    line-height: 29px;
    transition:.3s all;
}
.pagenavigation span,
.pagenavigation a:hover{
    background:#ce0015;
    color:#fff;
}
.xs_load{
    position:relative;
	z-index:8;
}
.xs_load:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.67);
    z-index: 99;
    opacity: 1;
}
.xs_load:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    z-index: 100;
    margin: auto;
    width: 26px;
    height: 26px;
    background: url(images/icons/load.svg) no-repeat 50% 50%;
    background-size: contain;
    transform: none;
}

.buttonMenu{
    display: none;
    width: 48px;
    background-color: #F01919;
    border-radius: 4px;
    padding: 13px 17px;
    box-sizing: border-box;
    transition:.3s all;
    cursor:pointer;
}
.buttonMenu:after,
.buttonMenu:before,
.buttonMenu span{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    transition: .3s all;
}

.show_menu .buttonMenu span {
    background: none;
}
.show_menu .buttonMenu:before {
    transform: rotate(45deg);
    width: 31px;
    position: absolute;
    top: 12px;
    left: 17px;
}
.show_menu .buttonMenu:after {
    transform: rotate(-45deg);
    width: 31px;
    position: absolute;
    top: 12px;
    left: 17px
}

header .phone{
    white-space:nowrap;
}
header nav {
    display: block;
    opacity: 1;
    transition: .2s opacity;
}
body.scroll-breakpoint header nav {
    opacity: 1;
}
header nav ul, header nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}
header nav .menu_container .menu_wrapper .footer{
    display:none;
}
header nav .menu_container .close  {
    display: none;
}

.headernav-wrtop {
    margin: 0 -8px;
    display: none;
}
.headernav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding: 0px 0px 16px;
}
.headernav-top__tel {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
}
.headernav-top--cities .header__cities-main {
    font-size: 13px;
}

.show_modal{
	overflow:hidden;
}
.modal{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	z-index:9999;
	background: #33333340;
}
.modal__background{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
}
.modal__content{
	background:#fff;
	width:100%;
	max-width: 460px;
	margin:40px auto;
	min-height:100px;
	z-index:2;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 12%);
    border-radius: 8px;
    padding: 40px;
    position: relative;
}
.modal__close{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 32px;
    height: 32px;
    background-color: #333333;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: auto;
    right: -48px;
    z-index: 2;
}
/*
*:before,
*:after{
    display: block;
    box-sizing: border-box;
}
*/
.overflow {
	padding-top: 141px;
}
#bx-panel + .overflow .header{
	top:39px
}

/*.overflow:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(51 51 51 / 40%);
}*/

header nav .menu_wrapper{}
header nav .menu_wrapper ul li ul.sub-menu{
    position: absolute;
    top: 100%;
    margin-top: 30px;
    opacity: 0;
    background: #fff;
    transition: .3s all;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    min-width: 220px;
    left: -25px;
}
header nav .menu_wrapper ul > li:hover > ul{
    opacity: 1;
    background: #fff;
    margin-top: 0;
    z-index: 980;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.14);
}
header nav .menu_wrapper ul li ul.sub-menu li{
    list-style-type: none;
    overflow: hidden;
    position: relative;
}
header nav .menu_wrapper ul li ul.sub-menu li a{
    padding: 4px 25px;
    font-size: 14px;
}
header nav .menu_wrapper ul li ul.sub-menu li a:hover {
    color: #e1001a;
}
/* Общая стандартная настройка END */

/************** Xsite.Pro **************/


/* keyframes START */
@keyframes animation1 {
    0% {transform: scale(1); opacity: 1.0; background-color: #000;}
    50% {transform: scale(0.5); opacity: 0.1; background-color: green;}
    70% {transform: scale(3); opacity: 1.0; background-color: blue;}
    100% {transform: scale(1); opacity: 1.0; background-color: red;}
}
@-webkit-keyframes animation1 {
    0% {transform: scale(1); opacity: 1.0; background-color: #000;}
    50% {transform: scale(0.5); opacity: 0.1; background-color: green;}
    70% {transform: scale(3); opacity: 1.0; background-color: blue;}
    100% {transform: scale(1); opacity: 1.0; background-color: red;}
}

.btn-anim:hover {
    animation: animation1 3s ease infinite;
    -webkit-animation: animation1 3s ease infinite;
}
/* keyframes END */



/* Maxem START */

/* Header START */
.header {
    z-index: 11;
	background: #fff;
    border-bottom: 1px solid #EBEBEB;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Header banner start */
.header--banner {
    position: absolute;
    background: transparent;
    border: 0;
}

.fix .header--banner {
    position: fixed;
    background-color: #82367B;
}

.header--banner .soc-menu__li:not(.soc-menu__li--contact) {
    display: none;
}

.header--banner .soc-menu__li--contact {
    display: inline-block;
}

.header--banner .nav-mobile {
    display: none;
}
/* Header banner end */

/* Header light start */
.header--light .header__phone,
.header--light .header__cities-main,
.header--light .main-menu__link,
.header--light .soc-menu__link,
.header--light .profile-log__name span,
.header--light .profile-account span {
    color: #fff;
}

.header--light .header__top {
    border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.header--light .burger__line:after,
.header--light .burger__line:before,
.header--light .burger__line span {
    background-color: #fff;
}

.header--light .header-searh__form {
    display: none;
}

.header--light .header__icon-numb {
    box-shadow: 0 0 0 1px #fff;
}

.header--light .header__icon.header__icon--favorite:before {
    background-image: url(images/icons/favorite-light.svg);
}

.header--light .header__icon.header__icon--basket:before {
    background-image: url(images/icons/basket-light.svg);
}

.header--light .profile-log__name span:before,
.header--light .profile-account span:before {
    background-image: url(images/icons/account-light.svg);
}

.header--light .logo__img--dark {
    display: none;
}

.header--light .logo__img--light {
    display: inline-block;
}
/* Header light end */

body.header-noborder:not(.fix) .header  {
    border-bottom: 0;
}
.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0 17px;
    border-bottom: 1px solid #EBEBEB;
}
body.scroll-breakpoint .header__top {
    border-bottom: 1px solid transparent;
}
body.search-active .header__top {
    border-bottom: 0;
}
body.search-active  .header-searh__form-trigger {
    background-image: url(images/icons/search-brown.svg);
}
.header__side-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.burger {
    width: 40px;
    padding: 10px 20px 10px 0px;
    margin: 0px 16px 0px 0px;
    cursor: pointer;
}

.burger__line:after,
.burger__line:before,
.burger__line span {
    content: "";
    display: block;
    height: 2px;
    background-color: #C8A06C;
    margin: 3px 0;
    transition: .2s all;
    position: relative;
    top: 0;
}

.burger__line:after,
.burger__line:before {
    width: 16px;
}

body.burger-active .burger__line:before {
    top: 5px;
    transform: rotate(-45deg);
    margin-top: 6px;
    width: 16px;
}

body.burger-active .burger__line span {
    transform: rotate(45deg);
    margin-top: 0;
    width: 16px;
}

body.burger-active .burger__line:after {
    bottom: 0px;
    opacity: 0;
}

body.backstage {
    position: relative;
    z-index: 1;
}
body.backstage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgb(51 51 51 / 40%);
}
.logo {
    display: block;
    margin: 0px 24px 0px 0px;
}
.logo__img {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}
.logo__img--light {
    display: none;
}
.header__wrplaces {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.header__wrplaces--active {
    overflow: initial;
}
.header__phone {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    margin: 0px 24px 0px 0px;
}
.header__cities {
}
.headernav-top--cities {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.headernav-top--cities.active {
    overflow: initial;
}
.headernav-top--cities.active .h-cities {
    top: 100%;
    opacity: 1;
    z-index: 5;
}
.header__cities-main {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    position: relative;
    z-index: 2;
    padding-right: 15px;
    cursor: pointer;
    white-space: nowrap;
}
.header__cities-main:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 4px;
    background-image: url(images/icons/arrow-dropdown.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.h-cities {
    width: 248px;
    min-width: 248px;
    position: absolute;
    z-index: 2;
    right: 0;
    left: auto;
    top: 180%;
    opacity: 0;
    padding: 16px 0;
    background: #fff;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-top: 16px;
    transition: .2s top;
}
.header__wrplaces--active .h-cities {
    top: 100%;
    opacity: 1;
}
.h-cities__wrsearch {
    margin: 0 8px 8px;
}
.h-cities__search {
    padding: 9px 16px !important;
    font-weight: 400 !important;
}
.h-cities__ul {
}
.h-cities__li {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 8px 24px;
    transition: .2s all;
}
.h-cities__li:not(.h-cities__li--empty):hover {
    cursor: pointer;
    color: #AD895B;
    background: rgba(200, 160, 108, 0.16);
}
.h-cities__li--empty{
	font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.64;
}
.h-cities__li--exit {
}
.header__side-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 25px;
}
.header-searh__form {
    position: relative;
    z-index: 1;
    margin-right: 14px;
}
.header-searh__form-inp[type="text"] {
    width: 320px;
    padding: 9px 50px 9px 16px;
}
.header-searh__form-submit {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 44px;
    height: 44px;
    background: none;
    text-indent: 1000px;
    overflow: hidden;
    padding: 0;
    transform: translateY(-50%);
    background-image: url(images/icons/search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;

    cursor: pointer;
}
.header-searh__form-trigger {
    display: none;
}
.header__icon {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px 8px;
}
.header__icon:before {
    content: '';
    opacity: 1;
}
.header__icon:after {
    content: '';
    opacity: 0;
}
.header__icon:hover:before {
    opacity: 0;
}
.header__icon:hover:after {
    opacity: 1;
}
.header__icon:before,
.header__icon:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .2s all;
    transform: translate(-50%, -50%);
}
.header__icon-numb {
    font-size: 10px;
	min-width:20px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #82367B;
    border-radius: 24px;
    display: block;
    padding: 2px 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.header__icon--favorite:before {
    background-image: url(images/icons/favorite.svg);
}
.header__icon--basket:before {
    background-image: url(images/icons/basket.svg);
}
.header__icon--favorite:after {
    background-image: url(images/icons/favorite-broun.svg);
}
.header__icon--basket:after {
    background-image: url(images/icons/basket-broun.svg);
}
.profile {
    margin: 0px 0px 0px 28px;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.profile--active {
    overflow: initial;
}
.profile-account{
	cursor:pointer;
}
.profile-account span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #333333;
    position: relative;
    z-index: 1;
    padding-left: 32px;
    transition: .2s color;
}
.profile-account:hover span {
    color: #C8A06C;
}
.profile-account span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(images/icons/account.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.profile-log {
}

.profile-log__name {
    text-align: right;
    cursor: pointer;
}
.profile-log__name span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #333333;
    position: relative;
    z-index: 1;
    padding-left: 32px;
    padding-right: 18px;
    transition: .2s color;
}
.profile-log__name span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(images/icons/account.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.profile-log__name span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 4px;
    background-image: url(images/icons/arrow-dropdown.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.profile-log__menu {
    width: 208px;
    min-width: 208px;
    position: absolute;
    right: 0;
    left: auto;
    top: 180%;
    opacity: 0;
    padding: 16px 0;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-top: 16px;
    transition: .2s top;
}
.profile--active .profile-log__menu {
    top: 100%;
    opacity: 1;
}

.profile-log__menu-ul {
}
.profile-log__menu-li {
}
.profile-log__menu-link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 24px;
    transition: .2s all;
}
.profile-log__menu-link:hover {
    color: #AD895B;
    background: rgba(200, 160, 108, 0.16);
}

.search-mobile {
    position: relative;
    z-index: 1;
    display: none;
}
body.search-active .search-mobile {
    display: block;
}
.search-mobile--tune {
    margin-bottom: 5px;
}
.search-mobile__inp {
    padding: 9px 50px 9px 16px !important;
}
.search-mobile__submit {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 44px;
    height: 44px;
    background: none;
    text-indent: 1000px;
    overflow: hidden;
    padding: 20px;
    transform: translateY(-50%);
    background-image: url(images/icons/search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    padding-right: 45px;
}

.nav-mobile {
    display: none;
}
.nav-mobile__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.show_catalog,
body.show_filter{
	overflow:hidden
}
.show_catalog .nav-mobile__inner,
.show_filter .nav-mobile__inner{
	border-bottom:1px solid rgb(51 51 51 / 10%)
}
.nav-mobile__inner-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-mobile__side {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    cursor: pointer;
}
.show_catalog .nav-mobile__side[data-tab=show_catalog] .nav-mobile__side-tlt,
.show_filter .nav-mobile__side[data-tab=show_filter] .nav-mobile__side-tlt{
    color: #C8A06C !important;
}
.nav-mobile__side:nth-child(2) {
    border-left: 1px solid rgb(51 51 51 / 10%);
}
.nav-mobile__side-tlt {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-left: 28px;
    position: relative;
    z-index: 1;
}
.nav-mobile__side-tlt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
}

.nav-mobile__side-cat::before {
    background-image: url(images/icons/catalog-icon.svg);
}

.nav-mobile__side-filter::before {
    background-image: url(images/icons/filter-icon.svg);
}

.nav-mobile__body {}
.nav-mobile__item {
    display: none;
    padding-bottom: 20px;
}
.nav-mobile__item .sidebar__content{
	display:block;
	padding-bottom:80px;
}
.show_filter .nav-mobile__item-filter,
.show_catalog .nav-mobile__item-catalog,
.nav-mobile__item-filter.active .sidebar__content {
    display: block;
}
.nav-mobile__item-cat {
    display: none;
}
.nav-mobile__item-filter {
    padding-top: 16px;
}

.header__wrapper {
    overflow: hidden;
    position:  relative;
}
.header__wrnav {
    padding: 40px 0 50px;
    position: absolute;
    background-color: #fff;
    top: 120%;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    transition: .2s all;
}

body.burger-active .header__wrapper {
    overflow: initial;
}

body.burger-active .header__wrnav {
    top: 100%;
    opacity: 1;
}

.header__wrnav:before,
.header__wrnav:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
}

.header__wrnav:before {
    left: -100%;
    width: 100%;
}
.header__wrnav:after {
    left: auto;
    right: -100%;
    width: 100%;
}

.header__nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.header__company {
    width: 22.5%;
    border-right: 1px solid #EBEBEB;;
}
.header__nav-maintlt {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin: 0px 0px 18px 0px;
    transition: .2s color;
    display: block;
}
.header__nav-maintlt:hover {
    color: #C8A06C;
}
.header__nav-ul {
}
.header__catalog--ul {
    columns: 3;
	column-fill: auto;
	height:310px;
}
.header__nav-li {
}
.header__nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    transition: .2s color;
    display: block;
}
.header__nav-link:hover {
    color: #C8A06C;
}
.header__nav-li ul {
    padding: 0;
    margin: 0;
    margin-top: 4px;
}
.header__nav-li ul li {
    list-style-type: none;
}
.header__nav-li ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 33px;
    color: #333333;
    display: block;
    padding-left: 16px;
    position: relative;
    z-index: 1;
    transition: .2s color;
}
.header__nav-li ul li a:hover {
    color: #C8A06C;
}
.header__nav-li ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #C8A06C;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header__catalog {
    width: 77.5%;
    padding: 0 40px 0 52px;
	display: flex;
    flex-direction: column;
}



.header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.main-menu {
}
.main-menu__ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-menu__li {
    margin: 0px 32px 0px 0px;
}
.main-menu__li:last-child {
    margin: 0px 0px 0px 0px;
}
.main-menu__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
}
.main-menu__link:hover {
    color: #C8A06C;
}
.soc-menu__ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.soc-menu__li {
    margin: 0px 0px 0px 32px;
}
.soc-menu__li--contact {
    display: none;
}
.soc-menu__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    transition: .2s color;
	cursor:pointer;
}
.soc-menu__link:hover {
    color: #C8A06C;
}

.headernav-menu {
    display: none;
    margin: 16px -8px 14px;
}
.headernav-menu__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 16px 9px;
    border-bottom: 1px solid #EBEBEB;
}
.headernav-menu__item-name {
    display: block;
    padding-left: 32px;
    position: relative;
    z-index: 1;
}
.headernav-menu__item-name::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
}
.headernav-menu__item-amount {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background-color: #82367B;
    border-radius: 24px;
    display: block;
    padding: 2px 7px;
}
.headernav-menu__item--account .headernav-menu__item-name::before {
    background-image: url(images/icons/account.svg);
}
.headernav-menu__item-basket .headernav-menu__item-name::before {
    background-image: url(images/icons/basket.svg);
}
.headernav-menu__item--favorite .headernav-menu__item-name::before {
    background-image: url(images/icons/favorite.svg);
}

.account-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: -100%;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.33);
    transition: .3s all;
}
.account-mobile__close {
    width: 48px;
    height: 67px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.account-mobile__close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 32px;
    height: 32px;
    background-color: #333333;
    border-radius: 4px;
}
.account-mobile__close svg {
    position: relative;
    z-index: 1;
}
.account-mobile__wrapper {
    position: absolute;
    top: 0;
    left: 48px;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: auto;
}
.account-mobile__wrapper-inner {
    position: relative;
    padding: 22px 16px;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.account-mobile__body {
}
.account-mobile__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
}
.account-mobile__icon {
    margin: 0px 16px 0px 0px;
}
.account-mobile__icon svg {
    position: relative;
    z-index: 3;
}
.account-mobile__data {
}
.account-mobile__data-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.account-mobile__data-mail {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.64;
}
.account-mobile__ul {
}
.account-mobile__li {
    border-bottom: 1px solid #EBEBEB;
}
.account-mobile__li:last-child {
    border-bottom: 1px solid transparent;
}
.account-mobile__link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 16px 0;
}
.account-mobile__exit {
}
.account-mobile__exit-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 16px 8px 24px;
    border-top: 1px solid #EBEBEB;
}
/* Header END */

/* Main Slider START */
.main-slider {
}
.main-slider .container {
    max-width: 1390px;
}
.main-slider__inner{
	height:460px;
	overflow:hidden;
}
.main-slider__slide {
    display: flex !important;
    justify-content: space-between;
    border-radius: 15px;
    overflow: hidden;
}
.main-slider__aside {
    width: 32.353%;
    background-color: #C8A06C;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-slider__aside .container {
    margin: 0;
    padding: 0;
}
.main-slider__asd {
    padding: 20px 80px;
}
.main-slider__title {
    font-weight: 500;
    font-size: 56px;
    line-height: 114%;
    color: #fff;
    margin: 0px 0px 68px 0px;
    word-wrap: break-word;
}
.main-slider__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 192px;
	margin:0;
}
.main-slider__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-slider__control--txt {
    align-items: flex-end;
}
.main-slider__control--txt .main-slider__arrows {
    margin-bottom: 4px;
}
.main-slider__btn {
    white-space: nowrap;
    margin: 0px 28px 0px 0px;
}
.main-slider__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64px;
}
.main-slider__arrow {
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
	opacity:0.25;
}
.main-slider__arrow[onclick]{
    cursor: pointer;
	opacity:1;
}
.main-slider__arrow-left {
    transform: rotate(-180deg);
    background-image: url(images/icons/arrow-slider.svg);
}
.main-slider__arrow-right {
    background-image: url(images/icons/arrow-slider.svg);
}
.main-slider__cont {
    width: 67.6471%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 460px;
    max-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #C8A06C;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-slider__cont-img {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
/* Main Slider END */

/* Поиск START */
.l-search {
    margin: 32px 0px 0px 0px;
}
.l-search__inner {
	padding-bottom:16px
}
.l-search__form {
    position: relative;
    z-index: 1;
	margin-bottom:16px
}
.l-search__form-inp {
    padding: 9px 50px 9px 16px !important;
}
.l-search__form-submit {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 44px;
    height: 44px;
    background: none;
    text-indent: 1000px;
    overflow: hidden;
    padding: 20px;
    transform: translateY(-50%);
    background-image: url(images/icons/search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
}
/* Поиск END */

/* Catalog START */
.catalog {
}

.catalog-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 18px 0px;
}
.catalog-custom__stoke {
}
.catalog-custom__stoke-line {
}
.catalog-custom__stoke-line input {
    display: none;
}
.catalog-custom__stoke-line label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.catalog-custom__stoke-line input[type=checkbox] + label:before,
.catalog-custom__stoke-line input[type=checkbox] + label:after{
	top:-2px
}
.catalog-custom__label {
}
.catalog-custom__wrselect {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.catalog-custom__wrselect.active {
    overflow: initial;
}
.catalog-custom__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding-right: 14px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.catalog-custom__name:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    background-image: url(images/icons/arrow-dropdown-black.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 6px;
    margin-top: 1px;
}
.catalog-custom__wrselect.active .catalog-custom__name:after {
    transform: rotate(-180deg) translateY(-50%);
    margin-top: -3px;
}
.catalog-custom__ul {
    z-index: 2;
    width: 180px;
    min-width: 150px;
    position: absolute;
    right: 0;
    left: auto;
    top: 180%;
    padding: 16px 0;
    background: #fff;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-top: 16px;
    transition: .2s top;
    text-align: right;
    opacity: 0;
    transition: .2s all;
}
.catalog-custom__wrselect.active .catalog-custom__ul {
    opacity: 1;
    top: 100%;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding: 7px 0;
}
.catalog-custom__li {
    display: block;
    line-height: 24px;
    color: #333333;
    padding: 4px 10px;
    transition: .2s all;
    cursor: pointer;
}
.catalog-custom__li:hover {
    color: #AD895B;
    background: rgba(200, 160, 108, 0.16);
}


.catalog__inner {
    display: flex;
    justify-content: space-between;
}
.main-slider + .container--breadcrumbs + .catalog .catalog__inner{
	padding-top:56px;
}
.sidebar {
    width: 23.37%;
}
.sidebar__sections{
	padding-bottom:16px
}
.sidebar__section {
    margin-bottom: 16px;
}
.sidebar__section.active .sidebar__content {
    display: block;
}
.sidebar__main-tlt {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.sidebar__main-tlt span {
    display: block;
    padding: 0 0 16px 32px;
    padding-left: 32px;
    position: relative;
    z-index: 1;
}
.sidebar__main-tlt span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height:24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.sidebar__main-tlt--catalog span:before {
    background-image: url(images/icons/catalog-icon.svg);
}
.sidebar__section.active .sidebar__main-tlt--catalog{
	border-bottom:1px solid #EBEBEB
}
.sidebar__main-tlt-arrow {
    position: absolute;
    top: 7px;
    left: auto;
    right: 0;
    z-index: 3;
    width: 16px;
    height: 14px;
}
.sidebar__main-tlt-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar__section.active .sidebar__main-tlt svg {
    transform: translate(-50%, -50%) rotate(-180deg);
}
.sidebar__section.active .sidebar__main-tlt svg path {
    fill: #333333;
}
.sidebar__main-tlt-arrow path {
    fill: #C8A06C;
}
.sidebar__content {
    display: none;
}
.sidebar__main-tlt.active .sidebar__content {
    display: block;
}
.sidebar__content-ul {
}
.sidebar__content-li {
    border-bottom: 1px solid #EBEBEB;
}
.sidebar__content-link {
    display: block;
    padding: 13px 0;
    transition: .2s color;
    position: relative;
    z-index: 1;
}
.sidebar__content-link:hover .sidebar__content-name{
    color: #C8A06C;
}
.sidebar__content-li ul {
    padding: 0 0 0 24px;
}
.sidebar__content-li ul li {
    list-style-type: none;
    border-bottom: 1px solid #EBEBEB;
}
.sidebar__content-li ul li:last-child {
    border-bottom: 1px solid transparent;
}
.sidebar__content-li ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: block;
    padding: 13px 0;
    transition: .2s color;
}
.sidebar__content-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #333333;
    transition: .2s color;
}
.sidebar__content-li ul li a:hover {
    color: #C8A06C;
}
.sidebar__content-arrow {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    z-index: 2;
    width: 28px;
    height: 100%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sidebar__content-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%) rotate(0deg);*/
    transform: translate(4px, -1px) rotate(0deg);
}
.sidebar__content-li.active .sidebar__content-arrow svg {
    transform: translate(50%, -50%) rotate(-180deg);
}
.sidebar__content-li.active .sidebar__content-arrow svg path {
    fill: #333333;
}
.sidebar__content-arrow path {
    fill: #C8A06C;
}

.sidebar__main-tlt--filter {
    margin: 0px 0px 8px 0px;
}
.sidebar__main-tlt--filter span:before {
    content: '';
    background-image: url(images/icons/filter-icon.svg);
}
.sidebar__part {
}
.sidebar__part--one {
}
.sidebar__line--hide {
	display:none
}
.effect {}
.sidebar__line-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
    margin: 0px 0px 8px 0px;
}
.effect .sidebar__line-name {
    margin: 0px 0px 0px 0px;
}
.sidebar__focus {
	margin-bottom:32px;
}
.selection {
    position: relative;
    z-index: 3;
    margin: 0px 0px 24px 0px;
    overflow: hidden;
}
.selection.active {
    overflow: initial;
}
.sidebar__selection-input {
}
.sidebar__selected {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    padding: 13px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.sidebar__selected-type {}
.sidebar__selected-arrow {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
}
.selection.active .sidebar__selected svg {
    transform: translate(-50%, -50%) rotate(-180deg);
}
.sidebar__selection-ul {
    border-radius: 8px;
    border: 1px solid rgb(51 51 51 / 10%);
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    margin-top: 0px !important;
    opacity: 0;
    transition: .2s all;
}
.selection.active .sidebar__selection-ul {
    top: 100%;
    margin-top: 4px !important;
    opacity: 1;
}
.sidebar__selection-li {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    padding: 8px 24px;
    transition: .2s all;
}
.sidebar__selection-li:hover {
    color: #AD895B;
    background: rgba(200, 160, 108, 0.16);
}
.sidebar__wrapper {
    margin: 0px 0px 35px 0px;
}
.sidebar__full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 18px 0px;
}
.sidebar__half {
    width: 50%;
    position: relative;
    z-index: 1;
}
.sidebar__half-input {
    position: relative;
    z-index: 1;
    padding-right: 50px !important;
}
.sidebar__half:first-child .sidebar__half-input {
    border-radius: 8px 0 0 8px;
}
.sidebar__half:last-child .sidebar__half-input {
    border-radius: 0 8px 8px 0;
    border-left: none;
}
.sidebar__half-rub {
    width: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: auto;
    z-index: 4;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: rgb(51 51 51 / 32%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
}
.sidebar__slider{
	padding-bottom:11px;
}
.sidebar__slider-track{
	position:relative;
	width:100%;
    background: #EBEBEB;
    height: 2px;
}
.sidebar__slider-track-vd,
.sidebar__slider-track-vn,
.sidebar__slider-track-v,
.sidebar__slider-track-range{
	position:absolute;
	height:2px;
	top:0;
}
.sidebar__slider-track-vd,
.sidebar__slider-track-v{
    background: #82367B;
}
.sidebar__slider-track-handle{
	background:#fff;
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	border-radius:50%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	top:-13px;
	cursor:grab
}
.sidebar__slider-track-handle:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:8px;
	margin:auto;
	height:8px;
	border-radius:50%;
    background: #82367B;
}
.alot__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
    margin: 0px 0px 8px 0px;
}
.alot__header-selectall {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    color: #333333;
    opacity: 0.56;
	margin-bottom: 8px;
    cursor: pointer;
    transition: .2s opacity;
}
.alot__header-selectall:hover {
    opacity: 1;
}
.sidebar__alot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	margin-right:-14px;
}
.sidebar__alot-item {
}
.sidebar__alot-input {
    width: 0;
    height: 0;
    margin: 0;
}
.sidebar__alot-label {
    margin: 0px 14px 10px 0px;
    min-width: 56px;
}
/*.sidebar__alot-label:before,
.sidebar__alot-label:after {
    border-radius: 8px !important;
    background-size: 12px !important;
}*/
.bx-filter-container-modef{
	display:block;
	position:relative;
}
.bx-filter-popup-result{
	position:absolute;
	left:100%;
	z-index:3;
	background:#fff;
	white-space:nowrap;
	top: -9px;
	font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    border: 1px solid #BABABA;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
	margin-left:28px;
}
.bx-filter-popup-result:after{
    position: absolute;
    content: "";
    display: block;
    left: -7px;
    margin-top: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    transform: rotate(45deg);
}
.bx-filter-popup-result .btn{
	margin-left:10px;
	padding:4px 10px
}
.sidebar__alist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -8px 32px 0px;
}
.sidebar__alist-item {
    position: relative;
    z-index: 1;
}
.sidebar__alist-input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.sidebar__line .sidebar__alist-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: 0 8px 8px 0;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 15px;
    transition: .2s all;
}
.sidebar__line .sidebar__alist-label:hover{
	border-color: #BABABA;
}
.sidebar__line .sidebar__alist-input:checked + .sidebar__alist-label {
    color: #fff;
    background: #333333;
    transition: .2s all;
    border: 1px solid #333333;
}
.sidebar__alist-label:before,
.sidebar__alist-label:after {
    display: none !important;
}
.sidebar__btn-more {
    width: 100%;
    margin: 0px 0px 16px 0px;
}
.sidebar__btn-reset {
    text-align: center;
}
.sidebar__btn-reset span,
.sidebar__btn-reset button {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    color: #333333;
    opacity: 0.56;
    transition: .2s opacity;
    cursor: pointer;
    padding: 8px 10px;
	background:transparent;
    display: inline-block;
    vertical-align: top;
}
.sidebar__btn-reset span:hover,
.sidebar__btn-reset button:hover {
    opacity: 1;
}
.sidebar__filter-more {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #82367B;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 35px;
    transition: .2s all;
    position: relative;
    z-index: 1;
    padding-right: 19px;
}
.sidebar__filter-more:before {
    content: '...';
    display: inline-block;
    vertical-align: middle;
    color: #82367B;
    font-size: 14px;
    line-height: 100%;
    position: absolute;
    top: -1px;
    left: auto;
    right: 0px;
    z-index: 2;
}
.rutube {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    z-index: 1;
}
.rutube:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background-image: url(images/pics/rutube.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 64px;
    position: absolute;
    top: 24px;
    left: auto;
    right: 24px;
    z-index: -1;
}
.rutube__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 40px 0px;
    max-width: 180px;
}
.rutube__btn {
    width: 100%;
}
.catalog__content{
	width:100%
}
.sidebar + .catalog__content {
    width: 72.667%;
}
.catalog__content_text{
	margin-top:50px
}
.typelist {
}
.eventlist {
}
.typelist__ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: -4px;
}
.eventlist .typelist__ul {
    flex-wrap: initial;
    margin-bottom: 20px;
}
.typelist__li {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: 4px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 15px;
    white-space: nowrap;
    transition: .2s border-color, .2s background-color;
}
.typelist__li.active{
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
.typelist__li:hover {
    border-color: #BABABA;
}
.fireworklist {
    margin: 0px 0 30px 0;
}
.title_panel {
    margin: 0px 0px 24px 0px;
}
.title_panel__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_panel__title {
    margin: 0px 0px 0px 0px;
}
.control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.control__ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 8px 0px 0px;
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
	padding-left: 4px;
}
.control__label-item {
    margin: 4px 4px 4px 0;
}
.control__label-link {
	display:block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 16px;
    white-space: nowrap;
    cursor: pointer;
}
.control__label-item.active .control__label-link{
    color: #fff;
    background: #333333;
}
.control__label-link:hover {
    /*color: #C8A06C;*/
}
ul.control__view-ul {
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
}
.control__view-item {
    width: 34px;
    height: 44px;
    cursor: pointer;
    padding: 5px 6px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.control__view-item.active svg g {
    opacity: 1;
}
.catalog__inn {}
.catalog__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -8px 8px;
    position: relative;
    z-index: 1;
}
.product {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}
.catalog__list-product {
    width: 33.333%;
    padding: 0 8px 16px;
}
.product__inn {
    width: 100%;
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    padding: 20px 24px 24px 24px;
	transition:.2s border-color;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	height: 100%;
}
.product__inn:hover{
	border-color:#BABABA
}
.product__top,
.product__bottom{
    width:100%;
}
.product__main {
    position: relative;
    z-index: 1;
}
.product__high {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__high-name {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
}
.product__high-name:hover {
    color: #C8A06C;
    opacity: 1;
}
.product__high-like {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    cursor: pointer;
}
.product__high-like svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
}
.product__high-like svg path {
    stroke: #C4C4C4;
}
.product__high-like.active svg{
    fill: #82367B;
}
.product__high-like.active svg path,
.product__high-like:hover svg path {
    stroke: #82367B;
}
.product__wrimage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 232px;
    margin: 12px 0 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product__img {
    display: inline-block;
    vertical-align: top;
    max-height: 232px;
    transition: .2s all;
}
.product__lebels {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.product__lebels-item {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: #333333;
    background: #EFEFEF;
    border-radius: 4px;
    margin: 2px;
    padding: 1px 8px;
}
.product__grab {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product__vendor {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #333333;
	margin:2px 0;
}
.product__label_container{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.product__label {
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    background: #49A153;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 1px 8px;
	margin:2px 0 2px 4px;
}
.product__label--new {
    background: #49A153 !important;
}
.product__label--des {
    background: #C8A06C !important;
}
.product__label--pop {
    background: #82367B !important;
}
.product__label--act {
    background: #afb42b !important;
}
.product__label--rec {
    background: #00acc1 !important;
}
.product__title {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #333333;
    margin: 7px 0px 8px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s color;
}
.product__title:hover {
    color: #C8A06C;
}
.product__mates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 16px 0px;
}
.product__rating {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgb(51 51 51 / 56%);
    white-space: nowrap;
    position: relative;
    z-index: 1;
    padding-left: 18px;
    transition: .2s color;
}
.product__rating:hover {
    color: #C8A06C;
}
.product__rating:before,
.product__rating:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.product__rating:before {
    background-image: url(images/icons/star-empty.svg);
}
.product__rating:after {
    background-image: url(images/icons/star-full.svg);
    opacity: 0;
}
.product__rating.active:before {
    opacity: 0;
}
.product__rating.active:after {
    opacity: 1;
}
.product__rating-numb {
}
.product__rating-rate {
}

.rating_set{display:inline-flex;vertical-align:top}
.rating_set__item{position:relative;width:25px;height:20px;padding-right:4px}
.rating_set__item:last-child{margin-right:0}
.rating_set__input{position:absolute;z-index:1;top:0;left:0;opacity:0}
.rating_set__label{padding:0!important;display:block;margin:0;position:relative;z-index:2;cursor:pointer}
.rating_set__label:after,.rating_set__label:before{display:none!important}
.rating_set__icon{width:100%;display:block;vertical-align:top;fill:#EFEFEF}
.rating_set.checked .rating_set__icon{fill:#C8A06C}
.rating_set:hover .rating_set__icon{fill:#C8A06C!important}
.rating_set.checked .rating_set__item.checked ~ .rating_set__item .rating_set__icon{fill:#EFEFEF}
.rating_set .rating_set__item:hover ~ .rating_set__item .rating_set__icon{fill:#EFEFEF!important}

.product__store {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
    white-space: nowrap;
    margin: 0px 0px 0px 10px;
}
.product__feature {
    margin-bottom: 16px;
}
.product__feature-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
	padding:4px 0;
}
.product__feature-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: -1;
    border-bottom: 1px dashed rgb(51 51 51 / 16%);
}
.product__feature-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: rgb(51 51 51 / 56%);
    padding-right: 6px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 4;
}
.product__feature-numb {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    text-align: right;
    color: #333333;
    padding-left: 6px;
    background-color: #fff;
}
.product__price {
    margin: 0px 0px 22px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.product__price-cross {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-decoration-line: line-through;
    color: #333333;
    opacity: 0.56;
    display: inline-block;
    vertical-align: top;
}
.product__price-main {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.product__price-main span {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #333333;
    opacity: 0.56;
}
.product__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product__action-numeric {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product__action-numeric input{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lister__text .product__action-numeric {
    width: 84px;
}
.product__action-numeric--mobile {
    display: none;
}
.product__action-btn {
    width: 28px;
    min-width: 28px;
    height: 28px;
    background: #FAFAFA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.product__action .product__action-chislo,
.product__action-numeric .product__action-chislo {
    margin: 0;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    padding: 2px 0px;
    width: 32px;
	background:#fff;
}
.product__action-minus,
.product__action-plus {
    width: 28px;
    min-width: 28px;
    height: 28px;
    background: #FAFAFA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

button.product__action-basket{
	cursor:pointer;
}
.product__action-basket.product__action-basket--disabled svg path {
    stroke: #333 !important;
    opacity: 0.24;
}

.product__action-numeric--disabled .product__action-minus,
.product__action-numeric--disabled .product__action-plus {
    opacity: 0.24;
	cursor:default
}
.product__action-numeric--disabled .p-product__action-numb{
    opacity: 0.44;
}

.product__action-basket {
    width: 20px;
    height: 18px;
    display: block;
    margin: 0px 0px 0px 15px;
	background: transparent;
    padding: 0;
    border: 0;
}
.product__action-basket:hover svg path {
    transition: .2s all;
}
.product__action-basket:hover svg path,
.product__action-basket.active svg path{
    stroke: #C8A06C;
}
.catalog__breadcrumbs {
}
.catalog__breadcrumbs-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
}
.catalog__breadcrumbs-numbers {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-right:8px;
}
.catalog__breadcrumbs-li {
    margin: 0px 8px 8px 0px;
}
.catalog__breadcrumbs-li:last-child{
	margin-right:0
}
.catalog__breadcrumbs--more{
	display:none
}
.catalog__breadcrumbs-link {
    width: 48px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .2s all;
}

.catalog__breadcrumbs-li.active .catalog__breadcrumbs-link {
    color: #fff;
    background: #C8A06C;
    border-color: #C8A06C;
}
.catalog__breadcrumbs-li:hover .catalog__breadcrumbs-link {
    border-color:#BABABA;
}
.catalog__breadcrumbs--arrow .catalog__breadcrumbs-link {
    position: relative;
    z-index: 1;
}
.catalog__breadcrumbs--arrow .catalog__breadcrumbs-link:before,
.catalog__breadcrumbs--arrow .catalog__breadcrumbs-link:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    z-index: 2;
    margin:auto;
}
.catalog__breadcrumbs--right .catalog__breadcrumbs-link:before,
.catalog__breadcrumbs--left .catalog__breadcrumbs-link:before{
    background-image: url(images/icons/pagination-right-arrow.svg);
}
.catalog__breadcrumbs--left .catalog__breadcrumbs-link:before{
    transform: rotate(180deg);
}
/* Catalog END */

/* Максем описание START */
.c-maxem {
}
.c-maxem--tune {
    padding: 80px 0;
}
.c-maxem__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-maxem__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #333333;
    width: 40%;
    position: relative;
    z-index: 1;
}
.c-maxem__brick {
    display: block;
}
.c-maxem__desc {
    width: 54.584%;
}
.c-maxem__image {
    margin: 0px 0px 24px 0px;
}
.c-maxem__img {
    display: inline-block;
    vertical-align: top;
}
.c-maxem__txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 40px 0px;
}

.c-maxem__title--maxem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.c-maxem__title--maxem:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: auto;
    right: -30px;
    z-index: 2;
    background-image: url(images/icons/h1-star.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.c-maxem__actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c-maxem__btn {
    margin: 0px 32px 0px 0px;
}
.c-maxem__download {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c-maxem__download-icon {
    display: block;
    background: rgb(235 235 235 / 64%);
    border-radius: 4px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.c-maxem__download-icon svg {
}
.c-maxem__download-icon svg path {
    transition: .2s all;
}
.c-maxem__download:hover .c-maxem__download-icon svg path {
    stroke: #C8A06C;
}
.c-maxem__download-ahead {
    display: block;
    margin-left: 12px;
}
.c-maxem__download-tlt {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.c-maxem__download-file {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.72;
}
.c-maxem__download-mobile {
    display: none;
}
/* Максем описание END */

/* Блог START */
.blog {
    padding: 80px 0;
    background-color: #F2F2F2;
}
.blog__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog__ahead {
    width: 100%;
    max-width: 280px;
    margin-right: 48px;
}
.blog__ahead-tlt {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    margin: 0px 0px 40px 0px;
}
.blog__ahead-btn {
}
.blog__cont {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    margin: 0 -8px;
}
.blog__wrcont {}
.blog__writem {
    width: 33.333%;
    padding: 0 8px;
    display:flex;
}
.blog__item {
    /*height: 320px;
    max-height: 320px;*/
    background-color: #fff;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 4px;
    height:100%;
}
.blog__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    /*opacity: 0.4;*/
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    border-radius: 4px;
    padding: 4px 12px;
}
.blog__txt {
    display: block;
}
.blog__txt-tlt {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 8px;
    display: block;
    transition: .2s color;
}
.blog__item:hover .blog__txt-tlt {
    color: #C8A06C;
}
.blog__txt-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    opacity: 0.56;
    display: block;
}
.blog__mobile-btn {
    display: none;
}
/* Блог END */

/* Footer START */
.footer {
    background-color: #343430;
}
.footer__inner {
}
.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 76px 0 56px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.footer-about {
}
.footer--common {
    width: 33.333%;
    color: #fff;
    max-width: 360px;
}
.footer-about__logo {
    margin: 0px 0px 50px 0px;
}
.footer-about__logo-img {
    display: inline-block;
    vertical-align: top;
}
.footer-about__txt {
    margin: 0px 0px 32px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.4;
    max-width: 330px;
}
.footer-about__mail {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
}
.footer-contact {
    max-width: 200px;
}
.footer-contact__line {
    margin: 0px 0px 24px 0px;
}
.footer-contact__ph {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
	white-space:nowrap;
}
.footer-contact__txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.4;
}
.footer-contact__btn {
    margin-top: 16px;
}
.footer-nav {
    width: 42%;
    max-width: 488px;
}
.footer-nav__top {
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.footer-nav__top-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-nav__top-li {
}
.footer-nav__top-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    transition: .2s color;
}
.footer-nav__top-link:hover {
    color: #C8A06C;
}
.footer-nav__bottom {
    padding: 25px 0;
    max-width: 355px;
}
.footer-nav__bottom-ul {
    columns: 2;
}
.footer-nav__bottom-li {
}
.footer-nav__bottom-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    transition: .2s color;
}
.footer-nav__bottom-link:hover {
    color: #C8A06C;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.footer-bottom__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.4;
}
.footer-bottom__data {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-bottom__data-ident {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.4;
    transition: .2s opacity;
}
.footer-bottom__data-ofert {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.4;
    margin: 0px 0px 0px 38px;
    transition: .2s opacity;
}
.footer-bottom__data-ident:hover,
.footer-bottom__data-ofert:hover {
    opacity: 1;
}
/* Footer END */

/* Каталог списком START */
.catalog__view {
    margin-bottom: 24px;
}
.v-product {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 16px 0;
    border-bottom: 1px solid #EBEBEB;
    padding-right: 24px;
}
.v-product:first-child {
    border-top: 1px solid #EBEBEB;
}
.v-product__mono {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:100%;
}
.v-product__pic {
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    width: 144px;
    min-width: 144px;
    height: 144px;
    margin: 0px 25px 0px 0px;
    position: relative;
    z-index: 1;
}
.v-product__label_container{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: 2;
}
.v-product__label {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 4px 6px;
	margin:2px 4px 2px 0;
}
.v-product__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    min-height: 144px;
}
.v-product__img {
    display: inline-block;
    vertical-align: top;
    max-height: 103px;
    transition: .2s all;
}
.v-product__labels {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 2;
}
.v-product__labels.active {
    max-width: initial;
}
.v-product__labels-item {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    color: #333333;
    background: #EFEFEF;
    border-radius: 4px;
    padding: 4px 9px;
    margin: 1px;
}
.v-product__labels-item--action {
    cursor: pointer;
}
.v-product__cont {
	width: 72.167%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.v-product__cat {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 4px 0px;
}
.v-product__cont-code {
    white-space: nowrap;
}
.v-product__cont-categ {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.56;
    color: #333333;
    margin-left: 3px;
    transition: .2s all;
}
.v-product__cont-categ:hover {
    color: #C8A06C;
    opacity: 1;
}
.v-product__cont-main {
    margin: 0px 0px 12px 0px;
}
.v-product__cont-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 6px 0px;
    transition: .2s color;
}
.v-product__cont-title:hover {
    color: #C8A06C;
}
.v-product__cont-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #333333;
    max-height: 42px;
    overflow: hidden;
}
.v-product__note {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.v-product__note-link {
    display: inline-block;
    vertical-align: top;
    margin: 0px 24px 0px 0px;

    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgb(51 51 51 / 56%);
    position: relative;
    z-index: 1;
    padding-left: 18px;
    transition: .2s color;
}
.v-product__note-link:hover {
    color: #C8A06C;
}
.v-product__note-link:before,
.v-product__note-link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.v-product__note-link:before {
    background-image: url(images/icons/star-empty.svg);
}
.v-product__note-link:after {
    background-image: url(images/icons/star-full.svg);
    opacity: 0;
}
.v-product__note-link.active:before {
    opacity: 0;
}
.v-product__note-link.active:after {
    opacity: 1;
}
.v-product__note-numb {
}
.v-product__note-rate {
}
.v-product__note-store {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgb(51 51 51 / 56%);
}
.v-product__note-store span {}
.v-product__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-self: stretch;
    width: 13%;
    margin-left: 10px;
}
.v-product__prices {
    margin-bottom: 25px;
}
.v-product__price-cross {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-decoration-line: line-through;
    color: #333333;
    opacity: 0.56;
    white-space: nowrap;
}
.v-product__price-now {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: rgb(51 51 51 / 56%);
    white-space: nowrap;
}
.v-product__price-now strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.v-product__change {
}
.v-product__change strong {
}
.v-product__click {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-self: stretch;
    margin-left: 10px;
    padding-bottom: 4px;
}
.v-product__favorite {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 25px;
}
.v-product__favorite svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
}
.v-product__favorite svg path {
    stroke: #C4C4C4;
}
.v-product__favorite.active svg{
    fill: #82367B;
}
.v-product__favorite.active svg path,
.v-product__favorite:hover svg path {
    stroke: #82367B;
}
.v-product__basket {
    width: 20px;
    height: 20px;
	background:#fff;
    display: block;
	padding:0;
    margin: 0px 2px 0px 15px;
}
button.v-product__basket{
	cursor:pointer;
}
.v-product__basket:hover svg path {
    transition: .2s all;
}
.v-product__basket:hover svg path,
.v-product__basket.active svg path{
    stroke: #C8A06C;
}
.v-product__basket.v-product__basket--disabled svg path{
    stroke: #333 !important;
    opacity: 0.24;
}
}
/* Каталог списком END */

/* Карточка товара START */
.page-product {}

.p-product {
    padding: 0 0 80px;
}
.p-product__inner {
}
.breadcrumbs {
    margin: 24px 0;
}
.main-slider__asd .breadcrumbs,
.text_page--opt .breadcrumbs,
.page-screen__item .breadcrumbs{
	margin-bottom:16px;
	margin-top:0
}
.breadcrumbs--bone {
    /*margin: 0px 0px 8px 0px;*/
}
.breadcrumbs-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs-li {
    margin: 0px 8px 0px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}
.breadcrumbs-li:last-child{
	margin-right:0
}
.breadcrumbs-link {
    display: block;
    padding: 0px 14px 0px 0px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: rgb(51 51 51 / 56%);
    transition: .2s color;
}
.breadcrumbs-link--last,
.breadcrumbs-link--last:hover{
	color:inherit;
	padding:0;
}
.text_page--opt .breadcrumbs-ul,
.page-screen__item .breadcrumbs-ul{
    justify-content: center;
}
.main-slider__asd .breadcrumbs-li,
.text_page--opt .breadcrumbs-li,
.page-screen__item .breadcrumbs-li{
	color:#fff;
}
.main-slider__asd .breadcrumbs-link,
.text_page--opt .breadcrumbs-link,
.page-screen__item .breadcrumbs-link{
	color: rgb(256 256 256 / 56%);
}
.breadcrumbs-li--back .breadcrumbs-link,
.breadcrumbs-li--back .breadcrumbs-link--last {
    padding: 0px 0px 0px 18px;
	position:relative;
}
.breadcrumbs-link:hover{
    color: #333333;
}
.main-slider__asd .breadcrumbs-link:hover,
.text_page--opt .breadcrumbs-link:hover,
.page-screen__item .breadcrumbs-link:hover {
    color: #fff;
}
.breadcrumbs-link::after,
.breadcrumbs-li--back .breadcrumbs-link--last::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-image: url(images/icons/breadcrumbs-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
}
.breadcrumbs-li--back .breadcrumbs-link::after,
.breadcrumbs-li--back .breadcrumbs-link--last::after{
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(images/icons/breadcrumbs-arrow.svg);
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%) rotate(-180deg);
}
.main-slider__asd .breadcrumbs-link::after,
.main-slider__asd .breadcrumbs-li--back .breadcrumbs-link--last::after,
.text_page--opt .breadcrumbs-link::after,
.text_page--opt .breadcrumbs-li--back .breadcrumbs-link--last::after,
.page-screen__item .breadcrumbs-link::after,
.page-screen__item .breadcrumbs-li--back .breadcrumbs-link--last::after{
    background-image: url(images/icons/breadcrumbs-arrow-white.svg);
}

.p-product__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 0px 80px 0px;
}
.p-product__pics {
    width: 73.334%;
    position: relative;
    z-index: 1;
}
.p-product__pic {
    margin: 0px 0px 16px 0px;
}
.p-product__pic-slider {
}
.p-product__pic-item {
}
.p-product__pic-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 58.182%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius:4px;
}
.p-product__pic-img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius:4px;
	border:1px solid #EBEBEB;
	padding:10px;
}
.p-product__pic-img img{
	max-height:100%;
}
.p-product__pic-labels {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 16px;
    left: auto;
    right: 16px;
    z-index: 2;
}
.p-product__pic-label {
    padding: 1px 8px;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: #FFFFFF;
    background: #49A153;
    border-radius: 4px;
    margin: 2px;
}
.p-product__pic-image--video,
.p-product__pic-image--video--rutube{
    position: relative;
    z-index: 1;
}
.p-product__pic-image--video:not(.active),
.p-product__pic-image--video--rutube:not(.active){
	cursor:pointer
}
.p-product__pic-image--video:not(.active):before,
.p-product__pic-image--video:not(.active):after,
.p-product__pic-image--video--rutube:not(.active):before,
.p-product__pic-image--video--rutube:not(.active):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    border: 2px solid #FFFFFF;
    border-radius: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: .2s all;
    background-position: 56% 51%;
    background-repeat: no-repeat;
    background-size: 14px;
}
.p-product__pic-image--video:not(.active):before,
.p-product__pic-image--video--rutube:not(.active):before {
    background-image: url(images/icons/play-video.svg);
}
.p-product__pic-image--video:not(.active):after,
.p-product__pic-image--video--rutube:not(.active):after {
    background-color: #fff;
    background-image: url(images/icons/play-video-broun.svg);
    opacity: 0;
}

.p-product__pic-image--video:not(.active):hover::before,
.p-product__pic-image--video--rutube:not(.active):hover::before {
    opacity: 0;
}
.p-product__pic-image--video:not(.active):hover::after,
.p-product__pic-image--video--rutube:not(.active):hover::after {
    opacity: 1;
}

.p-product__pic-image--video iframe,
.p-product__pic-image--video--rutube iframe{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius:4px;
}

/*.p-product__pic-img {
    max-height: 532px;
}*/
.p-product__thumb {
    margin: 0 -4px;
}
.p-product__thumb .slick-track {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
}
.p-product__thumb-writem {
    max-width: 80px;
    margin: 0 4px;
}
.p-product__thumb-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 56px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.p-product__thumb-item:hover{
	border-color:#BABABA
}
.p-product__thumb-img {
    max-height: 56px;
}
.p-product__desc {
    width: 23.334%;
}
.p-product__h1 {
    margin: 0px 0px 9px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #333333;
}
.product__rating {
}
.p-product__rating {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 16px 0px;
}
.product__rating-numb {
}
.product__rating-rate {
}
.p-product__events {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -2px 25px -2px;
}
.p-product__events-item {
    padding: 1px 8px;
    margin: 2px;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: #333333;
    background: #EFEFEF;
    border-radius: 4px;
}
.p-product__feature {
    margin: 0px 0px 24px 0px;
}
.product__feature-line {
}
.product__feature-name {
}
.product__feature-numb {
}
.product__info {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    margin: 0px 0px 24px 0px;
}
.product__info p {
    margin: 0px 0px 6px 0px;
}
.product__info:last-child {
    margin: 0px 0px 0px 0px;
}
.p-product__cust {
    padding: 0px 0px 16px 0px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px 0px 16px 0px;
}
.p-product__prices {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0px 0px 17px 0px;
}
.p-product__prices-main {
}
.p-product__prices-old {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-decoration-line: line-through;
    color: rgb(51 51 51 / 56%);
}
.p-product__prices-new {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}
.p-product__prices-new strong {
    font-weight: 500;
}
.p-product__prices-new span {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.02em;
    opacity: 0.56;
}
.p-product__prices-cheaper {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 0px 0px 0px 15px;
    transition: .2s color;
}
.p-product__prices-cheaper:hover {
    color: #D9B688;
}
.product__action {
}
.p-product__action {
    position: relative;
}
.p-product__action .product__action-numeric {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
    padding: 4px;
}
.p-product__action .product__action-minus {
    width: 44px;
    min-width: 44px;
    height: 44px;
}
.p-product__action .product__action-chislo {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.p-product__action-numb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}
.p-product__action-focus {
}
.p-product__action-from {
    margin: 0 3px;
}
.p-product__action-all {
}
.p-product__action .product__action-plus {
    width: 44px;
    min-width: 44px;
    height: 44px;
}


.p-product__total {
}
.p-product__summ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 16px 0px;
    position: relative;
    z-index: 1;
}

.p-product__summ:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: -1;
    border-bottom: 1px dashed rgb(51 51 51 / 16%);
}

.p-product__summ-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: rgb(51 51 51 / 56%);
    padding-right: 6px;
    background-color: #fff;
}
.p-product__summ-price {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #333333;
    padding-left: 6px;
    background-color: #fff;
}
.p-product__move {}
.p-product__move-cut {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-product__move-culc {
    display: none;
}
.p-product__basket {
    width: 100%;
    margin: 0px 16px 0px 0px;
    text-align: center;
}
.p-product__basket span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.p-product__basket span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    margin: 0px 10px 0px 0px;
    background-image: url(images/icons/basket-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.p-product__favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 56px;
    min-width: 56px;
    height: 56px;
    background-color: #F2F2F2;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: .2s background-color;
}
.p-product__favorite:hover {
    background-color: #f1f1f1;
}
.p-product__favorite svg {
    transition: .2s all;
}
.p-product__favorite svg path {
    transition: .2s all;
}

.p-product__favorite:hover svg path,
.p-product__favorite.active svg path {
    stroke: #82367B;
}
.p-product__favorite.active svg{
	fill: #82367B;
}
/* Карточка товара END */

/* Допы START */
.extra {
}
.extra--tune {
    margin-bottom: 80px;
}
.extra__inner {
}
.extra-catalog {
    display: flex;
    margin: 0 -12px;
}
.extra-catalog__product {
    width: 25%;
    padding: 0 12px 26px;
}
.extra__title {
	margin:0px 0px 28px 0px
}
/* Допы END */

/* FAQ START */
.faq {
}
.faq--tune {
    padding: 40px 0;
}
.faq__inner {
    display: flex;
    justify-content: space-between;
}
.faq__ahead {
    width: 40%;
}
.faq__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #333333;
    margin: 0px 0px 24px 0px;
    padding-top: 10px;
}
.faq__subtlt {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    opacity: 0.8;
    max-width: 240px;
}
.faq__subtlt ul {
    margin: 0;
    padding: 0;
}
.faq__subtlt ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgb(51 51 51 / 100%);
    padding-left: 16px;
    position: relative;
    z-index: 1;
    list-style-type: none;
}

.faq__subtlt ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    min-width: 5px;
    height: 5px;
    background-color: #C8A06C;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.faq__content {
    width: 56.667%;
}
.faq__item {
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    margin: 0px 0px 8px 0px;
    overflow: hidden;
}
.faq--revers .faq__item {
    background-color: #F9F9F9;
}
.faq--revers .faq__inner {
    justify-content: start;
    gap: 32px;
}
.faq--revers .faq__content {
    width: 100%;
    max-width: 707px;
}
.faq__item:last-child {
    margin: 0px 0px 0px 0px;
}
.faq__item-tlt {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    cursor: pointer;
    padding: 32px 70px 32px 32px;
    background-color: #F2F2F2;
    position: relative;
    z-index: 1;
}
.faq--revers .faq__item-tlt {
    background-color: #FFF;
}
.faq__item-tlt::before,
.faq__item-tlt::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: auto;
    right: 35px;
    z-index: 2;
    transform: translateY(-50%);
}
.faq__item-tlt::before {
    background-image: url(images/icons/faq_plus.svg);
}
.faq__item-tlt::after {
    background-image: url(images/icons/faq_minus.svg);
    opacity: 0;
}
.faq__item.active .faq__item-tlt::before {
    opacity: 0;
}
.faq__item.active .faq__item-tlt::after {
    opacity: 1;
}
.faq__item.active .faq__item-tlt {
    background-color: #fff;
}
.faq--revers .faq__item.active .faq__item-tlt {
    background-color: #F9F9F9;
}
.faq__item.active .faq__item-tlt {
    padding-bottom: 16px;
}
.faq__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    opacity: 0.64;
    padding: 0 32px 32px;
    display: none;
}
.faq__item-ul {
}
.faq__item-li {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgb(0 0 0  / 100%);
    margin: 0px 0px 16px 0px;
    padding-left: 16px;
    position: relative;
    z-index: 1;
}
.faq__item-li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    min-width: 5px;
    height: 5px;
    background-color: #C8A06C;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.faq__item.active .faq__item-text {
    display: block;
}
/* FAQ END */

/* Отзывы START */
.reviews {
}
.reviews--tune {
    margin-bottom: 40px;
}
.reviews__inner {
}
.reviews__title {
    margin: 0px 0px 24px 0px;
}
.reviews__body {
    display: flex;
    justify-content: space-between;
}
.reviews__content {
    width: 72.667%;
}
.reviews__item {
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    padding: 32px 40px;
    margin: 0px 0px 16px 0px;
}
.reviews__item:last-child {
    margin: 0;
}
.reviews__content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBEB;
}
.reviews__content-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.reviews__content-short {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin: 0px 16px 0px 0px;
    background: rgb(130 54 123 / 10%);
    overflow: hidden;
    border-radius: 48px;
    color: #82367B;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reviews__content-full {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.reviews__content-data {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
}
.reviews__content-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    opacity: 0.56;
    margin: 0px 17px 0px 0px;
}
.reviews__rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reviews__rating-item {
    margin: 0 0 0 3px;
}
.reviews__rating-item.active svg path {
    fill: #C8A06C;
}
.reviews__content-bottom {
    padding-top: 24px;
}
.reviews__content-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgb(51 51 51 / 64%);
    margin: 0px 0px 12px 0px;
}
.reviews__content-bottom strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #333333;
}
.reviews__sidebar {
    width: 23.334%;
}
.reviews__ahead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 16px 0px;
    border-bottom: 1px solid #EBEBEB;
}
.rating {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 14px;
    background-image: url(images/icons/star-empty-reiting.svg);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-size: 16px;
}
.rating__item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 14px;
    background-image: url(images/icons/star-full-reiting.svg);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-size: 16px;
}
.reviews__numb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin: 0px 0px 0px 15px;
}
.reviews__numb-now {
}
.reviews__numb-slash {
    margin: 0 4px;
}
.reviews__numb-from {
}
.reviews__wind {
    margin: 0px 0px 27px 0px;
}
.reviews__wind-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews__wind-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: rgb(51 51 51 / 56%);
    width: 53px;
    min-width: 53px;
    background-color: #fff;
    white-space: nowrap;
}
.reviews__wind-line {
    width: 100%;
    height: 4px;
    background-color: #EBEBEB;
    border-radius: 12px;
    margin: 0 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.reviews__wind-progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #82367B;
    border-radius: 12px;
    transition: .2s width;
}
.reviews__wind-numb {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    width: 14px;
    min-width: 14px;
    white-space: nowrap;
}
.reviews__btn {
    width: 100%;
}
/* Отзывы END */

.common-page {
    padding: 56px 0 80px;
    min-height: 500px;
}
.common-page.error-404{
	max-width:700px;
	margin:0 auto
}
.common-page.error-404 h1,
.common-page.error-404 h2{
	text-align:center
}
.text_page{
	padding: 33px 0 80px;
    min-height: 500px;
}
.text_page--nopaddingbottom{
	padding-bottom:0
}
.container--breadcrumbs + .text_page{
	padding-top:0;
}
.blog_detail{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog_detail__content{
	width: 73.334%;
}
.blog_detail__aside{
	width: 23.334%;
}
.blog_detail__text li{
	margin: 1em 0;
}
.blog_detail__text h2{
    margin: 20px 0px 14px 0px;
}
.blog_detail__image img{
	vertical-align:top;
}
.blog_detail__image{
	overflow:hidden;
	border-radius:8px;
	margin-bottom:20px;
}
.blog_detail__date{
	margin-right:25px;
}
.blog_detail__showcount{
	position:relative;
	padding-left:20px;
}
.blog_detail__showcount:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:14px;
	height:14px;
    opacity: .6;
	background:url(images/icons/eye.svg) no-repeat 50% 50%/contain
}
.blog_detail__head{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding:0 0 16px;
	font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
}
.common-page--index {
    padding-top: 25px;
}
/* Преимущества START */
.pros {
    margin-bottom: 40px;
}
.pros__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -16px;
}
.pros__writem {
    width: 25%;
    padding: 0 16px;
}
.pros__item {
}
.pros__image {
    width: 80px;
    height: 80px;
    margin: 0px 0px 24px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(235 235 235 / 40%);
}
.pros__image path {
}
.pros__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    max-width: 195px;
    margin: 0px 0px 16px 0px;
}
.pros__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    opacity: 0.8;
    max-width: 224px;
}
/* Преимущества END */

/* Типы оплаты START */
.types {
}
.types--tune {
    padding: 40px 0;
}
.types__inner {
    display: flex;
    justify-content: space-between;
}
.types__ahead {
    width: 40%;
}
.types__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #333333;
    margin: 0px 0px 24px 0px;
    padding-top: 10px;
}
.types__subtlt {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    opacity: 0.64;
    max-width: 337px;
}
.types__content {
    width: 56.667%;
}
.types__vars {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
}
.types__vars-writem {
    width: 50%;
    padding: 8px;
}
.types__vars-item {
    padding: 32px;
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
}
.types__vars-icon {
    margin: 0px 0px 25px 0px;
}
.types__vars-icon svg {
    margin-left: -3px;
}
.types__vars-tlt {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    color: #333333;
    max-width: 234px;
}
.types__payment {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    color: #333333;
}
.types__payment a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 5px;
    color: #333333;
    font-weight: 500;
}
/* Типы оплаты END */

/* О компании START */
.details {
}
.details--tune {
    margin: 0px 0px 80px 0px;
}
.details__inner {
    display: flex;
    justify-content: space-between;
}
.details__aside {
    width: 40%;
}
.details__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #333333;
    padding-top: 10px;
    margin: 0px 0px 20px 0px;
}
.details__subtlt {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    opacity: 0.64;
}
.details__cont {
    width: 56.667%;
}
.details__body {
    padding: 32px;
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    margin: 0px 0px 40px 0px;
}
.details__body-h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    max-width: 377px;
    margin: 0px 0px 24px 0px;
}
.details__section {
}
.details__section-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 0px 12px 0px;
    position: relative;
    z-index: 1;
}
.details__section-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    z-index: -1;
    border-bottom: 1px dashed rgb(51 51 51 / 16%);
}
.details__section-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgb(51 51 51 / 64%);
    padding-right: 8px;
    background-color: #fff;
    max-width: 125px;
}
.details__section-numb {
    width: 70.847%;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgb(51 51 51 / 64%);
    padding-left: 8px;
    background-color: #fff;
}
.details__section-tlt {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin: 0px 0px 12px 0px;
}
.c-maxem__download {
}
.details__mobile {
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.details__wrdownload {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.details__download {
}
.c-maxem__download-icon {
}
.c-maxem__download-ahead {
}
.c-maxem__download-tlt {
}
.c-maxem__download-file {
}
.details__links {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
}
.details__links-writem {
    padding: 0 8px;
    width: 50%;
}
.details__links-item {
    background: #F2F2F2;
    border-radius: 8px;
    overflow: hidden;
    padding: 32px;
    display: block;
}
.details__links-img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0px 0px 32px 0px;
}
.details__links-tlt {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    transition: .2s color;
    max-width: 225px;
}
.details__links-item:hover .details__links-tlt {
    color: #C8A06C;
}
/* О компании END */

/* Главный экран страниц START */
.page-screen {
}
.page-screen__writem {
    padding: 72px 30px;
    background-color: #C8A06C;
    text-align: center;
    min-height: 490px;
}
.page-screen__item {
}
.page-screen__info {
    max-width: 708px;
    margin: 0 auto;
}
.page-screen__h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    text-align: center;
    margin: 0px 0px 32px 0px;
}
.page-screen__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0px 0px 30px 0px;
}
/* Главный экран страниц END */

/* События START */
.events {
}
.events--tune {
    margin-top: -183px;
    padding-bottom: 20px;
}
.events__inner--blog {
	margin-bottom:20px
}
.events__body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.events__writem {
    padding: 12px;
    width: 50%;
}
.events__writem--blog{
	width:33.3333%!important
}
.events__writem--blog .events__item{
    padding-top:73.44%!important;
}
.events__writem--full{
	width:100%!important;
	padding:0 12px 24px
}
.events__writem--full .events__item{
    padding-top:69%!important;
}
.events__writem:nth-child(3),
.events__writem:nth-child(4),
.events__writem:nth-child(5),
.events__writem:nth-child(6) {
    width: 25%;
}
.events__writem:nth-child(3) .events__item,
.events__writem:nth-child(4) .events__item,
.events__writem:nth-child(5) .events__item,
.events__writem:nth-child(6) .events__item {
    padding-top: 100%;
}
.events__writem:nth-child(3) .events__item-tlt,
.events__writem:nth-child(4) .events__item-tlt,
.events__writem:nth-child(5) .events__item-tlt,
.events__writem:nth-child(6) .events__item-tlt {
    max-width:160px
}
.events__item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 47.96%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .2s all;
}
.events__item::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #8A6E4A 0%, rgba(200, 160, 108, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    transition: .2s opacity;
}
.events__item:hover::before {
    opacity: 0.6;
}
.events__item:hover {
    background-size: 110%;
}
.events__item-amount {
    display: block;
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 24px;
    left: auto;
    background-color: #FFFFFF;
    border-radius: 4px;

    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    text-align: right;
    color: #333333;
    padding: 1px 8px;
}
.events__item-numb {
}
.events__item-tlt {
    display: block;
    position: absolute;
    z-index: 2;
    left: 32px;
    bottom: 32px;
	right:32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
	overflow: hidden;
    text-overflow: ellipsis;
}
/* События END */

/* Корзина START */
.common-page__h1 {
    margin: 0px 0px 20px 0px;
}
.page-order .common-page__h1 {
    margin: 0 0 2px 0;
}
.bone {
}
.bone--tune {
    padding-bottom: 80px;
}
.bone__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 18px 0px;
    width: 73.334%;
}

.bone__action-order {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bone__action-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    opacity: 0.64;
    margin: 0px 8px 0px 0px;
}
.bone__action-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bone__action-labelitem {
    padding: 1px 8px;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: #FFFFFF;
    background: #82367B;
    border-radius: 4px;
    margin: 0px 4px 0px 0px;
}
.bone__action-line {
}
.bone__action-label {
}
.bone__control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bone__control--hide{
	display:none;
}
.bone__control-item {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0px 0px 0px 30px;
}
.bone__delete {
}
.bone__control-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    opacity: 0.24;
}
.bone__delete:before {
    background-image: url(images/icons/closing.svg);
}
.bone__add:before {
    background-image: url(images/icons/plus.svg);
    background-size: 11px;
}
.bone__body {
    display: flex;
    justify-content: space-between;
}
.bone__content {
    width: 73.334%;
}
.lister {
}
.lister__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #EBEBEB;
}
.lister__line:first-child {
    border-top: 1px solid #EBEBEB;
}
.lister__contain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 69%;
    overflow: hidden;
}
.lister__check {
    width: 124px;
    min-width: 124px;
    margin: 0px 16px 0px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 44px;
    position: relative;
    z-index: 1;
}
.lister__check-label {
    display: block;
    padding-left: 0 !important;
    position: initial !important;
}
input[type=checkbox] + .lister__check-label:before {
	top:50%;
	margin-top:-10px
}
input[type=checkbox].lister__check-input:checked + label:after {
	top:50%;
	margin-top:-10px
}
.page-order .lister__check-label:before,
.page-order .lister__check-label:after {
    display: none;
}
.page-order .lister__check {
    width: 80px;
    min-width: 80px;
    padding-left: 0;
}
.lister__check-input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.lister__check-image {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    min-height: 80px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
	padding:4px;
}
.lister__check-img {
    display: inline-block;
    vertical-align: top;
    max-height: 100%;
}
.lister__text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lister__text-cover {
    width: 100%;
    padding-right: 25px;
}
.lister__text-sbtlt {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgb(51 51 51 / 56%);
}
.lister__text-tlt {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #333333;
    transition: .2s color;
    display: inline-block;
    margin: 5px 0 0;
    vertical-align: top;
}
.lister__text-tlt:hover {
    color: #C8A06C;
}
.lister__count--mobile {
    display: none;
}
.lister__cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 24%;
}
.page-favorite .lister__cover {
    width: 14%;
}
.page-favorite .lister__contain {
    width: 80%;
}
.lister__cover--end {
    justify-content: flex-end;
}
.lister__cover--order {
    width: 16.4%;
    padding-right: 40px;
}
.lister__cover .product__action-numeric {
    margin: 0 15px;
}
.lister__prices {
    margin: 0 15px;
}
.lister__prices--mobile {
    display: none;
}
.lister__prices-cross {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: rgb(51 51 51 / 56%);
    white-space: nowrap;
}
.lister__prices-cross--out{
    text-decoration-line: line-through;
}
.lister__prices-fine {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: rgb(51 51 51 / 56%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}
.lister__prices-ams {
    display: inline-block;
    vertical-align: top;
}
.lister__prices-ams--mobile {
    display: none;
}
.lister__prices-fine span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.lister__prices-fine strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-left: 2px;
    padding-right: 2px;
}
.lister__do {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lister-buy {
	cursor:pointer;
    padding: 10px;
    margin-right: 5px;
}
.lister__cover--end .lister-buy {
    display: block;
}
.lister-buy svg {
	vertical-align: top;
}
.lister-buy svg path {}
.lister__delete {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    padding: 10px 20px;
}
.lister__delete svg {
    opacity: 0.24;
    transition: .2s opacity;
}
.lister__delete:hover svg {
    opacity: 1;
}
.lister__delete-icon {
    width: 24px;
    height: 24px;
}

.additional {
}
.additional--tune {
    padding: 56px 0 0;
}
.additional--mobile {
    display: none;
}
.additional__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 16px 0px;
}
.additional__body {
}
.additional__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 8px 0px;
    position: relative;
    z-index: 1;
}
.additional__line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: -1;
    border-bottom: 1px dashed rgb(51 51 51 / 16%);
}
.additional__line-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: rgb(51 51 51 / 56%);
    padding-right: 8px;
    background-color: #fff;
}
.additional__line-val,
.additional__line-val a {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #333333;
}
.additional__line-val {
    padding-left: 8px;
    background-color: #fff;
}
.additional__comment {
    margin: 16px 0 0 0;
}
.additional__comment-tlt {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    opacity: 0.56;
    margin: 0px 0px 4px 0px;
}
.additional__comment-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #333333;
}
.additional__btn {
    display: none;;
}

.bone__side {
    width: 23.37%;
}
.bone__side .rutube{
	position: -webkit-sticky;
    position: sticky;
	z-index:2;
	top:174px;
}
.scroll-breakpoint .bone__side .rutube {
	top:118px;
}

.bone__side-frame {
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 10px;
	position: -webkit-sticky;
    position: sticky;
	z-index:2;
	top:174px;
}
.scroll-breakpoint .bone__side-frame {
	top:118px;
}
.bone__side-border {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.bone__side-btn {
    width: 100%;
}
.bone__side-info {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgb(51 51 51 / 56%);
    margin: 16px 0px 0px 0px;
}
.bone__side-tlt {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin: 0px 0px 16px 0px;
}
.bone__side-list {
    padding: 0px 0px 16px 0px;
    margin: 0px 0px 16px 0px;
    border-bottom: 1px solid #EBEBEB;
}
.bone__side-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
	padding:5px 0
}
.bone__side-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    z-index: -1;
    border-bottom: 1px dashed rgb(51 51 51 / 16%);
}
.bone__side-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(51 51 51 / 56%);
    padding-right: 6px;
    background-color: #fff;
}
.bone__side-numb {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #333333;
    padding-left: 6px;
    background-color: #fff;
}
.bone__side-fine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.bone__side-fine:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    z-index: -1;
    border-bottom: 1px dashed rgb(51 51 51 / 16%);
}
.bone__side-finename {
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    line-height: 24px;
    color: rgb(51 51 51 / 56%);
    padding-right: 6px;
    background-color: #fff;
    max-width: 125px;
}
.bone__side-finetolal {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #333333;
    padding-left: 6px;
    background-color: #fff;
    margin: 0px 0px 0px 10px;
    white-space: nowrap;
}
.bone__side-cancel {
    width: 100%;
    margin: 16px 0px 0px 0px;
}
.crearify {
    display: none;
}
.crearify__btn {
}

.basket-mobile {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
}
.basket-mobile__inner {
    padding: 17px 0px;
    border-top: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.basket-mobile__total {
    white-space: nowrap;
}
.basket-mobile__total-name {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #333333;
    opacity: 0.56;
}
.basket-mobile__total-fine {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.basket-mobile__panel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px 0px 0px 10px;
}
.basket-mobile__summ {
    white-space: nowrap;
}
.basket-mobile__summ-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 11px;
}
.basket-mobile__summ-name {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #333333;
    opacity: 0.56;
}
.basket-mobile__summ-fine {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
/* Корзина END */

/* Текущие заказы START */
.orders {
}
.orders--ordering {
    display: none;
}
.orders__body {
    margin: 0px 0px 56px 0px;
}
.orders__body:last-child {
    margin: 0;
}
.orders__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 16px 0px;
}
.orders__inner {
}
.orders__line {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.orders__line:first-child {
    border-top: 1px solid #EBEBEB;
}
.orders__line-focus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 35px;
}
.orders__line-round {
    width: 56px;
	min-width: 56px;
    height: 56px;
    background: #C8A06C;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    margin: 0px 16px 0px 0px;
}
.orders__line-detail {
}
.orders__line-subtlt {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.64;
    margin: 0px 0px 4px 0px;
}
.orders__line-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.64;
    margin: 4px 0 0 0;
}
.orders__line-desc + .orders__line-desc{
	margin:0
}
.orders__line-tlt {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.orders__line-labels {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -2px;
}
.orders__line-label {
    padding: 1px 8px;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: #FFFFFF;
    background: #82367B;
    border-radius: 4px;
    margin: 0px 2px;
}
.orders__line-label--gray,
.bone__action-labelitem--gray {
    color: #333;
    background: #EBEBEB;
}
.orders__line-label--F,
.bone__action-labelitem--F {
    background: #49A153;
}
/* Текущие заказы END */

/* Оформление заказа START */
.ordering {
}
.ordering__line {
    padding: 24px 0;
    border-bottom: 1px solid #EBEBEB;
}
.ordering__line:first-child {
    border-top: 1px solid #EBEBEB;
}
.customer {
}
.customer__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 16px 0px;
}
.customer__type {
}
.ix-name,
.listner__tab-heading .form__error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
    margin: 0px 0px 8px 0px;
}
.customer__type-selections {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px;
    border: 1px solid rgb(51 51 51 / 10%);
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 12px;
}
.customer__type-select {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    border-radius: 4px;
    padding: 10px 28px !important;
    cursor: pointer;
    transition: .2s all;
    margin: 0px 3px 0px 0px;
}
.customer__type-item:last-child .customer__type-select {
    margin: 0px 0px 0px 0px;
}
input[type=radio]:checked + .customer__type-select {
    color: #fff;
    background-color: #333333;
}
input[type=radio] + .customer__type-select:after,
input[type=radio] + .customer__type-select:before{
	display:none !important;
}
.listner {
}
.listner__tab {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.listner__tab-item {
    padding: 12px 10px;
    width: 33.333%;
}
.listner__tab-item--full{
	width:100%
}
.listner__tab-item--short{
    width: 16.667%;
}
.listner__tab-item--long{
    width: 50%;
}
.listner__tab-heading {
    display: flex;
    justify-content: space-between;
}
.listner__tab-heading .form__error {
    color: #F94A37;
    opacity: 1;
}
.listner__tab-input {
    width: 100%;
}
.listner__tab-item input._form-error {
    border-color: #F94A37;
}
.delivering {
}
.delivering__tlt {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 16px 0px;
}
.delivering__inner {
}
.delivering__body {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -10px 4px -10px;
}
.delivering__writem {
    width: 25%;
    padding: 0 10px 20px;
    position: relative;
    z-index: 1;
}
.delivering__writem input {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.delivering__item {
    display: block !important;
    background-color: rgb(242 242 242 / 64%);
    border-radius: 8px;
    min-height: 140px;
    padding: 56px 24px 24px 24px !important;
    border: 2px solid rgb(242 242 242 / 64%);
    transition: .2s all;
}
.delivering__writem input:checked + .delivering__item,
.delivering__item:hover {
    border: 2px solid rgb(130 54 123 / 40%);
}
.delivering__writem input + .delivering__item:before {
    top: 24px;
    left: 24px;
    transform: initial;
}
.delivering__writem input:checked + .delivering__item:after {
    top: 24px;
    left: 24px;
    transform: initial;
    margin-left: 0;
}
.delivering__item-name,
.delivering__item-name strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    max-width: 132px;
}
.delivering__item-name strong {
    font-weight: 500;
    white-space: nowrap;
}
.delivering__item-mobile {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.64;
    display: none;
}
.delivering__item-mobile p {
    margin: 0px 0px 20px 0px;
}
.delivering__item-mobile p:last-child {
    margin: 0px 0px 0px 0px;
}
.delivering__text,
.delivering__text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}
.delivering__text p {
    margin: 0px 0px 22px 0px;
}
.delivering__text p:last-child {
    margin: 0px 0px 0px 0px;
}
.more-info {
}
.more-info__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px 16px 0px;
}
.more-info__body {
}
.more-info__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
    margin: 0px 0px 8px 0px;
}
.more-info__textarea {
    resize: none;
    width: 100%;
    height: 104px;
}
/* Оформление заказа END */

/* Профиль START */
.p-profile {
    margin: 0px 0px 0px 0px;
}
.p-profile--tune {
}
.p-profile__inner {
    padding: 24px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px 0px 24px 0px;
}
.p-profile__wraper {
    margin: 0px 0px 48px 0px;
}
.p-profile__wraper:last-child {
    margin: 0px 0px 0px 0px;
}
.p-profile__wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.p-profile__item {
    width: 33.333%;
    padding: 12px 8px;
}
.p-profile__item--full{
	width:100%
}
.p-profile__item-input {
}
.p-profile__wraper-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 4px;
}
.p-profile__wrbtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.p-profile__btn {
    display: inline-block;
    vertical-align: top;
    padding: 16px 32px;
}
/* Профиль END */

/* Попап START */
.popup__title {
    font-weight: 500;
    font-size: 24px;
    margin: 0px 0px 8px 0px;
    line-height: 150%;
    color: #333333;
}
.popup__title--hude {
    font-size: 16px;
    margin: 0px 0px 32px 0px;
    text-align: center;
}
.popup__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    opacity: 0.64;
    margin: 0px 0px 24px 0px;
}
.popup__product{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
	margin-bottom:30px;
	margin-top: 20px;
}
.popup__product_image{
	vertical-align: top;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4px;
	margin-right:15px;
}
.popup__product_img{
	vertical-align:top
}
.popup__btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup__cancel {
}
.popup__delete {
}
.popup__btn {
    margin: 0 8px;
}
.popup__item {
    text-align: left;
    margin: 0px 0px 16px 0px;
}
.popup__item-heading {
    display: flex;
    justify-content: space-between;
}
.popup__item-name,
.popup__item-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    opacity: 0.56;
    margin: 0px 0px 8px 0px;
}
.popup__item-error {
    color: #F94A37;
    opacity: 1;
}
.popup__item-input._form-error {
    border-color: #F94A37;
}
.popup__checkbox{
	padding-bottom:5px;
}
.popup__entrance {
    margin: 0px 0px 16px 0px;
    border-bottom: 1px solid #EBEBEB;
}
.popup__entrance:last-child{
	margin:0;
	border:0
}
.popup__entrance:last-child .popup__forget{
	padding-bottom:0;
}
.popup__entrance:last-child .popup__wrforget{
	margin-bottom:0;
}
.popup__enter {
    width: 100%;
    display: block;
}
.popup__wrforget {
    text-align: center;
    margin: 6px 0;
}
.popup__forget {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    opacity: 0.56;
    cursor: pointer;
    transition: .2s opacity;
    padding: 10px 0;
}
.popup__forget:hover {
    opacity: 1;
}
.popup__policy{
	color:#7C7C7C;
	font-size: 12px;
	line-height:167%;
	margin-bottom:24px;
	text-align:left;
}
.popup__result .good{
    color:green;
}

/* Попап END */

.text_page--opt{
	text-align:center;
	padding: 72px 0;
    background-color: #C8A06C;
	color:#fff
}
.text_page--opt p{
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
	max-width:710px;
    margin: 0px auto 20px;
}
.text_page--opt .modal__content{
	color:#333333;
	text-align:left
}

/* Страница контактов START */
.common-page--contacts {
    padding: 20px 0 40px;
}
.p-contacts__ahead {
    margin-bottom: 20px;
}
.p-contacts__title {
    margin: 0 0 20px;
}
.p-contacts__subtitle:not(:last-child) {
    margin: 0 0 15px;
}
.p-contacts__wrmap {
    position: relative;
    margin-bottom: 45px;
}
.p-contacts__details {
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    z-index: 1;
    padding: 25px 0;
}
.details-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.details-contact__item {
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
}
.details-contact__item:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}
.details-contact__item + .details-contact__item {
    border-left: 1px solid #e4e4e4;
}
.details-contact__tlt {
    line-height: 140%;
    color: #616161;
    margin-bottom: 3px;
}
.details-contact__text {
    line-height: 140%;
}
.details-contact__phone {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: 700;
}
.details-contact__mail {
    display: inline-block;
    vertical-align: top;
}
.p-contacts__show-map {
    margin: 0 auto;
    display: none;
}
.p-contacts__map {
    width: 100%;
}
.p-contacts__about {
}
.p-contacts__tlt {
    margin: 0 0 20px;
}
.p-contacts__subtlt {
    margin: 0 0 15px;
}
.p-contacts__gal {
}
.gal-contacts {
    display: flex;
    justify-content: flex-start;
    margin: -10px;
}
.gal-contacts__item {
    display: block;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    overflow: hidden;
}
.gal-contacts__item picture {
    display: block;
    width: 100%;
    padding-top: 70%;
    position: relative;
}
.gal-contacts__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s all;
}
/* Страница контактов END */

ul.select_region__ul{
	overflow: auto;
    height: 200px;
    margin-top: 20px;
}
.select_region__li{
	display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 8px 24px;
    transition: .2s all;
    cursor: pointer;
}
.select_region__li:hover{
	color: #AD895B;
    background: rgba(200, 160, 108, 0.16);
}

.check_region{
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	max-width:1000px;
	background:#fff;
	z-index:10;
	padding:24px 24px 24px 30px;
	box-shadow: 0 30px 100px -10px rgb(0 0 0 / 63%);
	border-radius: 8px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	transition:.2s bottom, .2s opacity;
	bottom:-300px;
	opacity:0;
}
.check_region.active{
	bottom:50px;
	opacity:1;
}
.check_region__desc{
	color: #7C7C7C;
    font-size: 12px;
    line-height: 167%;
    text-align: left;
}
.check_region__title{
	font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #333333;
}
.check_region__buttons{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.check_region__btn_yes,
.check_region__btn_set{
	margin-left:16px;
	min-width:200px
}

.lister__btn_save{
	margin-top: 20px;
}
.lister__prices-cross-change{
	padding:3px 10px !important;
	min-width: 65px;
}
.bone__action-change-status-selector{
	margin-left:10px;
	font-size:12px;
	cursor:pointer;
	color:#C8A06C
}
.bone__action-change-status-form{
	display:flex
}
.bone__action-change-status-select{
	margin-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	min-width: 125px;
}
.bone__action-change-status-btn{
	padding-top:3px;
	padding-bottom:3px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
	min-width:700px;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table__overflow{
	overflow:auto
}
.blog__item_preview_picture{
	width: 100%;
	min-height:150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
}
.blog__item_wrap{
	display:flex;
	flex-direction:column;
}

/* Opt */

:root {
    --color-primary: #82367B;

    --scrollbarBg: #F4F3F3;
    --scrollbarThumb: var(--color-primary);
    --scrollbarWidth: 3px;
    --scrollbarBorder: 0;
    --scrollbarBorderRadius: 6px;
}
.scroll-maxsem {
    scrollbar-width: var(--scrollbarWidth);
    scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
}
.scroll-maxsem::-webkit-scrollbar {
    width: var(--scrollbarWidth);
    height: var(--scrollbarWidth);
}
.scroll-maxsem::-webkit-scrollbar-track {
    background: var(--scrollbarBg);
    border-radius: var(--scrollbarBorderRadius);
}
.scroll-maxsem::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumb);
    border-radius: var(--scrollbarBorderRadius);
    border: var(--scrollbarBorder);
}

.opt .faq {
    padding: 32px 0;
}
@media (min-width: 1000.97px) {
    .opt .faq {
        padding: 80px 0 60px;
    }
}
.opt .advantages {
    padding: 32px 0;
}
@media (min-width: 1000.97px) {
    .opt .advantages {
        padding: 50px 0 80px;
    }
}
.opt .downloads {
    padding: 32px 0;
}
@media (min-width: 1000.97px) {
    .opt .downloads {
        padding: 60px 0;
    }
}
.opt .questions-form {
    padding: 32px 0;
 }
@media (min-width: 1000.97px) {
    .opt .questions-form {
        padding: 60px 0 120px;
    }
}
.opt .mega-gallery {
    padding: 32px 0;
}
@media (min-width: 1000.97px) {
    .opt .mega-gallery {
        padding: 20px 0 60px;
    }
}

/* Opt advantages start */
.advantages__wrapper {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-block-end: 24px;
}
@media (min-width: 1000.97px) {
    .advantages__wrapper {
        gap: 32px;
    }
}
.advantages__item {
    flex: 1 1 140px;
    min-width: 140px;
}
@media (min-width: 1000.97px) {
    .advantages__item {
        flex: 1 1 144px;
        min-width: 144px;
    }
}
/* Item advantages start */
.item-advantage {
    display: grid;
    place-content: start;
    gap: 16px;
}
.item-advantage__icon {
    width: 32px;
    height: 32px;
}
.item-advantage__text {
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 1000.97px) {
    .item-advantage__text {
        font-size: 16px;
    }
}
/* Item advantages end */

/* Opt advantages end */

/* Opt downloads start */

.downloads__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background-color: var(--color-primary);
    border-radius: 8px;
    padding: 24px;
}
@media (min-width: 1000.97px) {
    .downloads__wrapper {
        padding: 64px 56px;
    }
}
.downloads__heading {
    display: grid;
    gap: 8px;
}
@media (min-width: 1000.97px) {
    .downloads__heading {
        gap: 4px;
    }
}
.downloads__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFF;
}
@media (min-width: 1000.97px) {
    .downloads__title {
        font-size: 32px;
        line-height: 40px;
    }
}
.downloads__text {
    font-size: 10px;
    line-height: 20px;
    color: #FFF;
    opacity: .64;
}
@media (min-width: 1000.97px) {
    .downloads__text {
        font-size: 12px;
        line-height: 26px;
    }
}
.downloads__button {
    width: 100%;
}
@media (min-width: 1000.97px) {
    .downloads__button {
        width: auto;
    }
}
.downloads__button .btn {
    display: block;
}
@media (min-width: 1000.97px) {
    .downloads__button .btn {
        display: inline-block;
    }
}
/* Opt downloads end */

/* Questions form start */

.questions-form {
    overflow: hidden;
    margin: 0 -15px;
}
@media (min-width: 1000.97px) {
    .questions-form {
        overflow: visible;
        margin: 0;
    }
}

.questions-form__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background-color: #F9F9F9;
    padding: 32px;
}
@media (min-width: 1000.97px) {
    .questions-form__wrapper {
        flex-wrap: nowrap;
        border-radius: 8px;
        padding: 64px 56px;
    }
}
.questions-form__heading {
    display: grid;
    place-content: start;
    gap: 10px;
}
@media (min-width: 1000.97px) {
    .questions-form__heading {
        gap: 16px;
        max-width: 413px;
    }
}
.questions-form__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
}
@media (min-width: 1000.97px) {
    .questions-form__title {
        font-size: 40px;
        line-height: 50px;
    }
}
.questions-form__text {
    font-size: 12px;
    line-height: 20px;
    max-width: 338px;
    opacity: .64;
}
@media (min-width: 1000.97px) {
    .questions-form__text {
        font-size: 14px;
        line-height: 26px;
    }
}

/* Form start */
.form {

}
.form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
@media (min-width: 1000.97px) {
    .form__row {
        gap: 16px;
        margin-bottom: 16px;
    }
}
.form__row > * {
    flex: 1 1 200px;
}
@media (min-width: 1000.97px) {
    .form__row > * {
        flex: 1 1 150px;
    }
}
.form__item {
    position: relative;
    display: grid;
}
.form__item-name {
    font-size: 10px;
    line-height: 12px;
    opacity: .56;
    pointer-events: none;
}
@media (min-width: 1000.97px) {
    .form__item-name {
        font-size: 12px;
        line-height: 16px;
    }
}
.form__item-name--slide {
    position: absolute;
    top: 12px;
    left: 16px;
}
.form__item-heading .form__error {
    position: absolute;
    top: -17px;
    right: 5px;
}

.form__item-input._form-error,
.form__item-textarea--slide._form-error {
    border-color: #F94A37;
}

input.form__item-input::placeholder,
textarea.form__item-textarea--slide::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    opacity: .40;
}
@media (min-width: 1000.97px) {
    input.form__item-input::placeholder,
    textarea.form__item-textarea--slide::placeholder {
        line-height: 24px;
    }
}
input[type="text"].form__item-input--slide,
input[type="number"].form__item-input--slide,
input[type="tel"].form__item-input--slide,
input[type="password"].form__item-input--slide,
input[type="email"].form__item-input--slide,
textarea.form__item-textarea--slide {
    line-height: 18px;
    padding: 28px 16px 10px;
}
@media (min-width: 1000.97px) {
    input[type="text"].form__item-input--slide,
    input[type="number"].form__item-input--slide,
    input[type="tel"].form__item-input--slide,
    input[type="password"].form__item-input--slide,
    input[type="email"].form__item-input--slide,
    textarea.form__item-textarea--slide {
        line-height: 24px;
        padding: 32px 16px 10px;
    }
}
textarea.form__item-textarea--slide {
    height: 74px;
}
@media (min-width: 1000.97px) {
    textarea.form__item-textarea--slide {
        height: 90px;
    }
}
.form__policy label {
    font-size: 12px;
    line-height: 20px;
}
.form__policy {
    flex: 1 1 380px;
}
.form__policy a {
    color: #82367B;
}
.form__button {
    text-align: right;
    width: 100%;
    margin-top: 16px;
}
@media (min-width: 1000.97px) {
    .form__button {
        margin-top: 0;
    }
}
.form__submit {
    display: block;
    width: 100%;
}
@media (min-width: 1000.97px) {
    .form__submit {
        display: inline-block;
        width: auto;
    }
}

/* Form end */

/* Questions form end */

/* Tiles start */

.tiles {
    padding: 32px 0;
}
@media (min-width: 1000.97px) {
    .tiles {
        padding: 80px 0;
    }
}

.tiles__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
@media (min-width: 1000.97px) {
    .tiles__wrapper {
        flex-wrap: nowrap;
        gap: 32px;
    }
}
.tiles__heading {
    display: grid;
    place-content: start;
    gap: 16px;
}
@media (min-width: 1000.97px) {
    .tiles__heading {
        gap: 24px;
        width: 100%;
        max-width: 461px;
    }
}
.tiles__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
@media (min-width: 1000.97px) {
    .tiles__title {
        font-size: 48px;
        line-height: 64px;
        letter-spacing: -0.48px;
    }
}
.tiles__text {
    font-size: 12px;
    line-height: 20px;
}
@media (min-width: 1000.97px) {
    .tiles__text {
        font-size: 14px;
        line-height: 26px;
    }
}
.tiles__content {
    display: grid;
    gap: 32px;
    width: 100%;
}
@media (min-width: 1000.97px) {
    .tiles__content {
        gap: 48px;
    }
}
.tiles__list {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
@media (min-width: 1000.97px) {
    .tiles__list {
        gap: 32px;
    }
}
.tiles__item {
    flex: 1 1 calc(50% - 13px);
}
@media (min-width: 1000.97px) {
    .tiles__item {
        flex: 1 1 214px;
    }
}
.tiles__footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
@media (min-width: 1000.97px) {
    .tiles__footer {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
}
.tiles__payment {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 30px;
}
@media (min-width: 1000.97px) {
    .tiles__payment {
        line-height: 28px;
        text-align: left;
        padding: 0;
    }
}
.tiles__payment a {
    font-weight: 500;
    color: #333;
}
.tiles__button {
    width: 100%;
}
@media (min-width: 1000.97px) {
    .tiles__button {
        width: auto;
    }
}

/* Item tile start */
.item-tile {
    display: grid;
    gap: 44px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    padding: 16px;
}
@media (min-width: 1000.97px) {
    .item-tile {
        gap: 24px;
        padding: 32px;
    }
}
.item-tile__icon {
    width: 32px;
    height: 32px;
}
.item-tile__text {
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 1000.97px) {
    .item-tile__text {
        font-size: 16px;
        line-height: 26px;
    }
}
/* Item tile end */

/* Tiles end */

/* Mega gallery start */

.mega-gallery__heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 1000.97px) {
    .mega-gallery__heading {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}
.mega-gallery__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
}
@media (min-width: 1000.97px) {
    .mega-gallery__title {
        font-size: 48px;
        line-height: 64px;
    }
}
.mega-gallery__content {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 15px;
}
@media (min-width: 1000.97px) {
    .mega-gallery__content {
        padding: 0;
    }
}

/* Slider gallery set start */
.slider-gallery {
    position: initial;
    min-width: 0;
}
.slider-gallery__wrapper {
    padding: 24px 0;
}
@media (min-width: 1000.97px) {
    .slider-gallery__wrapper {
        padding: 40px 0;
    }
}
.slider-gallery__box {
    display: flex;
    gap: 16px;
    max-height: 307px;
}
@media (min-width: 1000.97px) {
    .slider-gallery__box {
        flex-direction: column;
        gap: 32px;
        max-height: 461px;
    }
}
.slider-gallery__scroll-wrapper {
    height: 6px;
    background-color: #F4F3F3;
    border-radius: 8px;
    margin: 0 15px 0 0;
}
@media (min-width: 1000.97px) {
    .slider-gallery__scroll-wrapper {
        height: 16px;
        border: 1px solid rgba(51, 51, 51, 0.10);
        padding: 4px;
        max-width: 200px;
        margin: 0 auto;
    }
}
.slider-gallery__scroll-wrapper.lock {
    opacity: 0;
}
.slider-gallery__scrollbar {
    height: 100%;
}
.slider-gallery__scrollbar [class*="drag"] {
    background-color: #82367B;
}
@media (min-width: 1000.97px) {
    .slider-gallery__scrollbar [class*="drag"] {
        background-color: #333333;
    }
}
.slider-gallery__button-prev,
.slider-gallery__button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #333333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
}
.slider-gallery__button-prev[class*="disabled"],
.slider-gallery__button-next[class*="disabled"] {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.slider-gallery__button-prev {
    left: 10px;
    right: auto;
}
.slider-gallery__button-next {
    right: 10px;
    left: auto;
}
/* Slider gallery set end */

/* Gallery set start */
.gallery-set {
    display: grid;
    grid-template-areas: "stack";
    width: 100%;
    height: 307px;
}
@media (min-width: 1000.97px) {
    .gallery-set {
        height: 460px;
    }
}
.gallery-set > * {
    grid-area: stack;
}
.gallery-set__bg {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gallery-set__body {
    display: grid;
    place-items: start;
    place-content: space-between;
    height: 100%;
    padding: 16px;
}
@media (min-width: 1000.97px) {
    .gallery-set__body {
        padding: 32px;
    }
}
.gallery-set__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
}
@media (min-width: 1000.97px) {
    .gallery-set__title {
        font-size: 16px;
        line-height: 26px;
        max-width: 55%;
    }
}
.gallery-set__label {
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    opacity: .64;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 14px;
}
.gallery-set__pack {
    display: none;
}
/* Gallery set end */

/* Mega gallery end */

/* Top big banners start */
.top-big-banners {
    display: grid;
    background-image: url(images/pics/banner-star.svg);
    background-color: #82367B;
    background-repeat: no-repeat;
    background-position: top -15px right -350px;
    padding: 195px 0 64px;
    margin-top: -141px;
    margin-bottom: 32px;
}
@media (min-width: 1000.97px) {
    .top-big-banners {
        align-items: end;
        background-position: top -15px right 55px;
        padding: 190px 0 100px;
        height: 680px;
        margin-bottom: 50px;
    }
}
.top-big-banners__content {
    max-width: 630px;
    padding: 0 17px;
    margin: 0 auto;
}
@media (min-width: 1000.97px) {
    .top-big-banners__content {
        padding: 0;
        margin: 0;
    }
}
.top-big-banners__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    margin-bottom: 12px;
}
@media (min-width: 1000.97px) {
    .top-big-banners__title {
        font-size: 56px;
        line-height: 64px;
        text-align: left;
        margin-bottom: 24px;
    }
}
.top-big-banners__description {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    max-width: 520px;
    margin-bottom: 24px;
}
@media (min-width: 1000.97px) {
    .top-big-banners__description {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 40px;
    }
}
.top-big-banners__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
@media (min-width: 1000.97px) {
    .top-big-banners__info {
        gap: 24px;
        justify-content: flex-start;
    }
}
.top-big-banners__button {
    width: 100%;
}
@media (min-width: 1000.97px) {
    .top-big-banners__button {
        width: auto;
    }
}
.top-big-banners__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 16px;
}
@media (min-width: 1000.97px) {
    .top-big-banners__contacts {
        flex-direction: row;
        gap: 32px;
        width: auto;
        text-align: left;
        padding: 16px 24px;
    }
}
.top-big-banners__link {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #FFF;
}
@media (min-width: 1000.97px) {
    .top-big-banners__link {
        font-size: 14px;
    }
}
/* Top big banners end */

/* Br media style start */
.br.br--pc {
    display: none;
}
@media (min-width: 1000.97px) {
    .br.br--pc {
        display: inline;
    }
}
.br.br--mobile {
    display: inline;
}
@media (min-width: 1000.97px) {
    .br.br--mobile {
        display: none;
    }
}
/* Br media style end */
.popup__error{
 color:red;
 margin-bottom:10px;
 margin-top:-10px;
}
.popup__item.error .popup__item-name{
color:red;
}
.popup__item.error .popup__item-input{
border-color:red;
}
.btn:active{
   -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.btn{
 transition: all 200ms ease;
}
.catalog__content a:visited{
 color:#dd2edd;
}
.main-menu__li.active span{
 color:#C8A06C;
}
.catalog__content a.typelist__li:visited,.catalog__content a.product__title:visited,.catalog__content a.product__high-name:visited{
  color:#333333!important;
}

.delivery-product-link a {
    font-size: 13px;
    border-bottom: 1px solid;
}

.seo-text {
    margin-bottom: 80px;
}
.file-download {
    margin-bottom: 80px;
}
.file-download-line {
    display: flex;
}
.file-download-icon {
    width: 20px;
}
.file-download-link {
    width: min-content;
    margin-left: 5px;
    min-width: 250px;
}

.hero-info{
    background-color: #98177b;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 7vw;
    font-size: clamp(1.25rem, 0.3929rem + 1.3393vw, 2rem);
    line-height: 1.2;
    text-wrap: balance;
}

.hero-info a{
    text-decoration: underline;
    text-underline-position: under;
}


.hero-info strong{
    display: block;
    color: #d6a16b;
    text-transform: uppercase;
    font-size: clamp(1.5rem, 0.5rem + 1.5625vw, 2.375rem);
    text-wrap: balance;
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .main-slider__asd{
        opacity: 0;
    }
}
