

/* Start:/local/templates/newlif_8/css/main.css?1750071978222124*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap&quot;");

* {
	-webkit-box-sizing:      border-box;
	box-sizing:              border-box;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale; }

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

*::-webkit-input-placeholder {
	color:   #666;
	opacity: 1; }

*:-moz-placeholder {
	color:   #666;
	opacity: 1; }

*::-moz-placeholder {
	color:   #666;
	opacity: 1; }

*:-ms-input-placeholder {
	color:   #666;
	opacity: 1; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none; }

table {
	border-collapse: collapse;
	border-spacing:  0; }

body {
	font-size:   16px;
	min-width:   320px;
	position:    relative;
	line-height: normal;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	background:  #fff; }

html, body {
	/*overflow-x: hidden; */
}

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

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

a {
	display:            block;
	text-decoration:    none;
	-webkit-transition: .3s ease;
	transition:         .3s ease;
	outline:            none; }

a:hover, a:focus {
	text-decoration: none; }

input, textarea, select {
	outline:            none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	padding:            0;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	border:             none;
	border-radius:      0;
	font-family:        "Montserrat", sans-serif;
	font-size:          16px;
	-webkit-transition: .3s ease-in-out;
	transition:         .3s ease-in-out;
	width:              100%; }

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	outline:            none;
	-webkit-box-shadow: none;
	box-shadow:         none; }

label {
	display: block; }

.btn, button {
	outline:            none;
	padding:            0;
	font-family:        "Montserrat", sans-serif;
	cursor:             pointer;
	-webkit-transition: .3s ease;
	transition:         .3s ease;
	border:             none; }

.btn:hover, .btn:focus, button:hover, button:focus {
	outline:            none;
	-webkit-box-shadow: none;
	box-shadow:         none; }

.catalog_show {
	display:         flex;
	align-items:     center;
	justify-content: center;
	margin:          0;
	padding:         0px 30px 0;
	margin-left:     -30px;
}

.m-menu__links {
	height: 100px;
}

.header-menu {
	/*top: 78% !important;*/
}


.btn {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	text-align:        center;
	height:            62px;
	width:             -webkit-fit-content;
	width:             -moz-fit-content;
	width:             fit-content;
	padding:           0 36px;
	border-radius:     8px;
	font-weight:       500; }

.d3-cvet {
	display: none;
}

.btn-accent {
	background:         #e95670;
	color:              #fff;
	-webkit-box-shadow: 0 17px 45px rgba(233, 86, 112, 0.35);
	box-shadow:         0 17px 45px rgba(233, 86, 112, 0.35); }

.btn-accent:hover {
	-webkit-box-shadow: 0 17px 45px rgba(233, 86, 112, 0.45);
	box-shadow:         0 17px 45px rgba(233, 86, 112, 0.45);
	color:              #fff; }

.btn-accent:focus {
	-webkit-box-shadow: none;
	box-shadow:         none;
	color:              #fff; }

.btn-border-red {
	background:    rgba(233, 86, 112, 0.07);
	border:        1px solid rgba(233, 86, 112, 0.15);
	border-radius: 8px;
	color:         #e95670;
	font-size:     14px;
	font-weight:   500;
	height:        46px;
	padding:       0 20px; }

.btn-border-red:hover {
	border:             1px solid rgba(233, 86, 112, 0.15);
	background:         #e95670;
	-webkit-box-shadow: 0 10px 30px rgba(233, 86, 112, 0.25);
	box-shadow:         0 10px 30px rgba(233, 86, 112, 0.25);
	color:              #fff; }

.btn-border-red:focus {
	background:         #e95670;
	color:              #fff;
	-webkit-box-shadow: none;
	box-shadow:         none; }

.dropdown-menu {
	float: none;
}

.btn-black {
	background:  #0d0d0e;
	color:       #fff;
	font-size:   16px;
	font-weight: 500; }

.btn-black:hover {
	background: #252634;
	color:      #fff; }

.btn-black:focus {
	background: #0d0d0e;
	color:      #fff; }

.btn-select {
	color:            rgba(37, 38, 52, 0.75);
	font-weight:      normal;
	font-size:        16px;
	-webkit-box-pack: justify;
	-ms-flex-pack:    justify;
	justify-content:  space-between;
	border:           1px solid rgba(176, 177, 191, 0.5);
	height:           62px;
	width:            100%;
	padding:          0 30px;
	background:       rgba(255, 255, 255, 0.5); }

.btn-select:after {
	display: none; }

.btn-select__icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             24px;
	height:            24px;
	fill:              #252634; }

.btn-select:hover {
	background: rgba(255, 255, 255, 0.5);
	border:     1px solid rgba(233, 86, 112, 0.5); }

.btn-select:focus {
	background: #fff;
	color:      #0d0d0e;
	border:     1px solid #e95670; }

.btn-select:focus .btn-select__icon {
	-webkit-transform: rotate(180deg);
	transform:         rotate(180deg);
	fill:              #e95670; }

.btn:disabled {
	background:         #b0b1bf;
	-webkit-box-shadow: none;
	box-shadow:         none;
	opacity:            1;
	cursor:             none; }

.btn-group .btn, .btn-group .btn:not(:last-child):not(.dropdown-toggle), .btn-group .btn:not(:first-child) {
	border-radius: 8px;
	margin:        0 10px 0 0; }

.btn-group .btn:last-child, .btn-group .btn:not(:last-child):not(.dropdown-toggle):last-child, .btn-group .btn:not(:first-child):last-child {
	margin: 0; }

.bg-grey {
	background: rgba(176, 177, 191, 0.13); }

.container {
	max-width: 1630px; }

h1 {
	font-size:   32px;
	font-weight: 600;
	line-height: 42px;
	width:       100%;
	color:       #0d0d0e; }

h2 {
	font-size:   28px;
	width:       100%;
	font-weight: 600;
	line-height: 42px;
	margin:      0 0 35px; }

h3 {
	color:       #252634;
	font-size:   20px;
	font-weight: 600;
	line-height: 26px; }

h4 {
	font-size:   17px;
	font-weight: 600;
	margin:      0 0 10px;
	line-height: 22px; }

.color-text {
	color: rgba(37, 38, 52, 0.75); }

.color-accent {
	color: #e95670; }

.color-green {
	color: #60b490; }

.color-grey {
	color: #b0b1bf; }

.color-white {
	color: #fff; }

.bg-black {
	background: linear-gradient(136.11deg, #0d0d0e 0%, #252634 100%); }

.bg-blue-light {
	background: #ebf4ff; }

.bg-orange-light {
	background: #f9f0db; }

.bg-grey-light {
	background: rgba(176, 177, 191, 0.17); }

.svg-icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             100%;
	height:            100%; }

.f-none {
	fill: none; }

.link-accent {
	background:         #e95670;
	-webkit-box-shadow: 0 5px 15px rgba(243, 60, 93, 0.35);
	box-shadow:         0 5px 15px rgba(243, 60, 93, 0.35); }

.link-accent:hover {
	-webkit-box-shadow: 0 10px 25px rgba(243, 60, 93, 0.5);
	box-shadow:         0 10px 25px rgba(243, 60, 93, 0.5); }

.link-accent:focus {
	-webkit-box-shadow: none;
	box-shadow:         none; }

.mt-35 {
	margin-top: 35px; }

.mb-35 {
	margin-bottom: 35px; }

.mb-30 {
	margin-bottom: 30px; }

.mb-55 {
	margin-bottom: 55px; }

.mb-20 {
	margin-bottom: 20px; }

.mb-75 {
	margin-bottom: 75px; }

.m-50 {
	margin: 50px 0; }

.m-75 {
	margin: 75px 0; }

.p-65 {
	padding: 65px 0; }

.pt-50 {
	padding-top: 50px; }

.text-bg {
	background:    #0d0d0e;
	border-radius: 15px;
	padding:       3px 20px;
	color:         #fff;
	display:       inline; }

.w-100, .w100 {
	width: 100%; }

.box-text {
	line-height: 28px;
	color:       rgba(37, 38, 52, 0.75); }

.box-text p {
	margin: 0 0 20px; }

.box-text p:last-child {
	margin: 0; }

.links-next {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #e95670;
	width:             -webkit-fit-content;
	width:             -moz-fit-content;
	width:             fit-content;
	font-size:         14px; }

.links-next__icon {
	margin:            0 10px 0 0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             21px;
	height:            16px;
	opacity:           .5;
	fill:              #e95670; }

.links-next:hover {
	color: #e95670; }

.links-next:hover .links-next__icon {
	opacity: 1; }

.links-next:focus {
	color: #252634; }

.links-next:focus .links-next__icon {
	fill:    #252634;
	opacity: 1; }

/* body p {
	margin-bottom: 15px;
} */

b {
	font-weight: 600;
}

h1, h3, h4 {
	margin-bottom: 20px;
}

.list-dots, ul {
	color: #0d0d0e; }

.list-dots li {
	margin:   0 0 10px;
	position: relative; }

.list-dots li p {
	display: inline; }

.list-dots li:before {
	content:       "";
	border-radius: 50%;
	background:    #e95670;
	height:        4px;
	width:         4px;
	min-width:     4px;
	display:       inline-block;
	margin:        0 10px 3px 0; }

.d-inline {
	display: inline; }

.no-scroll {
	overflow: hidden; }

.home {
	margin: 13px 0; }

.main-slider {
	width:  100%;
	margin: 0 0 25px; }

.slider-nav {
	width:             100%;
	position:          relative;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.slider-nav .slick-next {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order:            1;
	order:                     1; }

.slider-nav .slick-dots {
	margin: 0 25px; }

.slick-dots {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	position:          relative; }

.slick-dots li {
	width:              10px;
	height:             10px;
	border-radius:      50%;
	background:         #b0b1bf;
	opacity:            .35;
	cursor:             pointer;
	-webkit-transition: .3s ease;
	transition:         .3s ease;
	margin:             0 15px 0 0; }

.slick-dots li:hover {
	background: #e95670; }

.slick-dots li:focus {
	opacity:    1;
	background: #e95670; }

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

.slick-dots li button {
	display: none; }

.slick-dots .slick-active {
	background: #e95670;
	opacity:    1; }

.slick-arrow {
	position:           relative;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	fill:               #252634;
	background:         transparent;
	-webkit-transition: .3s ease;
	transition:         .3s ease;
	width:              18px;
	height:             18px; }

.slick-arrow:before {
	display: none; }

.slick-arrow:hover {
	fill: #e95670; }

.slick-arrow:focus {
	fill: #252634; }

.main-slider-box {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	position:          relative;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	padding:           0 0 0 136px;
	border-radius:     8px;
	min-height:        563px;
	overflow:          hidden;
	z-index:           1; }

.main-slider-box__content {
	max-width: 500px;
	width:     100%;
	position:  relative;
	z-index:   1; }

.main-slider-box .box-text {
	color:       rgba(13, 13, 14, 0.7);
	font-size:   34px;
	margin:      35px 0 0;
	line-height: 46px; }

.main-slider-box__img {
	width:      calc(100% - 500px);
	max-height: 563px;
	margin:     auto 0 0; }

.main-slider-box .slider-bg {
	z-index:  1;
	position: relative; }

.main-slider__title {
	line-height: 107%;
	font-size:   90px;
	font-weight: 900; }

.slider-decor {
	position: absolute;
	z-index:  -1; }

.slider-decor1 {
	top:       37px;
	left:      37px;
	max-width: 129px; }

.slider-decor2 {
	bottom:    0;
	left:      579px;
	max-width: 179px; }

.slider-decor3 {
	top:       79px;
	right:     304px;
	max-width: 100px; }

.slick-slide {
	outline: none; }

.main-slider-box2 .main-slider-box__content {
	max-width: 645px; }

.main-slider-box2 .main-slider-box__img {
	width: calc(100% - 645px); }

.main-slider-box2 .main-slider__title {
	line-height: 78px;
	font-size:   62px; }

.main-slider-box3:before {
	content:           "";
	position:          absolute;
	-webkit-transform: rotate(-15.11deg) translate(-50%, -50%);
	transform:         rotate(-15.11deg) translate(-50%, -50%);
	background:        rgba(0, 0, 0, 0.03);
	left:              40%;
	top:               50%;
	width:             944px;
	height:            1854px;
	z-index:           -1; }

.main-slider-box3 .main-slider-box__content {
	max-width: 580px; }

.main-slider-box3 .main-slider-box__img {
	width: calc(100% - 580px); }

.advantages-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 -15px; }

.advantages-box__col {
	width:   20%;
	padding: 0 15px;
	margin:  0 0 20px; }

.advantages-box {
	height:        100%;
	border:        1px solid rgba(176, 177, 191, 0.2);
	border-radius: 8px;
	padding:       35px 30px 35px 35px;
	color:         rgba(37, 38, 52, 0.65);
	line-height:   23px; }

.advantages-box__icon {
	border-radius:     50%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             75px;
	height:            75px;
	background:        rgba(176, 177, 191, 0.1);
	margin:            0 0 15px; }

.advantages-box h3 {
	margin: 0 0 15px; }

.about {
	padding: 30px 0 75px; }

.about-wrapper {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.video-box {
	max-width:     649px;
	width:         100%;
	position:      relative;
	border-radius: 8px;
	overflow:      hidden; }

.video-box:before {
	content:       "";
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	background:    #252634;
	opacity:       .15;
	border-radius: 8px; }

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

.btn-play {
	position:                absolute;
	z-index:                 1;
	top:                     50%;
	left:                    50%;
	-webkit-transform:       translate(-50%, -50%);
	transform:               translate(-50%, -50%);
	width:                   65px;
	height:                  65px;
	background:              #fff;
	background:              rgba(255, 255, 255, 0.85);
	border:                  1px solid #fff;
	border-radius:           50%;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter:         blur(8px);
	display:                 -webkit-box;
	display:                 -ms-flexbox;
	display:                 flex;
	-webkit-box-align:       center;
	-ms-flex-align:          center;
	align-items:             center;
	-webkit-box-pack:        center;
	-ms-flex-pack:           center;
	justify-content:         center;
	fill:                    #e95670; }

.btn-play svg {
	width:          15px;
	height:         15px;
	-webkit-filter: drop-shadow(0px 2px 12px rgba(226, 76, 103, 0.3));
	filter:         drop-shadow(0px 2px 12px rgba(226, 76, 103, 0.3)); }

.time-video {
	position:  absolute;
	right:     23px;
	bottom:    25px;
	font-size: 15px;
	color:     rgba(37, 38, 52, 0.75);
	z-index:   1; }

.about-content h2 {
	margin:      0 0 45px 0;
	font-size:   90px;
	font-weight: 800;
	line-height: 90px; }

.about-content-text {
	color: #252634; }

.about-content-text p {
	margin:      0 0 20px;
	line-height: 28px; }

.statistic-info {
	margin:            30px 0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	font-size:         20px;
	font-weight:       600; }

.statistic-info p {
	margin:    0;
	max-width: 480px; }

.statistic-info__icon {
	margin:             0 23px 0 0;
	-webkit-box-shadow: 0 5px 15px rgba(243, 60, 93, 0.27);
	box-shadow:         0 5px 15px rgba(243, 60, 93, 0.27);
	width:              25px;
	height:             25px;
	min-width:          25px;
	border-radius:      50%;
	font-size:          14px;
	color:              #fff;
	font-weight:        bold;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	background:         #e95670; }

.links-play {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #e95670;
	font-weight:       500;
	margin:            0 0 20px; }

.links-play:hover {
	color: #e95670; }

.links-play__icon {
	margin:             0 0 0 12px;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	fill:               #fff;
	width:              30px;
	height:             30px;
	border-radius:      50%;
	background:         #e95670;
	-webkit-box-shadow: 0 5px 15px rgba(243, 60, 93, 0.27);
	box-shadow:         0 5px 15px rgba(243, 60, 93, 0.27); }

.links-play__icon .svg-icon {
	width:  10px;
	height: 10px; }


.scroll-text {
	height: 373px; }

.mCSB_inside > .mCSB_container {
	margin-right: 0; }

.mCSB_scrollTools {
	right:             auto;
	left:              0;
	width:             2px;
	opacity:           1;
	max-height:        323px;
	height:            100%;
	top:               50%;
	-webkit-transform: translate(0, -50%);
	transform:         translate(0, -50%); }

.mCustomScrollBox {
	padding:  0 0 60px 34px;
	margin:   0 0 0 -30px;
	position: relative; }

.mCustomScrollBox:before {
	content:           "";
	position:          absolute;
	right:             0;
	bottom:            -20px;
	width:             calc(100% - 34px);
	height:            80px;
	background:        -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background:        linear-gradient(180deg, #fff 0%, #fff 100%);
	-webkit-transform: rotate(-180deg);
	transform:         rotate(-180deg);
	z-index:           1; }

.mCSB_scrollTools .mCSB_draggerRail {
	background:    rgba(176, 177, 191, 0.25);
	border-radius: 17px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:         2px;
	border-radius: 17px;
	background:    #e95670; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #e95670; }

.agitation-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.agitation-wrapper h2 {
	width:   calc(100% - 331px);
	padding: 0 66px 0 0; }

.contacts {
	margin: 45px 0 10px; }

.contacts-content {
	padding:  65px 0;
	position: relative;
	z-index:  1; }

.contacts-content:before {
	content:       "";
	position:      absolute;
	background:    #b0b1bf;
	opacity:       .13;
	z-index:       -1;
	height:        100%;
	width:         2500px;
	top:           0;
	right:         -10px;
	border-radius: 0 8px 8px 0; }

.map {
	min-width:     955px;
	height:        100%;
	border-radius: 8px 0 0 8px;
	overflow:      hidden;
	margin:        0 0 0 -10px; }

.map iframe {
	width:  100%;
	height: 100%; }

.contacts-box {
	font-weight: 600;
	font-size:   20px; }

.contacts-box span {
	display:     block;
	margin:      0 0 15px;
	font-size:   16px;
	font-weight: normal;
	color:       rgba(13, 13, 14, 0.75); }

.contacts-box a {
	color: #0d0d0e; }

.contacts-box p {
	margin: 0 0 5px; }

.contacts-box p:last-child {
	margin: 0; }

.contacts-box p span {
	display: inline;
	margin:  0 10px 0 0; }

.models {
	padding: 0 0 75px; }

.models-slider .model-card {
	margin:    0 auto 25px;
	max-width: 309px;
	width:     calc(100% - 15px); }

.models-slider .slick-arrow {
	top: 40%; }

.models-slider .model-card__img {
	height: 335px; }

.model-card {
	width:     100%;
	max-width: 309px;
	position:  relative;
	margin:    0 0 25px;
	font-size: 14px;
	height:    100%; }


.obraz-product-card.model-card {

	max-width: 499px;
}

.model-card__img {
	width:         100%;
	height:        355px;
	border-radius: 5px;
	overflow:      hidden; }

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

.model-card__body {
	display:        flex;
	flex-direction: column;
	flex-grow:      1;
	width:          100%;
	padding:        20px 0 0;
}

.model-card__body-top {
	width:      100%;
	min-height: 60px; }

.model-card__footer {
	min-height:        46px;
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            auto 0 0;
	position:          relative;
	z-index:           1;
}

.model-card__title {
	color:              rgba(13, 13, 14, 0.75);
	margin:             0 0 8px;
	-webkit-line-clamp: 2;
	overflow:           hidden; }

.model-card__title:hover {
	color: #e95670; }

.model-card .btn-add-favorite {
	position: absolute;
	z-index:  1;
	top:      15px;
	left:     15px; }

.model-card .btn-add-favorite, .model-card .btn-add-card {
	/*    opacity: 0;*/
}

.model-card .btn-add-card {
	position: absolute;
	right:    0;
	bottom:   0;
	z-index:  1; }

.model-card:hover .btn-add-favorite, .model-card:hover .btn-add-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;opacity: 1;
}

.btn-add-favorite {

	position:           absolute;
	top:                30px;
	z-index:            4;
	right:              34px;


	width:              24px;
	height:             20px;
	background:         url("/local/templates/newlif_8/css/../img/heart.svg") no-repeat center;
	background-size:    100%;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	-webkit-transition: .3s ease-in-out;
	transition:         .3s ease-in-out; }

.btn-add-favorite:hover {
	background:      url("/local/templates/newlif_8/css/../img/heart-hover.svg") no-repeat center;
	background-size: 100%; }

.btn-add-favorite:focus {
	background:      url("/local/templates/newlif_8/css/../img/heart-focus.svg") no-repeat center;
	background-size: 100%; }

.btn-add-favorite.active {
	background:      url("/local/templates/newlif_8/css/../img/heart-focus.svg") no-repeat center;
	background-size: 100%; }

.btn-add-favorite.active.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

.price-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	font-size:         20px;
	font-weight:       600; }

.price {
	color: #0d0d0e; }

.new-price {
	color: #e95670; }

.old-price {
	font-size: 16px;
	margin:    0 0 0 8px;
	position:  relative;
	color:     rgba(37, 38, 52, 0.25); }

.old-price:before {
	content:           "";
	position:          absolute;
	left:              0;
	top:               50%;
	-webkit-transform: translate(0, -50%);
	transform:         translate(0, -50%);
	width:             100%;
	height:            1px;
	background:        #e95670; }

.slider-my .slick-arrow {
	position:          absolute;
	top:               50%;
	width:             25px;
	height:            25px;
	-webkit-transform: translate(0, -50%);
	transform:         translate(0, -50%); }

.slider-my .slick-prev {
	left: -40px; }

.slider-my .slick-next {
	right: -40px; }

.list-tags {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	position:          absolute;
	top:               8px;
	right:             8px;
	font-size:         14px;
	font-weight:       500; }

.list-tags li {
	background:    #e95670;
	color:         #fff;
	margin:        0 10px 0 0;
	border-radius: 3px;
	padding:       7px 15px; }

@media (max-width: 1200px) {
	.list-tags li {
		padding: 2px 3px !important;
	}
}

.list-tags li:last-child {
	margin: 0; }

.links-details {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	color:             #e95670;
	font-weight:       500;
	width:             -webkit-fit-content;
	width:             -moz-fit-content;
	width:             fit-content;
	line-height:       20px; }

.links-details__icon {
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	border-radius:      50%;
	width:              25px;
	height:             25px;
	min-width:          25px;
	background:         #e95670;
	color:              #fff;
	margin:             0 10px 0 0;
	font-size:          15px;
	font-weight:        bold;
	-webkit-box-shadow: 0px 5px 15px rgba(243, 60, 93, 0.3);
	box-shadow:         0px 5px 15px rgba(243, 60, 93, 0.3); }

.links-details__text {
	border-bottom: 1px dashed #e95670;
	padding:       0 0 4px; }

.links-details:hover {
	color: #da3351; }

.links-details:hover .links-details__text {
	border-bottom: 1px dashed rgba(233, 86, 112, 0.4); }

.links-details:focus {
	color: #da3351; }

.links-details:focus .links-details__text {
	border-bottom: 1px dashed #e95670; }

.links-details-white {
	color: #fff; }

.links-details-white .links-details__text {
	border-bottom-color: #fff; }

.links-details-white:hover {
	color: #fff; }

.links-details-white:hover .links-details__text {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4); }

.links-details-white:focus {
	color: #fff; }

.links-details-white:focus .links-details__text {
	border-bottom: 1px dashed #fff; }

.selection {
	padding: 74px 0 10px; }

.selection-wrapper {
	padding:       65px 90px;
	border-radius: 8px; }

.selection-img {
	position:  absolute;
	right:     0;
	bottom:    0;
	max-width: 475px;
	width:     100%; }

.selection-img img {
	width:          100%;
	-webkit-filter: drop-shadow(50px 49px 80px rgba(0, 0, 0, 0.18));
	filter:         drop-shadow(50px 49px 80px rgba(0, 0, 0, 0.18)); }

.selection-content {
	width: calc(100% - 370px); }

.form-selection {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: end;
	-ms-flex-align:    end;
	align-items:       flex-end;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between; }

.form-selection .links-details {
	margin: 34px 0 0; }

.form-selection input {
	width:         100%;
	height:        62px;
	background:    rgba(255, 255, 255, 0.03);
	border-radius: 8px;
	border:        1px solid rgba(255, 255, 255, 0.18);
	color:         #fff;
	font-size:     16px;
	padding:       0 54px 0 30px; }

.form-selection input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4); }

.form-selection input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4); }

.form-selection input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4); }

.form-selection input::placeholder {
	color: rgba(255, 255, 255, 0.4); }

.form-selection input:hover {
	border: 1px solid rgba(255, 255, 255, 0.45); }

.form-selection input:focus {
	border: 1px solid #e95670; }

.form-selection label {
	position: relative; }

.form-selection p {
	margin: 0 0 10px; }

.input-text-size {
	right:              30px;
	top:                50%;
	-webkit-transform:  translate(0, -50%);
	transform:          translate(0, -50%);
	color:              #fff;
	position:           absolute;
	-webkit-transition: .3s ease-in-out;
	transition:         .3s ease-in-out;
	opacity:            0; }

.label-group {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: end;
	-ms-flex-align:    end;
	align-items:       flex-end;
	max-width:         246px;
	width:             100%; }

.label-group__icon {
	width:             58px;
	height:            55px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.label-group__icon img {
	width:     108px;
	height:    114px;
	max-width: none;
	margin:    0 0 -10px; }

.label-group__text {
	width:   calc(100% - 58px);
	padding: 0 0 0 13px; }

.sales-wrapper {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between; }

.sale-box {
	width:                 calc(33.333% - 10px);
	height:                360px;
	margin:                0 0 10px;
	padding:               45px 40px 43px;
	border-radius:         8px;
	position:              relative;
	overflow:              hidden;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start;
	z-index:               1;
	color:                 rgba(37, 38, 52, 0.75);
	-webkit-transition:    .3s ease-in-out;
	transition:            .3s ease-in-out; }

.sale-box:hover {
	color:          rgba(37, 38, 52, 0.75);
	-webkit-filter: drop-shadow(0px 30px 70px rgba(233, 86, 112, 0.35));
	filter:         drop-shadow(0px 30px 70px rgba(233, 86, 112, 0.35)); }

.sale-box__title {
	margin:      0 0 20px;
	font-size:   20px;
	font-weight: 600;
	color:       #0d0d0e;
	line-height: 26px;
	display:     block; }

.sale-box__text {
	display: block; }

.sale-box__img {
	position:      absolute;
	right:         0;
	bottom:        0;
	z-index:       -1;
	height:        100%;
	-o-object-fit: cover;
	object-fit:    cover; }

.sale-box__content {
	margin:    0 0 auto;
	max-width: 192px;
	position:  relative;
	z-index:   1; }

.bg-sale-1 {
	background: #ffefe6; }

.bg-sale-2 {
	background: #e3e8f2; }

.bg-sale-3 {
	background: #f6ebfc; }

.bg-sale-4 {
	background: #edf0f2; }

.bg-sale-5 {
	background: #ffeff6; }

.bg-sale-6 {
	background: #e95670;
	color:      #fff; }

.bg-sale-6:hover {
	color: #fff; }

.bg-sale-6 h3 {
	color: #fff; }

.bg-sale-6 .sale-box__title {
	color: #fff; }

.reviews-date {
	color: #b0b1bf; }

.reviews-box {
	max-width:     calc(100% - 20px);
	width:         100%;
	margin:        0 auto 25px;
	background:    #fff;
	border-radius: 8px;
	padding:       29px 45px 40px; }

.reviews-box__head {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 0 15px; }

.reviews-box .box-text {
	line-height: 28px;
	margin:      0 0 20px;
	color:       #252634; }

.reviews-slider__nav {
	width:             100%;
	position:          relative;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.reviews-slider__nav .slick-arrow {
	-webkit-transform: none;
	transform:         none;
	position:          relative;
	left:              0;
	top:               0;
	right:             0; }

.reviews-slider__nav .slick-dots {
	margin: 0 30px; }

.reviews-slider__nav .slick-next {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order:            1;
	order:                     1; }

.insta-link-user {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #e95670; }

.insta-link-user .insta-link {
	margin: 0 10px 0 0; }

.insta-link-user:hover {
	color: rgba(37, 38, 52, 0.75); }

.insta-link-user:focus {
	color: #e95670; }

.about-section-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	margin:            0 0 75px; }

.about-section-wrapper__content {
	width: calc(100% - 680px); }

.about-section-wrapper__img {
	max-width:         590px;
	height:            405px;
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	border-radius:     8px;
	overflow:          hidden; }

.about-section-wrapper__img img {
	width:         100%;
	height:        100%;
	-o-object-fit: cover;
	object-fit:    cover; }

.about-section-wrapper h3 {
	margin: 0 0 30px; }

.author {
	background:    rgba(176, 177, 191, 0.13);
	border-radius: 8px;
	margin:        0 0 30px;
	padding:       36px 100px 36px 46px; }

.author h3 {
	margin: 0; }

.scroll-box-mobile .mCustomScrollBox {
	padding: 0;
	margin:  0; }

.scroll-box-mobile .mCustomScrollBox:before {
	display: none; }

.scroll-box-mobile .mCSB_container {
	overflow: visible; }

.scroll-box-mobile .mCustomScrollBox {
	overflow: visible; }

.seo-content-box {
	margin: 40px 0 0; }

.seo-content-box .btn {
	margin: 40px 0 0; }

.seo-content-box h3 {
	margin: 0 0 35px; }

.instagram-portfolio {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	width:             100%; }

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

.instagram-portfolio__item {
	width:             calc(16.6667% - 10px);
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	overflow:          hidden;
	position:          relative;
	height:            258px;
	cursor:            pointer;
	border-radius:     8px;
	margin:            0 0 10px; }

.instagram-portfolio__item:before {
	content:            "";
	position:           absolute;
	left:               0;
	top:                0;
	width:              100%;
	height:             100%;
	background:         #0d0d0e;
	opacity:            0;
	border-radius:      8px;
	-webkit-transition: .3s ease-in-out;
	transition:         .3s ease-in-out; }

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

.instagram-portfolio__item .insta-link {
	z-index:  2;
	position: absolute;
	top:      10px;
	right:    10px;
	margin:   0;
	opacity:  0; }

.instagram-portfolio__item:hover .insta-link {
	opacity: 1; }

.instagram-portfolio__item:hover:before {
	opacity: .15; }

.not-undefined {
	position: relative; }

.not-undefined .slider-decor1 {
	z-index:   1;
	left:      -15px;
	top:       173px;
	max-width: 238px; }

.not-undefined .slider-decor2 {
	bottom:    -165px;
	left:      248px;
	max-width: 277px; }

.not-undefined .slider-decor3 {
	max-width: 209px;
	top:       7px;
	left:      -60px;
	right:     auto; }

.not-undefined h1 {
	font-size:   105px;
	font-weight: 900;
	line-height: 97.9%;
	color:       #252634; }

.not-undefined .box-text {
	font-size: 20px;
	margin:    20px 0 60px; }

.not-undefined .btn {
	margin: 0 0 25px; }

.not-undefined__img {
	width: 100%; }

.not-undefined__img img {
	width:          100%;
	-webkit-filter: drop-shadow(70px 4px 150px rgba(166, 166, 171, 0.4));
	filter:         drop-shadow(70px 4px 150px rgba(166, 166, 171, 0.4)); }

.brand-box {
	width:             100%;
	height:            183px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	background:        rgba(176, 177, 191, 0.15);
	border:            1px solid rgba(176, 177, 191, 0.3);
	border-radius:     8px; }

.brand-box:hover {
	border:     1px solid #e95670;
	background: #fff; }

.payment-page h1 {
	margin: 0 0 20px; }

.payment-page .box-text {
	font-size: 16px;
	color:     #0d0d0e; }

.payment-page h3 {
	margin: 0 0 20px;
	width:  100%; }

.delivery-box {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 0 15px;
	font-size:         16px; }

.delivery-box .box-text {
	color:     rgba(37, 38, 52, 0.75);
	max-width: 770px; }

.delivery-box span {
	color: rgba(37, 38, 52, 0.75); }

.delivery-box:last-child {
	margin: 0; }

.delivery-box__icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             90px;
	height:            90px;
	border-radius:     50%;
	background:        rgba(233, 86, 112, 0.15); }

.delivery-box__body {
	width:   calc(100% - 90px);
	padding: 0 0 0 20px; }

.delivery-box h4 {
	margin:      0 0 10px;
	font-size:   17px;
	font-weight: 600;
	color:       #0d0d0e; }

.payment-box {
	max-width:   102px;
	width:       100%;
	margin:      0 20px 0 0;
	line-height: 20px; }

.payment-box:last-child {
	margin: 0; }

.payment-box__icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             90px;
	height:            90px;
	border-radius:     50%;
	background:        rgba(233, 86, 112, 0.15);
	margin:            0 0 10px; }

.payment-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	width:             100%; }

.info-box {
	margin:            55px 0 30px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #0d0d0e;
	line-height:       24px;
	font-weight:       500; }

.info-box__content {
	width:   calc(100% - 35px);
	padding: 0 0 0 15px; }

.info-box .info-box__icon {
	padding:            10px;
	fill:               #fff;
	margin:             0;
	width:              35px;
	height:             35px;
	background:         #e95670;
	border-radius:      50%;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	-webkit-box-shadow: 0 8px 25px rgba(233, 86, 112, 0.35);
	box-shadow:         0 8px 25px rgba(233, 86, 112, 0.35); }

.breadcrumb {
	background:    transparent;
	border:        none;
	border-radius: 0;
	padding:       0;
	margin:        25px 0 20px;
	color:         rgba(37, 38, 52, 0.65);
	font-size:     16px;
	line-height:   23px;
	-ms-flex-wrap: nowrap;
	flex-wrap:     nowrap;
	overflow-x:    auto;
	white-space:   nowrap; }

.breadcrumb a {
	color: rgba(37, 38, 52, 0.65); }

.breadcrumb a:hover {
	color: #e95670; }

.breadcrumb-item + .breadcrumb-item {
	padding: 0; }

.breadcrumb-item + .breadcrumb-item::before {
	margin:        0 20px;
	padding:       0;
	content:       "";
	width:         4px;
	height:        4px;
	background:    #0d0d0e;
	border-radius: 50%; }

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

.sale-page .main-slider-box {
	margin: 0 0 40px; }

.sale-page .main-slider-box .box-text {
	font-size: 34px; }

.menu-category {
	width:       100%;
	max-width:   245px;
	font-size:   21px;
	line-height: 26px;
	padding:     0 0 0 13px; }

.menu-category li {
	margin: 0 0 19px; }

.menu-category li:last-child {
	margin: 0; }

.menu-category li a {
	color: #0d0d0e; }

.menu-category li a:hover {
	color: #e95670; }

.menu-category li .active {
	color: #e95670; }

.menu-category-sub {
	margin: 19px 0 0; }

.menu-category-sub li a {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.category-box {
	padding:    57px 28px 40px;
	height:     auto;
	min-height: 440px;
	margin:     0 0 35px; }

.category-box .sale-box__title {
	margin:      0 0 36px;
	font-size:   33px;
	line-height: 40px; }

.category-page.article-page {
	padding: 0 0 112px; }

.category-page.article-page h1 {
	margin: 60px 0 65px; }

.brand-page-content {
	margin:  50px 0 113px;
	padding: 26px 126px 52px 146px; }

.brand-page-content strong {
	font-weight: 700; }

.brand-logo {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 23px;
	max-width:         306px;
	width:             100%; }

header {
	position: relative;
	z-index:  200; }

header .links-details {
	margin: 0 0 0 40px; }

.logo {
	max-width:         175px;
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.logo img {
	width: 100%; }

.header-top {
	background: rgba(176, 177, 191, 0.12);
	padding:    21px 0 24px; }

.address {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #252634;
	margin:            0 auto; }

.address .svg-icon {
	width:     25px;
	height:    25px;
	min-width: 25px;
	margin:    0 10px 0 0; }

.insta-link {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	width:             45px;
	height:            45px;
	min-width:         45px;
	border-radius:     50%;
	fill:              #fff;
	margin:            0 15px 0 0;
	padding:           13px;
	font-size:         18px;
	font-weight:       600; }

.phone {
	font-size:   18px;
	font-weight: 600;
	color:       #252634;
	margin:      0 42px 0 0; }

.phone:hover {
	color: #252634; }

.links-cabinet {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	width:             24px;
	height:            24px;
	position:          relative;
	min-width:         24px;
	fill:              #252634;
	margin:            0 23px 0 0; }

.links-cabinet:last-child {
	margin: 0 13px 0 0; }

.links-cabinet__val {
	position:           absolute;
	width:              25px;
	height:             25px;
	border-radius:      50%;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	color:              #fff;
	-webkit-box-shadow: 0px 5px 15px rgba(243, 60, 93, 0.3);
	box-shadow:         0px 5px 15px rgba(243, 60, 93, 0.3);
	background:         #e95670;
	font-size:          14px;
	font-weight:        bold;
	top:                -8px;
	right:              -13px; }

.header-bottom {
	background: #0d0d0e;
	color:      #fff;
	/*padding: 13px 0;*/
	position:   relative; }

.catalog-dropdown-col a:hover {
	color: #fff !important;
}

.menu {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 auto;
	font-size:         16px;
	font-weight:       500; }

.menu li {
	margin: 0 65px 0 0;
}

.menu li:last-child {
	margin: 0; }

.menu li .header-drop {
	color: #fff; }

.menu li a:hover {
	color: #e95670; }

.drowdownbtn {
	height: 100%;
}

.btn-size {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	cursor:            pointer; }

.btn-size__close {
	width:             8px;
	height:            8px;
	fill:              #fff;
	opacity:           0.65;
	margin:            0 0 0 2px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.btn-size__val {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #fff;
	background:        #e95670;
	padding:           3px 7px;
	border-radius:     3px;
	margin:            0 0 0 10px; }

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

.menu li:hover .header-dropdown {
	display: block;
}

.btn-burger {
	display:               none;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start;
	width:                 24px;
	cursor:                pointer; }

.btn-burger span {
	height:     2px;
	width:      100%;
	display:    block;
	margin:     0 0 7px;
	background: #fff; }

.btn-burger span:last-child {
	margin: 0; }

.form-search {
	max-width:         336px;
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start; }

.form-search input {
	background:    transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding:       0 0 10px;
	color:         rgba(255, 255, 255, 0.45);
	font-weight:   500; }

.form-search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.45); }

.form-search input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.45); }

.form-search input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.45); }

.form-search input::placeholder {
	color: rgba(255, 255, 255, 0.45); }

.form-search input:focus {
	border-bottom-color: #fff; }

.form-search button {
	background: transparent;
	margin:     0 15px 0 0;
	width:      23px;
	height:     23px;
	min-width:  23px;
	fill:       #fff; }

.form-search label {
	width: calc(100% - 23px - 15px); }

.header-dropdown {
	position:      absolute;
	top:           100%;
	left:          0;
	z-index:       5;
	width:         100%;
	border-radius: 0 0 8px 8px;
	background:    -webkit-gradient(linear, left bottom, left top, from(rgba(176, 177, 191, 0.13)), to(rgba(176, 177, 191, 0.13))), #fff;
	background:    linear-gradient(0deg, rgba(176, 177, 191, 0.13), rgba(176, 177, 191, 0.13)), #fff;
	display:       none;
	padding:       30px 0; }

.sidebar-menu li { display: block }

.catalog-dropdown-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between; }

.catalog-dropdown-col {
	width: 20%; }

.catalog-dropdown-col .sidebar-menu {
	padding: 0; }

.catalog-dropdown__title {
	margin:        0 0 20px;
	background:    rgba(176, 177, 191, 0.15);
	border-radius: 8px;
	padding:       7px 18px;
	color:         #e95670;
	font-size:     20px;
	font-weight:   600;
	width:         -webkit-fit-content;
	width:         -moz-fit-content;
	width:         fit-content; }

.catalog-dropdown__title:hover {
	background: #e95670;
	color:      #fff; }

.table-sizes {
	display:         block;
	width:           100%;
	max-width:       1326px;
	/*margin:          0 auto;*/
	font-size:       16px;
	font-family:     "Montserrat", sans-serif;
	text-align:      center;
	color:           rgba(13, 13, 14, 0.65);
	border-spacing:  2px;
	border-collapse: separate;
}

.table-sizes--custom {
	overflow-x: auto;
	margin: 0 auto;
}

.table-sizes--custom::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}

.table-sizes--custom::-webkit-scrollbar-track {
	height:           2px;
	background-color: rgba(176, 177, 191, 0.25)
}

.table-sizes--custom::-webkit-scrollbar-thumb {
	height:           2px;
	background-color: #e95670;
}

.table-sizes thead th {
	border:         none;
	vertical-align: middle;
	padding:        15px; }

.table-sizes th:first-child {
	background: transparent; }

.table-sizes tr {
	border: none; }

.table-sizes th, .table-sizes td {
	border-radius:  5px;
	border:         none;
	cursor:         pointer;
	vertical-align: middle; }

.table-sizes .checkbox-size {
	padding: 15px; }

.table-sizes td {
	background: #fff;
	padding:    0;
	min-width:  72px;
}

.table-sizes td.hover {
	background: rgba(233, 86, 112, .3);
}

.table-sizes td.hover:hover {
	background: #e95670;
	color:      #fff;
}

/*.table-sizes tr:hover td {*/
/*	background: rgba(233, 86, 112, .3);*/
/*}*/

.table-sizes td:hover span {
	color: #fff;
}

.table-sizes td:hover {
	background: #e95670;
	color:      #fff; }

.table-sizes th, .table-sizes .table-sizes__col {
	background:     rgba(176, 177, 191, 0.15);
	font-weight:    500;
	cursor:         none;
	pointer-events: none;
	color:          #0d0d0e; }

.table-sizes .table-sizes__col {
	padding: 15px; }

.table-sizes .hover-td {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 86, 112, 0.1)), to(rgba(233, 86, 112, 0.1))), #fff;
	background: linear-gradient(0deg, rgba(233, 86, 112, 0.1), rgba(233, 86, 112, 0.1)), #fff; }

.mobile-menu {
	position:   fixed;
	display:    none;
	z-index:    100000;
	left:       0;
	top:        77px;
	height:     calc(100% - 77px);
	max-width:  374px;
	width:      100%;
	background: #0d0d0e;
	padding:    29px 24px 20px;
	color:      #fff;
	overflow-y: auto;
	overflow-x: hidden; }

.mobile-menu__body {
	padding: 29px 0 0;
	width:   100%; }

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

.mobile-menu__head .phone, .mobile-menu__head .insta-link {
	display: none; }

.mobile-menu__head .phone {
	color:       #fff;
	font-size:   18px;
	font-weight: 600; }

.mobile-menu .dropdown-toggle.click {
	color: #e95670; }

.mobile-menu .dropdown-toggle.click:after {
	-webkit-transform: scale(1, -1);
	transform:         scale(1, -1); }

.mobile-menu .btn-catalog-mobile.click {
	background:    rgba(233, 86, 112, 0.1);
	border-radius: 8px;
	padding:       7px 10px;
	color:         #e95670; }

.mobile-menu .form-search, .mobile-menu .btn-sing, .mobile-menu .phone, .mobile-menu .address {
	display: none; }

.mobile-menu .table-scrollbox {
	margin: 15px 0 0; }

.mobile-menu .table-scrollbox .table-sizes {
	font-weight: 500; }

.mobile-menu .table-scrollbox .table-sizes td {
	border: none; }

.mobile-menu .table-scrollbox .table-sizes td:hover {
	background: #e95670;
	color:      #fff; }

.mobile-menu .table-scrollbox .table-sizes td, .mobile-menu .table-scrollbox .table-sizes th {
	width:     81px;
	min-width: 81px;
	height:    50px;
	font-size: 13px;
	color:     rgba(13, 13, 14, 0.65); }

.mobile-menu .table-scrollbox .table-sizes th, .mobile-menu .table-scrollbox .table-sizes .table-sizes__col {
	background:  rgba(176, 177, 191, 0.5);
	color:       #fff;
	font-weight: 500;
	font-size:   16px; }

.mobile-menu .table-scrollbox .hover-td {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 86, 112, 0.35)), to(rgba(233, 86, 112, 0.35))), #fff;
	background: linear-gradient(0deg, rgba(233, 86, 112, 0.35), rgba(233, 86, 112, 0.35)), #fff; }

.btn-size-sorting:after {
	display: none; }

.dropdown-menu-mobile {
	position:          relative;
	-webkit-transform: none;
	transform:         none;
	background:        transparent;
	border:            none;
	border-radius:     0;
	left:              0;
	top:               0;
	width:             100%;
	height:            auto;
	padding:           0;
	margin:            0;
	min-width:         auto;
	display:           none; }

.btn-close-menu {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	fill:              #fff;
	width:             24px;
	height:            24px; }

.menu-mobile-wrapper {
	width:       100%;
	height:      100%;
	font-size:   20px;
	font-weight: 500; }

.menu-mobile-wrapper a {
	color:   #fff;
	padding: 7px 0;
	width:   -webkit-fit-content;
	width:   -moz-fit-content;
	width:   fit-content; }

.menu-mobile-wrapper > li {
	margin: 0 0 14px; }

.menu-mobile-wrapper > li:last-child {
	margin: 0; }

.mobile-menu-sub {
	font-size:   16px;
	font-weight: 600;
	margin:      10px 0 20px;
	padding:     0 0 0 16px; }

.mobile-menu-sub li {
	margin: 0 0 13px; }

.mobile-menu-sub li:last-child {
	margin: 0; }

.mobile-menu-sub a {
	padding: 0; }

.mobile-menu-sub a:hover {
	color: #e95670; }

.menu-level2 {
	padding: 0 0 0 20px;
	margin:  10px 0 20px; }

.checkbox-size {
	width:             100%;
	height:            100%;
	position:          relative;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	z-index:           1;
	cursor:            pointer;
	white-space:       nowrap; }

.checkbox-size__text {
	display: block; }

.checkbox-size__input {
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	background:    transparent;
	border:        none;
	border-radius: 5px;
	z-index:       -1; }

.checkbox-size__input:checked {
	background: #e95670; }

.checkbox-size__input:checked ~ .checkbox-size__text {
	color: #fff; }

footer {
	background: #0d0d0e;
	color:      #fff;
	padding:    65px 0 70px; }

footer .links-details {
	margin: 25px 0 0 auto; }

.footer-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.copyright {
	color:       rgba(255, 255, 255, 0.35);
	margin:      20px 0 0;
	max-width:   215px;
	width:       100%;
	line-height: 28px; }

.list-social {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            25px 0 0; }

.list-social li {
	margin: 0 15px 0 0; }

.list-social li:last-child {
	margin: 0; }

.list-social li a {
	width:         45px;
	height:        45px;
	border:        1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	padding:       11px 13px;
	fill:          #fff; }

.list-social li a:hover {
	-webkit-box-shadow: 0 5px 15px rgba(243, 60, 93, 0.35);
	box-shadow:         0 5px 15px rgba(243, 60, 93, 0.35);
	background:         #e95670;
	border-color:       #e95670;
	fill:               #fff; }

.list-social li a:focus {
	background:   #e95670;
	border-color: #e95670; }

.footer-menu {
	font-size:   16px;
	font-weight: 500;
	max-width:   227px;
	line-height: 20px; }

.footer-menu li {
	margin: 0 0 20px; }

.footer-menu li:last-child {
	margin: 0; }

.footer-menu li a {
	color: #fff; }

.footer-menu li a:hover {
	color: #e95670; }

.contacts-links {
	font-size:         16px;
	margin:            0 0 16px;
	color:             rgba(255, 255, 255, 0.75);
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	font-weight:       500; }

.contacts-links:last-child {
	margin: 0; }

.contacts-links .svg-icon {
	width:     24px;
	height:    24px;
	min-width: 24px;
	margin:    0 15px 0 0;
	fill:      #e95670; }

.contacts-links:hover {
	color: rgba(255, 255, 255, 0.75); }

.article-page h1 {
	margin: 0 0 20px; }

.article-img {
	margin:            0 0 20px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	width:             100%; }

.article-img img {
	width: 100%; }

.share {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	color:             #252634;
	font-weight:       500; }

.share p {
	margin: 0 15px 0 0; }

.list-share {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.list-share li {
	margin: 0 10px 0 0; }

.list-share li:last-child {
	margin: 0; }

.list-share li a {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	border-radius:     50%;
	width:             40px;
	height:            40px;
	background:        rgba(233, 86, 112, 0.1);
	padding:           10px;
	fill:              #e95670; }

.list-share li a:hover, .list-share li a:focus {
	fill:       #fff;
	background: #e95670; }

.article-box {
	width:  100%;
	margin: 0 0 30px; }

.article-box h2 {
	margin: 0 0 20px; }

.article-box h3 {
	margin: 0 0 20px; }

.date-article {
	margin:      0 0 15px;
	color:       #b0b1bf;
	font-weight: 500;
	font-size:   16px; }

.article-box-video {
	max-width:     none;
	border-radius: 0;
	margin:        0 0 20px;
	height:        auto; }

.article-box-video:before {
	opacity: .35; }

.article-sub-box {
	margin: 0 0 55px; }

.article-sub-box h3 {
	margin: 0 0 25px; }

.article-sub-box__item {
	margin: 0 0 30px; }

.article-sub-box__img {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 10px; }

.article-sub-box__img img {
	width: 100%; }

.blog-img {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	overflow:          hidden; }

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

.date-article {
	margin: 0 0 20px;
	color:  #b0b1bf; }

.blog-page h2 {
	font-size: 32px;
	margin:    0 0 20px; }

.blog-page .box-text {
	margin: 0 0 10px; }

.box-text-collapse {
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-box-orient: vertical;
	overflow:           hidden; }

.box-text-collapse-4 {
	-webkit-line-clamp: 4; }

.box-text-collapse-6 {
	-webkit-line-clamp: 6; }

.blog-page__content {
	height:                100%;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start;
	-webkit-box-pack:      center;
	-ms-flex-pack:         center;
	justify-content:       center; }

.blog-author {
	margin:            30px 0 0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #0d0d0e; }

.blog-author h4 {
	font-weight: 500;
	margin:      0; }

.blog-author__photo {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	border-radius:     50%;
	overflow:          hidden;
	width:             75px;
	height:            75px; }

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

.blog-author__body {
	width:   calc(100% - 75px);
	padding: 0 0 0 15px; }

.blog-author p {
	color:  rgba(37, 38, 52, 0.75);
	margin: 0 0 5px; }

.blog-box {
	height:                100%;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column; }

.blog-box__img {
	width:    100%;
	height:   300px;
	overflow: hidden; }

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

.blog-box__body {
	height:                calc(100% - 300px);
	width:                 100%;
	padding:               25px 25px 0;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start; }

.blog-box .box-text {
	margin: 0 0 15px; }

.blog-box__footer {
	margin:            auto 0 0;
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.blog-box__date {
	color:     #b0b1bf;
	font-size: 14px; }

.links-clear {
	color:             #e95670;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	font-size:         16px;
	font-weight:       500;
	width:             -webkit-fit-content;
	width:             -moz-fit-content;
	width:             fit-content;
	margin:            0 0 0 auto; }

.links-clear__icon {
	width:             24px;
	height:            24px;
	fill:              #e95670;
	margin:            0 10px 0 0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.links-clear:hover {
	color: #0d0d0e; }

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

.amount span {
	cursor:             pointer;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	width:              35px;
	height:             35px;
	background:         #fff;
	-webkit-box-shadow: 0px 8px 25px rgba(13, 13, 14, 0.07);
	box-shadow:         0px 8px 25px rgba(13, 13, 14, 0.07);
	border-radius:      8px;
	fill:               #e95670; }

.amount span .svg-icon {
	width:  15px;
	height: 14px; }

.amount span:hover {
	-webkit-box-shadow: 0 8px 25px rgba(13, 13, 14, 0.15);
	box-shadow:         0 8px 25px rgba(13, 13, 14, 0.15); }

.amount span:focus {
	-webkit-box-shadow: 0 8px 25px rgba(13, 13, 14, 0.15);
	box-shadow:         0 8px 25px rgba(13, 13, 14, 0.15); }

.amount span:focus .svg-icon {
	fill: #0d0d0e; }

.amount input {
	width:       38px;
	text-align:  center;
	font-size:   20px;
	font-weight: 600;
	color:       #0d0d0e;
	padding:     0;
	height:      35px; }

.amount input::-webkit-input-placeholder {
	color: #0d0d0e; }

.amount input::-moz-placeholder {
	color: #0d0d0e; }

.amount input::-ms-input-placeholder {
	color: #0d0d0e; }

.amount input::placeholder {
	color: #0d0d0e; }

.btn-delete {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             24px;
	height:            24px;
	fill:              #b0b1bf; }

.btn-delete:hover {
	fill: #e95670; }

.btn-delete:focus {
	fill: #e95670; }

.basket-page-checkout .box-text-info {
	margin: 20px 0 0; }

.basket-card {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	position:          relative;
	margin:            0 0 10px;
	border:            1px solid rgba(176, 177, 191, 0.8);
	border-radius:     8px;
	background:        rgba(255, 255, 255, 0.8);
	padding:           7px 30px 8px 7px; }

.basket-card .btn-add-favorite {
	position: absolute;
	top:      25px;
	right:    30px; }

.basket-card:last-child {
	margin: 0; }

.basket-card__img {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             150px;
	height:            160px;
	min-width:         150px;
	border-radius:     8px;
	overflow:          hidden; }

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

.basket-card__body {
	max-width: 356px;
	width:     100%;
	padding:   0 0 0 28px;
	margin:    0 auto 0 0; }

.basket-card__title {
	color:       #0d0d0e;
	font-size:   17px;
	font-weight: 600; }

.basket-card__title:hover {
	color: #e95670; }

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

.basket-card__size p {
	margin:      0 15px 0 0;
	font-size:   17px;
	font-weight: 600;
	color:       #0d0d0e; }

.basket-card .btn-delete {
	margin: 0 0 0 58px; }

.basket-card .amount {
	margin: 0 70px 0 98px; }

.basket-card .price-wrapper {
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     center;
	-ms-flex-align:        center;
	align-items:           center; }

.basket-card .old-price {
	margin: 0 auto; }

.article {
	margin: 8px 0 20px;
	color:  rgba(37, 38, 52, 0.75); }

.total-basket {
	width:              100%;
	padding:            40px;
	-webkit-box-shadow: 0px 30px 100px rgba(13, 13, 14, 0.11);
	box-shadow:         0px 30px 100px rgba(13, 13, 14, 0.11);
	border-radius:      15px;
	font-size:          16px; }

.total-basket__footer {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.total-basket__wrap {
	margin: 30px 0; }

.total-basket p {
	color: rgba(37, 38, 52, 0.75); }

.total-basket p span {
	color:       #0d0d0e;
	font-weight: 500; }

.label-promo {
	max-width: 212px;
	width:     100%;
	margin:    0 10px 0 0; }

.label-promo input {
	height:        62px;
	width:         100%;
	border:        1px solid rgba(176, 177, 191, 0.8);
	border-radius: 8px;
	background:    rgba(255, 255, 255, 0.8);
	padding:       0 30px; }

.label-promo input::-webkit-input-placeholder {
	color: rgba(37, 38, 52, 0.75); }

.label-promo input::-moz-placeholder {
	color: rgba(37, 38, 52, 0.75); }

.label-promo input::-ms-input-placeholder {
	color: rgba(37, 38, 52, 0.75); }

.label-promo input::placeholder {
	color: rgba(37, 38, 52, 0.75); }

.total-sum {
	color:       #0d0d0e;
	font-size:   24px;
	font-weight: 600; }

.commission {
	margin:            5px 0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center; }

.commission-val {
	color:  #0d0d0e;
	margin: 0 0 0 5px; }

.links-dropdown {
	color:         rgba(37, 38, 52, 0.75);
	border-bottom: 1px dashed rgba(37, 38, 52, 0.75); }

.links-dropdown:hover {
	color:         #e95670;
	border-bottom: 1px dashed #e95670; }

.links-dropdown:focus {
	color:         #e95670;
	border-bottom: 1px dashed #e95670; }

.links-dropdown:after, .links-dropdown:before {
	display: none; }

.dropleft .dropdown-toggle::before {
	display: none; }

.dropdown-menu-basket {
	-webkit-box-shadow: 0px 10px 25px rgba(13, 13, 14, 0.11);
	box-shadow:         0px 10px 25px rgba(13, 13, 14, 0.11);
	background:         #fff;
	border-radius:      15px;
	padding:            15px;
	border:             none;
	min-width:          190px; }

.dropdown-menu-basket .box-text {
	font-size:   13px;
	line-height: 20px;
	color:       #252634; }

.dropdown-menu-basket .links-details {
	margin:    5px 0 0;
	font-size: 13px; }

.dropdown-menu-basket .links-details__text {
	padding: 0; }

.total-basket-box {
	margin: 0 0 30px; }

.total-basket-box:last-child {
	margin: 0; }

.total-basket-box h3 {
	margin: 0 0 5px; }

.list-checkbox {
	margin: 15px 0 0;
	width:  100%; }

.list-checkbox li {
	width:  100%;
	margin: 0 0 10px; }

.list-checkbox li:last-child {
	margin: 0; }

.label-checkbox {
	position:          relative;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	padding:           0 0 0 28px;
	width:             100%;
	cursor:            pointer; }

.label-checkbox span {
	display: block; }

.label-checkbox:hover .checkbox-title {
	color: #e95670; }

.label-checkbox:hover .checkbox-custom {
	background: rgba(233, 86, 112, 0.15); }

.inp-check {
	display: none; }

.inp-check:checked + .checkbox-custom {
	background: #e95670; }

.inp-check:checked + .checkbox-custom:before {
	background:      url("/local/templates/newlif_8/css/../img/check.svg") no-repeat center;
	background-size: 100%; }

.checkbox-title {
	display:     block;
	font-size:   17px;
	font-weight: 600;
	margin:      0 0 5px;
	color:       #0d0d0e; }

.checkbox-text {
	color:       #252634;
	line-height: 23px;
	width:       100%; }

.checkbox-custom {
	position:           absolute;
	left:               0;
	top:                2px;
	width:              18px;
	height:             18px;
	min-width:          18px;
	background:         rgba(233, 86, 112, 0.03);
	border:             1px solid #e95670;
	border-radius:      50%;
	cursor:             pointer;
	-webkit-transition: .3s ease;
	transition:         .3s ease; }

.checkbox-custom:before {
	content:           "";
	position:          absolute;
	left:              50%;
	top:               50%;
	-webkit-transform: translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	width:             10px;
	height:            7px; }

.basket-card-return {
	width:             100%;
	position:          relative;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 10px;
	border:            1px solid rgba(176, 177, 191, 0.3);
	border-radius:     8px;
	background:        rgba(255, 255, 255, 0.3);
	padding:           7px; }

.basket-card-return__photo {
	width:             55px;
	height:            55px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	overflow:          hidden;
	border-radius:     8px; }

.basket-card-return__photo img {
	width:         100%;
	height:        100%;
	-o-object-fit: cover;
	object-fit:    cover; }

.btn-return {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #e95670;
	font-size:         16px;
	margin:            0 auto;
	font-weight:       500; }

.btn-return__icon {
	margin:            0 10px 0 0;
	width:             22px;
	height:            22px;
	min-width:         22px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.btn-return:hover {
	color: #da3351; }

.btn-return:focus {
	color: #e95670; }

.box-text-info {
	margin: 20px 0;
	color:  rgba(37, 38, 52, 0.75); }

.links-subscribe {
	margin:  0 0 0 auto;
	display: none; }

.availability-status {
	font-size:   17px;
	font-weight: 600;
	color:       rgba(13, 13, 14, 0.3); }

.basket-card-not .basket-card__img {
	opacity: .55; }

.basket-card-not .basket-card__title {
	opacity: .5; }

.basket-card-not .article {
	opacity: .35; }

.basket-card-not:hover {
	border: 1px solid #e95670; }

.basket-card-not:hover .links-subscribe {
	display: block; }

.title-line {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 20px;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.title-line h1 {
	width:  -webkit-fit-content;
	width:  -moz-fit-content;
	width:  fit-content;
	margin: 0; }

.title-line .links-details__icon {
	margin: 0 0 0 10px; }

.catalog-val {
	margin: 10px auto 0 20px;
	color:  rgba(37, 38, 52, 0.6); }

.catalog-page .model-card {
	display:        flex;
	flex-direction: column;
	margin:         0;
}

.list-sales {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	font-size:         14px;
	font-weight:       500;
	margin:            0 0 20px; }

.list-sales li {
	margin: 0 10px 10px 0; }

.list-sales li:last-child {
	margin: 0 0 10px; }

.list-sales li a {
	padding:       11px 22px;
	color:         #fff;
	background:    #dd50ad;
	border-radius: 30px; }

.sidebar .sidebar-menu {
	display: none; }

.sidebar-submenu {
	padding:   0 0 0 10px;
	margin:    10px 0 15px;
	font-size: 16px; }

.sidebar-submenu li a {
	padding:       7px 10px;
	border-radius: 8px;
	color:         #0d0d0e;
	width:         -webkit-fit-content;
	width:         -moz-fit-content;
	width:         fit-content; }

.sidebar-submenu li a:hover {
	background: #e95670;
	color:      #fff; }

.dropdown-menu-sidebar {
	position:           relative !important;
	background:         transparent;
	-webkit-box-shadow: none;
	box-shadow:         none;
	padding:            0;
	left:               0;
	top:                0;
	-webkit-transform:  none !important;
	transform:          none !important;
	width:              100%;
	border:             none;
	border-radius:      0;
	margin:             0;
	min-width:          auto; }

.sidebar-category {
	margin:      0 0 20px;
	font-weight: 600;
	font-size:   20px;
	color:       #0d0d0e; }

.sidebar-category:hover {
	color: #e95670; }

.sidebar-menu {
	width:       100%;
	font-size:   16px;
	font-weight: 500; }

.sidebar-menu li a {
	padding:       7px 10px;
	border-radius: 8px;
	color:         #0d0d0e;
	width:         -webkit-fit-content;
	width:         -moz-fit-content;
	width:         fit-content; }

.sidebar-menu li a:hover {
	background: #e95670;
	color:      #fff; }

.sidebar-menu li .dropdown-toggle:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter:         brightness(0) invert(1); }

.sidebar-menu.open {
	display: block; }

.dropdown-toggle::after {
	background:      url("/local/templates/newlif_8/css/../img/arrow-bottom.svg") no-repeat center;
	background-size: 100%;
	border:          none;
	width:           24px;
	height:          24px;
	vertical-align:  middle;
	margin-left:     5px; }

.sidebar-box {
	margin: 0 0 20px; }

.sidebar-box:last-child {
	margin: 0; }

.btn-clear-filter {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #b0b1bf;
	font-weight:       500;
	font-size:         16px;
	margin:            0 0 0 auto; }

.btn-clear-filter__icon {
	width:             20px;
	height:            20px;
	margin:            0 0 0 8px;
	fill:              #b0b1bf;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.btn-clear-filter:hover {
	color: #252634; }

.btn-clear-filter:focus {
	color: #0d0d0e; }

.filter-wrapper, .sorting-wrapper {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 0 15px; }

.filter-wrapper h4, .sorting-wrapper h4 {
	margin: 0 15px 0 0; }

.filter-wrapper__list {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 auto 0 0; }

/*.dropdown-filter {*/
/*	margin: 0 10px 0 0;margin-top: -5px; }*/

.list-sorting__item {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 auto 0 0; }

.dropdown-filter-toggle {
	border:        1px solid rgba(176, 177, 191, 0.3);
	border-radius: 10px;
	padding:       7px 15px;
	color:         #0d0d0e;
	font-size:     16px;
	font-weight:   500; }

.dropdown-filter-toggle:after {
	width:           24px;
	height:          24px;
	margin:          0 0 0 5px;
	border:          none;
	background:      url("/local/templates/newlif_8/css/../img/arrow-bottom.svg") no-repeat center;
	background-size: 100%; }

.dropdown-filter-toggle:hover {
	border: 1px solid rgba(233, 86, 112, 0.3);
	color:  #0d0d0e; }

.dropdown-filter-toggle:focus {
	border: 1px solid rgba(176, 177, 191, 0.3);
	color:  #0d0d0e; }

.dropdown-filter-toggle:focus:after {
	-webkit-transform: rotate(180deg);
	transform:         rotate(180deg); }

.dropdown-menu-filter {
	min-width:          235px;
	margin:             12px 0 0;
	-webkit-box-shadow: 0px 10px 60px rgba(13, 13, 14, 0.11);
	box-shadow:         0px 10px 60px rgba(13, 13, 14, 0.11);
	background:         #fff;
	border:             none;
	padding:            17px 5px 10px 20px;
	border-radius:      8px;
	overflow:           visible;
	left:               50% !important;
	top:                100% !important;
	-webkit-transform:  translateX(-50%) !important;
	transform:          translateX(-50%) !important; }

.dropdown-menu-filter:before {
	content:           "";
	width:             0;
	height:            0;
	border-left:       6.5px solid transparent;
	border-right:      6.5px solid transparent;
	border-bottom:     7px solid #fff;
	left:              50%;
	-webkit-transform: translateX(-50%);
	transform:         translateX(-50%);
	top:               -7px;
	position:          absolute; }

.dropdown-menu-filter .btn {
	margin:    0 auto;
	height:    46px;
	padding:   0 21px;
	font-size: 14px; }

.dropdown-menu-filter .scroll-text {
	height:     auto;}

.dropdown-menu-filter .list-checkbox {
	margin: 0; }

.dropdown-menu-filter .list-checkbox li {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 8px; }

.dropdown-menu-filter .checkbox-title {padding: 0 10px;
	margin:                                     0; }

.dropdown-menu-filter .mCustomScrollBox {
	padding: 0;
	margin:  0; }

.dropdown-menu-filter .mCustomScrollBox:before {
	display: none; }

.dropdown-menu-filter .mCSB_scrollTools {
	left:  auto;
	width: 6px;
	right: 0; }

.dropdown-menu-filter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .dropdown-menu-filter .mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #e95670; }

.filter-val {
	margin: 0 0 0 10px;
	color:  rgba(37, 38, 52, 0.35); }

.dropdown-menu__footer {
	width:   100%;
	padding: 10px 15px 0 0; }

.color-circle {
	border:        1px solid #fff;
	border-radius: 50%;
	margin:        0 8px 0 0;
	width:         18px;
	height:        18px;
	min-width:     18px; }

.color-circle-beige {
	background: #f9d9d9; }

.color-circle-beige:before {
	border-color: #f9d9d9; }

.color-circle-black {
	background: #000; }

.color-circle-black:before {
	border-color: #000; }

.color-circle-white {
	background: #fff;
	border:     1px solid rgba(176, 177, 191, 0.5); }

.color-circle-white2 {
	border:     1px solid #000;
	background: #fff; }

.color-circle-blue {
	background: #7fe4f2; }

.color-circle-blue2 {
	background: #158acc; }

.color-circle-blue-dark {
	background: #203da4; }

.color-circle-green {
	background: #47a36c; }

.color-circle-red {
	background: #dc3232; }

.color-circle-pink {
	background: #ef72a6; }

.color-circle-khaki {
	background: #3a6947; }

.color-circle-violet {
	background: #ce3ab6; }

.color-circle-grey {
	background: #c4c4c4; }

.sorting-wrapper {
	margin: 0 0 35px; }

.sorting-wrapper .links-details__icon {
	margin: 0 0 0 10px; }

.list-sorting {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0 auto 0 0;
	font-size:         16px;
	font-weight:       500; }

.list-sorting li {
	margin: 0 15px 0 0; }

.list-sorting li a {
	color: rgba(37, 38, 52, 0.65); }

.list-sorting li a:hover {
	color: #e95670; }

.list-sorting li .active {
	color: #e95670; }

.pagination-nav {
	margin: 0 auto 35px;
	width:  100%; }

.pagination {
	width:             100%;
	border-radius:     0;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.page-item {
	margin: 0 5px 0 0; }

.page-item:last-child {
	margin: 0; }

.pagination-prev, .pagination-next {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	fill:              #e95670;
	color:             #252634;
	font-size:         16px;
	font-weight:       500; }

.pagination-prev__icon, .pagination-next__icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             24px;
	height:            24px;
	padding:           7px; }

.pagination-prev:hover, .pagination-next:hover {
	color: #e95670; }

.pagination-prev:focus, .pagination-next:focus {
	color: #da3351; }

.pagination-prev {
	margin: 0 20px 0 0; }

.pagination-prev__icon {
	margin: 0 5px 0 0; }

.pagination-next {
	margin: 0 0 0 20px; }

.pagination-next__icon {
	margin: 0 0 0 5px; }

.page-link {
	border-radius:     50%;
	padding:           0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             40px;
	height:            40px;
	min-width:         40px;
	color:             #252634;
	font-size:         17px;
	font-weight:       600;
	border:            none; }

.page-link:hover {
	background: rgba(176, 177, 191, 0.15);
	color:      #252634; }

.page-link:focus {
	background: #e95670;
	color:      #fff; }

.page-item.active .page-link {
	background: #e95670;
	color:      #fff; }

.catalog-info {
	margin: 40px 0 75px; }

.catalog-banner {
	min-height:        542px;
	margin:            0 0 40px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch; }

.catalog-banner .main-slider-box__img {
	max-width:         600px;
	max-height:        670px;
	height:            100%;
	width:             100%;
	position:          absolute;
	right:             0;
	bottom:            0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: end;
	-ms-flex-align:    end;
	align-items:       flex-end;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.catalog-banner .main-slider-box__img-two {
	max-height:       none;
	height:           100%;
	-webkit-box-pack: start;
	-ms-flex-pack:    start;
	justify-content:  flex-start; }

.catalog-banner .main-slider-box__img-two img {
	max-width: none;
	width:     auto;
	height:    100%; }

.catalog-banner .main-slider-box__content {
	width:                 calc(100% - 600px);
	padding:               65px 0 50px;
	max-width:             none;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column; }

.catalog-banner .main-slider__title {
	font-size:   70px;
	line-height: 73px; }

.catalog-banner .box-text-info {
	max-width:   785px;
	margin:      35px 0 auto;
	font-size:   17px;
	font-weight: 600;
	color:       #0d0d0e;
	line-height: 27px; }

.catalog-banner .box-text-info p {
	margin: 0 0 20px; }

.catalog-banner .box-text-info p:last-child {
	margin: 0; }

.catalog-banner .box-text {
	margin:      15px 0 0;
	font-size:   16px;
	line-height: 28px; }

.catalog-banner .box-text .links-details__text {
	padding: 0; }

.slogan {
	background:    #0d0d0e;
	border-radius: 8px;
	margin:        20px 0 0;
	color:         #fff;
	width:         -webkit-fit-content;
	width:         -moz-fit-content;
	width:         fit-content;
	padding:       10px 15px;
	font-size:     17px;
	font-weight:   600; }

.catalog-info-box {
	margin: 0 0 40px; }

.catalog-info-box:last-child {
	margin: 0; }

.catalog-info-box h3 {
	margin:    0 0 20px;
	font-size: 28px; }

.catalog-info-box h4 {
	margin:    30px 0 20px;
	font-size: 20px; }

.catalog-info-box .list-dots {
	line-height: 23px;
	color:       rgba(37, 38, 52, 0.75); }

.catalog-info-box .list-dots strong {
	color:       #0d0d0e;
	font-weight: 500; }

.catalog-info-box .list-dots li {
	margin: 0 0 10px; }

.catalog-info-box .list-dots li:last-child {
	margin: 0; }

.filter-result-box {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #fff;
	margin:            0 10px 0 0;
	padding:           7px 14px;
	background:        #e95670;
	border-radius:     10px;
	font-weight:       500;
	font-size:         16px;

	min-width:         120px;
	white-space:       nowrap;
	overflow:          hidden;
	text-overflow:     ellipsis; }

.filter-result-box:last-child {
	margin: 0; }

.filter-result-box__val {
	margin:            0 0 0 5px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center; }

.filter-result-box .color-circle {
	margin: 0 5px 0 0; }

.filter-result-box .color-circle:last-child {
	margin: 0; }

.btn-delete-filter-result {
	width:             24px;
	height:            24px;
	margin:            0 0 0 5px;
	padding:           7px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	fill:              #fff; }

.price-filter {
	margin:            0 0 0 20px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center; }

.filter__slider {
	width: 250px; }

.filter__slider .ui-widget.ui-widget-content {
	background:    rgba(176, 177, 191, 0.4);
	border:        none;
	border-radius: 4px;
	height:        12px; }

.filter__slider .ui-slider .ui-slider-range {
	height:        100%;
	background:    #e95670;
	border-radius: 0; }

.filter__slider .ui-slider-horizontal .ui-slider-handle {
	width:         3px;
	height:        20px;
	border:        none;
	border-radius: 12px;
	background:    #e95670;
	margin-left:   0;
	cursor:        pointer;
	outline:       none; }

.filter__slider .ui-slider-horizontal .ui-slider-handle:focus {
	outline: none; }

.price-range-min, .price-range-max {
	color:       #252634;
	font-size:   14px;
	position:    absolute;
	top:         -24px;
	white-space: nowrap;
	font-family: "Montserrat", sans-serif; }

.price-range-min {
	right: 0; }

.btn-filter {
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	fill:              #e95670;
	width:             24px;
	height:            24px;
	margin:            0 0 0 auto; }

.box-content-hidden.open {
	max-height: none; }

.filter-mobile {
	position:   fixed;
	z-index:    10;
	display:    none;
	top:        0;
	width:      100%;
	height:     100%;
	overflow-y: auto;
	background: #fff; }

.filter-mobile__head {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	background:        #0d0d0e;
	color:             #fff;
	padding:           15px 16px; }

.filter-mobile__footer {
	width:    100%;
	position: fixed;
	left:     0;
	bottom:   0;
	z-index:  3; }

.btn-filter-close__icon {
	width:             24px;
	height:            24px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	position:          relative;
	margin:            0 10px 0 0;
	cursor:            pointer;
	padding:           3px; }

.btn-filter-close__icon:before, .btn-filter-close__icon:after {
	content:       "";
	position:      absolute;
	top:           0;
	left:          12px;
	width:         2px;
	height:        100%;
	background:    #fff;
	border-radius: 1px; }

.btn-filter-close__icon:before {
	-webkit-transform: rotate(45deg);
	transform:         rotate(45deg); }

.btn-filter-close__icon:after {
	-webkit-transform: rotate(135deg);
	transform:         rotate(135deg); }

.clear-filter-all {
	color:       #fff;
	margin:      0 0 0 auto;
	font-size:   14px;
	line-height: 17px; }

.clear-filter-all:hover {
	color: #e95670; }

.filter-mobile__box {
	width:   100%;
	padding: 35px 16px; }

.filter-mobile__box .price-filter {
	margin: 0 0 25px; }

.filter-mobile__box h4 {
	margin: 0 7px 0 0; }

.filter-mobile__box .filter__slider {
	max-width: 390px;
	width:     100%; }

.btn-filter-close {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #fff;
	font-size:         17px;
	font-weight:       600; }

.btn-filter-close .svg-icon {
	fill: #fff; }

.btn-filter-close:hover {
	color: #e95670; }

.btn-filter-prev .btn-filter-close__icon:before, .btn-filter-prev .btn-filter-close__icon:after {
	display: none; }

.form-filter-mobile {
	width:  100%;
	height: 100%; }

.form-filter-mobile button.btn {
	border-radius: 0;
	width:         100%;
	max-width:     none; }

.form-filter-mobile .label-checkbox span {
	margin: 0 5px 0 0; }

.form-filter-mobile .checkbox-custom {
	position:          relative;
	top:               0;
	left:              0;
	-webkit-transform: none;
	transform:         none; }

.form-filter-mobile .color-circle {
	margin: 0 8px 0 0; }

.form-filter-mobile .checkbox-title {
	margin: 0; }

.form-filter-mobile .inp-check:checked ~ .checkbox-title:after {
	content:    "";
	position:   absolute;
	left:       0;
	top:        0;
	width:      100%;
	height:     100%;
	background: rgba(233, 86, 112, 0.03);
	z-index:    -1; }

.form-filter-mobile__category__links {
	position:          relative;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #0d0d0e;
	font-size:         16px;
	font-weight:       500;
	overflow:          hidden;
	cursor:            pointer;
	padding:           7px 16px; }

a.form-filter-mobile__category__links:hover {
	color: #e95670; }

.form-filter-mobile__category__icon {
	width:             24px;
	height:            24px;
	fill:              #e95670;
	padding:           6px 7px;
	position:          absolute;
	right:             16px;
	top:               50%;
	-webkit-transform: translate(0, -50%);
	transform:         translate(0, -50%);
	background:        url("/local/templates/newlif_8/css/../img/arrow-right.svg") no-repeat center;
	background-size:   100%; }

.form-filter-mobile__category__val {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.form-filter-mobile__category__val-clear {
	fill:            #b0b1bf;
	background:      url("/local/templates/newlif_8/css/../img/close.svg") no-repeat center;
	background-size: 100%; }

.form-filter-mobile__category {
	border-bottom: 1px solid rgba(176, 177, 191, 0.35); }

.filter-mobile__body {
	height:     calc(100% - 63px);
	overflow-y: auto;
	padding:    0 0 63px; }

.form-filter-mobile__category-submenu {
	-webkit-transition: .3s ease;
	transition:         .3s ease;
	position:           fixed;
	right:              -100%;
	top:                0;
	background:         #fff;
	z-index:            3;
	width:              100%;
	height:             100%; }

.form-filter-mobile__category-submenu .form-filter-mobile__category__links {
	border-bottom: 1px solid rgba(176, 177, 191, 0.35);
	padding:       20px 16px; }

.form-filter-mobile__category-submenu .color-circle {
	margin: 0 8px; }

.form-filter-mobile__category__name {
	margin:  0 5px 0 0;
	color:   rgba(37, 38, 52, 0.6);
	display: inline-block; }

.modal-dialog {
	max-width: 514px; }

.modal-content {
	background:    #fff;
	border:        none;
	border-radius: 8px;
	position:      relative;
	overflow-y:    auto; }

.modal-header {
	padding: 0;
	border:  none; }

.modal-header .close {
	margin:            0;
	opacity:           1;
	width:             24px;
	height:            24px;
	z-index:           1;
	top:               20px;
	right:             20px;
	position:          absolute;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	fill:              #b0b1bf;
	padding:           3px; }

.modal-body {
	padding: 40px 30px;
	border:  none; }

.modal-body .btn-group {
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	margin:            25px 0 0;
	width:             100%; }

.modal-body .btn-group .btn {
	margin:      0 12px 0 0;
	height:      62px;
	max-width:   140px;
	font-size:   16px;
	font-weight: 500; }

.modal-body .btn-group .btn:last-child {
	margin: 0; }

.modal-body .btn-group > .btn-group:not(:last-child) > .btn, .modal-body .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .modal-body .btn-group > .btn-group:not(:first-child) > .btn, .modal-body .btn-group > .btn:not(:first-child) {
	border-radius: 8px; }

.modal-body .box-text {
	line-height: 23px; }

.modal-body .status-icon {
	margin: 20px auto 0; }

.modal-title {
	text-align: center;
	margin:     0 auto 15px;
	max-width:  350px; }

.modal-backdrop.show {
	opacity: 1; }

.modal-backdrop {
	background: rgba(13, 13, 14, 0.75); }

.status-icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	border-radius:     50%;
	margin:            0 0 15px;
	width:             65px;
	height:            65px;
	background:        rgba(233, 86, 112, 0.15); }

.status-icon .svg-icon {
	width:  26px;
	height: 26px;
	fill:   #e95670; }

.form {
	width:  100%;
	margin: 15px auto 0; }

.form input {
	width:         100%;
	height:        62px;
	border:        1px solid rgba(176, 177, 191, 0.5);
	border-radius: 8px;
	background:    rgba(255, 255, 255, 0.5);
	padding:       0 30px; }

.form input::-webkit-input-placeholder {
	color: rgba(37, 38, 52, 0.6); }

.form input::-moz-placeholder {
	color: rgba(37, 38, 52, 0.6); }

.form input::-ms-input-placeholder {
	color: rgba(37, 38, 52, 0.6); }

.form input::placeholder {
	color: rgba(37, 38, 52, 0.6); }

.form label {
	width:    100%;
	margin:   0 auto 25px;
	position: relative; }

.form .btn {
	margin:      0 auto;
	font-size:   16px;
	font-weight: 500; }

.form .btn-view-password {
	position: absolute;
	top:      19px;
	right:    21px; }

.consent {
	margin:     20px auto 0;
	text-align: center;
	font-size:  14px;
	color:      rgba(37, 38, 52, 0.75); }

.consent .links-details__text {
	padding: 0; }

.btn-view-password {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             24px;
	height:            24px;
	fill:              #b0b1bf;
	cursor:            pointer;
	z-index:           1; }

.btn-view-password:hover {
	fill: #e95670; }

.btn-view-password.view {
	background:      url("/local/templates/newlif_8/css/../img/view-on.svg") no-repeat center;
	background-size: 100%; }

.btn-view-password.view .svg-icon {
	display: none; }

.entrance-social {
	margin:        0 0 15px;
	width:         100%;
	border-bottom: 1px solid rgba(176, 177, 191, 0.3);
	padding:       0 0 13px; }

.entrance-social p {
	margin:      0 0 15px;
	font-weight: 500;
	font-size:   16px; }

.list-entrance-social {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	font-size:         16px;
	font-weight:       500; }

.list-entrance-social li {
	width:  calc(50% - 4px);
	margin: 0 0 8px; }

.list-entrance-social a {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	height:            52px;
	border-radius:     8px;
	padding:           0 20px;
	text-align:        center; }

.entrance-social-links__icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	width:             24px;
	height:            24px;
	min-width:         24px;
	fill:              #fff; }

.entrance-social-links__text {
	margin: 0 auto; }

.vk-social-links {
	background: #4c6c91;
	color:      #fff; }

.vk-social-links:hover {
	color:      #fff;
	background: #426286; }

.vk-social-links:focus {
	background: #4c6c91;
	color:      #fff; }

.fb-social-links {
	background: #385185;
	color:      #fff; }

.fb-social-links:hover {
	color:      #fff;
	background: #2e487c; }

.fb-social-links:focus {
	color:      #fff;
	background: #385185; }

.google-social-links {
	background: rgba(22, 141, 226, 0.03);
	border:     1px solid rgba(66, 133, 244, 0.55);
	color:      #4a7ed8; }

.google-social-links:hover {
	background: rgba(22, 141, 226, 0.07);
	color:      #4a7ed8; }

.google-social-links:focus {
	background: rgba(22, 141, 226, 0.03);
	color:      #4a7ed8; }

.mail-social-links {
	background: #168de2;
	color:      #fff; }

.mail-social-links:hover {
	background: #0b82d8;
	color:      #fff; }

.mail-social-links:focus {
	color:      #fff;
	background: #168de2; }

.form-entrance p {
	width:       100%;
	margin:      0 0 15px;
	font-weight: 500;
	font-size:   16px; }

.form-entrance label {
	margin: 0 0 10px; }

.form-entrance .btn {
	margin: 20px auto 0; }

.links-password {
	margin: 5px 0 0; }

.box-text-entrance {
	text-align: center;
	margin:     20px auto 0; }

.box-text-entrance p {
	margin:      0;
	font-weight: normal;
	width:       -webkit-fit-content;
	width:       -moz-fit-content;
	width:       fit-content;
	display:     inline; }

.test-modal .modal-dialog {
	max-width: 1328px; }

.test-modal .modal-body {
	padding: 40px 15px 40px 80px; }

.test-modal-content {
	width:      100%;
	height:     100%;
	max-height: 776px; }

.test-modal-content .mCustomScrollBox {
	padding: 0 59px 60px 0;
	margin:  0; }

.test-modal-content .mCustomScrollBox:before {
	width: calc(100% - 59px);
	left:  0;
	right: auto; }

.test-modal-content .mCSB_scrollTools {
	right:         0;
	left:          auto;
	max-height:    none;
	width:         6px;
	border-radius: 17px; }

.test-modal-content .mCSB_scrollTools .mCSB_draggerRail, .test-modal-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px; }

.collapse-item {
	margin: 0 0 20px; }

.collapse-item:last-child {
	margin: 0; }

.collapse-item .card-body {
	padding:       10px 0 0 34px;
	color:         rgba(37, 38, 52, 0.75);
	border:        none;
	border-radius: 0; }

.collapse-item .card-body .links-details {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex; }

.collapse-item .card-body .links-details__text {
	padding: 0; }

.collapse-item__header {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start; }

.collapse-item .label-checkbox {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content; }

.collapse-item .icon-arrow {
	width:             24px;
	min-width:         24px;
	height:            24px;
	fill:              #e95670;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	margin:            0 0 0 5px;
	-webkit-transform: rotate(180deg);
	transform:         rotate(180deg); }

.collapse-item__btn {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	font-weight:       600;
	font-size:         17px;
	color:             #0d0d0e; }

.collapse-item__btn:hover {
	color: #e95670; }

.collapse-item__btn-text {
	max-width: 533px;
	width:     100%; }

.collapse-item .collapsed .icon-arrow {
	-webkit-transform: none;
	transform:         none; }

.test-modal-box h6 {
	color:       #b0b1bf;
	font-size:   20px;
	font-weight: 600; }

.test-modal-box .modal-title {
	font-size:   38px;
	font-weight: 600;
	text-align:  left;
	max-width:   430px;
	line-height: 44px;
	margin:      5px 0 25px; }

.test-modal-box__img {
	width:             100%;
	max-width:         455px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 25px; }

.test-modal-box__img img {
	width: 100%; }

.test-result-modal .modal-dialog {
	max-width: 1056px; }

.test-result-modal .modal-body {
	padding: 40px 60px; }

.test-result-box {
	height:                100%;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start;
	-webkit-box-pack:      center;
	-ms-flex-pack:         center;
	justify-content:       center;
	color:                 #0d0d0e; }

.test-result-box .links-prev-modal {
	display: none; }

.test-result-box .box-text {
	font-size:   17px;
	font-weight: 600;
	margin:      5px 0 25px;
	color:       #0d0d0e; }

.test-result-box h6 {
	font-weight: 600;
	font-size:   28px; }

.test-result__val {
	margin:      30px 0 35px;
	color:       #e95670;
	line-height: .8;
	font-size:   200px;
	font-weight: 600; }

.links-prev-modal {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	color:             #0d0d0e;
	font-size:         16px;
	font-weight:       500; }

.links-prev-modal__icon {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	margin:            0 10px 0 0;
	width:             20px;
	height:            16px;
	fill:              #b0b1bf; }

.links-prev-modal:hover, .links-prev-modal:focus {
	color: #0d0d0e; }

.links-prev-modal:hover .links-prev-modal__icon, .links-prev-modal:focus .links-prev-modal__icon {
	fill: #e95670; }

.error-input-text {
	margin:      2px 0 0;
	color:       #e95670;
	font-size:   13px;
	font-weight: 500; }

.error-input input {
	border-color: #e95670;
	font-size:    28px;
	font-weight:  600;
	color:        #252634; }

.modal-product .modal-body {
	padding: 40px 24px 40px; }

.modal-product .modal-body .btn-group {
	margin: 10px 0 0; }

.modal-product .modal-body .btn-group .btn {
	max-width: none; }

.modal-order .modal-dialog {
	max-width: 688px; }

.modal-order .modal-title {
	max-width: none;
	margin:    0 auto 20px; }

.modal-order .consent {
	max-width: 430px; }

.modal-order form {
	margin: 20px 0 0; }

.modal-order form label {
	max-width: 454px;
	margin:    0 auto 10px; }

.basket-card-modal {
	font-size:   14px;
	line-height: 17px;
	border:      1px solid rgba(176, 177, 191, 0.3); }

.basket-card-modal .basket-card__img {
	width:     94px;
	min-width: 94px;
	height:    100px; }

.basket-card-modal .basket-card__title {
	font-size:   14px;
	line-height: 17px; }

.basket-card-modal .price-wrapper {
	font-size:   14px;
	line-height: 17px; }

.basket-card-modal .links-details {
	font-size:   14px;
	line-height: 17px; }

.basket-card-modal .basket-card__size p {
	font-size:   14px;
	line-height: 17px; }

.basket-card-modal .amount input {
	font-size: 14px;
	width:     26px; }

.basket-card-modal .amount span {
	width:         28px;
	height:        28px;
	padding:       10px;
	border-radius: 8px; }

.modal-call .modal-dialog {
	max-width: 688px; }

.modal-call .modal-title {
	font-size:   39px;
	max-width:   none;
	line-height: 26px;
	margin:      0 auto 32px; }

.modal-call .modal-body__top {
	margin:      0 auto 75px;
	text-align:  center;
	font-size:   20px;
	font-weight: 600; }

.modal-call .form {
	max-width: 455px;
	margin:    0 auto; }

.modal-call .form button {
	margin: 43px auto 0;
	height: 71px; }

.modal-call .box-text {
	text-align:  center;
	margin:      23px auto 0;
	font-size:   16px;
	font-weight: normal; }

.modal-call .box-text p {
	font-weight: normal; }

.modal-call .consent {
	margin: 23px auto 0; }

.links-border {
	margin:                       12px auto 0;
	-webkit-text-decoration-line: underline;
	text-decoration-line:         underline; }

.links-border:hover {
	color: #b0b1bf; }

.modal-code .modal-dialog {
	max-width: 434px; }

.modal-code .modal-title {
	font-size:   96px;
	line-height: 117px;
	margin:      0 auto 93px; }

.modal-code .btn {
	margin: 0 auto; }

.gallery-product {
	max-width:         736px;
	width:             100%;
	margin:            0 0 75px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	position:          relative; }

.gallery-product-preview {
	width: 126px; }

.gallery-product-preview .slick-arrow {
	top:               -19px;
	position:          absolute;
	left:              50%;
	-webkit-transform: translateX(-50%);
	transform:         translateX(-50%);
	width:             48px;
	height:            48px;
	background:        #fff;
	z-index:           1;
	border-radius:     50%;
	padding:           13px;
	-webkit-filter:    drop-shadow(0px 0px 40px rgba(13, 13, 14, 0.15));
	filter:            drop-shadow(0px 0px 40px rgba(13, 13, 14, 0.15)); }

.gallery-product-preview .slick-next {
	top:    auto;
	bottom: -24px; }

.gallery-product-preview .slick-next svg {
	-webkit-transform: rotate(90deg);
	transform:         rotate(90deg); }

.gallery-product-preview .slick-prev svg {
	-webkit-transform: rotate(90deg);
	transform:         rotate(90deg); }

.slick-vertical .slick-slide {
	border: none; }

.gallery-product-preview__item {
	width:             100%;
	height:            140px;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	margin:            0 0 10px;
	overflow:          hidden; }

.gallery-product-preview__item img {
	width: 100%; }

.gallery-product-max {
	width:   calc(100% - 126px);
	padding: 0 0 0 10px; }

.btn-add-favorite-mob {
	display: none; }

.gallery-product-max__item {
	width:             100%;
	height:            750px;
	overflow:          hidden;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.gallery-product-max__item img {
	width:         100%;
	height:        100%;
	-o-object-fit: cover;
	object-fit:    cover; }

.product-page h1 {
	margin:    0 0 5px;
	font-size: 28px; }

.product-content {
	margin:     0 0 75px;
	min-height: 750px; }

.product-content .info-box {
	margin:      10px 0 0;
	color:       #e95670;
	font-size:   14px;
	font-weight: 500; }

.product-content .info-box .info-box__icon {
	width:   25px;
	height:  25px;
	padding: 7px; }

.product-content .info-box .info-box__content {
	width:   calc(100% - 25px);
	padding: 0 0 0 10px; }

.product-content__item {
	margin: 0 0 30px; }

.product-content__item:last-child {
	margin: 0; }

.product-content__item .price-wrapper {
	font-size: 32px; }

.product-content__item .btn-group {
	width:     100%;
	max-width: 455px; }

.product-content__item .btn-group .btn, .product-content__item .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 8px; }

.product-content__item .btn-group .btn {
	margin: 0 10px 10px 0; }

.product-content__item .btn-group .btn:last-child {
	margin: 0 0 10px; }

.product-content__item h4 {
	font-size: 20px;
	margin:    0 0 20px; }

.btn-subscribe {
	padding: 10px 64px; }

.add-favorite {
	height:    62px;
	padding:   0 28px;
	font-size: 16px; }

.add-favorite .btn-text {
	margin: 0 0 0 10px; }

.add-favorite .btn-icon {
	width:           24px;
	height:          20px;
	background:      url("/local/templates/newlif_8/css/../img/heart.svg") no-repeat center;
	background-size: 100%; }

.add-favorite:hover {
	background: #e95670;
	border:     1px solid rgba(233, 86, 112, 0.15); }

.add-favorite:hover .btn-icon {
	background:      url("/local/templates/newlif_8/css/../img/heart-hover-white.svg") no-repeat center;
	background-size: 100%; }

.add-favorite:focus .btn-icon {
	background:      url("/local/templates/newlif_8/css/../img/heart-focus-white.svg") no-repeat center;
	background-size: 100%; }

.product-content__item-footer {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.product-content__item-footer .article {
	margin: 0 10px 0 0; }

.color-product {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 12px;
	color:             rgba(37, 38, 52, 0.75); }

.color-product span {
	color:       #252634;
	margin:      0 0 0 6px;
	font-weight: 500; }

.color-product-preview {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap; }

.color-product-preview .form-filter-mobile__category__links {
	padding:  0;
	width:    28px;
	height:   28px;
	margin:   0 11px 19px 0;
	overflow: visible; }

.color-product-preview .form-filter-mobile__category__links:last-child {
	margin: 0 0 19px; }

.color-product-preview .color-circle {
	width:     28px;
	min-width: 28px;
	height:    28px;
	position:  relative;
	border:    1px solid transparent;
	margin:    0;
	top:       0; }

.color-product-preview .color-circle:before {
	content:           "";
	position:          absolute;
	left:              50%;
	top:               50%;
	-webkit-transform: translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	width:             calc(100% + 8px);
	height:            calc(100% + 8px);
	border:            1px solid transparent;
	border-radius:     50%;
	background:        transparent; }

.color-product-preview .form-filter-mobile__category__links .inp-check:checked + .color-circle:before {
	background:   transparent;
	border-color: #dc3232; }

.color-product-preview .color-circle-white2 {
	border-color: #000; }

.color-product-preview__item {
	margin:             0 10px 10px 0;
	border-radius:      5px;
	overflow:           hidden;
	display:            -webkit-box;
	display:            -ms-flexbox;
	display:            flex;
	-webkit-box-align:  center;
	-ms-flex-align:     center;
	align-items:        center;
	-webkit-box-pack:   center;
	-ms-flex-pack:      center;
	justify-content:    center;
	width:              106px;
	height:             120px;
	-webkit-transition: .3s ease;
	transition:         .3s ease;
	cursor:             pointer; }

.color-product-preview__item img {
	width:         100%;
	height:        100%;
	-o-object-fit: cover;
	object-fit:    cover;
	border-radius: 4px; }

.color-product-preview__item.active {
	padding: 4px;
	border:  1px solid #e95670; }

.product-size {
	max-width: 455px;
	width:     100%;
	margin:    0 0 10px; }

.product-size.show .btn-select {
	background:   #fff;
	border-color: #e95670;
	color:        #252634; }

.product-size.show .btn-select__icon {
	fill:              #e95670;
	-webkit-transform: rotate(180deg);
	transform:         rotate(180deg); }

.dropdown-menu-size-product {
/ / min-width: 649 px;
	width:              auto;/ / 100 %;
	padding:            10px;
	-webkit-box-shadow: 0px 20px 100px rgba(13, 13, 14, 0.11);
	box-shadow:         0px 20px 100px rgba(13, 13, 14, 0.11);
	border:             none;
	border-radius:      8px;
	background:         #fff;
	margin:             10px 0 0; }

.table-scrollbox {
	display: flex;
	margin:    0;
	max-width: 630px;
	width:     100%; }

.table-scrollbox .mCustomScrollBox {
	/*padding: 0 0 21px;*/
	padding: 0;
	margin:  0; }

.table-scrollbox .mCustomScrollBox:before {
	display: none; }

.table-scrollbox .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -10px; }

.table-scrollbox .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 0;
	max-width: min-content;
}

.dropdown-menu-size-product {
	min-width: auto;
}

.table-scrollbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 6px; }

.table-scrollbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px; }

.table-scrollbox .table-sizes {
	font-size: 16px;
	color:     #0d0d0e;
}

.table-scrollbox.table-scrollbox--column .table-sizes tbody {
	flex-direction: column;
}

.table-scrollbox.table-scrollbox--column .table-sizes thead {
	display: flex;
	width: 100%;
}

.table-scrollbox.table-scrollbox--column .table-sizes thead tr {
	display: flex;
	width: 100%;
	gap: 3px;
}

.table-scrollbox.table-scrollbox--column .table-sizes thead th {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	width: 100% !important;
	min-width: inherit;
	height: 40px !important;
	font-size: 12px !important;
}

.table-scrollbox .table-sizes td, .table-scrollbox .table-sizes th {
	width:       65px;
	min-width:   65px;
	height:      40px;
	white-space: nowrap;
	padding:     0; }

.table-scrollbox .table-sizes td {
	border: 1px solid rgba(176, 177, 191, 0.45); }

.table-scrollbox .table-sizes td:first-child {
	border: none; }

.table-scrollbox .table-sizes td:hover {
	border-color: #e95670; }

.table-scrollbox .table-sizes thead tr th:first-child {
	background: transparent; }

.table-scrollbox .table-sizes .size-disable {
	border:         1px solid rgba(176, 177, 191, 0.1);
	pointer-events: none;
	color:          rgba(176, 177, 191, 0.7); }

.table-scrollbox .table-sizes-v-2 th, .table-scrollbox .table-sizes-v-2 td {
	width:     49px;
	min-width: 49px;
	height:    40px; }

.table-scrollbox .table-sizes-v-2 tbody {
	display: flex; }

.table-scrollbox .table-sizes-v-2 td {
	border: 1px solid rgba(176, 177, 191, 0.25); }

.table-scrollbox .table-sizes-v-2 thead tr th:first-child {
	background: rgba(176, 177, 191, 0.15); }

.table-scrollbox .table-sizes-v-2 td:first-child {
	border:     1px solid rgba(176, 177, 191, 0.25);
	background: #fff; }

.table-scrollbox .table-sizes-v-2 td:first-child:hover {
	background:   #e95670;
	border-color: #e95670; }

.btn-add-basket__text-mob {
	display: none; }

.btn-one-click {
	max-width: 455px;
	width:     100%;
	height:    62px; }

.advantages-product-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start; }

.advantages-product-item {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	max-width:         300px;
	width:             100%;
	padding:           0 20px 0 0;
	position:          relative; }

.advantages-product-item:before {
	content:           "";
	position:          absolute;
	right:             0;
	top:               50%;
	-webkit-transform: translate(0, -50%);
	transform:         translate(0, -50%);
	height:            60px;
	width:             2px;
	background:        #b0b1bf;
	opacity:           .3; }

.advantages-product-item:last-child {
	max-width: 215px;
	padding:   0 0 0 30px; }

.advantages-product-item:last-child:before {
	display: none; }

.advantages-product-item p {
	color: rgba(37, 38, 52, 0.75); }

.advantages-product-item h4 {
	margin: 0 0 8px; }

.advantages-product-item__icon {
	width:             50px;
	min-width:         50px;
	height:            50px;
	margin:            0 20px 0 0;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center; }

.complete-product h3 {
	margin:    0 0 20px;
	font-size: 28px; }

.complete-product-wrapper {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	margin:            0 0 30px; }

.complete-product-wrapper:last-child {
	margin: 0; }

.complete-product__image {
	max-width:         242px;
	height:            263px;
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	border-radius:     5px;
	overflow:          hidden; }

.complete-product__image img {
	width: 100%; }

.complete-product__body {
	width:                 calc(100% - 242px);
	max-width:             350px;
	height:                100%;
	padding:               0 0 0 30px;
	display:               -webkit-box;
	display:               -ms-flexbox;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction:    column;
	flex-direction:        column;
	-webkit-box-align:     start;
	-ms-flex-align:        start;
	align-items:           flex-start; }

.complete-product__body h4 {
	font-size:   20px;
	margin:      0 0 15px;
	line-height: 26px; }

.complete-product__body h4 a {color: #0d0d0e;}

.complete-product__body .price-wrapper {
	font-size:   28px;
	font-weight: 600;
	line-height: 42px;
	margin:      0 0 15px;
	width:       100%; }

/*.complete-product__body .dropdown-menu-size-product {
    min-width: 320px;
    width: 100%; }*/
.complete-product__body .add-favorite {
	padding: 20px 21px; }

.complete-product__body .btn-group {
	margin: auto 0 0;
	width:  100%; }

.complete-product__body .btn-add-basket {
	width:   calc(100% - 62px);
	margin:  0;
	padding: 0 10px; }

.recommended h3 {
	margin:    0 0 20px;
	font-size: 28px; }

.recommended-product-card {
	margin:    0 auto;
	max-width: 174px; }

.recommended-product-card .model-card__img {
	height: 200px; }

.recommended-product-card .model-card__body {
	padding: 10px 0 0; }

.recommended-product-card .model-card__body-top {
	min-height: 34px; }

.recommended-product-card .model-card__title {
	margin: 0 0 5px; }

.recommended-product-card .model-card__footer {
	margin: 0; }

.recommended-product-card .price-wrapper {
	font-size: 17px; }

.recommended-product-card .slick-prev {
	width:  48px;
	height: 48px; }

.recommended-product-card .btn-add-card {
	height:    27px;
	padding:   0 10px;
	font-size: 12px; }

.slider-my-navigation .slick-arrow {
	position:          absolute;
	top:               40%;
	-webkit-transform: translate(0, -50%);
	transform:         translate(0, -50%);
	width:             48px;
	height:            48px;
	z-index:           1;
	background:        #fff;
	border-radius:     50%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	-webkit-filter:    drop-shadow(0px 0px 40px rgba(13, 13, 14, 0.15));
	filter:            drop-shadow(0px 0px 40px rgba(13, 13, 14, 0.15));
	padding:           15px; }

.slider-my-navigation .slick-prev {
	left: -17px; }

.slider-my-navigation .slick-next {
	right: -17px; }

.slick-disabled {
	opacity: 0; }

.characteristics-product {
	margin: 75px 0; }

.characteristics-product .tab-content .box-text {
	margin: 0 0 20px; }

.characteristics-box h4 {
	font-size: 20px;
	margin:    0 0 20px; }

.characteristics-box .list-dots {
	color: rgba(37, 38, 52, 0.75); }

.characteristics-box .list-dots p {
	color:       #0d0d0e;
	font-weight: 500;
	margin:      0 5px 0 0; }

.nav-tabs {
	width:     100%;
	position:  relative;
	border:    none;
	font-size: 20px; }

.nav-tabs:before {
	content:           "";
	position:          absolute;
	bottom:            0;
	left:              50%;
	-webkit-transform: translateX(-50%);
	transform:         translateX(-50%);
	width:             3000px;
	height:            1px;
	background:        #b0b1bf;
	opacity:           .3; }

.nav-tabs .nav-link {
	padding:       0 0 20px;
	border:        none;
	border-radius: 0;
	position:      relative;
	font-weight:   normal;
	color:         rgba(37, 38, 52, 0.55); }

.nav-tabs .nav-link:hover {
	color: #e95670; }

.nav-tabs .nav-link:before {
	content:            "";
	position:           absolute;
	left:               0;
	bottom:             -1px;
	width:              100%;
	height:             2px;
	background:         transparent;
	-webkit-transition: .3s ease;
	transition:         .3s ease; }

.nav-tabs .nav-link.active {
	background:  transparent;
	color:       #0d0d0e;
	font-weight: 600; }

.nav-tabs .nav-link.active:before {
	background: #e95670; }

.nav-tabs .nav-item {
	margin: 0 55px 0 0; }

.nav-tabs .nav-item:last-child {
	margin: 0; }

.tab-content {
	padding: 30px 0 0; }

.ui-tooltip {
	background:         #fff;
	-webkit-box-shadow: 0 10px 25px rgba(13, 13, 14, 0.11);
	box-shadow:         0 10px 25px rgba(13, 13, 14, 0.11);
	padding:            15px;
	border-radius:      15px;
	text-align:         center;
	border:             none !important;
	margin:             0 auto 4px !important;
	max-width:          306px;
	width:              100%;
	font-family:        "Montserrat", sans-serif;
	font-size:          13px;
	line-height:        20px;
	color:              #252634; }

.ui-tooltip-content {
	border: none; }


.added-favorite .btn-icon {
	fill:   #e95670;
	width:  20px;
	height: 21px;
	margin: 0 10px 0 0; }

.added-favorite:hover .btn-icon, .added-favorite:focus .btn-icon {
	fill: #fff; }

.product-content__item-wrapper {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: stretch;
	-ms-flex-align:    stretch;
	align-items:       stretch;
	width:             100%; }

.product-content__item-wrapper .recommended-product-card {
	margin: 0 30px 0 0; }

.dropdown-toggle__text-mob, .dropdown-toggle__text-tablet {
	display: none; }

.links-toggle {
	color: #e95670;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content; }

.links-toggle:hover {
	color: #e95670; }

.tabs-pane-title {
	margin:      0 0 5px;
	font-size:   17px;
	font-weight: 600;
	display:     none; }

.links-toggle-mobile {
	display: none; }

.cabinet-page {
	padding: 55px 0 0; }

.cabinet-page h1 {
	margin: 0 0 35px; }

.cabinet-menu {
	width:       100%;
	font-size:   17px;
	font-weight: 600; }

.cabinet-menu li {
	margin: 0 0 20px; }

.cabinet-menu li:last-child {
	margin: 0; }

.cabinet-menu li a {
	color: rgba(37, 38, 52, 0.6); }

.cabinet-menu li a:hover {
	color: #e95670; }

.cabinet-menu li .active {
	color: #0d0d0e; }

.cabinet-menu .product-card__col {
	margin-bottom: 20px; }

.form-cabinet {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: start;
	-ms-flex-align:    start;
	align-items:       flex-start;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	margin:            0; }

.form-cabinet .btn-submit {
	margin:  15px 0 0;
	height:  62px;
	padding: 0 30px; }

.form-cabinet label {
	margin:   0 10px 10px 0;
	position: relative; }

.form-cabinet .form-group {
	margin:            auto 0;
	height:            100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	width:             45.4%;
	font-weight:       500;
	font-size:         16px;
	color:             rgba(37, 38, 52, 0.6); }

.form-cabinet .form-group p {
	margin: 0 50px 0 0;
	width:  auto; }

.form-cabinet .form-group p:last-child {
	margin: 0; }

.form-cabinet .form-group > span {
	margin:  0 10px 0 0;
	display: inline-block; }

.form-cabinet .label-address {
	width: 49.2%; }

.form-cabinet .label-info {
	width: 24.1%; }

.form-cabinet .label-phone {
	width: 20.3%; }

.form-cabinet input {
	padding:     0 10px 0 30px;
	color:       #0d0d0e;
	font-size:   16px;
	font-family: "Montserrat", sans-serif; }

.form-cabinet input::-webkit-input-placeholder {
	color: #0d0d0e; }

.form-cabinet input::-moz-placeholder {
	color: #0d0d0e; }

.form-cabinet input::-ms-input-placeholder {
	color: #0d0d0e; }

.form-cabinet input::placeholder {
	color: #0d0d0e; }

.form-cabinet input:focus {
	border-color: #e95670; }

.form-cabinet .error-input input {
	color:       rgba(37, 38, 52, 0.6);
	font-weight: normal; }

.form-cabinet .error-input-text {
	position:    absolute;
	left:        0;
	bottom:      -16px;
	font-size:   13px;
	white-space: nowrap; }

.mail-form {
	color: #0d0d0e; }

.mail-form:hover {
	color: #e95670; }

.cabinet-page-menu {
	display: none; }

.cabinet-page-menu__title {
	margin:      0 0 20px;
	font-size:   20px;
	font-weight: 600; }

.cabinet-page-menu .cabinet-menu {
	width:       calc(100% + 32px);
	margin:      0 -16px;
	font-size:   16px;
	font-weight: 500;
	border-top:  1px solid rgba(176, 177, 191, 0.5); }

.cabinet-page-menu .cabinet-menu li {
	margin:        0;
	border-bottom: 1px solid rgba(176, 177, 191, 0.5); }

.cabinet-page-menu .cabinet-menu li a {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  justify;
	-ms-flex-pack:     justify;
	justify-content:   space-between;
	padding:           20px 16px;
	color:             #0d0d0e; }

.cabinet-page-menu .cabinet-menu li .icon-arrow {
	width:             24px;
	height:            24px;
	fill:              #e95670;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	padding:           7px; }

.cabinet-card {
	width:             100%;
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 0 15px;
	border:            1px solid rgba(176, 177, 191, 0.3);
	border-radius:     8px;
	padding:           13px 38px 13px 13px;
	font-size:         16px; }

.cabinet-card h3 {
	font-size:   17px;
	line-height: 22px; }

.cabinet-card .status {
	margin:      5px 0 0;
	font-weight: 500; }

.cabinet-card__info {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	margin:            0 auto; }

.cabinet-card__price {
	margin:      0 70px 0 0;
	color:       #0d0d0e;
	font-size:   20px;
	font-weight: 600; }

.cabinet-card__date {
	color:       rgba(37, 38, 52, 0.75);
	font-weight: 500; }

.cabinet-card-gallery {
	display:           -webkit-box;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-ms-flex-wrap:     wrap;
	flex-wrap:         wrap;
	max-width:         399px;
	min-width:         399px;
	width:             100%; }

.cabinet-card-gallery__item {
	margin:            0 8px 0 0;
	width:             120px;
	height:            128px;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	overflow:          hidden;
	border-radius:     8px;
	display:           none; }

.cabinet-card-gallery__item:nth-child(-n+3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

.cabinet-card-gallery__item img {
	width:         100%;
	height:        100%;
	-o-object-fit: cover;
	object-fit:    cover; }

.cabinet-card-gallery__val {
	font-size:   16px;
	color:       #b0b1bf;
	font-weight: 500; }

.cabinet-card-gallery__val:hover {
	color: #e95670; }

.cabinet-card__box {
	min-width: 180px;
	max-width: 180px;
	margin:    0 0 0 35px; }

.cabinet-history-order {
	padding:       0 0 25px;
	border-bottom: 1px solid rgba(176, 177, 191, 0.3); }

.cabinet-history-order h2 {
	margin: 15px 0; }

.list-characteristics {
	font-size:   16px;
	color:       #0d0d0e;
	width:       100%;
	font-weight: 500; }

.list-characteristics li {
	-ms-flex-wrap: wrap;
	flex-wrap:     wrap;
	margin:        0 0 12px; }

.list-characteristics li:last-child {
	margin: 0; }

.list-characteristics li p {
	display: inline-block;
	margin:  0 10px 0 0;
	color:   rgba(37, 38, 52, 0.6); }

.cabinet-history-products {
	padding: 20px 0 0;
	width:   100%; }

.cabinet-history-products__val {
	font-size:   20px;
	font-weight: 600;
	margin:      0 0 20px; }

.cabinet-card-order {
	border-color: rgba(176, 177, 191, 0.3);
	padding:      7px 60px 8px 7px; }

.cabinet-card-order .basket-card__body {
	margin: 0; }

.cabinet-card-order .price-wrapper {
	max-width: 100px;
	width:     100%; }

.cabinet-card-order__number {
	font-size:   20px;
	font-weight: 600;
	color:       #0d0d0e;
	margin:      0 auto; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1680px) {
	.not-undefined h1 {
		font-size: 90px; }

	.label-promo {
		max-width: 180px; }
}

@media only screen and (max-width: 1570px) {
	.selection-wrapper {
		padding: 55px; }

	.selection-img {
		max-width: 431px; }

	.recommended-product-card {
		padding: 0 5px; }

	.product-content {
		min-height: auto;
		margin:     0 0 50px; }
}

@media only screen and (max-width: 1540px) {
	.model-card__body {
		padding: 10px 0 0;
	}

	.model-card__title {
		font-size: 14px; }

	.basket-card .amount {
		margin: 0 28px 0 auto; }

	.total-basket {
		padding: 25px; }

	.basket-card {
		font-size: 14px;
		padding:   7px 15px 8px 7px; }

	.basket-card .btn-add-favorite {
		right: 15px;
		top:   20px; }

	.basket-card__body {
		max-width: 285px;
		padding:   0 0 0 15px; }

	.article {
		margin: 5px 0 15px; }

	.selection-content {
		width:     100%;
		max-width: 490px; }

	.label-group {
		max-width: 228px;
		margin:    0 0 25px; }

	.form-selection {
		-webkit-box-align: center;
		-ms-flex-align:    center;
		align-items:       center; }

	.form-selection .links-details {
		margin: 0 auto 0 25px; }

	.product-content__item h4 {
		font-size: 17px; }

	.similar-products .recommended-product-card {
		max-width: 174px;
		padding:   0;
		margin:    0 15px 0 0; }

	.filter__slider {
		width: 165px; }

	.cabinet-card__price {
		margin: 0 35px 0 0; }

	.cabinet-card__box {
		max-width: 150px;
		min-width: 150px; }

	.cabinet-card {
		padding: 8px 25px 8px 7px; }

	.cabinet-card-order {
		padding: 7px 40px 7px 7px; }
}

@media only screen and (max-width: 1450px) {
	.search-block_changes .ms_booking {
		display: none;
	}

	.not-undefined h1 {
		font-size: 60px; }

	.main-slider-box2 .main-slider__title {
		font-size:   42px;
		line-height: 1.4; }

	.main-slider-box2 .main-slider-box__content {
		max-width: 452px; }

	.main-slider-box2 .main-slider-box__img {
		width: calc(100% - 452px); }

	.main-slider-box3 .main-slider-box__content {
		max-width: 400px; }

	.main-slider-box3 .main-slider-box__img {
		width: calc(100% - 400px); }

	.total-basket__footer {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.label-promo {
		max-width: none;
		width:     100%;
		margin:    0 0 10px; }

	.label-promo input {
		height:    52px;
		font-size: 14px;
		padding:   0 10px 0 25px; }

	.total-basket .btn {
		width:     100%;
		height:    52px;
		font-size: 14px; }

	.total-basket-box {
		margin: 0 0 20px; }

	.total-basket-box h3 {
		font-size: 17px; }

	.total-basket-box .checkbox-title {
		font-size: 14px; }

	.total-sum {
		font-size: 20px; }

	.total-basket__wrap {
		margin: 20px 0; }

	.gallery-product-max__item {
		height: 550px; }

	.gallery-product-preview {
		max-height: none;
		width:      100px; }

	.dropdown-menu-size-product {
		min-width: auto; }

	.gallery-product-preview__item {
		height: 100px; }

	.gallery-product-max {
		width: calc(100% - 100px); }

	.filter-result-box {
		font-size:     14px;
		margin-bottom: 50px;margin-top: -5px; }
}

@media only screen and (max-width: 1380px) {
	.footer-menu {
		font-size: 14px;
		max-width: 200px; }

	.footer-menu li {
		margin: 0 0 15px; }

	.logo {
		max-width: 165px; }

	.main-slider__title {
		font-size: 60px; }

	.main-slider-box .box-text {
		font-size:   24px;
		line-height: normal; }

	.main-slider-box__content {
		max-width: 400px; }

	.main-slider-box__img {
		margin: auto 0 0 auto; }

	.slider-decor1 {
		top:  17px;
		left: 21px; }

	.slider-decor2 {
		left:   327px;
		bottom: 27px; }

	.about-content h2 {
		font-size: 80px;
		margin:    0 0 25px; }

	.gallery-product-preview {
		width: 61px; }

	.gallery-product-max {
		width: calc(100% - 61px); }

	.product-content__item {
		margin: 0 0 20px; }

	.filter__slider {
		width: 165px; }

	.catalog-banner .box-text {
		font-size:   16px;
		line-height: 28px; }

	.cabinet-card-gallery {
		max-width: 195px;
		min-width: 195px; }

	.cabinet-card-gallery__item {
		width:  80px;
		height: 85px; }

	.cabinet-card-gallery__item:nth-child(-n+3) {
		display: none; }

	.cabinet-card-gallery__item:nth-child(-n+2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
}

@media only screen and (max-width: 1300px) {
	.form-search {
		max-width: 223px; }

	.menu li {
		margin: 0 30px 0 0; }

	.header-bottom {
		/*padding: 11px 0;*/ }

	footer {
		padding:  20px 0;
		position: relative; }

	footer .btn {
		padding: 16px 20px; }

	.list-social li {
		margin: 0 10px 0 0; }

	.contacts-links {
		font-size: 13px; }

	.main-slider-box {
		padding: 0 0 0 50px; }

	.main-slider-box__img {
		width: calc(100% - 400px); }

	.advantages-box h3 {
		font-size:   17px;
		line-height: 22px; }

	.availability-status {
		font-size:   14px;
		line-height: 17px; }

	.links-subscribe {
		font-size:         14px;
		position:          absolute;
		top:               50%;
		-webkit-transform: translate(0, -50%);
		transform:         translate(0, -50%);
		right:             54px; }

	.test-modal .modal-dialog {
		max-width: 952px; }

	.test-modal-box .modal-title {
		font-size:   30px;
		line-height: normal; }

	.selection-img {
		max-width: 396px;
		right:     -24px; }

	.selection {
		padding: 44px 0 10px; }

	.selection h2 {
		margin: 0 0 25px; }

	.form-cabinet .form-group p {
		margin: 0 30px 0 0; }
}

@media only screen and (max-width: 1200px) {
	.footer-box-contacts .mail.contacts-links {
		display: none;
	}

	.logo {
		max-width: 140px; }

	header .links-details {
		margin: 0 0 0 20px; }

	.phone {
		margin: 0 20px 0 0; }

	.address {
		font-size: 14px; }

	.not-undefined h1 {
		font-size: 50px; }

	.not-undefined .slider-decor1 {
		max-width: 123px;
		left:      -73px; }

	.not-undefined .slider-decor2 {
		max-width: 155px;
		left:      199px;
		bottom:    -76px; }

	.not-undefined .slider-decor3 {
		max-width: 116px;
		left:      -35px;
		top:       4px; }

	.not-undefined .box-text {
		margin:      20px 0 35px;
		font-size:   18px;
		font-weight: 600; }

	.catalog-dropdown__title {
		font-size: 14px;
		padding:   7px 18px;
		margin:    0 0 15px; }

	.sidebar-menu, .sidebar-submenu {
		font-size:   14px;
		line-height: 17px; }

	.sidebar-menu li a {
		padding: 4px 6px; }

	.header-dropdown {
		padding: 24px 0; }

	.sidebar-submenu {
		margin: 8px 0 15px; }

	.table-sizes {
		font-size: 13px; }

	.table-sizes th, .table-sizes td {
		width:     58px;
		height:    36px;
		min-width: 56px; }

	.table-sizes .checkbox-size {
		padding: 10px; }

	.contacts-box {
		font-size: 17px; }

	.contacts-box span {
		margin: 0 0 5px; }

	.contacts h2 {
		margin: 0; }

	.contacts-content {
		padding: 45px 0; }

	.map {
		min-width: 600px; }

	.footer-box .copyright {
		display: none; }

	.copyright {
		max-width: none;
		margin:    25px auto 0;
		width:     -webkit-fit-content;
		width:     -moz-fit-content;
		width:     fit-content; }

	.footer-box-menu {
		margin:                    20px 24px 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1; }

	.footer-box-callback {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		width:                     100%;
		max-width:                 314px;
		margin:                    33px 0 0 auto; }

	.list-social {
		margin:           0;
		-webkit-box-pack: center;
		-ms-flex-pack:    center;
		justify-content:  center; }

	.footer-box-contacts {
		margin: 10px auto 0;
		width:  calc(100% - 165px - 265px); }

	.footer-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start; }

	footer .btn {
		padding: 18px 36px; }

	footer .links-details {
		display: none; }

	footer .logo {
		margin: 15px 0 0; }

	.contacts-links {
		font-size:        16px;
		text-align:       right;
		-webkit-box-pack: end;
		-ms-flex-pack:    end;
		justify-content:  flex-end; }

	.contacts-links .svg-icon {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		margin:                    0 0 0 13px; }

	.article-sub-box__item {
		font-size: 14px; }

	.article-img:last-child {
		margin: 0; }

	.article-box:last-child {
		margin: 0; }

	.advantages-box__col {
		width:   33.3%;
		padding: 0 10px; }

	.advantages-wrapper {
		margin: 0 -10px; }

	.advantages-box {
		padding:  20px;
		position: relative; }

	.advantages-box h3 {
		padding:           0 0 0 72px;
		min-height:        60px;
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: center;
		-ms-flex-align:    center;
		align-items:       center; }

	.advantages-box .box-text {
		padding: 7px 0 0; }

	.advantages-box__icon {
		position: absolute;
		left:     20px;
		top:      20px;
		margin:   0;
		width:    60px;
		height:   60px;
		padding:  14px; }

	.scroll-text {
		height: auto; }

	.mCustomScrollBox {
		padding: 0 0 50px 20px;
		margin:  0; }

	.mCustomScrollBox:before {
		width: calc(100% - 20px); }

	.about-content-text p {
		margin: 0 0 15px; }

	.statistic-info {
		margin:      15px 0;
		font-size:   17px;
		line-height: 22px; }

	.statistic-info p {
		margin:      0;
		line-height: 22px; }

	.statistic-info__icon {
		margin: 0 17px 0 0; }

	.about-content h2 {
		font-size:   55px;
		line-height: 55px; }

	.about {
		padding: 0 0 45px; }

	.models-slider .slick-arrow {
		background:     #fff;
		width:          48px;
		height:         48px;
		border-radius:  50%;
		-webkit-filter: drop-shadow(0px 0px 40px rgba(13, 13, 14, 0.15));
		filter:         drop-shadow(0px 0px 40px rgba(13, 13, 14, 0.15));
		padding:        13px;
		z-index:        1;
		top:            104px; }

	.models-slider .slick-prev {
		left: 0; }

	.models-slider .slick-next {
		right: 0; }

	.amount input {
		font-size: 17px;
		width:     26px;
		height:    28px; }

	.amount span {
		width:   28px;
		height:  28px;
		padding: 7px; }

	.price-wrapper, .old-price, .links-clear {
		font-size: 14px; }

	.basket-card .btn-delete {
		margin: 0 0 0 30px; }

	.mb-35 {
		margin-bottom: 25px; }

	.basket-card__body {
		max-width: 280px; }

	.basket-card__img {
		width:     94px;
		height:    100px;
		min-width: 94px; }

	.total-basket-box {
		font-size: 14px; }

	.total-basket-box .checkbox-text {
		line-height: 17px; }

	.total-basket__wrap {
		font-size:   14px;
		line-height: 17px; }

	.total-sum {
		line-height: 26px; }

	.test-result-modal .modal-body {
		padding: 35px 45px; }

	.test-modal-box .modal-title {
		font-size:   30px;
		line-height: normal; }

	.test-result__val {
		margin: 20px 0 25px; }

	.links-prev-modal {
		font-size: 14px; }

	.test-modal-box h6 {
		margin: 0 0 5px; }

	.test-result-box .box-text {
		margin: 10px 0 25px; }

	.test-result-box h6 {
		font-size:   20px;
		line-height: 26px; }

	.test-modal-box__img {
		max-width: 252px;
		margin:    0 0 15px; }

	.collapse-item__btn {
		font-size:   14px;
		line-height: 24px; }

	.test-modal-content {
		height:     100%;
		max-height: 449px; }

	.collapse-item__header {
		-webkit-box-align: center;
		-ms-flex-align:    center;
		align-items:       center; }

	.collapse-item__header .label-checkbox {
		margin: 0 0 auto; }

	.collapse-item .card-body {
		font-size: 14px; }

	.sale-box {
		height:  259px;
		padding: 35px 30px;
		margin:  0 0 8px;
		width:   calc(33.3% - 4px); }

	.sale-box__title {
		margin: 0 0 10px; }

	.sale-box__img {
		right: -20px; }

	.sale-box.bg-sale-6 .sale-box__img {
		right: 0; }

	.reviews {
		margin: 45px 0; }

	.about-section-wrapper {
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start;
		margin:            0 0 35px; }

	.about-section-wrapper h3 {
		margin: 0 0 25px; }

	.about-section-wrapper h2 {
		display: none; }

	.about-section h2 {
		text-align: center; }

	.author {
		padding:     25px 20px;
		font-size:   17px;
		line-height: 22px;
		margin:      0 0 20px; }

	.author h3 {
		margin: 0; }

	.about-section-wrapper__content {
		width:     calc(50% - 15px);
		max-width: none; }

	.about-section-wrapper__img {
		width:  calc(50% - 15px);
		height: 319px; }

	.instagram-portfolio__item {
		height: 150px; }

	.seo-content-box {
		margin: 25px 0 0; }

	.seo-content-box h3 {
		margin: 0 0 25px; }

	.seo-content-box .btn {
		margin: 25px 0 0; }

	.gallery-product-max__item {
		height: 380px; }

	.product-content__item .price-wrapper {
		font-size: 20px;
		margin:    0 0 2px; }

	.product-page h1 {
		font-size:   20px;
		margin:      0 0 5px;
		line-height: 26px; }

	.product-content__item .links-details {
		font-size: 14px; }

	.product-content__item .btn {
		font-size: 14px;
		padding:   0 20px; }

	.product-content__item .btn-select {
		padding: 0 25px; }

	.product-content__item .btn-group {
		max-width: 373px; }

	.color-product-preview__item {
		width:  70px;
		height: 80px; }

	.color-product {
		margin: 0 0 10px; }

	.btn-select {
		max-width: 373px;
		width:     100%;
		padding:   0 25px; }

	.btn-one-click {
		max-width: 373px;
		font-size: 14px; }

	.add-favorite {
		padding:   0 20px;
		font-size: 14px; }

	.advantages-product-item {
		font-size: 14px; }

	.advantages-product-item h4 {
		font-size:   14px;
		line-height: 17px;
		margin:      0 0 8px; }

	.product-content {
		margin: 0; }

	.complete-product__image {
		max-width: 145px;
		height:    157px; }

	.complete-product__body {
		width:   calc(100% - 145px);
		padding: 0 0 0 20px; }

	.complete-product__body h4 {
		font-size:   14px;
		line-height: 17px;
		margin:      0 0 10px; }

	.complete-product__body .price-wrapper {
		line-height: 22px;
		font-size:   17px;
		margin:      0 0 10px; }

	.dropdown-toggle__text-pc, .btn-add-basket__text-pc {
		display: none; }

	.dropdown-toggle__text-tablet, .btn-add-basket__text-mob {
		display: block; }

	.recommended {
		margin: 45px 0 0; }

	.recommended-product-card {
		padding: 0 7.5px; }

	.gallery-product {
		margin: 0 0 45px; }

	.gallery-product-preview {
		max-height: 380px; }

	.characteristics-product {
		margin: 45px 0 0; }

	.model-card__img {
		height: 256px; }

	.gallery-product-preview__item {
		height: 68px; }

	.sidebar-category {
		margin:    0 0 15px;
		font-size: 17px; }

	.title-line {
		margin: 0 0 15px; }

	.catalog-banner {
		min-height: 392px;
		margin:     0 0 40px; }

	.catalog-banner .main-slider-box__img {
		max-width:  385px;
		max-height: 430px;
		height:     430px; }

	.catalog-banner .main-slider-box__img-two {
		height:     100%;
		max-height: none; }

	.catalog-banner .main-slider-box__content {
		padding: 40px 0 30px;
		width:   calc(100% - 385px); }

	.catalog-banner .main-slider__title {
		font-size:   40px;
		line-height: 45px; }

	.catalog-banner .box-text-info {
		margin:      20px 0 35px;
		font-size:   14px;
		line-height: 20px; }

	.catalog-banner .box-text {
		font-size:   14px;
		line-height: 24px;
		margin:      0; }

	.slogan {
		margin:    10px 0 0;
		font-size: 14px;
		padding:   8px 15px; }

	.pagination-nav {
		margin: 0 auto 15px; }

	.dropdown-filter-toggle {
		padding:   5px 10px;
		font-size: 14px; }

	.btn-clear-filter {
		font-size: 14px; }

	.list-sorting {
		font-size: 14px; }

	.list-sorting li {
		margin: 0 10px 0 0; }

	.sorting-wrapper {
		margin: 0 0 25px; }

	.filter-wrapper {
		margin:            0 0 10px;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start; }

	.filter-wrapper h4 {
		margin: 7px 10px 0 0; }

	.price-filter h4 {
		margin: 0 10px 0 0; }

	.filter-wrapper__list {
		max-width: calc(100% - 50px); }

	.filter-result-box {
		margin: 0 5px 5px 0; }

	.form-cabinet .form-group {
		width:            100%;
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start;
		margin:           10px 0; }

	.form-cabinet .label-info {
		width: 32%; }

	.form-cabinet .label-address {
		margin-right: 0;
		width:        77%; }

	.form-cabinet input {
		padding:   0 10px 0 25px;
		font-size: 14px;
		height:    52px; }

	.form-cabinet .error-input-text {
		position: relative;
		bottom:   0; }

	.cabinet-card {
		margin:    0 0 10px;
		font-size: 14px; }

	.cabinet-card__box {
		margin: 0 0 0 16px; }

	.cabinet-card__price {
		font-size:   14px;
		line-height: 17px; }

	.cabinet-card h3 {
		font-size:   14px;
		line-height: 17px; }

	.cabinet-card .links-details {
		max-width:   85px;
		overflow:    hidden;
		white-space: nowrap; }

	.cabinet-history-order h2 {
		margin: 10px 0 15px; }

	.cabinet-card-order {
		padding: 7px 60px 7px 7px; }

	.cabinet-card-order__number {
		font-size:   14px;
		line-height: 17px; }

	.category-page.article-page h1 {
		margin: 20px 0 30px; }

	.category-box {
		padding:    30px;
		height:     auto;
		min-height: 330px; }

	.category-box .sale-box__title {
		margin:    0 0 20px;
		font-size: 24px; }

	.menu-category {
		font-size: 18px; }

	.menu-category li {
		margin: 0 0 10px; }

	.menu-category-sub {
		margin: 10px 0 0; }

	.category-page.article-page {
		padding: 0 0 50px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1100px) {
	.container {
		max-width: 976px; }

	header .links-details, header .address {
		display: none; }

	.header-box {
		margin: 0 auto; }

	.phone {
		margin: 0; }

	.menu {
		font-size: 14px; }

	.header-top {
		padding: 16px 0; }

	.not-undefined__img {
		min-width: 525px; }

	.not-undefined .btn {
		height:    52px;
		margin:    0 0 20px;
		font-size: 14px; }

	.pt-50 {
		padding-top: 35px; }

	.info-box {
		margin: 30px 0 0; }

	.brands-page {
		padding: 35px 0 0; }

	.brands-page .mb-30 {
		margin-bottom: 20px; }

	.brand-box {
		height: 108px; }

	.blog-page h2 {
		font-size:   20px;
		line-height: 26px;
		margin:      0 0 10px; }

	.date-article {
		margin: 0 0 15px; }

	.blog-author {
		margin: 25px 0 0; }

	.mb-55 {
		margin-bottom: 45px; }

	.blog-box__img {
		height: 178px; }

	.blog-box__body {
		padding: 15px 15px 0;
		height:  calc(100% - 178px); }

	.blog-box h4 {
		font-size:   14px;
		line-height: 17px;
		margin:      0 0 8px; }

	.blog-box .box-text {
		font-size:   14px;
		line-height: 20px;
		margin:      0 0 10px; }

	.blog-box__footer {
		font-size: 14px; }

	.blog-box__date {
		font-size: 13px; }

	.blog-img {
		height: 456px; }

	.blog-page-wrapper2 .blog-img {
		height: 343px; }

	.container {
		padding: 0 12px; }


	.row {
		margin: 0 -1px; }

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding: 0 10px; }

	.main-slider-box {
		min-height: 370px; }

	.main-slider-box .slider-decor3 {
		display: none; }

	.main-slider-box .box-text {
		margin:      25px 0 0;
		font-size:   18px;
		line-height: 24px; }

	.main-slider-box__content {
		max-width: 300px; }

	.slider-decor1 {
		max-width: 67px; }

	.slider-decor2 {
		max-width: 98px; }

	.main-slider__title {
		font-size: 50px; }

	.main-slider-box__img {
		width: calc(100% - 300px); }

	.advantages {
		margin: 25px 0 35px; }

	.home {
		margin: 11px 0 10px; }

	.main-slider-box2 .main-slider__title {
		font-size:   40px;
		line-height: 44px; }

	.text-bg {
		padding:       0 12px 2px;
		border-radius: 5px; }

	.main-slider-box2 .main-slider-box__content {
		max-width: 417px; }

	.main-slider-box2 .main-slider-box__img {
		width:  calc(100% - 380px);
		margin: auto -44px 0 0; }

	.p-65 {
		padding: 40px 0; }

	.agitation-wrapper h2 {
		font-size:   20px;
		line-height: 26px;
		padding:     0;
		text-align:  center;
		width:       100%;
		max-width:   720px;
		margin:      0 auto 25px; }

	.agitation-wrapper .btn {
		margin: 0 auto; }

	.models {
		padding: 0 0 45px; }

	.btn-return {
		font-size: 14px; }

	.test-modal-box .modal-title {
		font-size:   20px;
		line-height: 26px; }

	.test-result-modal .modal-dialog {
		max-width: 790px; }

	.reviews {
		padding: 45px 0; }

	.reviews h2 {
		text-align: center; }

	.reviews-slider {
		padding: 0 67px; }

	.reviews-slider .slick-prev {
		left: 0; }

	.reviews-slider .slick-next {
		right: 0; }

	.reviews-box {
		padding: 29px 45px 13px;
		margin:  0 auto 20px;
		width:   100%; }

	.reviews-box .box-text {
		margin: 0 0 48px; }

	.catalog-info {
		margin: 45px 0; }

	.catalog-banner .box-text {
		margin:    0;
		font-size: 14px; }

	.filter-wrapper h4, .sorting-wrapper h4 {
		margin: 0 10px 0 0; }

	.filter-result-box {
		font-size: 14px;
		padding:   6.5px 10px; }

	.sale-page .main-slider-box .box-text {
		font-size: 18px; }

	.mb-75 {
		margin-bottom: 40px; }

	.cabinet-menu {
		font-size: 14px; }

	.cabinet-menu li {
		margin: 0 0 15px; }

	.cabinet-page {
		padding: 35px 0 0; }

	.form-cabinet .label-info {
		width: 31%; }

	.form-cabinet .label-info:last-child {
		margin-right: 0; }

	.form-cabinet .label-phone {
		width: 25%; }

	.form-cabinet .label-address {
		width: 69.5%; }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
	.search-block_changes .ms_booking {
		display: flex;
	}

	.menu li {
		margin: 0 20px 0 0; }

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

	.menu {
		display: none; }

	.form-search {
		margin:    0 auto 0 38px;
		max-width: 336px; }

	.header-top .btn-burger {
		display: none; }

	.map {
		min-width: 492px; }

	.copyright {
		margin:    25px 0 0;
		max-width: none;
		width:     100%; }

	.mb-md-40 {
		margin-bottom: 40px; }

	.mb-lg0 {
		margin-bottom: 0; }

	.list-sorting__item {
		width:                     100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		margin:                    15px 0 0; }

	.filter-wrapper {
		-webkit-box-align: end;
		-ms-flex-align:    end;
		align-items:       flex-end; }

	.filter-wrapper h4 {
		margin: 0 10px 10px 0; }

	.filter-wrapper .price-filter {
		margin: 35px 0 -4px; }

	.filter-wrapper .price-filter h4 {
		margin: 0 10px 3px 0; }

	.filter__slider {
		width: 217px; }

	.filter-wrapper__list {
		max-width: none; }
}

@media only screen and (max-width: 930px) {
	.cabinet-card__info {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.cabinet-card__price {
		margin: 0 0 5px; }
}

@media only screen and (max-width: 900px) {
	.footer-box-callback {
		max-width:             none;
		-webkit-box-orient:    horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction:    row;
		flex-direction:        row;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center;
		-webkit-box-pack:      start;
		-ms-flex-pack:         start;
		justify-content:       flex-start;
		display:               -webkit-box !important;
		display:               -ms-flexbox !important;
		display:               flex !important;
		margin:                30px 0 0; }

	.contacts-links {
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start;
		text-align:       left;
		margin:           0 30px 0 0; }

	.contacts-links .svg-icon {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order:            -1;
		order:                     -1;
		margin:                    0 15px 0 0; }

	.copyright {
		margin: 30px 0 0; }

	.footer-box-menu {
		margin: 20px 0 0; }

	.footer-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack:    justify;
		justify-content:  space-between; }

	.scroll-box-mobile {
		width: 100%; }

	.scroll-box-mobile .mCustomScrollBox {
		padding: 0 0 20px; }

	.scroll-box-mobile .mCustomScrollBox:before {
		display: none; }

	.models-slider {
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start; }

	.models-slider .model-card {
		margin:    0 20px 0 0;
		width:     227px;
		max-width: none; }

	.models {
		padding: 0 0 40px; }

	.selection-img {
		right: -50px; }

	.scroll-box-mobile .mCustomScrollBox, .scroll-box-mobile .mCSB_container {
		overflow: hidden; }

	.similar-products .recommended-product-card {
		margin:    0 15px 0 0;
		max-width: 174px;
		min-width: 174px; }

	.similar-products .recommended-product-card:last-child {
		margin: 0; }

	.filter-wrapper h4, .sorting-wrapper h4 {
		font-size: 14px; }

	.list-tags {
		top:   5px;
		right: 5px; }

	.list-sorting {
		margin: 0; }

	.list-sorting li {
		margin: 0 5px 0 0; }

	.list-sorting li:last-child {
		margin: 0; }

	.cabinet-card__box {
		min-width: 140px;
		max-width: 140px; }

	.product-content__item .btn-group .btn, .product-content__item .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
		padding: 0 8px; }
}

@media only screen and (max-width: 768px) {
	.container {
		max-width: 744px; }

	.logo {
		max-width: 130px; }

	.not-undefined .box-text {
		font-size: 17px; }

	.not-undefined .slider-decor3 {
		max-width: 204px;
		left:      -58px;
		top:       0; }

	.not-undefined .slider-decor2 {
		bottom:    -269px;
		left:      62px;
		max-width: 271px; }

	.not-undefined .slider-decor1 {
		left:      -139px;
		top:       193px;
		max-width: 233px; }

	.not-undefined__img {
		min-width: 764px; }

	.contacts-content {
		padding: 40px 0;
		margin:  0 0 10px; }

	.contacts-content:before {
		border-radius: 0;
		right:         -15px; }

	.map {
		min-width:     auto;
		width:         calc(100% + 30px);
		margin:        0 -15px;
		height:        300px;
		border-radius: 0; }

	.contacts-box {
		max-width: 225px; }

	h1 {
		font-size: 28px; }

	.article-page h1 {
		font-size: 32px; }

	.share {
		margin: 0 0 20px; }

	.article-box {
		margin: 0 0 25px; }

	.article-box h2 {
		font-size:   20px;
		line-height: 26px; }

	.article-box h3 {
		margin:      0 0 15px;
		font-size:   17px;
		line-height: 22px; }

	.article-sub-box {
		margin: 40px 0 0; }

	.article-sub-box:last-child {
		margin: 15px 0 0; }

	.article-sub-box__wrapper {
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start;
		-ms-flex-wrap:     wrap;
		flex-wrap:         wrap;
		margin:            0 -10px; }

	.article-sub-box__item {
		margin:  0;
		width:   33.3%;
		padding: 0 10px; }

	.brand-box {
		height: 110px; }

	.brand-box-col {
		padding: 0 10px; }

	.mb-35 {
		margin-bottom: 30px; }

	.blog-img {
		height: 247px; }

	.blog-page h2 {
		margin:    0 0 5px;
		font-size: 17px; }

	.date-article {
		font-size: 14px;
		margin:    0 0 5px; }

	.box-text-collapse-4 {
		-webkit-line-clamp: 3; }

	.blog-page-wrapper .box-text {
		font-size:   14px;
		line-height: 24px; }

	.blog-page-wrapper .links-details {
		font-size: 14px; }

	.blog-author {
		margin:    20px 0 0;
		font-size: 14px; }

	.blog-author h4 {
		font-size: 14px; }

	.blog-author__photo {
		width:  55px;
		height: 55px; }

	.blog-author__body {
		width: calc(100% - 55px); }

	.blog-box__img {
		height: 205px; }

	.blog-box__body {
		height: calc(100% - 205px); }

	.blog-box-col {
		margin: 0 0 40px; }

	.blog-page-wrapper2 .blog-img {
		height: 247px; }

	.main-slider__title {
		font-size:   40px;
		line-height: 40px; }

	.main-slider-box {
		min-height: 280px; }

	.main-slider-box .box-text {
		font-size: 16px; }

	.slider-decor2 {
		left:   211px;
		bottom: -15px; }

	.main-slider-box__content {
		max-width: 243px; }

	.main-slider-box__img {
		width:  calc(100% - 203px);
		margin: auto -40px 0 auto; }

	.main-slider-box2 .main-slider__title {
		font-size:   30px;
		line-height: 36px; }

	.main-slider-box2 .main-slider-box__content {
		max-width: 320px; }

	.main-slider-box2 .main-slider-box__img {
		width: calc(100% - 300px); }

	.main-slider-box3 .main-slider-box__content {
		max-width: 280px; }

	.main-slider-box3 .main-slider-box__img {
		width: calc(100% - 250px); }

	.advantages-box {
		padding: 25px; }

	.advantages-box h3 {
		min-height: auto;
		margin:     10px 0;
		padding:    0; }

	.advantages-box__icon {
		position: relative;
		top:      0;
		left:     0; }

	.mCustomScrollBox {
		padding: 0; }

	.mCustomScrollBox:before {
		display: none; }

	.about-content-text {
		max-height: 168px;
		overflow:   hidden;
		height:     100%;
		margin:     0 0 15px; }

	.about-content-text .mCSB_scrollTools {
		display: none !important; }

	.about-content-text .mCSB_inside > .mCSB_container {
		top: 0 !important; }

	.about {
		padding: 0 0 40px; }

	.total-basket {
		padding: 30px; }

	.mb-md-40 {
		margin-bottom: 0; }

	.contacts {
		margin: 40px 0 10px; }

	.btn-delete {
		width:  20px;
		height: 20px; }

	.btn-add-favorite {
		width:  20px;
		height: 17px; }

	.basket-card .price-wrapper {
		margin: 0 auto; }

	.basket-card .btn-delete {
		margin: 0; }

	.basket-card .amount {
		margin: 0 0 0 10px; }

	.basket-card .links-details {
		line-height: 17px; }

	.basket-card__size p {
		font-size: 14px; }

	.basket-card__body {
		margin:    0;
		max-width: 270px; }

	.mb-sm0 {
		margin-bottom: 0; }

	.basket-page h1 {
		margin: 0 0 20px; }

	.links-clear {
		margin: 0 0 20px auto; }

	.links-subscribe {
		position:          relative;
		-webkit-transform: none;
		transform:         none;
		top:               0;
		right:             0;
		margin:            0 auto; }

	.basket-card-not .btn-delete {
		margin: 0 0 0 auto; }

	.basket-page-checkout h1 {
		margin: 0 0 15px; }

	.basket-page-checkout .box-text-info {
		margin: 15px 0 0; }

	.test-result-modal .modal-dialog {
		max-width: 720px; }

	.test-result-box .box-text {
		font-size:   14px;
		line-height: 20px; }

	.test-modal .modal-dialog {
		max-width: 720px; }

	.test-modal .modal-body {
		padding: 35px 15px 35px 35px; }

	.test-modal-box .modal-title {
		margin: 5px 0 16px; }

	.test-modal-box__img {
		max-width: 300px; }

	.collapse-item .card-body {
		padding: 7px 0 0; }

	.collapse-item .checkbox-custom {
		top: 0; }

	.collapse-item .icon-arrow {
		margin: -5px 0 0 5px; }

	.collapse-item__btn {
		line-height: 17px; }

	.test-modal-content {
		max-height: 505px; }

	.test-modal-content .mCustomScrollBox {
		padding: 0 20px 50px 0; }

	.test-modal-content .mCustomScrollBox:before {
		display: block;
		height:  100px;
		bottom:  -50px;
		width:   calc(100% - 20px);
		left:    0;
		right:   auto; }

	.selection-img {
		max-width: 431px;
		right:     -95px; }

	.selection {
		padding: 40px 0 20px; }

	.selection-wrapper {
		border-radius: 0;
		width:         calc(100% + 48px);
		margin:        0 -24px;
		padding:       55px 24px; }

	.sale-box {
		width:   calc(50% - 10px);
		margin:  0 0 20px;
		height:  289px;
		padding: 45px 40px 43px; }

	.sale-box__img {
		right: 0; }

	.reviews-box {
		width:   649px;
		margin:  0 20px 25px 0;
		padding: 29px 45px 40px; }

	.reviews-box .box-text {
		margin: 0 0 20px; }

	.reviews h2 {
		text-align:  left;
		font-size:   20px;
		line-height: 26px; }

	.reviews-slider {
		padding: 0; }

	.instagram-portfolio__item {
		width:     170px;
		min-width: 170px;
		height:    170px;
		margin:    0 10px 10px 0;
		max-width: none; }

	.scroll-box-about {
		width: 100%; }

	.scroll-box-about .mCSB_horizontal.mCSB_inside > .mCSB_container {
		margin: 0; }

	.scroll-box-about .mCustomScrollBox {
		padding: 0; }

	.scroll-box-about .mCustomScrollBox:before {
		display: none; }

	.seo-content-box {
		margin: 15px 0 0; }

	.seo-content-box .box-text {
		max-height: 84px;
		overflow:   hidden;
		margin:     0 0 20px; }

	.seo-content-box h3 {
		font-size: 17px;
		margin:    0 0 15px; }

	.about-section-wrapper__content {
		width: calc(50% - 10px); }

	.about-section-wrapper__content .box-text {
		max-height: 196px;
		overflow:   hidden;
		margin:     0 0 20px; }

	.author {
		padding: 25px 11px 25px 20px; }

	.about-section-wrapper__img {
		height: 376px;
		width:  calc(50% - 10px); }

	.instagram-portfolio {
		padding: 0 0 25px; }

	.characteristics-product {
		margin: 30px 0 0; }

	.nav-tabs .nav-link {
		padding:   0 0 15px;
		font-size: 17px; }

	.nav-tabs .nav-item {
		margin: 0 45px 0 0; }

	.tab-content {
		padding: 20px 0 0; }

	.characteristics-box h4 {
		font-size:   17px;
		margin:      0 0 15px;
		line-height: 22px; }

	.recommended-slider {
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start;
		padding:           0 0 42px; }

	.recommended-product-card {
		padding: 0;
		width:   174px;
		margin:  0 15px 0 0; }

	.recommended h3 {
		font-size:   20px;
		margin:      0 0 20px;
		line-height: 26px; }

	.recommended {
		margin: 40px 0 0; }

	.gallery-product {
		margin:                0 0 30px;
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start;
		max-width:             330px;
		width:                 100%; }

	.complete-product h3 {
		font-size: 20px; }

	.gallery-product-preview {
		max-height:        none;
		width:             100%;
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start;
		-ms-touch-action:  auto;
		touch-action:      auto; }

	.gallery-product-preview .slick-prev {
		left: 0; }

	.gallery-product-preview .slick-prev .svg-icon {
		-webkit-transform: rotate(0);
		transform:         rotate(0); }

	.gallery-product-preview .slick-arrow {
		padding:           5px;
		z-index:           1;
		top:               50%;
		-webkit-transform: translate(0, -50%);
		transform:         translate(0, -50%);
		width:             20px;
		height:            20px; }

	.gallery-product-preview .slick-next {
		right: 0;
		left:  auto; }

	.gallery-product-preview .slick-next .svg-icon {
		-webkit-transform: rotate(0deg);
		transform:         rotate(0deg); }

	.gallery-product-preview__item {
		margin:    0 10px 0 0;
		width:     100%;
		max-width: 58px;
		height:    65px; }

	.gallery-product-max {
		padding: 0;
		width:   100%;
		margin:  0 0 10px; }

	.gallery-product-max__item {
		height: 406px; }

	.product-page h1 {
		font-size: 20px; }

	.gallery-product-preview {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		width:                     100%;
		height:                    auto;
		max-height:                none; }

	.gallery-product-scroll__wrapper {
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start;
		width:             100%;
		padding:           0 0 30px; }

	.advantages-product-item__icon {
		width:     30px;
		height:    30px;
		min-width: 30px;
		margin:    0 10px 0 0; }

	.advantages-product-item {
		padding: 0 18px 0 0; }

	.advantages-product-item:last-child {
		padding:   0 0 0 22px;
		max-width: 160px; }

	.dropdown-toggle__text-mob {
		display: block; }

	.dropdown-toggle__text-tablet {
		display: none; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
		height: 2px;
		margin: 7px auto; }

	.btn-select {
		padding: 0 20px 0 25px;
		height:  52px; }

	.product-content__item .btn {
		padding: 0 15px;
		height:  52px; }

	.complete-product__body .btn-add-basket {
		font-size: 14px;
		width:     calc(100% - 62px);
		margin:    0; }

	.complete-product__body .add-favorite {
		padding: 14px 13px;
		height:  52px; }

	.complete-product__body .btn-add-basket {
		height: 52px; }

	.model-card__img {
		height: 257px; }

	.title-line .links-details {
		font-size: 14px; }

	.catalog-info {
		margin: 40px 0; }

	.catalog-banner {
		margin:     0 0 30px;
		min-height: auto; }

	.catalog-banner .main-slider-box__img {
		max-width: 304px;
		height:    340px;
		right:     -34px; }

	.catalog-banner .main-slider-box__img-two {
		height: auto; }

	.catalog-banner .main-slider-box__content {
		padding: 35px 0 25px;
		width:   calc(100% - 280px); }

	.catalog-banner .main-slider__title {
		font-size:   30px;
		line-height: 33px; }

	.catalog-banner .box-text-info {
		margin: 20px 0 45px; }

	.catalog-banner .box-text {
		margin:    0;
		font-size: 14px; }

	.catalog-info-box h4 {
		margin:      20px 0;
		font-size:   17px;
		line-height: 22px; }

	.catalog-info-box h3 {
		font-size: 20px; }

	.pagination-nav {
		margin: 0 auto; }

	.filter__slider {
		width: 180px; }

	.cabinet-page h1 {
		margin: 0 0 30px; }

	.form-cabinet {
		-webkit-box-pack: justify;
		-ms-flex-pack:    justify;
		justify-content:  space-between; }

	.form-cabinet .label-info, .form-cabinet .label-phone {
		width:        calc(33% - 5px);
		margin-right: 0; }

	.form-cabinet .label-address {
		width: calc(67% - 5px); }

	.form-cabinet input {
		padding: 0 10px 0 20px; }

	.cabinet-card {
		padding: 8px 30px 8px 7px; }

	.cabinet-card__box {
		margin: 0 0 0 15px; }

	.cabinet-card__info {
		margin: 0 auto 0 5px; }

	.cabinet-card__date {
		font-size: 13px; }

	.cabinet-card-gallery {
		max-width: 137px;
		min-width: 137px; }

	.cabinet-card-gallery__item {
		width:  55px;
		height: 59px;
		margin: 0 5px 0 0; }

	.cabinet-card-gallery__val {
		font-size: 14px; }

	.cabinet-card-order {
		padding: 7px 16px 7px 7px; }

	.cabinet-card-order .price-wrapper {
		max-width: 70px;
		margin:    0; }

	.cabinet-card-order .basket-card__title {
		font-size:   14px;
		line-height: 17px; }

	.category-box {
		height:  auto;
		padding: 20px; }

	.category-box .sale-box__title {
		font-size:   20px;
		margin:      0 0 15px;
		line-height: normal; }

	.menu-category {
		padding:   0;
		font-size: 16px; }

	.brand-page-content {
		padding: 40px;
		margin:  30px 0 50px; }
}

@media only screen and (max-width: 730px) {
	.footer-box-contacts {
		width:                     100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		margin:                    25px 0 0;
		-webkit-box-pack:          start;
		-ms-flex-pack:             start;
		justify-content:           flex-start; }

	.footer-box-menu {
		max-width: 50%;
		margin:    20px 0 0;
		width:     100%; }

	.list-social {
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start; }

	.copyright {
		margin: 25px 0 0; }

	footer .logo {
		max-width: 165px;
		margin:    10px auto 0 0; }

	.selection-img {
		max-width: 350px; }

	.selection-content {
		max-width: 465px; }

	.cabinet-card__box {
		min-width: 110px;
		max-width: 110px; }
}

@media only screen and (max-width: 690px) {
	.form-search {
		max-width: 240px;
		margin:    0 auto 0 20px; }

	.footer-box-callback {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.contacts-links {
		margin: 0 0 10px; }

	.basket-card__img {
		width:     75px;
		min-width: 75px;
		height:    80px; }

	.article {
		margin: 5px 0 10px; }

	.basket-card .btn-add-favorite {
		top: 15px; }

	.test-result-modal .modal-body {
		padding: 20px 18px; }

	.test-result-modal .modal-content {
		border-radius: 0; }

	.reviews-box {
		width:  448px;
		margin: 0 10px 15px 0; }

	.reviews h2 {
		margin: 0 0 25px; }

	.reviews-slider {
		width:   calc(100% + 32px);
		margin:  0 -16px;
		padding: 0 0 0 16px; }

	.complete-product__body {
		width:   calc(100% - 105px);
		padding: 0 0 0 11px; }

	.complete-product__image {
		width:  105px;
		height: 128px; }

	.model-card__img {
		height: 180px; }

	.dropdown-filter {
		margin: 0 5px 5px 0; }

	.filter-wrapper h4 {
		margin: 0 10px 5px 0; }

	.cabinet-card {
		padding: 8px; }

	.cabinet-card__box {
		margin: 0 0 0 10px; }

	.product-content__item .btn-group .btn, .product-content__item .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
		font-size: 12px; }

	.product-content__item .btn-group .add-favorite .btn-icon {
		width:     17px;
		height:    16px;
		min-width: 17px; }
}

@media only screen and (max-width: 640px) {
	.cabinet-card {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.cabinet-card__box {
		margin:                    0 0 15px;
		display:                   -webkit-box;
		display:                   -ms-flexbox;
		display:                   flex;
		-webkit-box-align:         center;
		-ms-flex-align:            center;
		align-items:               center;
		-ms-flex-wrap:             wrap;
		flex-wrap:                 wrap;
		width:                     100%;
		min-width:                 auto;
		max-width:                 none;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order:            -1;
		order:                     -1; }

	.cabinet-card .status {
		margin:    0 0 0 10px;
		font-size: 13px; }

	.cabinet-card__info {
		margin:                15px 0 10px;
		-webkit-box-orient:    horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction:    row;
		flex-direction:        row;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center; }

	.cabinet-card__price {
		margin: 0 10px 0 0; }

	.cabinet-card-gallery {
		max-width: 254px;
		min-width: auto; }

	.cabinet-card-gallery__item:nth-child(-n+2) {
		display: none; }

	.cabinet-card-gallery__item:nth-child(-n+4) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
}

@media only screen and (max-width: 576px) {
	.header-bottom {
		display: none; }

	.header-top .btn-burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin:  0 10px 0 0; }

	header {
		background: #0d0d0e;
		color:      #fff; }

	header .phone {
		display: none; }

	header .logo {
		width:           131px;
		height:          26px;
		background:      url("/local/templates/newlif_8/css/../img/logo-footer.svg") no-repeat center;
		background-size: 100%; }

	header .logo img {
		display: none; }

	.mobile-menu .form-search {
		display:   -webkit-box;
		display:   -ms-flexbox;
		display:   flex;
		margin:    40px 0 25px 0;
		max-width: 288px; }

	.mobile-menu .btn-sing {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin:  0 0 20px;
		width:   100%; }

	.mobile-menu .address {
		display:     -webkit-box;
		display:     -ms-flexbox;
		display:     flex;
		margin:      15px 0 0;
		color:       #fff;
		font-size:   16px;
		font-weight: 500; }

	.mobile-menu .phone {
		display: block;
		color:   #e95670; }

	.insta-link {
		margin: 0; }

	.links-cabinet {
		fill:   #fff;
		margin: 0 20px 0 0; }

	.links-cabinet:last-child {
		margin: 0 7px 0 0; }

	.not-undefined {
		padding:    218px 0;
		background: rgba(176, 177, 191, 0.13);
		position:   relative;
		overflow:   hidden; }

	.not-undefined:after {
		content:         "";
		position:        absolute;
		width:           210px;
		height:          206px;
		background:      url("/local/templates/newlif_8/css/../img/decor3.png") no-repeat center;
		background-size: contain;
		right:           11px;
		top:             -66px; }

	.not-undefined .slider-decor1 {
		left: -149px;
		top:  140px; }

	.mobile-menu {
		top:    0;
		height: 100%; }

	.mobile-menu__head .phone {
		display: block; }

	.contacts-content {
		padding: 55px 0; }

	.map {
		height: 220px; }

	.contacts .mt-35 {
		top: 20px; }

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

	.pt-50 {
		padding-top: 20px; }

	.delivery-box__icon {
		width:   60px;
		height:  60px;
		padding: 15px; }

	.delivery-box__body {
		width:   calc(100% - 60px);
		padding: 0 0 0 15px; }

	.delivery-box {
		font-size: 14px;
		padding:   0 0 20px;
		position:  relative; }

	.delivery-box:before {
		content:           "";
		position:          absolute;
		left:              50%;
		bottom:            0;
		-webkit-transform: translate(-50%, 0);
		transform:         translate(-50%, 0);
		width:             calc(100% + 30px);
		height:            1px;
		background:        #b0b1bf;
		opacity:           .3; }

	.delivery-box:last-child {
		padding: 0; }

	.delivery-box:last-child:before {
		display: none; }

	.delivery-box h4 {
		font-size: 14px; }

	h3 {
		font-size:   17px;
		line-height: 22px; }

	.payment-page {
		margin: 0 0 15px; }

	.box-text {
		line-height: 24px; }

	.box-text p {
		margin: 0 0 10px; }

	.box-text p:last-child {
		margin: 0; }

	.mb-35 {
		margin-bottom: 30px; }

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

	.delivery-box .box-text {
		font-size: 14px; }

	.article-page h1 {
		font-size: 20px; }

	.article-page .box-text {
		line-height: 28px; }

	.article-img, .share {
		margin: 0 0 10px; }

	.article-box {
		margin: 0 0 20px; }

	.article-box h2 {
		font-size:   17px;
		line-height: 22px; }

	.article-sub-box__item {
		margin: 0 0 20px;
		width:  50%; }

	.article-sub-box h3 {
		margin: 0 0 20px; }

	.brands-page {
		padding: 20px 0 0; }

	.brands-page .row-my {
		margin: 0 -5px; }

	.brands-page .mb-35 {
		margin-bottom: 20px; }

	.brands-page .brand-box-col {
		margin: 0 0 5px; }

	.brand-box {
		padding: 20px;
		height:  100px; }

	.brand-box-col {
		padding: 0 2.5px; }

	.mb-55 {
		margin-bottom: 40px; }

	.blog-img {
		height: 263px; }

	.blog-img-col {
		margin: 0 0 15px; }

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

	.blog-page h2 {
		margin: 0 0 8px; }

	.blog-author {
		margin: 15px 0 0; }

	.col-sx-6 {
		max-width:        50%;
		-webkit-box-flex: 0;
		-ms-flex:         0 0 50%;
		flex:             0 0 50%; }

	.blog-box__img {
		height: 125px; }

	.blog-box__body {
		padding: 8px 0 0;
		height:  calc(100% - 125px); }

	.blog-page-wrapper2 .blog-img {
		height: 263px; }

	.main-slider-box__img {
		max-width: 391px;
		width:     100%;
		margin:    12px auto 0; }

	.slider-decor1 {
		top:               39px;
		left:              240px;
		-webkit-transform: rotate(44.41deg);
		transform:         rotate(44.41deg); }

	.slider-decor2 {
		left:   auto;
		right:  44px;
		bottom: 180px; }

	.main-slider-box3 .main-slider-box__img {
		margin:    0 auto;
		max-width: 320px;
		width:     100%; }

	.main-slider-box3 .main-slider-box__content {
		max-width: 280px; }

	.main-slider-box3:before {
		display: none; }

	.main-slider {
		margin: 0 -15px 15px;
		width:  calc(100% + 30px); }

	.main-slider-box {
		min-height:            400px;
		padding:               25px 16px 0;
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.main-slider-box2 .main-slider-box__img {
		max-width: 343px;
		margin:    0 auto;
		width:     100%; }

	.home {
		margin: 0; }

	.advantages-box__col {
		width: 50%; }

	.advantages {
		margin: 15px 0 20px; }

	.about {
		padding: 0 0 40px; }

	.about h2 {
		font-size:   40px;
		max-width:   304px;
		line-height: 40px; }

	.about-content-text {
		max-height: none;
		margin:     0; }

	.about-content-text .links-play {
		display: none; }

	.about-content-text p {
		display: none; }

	.about-content-text p:nth-child(-n+3) {
		display: block; }

	.about-content {
		margin: 0 0 25px; }

	.basket-card {
		-ms-flex-wrap:     wrap;
		flex-wrap:         wrap;
		-webkit-box-align: start;
		-ms-flex-align:    start;
		align-items:       flex-start;
		position:          relative;
		padding:           15px 16px 15px;
		border-radius:     0;
		border-color:      rgba(176, 177, 191, 0.3);
		width:             calc(100% + 32px);
		margin:            0 -16px -1px; }

	.basket-card:last-child {
		margin: 0 -16px; }

	.basket-card .btn-delete {
		position: absolute;
		bottom:   19px;
		right:    19px; }

	.basket-card .amount {
		position: absolute;
		left:     16px;
		bottom:   15px;
		margin:   0; }

	.basket-card .price-wrapper {
		margin:                0 10px 0 0;
		-webkit-box-orient:    horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction:    row;
		flex-direction:        row;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center;
		-ms-flex-wrap:         wrap;
		flex-wrap:             wrap; }

	.basket-card .new-price {
		margin: 0 10px 0 0; }

	.basket-card .old-price {
		margin: 0; }

	.basket-card__size {
		margin: 0 0 10px; }

	.basket-card__size p {
		margin:      0;
		white-space: nowrap; }

	.basket-card__img {
		margin: 0 0 38px; }

	.basket-card__title {
		font-size: 14px; }

	.links-clear {
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start;
		margin:           0 0 20px; }

	.mb-xs-20 {
		margin-bottom: 20px; }

	.total-basket {
		border-radius:      0;
		-webkit-box-shadow: none;
		box-shadow:         none;
		width:              calc(100% + 32px);
		margin:             0 -16px;
		padding:            0 16px; }

	.total-basket__footer {
		max-width: 214px; }

	.basket-card-return {
		padding:       23px 16px;
		margin:        0 -16px 10px;
		border-radius: 0;
		width:         calc(100% + 32px); }

	.basket-card-return__photo {
		display: none; }

	.modal-dialog {
		margin:    .5rem auto;
		max-width: 360px; }

	.modal-body {
		padding: 30px 20px; }

	.modal-body .box-text {
		font-size: 14px;
		margin:    15px auto 0; }

	.modal-body .box-text p {
		font-size:   14px;
		line-height: 17px; }

	.modal-body .links-details {
		font-size:   14px;
		line-height: 17px; }

	.form-entrance .btn {
		margin: 15px auto 0; }

	.form input {
		height:    52px;
		font-size: 14px;
		padding:   0 25px; }

	.btn-view-password {
		width:  20px;
		height: 24px; }

	.form .btn-view-password {
		top:   14px;
		right: 17px; }

	.form-entrance p {
		font-size: 14px; }

	.form {
		margin: 10px 0 0; }

	.entrance-social {
		margin:  0 0 10px;
		padding: 0 0 7px; }

	.list-entrance-social a {
		height:           48px;
		-webkit-box-pack: center;
		-ms-flex-pack:    center;
		justify-content:  center;
		padding:          0 10px; }

	.consent {
		font-size: 13px;
		margin:    15px auto 0; }

	.consent .links-details {
		font-size: 13px; }

	.modal-title {
		margin: 0 auto 5px; }

	.entrance-social p {
		font-size:   14px;
		line-height: 17px; }

	.list-entrance-social {
		font-size: 14px; }

	.entrance-social-links__text {
		margin: 0 0 0 5px; }

	.modal-product .modal-body .btn-group {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center; }

	.modal-product .modal-body .btn-group .btn {
		width:  100%;
		margin: 0 auto 10px; }

	.modal-product .modal-body .btn-group .btn:last-child {
		margin: 0 auto; }

	.test-modal .modal-dialog {
		margin: 0 auto; }

	.test-modal .modal-content {
		border-radius: 0; }

	.test-modal .modal-header {
		background:    #0d0d0e;
		padding:       15px 16px;
		border-radius: 0; }

	.test-modal .modal-header .close {
		fill:     #fff;
		position: relative;
		margin:   0 0 0 auto;
		top:      0;
		right:    0; }

	.test-modal .modal-title {
		text-align: left;
		margin:     0;
		color:      #fff; }

	.test-modal .modal-body {
		padding: 20px 16px; }

	.test-modal .mCSB_container {
		overflow: visible;
		top:      0 !important; }

	.test-result-modal .box-text {
		margin: 10px 0 25px; }

	.test-modal-content {
		max-height: none; }

	.test-modal-content .btn {
		margin: 0 auto; }

	.test-modal-box__img {
		margin:    10px 0;
		max-width: 211px; }

	.test-modal-content {
		margin: 10px 0 0; }

	.test-result-box {
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start; }

	.test-result-box .btn {
		padding:   0 10px;
		max-width: 260px;
		width:     100%; }

	.test-modal-box h6 {
		display: none; }

	.test-modal-box .modal-title {
		color:       #0d0d0e;
		font-size:   17px;
		line-height: 22px; }

	.test-result__val {
		margin: 20px 0; }

	.test-modal-content .mCustomScrollBox {
		padding:    0;
		max-height: none;
		overflow:   visible; }

	.test-modal-content .mCustomScrollBox:before {
		display: none; }

	.test-modal-content .mCSB_scrollTools {
		display: none !important; }

	.selection {
		padding: 40px 0 10px; }

	.selection h2 {
		margin: 0 0 30px; }

	.selection-content {
		max-width: 290px; }

	.selection-wrapper {
		padding: 40px 16px;
		width:   calc(100% + 32px);
		margin:  0 -16px; }

	.label-group {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center;
		max-width:             137px;
		text-align:            center;
		margin:                0 0 20px; }

	.label-group p {
		font-size: 14px; }

	.label-group__icon {
		margin: 0 auto 10px; }

	.label-group__text {
		padding: 0;
		width:   100%; }

	.form-selection button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1; }

	.form-selection .links-details {
		margin: 0 0 25px; }

	.selection-img {
		max-width: 431px;
		right:     -142px; }

	.sale-box {
		width:   100%;
		margin:  0 0 10px;
		padding: 30px 25px;
		height:  210px; }

	.sale-box__title {
		margin: 0 0 15px; }

	.reviews-box {
		padding: 30px 20px 20px; }

	.reviews-box .box-text {
		margin: 0 0 19px; }

	.reviews-date {
		width:  100%;
		margin: 10px 0 0; }

	.reviews-slider__nav .slick-dots {
		margin: 0 25px; }

	.seo-content-box .box-text {
		line-height: 28px;
		max-height:  168px;
		margin:      0 0 15px; }

	.instagram-portfolio__item {
		width:     135px;
		height:    135px;
		min-width: 135px;
		margin:    0 5px 5px 0;
		max-width: none; }

	.about-section h2 {
		margin: 0 auto 25px; }

	.about-section-wrapper {
		margin: 0 0 40px; }

	.about-section-wrapper__content {
		width: 100%; }

	.author {
		max-width: 350px;
		width:     100%;
		margin:    0 auto 10px; }

	.about-section-wrapper__img {
		width:     100%;
		height:    241px;
		max-width: 350px;
		margin:    0 auto 15px; }

	.complete-product-wrapper {
		position: relative;
		padding:  0 0 65px; }

	.complete-product-wrapper .btn-group {
		position: absolute;
		left:     0;
		bottom:   0; }

	.breadcrumb {
		font-size: 14px; }

	.breadcrumb-item + .breadcrumb-item::before {
		margin: 0 15px; }

	.gallery-product {
		max-width: none;
		margin:    0 0 20px;
		position:  relative; }

	.btn-add-favorite-mob {
		display:  -webkit-box;
		display:  -ms-flexbox;
		display:  flex;
		top:      16px;
		right:    16px;
		z-index:  1;
		position: absolute;
		width:    24px;
		height:   20px; }

	.gallery-product-preview {
		display: none !important; }

	.gallery-product-max__item {
		height: 552px; }

	.gallery-product-max {
		margin: 0; }

	.gallery-product-max .slick-dots {
		margin: 15px 0 0; }

	.product-content__item-footer {
		font-size: 14px; }

	.product-size, .btn-one-click {
		max-width: 331px; }

	.product-content__item .btn-group {
		width:     100%;
		max-width: 331px; }

	.product-content__item .btn-group .btn, .product-content__item .btn-group .btn:not(:last-child):not(.dropdown-toggle), .product-content__item .btn-group .btn:not(:first-child) {
		margin:    0 0 10px;
		max-width: none;
		width:     100%; }

	/*  .product-content__item .add-favorite, .product-content__item .added-favorite {
    display: none; }*/
	.advantages-product-item:last-child {
		max-width: 189px;
		padding:   0 0 0 30px; }

	.advantages-product-item {
		max-width: 259px;
		padding:   0 20px 0 0; }

	.complete-product {
		margin:    40px 0;
		/*	max-width: 331px; */
	}

	.characteristics-product {
		margin: 0; }

	.nav-tabs .nav-item {
		margin: 0 25px 0 0; }

	.nav-tabs {
		font-size: 14px; }

	.nav-tabs .nav-link {
		font-size: 14px; }

	.tab-content {
		font-size: 14px;
		padding:   15px 0 0; }

	.characteristics-box h4 {
		font-size: 14px;
		margin:    0 0 15px; }

	.recommended-section {
		margin: 40px 0 0; }

	.recommended-section h3 {
		margin:      0 0 30px;
		font-size:   20px;
		line-height: 26px; }

	.recommended-product-card {
		width: 150px; }

	.recommended-product-card .model-card__img {
		height: 180px; }

	.recommended-product-card .price-wrapper {
		font-size: 14px; }

	.recommended-product-card .model-card__title {
		font-size: 13px; }

	.recommended-slider {
		padding: 0 0 30px; }

	.product-content .info-box {
		font-size: 13px; }

	.list-sales {
		font-size: 13px; }

	.list-sales li {
		margin: 0 5px 5px 0; }

	.list-sales li a {
		padding: 9px 18px; }

	.catalog-val {
		font-size: 14px;
		margin:    5px 0 0 10px; }

	.breadcrumb {
		margin:  15px 0;
		padding: 0 0 5px; }

	.product-card__col {
		margin:           0 0 25px;
		-webkit-box-flex: 0;
		-ms-flex:         0 0 33.333333%;
		flex:             0 0 33.333333%;
		width:            33.333333%; }

	.catalog-banner {
		min-height: auto;
		padding:    35px 68px 25px 35px; }

	.catalog-banner .box-text-info {
		margin:      20px 0;
		font-size:   14px;
		line-height: 20px; }

	.catalog-banner .box-text {
		font-size:   14px;
		line-height: 24px; }

	.catalog-banner .main-slider-box__img {
		display: none; }

	.catalog-banner .main-slider-box__content {
		width:   100%;
		padding: 0; }

	.list-tags {
		font-size: 12px; }

	.list-tags li {
		padding: 4px 8px 6px; }

	.catalog-info-box__wrapper {
		max-height: 153px;
		overflow:   hidden; }

	.mobile-menu .table-scrollbox .table-sizes td, .mobile-menu .table-scrollbox .table-sizes th {
		width:     65px;
		min-width: 65px;
		height:    40px; }

	.cabinet-page {
		padding: 20px 0 0; }

	.cabinet-page h1 {
		margin: 0 0 15px; }

	.cabinet-page .links-prev-modal {
		margin:           0 0 15px;
		-webkit-box-pack: start;
		-ms-flex-pack:    start;
		justify-content:  flex-start; }

	.form-cabinet {
		margin: 0; }

	.form-cabinet .label-address {
		width: 100%; }

	.form-cabinet .label-phone {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		width:                     177px; }

	.form-cabinet .form-group {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		width:                     100%; }

	.form-cabinet .btn-submit {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		margin:                    15px 0 0; }

	.cabinet-card {
		border-radius: 0;
		width:         calc(100% + 32px);
		margin:        0 -16px -1px;
		padding:       15px 16px 20px; }

	.cabinet-card-order .price-wrapper {
		max-width: none;
		width:     auto; }

	.cabinet-card-order .basket-card__img {
		margin: 0; }

	.cabinet-card-order .basket-card__size {
		margin: 0; }

	.cabinet-card-order__number {
		margin: auto; }

	.cabinet-history-order h2 {
		margin: 15px 0; }

	.list-characteristics {
		font-size: 14px; }

	.list-characteristics li {
		margin: 0 0 10px; }

	.cabinet-history-products {
		padding: 15px 0 0; }

	.cabinet-history-products__val {
		margin: 0 0 15px; }

	.modal-order .modal-dialog {
		max-width: 360px; }

	.modal-order .modal-dialog .form .btn {
		padding: 0 30px; }

	.modal-order .modal-title {
		margin: 0 auto 15px; }

	.basket-card-modal {
		border:   none;
		width:    100%;
		padding:  15px 0;
		margin:   0;
		position: relative; }

	.basket-card-modal:before, .basket-card-modal:after {
		content:    "";
		position:   absolute;
		left:       -16px;
		height:     1px;
		width:      calc(100% + 32px);
		opacity:    .3;
		background: #b0b1bf; }

	.basket-card-modal:before {
		top: 0; }

	.basket-card-modal:after {
		bottom: 0; }

	.basket-card-modal .basket-card__body {
		max-width: 220px; }

	.basket-card-modal .amount {
		margin: 0;
		left:   0; }

	.product-content__item .btn-group .btn, .product-content__item .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
		font-size: 14px; }

	.category-box {
		height:     auto;
		min-height: 280px; }

	.category-page.article-page {
		padding: 0; }

	.modal-call .modal-title {
		font-size:   24px;
		line-height: 1; }

	.modal-call .modal-body__top {
		margin:    0 auto 30px;
		font-size: 16px; }

	.modal-call .form button {
		height: 60px;
		margin: 20px auto 0; }

	.brand-page-content {
		padding: 20px;
		margin:  20px 0 40px; }
}

@media only screen and (max-width: 480px) {
	.container {
		max-width: 472px; }

	footer .btn {
		padding: 18px 20px; }

	.brand-box {
		height: 70px; }

	.test-modal-box .modal-title {
		text-align: center; }

	.test-result__val {
		text-align: center;
		margin:     20px auto 30px; }

	.test-modal-box .links-prev-modal {
		display: none; }

	.test-result-box .box-text {
		text-align: left; }

	.test-result-box .btn {
		margin: 0 auto; }

	.test-result-box .links-prev-modal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }

	.links-prev-modal {
		-webkit-box-pack: center;
		-ms-flex-pack:    center;
		justify-content:  center;
		margin:           20px auto 0; }

	.test-modal .modal-title {
		text-align: left; }

	.catalog-info-box__wrapper {
		margin: 0 0 15px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 420px) {
	.not-undefined {
		padding: 108px 0 107px; }

	.not-undefined:after {
		width:  130px;
		height: 128px;
		top:    -30px;
		right:  37px; }

	.not-undefined h1 {
		font-size: 35px; }

	.not-undefined .slider-decor1 {
		max-width: 123px;
		left:      -71px;
		top:       75px; }

	.not-undefined .slider-decor2 {
		left:      auto;
		right:     -15px;
		bottom:    -107px;
		max-width: 143px; }

	.not-undefined .box-text {
		margin:    15px 0 30px;
		font-size: 14px; }

	footer {
		padding: 35px 0 30px; }

	footer .logo {
		max-width: 131px;
		margin:    0 0 25px; }

	.footer-box-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order:            2;
		order:                     2;
		margin:                    0 auto; }

	.list-social li {
		margin: 0 15px 0 0; }

	.footer-wrapper {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.footer-box-menu {
		margin:    0;
		max-width: 290px; }

	.footer-box-menu1 {
		display: none; }

	.footer-menu {
		max-width: none; }

	.footer-menu br {
		display: none; }

	.footer-box-menu2 .footer-menu li:first-child, .footer-box-menu2 .footer-menu li:nth-child(2) {
		display: none; }

	.footer-box-menu2 .footer-menu li:last-child {
		margin: 0 0 15px; }

	.copyright {
		text-align:  center;
		font-size:   14px;
		line-height: 24px; }

	.footer-box-contacts {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order:            2;
		order:                     2;
		margin:                    25px 0; }

	.delivery-box__icon {
		position: absolute;
		left:     0;
		top:      0; }

	.delivery-box__body {
		width:   100%;
		padding: 0; }

	.delivery-box h4 {
		min-height:        70px;
		display:           -webkit-box;
		display:           -ms-flexbox;
		display:           flex;
		-webkit-box-align: center;
		-ms-flex-align:    center;
		align-items:       center;
		margin:            0;
		padding:           0 0 10px 75px; }

	.info-box {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center; }

	.info-box__icon {
		margin: 0 auto; }

	.info-box__content {
		text-align:  center;
		line-height: 17px;
		font-size:   14px;
		padding:     0;
		width:       100%;
		margin:      10px auto 0; }

	.breadcrumb {
		margin:      15px 0;
		font-size:   14px;
		line-height: 17px; }

	.breadcrumb-item + .breadcrumb-item::before {
		margin: 0 15px; }

	.date-article {
		margin: 0 0 15px; }

	.article-sub-box {
		margin: 40px 0 0; }

	.article-sub-box:last-child {
		margin: 40px 0 0; }

	.article-sub-box__item {
		width: 100%; }

	.article-sub-box__item:last-child {
		margin: 0; }

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

	.links-details span {
		line-height: 17px;
		padding:     0 0 2px; }

	.advantages-box__col {
		width:  100%;
		margin: 0 0 10px; }

	.advantages-box {
		padding: 20px; }

	.advantages-box h3 {
		min-height: 60px;
		margin:     0 0 7px;
		padding:    0 0 0 72px; }

	.advantages-box__icon {
		position: absolute;
		left:     20px;
		top:      20px; }

	.advantages {
		margin: 15px 0 30px; }

	.agitation-wrapper h2 {
		text-align: left; }

	.btn {
		font-size: 16px; }

	.agitation .btn {
		padding: 0 10px; }

	.basket-card__body {
		max-width: 190px; }

	.basket-card__title {
		text-overflow:      ellipsis;
		display:            -webkit-box;
		-webkit-box-orient: vertical;
		overflow:           hidden;
		-webkit-line-clamp: 3; }

	.links-clear__icon {
		margin: 0 8px 0 0; }

	.total-basket__footer {
		max-width: none; }

	.selection-img {
		display: none; }

	.selection-content {
		max-width: none; }

	.selection-wrapper {
		padding: 40px 16px 45px; }

	.label-group {
		max-width: none;
		width:     calc(50% - 10px); }

	.form-selection .links-details {
		display:          -webkit-box;
		display:          -ms-flexbox;
		display:          flex;
		width:            100%;
		-webkit-box-pack: center;
		-ms-flex-pack:    center;
		justify-content:  center; }

	.form-selection .links-details span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }

	.form-selection button {
		margin: 0 auto; }

	.selection h2 {
		text-align: center; }

	.reviews-box {
		width:  100%;
		margin: 0 auto 15px; }

	.author {
		width:         calc(100% + 24px);
		margin:        0 -16px 10px;
		border-radius: 0;
		max-width:     none;
		padding:       25px 16px; }

	.about-section h2 {
		text-align: left; }

	.about-section-wrapper__img {
		height: 198px; }

	.about-section-wrapper__content .box-text {
		height: 280px;
		margin: 0 0 15px; }

	.seo-content-box h3 {
		margin: 0 0 20px; }

	.seo-content-box .box-text {
		height: 280px;
		margin: 0 0 15px; }

	.seo-content-box .btn {
		margin: 25px auto 0; }

	.dropdown-menu-size-product {
		right:             0 !important;
		left:              auto !important;
		-webkit-transform: none !important;
		transform:         none !important;
		top:               auto /*100%*/ !important; }

	.product-content .info-box {
		-webkit-box-orient:    horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction:    row;
		flex-direction:        row;
		-webkit-box-align:     center;
		-ms-flex-align:        center;
		align-items:           center;
		text-align:            left; }

	.product-content .info-box .info-box__content {
		text-align: left;
		margin:     0;
		font-size:  13px; }

	.product-card__col {
		width:            50%;
		-webkit-box-flex: 0;
		-ms-flex:         0 0 50%;
		flex:             0 0 50%; }

	.catalog-info-box__wrapper {
		margin:     0 0 15px;
		max-height: 237px; }

	.catalog-banner {
		margin:        0 -16px 25px;
		padding:       35px 16px 25px;
		width:         calc(100% + 32px);
		border-radius: 0; }

	.pagination-prev__text, .pagination-next__text {
		display: none; }

	.pagination-prev {
		margin: 0 15px 0 0; }

	.pagination-next {
		margin: 0 0 0 15px; }

	.form-cabinet .form-group {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.form-cabinet .form-group p {
		margin: 0 0 15px; }

	.form-cabinet label {
		width: 100%; }

	.form-cabinet .label-phone {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order:            inherit;
		order:                     inherit;
		width:                     100%; }

	.form-cabinet .label-info {
		width: 100%; }

	.modal-call .modal-body__top {
		font-size: 14px; }

	.modal-call .modal-title {
		margin: 0 auto 20px; }
}

@media only screen and (max-width: 375px) {
	.header-box {
		display: none; }

	header .logo {
		margin: 0 auto 0 0; }

	.mobile-menu {
		padding: 9px 16px 30px; }

	.mobile-menu .address .svg-icon {
		opacity: .3; }

	.mobile-menu__head .insta-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }

	.mobile-menu__body {
		padding: 21px 0 0; }

	.blog-img {
		height: 188px;
		width:  calc(100% + 32px);
		margin: 0 -16px; }

	.blog-page-wrapper2 .blog-img {
		height: 188px; }

	.box-text-collapse-4 {
		-webkit-line-clamp: 2; }

	.col-sx-6 {
		-webkit-box-flex: 0;
		-ms-flex:         0 0 100%;
		flex:             0 0 100%;
		max-width:        100%; }

	.blog-box__img {
		height: 169px; }

	.blog-box__body {
		height: calc(100% - 169px); }

	.main-slider-box__img {
		min-width: 391px;
		margin:    12px 0 0 -35px; }

	.slider-decor1 {
		left:  auto;
		right: 3px; }

	.main-slider-box2 .main-slider-box__img {
		min-width: 343px;
		margin:    0 -30px; }

	.text-bg {
		padding: 0 7px 2px; }

	.main-slider {
		margin: 0 -16px 15px;
		width:  calc(100% + 32px); }

	.main-slider-box3 .main-slider-box__img {
		min-width: 320px;
		margin:    0 -20px; }

	.main-slider-box2 .main-slider__title {
		font-size: 27px; }

	.modal-body {
		padding: 20px 16px; }

	.list-entrance-social li {
		margin: 0 0 6px;
		width:  calc(50% - 3px); }

	.entrance-social p {
		margin: 0 0 10px; }

	.form-entrance p {
		margin: 0 0 10px; }

	.list-entrance-social {
		font-size: 13px; }

	#confirmationModal .modal-dialog, #passwordModal .modal-dialog, #passwordChangeModal .modal-dialog {
		max-width: 290px; }

	#confirmationModal .modal-body, #passwordModal .modal-body, #passwordChangeModal .modal-body {
		padding: 33px 20px 25px; }

	.form-entrance .btn {
		padding:   0 12px;
		font-size: 15px; }

	.modal-header .close {
		top:   12px;
		right: 12px; }

	.modal-body .box-text {
		text-align: center; }

	.test-result-box .box-text {
		text-align: left; }

	.tabs-pane-title {
		display: block; }

	.gallery-product {
		width:  calc(100% + 32px);
		margin: 0 -16px 20px; }

	.gallery-product-max__item {
		height: 462px; }

	.advantages-product-item {
		max-width: none;
		padding:   0;
		width:     100%;
		margin:    0 0 15px; }

	.advantages-product-item:last-child {
		max-width: none;
		width:     100%;
		padding:   0;
		margin:    0; }

	.advantages-product-wrapper {
		-webkit-box-orient:    vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:    column;
		flex-direction:        column;
		-webkit-box-align:     start;
		-ms-flex-align:        start;
		align-items:           flex-start; }

	.advantages-product-item__icon {
		display: none; }

	.product-content__item {
		margin: 0 0 15px; }

	.characteristics-product .nav-tabs {
		display: none; }

	.characteristics-product .tab-pane {
		display:       block;
		opacity:       1;
		padding:       20px 16px;
		width:         calc(100% + 32px);
		margin:        0 -16px;
		border-bottom: 1px solid rgba(176, 177, 191, 0.3); }

	.characteristics-product .tab-pane:first-child {
		border-top: 1px solid rgba(176, 177, 191, 0.3); }

	.characteristics-product .tab-content {
		padding: 0; }

	.characteristics-product .tab-content .box-text {
		margin:    0 0 5px;
		font-size: 14px; }

	.characteristics-product__content {
		max-height: 72px;
		overflow:   hidden; }

	.pagination-prev {
		margin: 0 5px 0 0; }

	.pagination-next {
		margin: 0 0 0 5px; }

	.sale-page .catalog-val {
		width:                     100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:            1;
		order:                     1;
		margin:                    0; }

	.cabinet-card-order__number {
		margin: auto 0 auto auto; }

	.links-toggle-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
}

@media only screen and (max-width: 340px) {
	.gallery-product-max__item {
		height: 394px; }
}


@media only screen and (min-width: 992px) {
	.row.longed {min-width: 860px;}
}


@media only screen and (min-width: 420px) {
	.d-xs-none {
		display: none !important; }
}

@media only screen and (min-width: 480px) {
	.col-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex:         0 0 41.666667%;
		flex:             0 0 41.666667%;
		width:            41.666667%; }

	.col-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex:         0 0 58.333333%;
		flex:             0 0 58.333333%;
		width:            58.333333%; }

	.smart-filter-form {
		padding-top: 40px;
	}

	/* .blocks{

}
.marg-blocks{

} */

}

@media only screen and (max-width: 375px) {
	.row {
		width: auto !important;
	}


}


@media only screen and (min-width: 575px) {
	.dropdown-filter-toggle:after {
		float: right !important;
	}

	@media only screen and (max-width: 920px) {
		.row-changes {
			display:        flex;
			flex:           0 1 100%;
			/* text-align: center; */
			flex-direction: column;
			max-width:      100%;
		}

		.row-changes__col {
			max-width: 100%;
		}

		/* .row-changes__title {
		text-align: center;
	} */
	}

	@media only screen and (max-width: 767px) {
		.row-changes {
			display:        flex;
			/* flex: 0 1 50%; */
			/* text-align: center; */
			flex-direction: row;
			max-width:      100%;
			/* margin: 0px auto; */
		}

		.row-changes__max-width {
			max-width: 100%;
			/* text-align: center; */
			width:     100%;
		}

		.row-changes__col {
			max-width: 100%;
			width:     100%;
		}

		/* .row-changes__title {
		text-align: center;
	} */
		/* .row_last__padding {
		margin-top: 20px;
	}  */
	}
	@media only screen and (max-width: 375px) {
		.row-changes__max-width { max-width: none;
		}

		.row-changes {
			display:        flex;
			flex:           0 1 100%;
			text-align:     center;
			flex-direction: column;
			max-width:      100%;
			/* margin: 0px auto; */
		}

		.row-changes__col {
			max-width: 100%;
			width:     100%;
		}

		/* .row-changes__title {
		text-align: center;
	} */
		/* .row_last__padding {
		margin-top: 20px;
	} */
		.map-changes {
			z-index: 1;
		}

		.mail-text_changes {
			background:  red;
			align-items: inherit;
			display:     flex;
		}
	}



	.btn-add-favorite {
		display: block !important;
	}

	.model-card {
		position: relative !important;
	}

	.btn-custom-card-inner {
		position: absolute;
		top:      10px;
		right:    10px;
		z-index:  100;

	}


	/*.recommended-card-slider .slick-prev {
width: 40px;
height: 25px;
position: absolute;
padding: 10px;
background-color: #E95670;
top: 50%;
transform: translateY(-50%);
left: 20px;
z-index: 10;


}*/
	/*.recommended-card-slider .slick-next {
width: 40px;
height: 25px;
position: absolute;
padding: 10px;
background-color: #E95670;
top: 50%;
transform: translateY(-50%);
right: 20px;
z-index: 10;

}*/
	/*.recommended-card-slider .slick-next .svg-icon {
width: 20px;
z-index: 20;
fill: #fff;
}*/
	.obraz-product-card .btn-custom-card-inner .btn-custom-card {
		display:          block;
		width:            30px;
		height:           55px;
		border-radius:    5px;
		background-color: #e95670;
		color:            #fff;
	}

	.obraz-card-slider .slick-prev {
		width:            40px;
		height:           25px;
		position:         absolute;
		padding:          10px;
		background-color: #e95670;
		top:              50%;
		transform:        translateY(-50%);
		left:             20px;
		z-index:          10;

	}

	.obraz-card-slider .slick-next {
		width:            40px;
		height:           25px;
		position:         absolute;
		padding:          10px;
		background-color: #e95670;
		top:              50%;
		transform:        translateY(-50%);
		right:            20px;
		z-index:          10;

	}

	.obraz-card-slider .slick-next .svg-icon {
		width:   20px;
		z-index: 20;
		fill:    #fff;
	}

	.obraz-card-slider .slick-prev .svg-icon {
		width:   20px;
		z-index: 20;
		fill:    #fff;
	}

	.obraz-product-card {
		max-width: 499px !important;
		width:     499px;
	}
}

.row-changes__col {
	max-width: 50%;
	flex:      0 1 50%;
}

@media only screen and (max-width: 920px) {
	.row-changes {
		display:        flex;
		flex:           0 1 100%;
		/* text-align: center;  */
		flex-direction: column;
		max-width:      100%;
	}

	.row-changes__col {
		max-width: 100%;
	}

	/* .row-changes__title {
		text-align: center
	}  */
}

@media only screen and (max-width: 767px) {
	.row-changes {
		display:         flex;
		/* flex: 0 1 50%;  */
		justify-content: space-between;
		/* text-align: center;  */
		flex-direction:  row;
		max-width:       100%;
		/* margin: 0px auto;  */
	}

	.row-changes__max-width {
		max-width: 100%;
		/* text-align-center;  */
		width:     100%;
	}

	.row-changes__col {
		max-width: 100%;
		width:     100%;
	}

	/* .row-changes__title {
		text-align: center
	}  */
	/* .row_last__padding {
		margin-top: 20px;
	}  */
}

@media only screen and (max-width: 375px) {
	.row-changes__max-width {
		max-width: none;
	}

	.row-changes {
		display:        flex;
		flex:           0 1 100%;
		/* text-align: center;  */
		flex-direction: column;
		max-width:      100%;
		/* margin: 0px auto;  */
	}

	.row-changes__col {
		max-width: 100%;
		width:     100%;
	}

	/* .row-changes__title {
		text-align: center
	}  */
	/* .row_last__padding {
		margin-top: 20px;
	}  */
	.map-changes {
		z-index: 1;
	}

	.mail-text_changes {
		background:  red;
		align-items: inherit;
		display:     flex;
	}
}

.mail-text_changes {
	display:     flex;
	align-items: center;
}

.search-block_changes {
	justify-content: space-between;
}

.footer-address_changes > div {
	display:     flex;
	align-items: center;
}

.changes_btn {
	background: red;
}

.btn-drop-header:hover {
	color:      #cf4e66;
	transition: .3s ease;

}


body .table-scrollbox .table-sizes td {
	height:         30px !important;
	width:          30px !important;
	font-size:      0.9rem;
	letter-spacing: 0rem;
	padding:        0 2px 0 2px;
	min-width:      auto;
}

.product-content__item .btn-group .favor.neok .btn-icon {display: none;}

.product-content__item .btn-group a.btn.btn-border-red.favor {
	/*  margin-left: 10px;*/
	/*  margin-bottom: 0;*/
	/*  height: 62px;*/
}

@media (max-width: 576px) {
	.product-content__item .btn-group a.btn.btn-border-red.favor {
		margin-left: 10px;
	}
}

@media (min-width: 769px) {
	.product-content__item .btn-group a.btn.btn-border-red.favor {
		height: 62px;
	}
}

.selection-content__info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 35px;
}

.selection-content__info .podbor-dropdown__head-item:last-child {
	margin-left: 0;
}

.selection-content__info h2 {
	margin-bottom: 0;
}

@media screen and (max-width: 1540px) {
	.selection-content__info {
		flex-direction: column;
		align-items: flex-start;
	}
}
.nsm-bar.nsm-position-right {
bottom:95px;
}
/* End */


/* Start:/front/dist/css/index.css?1742547122116973*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
:root{--pink: #E95670;--pink-hover: #da3351;--pink-40: rgba(233, 86, 112, 0.4);--pink-25: rgba(233, 86, 112, 0.25);--gray: #f5f6f7;--gray-30: rgba(176, 177, 191, 0.3);--gray-100: #b0b1bf;--gray-35: rgba(176, 177, 191, 0.35);--white-25: rgba(255, 255, 255, 0.25);--white-35: rgba(255, 255, 255, 0.35);--white-75: rgba(255, 255, 255, 0.75);--white-80: rgba(255, 255, 255, 0.8);--black: #0d0d0e;--black-40: rgba(13, 13, 14, 0.4)}.main-page section{margin:0}body.no-scroll{overflow:hidden}.swiper-pagination{position:relative;--swiper-pagination-bullet-width: 10px;--swiper-pagination-bullet-height: 10px;--swiper-pagination-color: var(--pink);--swiper-pagination-bullet-horizontal-gap: 7.5px;--swiper-pagination-bottom: 0}.swiper-pagination .swiper-pagination-bullet:hover{--swiper-pagination-bullet-inactive-color: var(--pink);opacity:.35}@media(max-width: 1023px){.swiper-pagination .swiper-pagination-bullet:hover{opacity:1}}.swiper-pagination.swiper-pagination-bullets{width:max-content !important}*{outline:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}:before,:after{outline:0;box-sizing:border-box;-moz-box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #eee;margin:0;padding:0}input,select{vertical-align:middle}@font-face{font-family:"Montserrat";src:url(/front/dist/css/../fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:"Montserrat Medium";src:url(/front/dist/css/../fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:"Montserrat SemiBold";src:url(/front/dist/css/../fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:"Montserrat Bold";src:url(/front/dist/css/../fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:"Montserrat Black";src:url(/front/dist/css/../fonts/Montserrat-Black.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}*{font-family:"Montserrat",sans-serif}.header{position:fixed;top:0;width:100%;left:0;z-index:10}.header.--show,.header.--show-scroll,.header.--show-important{--logo-hover: block;--logo-default: none;--color-theme: rgba(13, 13, 14, 1)}.header.--show .header-top,.header.--show-scroll .header-top,.header.--show-important .header-top{--header-top-bg: #ffffff;border-color:rgba(176,177,191,.3)}.header.--show .header-top .bust-link,.header.--show-scroll .header-top .bust-link,.header.--show-important .header-top .bust-link{--bust-link-color: rgba(233, 86, 113, 1);--bust-link-border-color: rgba(233, 86, 113, 1)}.header.--show .header-top .header__right-menu_icon,.header.--show-scroll .header-top .header__right-menu_icon,.header.--show-important .header-top .header__right-menu_icon{--bust-link-color: rgba(233, 86, 113, 1);--bust-link-border-color: rgba(233, 86, 113, 1)}.header.--show .header-bottom,.header.--show-scroll .header-bottom,.header.--show-important .header-bottom{--header-bottom-bg: #ffffff;border-color:rgba(176,177,191,.3)}.header.--show .bust-button.--white-transparent,.header.--show-scroll .bust-button.--white-transparent,.header.--show-important .bust-button.--white-transparent{background:#e95670;--bust-button-border-color: rgba(233, 86, 112, 1)}.header.--show .bust-button.--white-transparent:hover,.header.--show-scroll .bust-button.--white-transparent:hover,.header.--show-important .bust-button.--white-transparent:hover{background:#d63955;--bust-button-border-color: rgba(214, 57, 85, 1)}.header.--show.--show-important,.header.--show-scroll.--show-important,.header.--show-important.--show-important{position:sticky}.header__burger{display:none;background:rgba(0,0,0,0);border:none;padding:0;width:24px;height:20px}@media(max-width: 767px){.header__burger{display:block}}.header__burger span{height:2px;width:100%;display:block;margin:0 0 7px;background:var(--color-theme, #ffffff);border-radius:1px}.header__logo{width:145px;height:28px;display:block}@media(max-width: 767px){.header__logo{display:none}}.header__logo .--hover{display:var(--logo-hover, none)}.header__logo .--default{display:var(--logo-default, block)}.header__logo img{width:100%;height:100%}.header__address{display:flex;gap:10px;align-items:center;margin:0 auto;position:absolute;left:0;right:0;width:max-content}@media(max-width: 1279px){.header__address{display:none}}.header__address_icon{width:25px;height:25px}.header__address_icon path{fill:var(--color-theme, #ffffff)}.header__address_text{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:var(--color-theme, #ffffff)}.header__phone{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:20px;line-height:130%;color:var(--color-theme, #ffffff);transition:.3s}@media(max-width: 1023px){.header__phone{font-size:17px}}@media(max-width: 767px){.header__phone{display:none}}.header__phone:hover{color:var(--pink)}.header__right-menu{display:flex;gap:40px;align-items:center;margin-left:auto}@media(max-width: 1280px){.header__right-menu{margin-left:auto}}@media(max-width: 767px){.header__right-menu{margin-left:0}}.header__right-menu_icons{display:flex;gap:11px}@media(max-width: 1440px){.header__right-menu_icons{gap:10px}}@media(max-width: 1023px){.header__right-menu_icons{gap:24px}}@media(max-width: 767px){.header__right-menu_icons{gap:15px}}.header__right-menu_icon{display:flex;position:relative}.header__right-menu_icon:hover svg{fill:#e95671}.header__right-menu_icon svg{transition:.2s;width:24px;height:24px;fill:var(--color-theme, #ffffff)}.header__right-menu_icon_counter{display:block;position:absolute;bottom:7px;left:12px;border-radius:100%;background-color:#e95670;box-shadow:0 5px 15px 0 rgba(243,60,93,.3);font-family:"Montserrat Bold",sans-serif;font-weight:700;font-size:14px;text-align:center;color:#fff;padding:3px;min-width:25px;min-height:25px}@media(max-width: 767px){.header__right-menu_icon_counter{bottom:7px;left:7px}}.header__right-menu_icon_counter.hide{opacity:0}@media(max-width: 767px){.header__right-menu_icon--favorite{display:none}}.header__mobile-btns{display:none;margin:0 auto;gap:20px;padding-left:56px}@media(max-width: 767px){.header__mobile-btns{display:flex;align-items:center}}@media(max-width: 576px){.header__mobile-btns{gap:8px}}@media(max-width: 479px){.header__mobile-btns{padding-left:0}}.header__mobile-btns .bust-button{font-size:14px;padding:10px 14px 13px}@media(max-width: 359px){.header__mobile-btns .bust-button{font-size:11px;padding:10px 12px 13px}}.header__phone-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:100%;background:var(--pink);box-shadow:0 5px 15px 0 rgba(243,60,93,.35)}@media(max-width: 359px){.header__phone-btn{width:36px;height:36px}}.header__menu{display:flex;gap:3px}@media(max-width: 1023px){.header__menu{display:none}}.header__menu_item{display:flex;gap:10px;padding:33.5px 15px 0;align-items:flex-start}@media(max-width: 1439px){.header__menu_item{padding:33.5px 15px 0}}@media(max-width: 1279px){.header__menu_item{padding:33.5px 10px 0}}.header__menu_item_link{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:var(--color-theme, #ffffff);transition:.3s;border-bottom:3px solid rgba(0,0,0,0);padding-bottom:29.5px}@media(max-width: 1300px){.header__menu_item_link{font-size:14px}}.header__menu_item_link:hover{color:var(--pink);border-bottom:3px solid var(--menu-border-color, transparent)}.header__menu_item:hover{--dropdown-display: block}.header__menu_item.--active{--menu-border-color: rgba(233, 86, 112, 1)}.header-top{background:var(--header-top-bg, transparent) !important;padding:0 !important;border-bottom:1px solid rgba(255,255,255,.15);--bust-link-color: #ffffff;--bust-link-border-color: #ffffff;--bust-link-hover-border-color: rgba(233, 86, 112, 1);--bust-link-hover-color: rgba(233, 86, 112, 1)}.header-top__container{display:flex;align-items:center;height:83px}@media(max-width: 1023px){.header-top__container{height:79px}}@media(max-width: 767px){.header-top__container{height:66px;--container-padding-right: 16px;--container-padding-left: 16px}}.header-top .bust-link{margin-left:48px}@media(max-width: 1023px){.header-top .bust-link{margin-left:29px;font-size:14px}}@media(max-width: 767px){.header-top .bust-link{display:none}}.header-bottom{position:relative;background-color:var(--header-bottom-bg, transparent);border-top:1px solid rgba(0,0,0,0)}@media(max-width: 767px){.header-bottom{display:none}}@media(max-width: 1023px){.header-bottom .header__burger{display:block}}.header-bottom__container{display:flex;align-items:center;justify-content:space-between}@media(max-width: 1023px){.header-bottom__container{padding-top:13px !important;padding-bottom:13px !important;justify-content:flex-start;gap:35px}}@media(max-width: 1023px){.header-bottom__search{margin-right:auto}}.header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-height:300px;width:100%;z-index:5;height:max-content;background:linear-gradient(0deg, rgba(176, 177, 191, 0.13), rgba(176, 177, 191, 0.13)),#fff;padding:30px 0;display:var(--dropdown-display, none);margin:0 auto}.header__dropdown-menu_container{display:flex;flex-wrap:wrap;gap:10px}.header__dropdown-menu_column{width:calc(20% - 10px);display:flex;flex-direction:column;gap:5px}@media(max-width: 1439px){.header__dropdown-menu_column{width:calc(25% - 10px)}}@media(max-width: 1279px){.header__dropdown-menu_column{width:calc(33% - 10px)}}.header__dropdown-menu_column .select_body_content{padding-left:10px;padding-top:11px}.header__dropdown-menu_column_title{display:block;margin:0 0 20px;background:rgba(176,177,191,.15);border-radius:8px;padding:7px 18px;color:var(--pink);font-size:20px;font-weight:600;width:fit-content;transition:.3s}.header__dropdown-menu_column_title:hover{color:#fff;background:var(--pink)}.header__dropdown-menu_column_item{padding-left:10px;display:block;border-radius:8px;padding:7px 10px;font-family:"Montserrat Medium",sans-serif;font-size:16px;line-height:120%;font-weight:500;color:var(--hover-color, #0d0d0e);width:fit-content;transition:.3s}.header__dropdown-menu_column_item:hover{color:var(--hover-color, #fff);background:var(--pink)}.header__dropdown-menu_column .select_head{background:rgba(0,0,0,0);border-radius:8px;width:max-content;transition:.3s}.header__dropdown-menu_column .select_head:hover{--hover-color: #fff;color:#fff;background:var(--pink)}.header__dropdown-menu_column .select_head:hover svg path{fill:#fff}.header__dropdown-menu_column .select_body_content{gap:5px}.header__dropdown-menu .header-dropdown{top:0 !important;display:block !important}.burger{position:fixed;top:0;left:0;pointer-events:none;width:100%;height:100%;z-index:100}.burger.show{--burger-menu-translate: translateX(0);pointer-events:auto}.burger__container{transform:var(--burger-menu-translate, translateX(-100%));transition:1s;max-width:375px;width:100%;background:var(--black);height:100%;overflow:auto;scrollbar-width:none}.burger__container::-webkit-scrollbar{display:none}.burger__bg{position:absolute;width:100%;height:100%;z-index:0}.burger__header{display:flex;justify-content:space-between;align-items:center;padding:12px}.burger__close{width:24px;height:24px;display:flex}.burger__close svg{width:100%;height:100%;fill:#fff}.burger__instagram-btn{justify-content:center;align-items:center;width:40px;height:40px;display:flex;padding:8px;border-radius:100%;background:var(--pink);box-shadow:0 5px 15px 0 rgba(243,60,93,.35)}@media(max-width: 374px){.burger__instagram-btn{width:36px;height:36px}}.burger__instagram-btn svg{width:19px;height:19px;fill:#fff}.burger__logo{width:130px;display:flex}.burger__logo img{width:100%}.burger__content{padding:19px 16px;display:flex;flex-direction:column;gap:24px;min-height:calc(100% - 64px)}.burger__footer{margin-top:auto}.burger__footer-btns{display:flex;gap:16px}.burger__footer-btns .header__phone-btn{height:62px;width:62px;flex-shrink:0}.burger__footer-btns .header__phone-btn svg{width:37px;height:37px}.burger__footer-btns .bust-button{width:100%}.burger__address{display:flex;gap:10px;align-items:center;justify-content:center;margin:0 auto;margin-bottom:16px}.burger__address_icon{width:25px;height:25px;opacity:.3}.burger__address_text{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:#fff}.burger__nav{display:flex;flex-direction:column;gap:20px}.burger__nav-item{font-family:"Montserrat Medium";font-weight:500;font-size:20px;line-height:130%;color:#fff;transition:.3s}.burger__nav-item:hover{color:var(--pink)}.burger__nav-select{min-height:max-content}.burger__nav-select.open>.burger__nav-select_body{--select-arrow-rotate: 180deg}.burger__nav-select_head{display:flex;align-items:center;gap:6px}.burger__nav-select_arrow{width:24px;height:24px;transform:rotate(var(--select-arrow-rotate, 0deg));transition:.3s}.burger__nav-select_body{display:none;transition:.4s;overflow:hidden}.burger__nav-select_body_content{display:flex;flex-direction:column;gap:20px;padding:31px 0 11px}.burger__nav-select_body_content .dropdown-menu-mobile{display:block !important}.burger__nav-select_body_content thead th{background:rgba(175,177,191,.5);color:#fff;font-size:16px;font-weight:500}.burger__nav-select_body_content tbody tr .table-sizes__col{background:rgba(175,177,191,.5);color:#fff;font-size:16px;font-weight:500}.search{max-width:238px;width:100%}@media(max-width: 1023px){.search{max-width:336px}}.search__container{display:flex;gap:15px}.search__submit{width:23px;height:23px}.search__submit path{fill:var(--color-theme, #ffffff)}.search__input{background:rgba(0,0,0,0);border:none;border-bottom:1px solid var(--color-theme, rgba(255, 255, 255, 0.5));height:31px;width:100%;font-family:"Montserrat Medium";font-weight:500;font-size:16px;color:var(--color-theme, #ffffff);padding-bottom:10px;transition:.2s}.search__input:hover,.search__input:focus,.search__input:active{border-color:var(--color-theme, #ffffff)}.search__input::placeholder{color:var(--color-theme, #ffffff)}.select{min-height:max-content}.select.open>.select_head .select_arrow{transform:rotate(180deg)}.select_head{display:flex;align-items:center;gap:6px;width:max-content}.select_arrow{width:24px;height:24px;transform:rotate(0deg);transition:.3s}.select_body{display:none;transition:.4s;overflow:hidden}.select_body_content{display:flex;flex-direction:column;gap:20px;padding:31px 0 11px}.modal-instruction{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.2s linear}.modal-instruction.active{opacity:1;visibility:visible;z-index:100002;--modai-ifram-display: flex}.modal-instruction__content{position:relative;display:flex;align-content:center;justify-content:center;width:100%;height:100%;max-width:1280px;max-height:720px;padding:60px 30px}.modal-instruction__content iframe{display:var(--modai-ifram-display, none) !important;width:100%;height:100%}.modal-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.2s linear}.modal-modal.active{opacity:1;visibility:visible;z-index:100002}.modal__close{position:absolute;width:24px;height:24px;top:20px;right:20px;padding:3px}@media(max-width: 575px){.modal__close{top:10px;right:10px}}.modal__close svg{width:100%;height:100%}.modal__wrapper{margin:auto;position:relative}.modal__container{display:flex;flex-direction:column;margin:0 auto;padding:30px;overflow-y:auto;height:100%;scrollbar-width:none}@media(max-width: 575px){.modal__container{padding:16px}}.modal__container::-webkit-scrollbar{display:none}.modal-discount{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:0;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.2s linear}.modal-discount.active{opacity:1;overflow:auto;visibility:visible;z-index:100002;--modai-ifram-display: flex}.modal-discount.--white .modal-discount__container{background:#fff}.modal-discount.--white .modal-discount__container-background-image.--whiteBG{display:block}.modal-discount.--white .modal-discount__container-background-image.--redBG{display:none}.modal-discount.--white .modal-discount__percent{color:#e95670}.modal-discount.--white .modal-discount__for-what{color:#0d0d0e}.modal-discount.--white .modal-discount__promo-text{color:#252634}.modal-discount.--white .modal-discount__promocod{background:#0d0d0e;color:#fff}.modal-discount.--white .modal-discount__button-catalog{box-shadow:0 17px 45px 0 rgba(233,86,112,.35);background:#e95670;color:#fff}.modal-discount.--white .modal-discount__button-catalog:hover{background:#d63955}.modal-discount.--white .modal-discount__date{color:#252634}.modal-discount.--white .modal-discount__close{opacity:.5;transition:.2s}.modal-discount.--white .modal-discount__close svg rect{fill:#b0b1bf}.modal-discount.--white .modal-discount__close:hover{opacity:1}@media(max-width: 767px){.modal-discount.--white .modal-discount__model-gradient{z-index:1;position:absolute;bottom:-55px;left:0;height:215px;width:100%;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.67) 52%, #fff 72%)}}.modal-discount__inner{display:flex;justify-content:center;align-items:center;min-height:max-content;padding:20px 0;height:100%}@media(max-width: 1023px){.modal-discount__inner{padding:10px 0}}.modal-discount__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.modal-discount__close{position:absolute;width:24px;height:24px;opacity:.5;top:20px;right:20px;transition:.2s}.modal-discount__close:hover{opacity:1}.modal-discount__container{border-radius:8px;overflow:hidden;scrollbar-width:none;position:relative;display:grid;grid-template-columns:375px 410px;background:#e95670}@media(max-width: 1023px){.modal-discount__container{grid-template-columns:300px 420px}}@media(max-width: 767px){.modal-discount__container{grid:unset;padding:30px 20px}}.modal-discount__content{z-index:1;display:flex;flex-direction:column;align-items:start;margin:0 auto}@media(max-width: 767px){.modal-discount__content{z-index:1;margin-top:-40px}}.modal-discount__wrapper{height:100%;align-items:start;flex-direction:column;display:flex}@media(max-width: 767px){.modal-discount__wrapper{justify-content:center;max-width:280px;align-items:center;flex-direction:row;flex-wrap:wrap}}.modal-discount__container-background-image{pointer-events:none;position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.modal-discount__container-background-image *{width:100%;height:100%}.modal-discount__container-background-image.--whiteBG{display:none}.modal-discount__container-background-image.--redBG{display:block}.modal-discount__model-image{z-index:0;max-width:375px;width:100%;height:600px;position:relative}@media(max-width: 1023px){.modal-discount__model-image{max-width:300px;height:480px}}@media(max-width: 767px){.modal-discount__model-image{height:400px;margin:-20px -20px 0 -20px}}.modal-discount__model-image img{object-fit:cover;position:absolute;top:0;right:0;width:100%}@media(max-width: 767px){.modal-discount__model-image img{z-index:-1}}@media(max-width: 767px){.modal-discount__model-gradient{z-index:1;position:absolute;bottom:-55px;left:0;height:215px;width:100%;background:linear-gradient(180deg, rgba(233, 86, 112, 0) 0%, rgba(233, 86, 112, 0.67) 40%, #e95670 70%)}}@media(max-width: 767px){.modal-discount__wrapper-percent{display:flex;gap:20px}}.modal-discount__percent{margin-top:auto;font-family:"Montserrat Bold",sans-serif;font-weight:700;font-size:110px;line-height:.81818;color:#fff;margin-bottom:15px}@media(max-width: 767px){.modal-discount__percent{margin-bottom:30px;margin-top:unset;margin-right:16px;order:1;font-size:70px}}.modal-discount__for-what{margin-bottom:25px;font-family:"Montserrat Bold",sans-serif;font-weight:700;font-size:22px;line-height:1.18182;text-transform:uppercase;color:#fff}@media(max-width: 767px){.modal-discount__for-what{margin-bottom:8px;font-size:22px;order:3}}.modal-discount__wrapper-promo{margin-bottom:25px}@media(max-width: 767px){.modal-discount__wrapper-promo{margin-bottom:30px;order:2}}.modal-discount__promo-text{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:#fff;margin-bottom:10px}@media(max-width: 767px){.modal-discount__promo-text{margin-bottom:3px;font-size:14px}}.modal-discount__promocod{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:10px 20px;background:#fff;font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:22px;color:#0d0d0e}@media(max-width: 767px){.modal-discount__promocod{padding:8px 15px;font-size:14px}}.modal-discount__button-catalog{border:1px solid rgba(255,255,255,.35);border-radius:8px;padding:20px 24px;background:rgba(255,255,255,.15);font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:#fff;transition:.2s}@media(max-width: 767px){.modal-discount__button-catalog{order:5}}.modal-discount__button-catalog:hover{background:rgba(255,255,255,0)}.modal-discount__date{align-self:flex-start;margin:auto 0 25px;font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:17px;line-height:1.29412;color:#fff}@media(max-width: 767px){.modal-discount__date{order:4;margin:0 0 30px 0;font-size:14px;text-align:center}}.footer{background-color:var(--black);padding:0 !important}@media(max-width: 1279px){.footer{padding-bottom:30px !important}}.footer>.footer__copyright{margin:0 auto;display:none}@media(max-width: 1279px){.footer>.footer__copyright{display:block}}.footer__showroom-link{display:none}@media(max-width: 1279px){.footer__showroom-link{display:block;margin-bottom:28px}}@media(max-width: 767px){.footer__showroom-link{display:none}}.footer__showroom-link .bust-link{font-size:16px;width:max-content}.footer__container{position:relative;padding-top:65px !important;padding-bottom:70px !important;padding-left:24px !important;padding-right:24px !important;display:flex;flex-direction:column;flex-wrap:wrap;height:330px;--container-width: 1648px;gap:15px;max-width:100% !important}@media(max-width: 1599px){.footer__container{flex-direction:row;justify-content:space-between;gap:0 45px;padding-top:45px !important;padding-bottom:45px !important;height:auto;--container-padding-right: 16px;--container-padding-left: 16px}}@media(max-width: 1279px){.footer__container{gap:25px 24px;padding-top:30px !important;padding-bottom:15px !important}}@media(max-width: 767px){.footer__container{flex-direction:column;gap:25px}}@media(max-width: 575px){.footer__container{padding-bottom:27px !important;padding-left:16px !important;padding-right:16px !important;gap:22px}}.footer__logo{display:flex;flex-direction:column;gap:20px;max-width:215px}@media(max-width: 1599px){.footer__logo{order:0;max-width:227px}}@media(max-width: 1279px){.footer__logo{margin-top:14px}}@media(max-width: 575px){.footer__logo{margin-top:0}}.footer__logo_img{width:175px;display:block}@media(max-width: 1279px){.footer__logo_img{width:150px}}.footer__logo_img img{width:100%}@media(max-width: 1279px){.footer__logo .footer__copyright{display:none}}.footer__copyright{font-weight:400;font-size:16px;line-height:175%;color:var(--white-35)}@media(max-width: 1599px){.footer__copyright{text-align:center}}@media(max-width: 1599px){.footer__copyright{text-align:left}}@media(max-width: 767px){.footer__copyright{text-align:center}}@media(max-width: 575px){.footer__copyright{--container-width: 363px}}@media(max-width: 359px){.footer__copyright{--container-width: 100%}}.footer__copyright.container{padding-left:24px !important;padding-right:24px !important}@media(max-width: 575px){.footer__copyright.container{padding-left:16px !important;padding-right:16px !important}}.footer__menu{width:650px}@media(max-width: 1599px){.footer__menu{order:3;margin-right:auto}}@media(max-width: 1279px){.footer__menu{width:60%}}@media(max-width: 767px){.footer__menu{order:1}}@media(max-width: 575px){.footer__menu{width:100%}}.footer__menu_container{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px 15px;max-height:180px;width:max-content}@media(max-width: 1279px){.footer__menu_container{gap:15px 24px}}@media(max-width: 1023px){.footer__menu_container{width:100%;gap:13px 15px;max-height:170px}}@media(max-width: 767px){.footer__menu_container{gap:15px}}@media(max-width: 575px){.footer__menu_container{max-height:242px;gap:13px 50px;overflow:hidden}}@media(max-width: 359px){.footer__menu_container{gap:13px 20px}}.footer__menu_item{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:#fff;max-width:227px;transition:.3s;width:max-content}@media(max-width: 1279px){.footer__menu_item{font-size:14px}}@media(max-width: 575px){.footer__menu_item{max-width:100%}}.footer__menu_item:hover{color:var(--pink)}.footer__menu_item:nth-child(4),.footer__menu_item:nth-child(5),.footer__menu_item:nth-child(6),.footer__menu_item:nth-child(7),.footer__menu_item:nth-child(8),.footer__menu_item:nth-child(9){max-width:164px}@media(max-width: 575px){.footer__menu_item:nth-child(4),.footer__menu_item:nth-child(5),.footer__menu_item:nth-child(6),.footer__menu_item:nth-child(7),.footer__menu_item:nth-child(8),.footer__menu_item:nth-child(9){max-width:100%}}.footer__menu_item-container{width:195px}@media(max-width: 767px){.footer__menu_item-container{width:165px}}@media(max-width: 575px){.footer__menu_item-container{width:auto;max-width:165px;min-width:110px}}.footer__contacts{display:flex;flex-direction:column;gap:15px;margin-bottom:9px}@media(max-width: 1599px){.footer__contacts{order:4;margin-left:auto;margin-bottom:0;margin-top:-10px}}@media(max-width: 1279px){.footer__contacts{gap:9px;margin-top:0}}@media(max-width: 1023px){.footer__contacts{flex-direction:row;gap:23px;width:100%}}@media(max-width: 767px){.footer__contacts{order:2;margin-bottom:0}}@media(max-width: 575px){.footer__contacts{flex-direction:column;gap:18px}}.footer__contact{display:flex;align-items:center;gap:15px}@media(max-width: 1599px){.footer__contact{flex-direction:row-reverse;gap:10px}}@media(max-width: 1023px){.footer__contact{flex-direction:row}}.footer__contact_icon{fill:var(--pink);width:24px;height:24px;filter:drop-shadow(0 15px 25px rgba(233, 86, 112, 0.4))}.footer__contact p{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:var(--white-75)}.footer__socials{display:flex;gap:15px}@media(max-width: 1599px){.footer__socials{position:absolute;left:0;bottom:45px;order:1;margin:0 auto;justify-content:center;margin-top:8px;width:100%}}@media(max-width: 1279px){.footer__socials{position:static;min-width:40%;width:auto}}@media(max-width: 1023px){.footer__socials{min-width:0;gap:10px}}@media(max-width: 767px){.footer__socials{order:4}}@media(max-width: 575px){.footer__socials{margin-top:0}}.footer__social{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:100%;border:1px solid rgba(255,255,255,.15);padding:11px 13px;transition:.3s}.footer__social:hover{border-color:var(--pink);background-color:var(--pink);box-shadow:0 5px 15px 0 rgba(243,60,93,.35)}.footer__social:active{border-color:var(--pink);background-color:var(--pink);box-shadow:none}.footer__social svg{fill:#fff;height:100%;width:100%}.footer__btns{width:max-content;display:flex;flex-direction:column;align-items:flex-end;gap:25px;margin-left:auto}@media(max-width: 1599px){.footer__btns{order:3;margin-left:0}}@media(max-width: 1279px){.footer__btns{order:2;margin:0;align-items:center}}@media(max-width: 767px){.footer__btns{order:3;margin:0 auto}}.footer__btns .bust-link{width:max-content}@media(max-width: 1279px){.footer__btns .bust-link{display:none}}@media(max-width: 767px){.footer__btns .bust-link{display:block;font-size:16px}}@media(max-width: 575px){.footer__btns .bust-button{--bust-btn-padding-575: 20px 23px 19px;font-size:16px}}.main-banner{position:relative;margin-bottom:50px !important}@media(max-width: 1439px){.main-banner{margin-bottom:30px !important}}@media(max-width: 575px){.main-banner{margin-bottom:20px !important}}.main-banner__container{height:100vh}@media(max-width: 575px){.main-banner__container{padding:0 !important}}.main-banner__swiper{height:100%}.main-banner__slide{display:block;background-color:var(--gray);position:relative;width:100%;height:auto;overflow:hidden;max-height:100%}@media(max-width: 1023px){.main-banner__slide .video-desckop{display:none}}.main-banner__slide.video-mobile{display:none}@media(max-width: 1023px){.main-banner__slide.video-mobile{display:block}}.main-banner__slide_bg-image,.main-banner__slide_bg-video{position:absolute;top:0;left:0;height:100%;width:100%;z-index:0}.main-banner__slide_bg-image img,.main-banner__slide_bg-image video,.main-banner__slide_bg-video img,.main-banner__slide_bg-video video{height:100%;width:100%;object-fit:cover}.main-banner__slide_bg-image img{width:auto;margin:0 auto}.main-banner__slide_bg-image.--full img{width:100%}.main-banner__slide_content{position:relative;z-index:1;display:flex;justify-content:flex-end;flex-direction:column;height:100%;min-height:inherit;padding-left:120px;padding-right:120px;padding-bottom:150px}@media(max-width: 1580px){.main-banner__slide_content{padding-left:60px;padding-right:40px;padding-bottom:90px}}@media(max-width: 1279px){.main-banner__slide_content{padding-left:35px;padding-right:35px;padding-bottom:50px}}@media(max-width: 1023px){.main-banner__slide_content{padding-left:24px;padding-right:20px}}@media(max-width: 575px){.main-banner__slide_content{background:var(--mobile-bg-gradient);padding-left:0;padding-right:0;padding-bottom:0}}.main-banner__slide_title-block{position:relative;max-width:818px;min-width:300px;display:flex;flex-direction:column;gap:25px}@media(max-width: 1023px){.main-banner__slide_title-block{gap:5px;max-width:650px;min-width:1px;flex-shrink:0}}@media(max-width: 767px){.main-banner__slide_title-block{flex-shrink:1}}@media(max-width: 575px){.main-banner__slide_title-block{width:100%;z-index:3;gap:15px;padding-left:16px;padding-right:16px;padding-bottom:30px}}.main-banner__slide_title{font-family:"Montserrat Bold",sans-serif;font-weight:700;font-size:var(--main-banner-title-size, 60px);line-height:135%;color:var(--main-banner-title-color--desk, #fff)}@media(max-width: 1439px){.main-banner__slide_title{line-height:95%}}@media(max-width: 1023px){.main-banner__slide_title{line-height:72%}}@media(max-width: 575px){.main-banner__slide_title{line-height:37%;color:var(--main-banner-title-color--mobile, #fff)}}.main-banner__slide_title h1,.main-banner__slide_title h2,.main-banner__slide_title h3,.main-banner__slide_title h4,.main-banner__slide_title h5,.main-banner__slide_title p,.main-banner__slide_title a{display:inline !important;transition:.2s;color:inherit;font-family:inherit;font-size:1em;letter-spacing:-0.03em}@media(max-width: 1439px){.main-banner__slide_title h1,.main-banner__slide_title h2,.main-banner__slide_title h3,.main-banner__slide_title h4,.main-banner__slide_title h5,.main-banner__slide_title p,.main-banner__slide_title a{font-size:.833em}}@media(max-width: 1279px){.main-banner__slide_title h1,.main-banner__slide_title h2,.main-banner__slide_title h3,.main-banner__slide_title h4,.main-banner__slide_title h5,.main-banner__slide_title p,.main-banner__slide_title a{font-size:.7666666667em}}@media(max-width: 1023px){.main-banner__slide_title h1,.main-banner__slide_title h2,.main-banner__slide_title h3,.main-banner__slide_title h4,.main-banner__slide_title h5,.main-banner__slide_title p,.main-banner__slide_title a{font-size:.58em}}@media(max-width: 767px){.main-banner__slide_title h1,.main-banner__slide_title h2,.main-banner__slide_title h3,.main-banner__slide_title h4,.main-banner__slide_title h5,.main-banner__slide_title p,.main-banner__slide_title a{font-size:.4166666667em}}@media(max-width: 575px){.main-banner__slide_title h1,.main-banner__slide_title h2,.main-banner__slide_title h3,.main-banner__slide_title h4,.main-banner__slide_title h5,.main-banner__slide_title p,.main-banner__slide_title a{font-size:.47em}}.main-banner__slide_title a{border-bottom:3px solid rgba(0,0,0,0)}.main-banner__slide_title a:hover{border-bottom:3px solid var(--main-banner-title-color--desk, #fff)}.main-banner__slide_deskription{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:28px;line-height:1.43;color:var(--main-banner-deskription-color--desk, #fff)}@media(max-width: 1023px){.main-banner__slide_deskription{line-height:2}}@media(max-width: 575px){.main-banner__slide_deskription{line-height:1.6;color:var(--main-banner-deskription-color--mobile, #fff)}}.main-banner__slide_deskription h1,.main-banner__slide_deskription h2,.main-banner__slide_deskription h3,.main-banner__slide_deskription h4,.main-banner__slide_deskription h5,.main-banner__slide_deskription p{font-family:inherit;font-size:1em}@media(max-width: 1279px){.main-banner__slide_deskription h1,.main-banner__slide_deskription h2,.main-banner__slide_deskription h3,.main-banner__slide_deskription h4,.main-banner__slide_deskription h5,.main-banner__slide_deskription p{font-size:.6428571429em}}@media(max-width: 1023px){.main-banner__slide_deskription h1,.main-banner__slide_deskription h2,.main-banner__slide_deskription h3,.main-banner__slide_deskription h4,.main-banner__slide_deskription h5,.main-banner__slide_deskription p{font-size:.7142857143em}}@media(max-width: 575px){.main-banner__slide_deskription h1,.main-banner__slide_deskription h2,.main-banner__slide_deskription h3,.main-banner__slide_deskription h4,.main-banner__slide_deskription h5,.main-banner__slide_deskription p{font-size:.535em}}.main-banner__slide_img-block{width:calc(100% - 300px);align-self:flex-end;display:flex;margin-left:auto;max-height:563px}@media(max-width: 1439px){.main-banner__slide_img-block{max-height:400px}}@media(max-width: 1023px){.main-banner__slide_img-block{width:auto;max-height:100%;height:auto}}@media(max-width: 767px){.main-banner__slide_img-block{max-width:calc(100% - 243px)}}@media(max-width: 575px){.main-banner__slide_img-block{width:100%;max-height:100%;z-index:2;position:absolute;left:50%;bottom:0;max-width:504px;width:max-content;transform:translate(-50%, 0)}}@media(max-width: 479px){.main-banner__slide_img-block{max-width:630px}}.main-banner__slide_img-block img{width:100%;object-fit:contain}.main-banner__slide_button{--bust-btn-padding: 18px 26px 20px;box-shadow:none !important;--bust-button-border-color: transparent}@media(max-width: 1439px){.main-banner__slide_button{--bust-btn-fs: 14px;--bust-btn-padding: 16px 20px}}@media(max-width: 1023px){.main-banner__slide_button{--bust-btn-display: none}}.main-banner__navigation{margin:0 auto;margin-top:25px;display:flex;gap:17.5px;justify-content:center;align-items:center}@media(max-width: 1440px){.main-banner__navigation{margin-top:20px}}@media(max-width: 1023px){.main-banner__navigation{margin-top:10px}}.main-banner__arrow{cursor:pointer;position:absolute;z-index:2;width:90px;top:50%;transform:translateY(-50%);padding:0 20px;--navigation-fill: transparent}@media(max-width: 767px){.main-banner__arrow{display:none}}.main-banner__arrow:hover{--navigation-fill-opacity: 0.2}.main-banner__arrow rect{transition:.2s;fill-opacity:var(--navigation-fill-opacity, 0)}.main-banner__arrow svg{fill:rgba(0,0,0,0) !important}.main-banner__arrow--left{left:0;transform:translateY(-50%) rotate(180deg)}.main-banner__arrow--right{right:0}.main-banner__pagination{position:absolute;bottom:20px !important;margin:0 auto;left:0;right:0;display:flex;--swiper-pagination-bullet-width: 80px;--swiper-pagination-bullet-height: 4px;--swiper-pagination-bullet-horizontal-gap: 5px;--swiper-pagination-bullet-border-radius: 0;--swiper-pagination-color: #ffffff;--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1)}@media(max-width: 1023px){.main-banner__pagination{bottom:10px !important}}.main-banner__pagination .swiper-pagination-bullet:hover{--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1)}.main-banner__pagination .swiper-pagination-bullet-active{pointer-events:none;--swiper-pagination-bullet-width: 80px}.main-banner__pagination .swiper-pagination-bullet{vertical-align:middle;transition:.3s}.catalog-swiper{margin-bottom:71px !important}@media(max-width: 1439px){.catalog-swiper{margin-bottom:45px !important}}@media(max-width: 1023px){.catalog-swiper{margin-bottom:34px !important}}@media(max-width: 767px){.catalog-swiper{margin-bottom:35px !important}}@media(max-width: 479px){.catalog-swiper{margin-bottom:22px !important}}.catalog-swiper--catalog-single{--catalog-swiper-sliders-mt: 30px}@media(max-width: 1023px){.catalog-swiper--catalog-single{--catalog-swiper-sliders-mt: 27px}}@media(max-width: 767px){.catalog-swiper--catalog-single{--catalog-swiper-sliders-mt: 20px}}.catalog-swiper__container{position:relative;max-width:1805px;width:100%;margin-right:auto;margin-left:auto;padding:0 15px}@media(max-width: 1439px){.catalog-swiper__container{padding:0 24px}}@media(max-width: 1023px){.catalog-swiper__container{padding:0}}.catalog-swiper__title{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:28px;line-height:150%;text-align:center;color:#0d0d0e;margin-bottom:25px}@media(max-width: 1439px){.catalog-swiper__title{margin-bottom:15px}}@media(max-width: 1023px){.catalog-swiper__title{font-size:22px;line-height:130%;margin-bottom:11px}}@media(max-width: 767px){.catalog-swiper__title{font-size:20px;margin-bottom:15px}}.catalog-swiper__filter{overflow:auto;scrollbar-width:none;max-width:var(--container-width, 1630px);margin:0 auto;width:100%}.catalog-swiper__filter::-webkit-scrollbar{display:none}.catalog-swiper__filter-list{display:flex;gap:10px;width:100%;flex-wrap:wrap;justify-content:center;margin:0 auto}@media(max-width: 1023px){.catalog-swiper__filter-list{flex-wrap:nowrap;justify-content:flex-start;width:max-content;padding-right:24px;padding-left:24px;gap:8px}}@media(max-width: 575px){.catalog-swiper__filter-list{padding-right:16px;padding-left:16px}}.catalog-swiper__filter-item{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;text-align:center;color:#0d0d0e;padding:10px 15px;transition:.3s;background-color:#fff;border:1px solid var(--gray-30);border-radius:45px;white-space:nowrap}@media(max-width: 1023px){.catalog-swiper__filter-item{font-size:14px;padding:8px 9px 7px}}@media(max-width: 767px){.catalog-swiper__filter-item{padding:10px 14px 9px}}.catalog-swiper__filter-item:hover{color:var(--pink);border:1px solid var(--pink-25)}.catalog-swiper__filter-item.active{color:#fff;background-color:var(--pink);border:1px solid var(--pink);pointer-events:none}.catalog-swiper__sliders{margin-top:var(--catalog-swiper-sliders-mt, 35px);min-height:489px;position:relative}@media(max-width: 1439px){.catalog-swiper__sliders{margin-top:var(--catalog-swiper-sliders-mt, 25px);min-height:457px}}@media(max-width: 1279px){.catalog-swiper__sliders{min-height:377px}}@media(max-width: 1023px){.catalog-swiper__sliders{position:static;min-height:370px}}@media(max-width: 575px){.catalog-swiper__sliders{margin-top:var(--catalog-swiper-sliders-mt, 18px)}}@media(max-width: 419px){.catalog-swiper__sliders{margin-top:var(--catalog-swiper-sliders-mt, 20px);min-height:281px}}.catalog-swiper__slider{position:absolute;width:100%;left:0;right:0;padding:0 55px;opacity:0;pointer-events:none}@media(max-width: 1439px){.catalog-swiper__slider{padding:0}}.catalog-swiper__slider.active{opacity:1;pointer-events:all}@media(max-width: 1023px){.catalog-swiper__slider_card{width:223px}}@media(max-width: 479px){.catalog-swiper__slider_card{width:150px}}@media(max-width: 1023px){.catalog-swiper__slider .swiper{padding:0 24px}}@media(max-width: 575px){.catalog-swiper__slider .swiper{padding:0 16px}}.catalog-swiper__navigation{position:absolute;width:25px;height:25px;top:165px;z-index:15}@media(max-width: 1439px){.catalog-swiper__navigation{display:none}}.catalog-swiper__navigation--left{left:0}.catalog-swiper__navigation--right{right:0}.catalog-swiper__navigation:hover{fill:var(--pink)}.catalog-swiper__navigation svg{width:15px;height:25px;transition:.3s}@media(max-width: 1439px){.catalog-swiper__navigation svg{width:18px;height:18px}}.catalog-swiper__pagination{position:relative;margin:5px auto 0}@media(max-width: 1023px){.catalog-swiper__pagination{display:none}}.catalog-swiper__scrollbar{margin-top:1px;display:none;position:relative !important;--swiper-scrollbar-sides-offset: 0;--swiper-scrollbar-bottom: 0;--swiper-scrollbar-size: 2px;--swiper-scrollbar-drag-bg-color: var(--pink);border-radius:1px}@media(max-width: 1023px){.catalog-swiper__scrollbar{display:block;margin:11px 24px 0}}@media(max-width: 479px){.catalog-swiper__scrollbar{margin:1px 16px 0}}.catalog-swiper__button{margin:25px auto 0;display:block}@media(max-width: 1439px){.catalog-swiper__button{margin:15px auto 0}}@media(max-width: 767px){.catalog-swiper__button{margin:5px auto 0}}.product-card{max-width:309px;min-height:470px}@media(max-width: 1439px){.product-card{min-height:442px}}@media(max-width: 1279px){.product-card{min-height:353px}}@media(max-width: 479px){.product-card{min-height:262px}}.product-card:hover{--favorite-icon-opacity: flex}.product-card:hover .product-card__title{color:var(--pink)}.product-card__images{height:355px;position:relative;overflow:hidden;border-radius:5px}@media(max-width: 1439px){.product-card__images{height:339px}}@media(max-width: 1279px){.product-card__images{height:266px}}@media(max-width: 479px){.product-card__images{height:178px}}.product-card__images_navigations{position:relative;z-index:10;display:flex;height:100%}@media(max-width: 1023px){.product-card__images_navigations{pointer-events:none}}.product-card__images_navigation{width:100%;height:100%}.product-card__image{position:absolute;width:100%;height:calc(100% - 10px);left:0;top:0;object-fit:cover;object-position:center;opacity:0;z-index:0;transition:.1s}@media(max-width: 479px){.product-card__image{height:100%}}.product-card__image.main{z-index:1;opacity:1}.product-card__favorite{position:absolute;top:15px;left:15px;display:flex;z-index:11;opacity:var(--favorite-icon-opacity, 0);transition:.2s}@media(max-width: 1023px){.product-card__favorite{opacity:1}}@media(max-width: 479px){.product-card__favorite{top:8px;left:8px}}.product-card__favorite.active path{fill:var(--pink);opacity:1;fill-opacity:var(--pink)}@media(min-width: 980px){.product-card__favorite:hover path{fill:var(--pink)}}.product-card__favorite:active path{fill:var(--pink);opacity:1;fill-opacity:var(--pink)}.product-card__favorite svg{width:24px;height:20px}.product-card__favorite svg path{transition:.3s}.product-card__tag{position:absolute;right:8px;top:8px;font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:14px;text-align:center;color:#fff;padding:7px 15px 9px;border-radius:3px;background-color:var(--pink);z-index:11;pointer-events:none}@media(max-width: 1279px){.product-card__tag{padding:5px 12px 7px}}@media(max-width: 479px){.product-card__tag{font-size:12px;padding:4px 8px 6px}}.product-card__pagination{bottom:0;z-index:11;position:absolute;width:100%;display:flex;justify-content:center;gap:5px;opacity:var(--favorite-icon-opacity, 0);transition:.2s}@media(max-width: 1023px){.product-card__pagination{display:none}}.product-card__pagination-item{border-radius:1px;height:2px;width:100%;max-width:50px;background-color:var(--gray-100);transition:.1s}.product-card__pagination-item.active{background-color:var(--black)}.product-card__info{margin-top:20px}@media(max-width: 1439px){.product-card__info{margin-top:10px}}@media(max-width: 1279px){.product-card__info{margin-top:15px}}@media(max-width: 479px){.product-card__info{padding-left:10px}}.product-card__cost{margin-bottom:18px;display:flex;flex-wrap:wrap;gap:5px;align-items:flex-end}@media(max-width: 1279px){.product-card__cost{margin-bottom:10px}}@media(max-width: 479px){.product-card__cost{margin-bottom:4px}}.product-card__cost p{display:inline-block;font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:20px;line-height:100%}@media(max-width: 1279px){.product-card__cost p{font-size:18px}}@media(max-width: 479px){.product-card__cost p{font-size:14px;font-family:"Montserrat Bold",sans-serif;font-weight:700}}.product-card__cost--normal{color:var(--black)}.product-card__cost--discount{color:var(--pink)}.product-card__cost--oldconst{font-size:16px !important;color:rgba(37,38,52,.35);text-decoration:line-through;text-decoration-color:var(--pink)}@media(max-width: 479px){.product-card__cost--oldconst{font-size:14px !important;font-family:"Montserrat Bold",sans-serif;font-weight:700}}.product-card__title{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:14px;color:var(--black);transition:.3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width: 479px){.product-card__title{font-size:13px;padding-left:10px}}.product-card__available{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:14px;color:#b0b1bf;margin-top:6px}@media(max-width: 575px){.product-card__available{font-size:12px;padding-left:10px}}.show-room{position:relative;z-index:0}.show-room__container{margin-bottom:75px !important}@media(max-width: 1439px){.show-room__container{margin-bottom:45px !important}}@media(max-width: 1023px){.show-room__container{padding:0 !important;margin-bottom:40px !important}}.show-room__container--mini{--container-width: 1376px;--show-room-wrapper-padding: 68px 90px;--show-room-content-maxwidth: 618px;--show-room-image-right: 90px;--show-room-text: 570px;--show-room-text-opacity: 0.75}@media(max-width: 1439px){.show-room__container--mini{--show-room-wrapper-padding: 55px 55px 60px;--show-room-image-right: 65px;--show-room-text-mb: 34px}}@media(max-width: 1279px){.show-room__container--mini{--show-room-text: 413px;--show-room-bg-image-maxheight: 246px}}@media(max-width: 1023px){.show-room__container--mini{--show-room-wrapper-padding: 45px 24px;--show-room-image-right: 50px}}@media(max-width: 767px){.show-room__container--mini{--show-room-wrapper-padding: 45px 0 0;--show-room-text: 100%;--show-room-content-maxwidth: 100%;--show-room-image-right: 0;--show-room-text-align: center;--show-room-text-mb: 25px}.show-room__container--mini .bust-button{align-self:center;--bust-btn-padding-575: 19px 25px !important}.show-room__container--mini .show-room__image{height:325px}}@media(max-width: 420px){.show-room__container--mini{--show-room-wrapper-padding: 40px 0 0}.show-room__container--mini .show-room__image{margin-top:0;margin-bottom:0;height:241px;order:3}}.show-room__wrapper{padding:var(--show-room-wrapper-padding, 75px 136px);background:linear-gradient(128deg, #0d0d0e 0%, #252634 100%);position:relative;border-radius:8px}@media(max-width: 1599px){.show-room__wrapper{padding:var(--show-room-wrapper-padding, 45px 55px)}}@media(max-width: 1023px){.show-room__wrapper{padding:var(--show-room-wrapper-padding, 45px 24px);border-radius:0}}@media(max-width: 767px){.show-room__wrapper{padding:var(--show-room-wrapper-padding, 40px 0 0)}}@media(max-width: 419px){.show-room__wrapper{padding:var(--show-room-wrapper-padding, 40px 0)}}@media(max-width: 767px){.show-room__wrapper>.show-room__image{display:none}}.show-room__content{position:relative;z-index:10;max-width:var(--show-room-content-maxwidth, 670px)}@media(max-width: 1439px){.show-room__content{max-width:var(--show-room-content-maxwidth, 554px)}}@media(max-width: 767px){.show-room__content{display:flex;flex-direction:column;max-width:var(--show-room-content-maxwidth, 100%)}}@media(max-width: 419px){.show-room__content{align-items:center}}.show-room__content .show-room__image{display:none}@media(max-width: 767px){.show-room__content .show-room__image{display:flex}}.show-room__bg{z-index:0;position:absolute;bottom:0;right:0;width:100%;height:100%;background-image:var(--show-room-bg-image, url(/front/dist/css/../fonts/bgDesk.svg));background-position:bottom right;pointer-events:none;background-repeat:no-repeat}@media(max-width: 1439px){.show-room__bg{background-image:var(--show-room-bg-image, url(/front/dist/css/../fonts/bg1280.svg));background-repeat:no-repeat}}@media(max-width: 1023px){.show-room__bg{background-image:var(--show-room-bg-image, url(/front/dist/css/../fonts/bg768.svg))}}@media(max-width: 767px){.show-room__bg{background-image:var(--show-room-bg-image, none)}}.show-room__address{display:flex;align-items:center;gap:10px;margin-bottom:10px}@media(max-width: 1023px){.show-room__address{margin-bottom:0}}@media(max-width: 767px){.show-room__address{padding:0 10px;margin-bottom:7px}}@media(max-width: 419px){.show-room__address{margin-bottom:0}}.show-room__address_ico{width:25px;height:30px}.show-room__address_text{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:20px;line-height:130%;color:#fff}@media(max-width: 1439px){.show-room__address_text{font-size:17px}}@media(max-width: 359px){.show-room__address_text{font-size:14px}}.show-room__title{font-family:"Montserrat Black",sans-serif;font-weight:900;font-size:60px;line-height:122%;color:#fff;margin-bottom:20px}@media(max-width: 1439px){.show-room__title{font-size:50px;margin-bottom:15px}}@media(max-width: 1023px){.show-room__title{font-size:40px;margin-bottom:19px}}@media(max-width: 767px){.show-room__title{line-height:105%;padding:0 16px;margin-bottom:17px}}@media(max-width: 419px){.show-room__title{max-width:328px;padding:0;text-align:center;margin-bottom:10px;margin-top:6px}}.show-room__title--sub{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:28px;line-height:35px;color:#fff;margin-bottom:20px}@media(max-width: 1023px){.show-room__title--sub{font-size:22px;line-height:26px}}@media(max-width: 767px){.show-room__title--sub{line-height:130%;padding:0 16px;font-size:20px;margin-bottom:15px;text-align:center}}@media(max-width: 419px){.show-room__title--sub{max-width:328px;padding:0;text-align:center;margin-bottom:14px;margin-top:6px}}.show-room__text{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;line-height:150%;color:#fff;opacity:var(--show-room-text-opacity, 0.85);margin-bottom:29px;text-align:var(--show-room-text-align, start)}@media(max-width: 1439px){.show-room__text{max-width:var(--show-room-text, 411px);margin-bottom:var(--show-room-text-mb, 25px)}}@media(max-width: 1023px){.show-room__text{max-width:var(--show-room-text, 596px);margin-bottom:var(--show-room-text-mb, 26px)}}@media(max-width: 767px){.show-room__text{padding:0 16px}}@media(max-width: 419px){.show-room__text{text-align:center}}@media(max-width: 359px){.show-room__text{font-size:15px}}.show-room__params{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:35px}@media(max-width: 1439px){.show-room__params{margin-bottom:25px}}@media(max-width: 1023px){.show-room__params{flex-direction:column}}@media(max-width: 767px){.show-room__params{flex-direction:row;flex-wrap:wrap;max-width:400px;padding:0 16px}}@media(max-width: 419px){.show-room__params{justify-content:center;padding:0;margin-bottom:20px}}.show-room__param{display:flex;align-items:center;padding:12px 15px;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:49px;backdrop-filter:blur(5px);background:rgba(54,54,74,.4);width:max-content}@media(max-width: 1439px){.show-room__param{padding:10px 13px}}@media(max-width: 1023px){.show-room__param{padding:9px 15px 9px 9px}}@media(max-width: 575px){.show-room__param{width:min-content}}.show-room__param_ico{width:24px;height:24px}@media(max-width: 359px){.show-room__param_ico{width:22px;height:22px}}.show-room__param_ico svg{width:24px;height:24px}@media(max-width: 359px){.show-room__param_ico svg{width:22px;height:22px}}.show-room__param_text{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:#fff}@media(max-width: 1439px){.show-room__param_text{font-size:14px}}@media(max-width: 359px){.show-room__param_text{font-size:12px}}.show-room__image{position:absolute;right:var(--show-room-image-right, 0);bottom:0;z-index:1;height:100%;width:max-content;display:flex;align-items:flex-end}@media(max-width: 767px){.show-room__image{order:3;width:100%;position:static;background-image:url(/front/dist/css/../fonts/bg375-2.svg);background-position:center;background-repeat:no-repeat;justify-content:center;position:relative;height:346px;overflow:hidden}}@media(max-width: 419px){.show-room__image{margin-top:-50px;margin-bottom:15px;height:314px;order:0}}.show-room__image picture{display:contents;max-height:100%}@media(max-width: 1279px){.show-room__image picture{display:flex}}.show-room__image img{max-height:100%;object-fit:contain}@media(max-width: 1279px){.show-room__image img{max-height:var(--show-room-bg-image-maxheight, 361px)}}@media(max-width: 767px){.show-room__image img{max-width:max-content;max-height:346px;position:absolute;left:50%;transform:translateX(-50%);bottom:0;margin-bottom:-3px;width:max-content;height:100%}}@media(max-width: 419px){.show-room__image img{max-height:306px}}@media(max-width: 767px){.show-room .bust-button{margin:0 16px;--bust-btn-padding-575: 20px 36px;font-size:16px}}@media(max-width: 419px){.show-room .bust-button{margin:0}}.category-table{margin-bottom:35px !important}@media(max-width: 1439px){.category-table{margin-bottom:15px !important}}@media(max-width: 1023px){.category-table{margin-bottom:0 !important}}.category-table__container{gap:30px;display:flex;flex-wrap:wrap}@media(max-width: 1600px){.category-table__container{gap:20px}}@media(max-width: 1279px){.category-table__container{justify-content:center}}@media(max-width: 1023px){.category-table__container{display:grid;grid-template-columns:1fr 1fr}}@media(max-width: 767px){.category-table__container{grid-template-columns:1fr;gap:10px;--container-padding-right: 16px;--container-padding-left: 16px}}.category-table__item{position:relative;flex-basis:calc(25% - 22.5px);box-sizing:border-box;border-radius:8px;overflow:hidden;transition:.3s;cursor:pointer}@media(max-width: 1600px){.category-table__item{flex-basis:calc(25% - 15px)}}@media(max-width: 1279px){.category-table__item{flex-basis:calc(33.333% - 13.5px)}}@media(max-width: 1023px){.category-table__item{height:230px}}@media(max-width: 359px){.category-table__item{height:201px}}.category-table__item.--light-orange{background-color:#ffefe5}.category-table__item.--light-purple{background-color:#f6ebfc}.category-table__item.--light-red{background-color:#ffe5e5}.category-table__item.--light-blue{background-color:#ebeeff}.category-table__item.--light-green{background-color:#edf0f2}.category-table__item.--red{background-color:#e95670}.category-table__item.--red .category-table__title{color:#fff}.category-table__item.--red .category-table__desk{color:#fff}.category-table__item.--red .category-table__link{color:#fff;border-color:#fff}.category-table__item::before{content:"";display:block;padding-top:100%}@media(max-width: 1023px){.category-table__item::before{content:unset}}.category-table__item:hover{color:rgba(37,38,52,.75);-webkit-filter:drop-shadow(0px 30px 70px rgba(233, 86, 112, 0.35));filter:drop-shadow(0px 30px 70px rgba(233, 86, 112, 0.35))}.category-table__item:active{color:rgba(37,38,52,.75);-webkit-filter:none;filter:none}.category-table__item_content{position:absolute;top:0;left:0;height:100%;width:100%;padding:35px;display:flex;flex-direction:column;z-index:10}@media(max-width: 1600px){.category-table__item_content{padding:30px 25px 23px}}@media(max-width: 1023px){.category-table__item_content{padding:30px 25px}}@media(max-width: 359px){.category-table__item_content{padding:28px 25px}}.category-table__item_img{position:absolute;bottom:0;right:0;height:100%;width:100%;display:flex;flex-direction:column;z-index:1}@media(max-width: 1023px){.category-table__item_img{flex-direction:row;justify-content:flex-end}}.category-table__item_img picture{height:100%}.category-table__item_img img{height:100%}.category-table__title{margin-bottom:20px;font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:22px;line-height:118%;color:#0d0d0e;max-width:215px;font-size:calc(20px + 2*(100vw - 1280px)/350)}@media(max-width: 1600px){.category-table__title{max-width:180px;margin-bottom:10px}}@media(max-width: 1023px){.category-table__title{font-size:20px}}@media(max-width: 359px){.category-table__title{font-size:16px;max-width:150px;line-height:125%}}.category-table__desk{font-weight:400;font-size:16px;line-height:144%;color:#0d0d0e;opacity:.7;max-width:169px;font-size:calc(14px + 2*(100vw - 1280px)/350)}@media(max-width: 1023px){.category-table__desk{font-size:16px}}@media(max-width: 359px){.category-table__desk{font-size:14px}}.category-table__link{margin-top:auto;width:max-content}@media(max-width: 1023px){.category-table__link{font-size:16px !important}}@media(max-width: 359px){.category-table__link{font-size:13px !important}}.size-form{margin-bottom:75px !important;padding-top:38px}@media(max-width: 1439px){.size-form{margin-bottom:45px !important}}@media(max-width: 1023px){.size-form{margin-bottom:40px !important}}.size-form__wrapper{border-radius:8px;background:linear-gradient(128deg, #0d0d0e 0%, #252634 100%);padding:56px 90px 84px;position:relative}@media(max-width: 1439px){.size-form__wrapper{padding:44px 55px}}@media(max-width: 1023px){.size-form__wrapper{border-radius:0;padding:45px 24px 39px}}@media(max-width: 575px){.size-form__wrapper{padding:40px 20px;border-radius:8px}}@media(max-width: 359px){.size-form__wrapper{border-radius:0}}@media(max-width: 1023px){.size-form__container{padding:0 !important}}@media(max-width: 575px){.size-form__container{padding:0 16px !important}}@media(max-width: 359px){.size-form__container{padding:0 !important}}.size-form__title{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:28px;line-height:150%;color:#fff;margin-bottom:35px}@media(max-width: 1023px){.size-form__title{font-size:22px;line-height:118%;margin-bottom:27px}}@media(max-width: 575px){.size-form__title{text-align:center;margin-bottom:30px;font-size:20px}}.size-form__form{width:calc(100% - 370px);display:flex;gap:35px;align-items:flex-end;position:relative;z-index:10}@media(max-width: 1439px){.size-form__form{width:calc(100% - 329px)}}@media(max-width: 1279px){.size-form__form{width:100%}}@media(max-width: 1023px){.size-form__form{flex-wrap:wrap;max-width:491px;gap:25px}}@media(max-width: 767px){.size-form__form{max-width:100%;gap:16px}}.size-form__form .bust-button{margin-bottom:2px}@media(max-width: 575px){.size-form__form .bust-button{padding:20px 36px 22px;font-size:16px}}.size-form__inputs{display:flex;gap:35px}@media(max-width: 575px){.size-form__inputs{gap:17px}}.size-form__input{display:flex;gap:13px;align-items:flex-end;max-width:246px}@media(max-width: 1023px){.size-form__input{max-width:228px}}@media(max-width: 767px){.size-form__input{max-width:47%}}@media(max-width: 575px){.size-form__input{flex-direction:column;align-items:center}}@media(max-width: 575px){.size-form__input_input{display:flex;flex-direction:column;align-items:center}}.size-form__input_input.filled{--input-text-opacity: 1}.size-form__input_input label{display:inline !important}.size-form__input_input p{font-weight:400;font-size:16px;line-height:144%;color:#fff;margin-bottom:10px}@media(max-width: 575px){.size-form__input_input p{font-size:14px;text-wrap:nowrap}}.size-form__input_input .bust-input{width:100%}.size-form__input_input label{position:relative}.size-form__input_input label p{position:absolute;right:30px;top:0;color:rgba(255,255,255,.4);font-size:16px;opacity:var(--input-text-opacity, 0);transition:.2s}@media(max-width: 767px){.size-form__input_input label p{top:19px}}.size-form__input_icon{width:58px;height:55px;position:relative;flex:1 0 auto}.size-form__input_icon img{width:108px;height:114px;max-width:max-content;position:absolute;left:50%;transform:translateX(-50%) translateY(-50%);top:50%}@media(max-width: 575px){.size-form__input_icon img{transform:translateX(-50%) translateY(-40%)}}.size-form__img{position:absolute;right:0;bottom:0;display:flex;align-items:flex-end;width:419px;z-index:0}@media(max-width: 1439px){.size-form__img{width:359px}}@media(max-width: 1023px){.size-form__img{width:345px;right:-21px}}@media(max-width: 767px){.size-form__img{display:none}}.size-form__img img{width:100%}.size-form__btns{display:flex;position:relative;gap:20px}@media(max-width: 575px){.size-form__btns{width:100%;flex-direction:column-reverse;align-items:center}}.size-form__video-link{position:absolute;right:0;top:-113px;display:flex;align-items:center;gap:10px}@media(max-width: 1279px){.size-form__video-link{right:auto;left:0}}@media(max-width: 1023px){.size-form__video-link{position:static}}@media(max-width: 575px){.size-form__video-link svg{width:35px;height:35px}}.size-form__video-link span{color:#fff;border-bottom:1px dashed #fff;padding-bottom:4px;transition:.2s;font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px}.size-form__video-link span:hover{border-bottom:1px dashed var(--pink-40);color:var(--pink-hover)}.size-form__video-link span:active{border-bottom:1px dashed var(--pink);color:var(--pink-hover)}.size-form__video-link svg{filter:drop-shadow(0 10px 25px rgba(255, 0, 0, 0.25))}.size-form__results{min-width:514px;border-image-width:100%;background-color:#fff;position:relative;border-radius:8px;padding:40px 30px}@media(max-width: 575px){.size-form__results{min-width:0;padding:30px 20px}}.size-form__results_title{text-align:center;margin:0 auto 15px;color:#252634;font-size:20px;font-weight:600;line-height:150%}.size-form__results_mark{margin:0 auto;display:flex;justify-content:center;align-items:center;width:65px;height:65px;background:rgba(233,86,112,.15);border-radius:50%}.size-form__results_mark svg{fill:var(--pink);width:26px;height:26px}.size-form__results_btns{margin-top:30px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:15px}.review-slider{background:rgba(176,177,191,.13);padding:65px 0;margin-bottom:75px !important}@media(max-width: 1439px){.review-slider{padding:45px 0;margin-bottom:45px !important}}@media(max-width: 1023px){.review-slider{margin-bottom:40px !important}}@media(max-width: 575px){.review-slider{padding:40px 0 35px}}.review-slider__title{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:28px;line-height:150%;color:#0d0d0e;margin-bottom:35px}@media(max-width: 1439px){.review-slider__title{padding:0 80px !important}}@media(max-width: 1023px){.review-slider__title{font-size:22px;text-align:center;margin-bottom:30px;padding:0 24px !important}}@media(max-width: 575px){.review-slider__title{padding:0 16px !important}}.review-slider__review{background:#fff;border-radius:8px;padding:30px 45px 45px;min-height:341px;display:flex;flex-direction:column}@media(max-width: 1023px){.review-slider__review{width:580px}}@media(max-width: 575px){.review-slider__review{padding:30px 20px;min-height:400px}}.review-slider__review_head{display:flex;gap:15px;align-items:center;margin-bottom:15px}.review-slider__review_head span{display:block}.review-slider__review_avatar{width:50px;height:50px;border-radius:100%;overflow:hidden;flex:0 0 50px;background-color:rgba(176,177,191,.13)}.review-slider__review_avatar img{width:100%;height:100%}.review-slider__review_avatar.no-avatar{display:flex;align-items:center;justify-content:center}.review-slider__review_avatar.no-avatar span{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:20px;line-height:130%;text-align:center;color:#252634}.review-slider__review_name{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;color:var(--black);opacity:.85;margin-bottom:2px}.review-slider__review_date{font-weight:400;font-size:16px;line-height:144%;color:var(--gray-100)}.review-slider__review_content{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:17px;line-height:159%;color:var(--black);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:15px}@media(max-width: 575px){.review-slider__review_content{-webkit-line-clamp:9}}.review-slider__review_more{width:max-content;margin-top:auto;font-size:16px !important}.review-slider__swiper{position:relative;padding:0 55px !important;max-width:1438px !important}@media(max-width: 1439px){.review-slider__swiper{padding:0 50px !important}}@media(max-width: 1023px){.review-slider__swiper{padding:0 0 !important}}@media(max-width: 1023px){.review-slider__swiper .swiper{padding:0 24px}}@media(max-width: 575px){.review-slider__swiper .swiper{padding:0 16px !important}}.review-slider__navigation{position:absolute;width:25px;height:25px;top:159px;z-index:15}@media(max-width: 1439px){.review-slider__navigation{width:48px;height:48px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px 0 rgba(13,13,14,.15)}}@media(max-width: 1023px){.review-slider__navigation{display:none}}.review-slider__navigation--left{left:0}@media(max-width: 1600px){.review-slider__navigation--left{left:10px}}@media(max-width: 1439px){.review-slider__navigation--left{left:24px}}.review-slider__navigation--right{right:0}@media(max-width: 1600px){.review-slider__navigation--right{right:10px}}@media(max-width: 1439px){.review-slider__navigation--right{right:24px}}.review-slider__navigation:hover{fill:var(--pink)}.review-slider__navigation svg{width:15px;height:25px;transition:.3s}@media(max-width: 1439px){.review-slider__navigation svg{width:18px;height:18px}}.review-slider__pagination{position:relative;margin:19px auto 0}@media(max-width: 1023px){.review-slider__pagination{display:none}}.review-slider__scrollbar{margin-top:1px;display:none;position:relative !important;--swiper-scrollbar-sides-offset: 0;--swiper-scrollbar-bottom: 0;--swiper-scrollbar-size: 2px;--swiper-scrollbar-drag-bg-color: var(--pink);border-radius:1px}@media(max-width: 1023px){.review-slider__scrollbar{display:block;margin:20px 24px 0}}@media(max-width: 575px){.review-slider__scrollbar{margin:25px 16px 0}}.write-us{margin-bottom:75px !important}@media(max-width: 1439px){.write-us{margin-bottom:45px !important}}@media(max-width: 1023px){.write-us{margin-bottom:40px !important}}@media(max-width: 1023px){.write-us .container-min{padding:0}}.write-us__container{position:relative;border-radius:8px;background-color:rgba(176,177,191,.13);padding:0 90px;display:flex;justify-content:space-between;gap:57px;align-items:flex-end}@media(max-width: 1439px){.write-us__container{padding:0 55px}}@media(max-width: 1023px){.write-us__container{padding:0 24px;gap:0}}@media(max-width: 767px){.write-us__container{flex-direction:column;padding:45px 16px 0;gap:4px;align-items:center}}.write-us__btn{--bust-btn-display: flex;align-items:center;gap:10px;--bust-btn-padding: 13px 24px 15px;--bust-btn-padding-575: 13px 24px 15px}@media(max-width: 767px){.write-us__btn{margin:0 auto}}.write-us__btn svg{fill:#fff;width:30px;height:30px}.write-us__title{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:28px;line-height:125%;color:#0d0d0e;margin-bottom:20px}@media(max-width: 1279px){.write-us__title{font-size:22px}}@media(max-width: 767px){.write-us__title{font-size:20px;margin-bottom:15px;text-align:center}}.write-us__desk{font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px;line-height:150%;color:#252634;opacity:.75;margin-bottom:35px;max-width:570px}@media(max-width: 1023px){.write-us__desk{width:413px}}@media(max-width: 767px){.write-us__desk{text-align:center;width:100%;margin-bottom:25px;max-width:100%}}.write-us__image{display:flex;width:45%}@media(max-width: 1439px){.write-us__image{width:44%}}@media(max-width: 1023px){.write-us__image{width:49%}}@media(max-width: 767px){.write-us__image{width:100%;max-width:446px}}.write-us__image img{width:100%}.write-us__content{padding:65px 0;align-self:center}@media(max-width: 1439px){.write-us__content{padding:50px 0}}@media(max-width: 1279px){.write-us__content{padding:45px 0}}@media(max-width: 1023px){.write-us__content{width:50%}}@media(max-width: 767px){.write-us__content{width:100%;padding:0}}.contact-block{margin-bottom:10px !important}.contact-block__container{display:flex;gap:10px;width:100%}@media(max-width: 1023px){.contact-block__container{flex-direction:column}}.contact-block__map{width:100%;border-radius:8px 0 0 8px;overflow:hidden}@media(max-width: 1023px){.contact-block__map{height:300px;border-radius:0}}@media(max-width: 575px){.contact-block__map{height:350px}}.contact-block__map iframe{height:100%;width:100%}.contact-block__info{display:flex;justify-content:flex-end;width:100%;border-radius:0 8px 8px 0;background-color:rgba(176,177,191,.13)}@media(max-width: 1023px){.contact-block__info{border-radius:0;justify-content:flex-start}}.contact-block__info_container{max-width:819px;width:100%;padding:65px 65px 65px 24px}@media(max-width: 1439px){.contact-block__info_container{padding:45px 45px 45px 24px}}@media(max-width: 1023px){.contact-block__info_container{padding:40px 24px;max-width:472px}}@media(max-width: 575px){.contact-block__info_container{max-width:100%;padding:40px 56px 45px 16px}}.contact-block__title{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:28px;line-height:150%;color:var(--black);margin-bottom:35px}@media(max-width: 575px){.contact-block__title{font-size:20px;margin-bottom:25px}}.contact-block__list{display:grid;grid-template-columns:1fr 1fr;gap:35px 11px;max-width:513px}@media(max-width: 1439px){.contact-block__list{gap:35px 5px}}@media(max-width: 1023px){.contact-block__list{gap:35px 20px}}@media(max-width: 575px){.contact-block__list{display:flex;flex-direction:column;gap:23px}}.contact-block__contact_label{font-weight:400;font-size:16px;line-height:144%;color:rgba(13,13,14,.75);margin-bottom:15px}@media(max-width: 1439px){.contact-block__contact_label{margin-bottom:5px}}.contact-block__contact_list{display:flex;flex-direction:column;gap:5px}.contact-block__contact_contact p{font-weight:400;font-size:16px;line-height:144%;color:rgba(13,13,14,.75)}.contact-block__contact_contact p span{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:20px;line-height:130%;color:#0d0d0e}@media(max-width: 1439px){.contact-block__contact_contact p span{font-size:17px}}.contact-block__contact_contact a{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:20px;line-height:130%;color:#0d0d0e;transition:.3s}@media(max-width: 1439px){.contact-block__contact_contact a{font-size:17px}}@media(max-width: 767px){.contact-block__contact_contact a{color:var(--pink)}}.contact-block__contact_contact a:hover{color:var(--pink)}.catalog-card{margin-bottom:75px !important}@media(max-width: 1439px){.catalog-card{margin-bottom:45px !important}}@media(max-width: 1023px){.catalog-card{margin-bottom:40px !important}}@media(max-width: 479px){.catalog-card{margin-bottom:25px !important}}@media(max-width: 767px){.catalog-card__container{--container-padding-right: 0;--container-padding-left: 0}}.catalog-card__main-info{display:flex}@media(max-width: 767px){.catalog-card__main-info{flex-direction:column;gap:21px}}.catalog-card__images{margin-right:50px}@media(max-width: 1599px){.catalog-card__images{margin-right:20px}}@media(max-width: 1279px){.catalog-card__images{margin-right:24px}}@media(max-width: 767px){.catalog-card__images{margin-right:0}}.catalog-card__content{max-width:443px;margin-right:auto}@media(max-width: 1279px){.catalog-card__content{width:100%}}@media(max-width: 767px){.catalog-card__content{max-width:100%}}@media(max-width: 576px){.catalog-card__content{padding:0 16px}}.catalog-card__titles{margin-bottom:25px}@media(max-width: 1599px){.catalog-card__titles{margin-bottom:20px}}.catalog-card__title{font-family:"Montserrat SemiBold",sans-serif;font-size:28px;font-weight:600;line-height:42px;text-align:left;margin-bottom:5px}@media(max-width: 1599px){.catalog-card__title{font-size:20px;line-height:26px}}.catalog-card__subtitle{font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:19.5px;text-align:left;opacity:.55}@media(max-width: 1599px){.catalog-card__subtitle{font-size:14px;line-height:17px}}.catalog-card__cost{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:25px}@media(max-width: 1599px){.catalog-card__cost{margin-bottom:20px}}.catalog-card__cost--normal,.catalog-card__cost--discountCost{font-family:"Montserrat SemiBold",sans-serif;font-size:28px;font-weight:600;line-height:42px;text-align:left}@media(max-width: 1599px){.catalog-card__cost--normal,.catalog-card__cost--discountCost{font-size:20px;line-height:26px}}.catalog-card__cost--discountCost{color:var(--pink)}.catalog-card__cost--oldconst{font-family:"Montserrat SemiBold",sans-serif;font-size:22px;font-weight:600;line-height:26px;text-align:left;color:var(--gray-100);text-decoration:overline;text-decoration:line-through;text-decoration-color:var(--black)}@media(max-width: 1599px){.catalog-card__cost--oldconst{font-size:17px;line-height:22px}}.catalog-card__cost--discount{padding:2px 6px 4px;background-color:var(--pink);font-family:"Montserrat SemiBold",sans-serif;font-size:17px;font-weight:600;line-height:22px;text-align:center;color:#fff;border-radius:3px}@media(max-width: 1599px){.catalog-card__cost--discount{font-size:14px;line-height:17px}}.catalog-card__picker{margin-bottom:25px}@media(max-width: 1599px){.catalog-card__picker{margin-bottom:20px}}@media(max-width: 575px){.catalog-card__picker .dropdown.product-size{max-width:100% !important}}.catalog-card__picker .dropdown.product-size.show .btn-select__icon{fill:#0d0d0e !important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog-card__picker .dropdown.product-size.show .btn-select{background:#fff;border-color:#0d0d0e !important;color:#252634}@media(max-width: 575px){.catalog-card__picker .btn-select{max-width:100% !important}}.catalog-card__picker .btn-select:hover{background:#fff;color:#0d0d0e;border:1px solid #0d0d0e !important}.catalog-card__picker .btn-select:focus{background:#fff;color:#0d0d0e;border:1px solid #0d0d0e !important}.catalog-card__picker .btn-select:focus .btn-select__icon{fill:#0d0d0e !important}.catalog-card__instruction{--bust-link-color: var(--black);--bust-link-border-color: var(--black);display:flex;gap:8px}.catalog-card__instruction:hover{--bust-link-color: var(--black);--bust-link-hover-color: var(--black);--bust-link-hover-border-color: var(--gray-100);--bust-link-active-color: var(--black);--bust-link-active-border-color: var(--black);--bust-link-border-color: var(--black)}@media(max-width: 1599px){.catalog-card__instruction .bust-link{font-size:14px;line-height:17.07px;height:21px}}.catalog-card__btns{display:flex;flex-direction:column;gap:10px;margin-bottom:25px}@media(max-width: 1599px){.catalog-card__btns{margin-bottom:20px}}.catalog-card__btns_top{display:flex;gap:10px}.catalog-card__btns_bottom button{width:100%}@media(max-width: 1025px){.catalog-card__btns_desc{display:none}}@media(max-width: 767px){.catalog-card__btns_desc{display:inline}}.catalog-card__btns_plansh{display:none}@media(max-width: 1025px){.catalog-card__btns_plansh{display:inline}}@media(max-width: 767px){.catalog-card__btns_plansh{display:none}}@media(max-width: 479px){.catalog-card__btns--hidden{display:none}}.catalog-card__btn{--bust-btn-display: flex;gap:10px;--bust-btn-padding: 18px 29px;justify-content:center;align-items:center;height:58px !important}@media(max-width: 1599px){.catalog-card__btn{--bust-btn-padding: 14px 19px;--bust-btn-padding-575: 14px 19px;--bust-btn-fs: 14px;height:50px !important}}@media(max-width: 479px){.catalog-card__btn{--bust-btn-padding-575: 14px 12px}}@media(max-width: 374px){.catalog-card__btn{--bust-btn-fs: 12px}}.catalog-card__btn:first-child{width:100%}.catalog-card__btn--favorite{min-width:207px}@media(max-width: 1599px){.catalog-card__btn--favorite{min-width:174px}}@media(max-width: 479px){.catalog-card__btn--favorite{min-width:0}}.catalog-card__btn--favorite.--active .bust-button--light_inner{--lightbtn-ico-fill-opacity: 1;fill:var(--pink)}.catalog-card__links{display:flex;flex-direction:column;gap:10px}.catalog-card__links a{width:max-content}@media(max-width: 1599px){.catalog-card__links a{font-size:14px;line-height:120%}}.catalog-card__complete{width:100%;max-width:325px;min-width:289px}@media(max-width: 1599px){.catalog-card__complete{margin-left:14px}}@media(max-width: 1279px){.catalog-card__complete{display:none}}.catalog-card__complete-slider{margin-top:40px;display:none}@media(max-width: 1279px){.catalog-card__complete-slider{display:block}}@media(max-width: 767px){.catalog-card__complete-slider{margin-top:25px}}.product-images{--mainheight: 700px}@media(max-width: 1599px){.product-images{--mainheight: 567px}}@media(max-width: 1023px){.product-images{--mainheight: 493px}}@media(max-width: 767px){.product-images{--mainheight: 593px}}@media(max-width: 479px){.product-images{--mainheight: 445px}}.product-images__container{display:flex;gap:10px;height:var(--mainheight)}@media(max-width: 1023px){.product-images__container{flex-direction:column-reverse;height:auto;width:400px}}@media(max-width: 767px){.product-images__container{width:100%;max-width:480px;margin:0 auto}}@media(max-width: 575px){.product-images__container{max-width:100%}}.product-images__sub-slider{width:125px;height:var(--mainheight);position:relative}@media(max-width: 1439px){.product-images__sub-slider{width:70px}}@media(max-width: 1023px){.product-images__sub-slider{width:100%;height:auto}}@media(max-width: 767px){.product-images__sub-slider{display:none}}.product-images__sub-slider .swiper{height:var(--mainheight)}@media(max-width: 1023px){.product-images__sub-slider .swiper{height:auto}}.product-images__sub-slider .swiper-slide-thumb-active{pointer-events:none;--sub-img-padding: 4px;--sub-img-br-color: var(--pink);--play-icon-display: none;--pause-icon-display: block}.product-images__sub-slider .swiper-slide{cursor:pointer;height:140px;width:125px}@media(max-width: 1439px){.product-images__sub-slider .swiper-slide{width:70px;height:80px}}@media(max-width: 1279px){.product-images__sub-slider .product-images__navigation{display:none}}.product-images__sub__image{border:1px solid var(--sub-img-br-color, transparent);transition:.1s;width:100%;height:100%;padding:var(--sub-img-padding, 0)}.product-images__sub__image img{width:100%;height:100%;transition:.1s;object-fit:cover}.product-images__sub__image.--video{position:relative}.product-images__sub__image_button{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:55px;height:55px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center}@media(max-width: 1439px){.product-images__sub__image_button{width:30px;height:30px}}.product-images__sub__image_button path{box-shadow:0 2px 12px 0 rgba(226,76,103,.3)}.product-images__sub__image_button .play-icon{display:var(--play-icon-display, block);margin-left:1px}@media(max-width: 1023px){.product-images__sub__image_button .play-icon{height:11px}}.product-images__sub__image_button .pause-icon{display:var(--pause-icon-display, none)}@media(max-width: 1023px){.product-images__sub__image_button .pause-icon{height:12px;width:10px}}.product-images__main-slider{position:relative;width:565px}@media(max-width: 1599px){.product-images__main-slider{width:460px}}@media(max-width: 1023px){.product-images__main-slider{width:100%}}.product-images__main-slider:hover{--main-slider-navigation-opacity: 1}.product-images__main-slider .swiper{height:100%}.product-images__main-slider .swiper-slide{height:var(--mainheight)}.product-images__main-slider_navigation .product-images__navigation{transition:.2s;opacity:var(--main-slider-navigation-opacity, 0)}@media(max-width: 767px){.product-images__main-slider_navigation .product-images__navigation{opacity:1}}.product-images__main-slider_pagination{display:none}@media(max-width: 1023px){.product-images__main-slider_pagination{display:flex;margin:8px auto 0 auto;height:10px}}@media(max-width: 767px){.product-images__main-slider_pagination{margin:14px auto 0 auto}}.product-images__main__image{background-position:50% 50%;position:relative;overflow:hidden;background-repeat:no-repeat;background-size:170%;height:100%}@media(max-width: 1023px){.product-images__main__image{pointer-events:none}}.product-images__main__image:hover img{opacity:0}.product-images__main__image img{width:100%;object-fit:cover;width:100%;height:100%;max-width:100%;max-height:100%}.product-images__main__video{position:relative;display:block;width:100%;width:565px;height:var(--mainheight)}@media(max-width: 1599px){.product-images__main__video{width:460px}}@media(max-width: 1023px){.product-images__main__video{width:100%}}.product-images__main__video img{width:100%;object-fit:cover;height:100%;width:100% !important;height:100% !important}.product-images__main__video iframe{width:100%;height:100%}.product-images__navigation{width:40px;height:40px;background-color:#fff;border-radius:50%;position:absolute;display:flex;justify-content:center;align-items:center;box-shadow:0px 0px 40px 0px rgba(13,13,14,.1490196078);z-index:1}@media(max-width: 575px){.product-images__navigation{width:30px;height:30px}}.product-images__navigation:hover path{fill:var(--pink)}@media(max-width: 1023px){.product-images__navigation:hover path{fill:#0d0d0e}}.product-images__navigation--top{top:-20px;left:50%;transform:translateX(-50%)}.product-images__navigation--bottom{bottom:-20px;left:50%;transform:translateX(-50%)}.product-images__navigation--left{left:20px;top:50%;transform:translateY(-50%) rotate(-90deg)}@media(max-width: 575px){.product-images__navigation--left{left:10px}}.product-images__navigation--right{right:20px;top:50%;transform:translateY(-50%) rotate(-90deg)}@media(max-width: 575px){.product-images__navigation--right{right:10px}}.product-images__navigation svg{height:8px;width:13px}@media(max-width: 575px){.product-images__navigation svg{width:10px;height:5px}}.product-images__navigation svg path{transition:.2s}.product-images__main__tag{font-family:"Montserrat Medium",sans-serif;font-size:14px;font-weight:500;line-height:17.07px;text-align:center;color:#fff;padding:7px 15px 9px;background-color:var(--pink);border-radius:3px;width:max-content;position:absolute;right:15px;top:15px;z-index:2}@media(max-width: 1279px){.product-images__main__tag{padding:5px 10px;font-size:12px;right:10px;top:10px}}.color-picker{margin-bottom:15px}.color-picker_current{font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:19.5px;text-align:left;color:var(--gray-100);margin-bottom:10px}@media(max-width: 1599px){.color-picker_current{font-size:14px;line-height:17px}}.color-picker_current span{font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:19.5px;text-align:left;color:var(--black)}@media(max-width: 1599px){.color-picker_current span{font-size:14px;line-height:17px}}.color-picker_table{display:flex;flex-wrap:wrap;gap:10px}.color-picker_item{transition:.2s;width:105px;height:120px;border-radius:5px;overflow:hidden;padding:var(--color-picker-padding, 0);border:1px solid var(--color-picker-br-color, transparent)}@media(max-width: 1279px){.color-picker_item{width:70px;height:80px}}.color-picker_item.--current{--color-picker-padding: 4px;--color-picker-br-color: var(--black);pointer-events:none}.color-picker_item img{width:100%;height:100%;object-fit:cover}.complete-look__single{--container-padding-right: 16px;--container-padding-left: 16px}.complete-look__single .complete-look__card{width:100%}.complete-look__single .complete-look__container{grid-template-columns:105px calc(100% - 120px)}@media(max-width: 479px){.complete-look__single .complete-look__container{grid-template-columns:85px auto}}@media(min-width: 480px){.complete-look__single .complete-look__image{grid-area:1/1/3/2;width:105px;height:115px}}@media(min-width: 480px){.complete-look__single .complete-look__info{grid-area:1/2/2/3}}@media(min-width: 480px){.complete-look__single .complete-look__btns{grid-area:2/2/3/3}}@media(min-width: 480px){.complete-look__single .complete-look__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.complete-look__slider{position:relative;z-index:10}.complete-look__swiper{z-index:10;padding-right:24px;padding-left:24px}@media(max-width: 576px){.complete-look__swiper{padding-right:16px;padding-left:16px}}.complete-look__list{display:flex;flex-direction:column;gap:20px;width:100%}.complete-look__card{background-color:var(--gray);border-radius:8px;padding:20px;width:100%}@media(max-width: 1279px){.complete-look__card{width:448px;height:auto}}@media(max-width: 1023px){.complete-look__card{width:289px}}.complete-look__card-title{font-family:"Montserrat SemiBold",sans-serif;font-size:20px;font-weight:600;line-height:26px;text-align:left;margin-bottom:15px}@media(max-width: 1599px){.complete-look__card-title{font-size:17px;line-height:22px}}.complete-look__container{display:grid;grid-template-columns:100px auto;grid-template-rows:repeat(2, auto);grid-column-gap:15px;grid-row-gap:15px}@media(max-width: 1599px){.complete-look__container{grid-template-columns:85px auto}}@media(max-width: 1279px){.complete-look__container{grid-template-columns:105px calc(100% - 120px)}}@media(max-width: 1023px){.complete-look__container{grid-template-columns:85px auto}}.complete-look__title{font-family:"Montserrat Medium",sans-serif;font-size:14px;font-weight:500;line-height:17.07px;text-align:left;margin-bottom:10px;color:var(--black);transition:.3s}.complete-look__title:hover{color:var(--pink)}.complete-look__cost{font-family:"Montserrat SemiBold",sans-serif;font-size:17px;font-weight:600;line-height:22px;text-align:left}.complete-look__info{grid-area:1/2/2/3}.complete-look__image{width:100px;height:110px;border-radius:5px;grid-area:1/1/2/2;object-fit:cover}@media(max-width: 1599px){.complete-look__image{width:85px;height:90px}}@media(max-width: 1279px){.complete-look__image{width:105px;height:115px}}@media(max-width: 1023px){.complete-look__image{width:85px;height:90px}}.complete-look__btns{grid-area:2/1/3/3;display:flex;gap:10px;--bust-btn-padding: 15px 16px 17px;--bust-btn-padding-575: 15px 16px 17px;--bust-btn-fs: 14px}.complete-look__btns button{line-height:17px}.complete-look__btns .dropdown.product-size{max-width:160px;margin-bottom:0 !important}.complete-look__btns .dropdown.product-size .btn-select{height:50px !important}.complete-look__btns .dropdown.product-size .btn-select:hover{border:1px solid #0d0d0e !important}.complete-look__btns .dropdown.product-size .dropdown-menu.dropdown-menu-size-product.show{z-index:99999 !important}.complete-look__scrollbar{z-index:1 !important;margin-top:1px;position:relative !important;--swiper-scrollbar-sides-offset: 0;--swiper-scrollbar-bottom: 0;--swiper-scrollbar-size: 2px;--swiper-scrollbar-drag-bg-color: var(--pink);border-radius:1px;margin-top:10px}@media(max-width: 1279px){.complete-look__scrollbar{display:block;margin:10px 24px 0}}@media(max-width: 575px){.complete-look__scrollbar{margin:10px 16px 0}}.tabs-block{background-color:var(--gray);margin-top:75px;--container-padding-right: 16px;--container-padding-left: 16px}@media(max-width: 1599px){.tabs-block{margin-top:45px}}@media(max-width: 1023px){.tabs-block{margin-top:25px}}.tabs-block__header{padding-top:30px;border-bottom:1px solid var(--gray-35)}@media(max-width: 767px){.tabs-block__header{padding-top:18px}}.tabs-block__header__container{margin-bottom:-1px;overflow-x:scroll;scrollbar-width:0;width:100% !important}.tabs-block__header__container::-webkit-scrollbar{display:none}@media(max-width: 1279px){.tabs-block__header__container{margin-left:0 !important}}.tabs-block__header__wrapper{display:flex;gap:55px;width:max-content}@media(max-width: 479px){.tabs-block__header__wrapper{gap:30px}}.tabs-block__tab{border-bottom:2px solid rgba(0,0,0,0);padding-bottom:18px;cursor:pointer;transition:.2s;flex-shrink:0}@media(max-width: 1439px){.tabs-block__tab{padding-bottom:13px}}.tabs-block__tab.--active{border-bottom:2px solid var(--black);--tab-title-color: var(--black)}.tabs-block__tab-title{font-family:"Montserrat SemiBold",sans-serif;font-size:20px;line-height:26px;font-weight:600;text-align:left;color:var(--tab-title-color, var(--gray-100));transition:inherit}@media(max-width: 1439px){.tabs-block__tab-title{font-size:17px;line-height:22px}}.tabs-block__body{padding:30px 0 40px}@media(max-width: 767px){.tabs-block__body{padding:20px 0 25px}}.tabs-block__content{display:none;opacity:0;transition:opacity .15s linear}.tabs-block__content.--show{opacity:1}.tabs-block__content.--active{display:block}.tabs-block__chars{display:flex;flex-direction:column;gap:15px}.tabs-block__chars_title-column{width:290px;display:flex;align-items:flex-end;gap:5px;flex-shrink:0}@media(max-width: 767px){.tabs-block__chars_title-column{width:auto}}.tabs-block__chars_title{font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:19.5px;text-align:left;opacity:.55;display:inline;text-wrap:nowrap}@media(max-width: 767px){.tabs-block__chars_title{font-size:14px;line-height:17px}}.tabs-block__chars_title_dots{border-bottom:1px dashed #b0b1bf;width:100%;height:1px;margin-bottom:4px}@media(max-width: 767px){.tabs-block__chars_title_dots{display:none}}.tabs-block__chars_description{font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:19.5px;text-align:left}@media(max-width: 767px){.tabs-block__chars_description{font-size:14px;line-height:17px}}.tabs-block__char{display:flex;gap:10px;align-items:flex-start}@media(max-width: 767px){.tabs-block__char{gap:5px}}.tabs-block__description{max-width:920px;font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:24px;text-align:left}@media(max-width: 767px){.tabs-block__description{font-size:14px}}.tabs-block a.tabs-block__description{color:var(--pink);transition:.2s}.tabs-block a.tabs-block__description:hover{color:var(--pink-hover)}.pop-up{position:fixed;z-index:1111;top:110px;right:50%;transform:translateX(50%);background-color:#fff;border-radius:8px;padding:20px 25px 30px;min-width:300px;max-width:515px;display:none;box-shadow:0 30px 100px 0 rgba(13,13,14,.15)}@media(max-width: 767px){.pop-up{padding:10px 15px 20px}}@media(max-width: 320px){.pop-up{min-width:unset}}.pop-up.active{display:block}.pop-up__container{display:flex;flex-direction:column;align-items:center;gap:15px}.pop-up__text{font-family:"Montserrat SemiBold",sans-serif;font-weight:600;font-size:17px;line-height:1.29412;text-align:center;color:#0d0d0e}@media(max-width: 767px){.pop-up__text{font-size:14px}}.pop-up__important{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:100%;background-color:#e95670;box-shadow:0 10px 25px 0 rgba(243,60,93,.5)}@media(max-width: 767px){.pop-up__important{width:35px;height:35px}}.pop-up__close{position:absolute;top:20px;right:20px}@media(max-width: 767px){.pop-up__close{top:10px;right:10px}}.pop-up__close svg rect{transition:.2s}.pop-up__close:hover svg rect{fill:#0d0d0e}@media(max-width: 767px){.pop-up__close svg{width:15px;height:15px}}.main-page .container,header .container,footer .container{max-width:var(--container-width, 1727px) !important;width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media(max-width: 576px){.main-page .container,header .container,footer .container{padding-right:var(--container-padding-right, 8px);padding-left:var(--container-padding-left, 8px)}}.container-min{max-width:var(--container-width, 1376px);width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media(max-width: 576px){.container-min{padding-right:var(--container-padding-right, 8px);padding-left:var(--container-padding-left, 8px)}}a{text-decoration:none}button{border:none;padding:0;background:rgba(0,0,0,0);cursor:pointer}.bust-link{color:var(--bust-link-color, var(--pink));border-bottom:1px dashed var(--bust-link-border-color, var(--pink));padding-bottom:4px;transition:.2s;font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:16px}@media(max-width: 1025px){.bust-link{font-size:13px}}.bust-link:hover{border-bottom:1px dashed var(--bust-link-hover-border-color, var(--pink-40));color:var(--bust-link-hover-color, var(--pink-hover))}.bust-link:active{border-bottom:1px dashed var(--bust-link-active-border-color, var(--pink));color:var(--bust-link-hover-color, var(--pink-hover))}.bust-button{display:var(--bust-btn-display, block);width:max-content;height:max-content;padding:var(--bust-btn-padding, 18px 24px 20px);border-radius:8px;box-shadow:0 17px 45px 0 rgba(233,86,112,.35);background:#e95670;font-family:"Montserrat Medium",sans-serif;font-weight:500;font-size:var(--bust-btn-fs, 16px);line-height:120%;color:#fff !important;transition:.3s;white-space:nowrap;border:1px solid var(--bust-button-border-color, #e95670)}@media(max-width: 575px){.bust-button{padding:var(--bust-btn-padding-575, 16.5px 20px 18.5px);font-size:var(--bust-btn-fs, 14px)}}@media(min-width: 1024px){.bust-button:hover{box-shadow:0 17px 45px 0 rgba(233,86,112,.45)}}.bust-button:active{box-shadow:none}.bust-button span{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit !important}.bust-button--light{background:rgba(233,86,112,.07);color:#e95670 !important;border:1px solid rgba(233,86,112,.15);box-shadow:none}.bust-button--light_border{transition:.2s;fill:var(--lightbtn-ico-border, #e95670)}.bust-button--light_inner{transition:.2s;fill:#fff;fill-opacity:var(--lightbtn-ico-fill-opacity, 0.2)}@media(min-width: 1024px){.bust-button--light:hover{background:#e95670;color:#fff !important;box-shadow:0 10px 30px 0 rgba(233,86,112,.25);--lightbtn-ico-border: #fff}}.bust-button--light:active{box-shadow:none;--lightbtn-ico-fill-opacity: #fff}.bust-button--black{border:1px solid var(--black);background:var(--black);color:#fff !important;box-shadow:none !important}.bust-button--black:hover{background:#252634}.bust-button--black:active{background:var(--black)}.bust-button.--white-transparent{background:rgba(0,0,0,0);color:#fff;border-color:#fff;box-shadow:none}.bust-button.--white-transparent:hover{background:#e95670;border-color:var(--bust-button-border-color, #e95670)}.navigation-arrow svg{transition:.3s;fill:var(--navigation-fill, var(--black));width:100%;height:100%}.navigation-arrow:hover{--navigation-fill: var(--pink)}.bust-input{padding:19px 30px 20px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.03);font-weight:400;font-size:16px;line-height:144%;color:#fff;transition:.3s}.bust-input:hover{border-color:rgba(255,255,255,.45)}.bust-input:focus{border-color:var(--pink)}.bust-input.error{border-color:var(--pink)}.breadcrumb{margin:25px 0;scrollbar-width:0}@media only screen and (max-width: 576px){.breadcrumb{margin:15px 0;padding:0}}.breadcrumb::-webkit-scrollbar{display:none}.swiper-button-lock{display:none}.table-sizes__col{display:table-cell !important}thead th:first-child{display:table-cell !important}.table-scrollbox .table-sizes .size-disable{color:rgba(176,177,191,.7) !important}.dropdown-menu.dropdown-menu-size-product.show{width:max-content}@media screen and (max-width: 576px){.dropdown-menu.dropdown-menu-size-product.show{padding-bottom:10px !important;border-radius:8px !important}}.dropdown-menu.dropdown-menu-size-product.show .checkbox-size{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:400;line-height:23px;text-align:center}.dropdown-menu.dropdown-menu-size-product.show .table-mScrollbar.table-scrollbox{padding-bottom:5px;scrollbar-width:5px}.dropdown-menu.dropdown-menu-size-product.show .table-mScrollbar.table-scrollbox::-webkit-scrollbar{width:5px;height:5px;margin-bottom:10px}.dropdown-menu.dropdown-menu-size-product.show .table-mScrollbar.table-scrollbox::-webkit-scrollbar-track{background-color:#b0b1bf;border-radius:17px;overflow:hidden}.dropdown-menu.dropdown-menu-size-product.show .table-mScrollbar.table-scrollbox::-webkit-scrollbar-thumb{background-color:#252634;border-radius:17px;overflow:hidden}.dropdown-menu.dropdown-menu-size-product.show .table-scrollbox.table-sizes td{min-width:65px}.dropdown-menu.dropdown-menu-size-product.show .table{margin-bottom:0 !important}.dropdown-menu.dropdown-menu-size-product.show .table label{width:65px;height:40px;margin:-1px}.dropdown-menu.dropdown-menu-size-product.show .table td{min-width:65px !important;min-height:40px !important;height:40px !important;padding:0 !important}.dropdown-menu.dropdown-menu-size-product.show .table td.size-disable{color:#b0b1bf !important;border:1px solid rgba(176,177,191,.1) !important;background:rgba(176,177,191,.05) !important}.dropdown-menu.dropdown-menu-size-product.show .table .table-sizes__col{font-family:"Montserrat Medium",sans-serif;font-size:16px;font-weight:500;line-height:19.5px;text-align:center}.dropdown-menu.dropdown-menu-size-product.show .table thead th{font-family:"Montserrat Medium",sans-serif;font-size:16px !important;font-weight:500;line-height:19.5px;text-align:center}main{position:relative;z-index:1}

/* End */


/* Start:/local/templates/newlif_8/css/changes.css?175007197811355*/
/* Footer */

.contacts {
	margin: 75px 0 10px;
}

.contacts-box a[href$="gmail.com"] {
	color: #e95670;
}

.contacts-box a[href$="bust-club.ru"] {
	color: #e95670;
}

.footer_mail {
	color: #fff;
}

.btn-add-favorite {
	height: 21px;
}

.table-mScrollbar {
	display: flex;
}

@media only screen and (max-width: 1200px) {
	.contacts-content {
		padding:      45px 0;
		padding-left: 15px; }

	.contacts .map {
		margin-left: 10px; }
}

@media only screen and (max-width: 1100px) {
	.contacts {
		margin-top: 45px;
	}
}

/* Sales */

.sales-page .sales__title {
	margin-top:    55px;
	margin-bottom: 35px;
}

.page__filter {
	display:       flex;
	border:        1px solid rgba(176, 177, 191, 0.3);
	border-radius: 8px;
	width:         max-content;
	margin-bottom: 35px;
}

.page__filter-btn {
	font-weight:   500;
	font-size:     16px;
	line-height:   20px;
	padding:       21px 25px;
	position:      relative;
	color:         #252634;
	opacity:       .45;
	border-radius: 8px;
}

.page__filter-btn:hover {
	color:   #e95670;
	opacity: 1;
}

.page__filter-btn.btn-active {
	background: #fdf3f5;
	border:     1px solid rgba(233, 86, 112, 0.15);
	color:      #e95670;
	opacity:    1;
}

.page__filter-btn.btn-active::after {
	display: none;
}

.page__filter-btn:not(:last-child)::after {
	content:      "";
	position:     absolute;
	top:          50%;
	transform:    translateY(-50%);
	right:        0;
	width:        0;
	height:       30px;
	border-right: 1px solid rgba(176, 177, 191, 0.7);
}

.sales__table {
	margin-bottom: 35px;
}

.table__items {
	display:               grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:                   30px;
}

.table__item {
	width: 100%;
}

.table__item:hover {
	opacity: .7;
}

.table__item-img {
	margin-bottom: 25px;
	width:         100%;
	height:        100%;
}

.table__item-title {
	font-weight:   600;
	font-size:     17px;
	line-height:   22px;
	color:         #000;
	margin-bottom: 10px;
}

/* Basket */

.basket-card {
	border: 1px solid rgba(176, 177, 191, 0.3);
}

.total-basket.tb-1000 {
	width:       27%;
	background:  #fff;
	margin-left: 20px;
}

.fixed-position {
	position: fixed;
	z-index:  10;
	width:    27%;
}

.total-basket.static-position {
	position: absolute;
}

.label-promo {
	border: 1px solid rgba(176, 177, 191, 0.5);
}

.b-768 {
	display: none;
}

.order__form-block {
	margin-top: 75px;
	max-width:  1057px;
}

.basket-page .order__form-title {
	font-weight:   600;
	font-size:     28px;
	line-height:   42px;
	color:         #000;
	margin-bottom: 20px;
}

.order__form {
	width:                 100%;
	display:               grid !important;
	grid-template-columns: 1fr 1fr;
	gap:                   30px;
}

.order__form legend {
	font-weight:   600;
	font-size:     20px;
	line-height:   26px;
	color:         #000;
	margin-bottom: 15px;
}

.order__form fieldset {
	width: 100%;
}

.order__form-input {
	position:      relative;
	padding:       20px 30px;
	border:        1px solid rgba(176, 177, 191, 0.5);
	border-radius: 8px;
	margin-bottom: 10px;
}

.form__input-city {
	color: #252634;
}

.form__input-city:hover {
	color:   #252634;
	opacity: .7;
}

.form__input-ico {
	position:  absolute;
	top:       50%;
	right:     5%;
	transform: translateY(-50%);
}

.form__bottom {
	border:        1px solid #b0b1bf;
	border-radius: 8px;
	padding:       40px 30px;
}

.form__bottom-legend {
	display: flex;
	gap:     20px;
}

.form__radio:not(:last-child) {
	margin-bottom: 10px;
}

.order__form-radio {
	position: absolute;
	z-index:  -1;
	opacity:  0;
}

.form__radio-label {
	font-weight:   600;
	font-size:     17px;
	line-height:   22px;
	color:         #000;
	margin-bottom: 5px;
}

.form__radio-subtitle {
	margin-left: 28px;
	color:       #252634;
}

.order__form-radio + label {
	display:     inline-flex;
	align-items: center;
	user-select: none;
}

.order__form-radio + label::before {
	content:             "";
	display:             inline-block;
	width:               18px;
	height:              18px;
	border:              1px solid #e95670;
	border-radius:       50%;
	margin-right:        10px;
	background-repeat:   no-repeat;
	background-position: center center;
	background-size:     50% 50%;
}

.order__form-radio + label:hover {
	cursor: pointer;
}

.order__form-radio:not(:disabled):not(:checked) + label:hover::before {
	border-color: #b3d7ff;
	cursor:       pointer;
}

.order__form-radio:not(:disabled):active + label::before {
	background-color: #b3d7ff;
}

.order__form-radio:checked + label::before {
	background-color: #e95670;
	background-image: url("/local/templates/newlif_8/css/../img/checked-ico.svg");
}

@media only screen and (max-width: 1540px) {
	.total-basket.tb-1000 {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.order__form-block {
		margin-top: 45px;
		max-width:  640px;
	}

	.order__form {
		gap: 20px;
	}

	.form__bottom {
		padding: 21px 24px;
	}
}

/* Brands */

.brands-page .row-my {
	display:               grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:                   30px;
}

.brand-page .brand__logo {
	background:    rgba(176, 177, 191, 0.15);
	border-radius: 8px;
	margin-bottom: 35px;
}

.brand-page .brand__logo-img {
	margin: 0 auto;
}

.brand-page .items-table {
	margin:        0 auto;
	margin-bottom: 20px;
}

.brand-page .title-line {
	margin-left: 8.5%;
}

.brand-page .catalog-val {
	margin-right: 41%;
}

.brand-page .catalog__how-link {
	display:     flex;
	align-items: center;
}

.brand-page .catalog__how-link p {
	color:         #e95670;
	border-bottom: 1px dashed #e95670;
}

.brand-page .how__link-ico {
	padding-top: 5%;
}

.brand-page .catalog-info-box:not(:first-child) h3 {
	font-size: 20px;
}

@media only screen and (max-width: 1100px) {
	.brand-page .title-line {
		margin-left: 13%;
	}
}

.brand-box {
	height: 183px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	/*    padding: 0 5px;*/
}

@media only screen and (max-width: 768px) {
	.contacts-content:before {
		border-radius: 0;
		right:         -10%; }

	.map {
		width: calc(100% + 65px);
	}

	.brands-page .row-my {
		grid-template-columns: 1fr 1fr 1fr;
		gap:                   10px;
	}

	.brand-page .title-line {
		flex-direction: column;
		margin:         0;
	}

	.brand-page .catalog-val {
		margin: 0;
	}

	.contacts .map {
		margin-left: -5%; }

	.contacts .row:first-child {
		flex-direction: column;
	}

	.contacts .col-md-6 {
		max-width: 100%;
	}

	.contacts .col-md-6:nth-child(2n+1) {
		max-width: 40%;
	}

	.contacts .col-md-6:first-child {
		max-width: 100%;
	}

	.t-b {
		display: none;
	}

	.b-768 {
		display: block;
	}

	.b-768.total-basket {
		max-width:     568px;
		width:         100%;
		padding:       25px;
		margin:        0 auto;
		margin-top:    35px;
		margin-bottom: 40px;
	}

	.b-768.total-basket p:not(:last-child) {
		margin-bottom: 5px;
	}

	.b-768 .total-basket__footer {
		flex-direction: row;
	}

	.b-768.total-basket .label-promo {
		width:         254px;
		margin-right:  10px;
		margin-bottom: 0;
	}

	.b-768.total-basket .btn {
		width: 254px !important;
	}

	.total-basket__wrap {
		margin: 5px 0;
	}

	sales-page .sales__title {
		margin-top: 35px;
	}

	.table__items {
		grid-template-columns: 1fr 1fr;
	}

	.table__item:nth-child(n+9) {
		display: none;
	}
}


@media only screen and (max-width: 640px) {
	.page__filter-btn {
		padding: 17px 18px;
	}
}

@media only screen and (max-width: 576px) {
	/* .contacts-content {
		 padding: 45px 0 75px 15px; } */
	.contacts-content .row {
		/* max-width: 55%; */
		flex-wrap: nowrap;
	}

	.contacts-content .contacts-box p {
		white-space: break-spaces;
	}

	.contacts {
		margin-top: 0;
	}

	.basket-card {
		padding: 15px 20px 15px;
	}

	.b-768.total-basket .label-promo,
	.b-768.total-basket .btn {
		width: 194px !important;
	}

	.total-basket__footer {
		max-width: 100%; }
}

@media only screen and (max-width: 480px) {
	.catalog-info-box__wrapper {
		margin: 0 0 15px; }

	.order__form {
		grid-template-columns: 1fr;
	}

	.form__radio-label,
	.form__radio-subtitle {
		font-size: 14px;
	}

	.brand-page .title-line .btn-filter {
		margin-bottom: 20px;
	}

	.basket-page .order__form-title {
		font-size: 17px;
	}

	.order__form-block {
		margin-bottom: 30px;
	}

	.order__form legend {
		font-size: 16px;
	}

	.form__bottom-legend p {
		font-size:   17px;
		padding-top: 10px;
	}

	.form__bottom {
		position: relative;
		border:   0;
		padding:  21px 0;
	}

	.form__bottom::after,
	.form__bottom:last-child::before {
		content:    "";
		position:   absolute;
		top:        0;
		left:       -10%;
		width:      150%;
		height:     1px;
		border-top: 1px solid #b0b1bf;
		opacity:    .3;
	}

	.form__bottom:last-child::before {
		top: 100%;
	}
}

@media only screen and (max-width: 340px) {
	.table__items {
		grid-template-columns: 1fr;
	}

	.contacts-content {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.brands-page .row-my {
		grid-template-columns: 1fr 1fr;
		gap:                   5px;
	}

	.contacts-content .row {
		max-width: 100%;
		flex-wrap: wrap;
	}

	.links-clear {
		margin: 0 auto;
	}

	.order__form {
		gap: 15px;
	}

	.b-768.total-basket {
		width:         100%;
		margin-bottom: 20px;
	}

	.b-768.total-basket__footer {
		gap: 10px;
	}

	.b-768.total-basket .label-promo, .b-768.total-basket .btn {
		max-width: 288px !important;
		width:     100% !important;
	}

	.b-768 .total-basket__footer {
		flex-direction: column;
		gap:            10px;
	}
}

@media screen and (max-width: 550px) {
	.page-link {
		width:     28px;
		height:    28px;
		min-width: 28px;
		font-size: 15px;
	}

	.pagination-prev, .pagination-next {
		margin: 0;
	}

	.pagination-nav {
		margin-bottom: 20px;
	}
}

/*
body .mobile-menu {
    z-index: 998;
}
*/
div.title-search-result {
	z-index: 100001 !important;
}

@media only screen and (max-width: 576px) {
	.mobile-menu .form-search {
		display:   -webkit-box;
		display:   -ms-flexbox;
		display:   flex;
		margin:    40px 0 25px 0;
		max-width: 288px;
	}
}

.modal-open .modal {
	z-index: 100000 !important;
}

/* End */


/* Start:/local/templates/newlif_8/custom.css?175100313116340*/
body {
    overflow-x: hidden;
}

.sub_title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 28px;
    line-height: 42px;
}

.advantages-product-item {
    max-width: 320px !important;
}

.advantages-product-item__body p {
    margin: 0;
}

.zoomContainer {
    z-index: 889;
}

.dropdown-menu {
    z-index: 888 !important;
}

header {
    z-index: 1000 !important;
}

.razmer_ko ~ .checkbox-size__text {
    /*    display: block !important;*/
}

.product-item-price-current {
    white-space: nowrap;
}

.brand__logo-img {
    margin-left: auto;
    margin-right: auto;
}

.sales__logo-img {
    width: 100%;
    object-fit: cover;
}


.contacts-content {
    margin-left: 20px;
    height: 100%;
}

.contacts {
    margin-bottom: 0;
}

.row-changes {
    margin-left: 0;
    width: auto;
}

@media only screen and (max-width: 1200px) {
    .contacts-content {
        margin-left: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .contacts-content {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .contacts-content .contacts-box p {
        white-space: inherit;
    }
}

@media only screen and (max-width: 420px) {
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.dropdown-menu {
    max-width: 100%;
}

.table-sizes .td-active {
    background: #e95670;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .models-slider .model-card {
        margin: 0 auto;
        width: 227px;
        max-width: none;
    }

    .mCSB_scrollTools_vertical {
        display: none !important;
    }
}

#calculForm .form-selection input {
    border: 1px solid #e95670;
    color: #000;
}

#calculForm .form-selection .input-text-size, #calculForm .form-selection input::placeholder, #calculForm .form-selection input::ms-input-placeholder, #calculForm .form-selection input:ms-input-placeholder, #calculForm .form-selection input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

#calculForm .form-selection input::-webkit-input-placeholder {
    color: #000;
}

#calculForm .form-selection input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

#calculForm .form-selection input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

#calculForm .form-selection input:-ms-input-placeholder {
    color: #000;
}

#calculForm .form-selection input::-ms-input-placeholder {
    color: #000;
}

#calculForm .form-selection input::placeholder {
    color: #000;
}

#razmerResultModal .btns-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

#razmerResultModal .btns-wrapper > * {
    margin-top: 10px;
}

/*
.catalog-page #catalog_section .product-card__col.col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
*/


@media (max-width: 1440px) {
    .catalog-page #catalog_section .product-card__col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 650px) {
    .catalog-page #catalog_section .product-card__col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .catalog-page #catalog_section .model-card__img {
        height: 320px;
    }
}

@media (max-width: 450px) {
    .catalog-page #catalog_section .model-card__img {
        height: 210px;
    }
}

/*
@media (max-width: 1450px) {
    .myflex {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 1251px) {
    .smart-filter-button-box{
        margin-top: 30px !important;
    }
    .pprice-filter {
        margin-top: 18px;
    }
}
*/

.smart-filter {
    margin-bottom: 40px;
}

.smart-filter__left {
    width: 50%;

}

.smart-filter__left-title {
    align-self: center;
    /*margin-right: 15px;*/
    /*margin-left: 30px;*/
}

.smart-filter__right {
    width: 50%;
}

@media (min-width: 576px) {
    .smart-filter__right {
        display: flex !important;
        flex: 1 !important;
    }

    .col-lg-6.pprice-filter {
        -ms-flex: 0 0 50% !important;
        flex: 1 0 50% !important;
        max-width: 100% !important;
        min-width: 300px !important;
    }

    .smart-filter-parameters-box.col-md-6 {
        flex: 1 0 50% !important;
        max-width: 100% !important;
    }
}


.pprice-filter_text {
    padding-left: 0;
    align-self: center;
}

@media (max-width: 1600px) {
    .smart-filter__left {
        width: 60%;
    }

    .smart-filter__right {
        width: 40%;
    }
}

@media (max-width: 1380px) {
    .smart-filter__left {
        width: 100%;
    }

    .smart-filter__right {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 1100px) {
    .pprice-filter {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .pprice-filter {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .smart-filter__left-title {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .smart-filter-slider-track-container {
        padding-left: 0;
        padding-right: 0;
    }

    .smart-filter .min-price {
        margin-left: 0;
    }
}

/*
@media (max-width: 481px) {
    .smart-filter .dropdown-filter-toggle {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
*/
.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .custom-row {
        gap: 30px 15px;
    }
}


.podbor-dropdown {
    right: 0 !important;
    left: auto !important;
    transform: translate(0) !important;
    top: 60px !important;
    padding: 55px;
    border-radius: 8px;
    background: linear-gradient(128deg, #0d0d0e 0%, #252634 100%);
    max-width: 900px;
    width: 900px;
}

.podbor-dropdown__title {
    color: #fff;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.podbor-dropdown__title svg {
    display: none;
}

.podbor-dropdown__head {
    display: flex;
    margin-bottom: 35px;
}

.podbor-dropdown__head-item {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.podbor-dropdown__head-item:last-child {
    margin-left: 35px;
}

.podbor-dropdown__head-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dashed #fff;
    margin-right: 10px;
    white-space: nowrap;
    transition: .2s linear;
}

.podbor-dropdown__head-item:hover {
    cursor: pointer;
}

.podbor-dropdown__head-item:hover .podbor-dropdown__head-link{
    color: #e95670;
    border-bottom-color: #e95670;
}

.podbor-dropdown__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.podbor-dropdown__body .label-group__text {
    color: #fff;
    font-size: 16px;
}

.podbor-dropdown__body .label-group {
    margin-bottom: 0;
}

.podbor-dropdown-relative {
    position: relative;
}

.podbor-dropdown__foot .podbor-dropdown__head-item {
    display: none;
}

@media screen and (max-width: 940px) {
    .podbor-dropdown__head-item.item-first {
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .podbor-dropdown {
        max-width: 720px;
    }

    .podbor-dropdown__body {
        padding-bottom: 100px;
        justify-content: flex-start;
    }

    .podbor-dropdown__body button {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .podbor-dropdown__body .label-group ~ .label-group {
        margin-left: 35px;
    }
}

@media screen and (max-width: 645px) {
    .podbor-dropdown {
        position: fixed !important;
        width: 100%;
        height: 100%;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: translate(0) !important;
        max-width: 100%;
        margin: 0;
        z-index: 9999 !important;
        padding: 0;
        border-radius: 0;
    }

    .podbor-dropdown__title {
        padding: 15px;
        font-size: 17px;
        display: flex;
    }

    .podbor-dropdown__title svg {
        margin-right: 10px;
        font-size: 17px;
        display: block;
    }

    .podbor-dropdown__head .podbor-dropdown__head-item {
        display: none;
    }

    .podbor-dropdown__foot .podbor-dropdown__head-item {
        display: flex;
    }

    .podbor-dropdown button {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        font-size: 16px;
        border-radius: 0;
    }

    .podbor-dropdown-relative {
        position: inherit;
        width: 100%;
        height: 100%;
    }

    .podbor-dropdown__body {
        padding-bottom: 25px;
    }

    .podbor-dropdown__body, .podbor-dropdown__foot {
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between;
    }

    .podbor-dropdown__body .label-group {
        display: block;
    }

    .label-group__icon {
        margin-left: auto;
        margin-right: auto;
    }

    .podbor-dropdown__body .label-group ~ .label-group {
        margin-left: 20px;
    }

    .podbor-dropdown__body .label-group .label-group__text {
        width: 100%;
        padding: 0;
    }

    .podbor-dropdown__body .label-group .label-group__text p {
        text-align: center;
    }

    .podbor-dropdown__head-item.item-first {
        position: inherit;
        margin-bottom: 20px;
    }

    .podbor-dropdown__head-item:last-child {
        margin-left: 0;
    }

    .podbor-dropdown__head-link {
        margin-left: 10px;
        margin-right: 0;
    }

    .podbor-dropdown__body .label-group {
        width: 46%;
        max-width: inherit;
    }
}

div.contacts-content:before {
    right: -50px;
}

.product-page {
    margin: 0;
}

.contacts iframe {
    z-index: 1;
}

body .brand-page .title-line {
    margin-left: 0;
}

.brand-page .catalog__how-link {
    margin-left: auto;
}

@media screen and (max-width: 1100px) {
    .brand-page .catalog__how-link {
        margin-left: 0;
    }
}

#podborDropdown {
    cursor: pointer;
}

#podborDropdown::after {
    display: none;
}

.smart-filter-section__head-mobile, .podborDropdown-mobile {
    display: none;
}

form.smart-filter-form {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .smart-filter.fshow {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .smart-filter-section {
        width: 100%;
        height: 100%;
    }

    form.smart-filter-form {
        padding-top: 0;
        height: 100%;

    }

    .smart-filter-section__head-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: #0d0d0e;
        color: #fff;
        padding-left: 16px;
        padding-right: 16px;
    }

    .smart-filter-section__head-mobile .mobile-del {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .smart-filter-section__head-mobile__title {
        font-size: 17px;
        font-weight: 600;
        line-height: 130%;
    }

    .smart-filter-section__head-mobile__title svg {
        margin-right: 10px;
    }

    #del_filter, .smart-filter__left-title {
        display: none;
    }

    #del_filter.mobile-del {
        display: block;
    }

    .smart-filter .dropdown-filter {
        margin: 0;
    }

    .smart-filter .dropdown-filter .dropdown-filter-toggle {
        font-size: 16px;
        font-weight: 500;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .smart-filter__right {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 20px;
    }

    .smart-filter .dropdown-filter .dropdown-filter-toggle:after {
        float: right !important;
        transform: rotate(-90deg);
    }

    .pprice-filter .form-control {
        padding: 0;
        height: auto;
    }

    .pprice-filter .blockss {
        height: 22px;
    }

    .pprice-filter .smart-filter-parameters-box .smart-filter-block {
        /*margin-left: 10px;*/
    }

    #set_filter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        width: 100%;
        height: 62px !important;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        border-radius: 0;
        z-index: 999;
    }

    .pprice-filter_text {
        margin-top: 15px;
    }

    .dropdown-menu.show {
        border-radius: 0;
        transform: translate(0) !important;
        top: 100% !important;
        left: 0 !important;
        margin-top: 0;
        padding-bottom: 60px;
    }

    .dropdown-filter .dropdown-menu.show {
        top: 0 !important;
        padding: 0;
        overflow-y: auto;
        height: 93%;
    }

    .smart-filter .custom-row {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .smart-filter .dropdown-menu-filter:before {
        display: none;
    }

    .smart-filter .form-filter-mobile__category__links {
        padding: 20px;
        /* active
        background: rgba(233, 86, 112, 0.25);
        border: 1px solid rgba(233, 86, 112, 0.25);
        */
    }

    .smart-filter .list-checkbox > div {
        border: 1px solid rgba(176, 177, 191, 0.35);
    }

    .smart-filter .label-checkbox button.btn, .smart-filter .smart-filter-parameters-box-container button.btn {
        display: none;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .smart-filter .smart-filter-parameters-box .checkbox-custom {
        top: 50%;
        transform: translate(0, -50%);
    }

    .podborDropdown-mobile {
        display: flex;
    }
}

.selection-content {
    position: relative;
    z-index: 2;
}

.product-page .price-wrapper {
    margin-bottom: 20px;
}

.product-page .price-wrapper .old-price {
    width: auto;
    display: inline-block;
    vertical-align: text-top;
}

.list-sorting li a.blue {
    color: #007bff;
}

.card-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 8px;
    top: 8px;
}

.card-labels .label-btn {
    margin-bottom: 8px;
    padding: 6px 13px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    background: #E95670;
    border-radius: 3px;
}

@media (max-width: 1200px) {
    .card-labels .label-btn {
        padding: 3px 4px;
        font-size: 10px;
    }
}

.total-basket-box .btn {
    margin-top: 20px;
}

.yWidgetBlock-yclients {
    z-index: 100002 !important;
}

.modal-instruction {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s linear;
}

.modal-instruction.active {
    opacity: 1;
    visibility: visible;
    z-index: 100002;
}

.modal-instruction__content {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 720px;
}

.modal-instruction__content iframe {
    display: flex;
    width: 100%;
    height: 100%;
}

.modal-instruction__close {
    position: absolute;
    top: -30px;
    right: -30px;
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal-instruction__close::before,
.modal-instruction__close::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: flex;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 50px;
    transform: translateY(-50%) rotate(-135deg);
}

.modal-instruction__close::after {
    transform: translateY(-50%) rotate(135deg);
}

.table-sizes--row tbody {
    display: flex;
}
.no-active {
    opacity: .7;
    pointer-events: none;
}

.catalog-info-box__wrapper.no-hidden{
	max-height: none;
}
.links-toggle.links-details.hidden{
	display: none !important;
}

/* End */


/* Start:/local/templates/newlif_8/components/bitrix/sale.basket.basket.line/mixa_corzina/style.css?17500719774968*/
.bx-basket { }

.bx-basket-block {
	position:       relative;
	padding-bottom: 5px;
	padding-left:   20px;
	white-space:    nowrap;
	font-size:      12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top:      3px;
	left:     0;
	width:    12px;
	color:    #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position:      fixed;
		z-index:       998;
		overflow:      hidden;
		padding-top:   10px;
		width:         200px;
		border:        1px solid #f0f0f0;
		border-radius: 1px;
		background:    #fff;
		box-shadow:    0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position:      fixed;
		right:         0;
		bottom:        0;
		left:          0;
		z-index:       998;
		overflow:      hidden;
		padding-top:   10px;
		border:        1px solid #f0f0f0;
		border-radius: 1px;
		background:    #fff;
		box-shadow:    0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position:       relative;
	overflow:       hidden;
	padding-bottom: 20px;
	border-top:     1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right:    0;
	bottom:   0;
	left:     0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height:   20px;
}

.bx-basket-item-list-action {
	position:       absolute;
	right:          0;
	bottom:         0;
	left:           0;
	z-index:        120;
	padding:        3px 0;
	height:         20px;
	background:     #f7f7f7;
	color:          #4f4f4f;
	vertical-align: middle;
	text-align:     center;
	font-size:      12px;
	line-height:    14px;
	cursor:         pointer;
}

.bx-basket-item-list-button-container {
	position:   absolute;
	right:      0;
	bottom:     20px;
	left:       0;
	padding:    10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position:      relative;
	margin-bottom: 15px;
	padding-top:   15px;
	padding-right: 10px;
	padding-left:  10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin:        0 10px 20px;
	padding:       3px;
	border-radius: 3px;
	background:    #ebebeb;
	text-align:    center;
	white-space:   normal;
	font-weight:   bold;
	font-size:     12px;
	line-height:   16px;
}

.bx-basket-item-list-item-img {
	position:       relative;
	padding-bottom: 5px;
	text-align:     center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height:    auto;
	border:    1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size:   13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position:   absolute;
	top:        -7px;
	right:      10px;
	width:      20px;
	height:     20px;
	opacity:    .5;
	cursor:     pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position:         absolute;
	top:              50%;
	left:             50%;
	display:          block;
	width:            10px;
	height:           2px;
	border-radius:    1px;
	background-color: #333;
	content:          "";
	transform:        translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform:    translate(-50%, -50%) rotate(45deg);
	-ms-transform:     translate(-50%, -50%) rotate(45deg);
	-o-transform:      translate(-50%, -50%) rotate(45deg);
	transform:         translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform:    translate(-50%, -50%) rotate(135deg);
	-ms-transform:     translate(-50%, -50%) rotate(135deg);
	-o-transform:      translate(-50%, -50%) rotate(135deg);
	transform:         translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size:      12px;
}

.bx-basket-item-list-item-price {
	display:      inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display:         inline-block;
	margin-right:    5px;
	color:           #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/newlif_8/components/bitrix/menu/111new/style.css?17500719774573*/
/**Top menu**/
#horizontal-multilevel-menu, #horizontal-multilevel-menu ul {
	margin:     0; padding: 0;
	background: #bc262c url(/local/templates/newlif_8/components/bitrix/menu/111new/images/header_menu_bg.gif) repeat-x;
	min-height: 27px;
	width:      100%;
	list-style: none;
	font-size:  11px;
	float:      left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu {

}

/*Links*/
#horizontal-multilevel-menu a {
	display:         block;
	padding:         5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration: none;
	text-align:      center;
}

#horizontal-multilevel-menu li {
	float: left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item {
	color:       #fff;
	font-weight: bold;
	padding:     7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected {
	background:  #fc8d3d;
	color:       #fff;
	font-weight: bold;
	padding:     7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item {
	background: #e26336;
	color:      #fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent {
	background: url(/local/templates/newlif_8/components/bitrix/menu/111new/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied {
	background: url(/local/templates/newlif_8/components/bitrix/menu/111new/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover {
	background: #d6d6d6;
	color:      #fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected {
	background: #d6d6d6;
	color:      #fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul {
	position:   absolute;
	/*top:-999em;*/
	top:        auto;
	display:    none;
	z-index:    500;

	height:     auto;
	/*width:12em;*/
	width:      135px;
	background: #f5f5f5;
	border:     1px solid #c1c1c1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li {
	width:         100%;
	border-bottom: 1px solid #dedede;
}

/*Item link*/
#horizontal-multilevel-menu li ul a {
	text-align: left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a {
	color:       #4f4f4f;
	font-weight: bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a {
	color: #4f4f4f;
}

#horizontal-multilevel-menu li ul ul {
	margin: -27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul {
	/*top:-999em;*/
	display: none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul {
	/*z-index:1000;
	top:auto;*/
	display: block;
}

div.menu-clear-left {
	clear: left;
}

/* End */


/* Start:/local/templates/newlif_8/components/bitrix/menu/bottom_men/style.css?1750071977631*/
/* Left menu*/
ul.left-menu {
	list-style:    none;
	margin:        0; padding: 0;
	margin-bottom: 8px;
	position:      relative; /*IE bug*/
}

ul.left-menu li {
	padding:    10px 16px;
	background: #f5f5f5 url(/local/templates/newlif_8/components/bitrix/menu/bottom_men/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a {
	font-size:       100%;
	color:           #bc262c;
	font-weight:     bold;
	text-decoration: none;
}

ul.left-menu li a:visited {
	color: #bc262c;
}

ul.left-menu li a:hover {
	color: #bc262c;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
	color: #fc8d3d;
}




/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1697833332163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/niges/scbtns/templates/ajax/style.css?169783333724530*/
/* NIGES.SCBTNS / SOCIAL NETWORKS and MESSENGERS */

.nsm-fab {line-height:1;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;}
@font-face{font-family:"NSMFontAwesome";font-style:normal;font-weight:normal;font-display:auto;
	src:url(/bitrix/components/niges/scbtns/templates/ajax/./afonts-5/fa-brands.eot);
	src:url(/bitrix/components/niges/scbtns/templates/ajax/./afonts-5/fa-brands2.eot?#iefix) format("embedded-opentype"),
	url(/bitrix/components/niges/scbtns/templates/ajax/./afonts-5/fa-brands.woff2) format("woff2"),
	url(/bitrix/components/niges/scbtns/templates/ajax/./afonts-5/fa-brands.woff) format("woff"),
	url(/bitrix/components/niges/scbtns/templates/ajax/./afonts-5/fa-brands.ttf) format("truetype"),
	url(/bitrix/components/niges/scbtns/templates/ajax/./afonts-5/fa-brands.svg#fontawesome) format("svg")
}
.nsm-fab {font-family:"NSMFontAwesome";}

.nsm-fa-tel-var1:before{content:"\f000"}
.nsm-fa-tel-var2:before{content:"\f001"}
.nsm-fa-tel-var3:before{content:"\f002"}
.nsm-fa-tel-var4:before{content:"\f003"}
.nsm-fa-tel-var5:before{content:"\f004"}
.nsm-fa-tel-var6:before{content:"\f005"}

.nsm-fa-instagram:before{content:"\f040"}
.nsm-fa-odnoklassniki:before{content:"\f041"}
.nsm-fa-vk:before{content:"\f042"}
.nsm-fa-facebook:before{content:"\f043"}
.nsm-fa-twitter:before{content:"\f044"}
.nsm-fa-pinterest:before{content:"\f045"}
.nsm-fa-youtube:before{content:"\f046"}
.nsm-fa-tiktok:before{content:"\f047"}
.nsm-fa-snapchat:before{content:"\f048"}
.nsm-fa-twitch:before{content:"\f049"}
.nsm-fa-zen:before{content:"\f04a"}

.nsm-fa-whatsapp:before{content:"\f080"}
.nsm-fa-telegram:before{content:"\f081"}
.nsm-fa-viber:before{content:"\f082"}
.nsm-fa-skype:before{content:"\f083"}
.nsm-fa-messenger:before{content:"\f084"}
.nsm-fa-wechat:before{content:"\f085"}

.nsm-fa-vimeo:before{content:"\f050"}
.nsm-fa-chat:before{content:"\f090"}
.nsm-fa-email:before{content:"\f091"}
.nsm-fa-user:before{content:"\f092"}
.nsm-fa-lock:before{content:"\f094"}
.nsm-fa-lock3:before{content:"\f096"}

.nsm-fa-behance:before{content:"\f0c0"}
.nsm-fa-dribbble:before{content:"\f0c1"}
.nsm-fa-trello:before{content:"\f0c2"}
.nsm-fa-slack:before{content:"\f0c3"}
.nsm-fa-b24:before{content:"\f0c4"}
.nsm-fa-bitrix24:before{content:"\f0c5"}
.nsm-fa-crm:before{content:"\f0c6"}
.nsm-fa-amocrm:before{content:"\f0c7"}

.nsm-fa-googledrive:before{content:"\f0d0"}
.nsm-fa-yandexdisk:before{content:"\f0d1"}
.nsm-fa-onedrive:before{content:"\f0d2"}
.nsm-fa-link:before{content:"\f0d5"}
.nsm-fa-url:before{content:"\f0d6"}
.nsm-fa-download:before{content:"\f0d7"}
.nsm-fa-book:before{content:"\f0d9"}
.nsm-fa-file:before{content:"\f0da"}
.nsm-fa-pdf:before{content:"\f0db"}
.nsm-fa-doc:before{content:"\f0dc"}
.nsm-fa-zip:before{content:"\f0dd"}

.nsm-fa-cart:before{content:"\f100"}
.nsm-fa-present:before{content:"\f101"}
.nsm-fa-sale:before{content:"\f102"}
.nsm-fa-review:before{content:"\f103"}
.nsm-fa-map:before{content:"\f104"}
.nsm-fa-search:before{content:"\f105"}
.nsm-fa-order:before{content:"\f106"}
.nsm-fa-calc:before{content:"\f107"}
.nsm-fa-pay:before{content:"\f108"}

.nsm-fa-goods:before{content:"\f11d"}
.nsm-fa-kazanexpress:before{content:"\f11e"}
.nsm-fa-beru:before{content:"\f11f"}
.nsm-fa-avito:before{content:"\f120"}
.nsm-fa-aliexpress:before{content:"\f121"}
.nsm-fa-ozon:before{content:"\f122"}
.nsm-fa-yandexmarket:before{content:"\f123"}
.nsm-fa-la:before{content:"\f124"}
.nsm-fa-wb:before{content:"\f125"}
.nsm-fa-cdek:before{content:"\f126"}
.nsm-fa-youla:before{content:"\f127"}
.nsm-fa-tiu:before{content:"\f128"}

.nsm-fa-appstore:before{content:"\f110"}
.nsm-fa-apple:before{content:"\f111"}
.nsm-fa-googleplay:before{content:"\f112"}
.nsm-fa-android:before{content:"\f113"}
.nsm-fa-windowsstore:before{content:"\f114"}
.nsm-fa-windows:before{content:"\f115"}
.nsm-fa-xbox:before{content:"\f116"}
.nsm-fa-playstation:before{content:"\f117"}
.nsm-fa-steam:before{content:"\f118"}

.nsm-bar a.nsm-fa-br {max-height: 1px !important;    margin-top: 0px !important;    margin-bottom: 0px !important;}
.nsm-bar a.nsm-fa-brv {max-width: 1px !important;    margin-left: 0px !important;    margin-right: 0px !important;}
.nsm-bar a.nsm-fa-br5 {max-height: 1px !important;      margin-top: 5px !important;    margin-bottom: 5px !important;}
.nsm-bar a.nsm-fa-brv5 {max-width: 1px !important;     margin-left: 5px !important;    margin-right: 5px !important;}
.nsm-bar a.nsm-fa-br10 {max-height: 1px !important;     margin-top: 10px !important;    margin-bottom: 10px !important;}
.nsm-bar a.nsm-fa-brv10 {max-width: 1px !important;     margin-left: 10px !important;    margin-right: 10px !important;}
.nsm-bar a.nsm-fa-br15 {max-height: 1px !important;      margin-top: 15px !important;    margin-bottom: 15px !important;}
.nsm-bar a.nsm-fa-brv15 {max-width: 1px !important;      margin-left: 15px !important;    margin-right: 15px !important;}
.nsm-bar a.nsm-fa-br20 {max-height: 1px !important;      margin-top: 20px !important;    margin-bottom: 20px !important;}
.nsm-bar a.nsm-fa-brv20 {max-width: 1px !important;      margin-left: 20px !important;    margin-right: 20px !important;}
.nsm-bar a.nsm-fa-br25 {max-height: 1px !important;      margin-top: 25px !important;    margin-bottom: 25px !important;}
.nsm-bar a.nsm-fa-brv25 {max-width: 1px !important;      margin-left: 25px !important;    margin-right: 25px !important;}
.nsm-fa-br:before, .nsm-fa-brv:before ,
.nsm-fa-br5:before, .nsm-fa-brv5:before ,
.nsm-fa-br10:before, .nsm-fa-brv10:before ,
.nsm-fa-br15:before, .nsm-fa-brv15:before ,
.nsm-fa-br20:before, .nsm-fa-brv20:before ,
.nsm-fa-br25:before, .nsm-fa-brv25:before {content:""}

/* Niges SCBtns Native Style */
.nsm-bar-c.nsm-style-native .nsm-fab ,
.nsm-bar.nsm-style-native .nsm-fab {
	color:#fff !important;	
}
.nsm-bar-c.nsm-style-native .nsm-fa-instagram ,
.nsm-bar.nsm-style-native .nsm-fa-instagram {
	background: #bd20c7 !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-odnoklassniki ,
.nsm-bar.nsm-style-native .nsm-fa-odnoklassniki {
	background: #f19912 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-vk ,
.nsm-bar.nsm-style-native .nsm-fa-vk {
	background: #467fc2 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-facebook ,
.nsm-bar.nsm-style-native .nsm-fa-facebook {
	background: #3b5998 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-twitter , 
.nsm-bar.nsm-style-native .nsm-fa-twitter {
	background: #37a4d9 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-pinterest ,
.nsm-bar.nsm-style-native .nsm-fa-pinterest {
	background: #bb0112 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-telegram ,
.nsm-bar.nsm-style-native .nsm-fa-telegram {
	background: #32a7d9 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-viber ,
.nsm-bar.nsm-style-native .nsm-fa-viber {
	background: #7f49ac !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-whatsapp ,
.nsm-bar.nsm-style-native .nsm-fa-whatsapp {
	/*background: #08bb07 !important;*/
	background: #25d366 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-skype ,
.nsm-bar.nsm-style-native .nsm-fa-skype {
	background: #27a3e3 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-youtube ,
.nsm-bar.nsm-style-native .nsm-fa-youtube {
	background: #dc100c !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-tiktok ,
.nsm-bar.nsm-style-native .nsm-fa-tiktok {
	background: #000000 !important;
	text-shadow: -0.05em -0.05em #26f3ee, 0.05em 0.05em #f72f54;
}
.nsm-bar-c.nsm-style-native .nsm-fa-zen ,
.nsm-bar.nsm-style-native .nsm-fa-zen {
	background: #000000 !important; 
}
.nsm-bar-c.nsm-style-native .nsm-fa-twitch , 
.nsm-bar.nsm-style-native .nsm-fa-twitch {
	background: #9146ff !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-wechat ,
.nsm-bar.nsm-style-native .nsm-fa-wechat {
	background: #07c160 !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-snapchat ,
.nsm-bar.nsm-style-native .nsm-fa-snapchat {
	background: #fffd00 !important;
	text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000;
}
.nsm-bar-c.nsm-style-native .nsm-fa-messenger ,
.nsm-bar.nsm-style-native .nsm-fa-messenger {
	background: #da45b4 !important;
	background: linear-gradient(221deg, rgba(255,71,85,1), rgba(255,71,85,0) 80.71%),            linear-gradient(127deg, rgba(214,73,185,1), rgba(214,73,185,0) 70.71%),            linear-gradient(376deg, rgba(55,135,249,1), rgba(55,135,255,0) 90.71%)  !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var1, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var2, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var3, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var4, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var5, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var6, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var1, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var2, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var3, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var4, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var5, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var6 {
	background: #009900 !important;
    background-image: radial-gradient(ellipse farthest-corner at left top, #1ed001 0%, #00a000 50%, #008e00 100%) !important;
}
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var1:hover, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var2:hover, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var3:hover, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var4:hover, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var5:hover, 
.nsm-bar-c.nsm-style-native .nsm-fa-tel-var6:hover, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var1:hover, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var2:hover, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var3:hover, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var4:hover, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var5:hover, 
.nsm-bar.nsm-style-native .nsm-fa-tel-var6:hover { 
	background: #00b712 !important; 
	background-image: radial-gradient(ellipse farthest-corner at left top, #1ddb00 0%, #00ac00 50%, #008000 100%) !important;
}

/* other */
.nsm-bar-c.nsm-style-native .nsm-fa-br,
.nsm-bar-c.nsm-style-native .nsm-fa-brv,
.nsm-bar-c.nsm-style-native .nsm-fa-br5,
.nsm-bar-c.nsm-style-native .nsm-fa-brv5,
.nsm-bar-c.nsm-style-native .nsm-fa-br10,
.nsm-bar-c.nsm-style-native .nsm-fa-brv10,
.nsm-bar-c.nsm-style-native .nsm-fa-br15,
.nsm-bar-c.nsm-style-native .nsm-fa-brv15,
.nsm-bar-c.nsm-style-native .nsm-fa-br20,
.nsm-bar-c.nsm-style-native .nsm-fa-brv20,
.nsm-bar-c.nsm-style-native .nsm-fa-br25,
.nsm-bar-c.nsm-style-native .nsm-fa-brv25, 
.nsm-bar.nsm-style-native .nsm-fa-br,
.nsm-bar.nsm-style-native .nsm-fa-brv,
.nsm-bar.nsm-style-native .nsm-fa-br5,
.nsm-bar.nsm-style-native .nsm-fa-brv5,
.nsm-bar.nsm-style-native .nsm-fa-br10,
.nsm-bar.nsm-style-native .nsm-fa-brv10,
.nsm-bar.nsm-style-native .nsm-fa-br15,
.nsm-bar.nsm-style-native .nsm-fa-brv15,
.nsm-bar.nsm-style-native .nsm-fa-br20,
.nsm-bar.nsm-style-native .nsm-fa-brv20,
.nsm-bar.nsm-style-native .nsm-fa-br25,
.nsm-bar.nsm-style-native .nsm-fa-brv25  {	background: #808080 !important }

.nsm-bar-c.nsm-style-native .nsm-fa-vimeo ,
.nsm-bar.nsm-style-native .nsm-fa-vimeo {	background: #19b1e3 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-chat , 
.nsm-bar.nsm-style-native .nsm-fa-chat {	background: #2546b3 !important; background-image: radial-gradient(ellipse farthest-corner at right bottom, #007d66 0%, #01a27d 50%, #01e0c9 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-email ,
.nsm-bar.nsm-style-native .nsm-fa-email {	background: #da981e !important; background-image: radial-gradient(ellipse farthest-corner at right bottom, #d08700 0%, #e2a700 50%, #ffc600 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-user , 
.nsm-bar.nsm-style-native .nsm-fa-user {	background: #1865ad !important; background-image: radial-gradient(ellipse farthest-corner at right bottom, #0030b7 0%, #2f44de 50%, #0060ea 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-lock , 
.nsm-bar.nsm-style-native .nsm-fa-lock {	background-image: radial-gradient(ellipse farthest-corner at right bottom, #028229 0%, #00ad2d 50%, #01d82d 100%) !important }
.nsm-bar-c.nsm-style-native .nsm-fa-lock3 ,
.nsm-bar.nsm-style-native .nsm-fa-lock3 {	background-image: radial-gradient(ellipse farthest-corner at right bottom, #028229 0%, #00ad2d 50%, #01d82d 100%) !important }

.nsm-bar-c.nsm-style-native .nsm-fa-behance ,
.nsm-bar.nsm-style-native .nsm-fa-behance {	background: #1769ff !important }
.nsm-bar-c.nsm-style-native .nsm-fa-dribbble ,
.nsm-bar.nsm-style-native .nsm-fa-dribbble {	background: #dd4e85 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-trello ,
.nsm-bar.nsm-style-native .nsm-fa-trello {	background: #0075b9 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-slack ,
.nsm-bar.nsm-style-native .nsm-fa-slack {	background: #481449 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-b24 ,
.nsm-bar.nsm-style-native .nsm-fa-b24 {	background: #0bb5e8 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-bitrix24 , 
.nsm-bar.nsm-style-native .nsm-fa-bitrix24 {	background: #0bb5e8 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-crm , 
.nsm-bar.nsm-style-native .nsm-fa-crm {	background: #0b58e8 !important; background-image: radial-gradient(ellipse farthest-corner at left bottom, #003d71 0%, #008db7 50%, #011fe0 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-amocrm , 
.nsm-bar.nsm-style-native .nsm-fa-amocrm {	background: #0083bf !important }

.nsm-bar-c.nsm-style-native .nsm-fa-googledrive , 
.nsm-bar.nsm-style-native .nsm-fa-googledrive {	background: #191a1e !important }
.nsm-bar-c.nsm-style-native .nsm-fa-yandexdisk ,
.nsm-bar.nsm-style-native .nsm-fa-yandexdisk {	background: #0073f6 !important; background: #ef0303 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-onedrive ,
.nsm-bar.nsm-style-native .nsm-fa-onedrive {	background: #0948ab !important }

.nsm-bar-c.nsm-style-native .nsm-fa-link ,
.nsm-bar.nsm-style-native .nsm-fa-link {	background: #094fab !important; background-image: radial-gradient(ellipse farthest-corner at left top, #00bbf3 0%, #2081b9 50%, #03376b 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-url ,
.nsm-bar.nsm-style-native .nsm-fa-url {	background: #09aba3 !important; background-image: radial-gradient(ellipse farthest-corner at left top, #00d083 0%, #09aba3 50%, #037b75 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-download ,
.nsm-bar.nsm-style-native .nsm-fa-download {	background: #09ab47 !important;background-image: radial-gradient(ellipse farthest-corner at left top, #00ff4e 0%, #09ab47 50%, #006527 100%) !important; }

.nsm-bar-c.nsm-style-native .nsm-fa-book ,
.nsm-bar.nsm-style-native .nsm-fa-book {	background: #a06712 !important;     background-image: radial-gradient(ellipse farthest-corner at right bottom, #ff4700 0%, #ea7700 50%, #ffdd00 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-file ,
.nsm-bar.nsm-style-native .nsm-fa-file {	background: #301a63 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-pdf ,
.nsm-bar.nsm-style-native .nsm-fa-pdf {	background: #a50000 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-doc ,
.nsm-bar.nsm-style-native .nsm-fa-doc {	background: #1757b7 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-zip ,
.nsm-bar.nsm-style-native .nsm-fa-zip {	background: #21295b !important }

.nsm-bar-c.nsm-style-native .nsm-fa-cart ,
.nsm-bar.nsm-style-native .nsm-fa-cart {	background-color: #00a01b !important; background-image: linear-gradient(	170deg	, transparent 80%, #00a01b 30%), linear-gradient(	156deg	, transparent 68%, #00861d 30%), linear-gradient(	135deg	, transparent 60%, #00a01b 30%), linear-gradient(	115deg	, transparent 55%, #00861d 30%), linear-gradient(	65deg	, transparent 45%, #00a01b 30%), linear-gradient(	45deg	, transparent 40%, #00861d 30%), linear-gradient(	24deg	, transparent 32%, #00a01b 30%), linear-gradient(	10deg	, transparent 20%, #00861d 20%), linear-gradient(	0deg	, transparent 0%, #00a01b 0%) !important;		background-position: 50% 100% !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-present ,
.nsm-bar.nsm-style-native .nsm-fa-present {	background: repeating-linear-gradient( -45deg, transparent 0, transparent 25%, #ff0c0c 0, #ff3535 50% ), repeating-linear-gradient( 45deg, transparent 0, transparent 25%, #ffb300 0, #ff630c 50% ), repeating-linear-gradient( transparent 0, transparent 25%, gold 0, gold 50% ), #ff8100 !important;		background-blend-mode: multiply; background-size: 25% 25% !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-sale ,
.nsm-bar.nsm-style-native .nsm-fa-sale {	background-image: radial-gradient(ellipse farthest-corner at right bottom, #ff6a00 0%, #ff2300 50%, #ff8b00 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-review ,
.nsm-bar.nsm-style-native .nsm-fa-review {	background: #daa700 !important; background-image: radial-gradient(ellipse farthest-corner at right bottom, #ff7600 0%, #ff9900 50%, #fff500 100%) !important }
.nsm-bar-c.nsm-style-native .nsm-fa-map ,
.nsm-bar.nsm-style-native .nsm-fa-map {	background: #776d21 !important; background-image: radial-gradient(ellipse farthest-corner at right top, #188ed4 0%, #68981a 50%, #776d21 100%) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-search ,
.nsm-bar.nsm-style-native .nsm-fa-search {	background: #006f65 !important; background-image: radial-gradient(ellipse farthest-corner at right top, #01a798 0%, #038e87 50%, #004c45 100%) !important; }

.nsm-bar-c.nsm-style-native .nsm-fa-calc ,
.nsm-bar.nsm-style-native .nsm-fa-calc {	background-color: #007ba0 !important; 	background-image: linear-gradient( 		270deg		 , #9223f5 0%, #432bfa 50%, transparent 50%, transparent 70%, transparent), linear-gradient( 		270deg		 , #0294bf 0%, #035aa2 50%, transparent 50%, transparent 70%, transparent), linear-gradient( 		90deg		 , #00bc98 0%, #008e76 50%, transparent 50%, transparent 70%, transparent), linear-gradient( 		90deg		 , #31d247 0%, #22b137 50%, transparent 50%, transparent 70%, transparent) !important;			background-size: 100% 50%, 100% 50%, 100% 50%, 100% 50% !important;			background-repeat: no-repeat !important;			background-position: 0% 100%, 0% 0%, 0% 100%, 0% 0% !important;}

.nsm-bar-c.nsm-style-native .nsm-fa-order ,
.nsm-bar.nsm-style-native .nsm-fa-order {    background: #0b58e8 !important;    background-image: radial-gradient(ellipse farthest-corner at right bottom, #0063b7 0%, #008db7 50%, #0131e0 100%) !important;}
.nsm-bar-c.nsm-style-native .nsm-fa-pay ,
.nsm-bar.nsm-style-native .nsm-fa-pay {    background: #0b58e8 !important;    background-image: radial-gradient(ellipse farthest-corner at right bottom, #00b752 0%, #00b737 50%, #01e044 100%) !important;}

.nsm-bar-c.nsm-style-native .nsm-fa-goods ,
.nsm-bar.nsm-style-native .nsm-fa-goods {	background: #111111 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-kazanexpress ,
.nsm-bar.nsm-style-native .nsm-fa-kazanexpress {	background: #d82925 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-beru ,
.nsm-bar.nsm-style-native .nsm-fa-beru {	background: #6b3bf0 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-yandexmarket ,
.nsm-bar.nsm-style-native .nsm-fa-yandexmarket {	background: #111111 !important;     background-image: linear-gradient(	0deg, #020202, #2e2e2e) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-yandexmarket:before ,
.nsm-bar.nsm-style-native .nsm-fa-yandexmarket:before {	color: #f7c910 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-avito ,
.nsm-bar.nsm-style-native .nsm-fa-avito {	background: #0af !important }
.nsm-bar-c.nsm-style-native .nsm-fa-aliexpress ,
.nsm-bar.nsm-style-native .nsm-fa-aliexpress {	background: #df2d04 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-ozon ,
.nsm-bar.nsm-style-native .nsm-fa-ozon {	background: #0a63f7 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-lamoda ,
.nsm-bar.nsm-style-native .nsm-fa-lamoda {	background: #f13b00 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-aliexpress ,
.nsm-bar.nsm-style-native .nsm-fa-aliexpress {	background: #df2d04 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-wb ,
.nsm-bar.nsm-style-native .nsm-fa-wb {	background: #85108c !important;     background-image: linear-gradient(	90deg, #c112a5, #491274) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-cdek ,
.nsm-bar.nsm-style-native .nsm-fa-cdek {	background: #00803c !important }
.nsm-bar-c.nsm-style-native .nsm-fa-youla ,
.nsm-bar.nsm-style-native .nsm-fa-youla {	background: #4794ff !important;    background-image: linear-gradient(48deg, #d352fd, transparent), linear-gradient(2deg, #0034d4, transparent), linear-gradient(272deg, #00fffe, transparent) !important; }
.nsm-bar-c.nsm-style-native .nsm-fa-tiu ,
.nsm-bar.nsm-style-native .nsm-fa-tiu {    background: linear-gradient(135deg, #48509d, #712186) !important }

.nsm-bar-c.nsm-style-native .nsm-fa-appstore ,
.nsm-bar.nsm-style-native .nsm-fa-appstore {    background: linear-gradient(0deg, #1f6eea, #1ab7f6) !important }
.nsm-bar-c.nsm-style-native .nsm-fa-apple ,
.nsm-bar.nsm-style-native .nsm-fa-apple {	background: #111111 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-googleplay ,
.nsm-bar.nsm-style-native .nsm-fa-googleplay {	background: #111111 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-android , 
.nsm-bar.nsm-style-native .nsm-fa-android {	background: #8fc91c !important }
.nsm-bar-c.nsm-style-native .nsm-fa-windowsstore ,
.nsm-bar.nsm-style-native .nsm-fa-windowsstore {	background: #009ce9 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-windows ,
.nsm-bar.nsm-style-native .nsm-fa-windows {	background: #00a8e8 !important }
.nsm-bar-c.nsm-style-native .nsm-fa-xbox ,
.nsm-bar.nsm-style-native .nsm-fa-xbox {	background: #10780f !important }
.nsm-bar-c.nsm-style-native .nsm-fa-playstation ,
.nsm-bar.nsm-style-native .nsm-fa-playstation {	background: linear-gradient(rgb(12 12 60 / 40%), rgba(135, 60, 255, 0.0) 80%), linear-gradient(	-45deg, rgb(7 33 107 / 90%) 25%, rgb(19 81 220 / 90%) 75%) !important } 
.nsm-bar-c.nsm-style-native .nsm-fa-steam ,
.nsm-bar.nsm-style-native .nsm-fa-steam {	background: linear-gradient(0deg, #0b83b5, #07172a) !important ; }










/* Niges SCBtns CSS */
.nsm-bar-c .nsm-bar-btn,
.nsm-bar-c .nsm-bar-btn:hover,
.nsm-bar-c .nsm-bar-btn:focus,
.nsm-bar-c .nsm-bar-btn:active,
.nsm-bar-c .nsm-bar-btn:visited,
.nsm-bar .nsm-bar-btn,
.nsm-bar .nsm-bar-btn:hover,
.nsm-bar .nsm-bar-btn:focus,
.nsm-bar .nsm-bar-btn:active,
.nsm-bar .nsm-bar-btn:visited{
	outline: none;
	overflow: hidden;
	max-width: none;
	max-height: none;
	min-width: 0;
	min-height: 0;
	text-decoration: none;	
}
.nsm-bar-c ,
.nsm-bar{
	outline:none;
}
.nsm-bar-c .nsm-bar-btn ,
.nsm-bar .nsm-bar-btn{
	display: block;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
}

.nsm-bar.nsm-position-left {left: 0;}
.nsm-bar.nsm-position-right {right: 0;}
.nsm-bar-c.nsm-position-component .nsm-bar-btn,  
.nsm-bar.nsm-position-indiv .nsm-bar-btn {top: unset; bottom: unset;}
.nsm-bar.nsm-animation-none .nsm-bar-btn:hover {
}
.nsm-bar.nsm-animation-shake .nsm-bar-btn:hover{
}

.nsm-bar-c.nsm-animation-rotate .nsm-bar-btn:hover .nsm-bar__ico ,
.nsm-bar.nsm-animation-rotate .nsm-bar-btn:hover .nsm-bar__ico {
	-moz-transform: srotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.nsm-bar.nsm-position-left.nsm-animation-shift .nsm-bar-btn:hover {left: 10px;}
.nsm-bar.nsm-position-right.nsm-animation-shift .nsm-bar-btn:hover {left: -10px;}
.nsm-bar.nsm-position-indiv.nsm-animation-shift .nsm-bar-btn:hover {top: -5px;}
.nsm-bar-c.nsm-position-component.nsm-animation-shift .nsm-bar-btn:hover {top: -5px;}

#niges-scbtns, .niges-scbtns{
	display: inline-block;
}
.nsm-position-indiv{
	display: none;
}
#niges-scbtns .nsm-position-component,
#niges-scbtns .nsm-position-indiv,
.niges-scbtns .nsm-position-indiv{
	display: inline-block !important;
	position: relative !important;
}
#niges-scbtns .nsm-position-component .nsm-bar-btn,
#niges-scbtns .nsm-position-indiv .nsm-bar-btn,
.niges-scbtns .nsm-position-indiv .nsm-bar-btn{
	display: inline-block !important;
}

@media screen and (min-width:767.01px) {
	.nsm-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nsm-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/newlif_8/styles.css?17500719783260*/
.smart-filter-slider-track .smart-filter-slider-price-bar-vd {
	background: #e95670;
}

.smart-filter-slider-track .smart-filter-slider-price-bar-vn {
	background: transparent
}

.smart-filter-slider-range {
	z-index: 90;
}

@media screen and (max-width: 576px) {
	.smart-filter-parameters-box {
		width: 100%;
	}

	.pprice-filter .blockss {
		margin: 0;
	}
}

.bx-searchtitle .bx-input-group .bx-form-control {
	background:    transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
	padding:       0 0 10px !important;
	color:         rgba(255, 255, 255, 0.45) !important;
	font-weight:   500 !important;
	border-right:  none !important;
	border-left:   none !important;
	border-top:    none !important;
	min-width:     300px !important;
}

input.btn-submit {margin-left: 15px !important;
	max-width:                 200px;
	margin-bottom:             100px !important;
	background:                #e95670 !important;
	color:                     #fff !important;}

input.btn-submit:hover {margin-left: 15px !important;
	max-width:                       200px;
	margin-bottom:                   100px !important;
	background:                      #b11c37 !important;
	color:                           #fff !important;}

.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	padding-left:   30px !important;
	padding-bottom: 0px !important;
}

.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0d0d0e !important;
	margin-left:      -310px !important;
	padding:          20px;
	z-index:          999;
}

.intec-basket-offers-values-item.intec-basket-grid-item-auto, a.links-clear {display: none}

.intec-basket-offers-values-item.intec-basket-grid-item-auto.selected {display: block}

#comp_f4decad96abf5d9c4139aec96aa1a23b {
	margin-top: 50px;
}

.search-page.theme-blue input[type=submit] {
	border-color:     #e95670 !important;
	background-color: #e95670 !important;
}

.search-page.theme-blue input[type=submit]:hover {
	border-color:     #e95670 !important;
	background-color: #e95670 !important;
}

.search-page.theme-blue input[type=text] {
	border-color: #e95670 !important;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
	background: #e95670 !important;
}

.bx-filter.bx-blue .btn-themes {
	background-color: #e95670 !important;
	border-color:     #e95670 !important;
	color:            #fff;
}

.bx-blue .btn.btn-default:hover {
	outline:          none;
	background-color: #e95670 !important;
	border-color:     #e95670 !important;
	color:            #fff;
}

.bx-blue .btn.btn-default {
	outline:          none;
	background-color: #e95670 !important;
	border-color:     #e95670 !important;
	color:            #fff;
}

.activen {
	background: #e95670;
	color:      #fff !important;
}

.opennew .sidebar-menu {
	display: block !important;
}

.opennew .activen {
	padding:       7px 10px !important;
	border-radius: 8px !important;
}

.header-dropdown {
	/*margin-top:13px!important;*/
}


.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color: #e95670;
}

.dropdown-menu__body.scroll-text.mScrollbar {
	overflow: hidden;
}

.gallery-product-max {
	overflow: hidden;
}

.table-mScrollbar {
	overflow: auto;
}
/* End */


/* Start:/local/templates/newlif_8/template_styles.css?17500719787992*/
div#bx_incl_area_10_1_2 {
	display:       -ms-flexbox;
	display:       flex;
	-ms-flex-wrap: wrap;
	flex-wrap:     wrap;
	margin-right:  -15px;
	margin-left:   -15px;}

div#bx_ * {width: 100%}

.mimi2 {
	max-height: 40px;
	margin-top: 10px;
}

.mimi1 {
	display:     block;

	margin-left: 100px;
	width:       200px;
	margin-top:  -30px;
}

.smart-filter-parameters-box, .smart-filter-parameters-box .dropdown-filter-toggle {font-weight: 700 !important; }


.smart-filter-parameters-box .checkbox-custom {
	position: absolute;
	left:     0;
	top:      12px;
}

.color-circle-red {

	border: 1px solid #beb979 !important;
}

.product-content__item {
	margin: 20px 0 30px !important;
}

.add-favorite.active {
	background: #e95670 !important;
	border:     1px solid rgba(233, 86, 112, 0.15);
}

.recommended-product-card .price-wrapper {
	font-size: 15px !important;
}

.btn-add-favorite.active {
	cursor:  copy;
	display: block !important;
}

.add-favorite.active .btn-icon {
	background:      url("/bitrix/templates/newlif/img/heart-hover-white.svg") no-repeat center;
	background-size: 100%; }

.row {

	width: 100%;
}

#rt a {
	margin:    10px;
	width:     100%;
	max-width: 210px;
}

#rt {max-width: 50%}

/*a.neok
{height: 60px;}
a.neok.active
{display:none;}
a.favor.ok
{display:none;}
a.favor.active.ok {
    display: flex;
    margin-top: 10px!important;
}*/


.links-details {

	/*margin-top: 20px;*/
}

.model-card .btn-add-card {
	position: static !important;

}

.checkbox-size_mixa {
	border:            1px solid #99902e;

	background:        #f5f2a3;
	width:             60px;
	height:            60px;
	border-radius:     50%;
	display:           -ms-flexbox;
	display:           flex;
	-webkit-box-align: center;
	-ms-flex-align:    center;
	align-items:       center;
	-webkit-box-pack:  center;
	-ms-flex-pack:     center;
	justify-content:   center;
	z-index:           1;
	cursor:            pointer;
	white-space:       nowrap;
	display:           inline-flex;
	font-weight:       600;
}

div.raz {
	position:      relative;
	display:       inline-block;
	border-radius: 50%;
	width:         60px;
	height:        60px;
	text-align:    center;
	margin:        5px 5px 5px 0px;
}

.checkbox-sizer__input:checked {
	background: #e95670;
	z-index:    2;
}

.checkbox-sizer__input:checked + label { z-index: 2;color: #fff; }

.checkbox-sizer__input {
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	background:    transparent;
	border:        none;
	border-radius: 50%;
	z-index:       -1;
	color:         red;

}

div.raz {
	position:      relative;
	display:       inline-block;
	border-radius: 50%;
	width:         60px;
	height:        60px;
	text-align:    center;
	border-radius: 100px;
	display:       inline-block;
}

.checkbox-sizer__input:checked + span.checkbox-size__text {
	display: block;
	z-index: 3;
	color:   #fff;
}

.model-card:hover .btn-add-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top:     20px;
}

@media only screen and (max-width: 480px) {
	.row {
		width: auto !important;
	}

	.dropdown-filter-toggle {
		padding:       20px 16px !important;
		font-size:     16px !important;
		border:        none !important;
		border-radius: 0 !important;
	}

	.toogle {
		border-bottom: 1px solid rgba(176, 177, 191, 0.35) !important;
	}

	.dropdown-filter-toggle:after {
		width:           24px;
		height:          24px;
		margin:          0 0 0 5px;
		border:          none;
		background:      url(/local/templates/newlif_8/../img/arrow-bottom.svg) no-repeat center;
		float:           right;
		transform:       rotate(270deg) !important;
		background-size: 100%;
	}

	.mob-s {
		height: auto;
		width:  100%
	}

	.list-checkbox li {
		padding: 20px 16px;
	}

	.web-s {
		border-bottom: 1px solid rgba(176, 177, 191, 0.35);
		padding:       20px 16px !important;
	}
}

body > .row {
	margin:    0 auto;
	max-width: 1800px;

}

.sizes-dropdown.header-dropdown {
	z-index: 99999;

}

.complete-product-wrapper {

	padding-right: 10px;

}


p {
	margin: 0px;
}

a {
	text-decoration: none;

}

h1 {
	/*font-size: 40px;*/
}

section {
	margin: 50px 0;
}

.container__about,
.container__contact {
	max-width: 1758px;
	width:     100%;
	margin:    0 auto;
	padding:   0 102px;
}

.container__contact {
	margin-bottom: 50px;
}


/* intro__________ */
.main__title {
	margin-left: 20px;
}

.intro {
	margin-top:      50px;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: space-between;
	align-items:     center;


}

.intro__left {

	width: 50%;
}

.intro__left-top {
	margin-left: 20px;

}

.intro__left-top > h3 {
	font-size:     30px;
	max-width:     500px;
	margin-bottom: 20px;
	line-height:   35px;

}

.intro__left-top > h4 {
	font-size:  25px;
	color:      #b1a6a4;
	font-style: italic;
}

.intro__left-bottom {
	padding-right: 10px;
}

.intro__right {
	width: 50%;
}

.intro__right > img {
	max-width: 681px;
	width:     100%;
	height:    auto;
}

.intro__right > p {
	margin:     10px;
	max-width:  681px;
	text-align: center;
}

/* about */
.about > h2 {
	text-align: center;
	font-size:  30px;
	margin:     30px;

}

.about__items {
	margin: 20px 0;
}

.about__item {
	display:         flex;
	flex-wrap:       wrap;
	align-items:     center;
	justify-content: space-between;
	margin:          30px 0;
}

.about__item:nth-child(even) {
	flex-direction: row-reverse;
}

.about__item-img {
	margin: 0 150px;
}

.about__item-img > img {

	max-width:     350px;
	max-height:    350px;
	border-radius: 50%;
}

.about__item-content {
	max-width: 750px;
	width:     100%;
}

.about__item-name {
	font-weight: 700;
}

.about__item-description {
	color:       #818181;
	line-height: 20px;
}

/* contacrt______ */
.contact__title {
	font-size:     51px;
	margin-bottom: 70px;
}

.contact__inner {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: space-between;
	align-items:     center;
}

.contact__item {
	font-size:     16px;
	color:         #818181;
	margin:        10px;
	margin-bottom: 40px;
}

.detail {
	color:         black;
	font-size:     18px;
	font-weight:   700;
	margin-bottom: 20px;

}

.parcing {
	font-weight: bold;
}

.date {
	color: black;
}

.contact__connect > a {
	color: #818181;
}

.contact__connect > a:hover {
	color: #e95670;
}

.contact__map {
	width: 500px;
}

.contact__right {
	text-align: center;
	max-width:  400px;
}

.contact__right > h3 {
	font-size:     40px;
	margin-bottom: 40px;
	line-height:   50px;
	text-align:    center;
}

.individual {
	font-size:     30px;
	color:         #818181;
	margin-bottom: 40px;
	font-weight:   bold;
	text-align:    center;

}

.line__img {
	width:        100px;
	text-align:   center;
	margin:       0 auto;
	padding-left: 20px;

}

@media (max-width: 1600px) {
	.about__item-img {
		margin: 30px 0;
	}
}

@media (max-width: 1300px) {
	.about__item-content {
		max-width: 550px;
	}

	.myflex {flex-wrap: wrap !important}

}

@media (max-width: 1120px) {
	.about__item {
		justify-content: center;
		margin-bottom:   10px;
	}

	.about__item-content {
		max-width: 750px;
	}

	.contact__title {
		text-align: center;
	}

	.contact__inner {
		justify-content: center;
	}

	.contact__left {
		display:         flex;
		justify-content: center;
		flex-wrap:       wrap;
	}

	.contact__item {
		margin-bottom: 20px;
	}

	.contact__right {
		max-wigth: 100%;
	}

}


@media (max-width: 820px) {
	.intro__left,
	.intro__right {
		width: 100%;
	}

	.intro__text-right {
		font-size: 18px;
	}
}

@media (max-width: 700px) {
	.container__about,
	.container__contact {
		padding: 0 20px;
	}

}

@media (max-width: 600px) {
	.intro__left-top > h3 {
		line-height: 30px;
		font-size:   30px;
	}

	.contact__left {
		text-align: center;
	}

	.contact__title {
		font-size: 30px;
	}

	.individual {
		font-size: 25px;
	}

	.contact__right > h3 {
		font-size:   30px;
		line-height: 30px;
	}
}

.test-sale-text {display: none;}

input[value="Да"] + .test-sale-text {display: block;}

.bold {font-weight: 400}

/* End */
/* /local/templates/newlif_8/css/main.css?1750071978222124 */
/* /front/dist/css/index.css?1742547122116973 */
/* /local/templates/newlif_8/css/changes.css?175007197811355 */
/* /local/templates/newlif_8/custom.css?175100313116340 */
/* /local/templates/newlif_8/components/bitrix/sale.basket.basket.line/mixa_corzina/style.css?17500719774968 */
/* /local/templates/newlif_8/components/bitrix/menu/111new/style.css?17500719774573 */
/* /local/templates/newlif_8/components/bitrix/menu/bottom_men/style.css?1750071977631 */
/* /bitrix/components/bitrix/form.result.new/error.css?1697833332163 */
/* /bitrix/components/niges/scbtns/templates/ajax/style.css?169783333724530 */
/* /local/templates/newlif_8/styles.css?17500719783260 */
/* /local/templates/newlif_8/template_styles.css?17500719787992 */
