/* reset styles */
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, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}

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

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

input:focus, textarea:focus, a:focus, button:focus, select:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del, s, strike {
	text-decoration: line-through;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
}

* {
	box-sizing: border-box;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
button {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password], input[type=date], input[type=tel]  {
    flex-shrink: 0;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid #b7b7b7;
    padding: 11px 15px 10px;
	margin-bottom: 20px;
}
/* responsive text align */

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

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

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

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

.text-xs-left {
	text-align: left;
}

.text-xs-right {
	text-align: right;
}

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

.text-xs-justify {
	text-align: justify;
}

@media (min-width: 544px) {
	.text-sm-left {
		text-align: left;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-center {
		text-align: center;
	}
	.text-sm-justify {
		text-align: justify;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-justify {
		text-align: justify;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-center {
		text-align: center;
	}
	.text-lg-justify {
		text-align: justify;
	}
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

html {
	height: 100%;
}

.no-flexbox body {
	min-height: 100%;
	height: 100%;
	display: block !important;
}

.page-wrapper,
.footer {
	max-width: none;
	min-width: 0;
	width: 100%;
	margin: 0 auto;
}

.no-flexbox .page-wrapper,
.no-flexbox .footer {
	width: auto;
}

.page-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
	min-height: 0;
}

.no-flexbox .page-wrapper {
	display: block !important;
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.page-body {
	-ms-flex: 1;
	flex: 1;
}

.page-body.flex-none {
	-ms-flex: none;
	flex: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 1366px) {
	.container {
		max-width: 1296px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid::after {
	content: "";
	display: table;
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-xl-1, .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-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 544px) {
	.col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1, .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-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1366px) {
	.col-xl-1, .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-10, .col-xl-11, .col-xl-12 {
		float: left;
	}
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-2 {
		width: 16.66667%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.33333%;
	}
	.col-xl-5 {
		width: 41.66667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.33333%;
	}
	.col-xl-8 {
		width: 66.66667%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.33333%;
	}
	.col-xl-11 {
		width: 91.66667%;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-pull-1 {
		right: 8.33333%;
	}
	.col-xl-pull-2 {
		right: 16.66667%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-4 {
		right: 33.33333%;
	}
	.col-xl-pull-5 {
		right: 41.66667%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-7 {
		right: 58.33333%;
	}
	.col-xl-pull-8 {
		right: 66.66667%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-10 {
		right: 83.33333%;
	}
	.col-xl-pull-11 {
		right: 91.66667%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-push-1 {
		left: 8.33333%;
	}
	.col-xl-push-2 {
		left: 16.66667%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-4 {
		left: 33.33333%;
	}
	.col-xl-push-5 {
		left: 41.66667%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-7 {
		left: 58.33333%;
	}
	.col-xl-push-8 {
		left: 66.66667%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-10 {
		left: 83.33333%;
	}
	.col-xl-push-11 {
		left: 91.66667%;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-offset-0 {
		margin-left: 0%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
}

.header__hint {
	position: relative;
	background-color: #262626;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 600px;
	padding: 0;
}

.header__hint-text {
	font-size: 16px;
	color: #fff;
}

.header__line-wrapper {
	border-bottom: 1px solid #f1f4f4;
}

.header__line {
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	height: 78px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header__line-phone {
	/*display: -ms-flexbox;
	display: flex;*/
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	flex-flow: row wrap;
}

.header__line-phone .schedule {
	width: 100%;
	font-size: 14px;
	color: #b7b7b7;
}
.schedule-mobile {
	display: none;
	width: 100%;
	font-size: 12px;
	color: #b7b7b7;
	padding: 0 0 10px;
}
@media screen and (max-width: 543px) {
	.schedule-mobile {
		display: block;
	}
}


.header__line-phone a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #2d2d2d;
}

.header__line-phone a:before {
	transition: opacity 0.2s ease;
	opacity: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #2d2d2d;
	left: 0;
	bottom: -1px;
}

.header__line-phone a:hover:before {
	opacity: 1;
}

.header__line-phone a:first-child {
	margin-right: 18px;
}

.header__line-phone a:first-child::after {
	content: '|';
	font-size: 14px;
	font-weight: 500;
	color: #2d2d2d;
	position: absolute;
	right: -11px;
	top: -1px;
}

.header__line-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 68px;
}

.header__line-logo a {
	display: inline-block;
	position: relative;
	width: 152px;
	height: 21px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__line-logo a svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	fill: #58595b;
}

.header__line-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 0px;
}

.header__line-icons a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	position: relative;
	transition: opacity 0.2s ease;
	margin-right: 15px;
}

.header__line-icons a:not(:last-child) {
	margin-right: 24px;
}

.header__line-icons a:hover {
	opacity: .9;
}

.header__ico-lang {
	width: 24px;
	height: 17px;
}

.header__ico-lang.ru {
	background: url("img/pngsprite/ru.png") no-repeat center;
}

.header__ico-lang.en {
	background: url("img/pngsprite/en.png") no-repeat center;
}

.header__ico-box {
	width: 29px;
	height: 23px;
}

.header__ico-box svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header__ico-user {
	width: 17px;
	height: 22px;
}

.header__ico-user svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	fill: #2d2d2d;
}
.header__ico-user:hover svg, .header__ico-bag:hover svg {
    fill: #656565;
}
.header__ico-box:hover svg {
    opacity: 0.8;
}

.header__ico-bag {
	width: 22px;
	height: 23px;
}

.header__ico-bag svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	fill: #2d2d2d;
}

.header__ico-bag-nubmer {
	position: absolute;
	left: calc(100% + 5px);
	top: 5px;
	font-size: 14px;
	color: #2d2d2d;
}

.header__menu-wrapper {
	margin-bottom: 3px;
}

.header__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__search-wrapper {
	margin-bottom: 45px;
}

.header__search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
    position: relative;
}

.header__search-form {
	max-width: 300px;
	width: 100%;
	border-bottom: 1px solid #2d2d2d;
}

.header__search-form .search {
	width: 100%;
	text-align: center;
	padding: 9px 15px 8px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #2d2d2d;
	-webkit-appearance: none;
}

.header__menu-btn {
	position: relative;
	display: none;
    width: 60px;
    height: 40px;
	cursor: pointer;
}

.header__menu-btn svg {
	position: absolute;
	left: 0;
	/*top: 10px;*/
	width: 40px;
	height: 20px;
	fill: #2d2d2d;
}

.menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	width: 100%;
}

.menu__item {
	display: inline-block;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.2s ease;
}

.menu__item:hover, .menu__item.active , .menu__submenu-title.active, .menu__submenu-link.active {
	background-color: #2d2d2d;
}

.menu__item:hover .menu__item-link, .menu__item.active .menu__item-link , .menu__submenu-title.active , .menu__submenu-link.active {
	color: #fff;
}

.menu__item:hover .menu__submenu {
	display: -ms-flexbox;
	display: flex;
}

.menu__item.active .menu__item-link {
	position: relative;
}

.menu__item.active .menu__item-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
    background-color: unset;
}

.menu__item-link {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.2s ease;
	padding: 15px 22px;
}

.menu__submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 543px;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
	padding: 23px 33px 23px 21px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 50;
	background-color: #fff;
}

.menu__submenu-content {
	column-count: 4;
	width: calc(100% - 262px);
}

.menu__submenu-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 240px;
	break-inside: avoid-column;
}

.menu__submenu-block--others {
	padding-top: 29px;
	position: relative;
}

.menu__submenu-block--others a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 5px 4px 15px !important;
	letter-spacing: 0 !important;
}

.menu__submenu-block--others a:not(:last-child) {
	margin-bottom: 0 !important;
}

.menu__submenu-block--others:after {
	content: '';
	position: absolute;
	width: calc(100% - 15px);
	height: 1px;
	left: 15px;
	top: 13px;
	background-color: #f2f5f5;
}

.menu__submenu-block:not(:last-child) {
	margin-bottom: 10px;
	margin-right: 10px;
}

.menu__submenu-block a {
	color: #2d2d2d;
	display: block;
	padding: 5px 5px 5px 15px;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: -.7px;
}

.menu__submenu-block a:hover {
	color: #fff;
	background-color: #2d2d2d;
}

.menu__submenu-block a:not(:last-child) {
	margin-bottom: 0px;
}

.menu__submenu-content-img {
	position: relative;
	width: 220px;
	height: 480px;
	margin-top: 11px;
	overflow: hidden;
}

.menu__submenu-content-img:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.menu__submenu-content-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.menu__submenu-content-img span {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0 20px;
	position: absolute;
	font-size: 24px;
	color: #fff;
	left: 50%;
	top: 56.3%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu__submenu-content-img span svg {
	width: 80px;
	height: 80px;
	fill: #fff;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: -94px;
}

.menu__submenu-title {
    font-weight: 700;
    text-transform: uppercase;
}

.menu__submenu-link {
	font-weight: 400;
}

.menu__submenu-title.show-all {
	background-color: #fff;
	color: #2d2d2d;
}

.menu-mobile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 94%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	transition: transform 0.5s ease;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 500;
}

.menu-mobile>* {
	width: 100%;
}

.menu-mobile__wrapper {
	overflow-y: scroll;
	height: calc(100vh + 52px);
}

.menu-mobile__wrapper::-webkit-scrollbar {
	display: none;
}

.menu-mobile .menu__submenu-link {
	padding: 0;
	display: none;
}

.menu-mobile .menu__submenu-content {
	column-count: auto;
	width: 100%;
}

.menu-mobile .menu__submenu-block:not(:last-child) {
	margin-bottom: 7px;
	margin-right: 0;
}

.menu-mobile .menu__submenu-block {
	width: 100%;
	break-inside: auto;
}

.menu-mobile .menu__submenu-block a {
	font-weight: 400;
	padding: 3px 0;
}

.menu-mobile__logo {
	height: 58px;
	border-bottom: 1px solid #e2dedf;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu-mobile__logo i {
	width: 100px;
	height: 20px;
	margin-left: 15px;
}

.menu-mobile__search input {
	background-color: #fafafa;
	font-size: 14px;
	padding: 11px 15px 11px;
	-webkit-appearance: none;
	margin-bottom: 15px;
}

.menu-mobile__close {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 15px;
	right: 16px;
}

.menu-mobile__close svg {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: #2d2d2d;
	left: 0;
	top: 0;
}

.menu-mobile__title {
	display: block;
	color: #2d2d2d;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 18px;
}

.menu-mobile__catalog {
	padding: 0 15px;
	margin-bottom: 21px;
}

.menu-mobile__search {
	margin-bottom: 20px;
    position: relative;
}

.menu-mobile__name>span , .menu-mobile__name > a {
	padding-right: 25px;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	color: #2d2d2d;
	font-size: 14px;
}

.menu-mobile__name>span>i , .menu-mobile__name > a > i {
	position: absolute;
	width: 13px;
	height: 13px;
	right: 0;
	top: 0;
}

.menu-mobile__name>span>i:after , .menu-mobile__name > a > i::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("img/svg/add.svg") no-repeat center;
}

.menu-mobile__name.active .menu-mobile__submenu-content {
	display: block;
}

.menu-mobile__name.active span i:after , .menu-mobile__name.active > a i::after {
	background: url("img/svg/remove.svg") no-repeat center;
}

.menu-mobile__item {
    padding: 0 0 0 10px;
}

.menu-mobile__item:not(:last-child) {
	margin-bottom: 14px;
}

.menu-mobile__submenu-content {
	display: none;
	padding-top: 9px;
}

.menu-mobile__submenu-content:empty {
	padding-top: 0;
}

.menu-mobile .menu__submenu-title {
	position: relative;
	display: block;
}

.menu-mobile .menu__submenu-title i {
	position: absolute;
	width: 13px;
	height: 13px;
	right: 0;
	top: 4px;
}

.menu-mobile .menu__submenu-title i:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("img/svg/add.svg") no-repeat center;
	right: 10px;
}

.menu-mobile .menu__submenu-block a:hover {
	color: #2d2d2d;
	background-color: #fff;
}

.menu-mobile .menu__submenu-block.active .menu__submenu-title {
	margin-bottom: 5px;
}

.menu-mobile .menu__submenu-block.active .menu__submenu-link {
	display: block;
	padding: 6px 0 6px 36px;
}

.menu-mobile .menu__submenu-block.active .menu__submenu-title i:after {
	background: url("img/svg/remove.svg") no-repeat center;
}

.menu-mobile__links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 27px 13px;
	border-bottom: 1px solid #e2dedf;
}

.menu-mobile__links a {
	font-size: 16px;
	line-height: 30px;
	color: #2d2d2d;
	display: inline-block;
	font-weight: 500;
}

.menu-mobile__links a:first-child {
	position: relative;
}

.menu-mobile__links a:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -17px;
	background-color: #e2dedf;
}

.menu-mobile__lk {
	padding: 12px 16px 15px;
	border-bottom: 1px solid #e2dedf;
}

.menu-mobile__lk-title {
	font-size: 16px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: 500;
	margin-bottom: 9px;
}

.menu-mobile__lk-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-mobile__lk-item a {
	position: relative;
	padding-left: 49px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #2d2d2d;
}

.menu-mobile__lk-item a svg {
	fill: #2d2d2d;
	position: absolute;
}

.menu-mobile__lk-item a:not(:last-child) {
	margin-bottom: 8px;
}

.menu-mobile__lk-login svg {
	width: 15px;
	height: 19px;
	left: 18px;
	top: 3px;
}

.menu-mobile__lk-order svg {
	width: 29px;
	height: 23px;
	left: 10px;
	top: 3px;
}

.menu-mobile__customer {
	padding: 12px 16px 12px;
	border-bottom: 1px solid #e2dedf;
}

.menu-mobile__customer-title {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: 500;
	margin-bottom: 5px;
}

.menu-mobile__customer-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 10px;
}

.menu-mobile__customer-list a {
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #2d2d2d;
}

.menu-mobile__customer-list a:not(:last-child) {
	margin-bottom: 0;
}

.menu-mobile__other {
	padding: 17px 66px;
}

.menu-mobile__other a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #2d2d2d;
}

.menu-mobile__other a svg {
	position: absolute;
	fill: #2d2d2d;
}

.menu-mobile__other a:not(:last-child) {
	margin-bottom: 6px;
}

.menu-mobile__other .header__ico-lang {
	position: absolute;
	left: -38px;
	top: 5px;
}

.menu-mobile__other-shops svg {
	width: 19px;
	height: 25px;
	left: -35px;
	top: 3px;
}

.menu-mobile__button {
	padding: 0 15px;
	margin-top: 15px;
}

.menu-mobile__button .btn {
	width: 100%;
}

.menu-mobile__button {
	padding: 15px;
}

.menu-mobile__button .btn {
	width: 100%;
}
.menu-mobile__phone {
    padding: 0 15px;
    margin-bottom: 15px;
}
.menu__submenu-block a.menu__sale, .menu-mobile__links a.menu__sale {
    color: #df0000;
}
.menu__submenu-block a.menu__green, .menu-mobile__links a.menu__green {
    color: green;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
	display:block; 
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s .3s, opacity .3s linear;
}


/* main site style */

.search-scroll-container {
	padding: 0;
	max-height: 539px;
	overflow-y: auto;
}

.search-scroll-container::-webkit-scrollbar {
	display: none;
}

.jspContainer {
	position: relative;
}

.jspPane {
	overflow: hidden;
}

.search-wrapp {
	position: relative;
}

.form__search-submite {
	font-size: 0;
	line-height: 0;
	outline: none !important;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 32px;
	background-position: 10px 50%;
	margin: 0;
	padding: 0;
}

.form__search-list li.form__search-item {
	position: relative !important;
	display: block;
	left: auto !important;
	margin-bottom: 12px;
}

.form__search-link {
	display: block;
	padding: 4px 16px;
	color: #252525;
	font-family: 'Roboto', sans-serif;
}

.form__search-link:hover {
	background: #e5e2e2;
	text-decoration: none;
}

.form__search-title {
	margin-bottom: 4px;
	font-size: 1rem;
}

.form__search-title b {
	color: #7ac8f0;
}

.form__search-desc {
	font-size: 0.8125rem;
}

.form__search-list li {
	width: 100%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 3px;
	padding: 3px 0;
}

li.search-text-only {
	border-bottom: 1px solid #ccccce;
}

li.search-text-only a,
.form__search-list a.catalog__desc-name {
	display: block;
	width: 100%;
	color: #252525;
}

li.search-text-only a:hover,
.form__search-list a.catalog__desc-name:hover {
	text-decoration: none;
	color: #7b7b7b;
}

li.search-text-only b {
	font-weight: normal;
	color: #7b7b7b;
}

.search-product-info {
	margin-left: 10px;
}

.form__search-list .catalog__desc-name {
	margin: 5px 0 10px;
}

.form__search-list .catalog__desc-sign {
	font-weight: bold;
}

.form__search-list .search-no-image {
	height: 90px;
}

.form__search-list h3 {
	margin: 10px 0 5px;
	text-transform: uppercase;
}

.catalog__desc-link {
	min-width: 64px;
	width: 64px;
	height: 90px;
}

.footer {
	background-color: #2d2d2d;
}

.footer__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 55px 0 24px;
}

.footer__menu-wrapper {
	margin-bottom: 52px;
}

.footer__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__menu:not(:last-of-type) {
	margin-bottom: 17px;
}

.footer__menu-item {
	font-size: 14px;
	color: #fff;
	transition: color 0.2s ease;
}

.footer__menu-item:not(:last-child) {
	margin-right: 18px;
}

.footer__menu-item:hover {
	color: #a5a5a5;
}

.footer__social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 45px;
}

.footer__social-item {
	display: inline-block;
	position: relative;
}

.footer__social-item svg {
	fill: #fff;
	transition: fill 0.2s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.footer__social-item:hover svg {
	fill: #a5a5a5;
}

.footer__social-item.fb {
	width: 9px;
	height: 17px;
}

.footer__social-item.insta {
	width: 17px;
	height: 17px;
}

.footer__social-item.vk {
	width: 31px;
	height: 17px;
}

.footer__social-item.ytube {
	width: 26px;
	height: 20px;
}

.footer__social-item:not(:last-child) {
	margin-right: 55px;
}

.footer__copy {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin-bottom: 1px;
}

.footer__text {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin-bottom: 21px;
}

.footer__site {
	display: inline-block;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
}

.footer__site a {
	display: inline-block;
	margin-left: 2px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
}

.footer__site a:hover {
	text-decoration: none;
}

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: normal;
}

input,
textarea {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 9px 15px 8px;
	border: none;
	outline: none;
	color: #2d2d2d;
}

.page-wrapper {
	position: relative;
}

.big-container {
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
}

i {
	position: absolute;
	display: block;
}

i svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

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

::placeholder {
	color: #c4c4c4;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #c4c4c4;
}

::-ms-input-placeholder {
	color: #c4c4c4;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.btn {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	background-color: #2d2d2d;
	transition: background-color 0.3s ease;
	padding: 10px 10px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	cursor: pointer;
}

.btn:hover {
	background-color: #656565/*#3f3f3f*/;
}

.index {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	-ms-flex-direction: column;
	flex-direction: column;
}

.index a {
	display: inline-block;
	color: #000;
	font-size: 16px;
}

.index a:not(:last-child) {
	margin-bottom: 7px;
}

.index a:hover {
	text-decoration: underline;
}

textarea {
	resize: none;
}

.checkbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	opacity: 0;
}

.checkbox .checkbox-input {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: all 0.2s ease;
	margin-right: 6px;
}

.checkbox .checkbox-input:after {
	content: '';
	position: absolute;
	opacity: 0;
	width: 14px;
	height: 12px;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("img/svg/checkbox.svg") no-repeat center;
	transition: opacity 0.3s ease;
}

.checkbox input[type="checkbox"]:checked~.checkbox-input {
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

.checkbox input[type="checkbox"]:checked~.checkbox-input:after {
	opacity: 1;
}

.checkbox .checkbox-text {
	font-size: 14px;
	line-height: 18px;
	color: #252525;
	font-weight: 400;
}

.checkbox .checkbox-text a {
	color: #252525;
	text-decoration: underline;
}

.checkbox .checkbox-text a:hover {
	text-decoration: none;
}

.radio {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
}

.radio input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	opacity: 0;
}

.radio .radio-input {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.radio .radio-input:after {
	content: '';
	position: absolute;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.4s ease;
	background-color: #fff;
}

.radio input[type="radio"]:checked~.radio-input {
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

.radio input[type="radio"]:checked~.radio-input:after {
	opacity: 1;
}

.breadcrumbs .submenu {
	position: relative;
	display: inline-block;
	color: #252525;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	z-index: 5;
}

.breadcrumbs .submenu:before {
	position: absolute;
	right: 14px;
	top: 5px;
	content: '';
	width: 11px;
	height: 3px;
	background: url("img/svg/dots.svg") no-repeat center;
}

.breadcrumbs .submenu:after {
	margin-left: 20px;
}

.breadcrumbs .submenu:hover {
	color: #b5b5b5;
	text-decoration: none;
}

.breadcrumbs .submenu:hover .submenu-content {
	display: block;
}

.breadcrumbs .submenu-content {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 8px 13px;
	background-color: #fff;
	border: 1px solid #f2f5f5;
	width: 100%;
	min-width: 180px;
}

.breadcrumbs .submenu-content object {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.breadcrumbs .submenu-content a {
	font-size: 11px;
	line-height: 18px;
	color: #b5b5b5;
}

.breadcrumbs .submenu-content a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	html.overflow {
		height: 100vh;
		overflow: hidden;
	}
	html.overflow body {
		height: 100vh;
		overflow: hidden;
	}
}

h1.page__title {
	font-weight: 400;
}

.fancybox-toolbar {
	display: none;
}

.page-body {
	padding-bottom: 40px;
}

.main__top-slider {
	display: -ms-flexbox;
	display: flex;
	padding-right: 50px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 73px;
	margin-top: 24px;
}

.main__slider {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 770px;
	height: 550px;
	overflow-y: hidden;
}

.main__slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main__slider a {
	width: 100%;
	height: 100%;
	display: block;
}

.main__slider-info {
	width: calc(100% - 863px);
	padding-top: 118px;
	position: relative;
}

.main__slider-text-item {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms cubic-bezier(.45,.05,.55,.95), visibility 0s linear 500ms;
}

.main__slider-text-item .btn {
	padding: 12px 5px 10px;
	max-width: 220px;
	width: 100%;
}

.main__slider-title {
	font-size: 48px;
	color: #2d2d2d;
	font-weight: 400;
	letter-spacing: -.2px;
	margin-bottom: 11px;
}

.main__slider-subtitle {
	display: inline-block;
	font-size: 24px;
	line-height: 36px;
	color: #262626;
	max-width: 300px;
	margin-bottom: 21px;
}

.main__collection-wrapper {
	margin-bottom: 64px;
}

.main__collection {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 160px;
	padding-left: 98px;
}

.main__collection-info {
	width: 365px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 183px;
}

.main__collection-text {
	position: relative;
	margin-top: -86px;
	padding-top: 86px;
}

.main__collection-text:before {
	position: absolute;
	content: '01';
	font-weight: 100;
	font-size: 180px;
	color: #f1f4f4;
	left: 63px;
	z-index: -1;
	top: 0;
}

.main__collection-item .btn {
	padding: 12px 5px 10px;
	max-width: 220px;
	width: 100%;
}

.main__collection-title {
	position: relative;
	font-size: 36px;
	color: #2d2d2d;
	font-weight: 400;
	letter-spacing: -.1px;
	margin-bottom: 6px;
}

.main__collection-subtitle {
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	color: #262626;
	margin-bottom: 40px;
}

.main__collection-slider-wrapper {
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
}

.main__collection-slider {
	width: 485px;
	height: 630px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: all 2s ease;
}

.main__collection-slider .slider-item {
	filter: grayscale(100);
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.main__collection-slider .slider-item:nth-child(1) {
	filter: grayscale(0);
	position: absolute;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	transition: all 3s ease;
}

.main__collection-slider .slider-item:nth-child(2) {
	position: absolute;
	width: 404px;
	height: 525px;
	right: -76px;
	z-index: 2;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
	transition: all 2s ease;
}

.main__collection-slider .slider-item:nth-child(3) {
	position: absolute;
	width: 365px;
	height: 475px;
	right: -109px;
	z-index: 1;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
	transition: all 1s ease;
}

.main__collection-slider .slider-item.active .main__collection-bag {
	display: -ms-flexbox;
	display: flex;
}

.main__collection-slider .slider-item.active:before {
	display: block;
}

.main__collection-slider .slider-item:before {
	display: none;
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #000;
	left: -79px;
	bottom: 58px;
}

.main__collection-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	visibility: visible;
}

.main__collection-bag {
	position: absolute;
	left: -236px;
	bottom: 50px;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

.main__collection-bag span {
	display: inline-block;
	color: #000;
	font-weight: 700;
	margin-right: 12px;
	min-width: 50px;
	text-align: right;
}

.main__collection-bag a {
	position: relative;
	display: inline-block;
	color: #2d2d2d;
	text-transform: uppercase;
}

.main__collection-bag a:before {
	transition: opacity 0.2s ease;
	opacity: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #2d2d2d;
	left: 0;
	bottom: -1px;
}

.main__collection-bag a:hover:before {
	opacity: 1;
}

.main__actual-wrapper {
	margin-bottom: 96px;
}

.main__actual {
	padding: 0 27px 0 53px;
	text-align: center;
}

.main__actual-slider-wrapper {
	position: relative;
	margin-bottom: 27px;
}

.main__actual-title {
	position: relative;
	font-size: 36px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-bottom: 69px;
}

.main__actual-title:before {
	position: absolute;
	content: '02';
	font-weight: 100;
	font-size: 180px;
	color: #f1f4f4;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.main__actual-slider.second {
	display: none;
	margin-bottom: 40px !important;
}

.main__actual-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main__actual-item.mobile {
	display: none;
}

.main__actual-item.mobile .main__actual-img {
	background-color: transparent;
}

.main__actual-item:hover img {
	filter: saturate(120%);
}

.main__actual-item:hover .main__actual-text:before {
	opacity: 1;
}

.main__actual-img {
	width: 270px;
	height: 350px;
	margin-bottom: 16px;
}

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

.main__actual-text {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-bottom: 9px;
}

.main__actual-text:before {
	opacity: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #2d2d2d;
	left: 0;
	bottom: -1px;
	transition: opacity 0.2s ease;
}

.main__actual-price {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.main__actual-arrows {
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: 2px solid #b7b7b7;
	border-left: 2px solid #b7b7b7;
	top: 151px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.2s ease;
}

.main__actual-arrows[data-slider="slickPrev"] {
	left: -47px;
}

.main__actual-arrows[data-slider="slickNext"] {
	right: -22px;
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.main__actual-arrows:hover {
	border-color: #919191;
}

.catalog__box-img--slider-nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 30px;
}
.catalog__box-img--slider-nav span {
    display: inline-block;
    border-radius: 100%;
    background: #b4b4b4;
    width: 13px;
    height: 13px;
    margin-left: 5px;
}
.catalog__box-img--slider-nav span.active {
    background: #000;
}
.catalog__box-img--slider-nav span:first-child {
    margin-left: 0px;
}
@media (max-width: 767px) {
    .catalog__box-img--slider-nav {
        left: 0%;
        transform: translate(0, 0);
        padding: 10px 30px 10px 15px;
    }
}

.main__actual-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 31px;
}

.main__actual-btn .btn {
	width: 100%;
	max-width: 220px;
	padding: 12px 10px 10px;
}

.main__news-wrapper {
	margin-bottom: 112px;
}

.main__news {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 108px;
	padding-right: 32px;
}

.main__news-slider-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main__news-slider {
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	width: 630px;
	height: 485px;
	transition: all 2s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main__news-slider-item {
	filter: grayscale(100);
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.main__news-slider-item:nth-child(1) {
	filter: grayscale(0) brightness(1);
	position: absolute;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 3s ease;
}

.main__news-slider-item:nth-child(2) {
	position: absolute;
	width: 544px;
	height: 410px;
	left: -76px;
	z-index: 2;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
	transition: all 2s ease;
}

.main__news-slider-item:nth-child(3) {
	position: absolute;
	width: 468px;
	height: 360px;
	left: -109px;
	z-index: 1;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
	transition: all 1s ease;
}

.main__news-slider-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main__news-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__news-slider-info {
	display: none;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	color: #fff;
    padding: 15px 15px 5px 41px;
    background-color: rgba(0, 0, 0, 0.3);;
}

.main__news-slider-date {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
}

.main__news-slider-title {
	display: block;
	font-size: 18px;
	margin-bottom: 9px;
}

.main__news-slider-text {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.main__news-info {
	max-width: 365px;
	width: 100%;
	padding-top: 66px;
}

.main__news-subs {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #58595a;
    margin-bottom: 10px;
}

.main__news-subs label.error {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #ff0000;
}

.main__news-subs-input {
	font-size: 14px;
	padding-left: 0;
	padding-right: 45px;
}

.main__news-subs-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-color: #f1f4f4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.main__news-subs-btn i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 15px;
	height: 11px;
	transition: transform 0.2s ease;
}

.main__news-subs-btn i svg {
	fill: #000;
}

.main__news-subs-btn:hover i {
	-ms-transform: translateX(2px);
	transform: translateX(2px);
}

.main__news-title {
	position: relative;
	font-size: 36px;
	color: #2d2d2d;
	margin-bottom: 14px;
}

.main__news-title span {
	font-weight: 400;
	letter-spacing: -.3px;
	display: inline-block;
	text-align: center;
}

.main__news-title i {
	position: relative;
	display: inline-block;
	width: 152px;
	height: 21px;
	margin-left: 13px;
}

.main__news-title:before {
	position: absolute;
	content: '03';
	font-weight: 100;
	font-size: 180px;
	color: #f1f4f4;
	left: 44%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.main__news-subtitle {
	display: block;
	font-size: 18px;
	color: #2d2d2d;
	margin-bottom: 48px;
}

.main__news-btn.mobile {
	display: none;
}

.main__news-btn .btn {
	width: 220px;
	padding: 12px 10px 10px;
}

.main__insta-wrapper {
	margin-bottom: 68px;
}

.main__insta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 117px;
	padding-right: 51px;
}

.main__insta-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 33px;
}

.main__insta-title {
	display: block;
	font-size: 36px;
	color: #000;
	font-weight: 400;
	line-height: 1;
}

.main__insta-link {
	display: inline-block;
	font-size: 18px;
	color: #979797;
	transition: color 0.2s ease;
}

.main__insta-link:hover {
	color: #6b6b6b;
}

.main__insta-subtitle {
	display: block;
	font-size: 18px;
	color: #2d2d2d;
}

.main__insta-pics {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 750px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main__insta-img {
	position: relative;
	display: inline-block;
	width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main__insta-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.main__insta-img:hover img {
	filter: contrast(120%);
}

.main__insta-likes {
	position: absolute;
	width: 59px;
	height: 19px;
	background-color: rgba(45, 45, 45, 0.7);
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 28px;
}

.main__insta-likes:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 3px;
	width: 14px;
	height: 13px;
	background: url("img/svg/like.svg") no-repeat center;
}

.main__collection-mobile {
	display: none;
	position: relative;
}

.main__collection-mobile:after {
	content: '';
	position: absolute;
	width: 65%;
	height: 95%;
	left: 0;
	bottom: 65px;
	background-color: #f1f4f4;
	z-index: -1;
}

.main__collection-mobile-item {
	position: relative;
}

.main__news-mob-slider {
	display: none;
	width: 320px;
}

.main__news-mob-slider-img {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
    z-index: 1;
}

.main__news-mob-slider-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.main__news-mob-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__news-mob-slider-info {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0 10px 10px 39px;
	bottom: 0px;
}

.main__news-mob-slider-date {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 3px;
}

.main__news-mob-slider-title {
	font-size: 18px;
	font-weight: 400;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.main__news-mob-slider-text {
	font-size: 14px;
	color: #000;
	padding-left: 39px;
	max-height: 51px;
}

.main__insta-hiddentext {
	display: none;
	font-size: 14px;
	color: #2d2d2d;
	text-align: center;
	padding-top: 40px;
}

.catalog__box-item.mobile {
	display: none;
}

.slider-1 {
	width: 585px;
}

.slider-2 {
	width: 100%;
}

.dp-wrap {
	margin: 0 auto;
	position: relative;
	perspective: 1000px;
	height: 100%;
}

.dp-slider {
	height: 100%;
	width: 100%;
	position: absolute;
	transform-style: preserve-3d;
}

.dp-slider div {
	transform-style: preserve-3d;
}

.dp_item {
	display: block;
	position: absolute;
	color: #FFF;
	border-radius: 4px;
	transition: transform 1.2s;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
}

#dp-slider .dp_item:first-child {
	z-index: 10 !important;
	transform: rotateY(0deg) translateX(0px) !important;
}

#dp-slider .dp_item[data-position="2"] {
	z-index: 9;
	transform: rotateY(0deg) translateX(17%) scale(0.9);
}

#dp-slider .dp_item[data-position="3"] {
	z-index: 8;
	transform: rotateY(0deg) translateX(27%) scale(0.8);
}
#dp-slider .dp_item[data-position="4"] {
	z-index: 7;
	transform: rotateY(0deg) translateX(32%) scale(0.8);
}

#dp-slider2 .dp_item:first-child {
	z-index: 10 !important;
	transform: rotateY(0deg) translateX(0px) !important;
}

#dp-slider2 .dp_item[data-position="2"] {
	z-index: 9;
	transform: rotateY(0deg) translateX(-16%) scale(0.9);
}

#dp-slider2 .dp_item[data-position="3"] {
	z-index: 8;
	transform: rotateY(0deg) translateX(-27%) scale(0.8);
}

#dp-slider .dp_item {
	width: 485px;
}

#dp-slider2 .dp_item {
	width: 630px;
	height: 100%;
}

.dp-content,
.dp-img {
	text-align: left;
}

.dp_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.dp-content {
	padding-left: 100px;
	padding-right: 0;
	display: inline-block;
	width: 100%;
}

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

.dp-img {
	position: relative;
}

#dp-slider,
#dp-slider .dp-img img {
	height: 630px;
}

#dp-slider2,
#dp-slider2 .dp-img img {
	height: 485px;
}

.dp_item:hover:not(:first-child) {
	cursor: pointer;
}

.dp_item[data-position="1"] {
	overflow: visible;
	opacity: 1;
	transition: opacity 300ms linear;
}

.dp_item[data-position="1"] .main__collection-bag {
	display: block;
}

.dp_item[data-position="1"]:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #000;
	left: -79px;
	bottom: 58px;
	z-index: 1;
}

.dp_item[data-position="1"] .main__news-slider-info {
	display: block;
}

#dp-slider2 .dp_item:before {
	display: none;
}

.small-container {
	max-width: 704px;
	margin: 0 auto;
	padding: 0 15px;
}

.page__title {
	font-size: 24px;
	margin-bottom: 34px;
	text-align: center;
}

.page__subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 34px;
	text-align: center;
}

.return {
	max-width: 963px;
	margin: 0 auto;
}

.return__box {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e2dedf;
	padding: 7px 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.return__box:first-child {
	border-top: 1px solid #e2dedf;
}

.return__box.active {
	max-height: none;
	padding: 20px 0;
}

.return__box.active .return__desc {
	display: block;
}

.return__box.active .return__cross:after {
	display: none;
}

.return__box.active .return__title {
	-ms-flex-align: start;
	align-items: flex-start;
}

.return__box.show .return__title {
	-ms-flex-align: start;
	align-items: flex-start;
}

.return__box.show .return__cross:after {
	display: none;
}

.return__desc {
	font-size: 14px;
	max-width: 740px;
	max-height: 0;
	overflow: hidden;
	display: block;
	transition: max-height .35s ease-in-out;
}

.return__title {
	font-weight: 500;
	font-size: 14px;
	max-width: 231px;
	min-width: 224px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 17px 0;
}

.return__info {
	margin: 17px 15px 19px 20px;
	position: relative;
}

.return__info--bold {
	font-weight: 500;
	padding: 0 15px 0 20px;
	margin: 17px 0;
}

.return__info--back {
	background-color: #f2f5f5;
	padding: 17px 15px 17px 20px;
	margin: 17px 0;
}

.return__info-box {
	padding-bottom: 1px;
}

.return__number {
	position: absolute;
	left: -20px;
}

.return__cross {
	position: absolute;
	width: 100%;
	height: 82px;
	display: block;
	top: 0;
}

.return__cross:before {
	position: absolute;
	content: '';
	width: 21px;
	height: 1px;
	background-color: #000;
	display: block;
	top: 50%;
	right: 0;
}

.return__cross:after {
	position: absolute;
	content: '';
	width: 21px;
	height: 1px;
	background-color: #000;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 50%;
	display: block;
	right: 0;
}

.return__link {
	color: #000;
	text-decoration: underline;
}

.return__icon {
	width: 42px;
	height: 42px;
	top: -10px;
	left: -38px;
}

.collapse {
	position: relative;
}

@media (max-width: 991px) {
	.small-container {
		max-width: 720px;
	}
	.return {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.small-container {
		max-width: 576px;
	}
	.page__title {
		font-size: 14px;
		margin: 20px 0;
		text-align: center;
		font-weight: 500;
	}
	.page__title--border-bottom {
		padding-bottom: 20px;
		border-bottom: 1px solid #e2dedf;
	}
	.page__subtitle {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.return {
		margin-left: 0;
	}
	.return__cross {
		position: absolute;
		right: 0;
		top: -1px;
		height: 100%;
		max-height: 78px;
	}
	.return__title {
		max-width: none;
		padding: 17px 50px 17px 0;
		font-size: 14px;
	}
	.return__info {
		margin: 17px 15px 19px 25px;
	}
	.return__info--bold {
		padding: 0 15px 0 25px;
		margin: 10px 0;
	}
	.return__info--back {
		padding: 17px 15px 17px 25px;
		margin: 17px 0;
	}
	.return__number {
		left: -23px;
	}
	.return__box {
		position: relative;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5px 0;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 70px;
	}
	.return__box.active {
		padding: 5px 0;
	}
	.return__box.active .return__cross {
		top: -1px;
	}
	.return__box.active .return__title {
		padding: 17px 50px 17px 25px;
	}
	.return__icon {
		left: -25px;
	}
}

.question__box {
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 31px 0;
}

.question__box.active {
	padding: 10px 0;
}

.question__box.active .return__desc {
	padding-right: 35px;
}

.question__box.active .return__title {
	padding: 21px 50px 0 0;
}

.question__box .return__cross {
	position: absolute;
	right: 0;
}

.question__box .return__title {
	max-width: none;
	padding: 0 50px 0 0;
}

.question__box .return__info {
	margin-left: 0;
}

@media (max-width: 767px) {
	.question__box {
		padding: 18px 0;
		max-height: none;
	}
	.question__box.active {
		padding-bottom: 0;
	}
	.question__box.active .return__cross {
		top: -1px;
	}
	.question__box.active .return__title {
		padding: 8px 50px 0 0;
	}
	.question__box .return__cross {
		top: -1px;
	}
}

.self-transport {
	background: url("img/pngsprite/self-transport.png") no-repeat center;
}

.boxberry {
	background: url("img/pngsprite/boxberry.png") no-repeat center;
}

.rus {
	background: url("img/pngsprite/rus.png") no-repeat center;
}

.ems {
	background: url("img/pngsprite/logo-ems.png") no-repeat center;
	background-size: contain;
}
.shiptor {
	background: url("img/pngsprite/shiptor.png") no-repeat center;
	background-size: contain;
}

.return-icon {
	background: url("img/pngsprite/return-icon.png") no-repeat center;
}

.delivery__box .return__cross {
	height: 100%;
	max-height: 78px;
}

.delivery__box .return__desc {
	padding-right: 35px;
	padding-left: 36px;
    margin-right: 35px;
	z-index: 30;
}

@media (max-width: 767px) {
	.delivery__box.active .return__title {
		padding-left: 0;
	}
	.delivery__box.active .return__desc {
		padding-left: 30px;
	}
}

.news {
	max-width: 1128px;
	margin: 0 auto;
	padding: 20px 0;
}

.news__row {
	display: -ms-flexbox;
	display: flex;
	height: 485px;
	margin-bottom: 42px;
	margin-right: -15px;
	margin-left: 15px;
}

.news__row:nth-child(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: -15px;
	margin-right: 15px;
}

.news__row:nth-child(even) .news__col {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.news__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.news__col-8 {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.news__col-4 {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.news__item {
	height: 100%;
	color: #fff;
	margin: 0 24px;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 15px 50px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	flex-basis: 100%;
}

.news__item--small {
	width: 300px;
}

.news__item--small-height {
	height: 300px;
}

.news__item:hover {
	filter: contrast(80%);
}

.news__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.news__date {
	font-size: 12px;
	font-weight: 400;
}

.news__title {
	font-size: 18px;
	margin: 5px 0 10px;
    position: relative;
}
.news__title i {
    width: 15px;
    height: 11px;
    transition: transform 0.2s ease;
    position: relative;
    display: inline-block;
}
.news__title i svg {
    fill: #fff;
}

.news__desc {
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 1365px) {
	.news__row {
		margin-right: 15px;
		margin-left: -15px;
	}
	.news__row:nth-child(even) {
		margin-left: 15px;
		margin-right: -15px;
	}
}

@media (max-width: 767px) {
	.news {
		padding: 0 0 15px;
		margin-top: -12px;
	}
	.news__row {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		height: auto;
	}
	.news__row:nth-child(even) {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
	.news__item {
		margin: 12.5px 0;
		min-height: 485px;
		height: 485px;
		width: 100%;
		padding: 50px 15px 34px 42px;
	}
	.news__title {
		max-width: 150px;
	}
	.news__desc {
		display: none;
	}
}

.about .big-container {
	max-width: 1366px;
}

.about__row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}

.about__row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about__row-reverse .about__col-8 {
	padding-right: 0;
	padding-left: 50px;
}

.about__row-reverse .about__col-4 {
	padding: 0 30px 25px 130px;
}

.about__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.about__col-8 {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	padding-right: 50px;
}

.about__col-4 {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	padding: 6px 80px 0 45px;
}

.about__item .btn {
	width: 220px;
}

.about__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__title {
	font-size: 36px;
	font-weight: 400;
}

.about__logo {
	width: 152px;
	height: 22px;
	margin-bottom: 35px;
}

.about__logo svg {
	width: 100%;
	height: 100%;
}

.about__desc {
	font-size: 24px;
	margin: 20px 0;
	line-height: 1.5;
	font-weight: normal;
}

.about__desc span {
	font-size: 36px;
}

.about-info__row {
	display: -ms-flexbox;
	display: flex;
	margin: 80px -20px;
}

.about-info__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f2f5f5;
	text-align: center;
	margin: 0 20px;
	min-height: 380px;
	width: 20%;
	color: #000;
	transition: background-color .3s;
}

.about-info__item:hover {
	background-color: #000;
	color: #fff;
}

.about-info__number {
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 12px;
}

.about-info__desc {
	font-size: 18px;
	font-weight: 400;
}

.about__discount {
	max-width: 600px;
	margin: 40px auto 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 154px;
	position: relative;
}

.about__discount-mark {
	width: 300px;
	height: 100px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	background-color: #f2f5f5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px;
	left: -94px;
	top: 63px;
	font-size: 18px;
}

.about__discount-mark span {
	margin-bottom: 4px;
}

.about__discount-mark span:after {
	content: '';
	width: 140px;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	right: 46px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about__discount .about__title {
	position: relative;
	z-index: 1;
	margin: 0 0 8px -80px;
	max-width: 300px;
	line-height: 1.3;
}

.about__details {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.about__details-title {
	font-size: 24px;
	width: 29%;
	padding: 0 6px;
}

.about__details-info {
	width: 71%;
}

.about__details-desc {
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 14px;
}

.about__details-desc span {
	width: 50%;
}

.about__details-desc span span {
	font-size: 14px;
	margin-left: -30px;
}

.about__details-desc span:last-of-type {
	padding-left: 30px;
}

.about__details-desc:last-child {
	padding-bottom: 0;
}

@media (max-width: 1366px) {
	.about-info__row {
		margin: 60px -30px;
	}
	.about-info__item {
		margin: 0 10px;
		padding: 15px;
	}
}

@media (max-width: 991px) {
	.about-info__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-info__item {
		min-height: 300px;
		width: calc(33.3% - 40px);
		margin: 20px;
	}
	.about__row-reverse .about__col-4 {
		padding-left: 80px;
		padding-right: 0;
	}
	.about__col-4 {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.about__row {
		position: relative;
		margin-bottom: 10px;
	}
	.about__row .btn {
		color: #fff;
		background-color: transparent;
		border: 1px solid #fff;
		font-size: 14px;
	}
	.about__row-reverse .about__col {
		padding: 0;
	}
	.about__row-reverse .about__col-4 {
		padding: 30px 15px 8px 50px;
	}
	.about__row-reverse .about__desc {
		line-height: 1.3;
	}
	.about__col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0;
	}
	.about__col-4 {
		position: absolute;
		padding: 8px 30px 8px 50px;
	}
	.about__col-8 {
		position: relative;
	}
	.about__col-8:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		opacity: .5;
	}
	.about__item {
		height: 450px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
	}
	.about__logo {
		margin-bottom: 10px;
	}
	.about__logo svg {
		fill: #fff;
	}
	.about__title {
		font-size: 30px;
	}
	.about__desc {
		font-size: 18px;
		line-height: 1.1;
	}
	.about-info__row {
		margin: 0 -10px 10px;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.about-info__item {
		width: calc(50% - 20px);
		margin: 10px;
		min-height: 190px;
	}
	.about-info__number {
		font-size: 36px;
		margin: 0;
	}
	.about-info__desc {
		font-size: 14px;
	}
	.about__discount {
		margin: 50px auto 40px;
		padding-left: 114px;
		min-height: 255px;
	}
	.about__discount .about__title {
		font-size: 24px;
		margin: 0 0 8px -55px;
		max-width: 170px;
	}
	.about__discount .about__desc {
		font-size: 16px;
		line-height: 1.5;
	}
	.about__discount-mark {
		height: 80px;
		left: -108px;
		top: 74px;
		font-size: 14px;
		padding-left: 55px;
	}
	.about__details {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 20px 0 0;
	}
	.about__details-title {
		font-size: 24px;
		padding: 0;
	}
	.about__details-desc {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.about__details-desc span {
		width: 69%;
	}
	.about__details-desc span:first-child {
		width: 31%;
	}
	.about__details-info {
		width: 100%;
		margin: 28px 0 25px;
	}
}

.discounts .about__row {
	margin-bottom: 148px;
	margin-top: 50px;
}

.discounts .big-container {
	max-width: 1366px;
}

@media (max-width: 767px) {
	.discounts .about__row {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.contacts {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 190px;
}

.contacts .about__details {
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 430px;
	margin: 0;
}

.contacts .about__details-title {
	padding: 0;
	padding-bottom: 24px;
	font-size: 14px;
	width: 100%;
}

.contacts .about__details-info {
	width: 100%;
}

.contacts .about__details-desc {
	padding: 9px 16px;
	font-size: 14px;
}

.contacts .about__details-desc:nth-child(odd) {
	background-color: #f2f5f5;
}

.contacts .about__details-desc:nth-child(even) {
	padding: 12px 16px;
}

.contacts .about__details-desc span {
	line-height: 1.1;
}

.contacts .about__details-desc span:first-child {
	width: 60%;
}

.contacts .about__details-desc span:last-of-type {
	padding: 0;
}

.contacts .about__details-desc span span {
	margin: 0;
	font-size: 12px;
}

.contacts__col {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contacts__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #e2dedf;
	max-width: 370px;
	margin: 0 88px 20px;
}

.contacts__info .schedule {
	font-weight: 700;
}

.contacts__title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 22px;
}

.contacts__title span {
	font-weight: 400;
	display: block;
}

.contacts__desc {
	margin-bottom: 20px;
	padding-left: 29px;
	font-size: 14px;
}

.contacts__desc i {
	margin-left: -29px;
}

.contacts__desc span.info {
    font-weight: bold;
    display: block;
}

.contacts__desc i svg {
	width: 19px;
	height: 19px;
}

.contacts__desc a {
	color: #000;
	text-decoration: underline;
}

.contacts__row {
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 60px;
}

.contacts__map {
	width: 100%;
    padding: 0 80px 0 50px;
    height: 630px;
}

.contacts__store-title {
	font-size: 24px;
	font-weight: 500;
    margin: 30px 25px 35px 0;
    cursor: pointer;
}

.contacts__tabs, .contacts__tab-container {
	display: none;
}
.contacts__tab-container.current {
    display: block;
}
.contacts__tab-container.current .contacts__tabs {
    display: -ms-flexbox;
	display: flex;
}
.contacts__tabs-type {
    display: -ms-flexbox;
	display: flex;
}
.contacts__tab {
	font-size: 18px;
	font-weight: 500;
	margin-right: 69px;
	cursor: pointer;
	padding-bottom: 2px;
}

.contacts__tab.current, .contacts__store-title.current {
    border-bottom: 2px dashed #000;    
}

.contacts__box {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts__box.current {
	display: -ms-flexbox;
	display: flex;
	padding-right: 75px;
}

.contacts__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(50% - 38px);
	border-bottom: 1px solid #e2dedf;
	margin: 30px 4px 0;
	padding-bottom: 15px;
}

.contacts__item:nth-last-child(-n+2) {
	border: none;
}

#map {
	width: 100%;
	height: 100%;
}

@media (max-width: 1365px) {
	.contacts {
		margin: 0;
	}
	.contacts__map {
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.contacts__info {
		margin-left: 0;
	}
	.contacts__item {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.contacts {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #e2dedf;
		padding-top: 25px;
	}
	.contacts__col {
		width: 100%;
	}
	.contacts__info {
		margin: 0 0 20px;
		max-width: none;
	}
	.contacts .about__details {
		max-width: none;
	}
	.contacts .about__details-info {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.contacts .about__details-desc span span {
		display: block;
	}
	.contacts__item:nth-last-child(-1n+2) {
		border-bottom: 1px solid #e2dedf;
	}
	.contacts__item:last-child {
		border: none;
	}
	.contacts__row {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
	.contacts__store-title {
		margin: 3px 15px 30px;
	}
	.contacts__tabs {
		-ms-flex-pack: justify;
		justify-content: space-between;
    }
    .contacts__tabs-type {
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
	.contacts__tab {
		margin: 0 15px;
	}
	.contacts__box.current {
		padding: 0 15px;
	}
	.contacts__map {
		padding: 0;
		height: 485px;
	}
}

.breadcrumbs {
	margin-left: 50px;
	margin-bottom: 50px;
}

.breadcrumbs>a {
	color: #b5b5b5;
	text-decoration: none;
	position: relative;
	font-size: 11px;
	font-weight: 400;
}

.breadcrumbs>a:after {
	content: '/';
	margin: 0 5px 0 6px;
	text-decoration: none;
}

.breadcrumbs span {
	font-size: 11px;
	font-weight: 400;
}

.card .header__search-wrapper {
	display: none;
}

.card__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.card__row:nth-child(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.card__row--margin {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: /*60px*/0 0 80px;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
    -ms-justify-content: space-around;
    justify-content: space-around;
}

.card__col {
	width: 50%;
	margin: 0 50px;
    padding-right: 20px;  
}

.card__img {
    padding-right: 10px;
}

/*.card__img:not(:first-child) {
	display: none;
}*/
.card__img-mobile, .card__col-mobile {
	display: none;
}
.card__img img {
	width: 100%;
	height: 100%;
	display: block;
}

.card__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	margin-bottom: 120px;
	padding-top: 75px;
}

.card__info.options {
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 140px;
}

.card__status {
	font-size: 11px;
	font-weight: 400;
    align-items: center;
    height: 40px;
	display: flex;
	width: 100%;
}

.card__status svg {
    width: 24px;
    height: 24px;
    margin: 3px;
    fill: #fff;
}

.card__articles {
	font-size: 14px;
	font-weight: 400;
	color: #b5b5b5;
	margin-bottom: 10px;
}

.card__articles span {
	margin-left: 3px;
}

.card__name {
	font-size: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.card__name h1 {
	display: inline-block;
	margin-bottom: 15px;
}

.card__name h1:first-child {
	width: 100%;
}

.card__name h1 {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 400;
}

.card__price span {
	font-size: 24px;
}

.card__delivery {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
	margin-left: 47px;
}

.card__delivery:hover {
	text-decoration: none;
}

.card__color-type {
	font-size: 14px;
	margin-bottom: 17px;
}

.card__colors {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -11px;
	margin-bottom: 12px;
	position: relative;
}

.card__colors.opened .card__goods {
	display: block;
}

.card__goods {
    width: 72px;
	height: 100px;
	display: block;
	margin: 11px;
	border: 1px solid transparent;
}

.card__goods:hover {
	border-color: #2d2d2d;
}

.card__goods:nth-child(n+6) {
	display: none;
}

.card__goods img {
	display: block;
	width: 100%;
	height: 100%;
}

.card__goods.current {
	border: thin solid #2d2d2d;
}

.card__more {
	position: absolute;
	top: 47px;
	right: 24px;
	width: 30px;
	height: 30px;
}

.card__more span {
	display: -ms-flexbox;
	display: flex;
	width: 6px;
	height: 6px;
	background-color: #2d2d2d;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	top: 12px;
}

.card__more span:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #2d2d2d;
	border-radius: 100%;
	position: absolute;
	left: -9px;
}

.card__more span:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #2d2d2d;
	border-radius: 100%;
	position: absolute;
	left: 9px;
}

.card__size {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	max-width: 315px;
	margin-bottom: 18px;
    max-width: 100%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.card__size-choice {
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
}

.card__size-choice a {
	height: 39px;
	background-color: #f1f4f4;
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 39px;
	cursor: no-drop;
    border: 1px solid #b7b7b7;
    margin: 0 0 5px -1px;
    width: auto;
    min-width: 39px;
    padding: 0 5px;
}

.card__size-choice a.available {
	background-color: #fff;
	color: #000;
	cursor: pointer;
}

.card__size-choice a.available:hover {
	color: #fff;
    background-color: #2d2d2d;
}

.card__size-choice a.current {
	color: #fff;
	background-color: #2d2d2d;
	cursor: pointer;
}

.card__size-choice a.current:hover {
	opacity: 1;
}

.card__size-edit {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	margin-left: 30px;
	padding-left: 27px;
    padding-top: 7px;
}

.card__size-edit:hover {
	text-decoration: underline;
}

.card__size-edit i {
	width: 21px;
	height: 24px;
	margin-left: -29px;
	margin-top: 1px;
}

.card__size-store {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 9px;
}

.card__size-store a {
	color: #000;
	text-decoration: underline;
	margin-left: 3px;
}

.card__store {
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 12px 14px 10px;
	background-color: #f1f4f4;
}

.card__store.active {
	display: -ms-flexbox;
	display: flex;
}

.card__store-box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 315px;
	position: relative;
	margin-bottom: 22px;
}

.card__store-box .card__store-hidden {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	top: 100%;
}

.card__store-box.opened .card__store {
	display: -ms-flexbox;
	display: flex;
}

.card__store-box.opened .card__store a {
	text-decoration: underline;
}

.card__store-box.opened .card__store a:hover {
	text-decoration: none;
}

.card__store-box.opened .card__store-cross:after {
	display: none;
}

.card__store-box.opened .card__store-hidden {
	display: block;
}

.card__store a {
	color: #000;
}

.card__store a:hover {
	text-decoration: underline;
}

.card__store span span {
	margin-left: 3px;
}

.card__store-cross {
	position: absolute;
	width: 16px;
	height: 16px;
	display: block;
	right: 10px;
    top: 9px;
}

.card__store-cross:before {
	position: absolute;
	content: '';
	width: 13px;
	height: 1px;
	background-color: #000;
	display: block;
	top: 50%;
}

.card__store-cross:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 1px;
	background-color: #000;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 50%;
	display: block;
}

.card__buttons {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.card__buttons .btn {
	width: 50%;
	padding: 8px 10px;
	margin: 0 5px;
	border: 1px solid #2d2d2d;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card__buttons i {
	width: 22px;
	height: 23px;
	position: relative;
	margin-right: 11px;
}

.card__buttons i svg {
	fill: #fff;
}

.card__infobox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 458px;
}

.card__tabs {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #c2c2c2;
}

.card__tab {
	padding: 11px 23px;
	font-size: 14px;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
}

.card__tab.current, .card__tab:hover {
	background-color: #2d2d2d;
	color: #fff;
}
.card__tab:hover {
	background-color: #656565/*#3f3f3f*/;
}

.card__tab.current .bx_item_detail_rating .bx_stars_progress {
	background: #fff;
}

.card__tab.current .bx_item_detail_rating .bx_stars_bg {
	background: url("img/pngsprite/stars-white.png") no-repeat center;
}

.card__tab .card__desc-info {
	display: none;
}

.card__tab .card__desc-wrap {
	display: none;
}

.card__content {
	padding: 16px 23px;
	display: none;
}

.card__content.current {
	display: block;
}

.card__desc {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}

.card__desc-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 380px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.card__desc span:first-child {
	width: 47%;
	font-weight: 700;
}

.card__desc-info {
	font-size: 14px;
	font-weight: 400;
	max-width: 380px;
	line-height: 1.3;
}

.card__share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 11px 0 11px 23px;
	border-top: 1px solid #c2c2c2;
}

.card__share span {
	font-size: 14px;
	font-weight: 700;
}

.card__share-links {
	display: -ms-flexbox;
	display: flex;
	margin-right: -22px;
}

.card__share-links a {
	width: 31px;
	height: 17px;
	display: block;
	margin: 0 10px;
	transition: opacity .3s;
}

.card__share-links a svg {
	width: 100%;
	height: 100%;
}

.card__share-links a:hover {
	opacity: .7;
}

.card__feedback {
	margin: 0 5px 0 3px;
}

.card__actual-wrapper {
	margin-bottom: 20px;
}

.card__fixed {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 65px;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.card__fixed .card__size {
	margin: 0;
	padding-left: 80px;
    width: 52%;
}

.card__fixed .card__buttons {
	width: 46%;
	margin: 0;
    max-height: 45px;
}

.card__fixed-wrap {
	position: fixed;
    bottom: 0px;
	-ms-transform: translateY(330px);
	transform: translateY(330px);
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 15px #2d2d2d;
	transition: all .3s;
	z-index: 101;
	left: 0;
}

.card__fixed-wrap.visibility {
	display: block;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.card__fixed-size {
	display: none;
}

.card__fixed-mob {
	display: none;
}

.card .catalog__box-content {
	height: 350px;
	width: 270px;
}

.card .catalog__box-info {
	width: 80%;
    margin-top: 30px;
}

.card .catalog__box-sizes-item a {
	width: 32px;
	height: 32px;
}

.card .catalog__box-sizes {
	margin-bottom: 20px;
}

.card .catalog__box-tocart a {
	width: 191px;
}

.card .catalog__box-tocart a i {
	width: 19px;
	height: 18px;
	left: 42px;
	top: 9px;
}

.card .catalog__box-tocart {
    margin-bottom: 5px;
}

.card .catalog__box-option i {
	width: 34px;
	height: 34px;
}

.card .catalog__box-discount {
	width: 34px;
	height: 34px;
	bottom: 50px;
}

.card .catalog__box-content .js-catalog-cart {
	bottom: 16px;
	right: 20px;
	width: 22px;
	height: 27px;
}

.card .catalog__box-content .js-catalog-zoom {
	right: 16px;
	width: 26px;
	height: 26px;
	-ms-transform: translateX(calc(100% + 16px));
	transform: translateX(calc(100% + 16px));
}

.card .catalog__box-item {
	margin-bottom: 0;
}

.btn--border {
	background-color: #fff;
	color: #000;
}

.btn--border:hover {
	color: #fff;
}

.tab {
	cursor: pointer;
}

.container-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 1365px) {
	.card__row--margin {
		margin: 30px 0 80px;
	}
	.card__col {
		margin: 0;
	}
	.card__goods:nth-child(n+5) {
		display: none;
	}
	.card__infobox {
		max-width: 420px;
	}
	.card__tabs {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.card__tab {
		padding: 11px 16px;
	}
}

@media (max-width: 991px) {
	.card__row {
		/*-ms-flex-direction: column;
		flex-direction: column;*/
	}
	.card__row:nth-child(even) {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.card__row--margin {
        margin: 0 -15px 20px;
        -ms-flex-pack: justify;
        justify-content: space-between;
	}
	.card__col {
		width: 100%;
		padding: 0;
	}
	.card__img {
		padding: 0;
		margin-bottom: 40px;
	}
	.card__goods {
		display: block !important;
		margin: 10px;
	}
	.card__goods:nth-child(n+7) {
		display: none !important;
	}
	.card__colors {
		margin: -10px;
		margin-bottom: 12px;
	}
	.card__colors.opened .card__goods {
		display: block !important;
	}
	.card__info {
		margin-bottom: 60px;
		margin-top: -10px;
		padding-top: 0;
	}
	.card__infobox {
		max-width: none;
	}
	.card__tab {
		width: 33.3%;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.card__desc-info {
		max-width: none;
	}
	.card__desc-wrap {
		max-width: none;
	}
	.card__fixed {
		padding: 20px 0;
	}
	.card__fixed .card__size {
		padding-left: 5px;
	}
	.card__fixed .card__buttons {
		width: 50%;
	}
	.card__fixed .btn {
		white-space: nowrap;
	}
	.breadcrumbs {
		margin-left: 0;
		margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
	.breadcrumbs span {
		display: none;
	}
	.breadcrumbs a {
		display: none;
		color: #252525;
		font-size: 14px;
		font-weight: 400;
	}
	.breadcrumbs a:after {
		display: none;
	}
	.breadcrumbs a:before {
		content: '';
		width: 31px;
		height: 11px;
		display: inline-block;
		background: url("img/svg/arrow.svg") no-repeat center center;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.breadcrumbs a:last-of-type {
		display: block;
	}
	.card__row {
		position: relative;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.card__row:nth-child(even) {
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-direction: column;
		flex-direction: column;
		/*display:none;*/
	}
	.card__row:nth-child(even) .card__img , .card__col-desktop{
		display: none;
	}
	.card__row:nth-child(even) .card__img-mobile {
		display: block;
	}
	.card__row--margin {
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -15px 20px;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.card__row--margin .card__col {
		width: calc(50% - 10px);
	}
	.card__row--margin .card__img {
		margin: 0;
	}
	.card__status {
		position: absolute;
		top: 0;
		right: -15px;
	}
	.card__img {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: 25px;
	}
	.card__img-mobile, .card__col-mobile {
		display: block;
	}
	.card__articles {
		font-size: 12px;
		margin-bottom: 5px;
        margin-top: 10px; 
	}
	.card__name {
		font-size: 18px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
	}
	.card__name h1 {
		width: 30%;
		text-align: right;
		margin-bottom: 9px;
	}
	.card__name h1:first-child {
		font-size: 16px;
		width: 68%;
		text-align: left;
	}
	.card__name a {
		width: 100%;
		margin-left: 0;
		margin-bottom: 17px;
	}
	.card__colors {
		margin: -10px -5px;
	}
	.card__goods {
		margin: 10px 5px;
	}
	.card__goods:nth-child(n+4) {
		display: none !important;
	}
	.card__more {
		right: 0;
	}
	.card__size {
		display: none;
	}
	.card__size-store {
		display: block;
		margin: 20px 0 5px;
	}
	.card__store-box {
		display: block;
	}
	.card__buttons {
		display: none;
	}
	.card__info {
		margin-bottom: 20px;
	}
	.card__tabs {
		-ms-flex-direction: column;
		flex-direction: column;
		border: none;
		margin-bottom: 48px;
	}
	.card__tab {
		width: 100%;
		white-space: normal;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-height: 54px;
		overflow: hidden;
		border-bottom: 1px solid #c2c2c2;
		position: relative;
		cursor: auto;
	}
	.card__tab>span {
		margin: 8px 0 19px;
	}
	.card__tab.current {
		background-color: #fff;
		color: #000;
	}
	.card__tab.current .bx_item_detail_rating .bx_stars_bg {
		background: url(img/pngsprite/stars.png) no-repeat center;
	}
	.card__tab.current .bx_item_detail_rating .bx_stars_progress {
		background: #2d2d2d;
	}
	.card__tab .card__desc span {
		width: 50%;
	}
	.card__tab .card__desc-info {
		display: block;
	}
	.card__tab .card__desc-wrap {
		display: block;
		width: 100%;
	}
	.card__tab.active {
		max-height: none;
	}
	.card__tab.active .card__cross:after {
		display: none;
	}
	.card__cross {
		position: absolute;
		top: 21px;
		right: 31px;
		min-width: 13px;
		height: 13px;
		display: block;
		cursor: pointer;
	}
	.card__cross:before {
		position: absolute;
		content: '';
		width: 13px;
		height: 1px;
		background-color: #000;
		display: block;
		top: 50%;
	}
	.card__cross:after {
		position: absolute;
		content: '';
		width: 13px;
		height: 1px;
		background-color: #000;
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 50%;
		display: block;
	}
	.card__content.current {
		display: none;
	}
	.card__share {
		display: none;
	}
	.card__infobox {
		margin: -5px -15px 0;
	}
	.card__fixed {
		display: none;
	}
	.card__fixed-wrap {
		-ms-transform: translateY(0);
		transform: translateY(0);
		z-index: 80;
	}
	.card__fixed-wrap.size-opened .card__fixed-mob {
		visibility: hidden;
        display: none;
	}
	.card__fixed-wrap.size-opened .card__fixed-size {
		display: block;
		width: calc(100% - 15px);
	}
	.card__fixed-wrap>.container {
		position: relative;
	}
	.card__fixed .card__size {
		display: -ms-flexbox;
		display: flex;
	}
	.card__fixed .card__buttons {
		display: -ms-flexbox;
		display: flex;
	}
	.card__fixed-mob {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
		padding: 12px 0;
		position: relative;
		z-index: 103;
	}
	.card__fixed-mob .btn {
		width: calc(50% - 10px);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 5px;
		padding: 8px 10px;
		position: relative;
        line-height: 27px;
        border: 1px solid #2d2d2d;
	}
	.card__fixed-mob .btn--no-border {
		width: 100%;
		background-color: #fff;
		color: #000;
		padding: 2px;
	}
	.card__fixed-mob .btn__size {
		background-color: #fff;
		color: #000;
		font-size: 12px;
		font-weight: 700;
		text-transform: none;
		cursor: pointer;
		border: 1px solid #000;
		-ms-flex-pack: start;
		justify-content: flex-start;  
        flex-basis: 100%;
	}
	.card__fixed-mob .btn__size span {
		margin-top: 2px;
	}
	.card__fixed-mob .btn i {
		margin: 0 11px 0 0;
	}
	.card__fixed-mob .btn__cross {
		position: absolute;
		top: 12px;
		right: 12px;
		min-width: 13px;
		height: 13px;
		display: block;
		cursor: pointer;
	}
	.card__fixed-mob .btn__cross:before {
		position: absolute;
		content: '';
		width: 13px;
		height: 1px;
		background-color: #000;
		display: block;
		top: 50%;
	}
	.card__fixed-mob .btn__cross:after {
		position: absolute;
		content: '';
		width: 13px;
		height: 1px;
		background-color: #000;
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 50%;
		display: block;
	}
	.card__fixed-size {
		background-color: transparent;
		z-index: 104;
		display: none;
        position: relative;
        top: 0px;
	}
	.card__fixed-size .card__size {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.card__fixed-size .card__size-edit {
		margin: 0;
        padding: 10px 30px;
        color: #000;
        position: absolute;
        top: -44px;
	}
	.card__fixed-size .card__size-edit i {
		margin-top: 0px;
	}
	.card__fixed-size .card__size-edit i svg {
		fill: #000;
	}
	.card__fixed-size .card__size span {
		display: block;
		padding: 15px 0;
		width: 100%;
		background-color: #fff;
		font-size: 12px;
		font-weight: 700;
	}
	.card__fixed-size .card__size-cross {
		position: absolute;
		display: block;
        top: -30px;
        right: 0px;
		width: 14px;
		height: 14px;
		cursor: pointer;
	}
	.card__fixed-size .card__size-cross:before, .card__fixed-size .card__size-cross:after {
		position: absolute;
		content: '';
		width: 14px;
		height: 2px;
		background-color: #000;
		display: block;
		top: 50%;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.card__fixed-size .card__size-cross:after {
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.bx_item_detail_rating {
		margin: 8px 12px 19px;
	}
}


/* Start:/local/templates/design2017/components/bitrix/iblock.vote/stars/style.css?1511479411973*/

.bx_item_detail_rating td {
	vertical-align: bottom;
	text-align: right;
}

.bx_item_detail_rating .bx_item_rating {
	text-align: right;
}

.bx_item_detail_rating .bx_stars_container {
	position: relative;
	width: 68px;
	height: 17px;
	background: #c2c2c2;
	background-size: 100% 100%;
}

.bx_item_detail_rating .bx_stars_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url("img/pngsprite/stars.png") no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #2d2d2d;
}

.bx_item_detail_rating .bx_stars_rating_votes {
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}

@media (max-width: 530px) {
	.bx-touch .bx_item_detail_rating .bx_stars_container {
		height: 15px;
		margin: 4px 0;
	}
	.bx_item_detail_rating .bx_stars_rating_votes {
		font-size: 7px;
		line-height: 7px;
	}
}


/* End */

.checkout__page {
	padding-left: 52px;
}

.checkout .header__hint {
	display: none;
}

.checkout .header__search-wrapper {
	display: none;
}

.checkout .header__menu-wrapper {
	display: none;
}

.checkout__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.checkout__content {
	width: 703px;
	padding-top: 33px;
}

.checkout__title {
	font-size: 24px;
	color: #000;
	margin-bottom: 13px;
}

.checkout__title--second {
	margin-bottom: 20px;
}

.checkout__subtitle {
	font-size: 14px;
	line-height: 18px;
	color: #2d2d2d;
	font-weight: 400;
	max-width: 490px;
	margin-bottom: 21px;
}

.checkout__subtitle a {
	text-decoration: underline;
	color: #2d2d2d;
}

.checkout__subtitle a:hover {
	text-decoration: none;
}

.checkout__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 33px;
}

.checkout__data-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

.checkout__data-row:not(:last-child) {
	margin-bottom: 20px;
}

.checkout__data-name {
	display: inline-block;
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
	padding: 11px 0;
}

.checkout__data-input {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 420px;
	font-size: 14px;
	color: #2d2d2d;
	border: 1px solid #b7b7b7;
	padding: 11px 15px 10px;
}

.checkout__data-input--textarea {
	min-height: 120px;
}

.checkout__select {
	width: 420px;
}

.checkout__aside {
	width: 420px;
	border-left: 1px solid #f1f4f4;
	padding-top: 34px;
	padding-left: 45px;
}

.checkout__aside-title {
	font-size: 18px;
	line-height: 24px;
	color: #252525;
	font-weight: 700;
	display: block;
    margin-bottom: 15px;
}

.checkout__order-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 30px;
}

.checkout__order {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 28px;
    padding-top: 5px;
	margin-bottom: 28px;
	border-bottom: 1px solid #b7b7b7;
}

.checkout__order-img-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.checkout__order-img {
	position: relative;
	width: 80px;
	margin-right: 44px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.checkout__order-quantity {
	position: absolute;
	right: -10px;
	top: -10px;
	min-width: 20px;
	height: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

.checkout__order-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 10px;
}

.checkout__order-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.checkout__order-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

.checkout__order-price span {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.checkout__order-price span span {
	font-weight: 400;
}

.checkout__promo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 28px;
	margin-bottom: 17px;
	border-bottom: 1px solid #b7b7b7;
    position: relative;
    z-index: 1;
}

.checkout__promo input {
	width: 196px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	color: #2d2d2d;
	border: 1px solid #b7b7b7;
	padding: 11px 15px 10px;
}

.checkout__promo a {
	max-width: 160px;
	width: 100%;
	background-color: #b7b7b7;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 0 10px;
	transition: background-color 0.2s ease;
}

.checkout__promo a:hover {
	background-color: #949494;
}

.checkout__order-price-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 15px;
	margin-bottom: 17px;
	border-bottom: 1px solid #b7b7b7;
}

.checkout__order-price-data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.checkout__order-price-data span {
	font-size: 16px;
	color: #000;
	line-height: 36px;
	font-weight: 700;
}

.checkout__order-edit {
	padding-bottom: 22px;
	margin-bottom: 28px;
	border-bottom: 1px solid #b7b7b7;
}

.checkout__order-edit a {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #252525;
	text-decoration: underline;
}

.checkout__order-edit a:hover {
	text-decoration: none;
}

.checkout__mobile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 28px;
	margin-bottom: 25px;
	border-bottom: 1px solid #b7b7b7;
}

.checkout__mobile-row {
	width: 100%;
}

.checkout__mobile-row:not(:last-child) {
	margin-bottom: 16px;
}

.checkout__info span {
	display: inline-block;
	max-width: 355px;
	width: 100%;
	font-size: 14px;
	color: #252525;
	font-weight: 400;
}

.checkout__info span a {
	color: #252525;
	text-decoration: underline;
}

.checkout__info span a:hover {
	text-decoration: none;
}

.checkout__delpay {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 51px;
}

.checkout__delpay:after {
	content: '';
	position: absolute;
	height: 1px;
	width: calc(100% + 52px);
	left: -52px;
	bottom: -10px;
	background-color: #b7b7b7;
}

.checkout__delpay-title {
	font-size: 24px;
	margin-bottom: 31px;
}

.checkout__delpay-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.checkout__delpay-wrapper:not(:last-child) {
	margin-bottom: 24px;
}

.checkout__delpay-item {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
	flex-basis: 50%;
}
.checkout__delpay-item:not(:last-of-type) {
	margin-right: 0px;
}

.checkout__delpay-item:first-child {
	max-width: 295px;
	width: 100%;
}

.checkout__delpay-radio {
	margin-right: 5px;
}

.checkout__delpay-block {
	position: relative;
	padding-left: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.checkout__delpay-block:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.checkout__delpay-block--boxbery:after {
	width: 18px;
	height: 18px;
	top: 1px;
	left: 1px;
	background: url("img/svg/boxberry.svg") no-repeat center;
}

.checkout__delpay-block--mail:after {
	width: 18px;
	height: 18px;
	background: url("img/svg/rus-mail.svg") no-repeat center;
}

.checkout__delpay-block--card:after {
	width: 24px;
	height: 16px;
	left: -3px;
	top: 2px;
	background: url("img/svg/card.svg") no-repeat center;
}

.checkout__delpay-block--sber:after {
	width: 24px;
	height: 24px;
	top: -4px;
	background: url("img/svg/sber.svg") no-repeat center;
}

.checkout__delpay-name {
	font-size: 14px;
	font-weight: 700;
	color: #2d2d2d;
	line-height: 24px;
}

.checkout__delpay-text {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 24px;
}

.checkout__agreement {
	margin-bottom: 10px;
}

.checkout__agreement .checkbox-input {
	margin-right: 9px;
}

.checkout__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 59px;
}

.checkout__btn .btn {
	max-width: 250px;
	width: 100%;
}

.checkout__bottom-block.mobile {
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-top: 30px;
}

.checkout__bottom-block.mobile:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #b7b7b7;
}
.checkout__order-notavail {
    opacity: 0.7;
}
.checkout__order-delete-notavail {
    margin-left: 10px;
    opacity: 1;
}
.catalog__wrapper {
	margin-bottom: 40px;
}

.catalog__wrapper .breadcrumbs {
	margin-bottom: 31px;
    margin-left: 0px;
}

.catalog__head {
	width: 100%;
	margin-bottom: 32px;
    height: auto;
    max-height: 101px;
}

.catalog__head img {
	/*width: 100%;*/
	height: 100%;
	object-fit: cover;
}

.catalog__content {
	padding: 0;
}

.catalog__line {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 42px;
}

.catalog__filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.catalog__filter span {
	color: #252525;
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
}

.catalog__filter span.mobile {
	display: none;
}

.catalog__filter .ico-filter {
	position: relative;
	width: 16px;
	height: 13px;
	margin-right: 10px;
}

.catalog__filter .ico-add {
	position: relative;
	width: 13px;
	height: 13px;
	margin-left: 9px;
}

.catalog__title {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #000;
}

.catalog__sort {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #252525;
	font-size: 14px;
	position: relative;
	margin-right: 20px;
}

.catalog__sort b {
	padding-right: 3px;
}

.catalog__sort .ico-add {
	position: relative;
	width: 13px;
	height: 13px;
	margin-left: 7px;
}

.catalog__box {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.catalog__box:after {
	content: '';
	height: 0;
	width: 336px;
	opacity: 0;
}

.catalog__box-item {
	margin-bottom: 40px;
    display: block;
    width: 380px;
}

.catalog__box-item.active .catalog__box-info {
	opacity: 1;
}

.catalog__box-content {
	position: relative;
	width: 100%;
	height: 470px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 13px;
}

.catalog__box-content .js-catalog-zoom {
	position: absolute;
	top: 19px;
	right: 21px;
	width: 31px;
	height: 31px;
	display: inline-block;
	z-index: 2;
	transition: all 0.3s ease;
	opacity: 0;
	-ms-transform: translateX(calc(100% + 21px));
	transform: translateX(calc(100% + 21px));
}

.catalog__box-content .js-catalog-zoom svg {
	fill: #b4b4b4;
	transition: fill 0.2s ease;
}

.catalog__box-content .js-catalog-zoom:hover svg {
	fill: #999999;
}

.catalog__box-content .js-catalog-cart {
	position: absolute;
	bottom: 23px;
	right: 24px;
	width: 26px;
	height: 27px;
	display: inline-block;
	z-index: 2;
    transition: all 0.3s ease;
    opacity: 0;
    -ms-transform: translateX(calc(100% + 21px));
    transform: translateX(calc(100% + 21px));
}

.catalog__box-content .js-catalog-cart svg {
	fill: #b4b4b4;
	transition: fill 0.2s ease;
}

.catalog__box-content .js-catalog-cart:hover svg {
	fill: #999999;
}

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

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

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

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

.catalog__box-info {
	opacity: 0;
	position: relative;
	z-index: -1;
	width: 300px;
	background-color: rgba(37, 37, 37, 0.5);
	min-height: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 28px 0 18px;
	transition: opacity 0.3s ease;
}

.catalog__box-info.hover {
	opacity: 1;
}

.catalog__box-info .close {
	cursor: pointer;
	width: 10px;
	height: 10px;
	top: 7px;
	right: 7px;
}

.catalog__box-info .close svg {
	fill: #fff;
	transition: fill 0.2s ease;
}

.catalog__box-info .close:hover svg {
	fill: #cccccc;
}

.catalog__box-sizes {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.catalog__box-sizes-item:not(:first-child) a {
	border-left: none;
}

.catalog__box-sizes-item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	width: 40px;
	height: 40px;
	color: #252525;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	transition: all 0.3s ease;
    line-height: 14px;
    text-align: center;  
}

.catalog__box-sizes-item a:hover,
.catalog__box-sizes-item a.active {
	border-color: #252525;
	color: #fff;
	background-color: #252525;
}

.catalog__box-tocart {
	margin-bottom: 9px;
}

.catalog__box-tocart a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	width: 238px;
	height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	padding-left: 35px;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
}

.catalog__box-tocart a:hover {
	background-color: #151515;
}

.catalog__box-tocart a i {
	content: '';
	position: absolute;
	width: 22px;
	height: 23px;
	left: 65px;
	top: 9px;
}

.catalog__box-tocart a i svg {
	fill: #fff;
}
.catalog__box-tocart a.catalog__box-noavailable {
    padding-left: 0;
}
.catalog__box-oneclick a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	width: 238px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #2d2d2d;
	text-transform: uppercase;
	transition: all 0.2s ease;
	border: 1px solid #2d2d2d;
}

.catalog__box-oneclick a:hover {
	background-color: #2d2d2d;
	color: #fff;
}

.catalog__box-option {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: calc(100% - 30px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}

.catalog__box-option i {
	position: static;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
}

.catalog__box-option i:not(:last-child) {
	margin-right: 5px;
}

.catalog__box-option i svg {
	position: static;
	fill: #fff;
}

.catalog__box-discount {
	position: absolute;
	left: 15px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	z-index: 2;
}

.catalog__box-text {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;	
}
.card .catalog__box-text {
    max-width: 180px;
}
.catalog__box-name {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 9px;
	white-space: normal;
	flex: 1 0 100%;
}

.catalog__box-price {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.catalog__btn-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.catalog__btn-more .btn {
	width: 220px;
	padding: 7px 15px 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
}

.catalog__mobile-nav {
	display: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.catalog__mobile-nav a {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 13px;
}

.catalog__mobile-nav a.next {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalog__mobile-nav a svg {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.catalog .catalog__box-info.active {
	opacity: 1;
	z-index: 2;
}

.filter {
	position: fixed;
	width: 470px;
	height: 100vh;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 110;
	margin-bottom: 20px;
	padding: 37px 50px 30px 45px;
	transition: all 0.3s ease;
	overflow: auto;
	opacity: 0;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.filter::-webkit-scrollbar {
	display: none;
}

.filter__line {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.filter__line .catalog__filter span {
	font-size: 18px;
}

.filter__close {
	position: relative;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.filter__close svg {
	fill: #252525;
}

.filter__sort {
	display: none;
	width: 100%;
	padding: 17px 18px 17px 0;
	border-top: 1px solid #c2c2c2;
}

.filter__sort .catalog__sort {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 0;
}

.filter__wrapper {
	width: 100%;
	border-top: 1px solid #c2c2c2;
	padding-top: 9px;
	margin-bottom: 21px;
}

.filter__item {
	padding-bottom: 6px;
	margin-bottom: 9px;
	border-bottom: 1px solid #c2c2c2;
}

.filter__item.active .filter__content-title:after {
	background: url("img/svg/remove.svg") no-repeat center;
}

.filter__content-title {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #252525;
	font-weight: 700;
	position: relative;
	margin-bottom: 2px;
	cursor: pointer;
}

.filter__content-title:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 13px;
	height: 13px;
	background: url("img/svg/add.svg") no-repeat center;
}

.filter__result {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 39px;
}

.filter__result span {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.filter__btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 35px;
}

.filter__btns a {
	width: calc(50% - 7px);
	height: 40px;
	border: 1px solid #2d2d2d;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 0 5px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	transition: all 0.2s ease;
}

.filter__btn-reset {
	background-color: transparent;
	color: #2d2d2d;
}

.filter__btn-reset:hover {
	background-color: #2d2d2d;
	color: #fff;
}

.filter__btn-apply {
	background-color: #2d2d2d;
	color: #fff;
}

.filter__btn-apply:hover {
	background-color: #3f3f3f;
}

.filter__text p {
	font-size: 14px;
	line-height: 30px;
	color: #b5b5b5;
	font-weight: 400;
}

.buy__box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 108px;
}

.buy__box:last-child .buy__number:before {
	display: none;
}

.buy__row {
	display: -ms-flexbox;
	display: flex;
}

.buy__col {
	padding-top: 20px;
	position: relative;
}

.buy__number {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	border: 1px solid #000;
}

.buy__number:before {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 100px);
	background-color: #000;
	top: 120px;
	left: 50px;
}

.buy__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 55px;
}

.buy__title {
	font-size: 16px;
	font-weight: 500;
	width: 15%;
	padding-right: 15px;
}

.buy__title-wrap {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.buy__desc {
	font-size: 14px;
	font-weight: 400;
	width: 74%;
	line-height: 1.3;
}

.buy__desc a {
	color: #000;
	text-decoration: underline;
	margin: 0 5px;
}

.buy__img {
	box-shadow: 0 0 15px #777;
}

.buy__img img {
	width: 100%;
	height: 100%;
	display: block;
}

@media (max-width: 1365px) {
	.buy__box {
		margin: 0;
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.buy__number {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 30px;
	}
	.buy__number:before {
		top: 90px;
		left: 35px;
		height: calc(100% - 70px);
	}
	.buy__content {
		padding: 15px 30px;
	}
	.buy__title {
		width: 22%;
	}
}

@media (max-width: 767px) {
	.buy__number {
		position: absolute;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 26px;
	}
	.buy__number:before {
		display: none;
	}
	.buy__content {
		padding: 7px 0;
	}
	.buy__title {
		width: 250px;
		padding-left: 70px;
		min-height: 38px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.buy__title-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.buy__desc {
		padding-top: 20px;
		width: 100%;
	}
}

.cart .checkout__order-price.mobile {
	display: none;
}

.cart {
	position: fixed;
	right: 0;
	background-color: #fff;
	z-index: 110;
	-ms-transform: translateX(500px);
	transform: translateX(500px);
	transition: transform .3s;
	height: 100%;
	overflow-x: auto;
}

.cart.opened {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.cart .card__store {
	display: inline-block;
	font-size: 14px;
}

.cart .card__store-box {
	max-width: none;
	display: -ms-flexbox;
	display: flex;
}

.cart .card__buttons {
	display: -ms-flexbox;
	display: flex;
}

.cart .btn {
	padding: 10px;
}

.cart .checkout__aside {
	width: 470px;
	padding: 34px 45px;
}

@media (max-width: 500px) {
	.cart .checkout__aside {
		width: 100%;
		padding: 20px 15px;
	}
	.cart .card__buttons {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
	.cart .card__buttons .btn {
		width: 100%;
		margin: 0 0 15px;
	}
}

.loyalty__box {
	max-width: 720px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 30px;
}

.loyalty__title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0 23px;
}

.loyalty__table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 20px 0 40px;
}

.loyalty__table-row {
	display: -ms-flexbox;
	display: flex;
	padding: 0 75px 0 85px;
}

.loyalty__table-row:nth-child(odd) {
	background-color: #f2f5f5;
}

.loyalty__table-row:first-child {
	background-color: #2d2d2d;
	color: #fff;
}

.loyalty__table-row:first-child .loyalty__table-col {
	font-weight: 500;
}

.loyalty__table-col {
	width: 20%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}

.loyalty__table-col:first-child {
	text-align: left;
}

.loyalty__desc {
	font-size: 14px;
	font-weight: 400;
	padding: 0 23px;
	line-height: 1.25;
	margin-bottom: 23px;
}

.loyalty__desc--fraction {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.loyalty__desc--back {
	padding: 12px 23px;
	background-color: #f2f5f5;
}

.loyalty__desc-fraction {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 8px;
}

.loyalty__desc-fraction span:first-child {
	border-bottom: 1px solid #000;
	padding: 0 5px;
}

.loyalty__desc span {
	font-weight: 500;
}

.loyalty .about__row {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.loyalty__table-row {
		padding: 0 15px;
	}
}

@media (max-width: 600px) {
	.loyalty__title {
		padding: 0;
	}
	.loyalty__table {
		margin: 20px -15px 40px;
		overflow-x: auto;
	}
	.loyalty__table-row {
		min-width: 540px;
	}
	.loyalty__desc {
		padding: 0;
	}
	.loyalty__desc--back {
		margin: 0 -15px 23px;
		padding: 23px 15px;
	}
	.loyalty__desc--fraction {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.loyalty__desc-fraction {
		margin: 8px;
	}
}

.payment .return__title {
	padding-right: 45px;
}

.payment .ico-nal {
	width: 42px;
	height: 39px;
}

.payment .ico-cards {
	width: 40px;
	height: 35px;
}

.payment .ico-online {
	width: 26px;
	height: 36px;
	left: -29px;
}

.payment .ico-moscow {
	width: 34px;
	height: 57px;
	top: -23px;
}

.payment .ico-other-town {
	width: 40px;
	height: 40px;
}

.payment .return__info span a {
	color: #000;
	text-decoration: underline;
}

.payment .return__info span a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1365px) {
	.header__hint-text {
		font-size: 14px;
		padding-right: 41px;
		display: block;
	}
	.header__line {
		height: 70px;
	}
	.menu__item {
		padding: 17px 22px;
	}
	.menu__item-link {
		font-size: 12px;
		text-align: center;
	}
	.menu__submenu-block a:not(:last-child) {
		margin-bottom: 0;
	}
	.menu__submenu {
		padding: 15px;
		height: auto;
	}
	.menu__submenu-block a {
		padding: 6px 5px;
	}
	.menu__submenu-content {
		column-count: 3;
	}
	.menu__submenu-block--others {
		padding-top: 10px;
	}
	.menu__submenu-block--others a {
		padding: 4px 5px !important;
		font-size: 12px;
	}
	.menu__submenu-block {
		width: 190px;
	}
	.menu__submenu-block--others:after {
		width: calc(100% - 6px);
		left: 6px;
		top: 2px;
	}
	.header__line-wrapper {
		position: relative;
	}
	.main__slider {
		width: 490px;
		height: auto;
	}
	.main__slider-info {
		width: calc(100% - 570px);
		padding-top: 40px;
	}
	.main__collection {
		padding-right: 0;
		padding-left: 0;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.main__collection-info {
		width: 300px;
		padding-top: 0;
		margin-right: 30px;
	}
	.main__actual-img {
		width: 180px;
		height: 234px;
		margin-bottom: 16px;
	}
	.main__actual-arrows {
		top: 121px;
	}
	.main__news {
		padding-right: 0;
	}
	.main__news-slider-info {
		top: auto;
		bottom: 0;
		padding: 0 15px 20px 15px;
	}
	.main__news {
		padding-left: 75px;
	}
	.main__actual-wrapper {
		margin-bottom: 60px;
	}
	.main__news-info {
		max-width: 355px;
		padding-top: 0;
	}
	.main__insta {
		padding-left: 0;
		padding-right: 0;
	}
	.main__insta-pics {
		width: 600px;
	}
	.big-container {
		max-width: 991px;
	}
	.checkout__page {
		padding-left: 0;
	}
	.checkout__aside {
		padding-top: 30px;
		padding-left: 30px;
	}
	.checkout__content {
		width: calc(100% - 450px);
		padding-top: 30px;
	}
	.checkout__data-input {
		width: calc(100% - 140px);
	}
	.checkout__select {
		width: calc(100% - 140px);
	}
	.checkout__data-name {
		padding-right: 10px;
	}
	.checkout__delpay-item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.checkout__delpay-wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.checkout__delpay-item:first-child {
		max-width: 100%;
	}
	.checkout__delpay:after {
		bottom: -24px;
	}
	.catalog__box-item {
        width: 285px;
	}
	.catalog__box-content {
		height: 350px;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.catalog__box:after {
		width: 250px;
	}
	.catalog__box-sizes-item a {
		width: 32px;
		height: 32px;
	}
	.catalog__box-info {
		width: 220px;
		margin-top: 60px;
	}
	.catalog__box-tocart a,
	.catalog__box-oneclick a {
		width: 190px;
	}
	.catalog__box-sizes {
		margin-bottom: 15px;
	}
	.catalog__box-tocart {
		margin-bottom: 15px;
	}
	.catalog__box-tocart a i {
		width: 18px;
		height: 19px;
		left: 40px;
		top: 9px;
	}
	.filter__line {
		margin-bottom: 25px;
	}
	.card .catalog__box-content {
		width: 180px;
		height: 234px;
	}
	.card .catalog__box-info {
        display: flex;
        width: 100%;
	}
	.card .catalog__box-option {
		display: none;
	}
	.card .catalog__box-discount {
		display: none;
	}
	.card__info.options {
		padding-top: 80px;
	}
	.catalog__box-option i {
		width: 30px;
		height: 30px;
	}
	.catalog__box-content .js-catalog-cart {
		bottom: 15px;
		right: 18px;
		width: 22px;
		height: 22px;
	}
	.catalog__box-discount {
		left: 15px;
		bottom: 48px;
		width: 30px;
		height: 30px;
	}
	#dp-slider2,
	#dp-slider2 .dp-img img {
		height: 346px;
	}
	#dp-slider2 .dp_item {
		width: 450px;
		height: 100%;
	}
}

@media screen and (max-width: 991px) {
	.menu__item {
		padding: 15px;
	}
	.header__line-phone a {
		font-size: 12px;
	}
	.header__line {
		height: 45px;
	}
	.header__line-logo a {
		width: 125px;
		height: 18px;
	}
	.header__line-logo {
		padding-right: 0;
	}
	.header__menu {
		display: none;
	}
	.header__menu-btn {
		display: block;
	}
	.menu__submenu-block.active a:not(:last-child) {
		margin-bottom: 1px;
	}
	.menu__submenu-block a {
		letter-spacing: 0;
	}
	.main__slider-info {
		width: calc(100% - 450px);
		padding-top: 20px;
	}
	.main__slider-title {
		font-size: 36px;
		letter-spacing: 0;
	}
	.main__slider-subtitle {
		font-size: 20px;
		line-height: 1.2;
		max-width: 100%;
	}
	.main__slider {
		width: 420px;
		height: auto;
	}
	.main__collection {
		display: none;
	}
	.main__collection-mobile {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
	.main__collection-mobile-slider,
	.main__collection-mobile-slider-title {
		width: 485px;
	}
	.main__collection-mobile-slider-title {
		position: relative;
		padding: 5px 5px 5px 10px;
	}
	.main__collection-mobile-slider-title:before {
		position: absolute;
		content: '01';
		font-weight: 100;
		font-size: 36px;
		color: #a0a0a0;
		left: -35px;
		top: 2px;
		z-index: 1;
	}
	.main__top-slider {
		margin-bottom: 110px;
	}
	.main__collection-subtitle {
		margin-bottom: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 65px;
		background-color: rgba(0, 0, 0, 0.4);
		width: 100%;
		color: #fff;
		padding: 18px 25px;
		font-size: 18px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		line-height: 1;
	}
	.main__collection-title {
		font-size: 28px;
		color: #2d2d2d;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	.main__news-slider-wrapper {
		display: none;
	}
	.main__news-title {
		font-size: 28px;
	}
	.main__news-title i {
		width: 143px;
		height: 18px;
		margin-left: 6px;
	}
	.main__news-title:before {
		font-size: 120px;
		left: 50%;
	}
	.main__news-subs {
		margin-bottom: 75px;
	}
	.main__news-mob-slider {
		display: block;
		flex: 0 1 50%;
	}
	.main__news {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding-left: 0;
		flex-wrap: wrap;
	}
	.main__news-info {
		max-width: 300px;
		flex: 0 1 50%;
	}
	.main__insta-pics {
		width: 450px;
	}
	.main__news-wrapper {
		margin-bottom: 120px;
	}
	.main__insta-title {
		font-size: 28px;
	}
	.main__insta-link {
		font-size: 16px;
	}
	.main__insta-subtitle {
		font-size: 16px;
	}
	.big-container {
		max-width: 100%;
	}
	.checkout__aside {
		padding-top: 20px;
		padding-left: 20px;
		width: 300px;
	}
	.checkout__order-img {
		margin-right: 25px;
	}
	.checkout__order {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.checkout__order-info {
		padding-right: 0;
	}
	.checkout__order-img-info {
		width: 100%;
		margin-bottom: 20px;
	}
	.checkout__order-price {
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
	.checkout__promo a {
		max-width: none;
		width: auto;
		padding: 12px 13px 11px;
		font-size: 14px;
	}
	.checkout__promo input {
		width: 160px;
	}
	.checkout__mobile .checkbox {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.checkout__mobile .checkbox .checkbox-input {
		margin-right: 10px;
	}
	.checkout__content {
		width: calc(100% - 320px);
		padding-top: 20px;
	}
	.checkout__data-row {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.checkout__subtitle {
		margin-bottom: 5px;
	}
	.checkout__data-input {
		width: 100%;
	}
	.checkout__data-row:not(:last-child) {
		margin-bottom: 10px;
	}
	.checkout__data {
		margin-bottom: 20px;
	}
	.checkout__select {
		width: 100%;
	}
	.checkout__bottom-block {
		display: none;
	}
	.checkout__bottom-block.mobile {
		display: -ms-flexbox;
		display: flex;
	}
	.checkout__delpay:after {
		display: none;
	}
	.checkout__btn {
		margin-bottom: 30px;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.checkout__agreement {
		margin-bottom: 20px;
	}
	.checkout__delpay-item:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.catalog__breadcrumbs {
		display: none;
	}
	.catalog__box-content .catalog__box-info {
		display: none !important;
	}
	.catalog__mobile-nav {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 15px;
	}
	.catalog__mobile-nav span {
		font-size: 14px;
		font-weight: 700;
	}
	.catalog__title {
		display: none;
	}
	.catalog__line {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog__content {
		padding: 0;
	}
	.catalog__box-item {
		width: 220px;
		margin-bottom: 30px;
	}
	.catalog__box-content {
		height: 308px;
	}
	.catalog__box:after {
		width: 220px;
	}
	.card__info.options {
		padding-top: 0;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catalog__box-option i {
		width: 28px;
		height: 28px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.catalog__box-option {
		left: 10px;
	}
	.catalog__box-discount {
		left: 10px;
		bottom: 44px;
		width: 28px;
		height: 28px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.catalog__box-content .js-catalog-cart {
		bottom: 13px;
		right: 10px;
		width: 22px;
		height: 22px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.slider-2 {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.header__line-phone {
		display: none;
	}
	.header__search-wrapper, .header__hint:not(.header__hint--bottom) {
		display: none;
	}
	.header__line .header__ico-lang,
	.header__line .header__ico-box,
	.header__line .header__ico-user {
		display: none;
	}
	.header__hint-text {
		padding-right: 15px;
	}
	.footer__menu-wrapper {
		display: none;
	}
	.footer__wrapper {
		padding: 33px 0 15px;
	}
	.footer__social {
		margin-bottom: 30px;
	}
	.main__top-slider {
		padding-right: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 120px;
	}
	.main__slider-info {
		width: 100%;
		padding: 30px 50px 0;
	}
	.main__slider {
		width: 100%;
	}
	.main__collection-mobile-slider,
	.main__collection-mobile-slider-title {
		width: 440px;
	}
	.main__collection-mobile-slider-title {
		padding: 5px 5px 15px 15px;
	}
	.main__collection-mobile-slider-title h2 span {
		display: inline-block;
		max-width: 200px;
	}
	.main__collection-mobile-slider-title:before {
		font-size: 48px;
		left: -45px;
		top: -7px;
	}
	.main__collection-subtitle {
		font-size: 16px;
	}
	.main__collection-title {
		font-size: 18px;
		line-height: 1;
	}
	.main__collection-mobile {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.main__collection-mobile:after {
		width: 75%;
	}
	.main__collection-mobile-slider-title h2 span {
		min-height: 35px;
	}
	.main__actual-title {
		font-size: 32px;
	}
	.main__actual-title:before {
		font-size: 140px;
	}
	.main__actual-btn {
		padding-right: 0;
	}
	.main__collection-wrapper {
		margin-bottom: 70px;
	}
	.main__news {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
	.main__news-subs {
		display: none;
	}
	.main__news-info {
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		order: 0;
	}
	.main__news-title {
		font-size: 32px;
	}
	.main__news-title span {
		letter-spacing: 0;
	}
	.main__news-title:before {
		font-size: 140px;
	}
	.main__actual-wrapper {
		margin-bottom: 70px;
	}
	.main__news-btn {
		display: none;
	}
	.main__news-btn.mobile {
		display: block;
		order: 2;
	}
	.main__news-subtitle {
		display: block;
		font-size: 18px;
		color: #2d2d2d;
		margin-bottom: 30px;
	}
	.main__news-mob-slider {
		margin-bottom: 40px !important;
		order: 1;
	}
	.main__insta-img.mobile {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main__insta-info {
		display: none;
	}
	.main__insta-pics {
		width: 100%;
	}
	.main__insta-title {
		font-size: 18px;
	}
	.main__insta-link {
		font-size: 14px;
	}
	.main__insta-subtitle {
		font-size: 12px;
	}
	.main__insta-hiddentext {
		display: block;
	}
	.main__insta-wrapper {
		margin-bottom: 40px;
	}
	.checkout__aside {
		width: 260px;
	}
	.checkout__content {
		width: calc(100% - 280px);
	}
	.checkout__delpay-wrapper:not(:last-child) {
		margin-bottom: 20px;
	}
	.checkout__delpay {
		margin-bottom: 30px;
	}
	.checkout__promo input {
		width: 120px;
	}
	.catalog__head {
		display: block;
		margin-bottom: 10px;
	}
	.catalog__line {
		padding-top: 15px;
	}
	.catalog__mobile-nav {
		margin-bottom: 30px;
	}
	.catalog__box-item {
		width: 260px;
	}
	.catalog__box-content {
		height: 364px;
	}
	.catalog__sort {
		display: none;
	}
	.catalog__filter span {
		display: none;
	}
	.catalog__filter span.mobile {
		display: inline-block;
	}
	.catalog__filter .ico-add {
		display: none;
	}
	.catalog__box:after {
		display: none;
	}
	.filter__sort {
		display: block;
	}
	.filter__sort .catalog__sort {
		display: -ms-flexbox;
		display: flex;
	}
	.filter {
		padding: 20px;
		width: 320px;
	}
	.filter__line {
		margin-bottom: 20px;
	}
	.filter__wrapper {
		margin-bottom: 10px;
	}
	.filter__result {
		margin-bottom: 20px;
	}
	.filter__btns {
		margin-bottom: 25px;
	}
	.filter__text p {
		text-align: center;
	}
	.filter__btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.filter__btns a {
		width: 100%;
	}
	.filter__btns a:not(:last-child) {
		margin-bottom: 20px;
	}
	.filter__line .catalog__filter span {
		font-size: 14px;
	}
	.payment .return__info--bold {
		margin: 13px 0;
	}
	.payment .ico-online {
		left: -14px;
	}
	.payment .return__title br {
		display: none;
	}
	.payment .delivery__box .return__desc {
		padding-right: 0;
    }
    .catalog__head img {
        width: 100%;
    }
}

@media screen and (max-width: 543px) {
	.header__menu-btn {
		width: 31px;
		height: 15px;
	}
	.header__line-logo a {
		width: 100px;
		height: 20px;
	}
	.header__ico-bag {
		width: 18px;
		height: 19px;
	}
	.header__ico-bag-nubmer {
		right: auto;
		left: calc(100% + 3px);
		top: 2px;
	}
	.header__line-logo {
		margin-top: 4px;
	}
	.footer__social-item:not(:last-child) {
		margin-right: 25px;
	}
	.main__top-slider {
		position: relative;
	}
	.main__slider-info {        
		width: 100%;
		padding: 0;
		position: absolute;
		left: 0;
        bottom: 15px;
    }
	.main__slider-title, .main__slider-text-container {
        display: none;
    }
    /*.main__slider-text-container {
        display: none;
    }*/
	.main__slider {
		height: 450px;
	}
	.main__slider img {
		height: 100%;
	}
	.main__slider-title {
		line-height: 1;
		color: #fff;
		font-weight: 400;
		margin-bottom: 10px;
	}
	.main__slider-subtitle {
		font-size: 18px;
		line-height: 1;
		font-weight: 400;
		color: #fff;
		margin-bottom: 30px;
		max-width: 80%;
	}
	.main__slider-text-item .btn {
		padding: 12px 25px 10px;
		max-width: 160px;
		width: 100%;
		color: #fff;
		background-color: transparent;
		border: 1px solid #fff;
	}
	.main__top-slider {
		margin-bottom: 0;
		margin: 0 -15px;
	}
	.main__slider:after {
		/*content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		filter: contrast(130%);*/
	}
	.main__collection-mobile-slider,
	.main__collection-mobile-slider-title {
		width: 270px;
	}
	.main__collection-mobile-slider-title h2 span {
		max-width: 147px;
	}
	.main__collection-mobile-slider-title {
		height: 50px;
	}
	.main__collection-subtitle {
		padding: 10px 25px 6px 20px;
	}
	.main__collection-mobile {
		padding-top: 10px;
	}
	.main__collection-mobile:after {
		width: 70%;
		height: calc(100% - 65px);
	}
	.main__actual-img {
		width: auto;
		height: 190px;
		margin-bottom: 5px;
	}
	.main__actual-text {
		font-size: 12px;
		margin-bottom: 0;
	}
	.main__actual-title {
		display: inline-block;
		font-size: 18px;
		line-height: 36px;
		margin-left: 24px;
		margin-bottom: 10px;
	}
	.main__actual-item.mobile {
		display: -ms-flexbox;
		display: flex;
	}
	.main__actual-item.mobile .main__actual-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.main__actual-item.mobile span {
		position: relative;
		display: inline-block;
		font-size: 18px;
		line-height: 1;
		color: #000;
		padding-left: 55px;
		letter-spacing: -.5px;
	}
	.main__actual-item.mobile span:before {
		position: absolute;
		content: '02';
		font-weight: 100;
		font-size: 48px;
		color: #a0a0a0;
		left: -2px;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
	}
	.main__actual-arrows {
		display: none;
    }
    .catalog__box-img .main__actual-arrows {
        display: block;
    }
	.main__actual-btn .btn {
		max-width: 160px;
	}
	.main__actual-slider.second {
		display: block;
	}
	.main__actual-slider:not(:last-child) {
		margin-bottom: 20px;
	}
	.main__actual {
		padding: 0;
	}
	.main__news-title {
		font-size: 18px;
		line-height: 36px;
		margin-left: 24px;
		margin-bottom: 10px;
	}
	.main__news-subtitle {
		display: none;
	}
	.main__news-title:before {
		font-size: 48px;
		color: #a0a0a0;
		left: -35px;
	}
	.main__actual-wrapper {
		margin-bottom: 30px;
	}
	.main__news-title i {
		width: 105px;
		height: 14px;
	}
	.main__insta-wrapper {
		margin-bottom: 30px;
	}
	.checkout__form {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
	.checkout__content {
		width: 100%;
	}
	.checkout__title {
		font-size: 16px;
	}
	.checkout__subtitle {
		font-size: 12px;
		font-weight: 400;
		max-width: 100%;
	}
	.checkout__data-row:not(:last-child) {
		margin-bottom: 5px;
	}
	.checkout__title--second {
		margin-bottom: 5px;
	}
	.checkout__delpay-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.checkout__delpay-block {
		padding-left: 25px;
	}
	.checkout__delpay-wrapper:not(:last-child) {
		margin-bottom: 15px;
	}
	.checkout__aside {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		border: none;
	}
	.checkout__aside-title {
		margin-bottom: 30px;
		font-weight: 700;
		font-size: 16px;
	}
	.checkout__order-img-info {
		margin-bottom: 15px;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.cart .checkout__order-price {
		display: none;
	}
	.cart .checkout__order-price.mobile {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		flex-direction: row;
	}
	.cart .checkout__order-info {
		margin-top: -5px;
	}
	.cart .checkout__order-price.mobile span {
		font-size: 16px;
		padding-top: 5px;
	}
	.checkout__order {
		padding-bottom: 15px;
	}
	.checkout__promo input {
		width: calc(100% - 120px);
	}
	.checkbox .checkbox-text {
		font-size: 12px;
		line-height: 1.4;
		color: #252525;
		font-weight: 400;
	}
	.checkout__mobile .checkbox {
		-ms-flex-align: center;
		align-items: center;
	}
	.checkout__order-edit a {
		font-weight: 400;
	}
	.checkout__info span {
		display: inline-block;
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		color: #252525;
		font-weight: 400;
	}
	.checkout__info {
		margin-bottom: 25px;
	}
	.checkout__agreement {
		margin-bottom: 25px;
	}
	.checkout__btn .btn {
		max-width: 100%;
		width: 290px;
		display: inline-block;
	}
	.catalog__box-item {
		width: calc(50% - 10px);
		margin-bottom: 15px;
	}
	.catalog__box-content {
		height: auto;
		padding-top: 140%;
		margin-bottom: 10px;
	}
	.catalog__box-name {
		font-size: 12px;
		margin-bottom: 0;
	}
	.catalog__wrapper {
		margin-bottom: 0px;
	}
	.catalog__box {
		margin-bottom: 10px;
	}
	.filter {
		padding: 20px 15px;
		width: 100%;
	}
	.card .catalog__box-content {
		width: auto;
		height: 190px;
	}
}

@media screen and (max-width: 370px) {
	.main__actual-item.mobile span {
		font-size: 15px;
	}
}

.catalog__box-item.mobile {
	display: block;
}

/***********
*** bull ***
***********/

/*Общее*/
a {
    color: inherit;
}
.label {
    display: none;
    position: absolute;
    top: -24px;
    left: 12px;
    font-size: 14px;
    white-space: nowrap;
}
.input:focus + label.label {
    display: block;
}
.textarea:focus + label.label {
    display: block;
}
.btn {
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
}
.hidden {
    display: none;
}
.ul {
	padding: 0 0 0 17px;
}
.ul--no-style li {
	list-style: none;
}
/*header*/
@media screen and (min-width: 992px) {
    header.sticky .header__line{
        height: 1px;
        padding: 0;
        position: relative;
    }
    header.sticky .header__line-phone, header.sticky .header__line-logo, header.sticky .header__user-login, header.sticky .header__ico-user,
    header.sticky .header__ico-box {
        display: none;
    }
    header.sticky .header__ico-bag {
        position: absolute;
        bottom: -33px;
        right: 0;
        z-index: 3;
    }
}
@media screen and (max-width: 991px) {
    .header__menu-wrapper {
        margin-bottom: 0px;
    }
}
/*Мобильное меню*/
.menu-mobile__name > span {
    padding-right: 15px;
}

/*Инсташоп на главной*/

.instagram-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-betweent;
}

.instagram-detail__images {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.instagram-detail__decription {
    width: 48%;
}

#instagramDetail .main__actual-arrows[data-slider="slickPrev"] {
    left: 12px;
}

#instagramDetail .main__actual-arrows[data-slider="slickNext"] {
    right: 12px;
}

#instagramDetail .main__actual-arrows {
    top: 42%;
}

.instagram-detail__image img {
    height: auto;
    width: 100%;
}

.instagram-detail__decription {
    position: relative;
}

.instagram-detail__products {
    max-width: 320px;
    margin: 0 auto;
    height: 400px;
}

.instagram-detail__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-betweent;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-detail__products .catalog__box-content {
    height: 105px;
}

.instagram-detail__products .catalog__box-item {
    width: 80px;
    margin-bottom: 15px;
}

.main__insta-item {
	height: 250px;
	width:250px;
}

#popupWindowPostDetail {
    width: 790px;
}

#instagramDetail .catalog__box-option, #instagramDetail .catalog__box-name {
    display: none;
}

#instagramDetail .catalog__box-content .js-catalog-cart {
    bottom: 10px;
    right: 10px;
}

#instagramDetail .product-item-price-container {
    text-align: center;
}

.instagram-detail__likes {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-detail__like {
    color: #000;
    padding: 0 0 10px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.heart-ico, .comments-ico {
    fill: #000;
    position: relative;
    top: 5px;
    width: 20px;
    animation: pulse 1s ease infinite;
    margin: 0 5px 0;
}

#instagramDetail .catalog__box-price {
    width: 100%;
}

@media screen and (max-width: 1365px) {
    #productBuy .catalog__box-tocart a, #productBuy .catalog__box-oneclick a {
        width: 238px;
    }
}

@media screen and (max-width: 800px) {
    #popupWindowPostDetail {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .instagram-detail__images {
        width: 340px;
    }
}

@media screen and (max-width: 640px) {
    .instagram-detail {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #popupWindowPostDetail {
        max-width: 400px;
	}
    .instagram-detail__images, .instagram-detail__decription {
        width: 100%;
    }
    .instagram-detail__images {
        height: auto;
        margin-bottom: 20px;
    }
    .instagram-detail__products {
        max-width: 100%;
        height: 280px;
        overflow: scroll;
        padding-right: 15px;
    }	
	#instagramDetail .catalog__box-content .js-catalog-cart {
		bottom: -10px;
		right: -10px;
	}
}

/*@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}*/

/*Каталог*/
.instagram-detail__products .catalog__box-oneclick a, .main__actual-wrapper .catalog__box-oneclick a,
.main__actual-slider .catalog__box-oneclick a {
    width: 191px;
}

.catalog__box-sizes-item.selected a {
    border-color: #252525;
    color: #fff;
    background-color: #252525;
}
.catalog__box-size-btn {
    display: none;
}
.catalog__description {
	font-size: 11px;
	margin: 30px 0 0 0;
}
@media screen and (min-width: 1366px) {
    .catalog__box-content {
        height: 500px;
    }
}
@media screen and (max-width: 1365px) and (min-width: 544px) {
    .catalog__box-content {
        height: 400px;
    }
}
.catalog__box-content:hover .js-catalog-cart {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.filter__content-title2 {
    padding-top: 10px;
    font-size: 14px;
    display: none;
}
.filter__content-title2:last-child {
    padding-top: 0px;
}
.filter__item.active .filter__content-title2 {
    display: block;
}
@media screen and (max-width: 1365px) {
    .catalog .catalog__box-info.active {
        z-index: 7;
    }
    .catalog__box-content .catalog__box-info {
        display: flex !important;
    }
    .catalog__box-text {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .card .catalog__box-content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .catalog__box-info, .card .catalog__box-info {
        top: 8%;
        position: absolute;        
        margin-top: 0;        
        padding: 21px 0 15px;
    }
    .catalog__box-content .js-catalog-cart {
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
		bottom: 0;
		right: 0;
		width: 60px;
		height: 75px;
		margin: 0 0 -15px 0;
		padding: 15px 0 0 15px;
    }
    .catalog__box-tocart {
        margin-bottom: 5px;
    }
    .catalog__box-sizes {
        width: 155px;
        margin-bottom: 7px;
    }
    .catalog__box-size-btn {
        display: block;
    }
    .catalog__box-size-hidden {
        display: none;
    }
    .catalog__box-text, .card .catalog__box-content{
        width: 100%;
    }
    .catalog__box-content .js-catalog-cart svg {
        fill: #999999;
    }
    .catalog__box-content .js-catalog-cart:hover svg {
        fill: #222222;
    }
   
}
@media screen and (max-width: 520px) {
    .catalog__box-info, .catalog__box-tocart, .catalog__box-oneclick, .catalog__box-tocart a, .catalog__box-oneclick a,
    .card .catalog__box-tocart a, .main__actual-wrapper .catalog__box-oneclick a, .main__actual-slider  .catalog__box-oneclick a {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .catalog__box-info {
        margin-top: 0px;
        top: 2%;
    }
    .card .catalog__box-tocart a i {
        left: 5px;
    }
    .catalog__box-oneclick {
        text-align: center;
    }
    .catalog__box-sizes {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media screen and (max-width: 320px) {
    .catalog__box-tocart a i {
        left: 34px;
    }
}
/*Карточка*/
#card__select-size {
    font-size: 14px;
    padding: 0 4px;
}
.card__price-container {
    display: -webkit-flex; 
    display: flex; 
}
.card__store:first-child a:hover, .card__store-box.opened .card__store-top a {
    text-decoration: none;
}
.card__desc-info a {
    text-decoration: underline;
}
.card__desc span:last-child {
    width: 50%;
}
.card__row--margin .card__col {
    margin: 60px 0 0px 0;
    width: 42%;
}
.icon-video-ico {
    background-image: url(img/pngsprite/video.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 140px;
    height: 140px;    
    z-index: 1;
    position: absolute;
    top: 32%;
    left: 18%;
    opacity: 0.5;
    cursor: pointer;
}
.icon-video-ico.hidden{
    display: none;
}
.icon-catalog-video-ico {
    top: 65px;
    right: 21px;
    left: unset;
    width: 31px;
    height: 31px;
    display: inline-block;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0;
    -ms-transform: translateX(calc(100% + 21px));
    transform: translateX(calc(100% + 21px));
}
.catalog__box-item:hover .icon-catalog-video-ico {
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 0.4;
}
.catalog__box-img .main__actual-arrows[data-slider="slickPrev"] {
    left: 12px;
}
.catalog__box-img .main__actual-arrows[data-slider="slickNext"] {
    right: 12px;
}
.catalog__box-img .main__actual-arrows {
    top: 42%;
}
@media (max-width: 991px) {
    .icon-video-ico {
        top: 33%;
        left: 45%;
        width: 40px;
        height: 40px; 
    }
    .icon-catalog-video-ico {
        top: 40%;
        left: 40%;
    }
}
.card__video {
    position: relative;
}
.catalog__box-item .card__video {
    position: absolute;
    height: 100%;
    z-index: 5;
    top: 0;
}
.card__video video {
    max-width: 100%;
    max-height: 100%;
    outline: none;
}
.icon-video-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 0px none;
    background-color: transparent;
    z-index: 10;
}
.icon-video-close:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #000;
    display: block;
    top: 50%;
    transform: rotate(45deg);
}
.icon-video-close:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #000;
    display: block;
    top: 50%;
    transform: rotate(-45deg);
}
/*.card__row--margin .card__col:first-child, .card__row--margin .card__col:nth-child(2) {
    margin: 0;
}*/
#live-show-button-m {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(img/card/card-video.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}
.card__bonuses {
    position: relative;
    margin: 5px 0;
}
.card__bonuses-container {
    width: 100%;
    padding: 20px 0 20px;
}
.card__bonuses-txt {
    font-size: 16px;
    color: #b5b5b5;
}
.card__bonuses-price {
	color: #df0000;
}
.card__bonuses-hint {
    background-image: url(icon/question.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: static;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    cursor: pointer;
}
.message-popup.card__bonuses-message {
    bottom: unset;
    width: 100%;
}
.message-popup.card__bonuses-message:after {
    display: none;
}
.card__bonuses-container .bonus-system__list {
    list-style: none;
    margin: 20px 0 0px;
}
.card__bonuses-container .bonus-system__pic {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
}
.card__bonuses-container .bonus-system__text {
    margin: 20px auto 0;
    min-height: 50px;
}
@media (max-width: 991px) {
    .card__row--margin .card__col {
        width: calc(50% - 10px);
        margin: 20px 0 0px 0;
    }
}
@media screen and (max-width: 768px) {
    .card__buttons .btn {
        line-height: 27px;
        border: 1px solid #2d2d2d;
    }
    .card__price-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .card__store {
        padding: 12px 30px 10px 14px;
    }
    .card__color-type {
        margin-bottom: 5px;
        font-size: 12px;
    }
        
}

@media screen and (max-width: 768px) {
    .catalog__box-option i:not(:last-child) {
        margin-right: 3px;
    }
    .catalog__box-option, .catalog__box-discount {
        left: 5px;
    }
    .icon-catalog-video-ico {
        transform: translateX(0);
        opacity: 0.5;
        right: 12px;
        width: 40px;
        height: 40px;
        left: unset;
        top: unset;
        bottom: 55px;
    }
}
@media screen and (max-width: 370px) {
    .catalog__box-option i {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 340px) {
    .catalog__box-option i {
        width: 20px;
        height: 20px;
    }
}

/*Модальное окно*/

.catalogBasketPopup {
    max-width: 300px;
}

.popup-window-close-icon {
    width: 21px;
}

.popup-window-close-icon:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #000;
    display: block;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-window-close-icon:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background: none;
    background-color: #000;
    display: block;
    top: 50%;
    left: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catalogBasketProductTitle {
    margin: 20px 0 0;
}

.popup-window-titlebar {
    text-align: center;
}

.popup-window-titlebar-text {
    color: #000;
    font-size: 16px;
}

/*Избранные товары на главной*/

#popupWindowProductBuy {
    left: 0 !important;
    right: 0;
    width: 300px;
    margin: 0 auto;
    background-color: rgba(37, 37, 37, 0.5);
	position: fixed !important;
	top: 30% !important;
    z-index: 1200 !important;
}

#popupWindowProductBuy .popup-window-content {
    background-color: initial;
}
#popupWindowProductBuy .popup-window-titlebar-text {
    color: #fff;
}
#popupWindowProductBuy  .popup-window-close-icon:before, #popupWindowProductBuy  .popup-window-close-icon:after {
    background-color: #fff;
}
@media screen and (max-width: 640px) {
    #popupWindowProductBuy {
		top: 20% !important;
	}
}

.catalog__result {
    color: #fff;
    text-align: center;
}

/*Новости на главной*/

.main__news-mob-slider-title i {
    width: 15px;
    height: 11px;
    transition: transform 0.2s ease;
    display: inline-block;
    margin: 0 0 0 10px;
    top: 38%;
    right: 0px;
}
.main__news-mob-slider-title i svg {
    fill: #fff;
}
.main__news-subs-agr {
    margin-bottom: 132px;
    font-size: 12px;
    color: #2d2d2d
}
.main__news-subs-agr a {
    color: #2d2d2d;
    text-decoration: underline;
}
@media screen and (max-width: 1024px) {
    .main__collection-item {
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 991px) {
    .main__news-subs-agr {
        margin-bottom: 75px; 
    }
}
@media screen and (max-width: 768px) {
    .main__news-subs-agr {
        display: none; 
    }
}

/*Магазины*/

.shop-back-button {
    margin: 20px 0 0;
    display: inline-block;
}

@media (max-width: 768px) {
    .shop-text, .shop-back-button {
        margin: 3px 15px 15px;
    }
}

/*Вопросы*/

.question .return__info a {
    color: #000;
    text-decoration: underline;
}

/*Таблицы размеров*/

.title-page {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
}

table.rounded {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.rounded>tbody>tr:nth-child(2n+1), table.rounded>thead>tr {
    background-color: #f5f5f5;
}

table.rounded th, table.rounded td {
    padding: 10px;
    text-align: center;
}

table.rounded th {
    text-transform: uppercase;
}

.page__section {
    padding: 20px 0;
}
.page-size-desc-img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    margin: 20px 0;
}

.page-size-desc-img img {
    margin: 0 30px 0 0;
}

.page-size-desc-img ul {
    list-style: none;
}

.page-size-desc-img ul li {
    margin: 5px 0;
}

/*Видеоинструкции*/

.video {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin: 20px 0;
}

.video__item {
    width: 30%;
    margin: 15px 0;
}

.video__item-preview {
    position: relative;
    display: block;
    height: 255px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video__item-play-icon {
    height: 60px;
    position: absolute;
    z-index: 20;
    top: 40%;
    left: 45%;
}

.video__item-title {
    color: #000;
}

/*Личный кабинет. Заказы*/
.personal__left {
    float: left;
    width: 65%;
}

@media screen and (max-width: 1224px) {
    .personal__left {
        padding: 25px 35px;
    }
}
.personal__right {
    float: right;
    width: 32%;
    padding: 0 0px 0 54px;
}

@media screen and (max-width: 1224px) {
    .personal__right {
        padding: 0 36px 0 35px;
    }
}
@media screen and (max-width: 768px) {
    .personal__right {
        padding: 36px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    .personal__right {
        padding: 25px 20px;
    }
}

.personal__title-wrapp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; 
    margin-bottom: 20px;   
    
}

.personal__title-vip {
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #2d2d2d;
    position: relative;
    height: 28px;
}

.personal__title-vip:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    background: #fff;
    border-left: 12px solid #fff;
    border-right: 0 solid #2d2d2d;
    border-top: 15px solid #2d2d2d;
    border-bottom: 13px solid #2d2d2d;
}

.personal__title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.personal__title-wrapp .personal__title {
    margin-bottom: 0px;
}

.personal__right-wrapp {
    margin-bottom: 20px;
}
.personal__right-wrapp:first-child {
    margin-bottom: 42px;
}
.personal__title-right {
    margin-top: 5px;
}
.personal__tabs {
    position: relative;
}

.personal__tabs-view {
    position: relative;
    display: none;
    margin-bottom: 20px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: 'Robotoregular', sans-serif;
    color: #252525;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #f0f0f0;
}

.personal__tabs-view:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 18px;
    margin-top: -8px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url(img/decor/arrow.png) no-repeat;
    background-size: contain;    
}

.personal__tabs-view:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 480px) {
    .personal__tabs-view {
        padding: 10px 6px;
    }
    .personal__tabs-view:after {
        right: 10px;
        height: 14px;
    }
}

@media screen and (max-width: 1224px) {
    .personal__tabs-view {
        display: block;
    }
}
.personal__content-item {
    display: none;
}
.personal__content-item.current {
    display: block;
}
.personal__order-item {
    background: #fff;
    transition: .3s;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
}
.personal__order-item:last-child {
    border-bottom: none;
}
.personal__order-item:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.personal__order-item:hover .personal__order-header,
.personal__order-item:hover .personal__order-body {
    opacity: 0.2;
}
.personal__order-header, .personal__order-body {
    display: -webkit-flex; 
    display: flex; 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.personal__order-header {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Robotoregular', sans-serif;
    border-bottom: 1px solid #f0f0f0;   
    padding: 7px 0;
}
.personal__order-shipping, .personal__order-payment {
    -webkit-flex-grow: 3; 
    flex-grow: 3;
}
.personal__order-body {
    padding: 7px 0;
    font-size: 12px;
}
.personal__order-cell {
    -webkit-flex-basis: 15%; 
    flex-basis: 15%;
    padding: 5px 10px;
}
.personal__order-status.take {
    color: #45e9d0;
}
.personal__order-status.picked {
    color: #a63cf0;
}
.personal__order-status.cancel {
    color: #f19da3;
}
.personal__order-status.sent {
    color: #42e85a;
}

.personal__right-item {
    margin-bottom: 12px;
    list-style: none;
}

.personal__right-item:last-child {
    margin-bottom: 0;
}
.personal__right-link:hover {
    text-decoration: underline;
}
.personal__status-currency {
    margin-left: 6px;
}

.personal__order-block {
    cursor: pointer;
}

.personal__order-detail {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.personal-details-title {
    display: none;
    position: absolute;
    top: 58px;
    left: 44%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.personal__order-item:hover .personal-details-title {
    display: block;
}
.personal-details {
    display: none;
}

.personal-details.show {
    display: block;
}

.personal-details__head {
    position: relative;
    padding: 10px 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccccce;
}

.personal-details__head-title {
    padding-right: 25px;
    font-size: 14px;
}

.personal-details__close {
    position: absolute;
    top: 50%;
    right: 12px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.personal-details__close-link {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
}

.personal-details__close-link:before, .personal-details__close-link:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 16px;
    height: 1px;
    background: #252525;
}

.personal-details__close-link:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.personal-details__close-link:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.personal-details__content {
    padding: 0 12px;
}

.personal-details__section {
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #ccccce;
}


.personal-details__section:first-child {
    border-top: none;
}

.personal-details__section:last-child {    
    display: -webkit-flex; 
    display: flex; 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media screen and (max-width: 480px) {
    .personal-details__section {
        font-size: 12px;
    }
}

.personal-details__header {
    position: relative;
    text-transform: uppercase;
}

.personal-details__header .personal-details__price {
    width: 15%;
}

.personal-details__header .personal-details__number {
    width: 15%;
    text-align: right;
}

@media screen and (max-width: 480px) {
    .personal-details__header .personal-details__price {
        width: 15%;
    }
    .personal-details__header .personal-details__number {
        width: 20%;
        text-align: right;
    }
}

.personal-details__wrapp, .personal-details__item, .personal-details__header{
    padding: 10px 0;
}
.personal-details__wrapp, .personal-details__item, .personal-details__header,
.personal-details__total > div {    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-betweent;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-details__section-left, .personal-details__section-right {
    width: 50%;
}

.personal-details__section-right {
    padding-left: 12px;
}

.personal-details__title, .personal-details__status-key {
    text-transform: uppercase;
    font-family: 'Robotoregular', sans-serif;
}

.personal-details__title {
    margin-bottom: 6px;
}

.personal-details__desc {
    margin-bottom: 4px;
}

.personal-details__status-value {
    font-size: 12px;
    color: #45e9d0;
}

.personal-details__pay-status {
    font-size: 12px;
    color: #45e9d0;
}
.personal-details__pay-status .personal__order-status_buy {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 10px;
}

.personal-details__shipping-text {
    margin-right: 14px;
    font-size: 12px;
    color: #f26c63;
}

.personal-details__shipping-btn {
    padding: 8px 11px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #2d2d2d;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    cursor: pointer;
}

.personal-details__checkbox {
    overflow: hidden;
}

.personal-details__coments {
    margin-top: 25px;
}
.personal-details__name {
    width: 55%;
}
@media screen and (max-width: 480px) {
    .personal-details__name {
        width: 44%;
    }
}
.personal-details__size {
    width: 15%;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .personal-details__size {
        width: 21%;
    }
}
.personal-details__price {
    width: 20%;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .personal-details__price {
        width: 20%;
    }
}
.personal-details__number {
    width: 10%;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .personal-details__number {
        width: 15%;
    }
}
.personal-details__total {
    width: 50%;
    padding: 10px 0;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .personal-details__total {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .personal-details__total {
        padding: 10px 0 25px;
    }
}

.personal-details__total-sale, .personal-details__total-weight, .personal-details__total-price, .personal-details__total-shipping, .personal-details__total-pay {
    margin-bottom: 10px;
}
.personal-details__total__key {
    width: 50%;
}
.personal-details__total__value {
    width: 50%;
    text-align: right;
}
.personal__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.personal__info.options {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.personal__infobox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.personal__tabs {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c2c2c2;
}
.personal__tab {
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
}
.personal__tab.current {
    background-color: #2d2d2d;
    color: #fff;
}
.personal-details__number--m {
    display: none;
}
@media screen and (max-width: 1365px) {
    .personal__right {
        padding: 0 0px 0 25px;
    }
    .personal__left {
        width: 68%;
    }
    .personal__order-cell {
        width: 15%;
    }
    .personal__order-status_buy {
        font-size: 12px;
        line-height: 8px;
        padding: 7px;
    }
    .personal-details__total {
        width: 60%;
    }
}
@media screen and (max-width: 1224px) {
    .personal__tabs {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
        -webkit-flex-direction: column;
        flex-direction: column;
        z-index: 1;
        background-color: #fff;
        padding: 0 0 10px;
    }
    .personal__tabs.open {
        display: flex;
    }
    .personal__tabs-item.active {
        background: #f0f0f0 !important;
        border: 1px solid #fff;
    }
    .personal__tabs-link {
        padding: 10px 14px !important;
    }
    .personal__tabs-link:hover {
        background: #f0f0f0 !important;
    }
    .personal-details__total {
        width: 100%;
    }
    .personal-details__header .personal-details__number {
        display: none;
    }
    .personal-details__header .personal-details__number--m {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .personal__right {
        float: none;
        width: 100%;
        padding: 45px 36px 45px 36px;
    }
    .personal__left {
        float: none;
        width: 100%;
        padding: 25px 25px;
    }
}
@media screen and (max-width: 660px) {
    .personal__order-payment, .personal__order-shipping {
        display: none;
    }
    .personal__order-cell {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        width: 25%;
    }
}
@media screen and (max-width: 480px) {
    .personal__left, .personal__right {
        padding: 25px 20px;
    }
}
@media screen and (max-width: 320px) {
    .personal__left {
        padding: 25px 10px;
    }
    .personal__right {
        padding: 20px 10px;
    }
    .personal__order-status_buy {
        font-size: 10px;
    }
}

/*Личный кабинет. Регистрационные данные*/
.profile-table td {
    vertical-align: middle;
	padding: 0px 5px 14px 5px;
}
.profile-table input[type=text], .profile-table input[type=password], .profile-table input[type=date] {
    margin-bottom: 0px;
}
.profile-table label{
	padding: 5px 0;
    display: inline-block;
}
.profile-table label.checkbox {
	display: -ms-flexbox;
    display: flex;
    line-height: 15px;
}
@media screen and (max-width: 660px) {
    .profile-table {
        width: 100%;
    }
    .profile-table span.note {
        display: none;
    }
    .profile-table td {
        padding: 0 0 35px;
    }
}

/*Оформление заказа*/
.checkout__page input[type=text],
.checkout__page input[type=tel] {
    margin-bottom: 0px;
    -webkit-order: 1;
    order: 1;
}
.order-section-errors {
    margin: 0 0 15px;
}
#basket-items-container .ss-container {
    height: 365px;
    overflow-y: auto;
    padding: 0px 30px 0 0;

}
.checkout__order:last-child {
    margin-bottom: 0px;
}
.checkout__order-price-discount, .checkout__order-price span.checkout__order-price-discount,
.catalog__desc-descount, .checkout__order-price-data span.checkout__order-price-discount {
    font-size: 14px;
    text-decoration: line-through;
    text-align: right;
    color: rgb(181, 181, 181);
    font-weight: 400;
    padding-right: 10px;
}
.checkout__order-price span.checkout__order-price-discount span, .checkout__order-price-data span.checkout__order-price-discount span{
    color: rgb(181, 181, 181);
}
.checkout__order-price span.panel__basket-price_value span {
    font-weight: 700;
}

.form__bonus-pay-input {
    width: 30%;
    text-align: right;
    max-width: 130px;
}
#delivery_discount_comment, .order-get__checkbox__small-text, .checkout__delpay-textmethod__desc--grey {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
}
.order-get__checkbox__small-text {
    text-decoration: underline;
}
#delivery_discount_comment {
    margin: 10px 0 0;
}
#delivery_discount_comment span {
    max-width: auto;
    width: auto;
    font-weight: 700;
}

.suggestions-suggestions strong {
    font-weight: 700;
    color: #000;
}
.checkout__page .checkout__order-quantity {
    top: -10px;
}
.checkout__page .ss-wrapper {
    margin: 0 0 0 -18px;
}
.checkout__page .ss-content {
    padding: 0 17px 0 0;
}
#delivery-groups .checkout__select {
    width: 100%;
}
.checkout__page td {
    padding: 5px 10px 5px 0;
}
.suggestions-addon[data-addon-type="clear"] {
    top: 10px !important;
    height: 20px !important;
    width: 35px !important;
}
.input__completed {
    background: #f2f5f5;
}
.input__completed:focus {
    background: #fff;
}

#order-errors {
    display: block;
    margin-bottom: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    background: #f2f5f5;
    line-height: 24px;
    background: #df0000;
    color: #fff;
}
#custom-property-country .js-Dropdown-title {
    background: #f2f5f5;
}
@media screen and (max-width: 758px) {
    .checkout__order {
        padding: 15px 0;
    }
}
.ordering-final h2 {
	text-align: center;
	margin: 60px 0 30px;
	font-size: 28px;
}
.ordering-final .text {
	text-align: center;
	margin: 30px 0 30px;
	font-size: 20px;
}
.ordering-final {
	margin: 0 300px;
}
.ordering-final th {
	font-family: 'Robotomedium', "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.ordering-final {
		margin: 0;
	}
}
.ordering-final .summary {
	width: 100%;
	margin-bottom: 40px;
}
.ordering-final .summary th, .ordering-final .summary td {
	text-align: center;
	padding: 5px 10px;
}
.ordering-final .basket {
	width: 100%;
}
.ordering-final .basket th {
	color: #bfbfbf;
}
.ordering-final .basket tr:last-child td, .ordering-final .basket tr:last-child th {
	border-bottom: 1px solid #ccccce;
}
.ordering-final .basket tr:first-child td, .ordering-final .basket tr:first-child th {
	border-top: 1px solid #ccccce;
}
.ordering-final .basket tr:nth-child(even) {
	background-color: #fbf8f8;
}
.ordering-final .payment {
	margin: 40px 0;
}
.ordering-final .payment td.explanation {
	vertical-align: middle;
	text-transform: uppercase;
}
.ordering-final .basket th, .ordering-final .basket td {
	text-align: center;
	padding: 20px 0;
}
.ordering-final .basket th:first-child, .ordering-final .basket td:first-child {
	text-align: left;
}
.ordering-final .basket td:first-child {
	padding-left: 10px;
}
.ordering-final th.name .ordering-final td.name {
	text-align: left;
}
.ordering-final .pay-later {
	background-color: #f0f0f0;
	padding: 10px;
	margin: 40px 0;
}
.ordering-final .pay-later a {
    font-weight: 700;
}
.ordering-final .pay-later a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.ordering-final .basket th, .ordering-final .basket td {
		padding: 20px 3px;
	}
	.ordering-final .payment td {
		display: block;
		text-align: center;
		padding: 5px 0;
	}
}
.checkout__data-input--error {
    border: solid 1px #df0000 !important;
}

/*Забыли пароль*/
.forgot-pas__info {
    margin-bottom: 20px;
}

/*Поиск десктоп*/
.header__search .ss-container {
    width: 100%;
    left: 0;
    right: 0;
}
.catalog__search-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.catalog__search-input {
    width: 85%;
}
.catalog__search-btn {
    width: 14%;
    height: 40px;
}

/*Поиск в мобильной версии*/
.menu-mobile__search input[type="text"] {
    border: none;
    margin-bottom: 0;
}
.menu-mobile__search-close {
    position: absolute;
    width: 14px;    
    height: 14px;    
    right: 16px;    
    top: 2px;    
    padding: 15px;
    display: none;
}
.menu-mobile__search-close svg {
    position: absolute;
    width: 14px;    
    height: 14px;    
    fill: #2d2d2d;    
    top: 10px;    
    right: 0;
}
.form__search-list {
    padding: 0px 15px;
}

/* cdek stores */
#popup-CDEK-stores h2 {
	margin-left: 20px;
}
#CDEK-stores {
	clear: both;
	margin-left: 20px;
	/*display:none;*/
}
#CDEK-map {
	width: 100%;
	height: 40vh;
	margin-bottom: 20px;
}
.popup.popup-CDEK-stores {
	border: 1px solid #d7d7d7;
	margin-right: -320px;
	padding: 20px 15px;
	right: 50%;
	top: 5vh;
	width: 640px;
	position: fixed;
	overflow-y: scroll;
	max-height: 90vh;
	background-color: white;
	z-index: 10000;
}
.popup.popup-CDEK-stores h2 {
	margin-bottom: 1em;
}
#popup-CDEK-stores .personal-details__close {
    top: 8px;
    right: 18px;
}
#CDEK-stores-container span.method__desc--grey {
	font-size: smaller;
}
#CDEK-stores-container .order-get__checkbox-title {
	margin: 0 10px 0 20px;
}
#CDEK-stores-container .checkout__delpay-block {
    position: relative;
    padding-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#CDEK-stores-container .checkout__delpay-name {
    line-height: 18px;
}
.checkout__delpay-block--ico {
    position: absolute;
    width: 43px;
    height: 25px;
    left: 0px; 
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 787px) {
    .catalog__search-input {
        width: 75%;
    }
    .catalog__search-btn {
        width: 23%;
    }
    .checkout__delpay-block--ico {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: left center;
    }
}
@media screen and (max-width: 414px) {
	.popup.popup-CDEK-stores {
		width: 414px !important;
	}
	.popup.popup-CDEK-stores {
		margin-right: 0px;
		right: 0;
	}
}
@media screen and (max-width: 320px) {
	.popup.popup-CDEK-stores {
		width: 319px !important;
	}
}

/*Подписка*/
.bx_subscribe_response_container {
    padding: 20px 50px;
}

/*Хлебные крошки*/ 
@media screen and (max-width: 768px) {
    .catalog__detail-breadcrumbs .breadcrumbs .submenu {
		display: none;
	}
	.catalog__detail-breadcrumbs {
		padding-top: 15px;
	}
}
/*Корзина*/
.сheckout__box-price, .checkout__order-price span.сheckout__box-price, .checkout__order-price span.сheckout__box-price span,
.checkout__order-price s span, .checkout__order-price span {
    font-size: 14px;
    font-weight: 700;
}
.checkout__order-price s span {
    font-weight: 400;
    color: #b5b5b5;
}
.сheckout__box-base-price {
    color: #b5b5b5;
    font-weight: 400;
    padding-right: 15px;
}
.cart .checkout__order-price.mobile span {
    font-size: 14px;
    padding-top: 0px; 
}

/*Регистрация*/
.register__input-title {
    margin-bottom: 10px;
    display: inline-block;
}
.personal__error-text {
    color: red;
    margin-bottom: 15px;
}
.personal__select-type-box, .checkout__select-type-box {
    display: -webkit-flex; 
    display: flex; 
    -webkit-align-items: center;
    align-items: center;
    margin: 0px 0 15px;
}
.panel-personal label.switch, .checkout__select-type-box label.switch {
    margin: 0px 10px;
}
.personal__select-type.active, .checkout__select-type.active {
    font-weight: bold;
}
input + small {
    margin-bottom: 5px;
    display: inline-block;
    color: #c4c4c4;
    font-size: 14px;
}
.checkout__select-type-box {
    width: 420px;
    margin: 0;
}
.checkout__select-type {
    font-weight: 400;
}

/*Переключатель*/
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 25px;
}
.switch__input {
    display:none;
}  
.switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch__slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch__input:checked + .slider {
    background-color: #2196F3;
}
.switch__input:focus + .switch__slider {
    box-shadow: 0 0 1px #2196F3;
}
.switch__input:checked + .switch__slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
.switch .switch__slider {
    border-radius: 34px;
}
.switch .switch__slider:before {
    border-radius: 50%;
}

/*Всплывашки*/
.message-popup {
    position: absolute;
    bottom: -71px;
    left: 0;
    right: 0;
    width: 300px;
    padding: 15px 15px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #2d2d2d;
    z-index: 1;
    font-size: small;
}
.fade-in-out-animation {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.fade-in-out-animation.visible {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.message-popup:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 100%;
    margin-bottom: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .message-popup::after {
        right: 76%;
    }
    .message-popup {
        width: 100%;
    }
}

/*404*/
.page404 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.page404__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
}
.page404__link {
    text-transform: uppercase;
    margin: 15px 0;
    display: inline-block;
}
.page404 p{
    margin: 10px 0;
}
.page404__title {
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .page404__list {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .page404__link {
        margin: 10px 0;
    }
}

/*Новости*/
.news-detail {
    margin: 0 50px;
}
.news__breadcrumbs {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .news__breadcrumbs {
        margin-bottom: 20px;
    }
}

/*Заказ в 1 клик*/
.ordering-result a {
	text-decoration: underline;
}
/*Авторизация*/
.authorize-submit-cell, .authorize-remember-cell  {
    padding: 0 0 20px 0;
}
.authorize-register-link {
    width: 100%;
    display: block;
	padding: 10px 0;
}


/***********
*** miha ***
***********/
a.header__user-login {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
	margin: 0 24px;
	text-align: right;
}

.overlay.opened{
	visibility: visible;
	opacity: 1;
	transition: opacity .3s linear;
}
.panel__cross {
	position: absolute;
	display: block;
	top: 38px;
	right: 44px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border: 0px none;
	background-color: transparent;
}
.panel__cross:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 2px;
	background-color: #000;
	display: block;
	top: 50%;
	transform: rotate(45deg);
}
.panel__cross:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 2px;
	background-color: #000;
	display: block;
	top: 50%;
	transform: rotate(-45deg);
}
@media (max-width: 500px) {
	.panel__cross {
		top: 24px;
		right: 15px;
	}
}

.panel {
	position: fixed;
	right: 0;
	background-color: #fff;
	z-index: 110;
	transform: translateX(500px);
	transition: transform .3s;
	height: 100%;
	overflow-x: auto;
}
.panel.opened {
	transform: translateX(0);
}
.panel .panel__aside {
	width: 470px;
	padding: 34px 45px;
}
.panel__aside {
	width: 420px;
	border-left: 1px solid #f1f4f4;
	padding-top: 34px;
	padding-left: 45px;
	height: 90vh;
}
.panel__aside-title {
	font-size: 18px;
	line-height: 24px;
	color: #252525;
	font-weight: 700;
	display: block;
	margin-bottom: 48px;
}
@media (max-width: 500px) {
	.panel .panel__aside {
		width: 100%;
		padding: 20px 15px;
	}
}
@media screen and (max-width: 1365px) {
	.panel__aside {
		padding-top: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 991px) {
	.panel__aside {
		padding-top: 20px;
		padding-left: 20px;
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.panel__aside {
		width: 260px;
	}
    .panel.opened {
        width: 100%;
    }
}
@media screen and (max-width: 543px) {
	.checkout__aside {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		border: none;
	}
}

.menu-mobile.opened {
	transform: translateX(0);
}
.header__hint .container {
	padding: 10px 15px 11px;
}
.header__hint.closed {
	max-height: 0;
	transition: all 0.4s;
	overflow: hidden;
}
.header__hint--bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(255, 255,255, 0.8);
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}
.banner__cross {
	display: block;
	width: 14px;
	height: 14px;
	right: 49px;
	top: 14px;
	cursor: pointer;
	position: absolute;
}
.banner__cross:hover {
	opacity: .8;
}
.banner__cross:before, .banner__cross:after {
	position: absolute;
	content: '';
	width: 18px;
	height: 2px;
	background-color: #fff;
	display: block;
	top: 50%;
	transform: rotate(45deg);
}
.banner__cross:after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 1365px) {
	.banner__cross {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.banner__cross {
		right: 10px;
	}
}

.header__search-all {
	position: relative;
	margin-top: -27px;
	float: right;
}
.icon-search {
	position: relative;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	fill: #c4c4c4;
}
.header__search .ss-container {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 350px;
	visibility:hidden;
    z-index: 500;
    padding: 10px 0px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.3);
}
.header__search .search:focus + .ss-container , .header__search .ss-container:hover {
	visibility:visible;
}
.loader {
	font-size: 0;
}
.ilm_custom_waiter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 10px;
  border-radius: 10%;
  background: #ccc;
  border-top-color: #333;
  animation: fade2 1s infinite;
  transition: background .2s;
  font-size: 0;
}
.ilm_custom_waiter:after, .ilm_custom_waiter:before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 10px;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 10%;
  animation: fade1 1s infinite;
  transition: background .2s;
}
.ilm_custom_waiter:before {
  left: 15px;
  animation: fade3 1s infinite;
}
@keyframes fade1 {
  0% {
    background: #777;
  }
}
@keyframes fade2 {
  33% {
    background: #777;
  }
}
@keyframes fade3 {
  66% {
    background: #777;
  }
}

.ilm_custom_waiter.embedded {
	position: relative;
	transform: translateY(0);
	top: 0;
	left: 0;
}


.panel-personal label {
	margin-bottom: 20px
}
.panel-personal .btn {
	width: 100%;
	margin-bottom: 20px;
}

.ss-wrapper {
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left;
}
.ss-content {
	height: 100%;
	width: 100%;
	padding: 0 32px 0 0;
	position: relative;
	right: -18px;
	overflow: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ss-scroll {
	position: relative;
	background: rgba(0, 0, 0, .1);
	/*width: 9px;*/
	width: 9px;
	border-radius: 4px;
	top: 0;
	z-index: 2;
	cursor: pointer;
	/*opacity: 0;
	transition: opacity 0.25s linear;*/
}
.ss-container:hover .ss-scroll {
	opacity: 1;
}
.ss-grabbed {
	user-select: none;
}

.tracking-form-container {
	position: absolute;
	top: 106px;
	bottom: 34px;
}

.tracking-form-wrapper {
	display: flex;
}
.tracking-form-wrapper input{
	flex-shrink: 1;
}
@media screen and (max-width: 412px) {
    .tracking-form-wrapper input{
        width: 88%;
    }
}
.tracking-form-wrapper button {
	flex: none;
	margin-bottom: 20px;
	border: none;
	background: transparent;
	cursor: pointer;
}
.tracking-summary-wrapper {
	border-top: 1px solid #e2dedf;
	border-bottom: 1px solid #e2dedf;
	padding: 5px 0;
	margin-bottom: 20px;
}
.tracking-summary {
	width: 100%
}
.tracking-summary th, .tracking-summary td {
    text-align: left;
    padding: 5px 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
.tracking-list {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.tracking-list li:after{
	clear:both;
	display:block;
	content:"";
}
.tracking-list li{
	position:relative;
	padding:0 0 60px;
	text-align:left;
	color:#252525;
	margin:0;
	font-size:14px;
	line-height:18px;
}
.tracking-list .date_operation{
	float:left;
	width:130px;
	padding:0 50px 0 0;
}
.tracking-list .name_operation{
	display:block;
	overflow:hidden;
}
.tracking-list li > span{
	opacity:.5;
}
.tracking-list li.active > span{
	opacity:1;
}
.tracking-list li > .point{
	position:absolute;
	opacity:1;
	width:21px;
	height:21px;
	border:1px solid #e2dedf;
	top:0;
	z-index:1;
	background:#fff;
	border-radius:50%;
	left:90px;
}
.tracking-list li:last-child:after{background:none;}
.tracking-list li:after{
	position:absolute;
	top:0;
	left:100px;
	bottom:0;
	width:1px;
	background:#e2dedf;
	content:"";
}
.tracking-list li.active > .point{
	border:5px solid #2d2d2d;
	background:#fff;
}
.errortext{color:red}
.notetext{color:green}

.panel-personal ul {
	list-style: none;
}
.panel-personal li {
	margin-bottom: 10px;
}
.panel-personal .user_info {
	margin-bottom: 20px;
}
.panel-personal a {
	color: #2d2d2d;
}
.panel-personal a:hover {
	text-decoration: underline;
}
.panel-personal a.btn {
	color: #fff;
}
/*TODO: remove .checkout__order-text b*/
.checkout__product-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2d2d2d;
}
.checkout__product-link:hover {
	text-decoration: underline;
}
.btn:disabled {
	cursor: no-drop;
	background-color: #c4c4c4;
    border-color: #c4c4c4;
}
.btn--border:disabled {
	background-color: #fff;
    color: #c4c4c4;
}

.checkout__order-quantity-minus, .checkout__order-quantity-plus {
    color: #2d2d2d;
    font-size: 20px;
    line-height: 15px;
    padding: 4px 8px;
    background-color: #eaeaea;
}
.checkout__order-price .checkout__order-quantity-txt {
    padding: 4px 8px;
    font-size: 14px;
}
.checkout__order-price-sign {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 5px 0 10px;
}

/* CustomSelect styles */
.js-Dropdown {
	display: inline-block;
	font: 14px/1 Roboto, sans-serif;
	position: relative;
}
.js-Dropdown-title {
	background: #fff;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	font: 14px/1 Roboto, sans-serif;
	padding: 0 20px 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.js-Dropdown-title:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border: none;
	transition: none;
    /*background: url(img/svg/add.svg) no-repeat center;*/
    background: url(img/svg/select.svg) no-repeat center;
	content: '';
}
.is-open .js-Dropdown-title:after {
    /*background: url(img/svg/remove.svg) no-repeat center;	*/
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.js-Dropdown-list {
	background: #ffffff;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
	display: none;
	height: 0;
	list-style: none;
	margin: 0 -1px 0 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: 0.2s linear;
	width: calc(100% + 2px);
    left: -1px;
    z-index: 5;
    top: 38px;
    max-height: 200px;
    overflow: auto;
	min-width: max-content;
}
.js-Dropdown-list.is-open {
	display: block;
	height: auto;
	opacity: 1;
}
.js-Dropdown-list li {
	cursor: pointer;
	padding: 1em 0.5em;
	color: #2d2d2d;
}
.js-Dropdown-list li:hover {
	background-color: #A3ABB1;
	color: #FFF;
}
.js-Dropdown-list li.is-selected, .js-Dropdown-list:hover li.is-selected:hover {
	background-color: #A3ABB1;
	color: #FFF;
}
.js-Dropdown-list:hover li.is-selected {
	background-color: #FFF;
	color: #2d2d2d;
}

.catalog__sort .js-Dropdown-list {
	max-height: max-content;
}

/* Dadata promo removal */
.suggestions-promo a { display: none }

.discount10 {
	background: url("img/svg/10.svg") no-repeat center;
}
.discount20 {
	background: url("img/svg/20.svg") no-repeat center;
}
.discount30 {
	background: url("img/svg/30.svg") no-repeat center;
}
.discount40 {
	background: url("img/svg/40.svg") no-repeat center;
}
.discount50 {
	background: url("img/svg/50.svg") no-repeat center;
}
.discount60 {
	background: url("img/svg/60.svg") no-repeat center;
}
.discount70 {
	background: url("img/svg/70.svg") no-repeat center;
}
.discount80 {
	background: url("img/svg/80.svg") no-repeat center;
}
.discount90 {
	background: url("img/svg/90.svg") no-repeat center;
}

.catalog__box-sizes-item.inactive {
	cursor: not-allowed;
}
.catalog__box-sizes-item.inactive a {
	pointer-events: none;
	background-color: #f1f4f4;
	color: #b5b5b5;
}

.catalog__box-item:hover .js-catalog-zoom {
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.catalog__cart-icon {
	width: 30px;
	height: 30px;
}

.card .catalog__box-content .catalog__cart-icon-enhancer {
	bottom: 0;
	right: 0;
	width: 60px;
	height: 75px;
	margin: 0 0 -15px 0;
	padding: 15px 0 0 15px;
}

.catalog__box-base-price {
    color: #b5b5b5;
    text-decoration: line-through;
    padding-right: 10px;
    font-weight: 400;
	flex: 0 1;
	white-space: nowrap;
}

.filter__text a {
	padding: 0 10px 0 0;
}

.filter.opened {
	opacity: 1;
	transform: translateX(0);
}

.filter__label {
	display: none;
	position: relative;
	cursor: pointer;
	user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: #252525;
    background-color: transparent;
}

.filter__option {
	padding-left: 16px;
}

.filter__label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.filter__label:hover .filter__option , .filter__label input:checked ~ .filter__option {
	background-color: #252525;
	color: #fff;
}

.filter__item.active .filter__label {
	display: block;
}

#custom-property-country {
	width: 420px;
	border: 1px solid #b7b7b7;
    padding: 11px 15px 10px;
    background: #f2f5f5;
}

.card__tab:nth-child(3) {
	width: 100%;
}

/* Five-corner star (control the star size with font-size)*/
.star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right:  .3em solid transparent;
	border-bottom: .7em  solid #000;
	border-left:   .3em solid transparent;
}

.star:before, .star:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right:  1em solid transparent;
	border-bottom: .7em  solid #000;
	border-left:   1em solid transparent;
	transform: rotate(-35deg);
}
  
.star:after {  
	transform: rotate(35deg);
}

.star-inactive, .star-inactive:before, .star-inactive:after {
	border-bottom: .7em  solid #CCC;
}

.card__stars-container {
	position: relative;
	font-size: 8px;
	white-space: nowrap;
}

.card__stars-background, .card__stars-foreground-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.card__stars-foreground {
	overflow: hidden;
}

.card__tab.current .star, .card__tab.current .star:before, .card__tab.current .star:after {
	border-bottom: .7em  solid #FFF;
}

.card__tab.current .star-inactive, .card__tab.current .star-inactive:before, .card__tab.current .star-inactive:after {
	border-bottom: .7em  solid #AAA;
}
@media screen and (max-width: 1365px) {
    #custom-property-country {
        width: calc(100% - 140px);
    }
}
@media screen and (max-width: 991px) {
    #custom-property-country {
        width: 100%;
    }
}

.card__stars-input { 
	cursor: pointer;
}

.catalog__box-info.active {
	opacity: 1;
	z-index: 2;
}

.card__review-date {
    margin-top: 15px;
}

.card__review .card__stars-container {
	margin-left: 50%;
}

.card__review-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
}

.card__review-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card__review-name {
    display: inline-block;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    padding: 11px 0;
	min-width: 60px;
	margin-right: 5px;
}

.card__review-input {
    flex-shrink: 0;
    width: 320px;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid #b7b7b7;
    padding: 11px 15px 10px;
    border-radius: 0;
    box-shadow: none;
}
.card__review {
	margin-bottom: 15px;
}

.card__review-row .checkbox {
	margin: 20px 0;
}

.card__review-hint {
	font-weight: 400;
	font-size: 12px;
	margin-right: 10px;
}

.card__status i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
	position: relative;
	margin-right: 5px;
}

i.card__discount {
    width: 40px;
    height: 40px;
	background-color: #fff;
	border-radius: 0;
}

.card__base-price {
	color: #b5b5b5;
	text-decoration: line-through;
	padding-right: 10px;	
}

@media screen and (max-width: 767px) {
	.card__stars-container {
		margin: 8px 10px 19px;
	}
	.card__tab.current .star, .card__tab.current .star:before, .card__tab.current .star:after {
		border-bottom: .7em  solid #000;
	}
	.card__tab.current .star-inactive, .card__tab.current .star-inactive:before, .card__tab.current .star-inactive:after {
		border-bottom: .7em  solid #CCC;
	}
    .card__review-input {
        width: 70%;
    }
	
	.card__review-date {
		margin-top: 0;
	}
	.card__review h4 {
		margin: -10px 0 5px 0;
	}
	i.card__discount {
		border-radius: 50%;
	}
}

.main__actual-slider {
	white-space: nowrap;
	max-width: 100%;
	overflow-x: hidden;
}


.main__actual-slider .catalog__box-item {
    width: 297px;
	display:inline-block;
}

@media screen and (max-width: 991px) {
	.main__actual-slider .catalog__box-item {
		width: 180px;
	}	
}

@media screen and (max-width: 767px) {
	.main__actual-slider .catalog__box-item {
		width: 160px;
	}
}

@media screen and (max-width: 543px) {
	.main__actual-slider .catalog__box-item {
		width: 140px;
	}	
}

.carousel-dots {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.carousel-dots a {
	font-size: 0px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c4c4c4;
	margin: 0 4px;
	display: inline-block;
}

.carousel-dots a.active {
	background-color: #000;
}

.carousel-dots a:last-child {
	margin-right: 0px;
}

.main__slider-text-item.active {
	opacity: 1;
	visibility: visible;
}

.main__slider-text .carousel-dots {
	display: flex;
	justify-content: left;
	margin: 40px 10px;
}

.main__slider-text-container {
	min-height: 220px;
}

.main__slider-text .carousel-dots a {
	width: 8px;
	height: 8px;
}

.main__slider-text .carousel-dots a.active {
	width: 12px;
	height: 12px;
	margin: 0 2px;
}

@media screen and (max-width: 543px) {
	.carousel-dots {
		display: flex;
    }    
    .main__slider-text .carousel-dots {
        justify-content: center;
        margin: 0px 10px;
    }
	.main__slider-text .carousel-dots a {
		margin: 0 8px;
	}
	.main__slider-text .carousel-dots a.active {
		margin: 0 6px;
	}
	#top-slider div {
		height: 100%;
	}
}

#text-collection-slider > .main__collection-item:nth-child(n+2) {
	display: none;
}

.dp_item.hidden[data-position="1"] {
	opacity: 0;
}

/* TODO: remove all .main__collection-mobile styles*/

.main__collection-mobile2-slider > .main__collection-mobile2-slider-item:nth-child(n+2) {
	display: none;
}

.main__collection-mobile2::after {
    content: '';
    position: absolute;
    width: 65%;
    height: 95%;
    left: 0;
    bottom: 65px;
    background-color: #f1f4f4;
    z-index: -1;
}
.main__collection-mobile2 {
    display: none;
    position: relative;
}
.main__collection-mobile2 a {
	display: block;
}
.main__collection-mobile2-slider {
	width: 100%;
}
.main__collection-mobile2-slider-left {
	flex-grow: 1;
	padding: 0 50px 100px 10px;
	position: relative;
}
.main__collection-mobile2-slider-item {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
}
.main__collection-mobile2-slider-left span {
	position: absolute;
    bottom: 90px;
    right: 40px;
}
.main__collection-mobile2-slider-left span::after {
    display: inline-block;
    content: "";
    border: 1px solid #000;
    width: 60px;
    position: absolute;
    margin-top: 0.5em;
    margin-left: 10px;
    z-index: 1;

}

.main__collection-mobile2-dots {
	margin-top: -14px;
	z-index: 100;
}

.main__collection-mobile2-dots a.active{
	background-color: #fff;
}
@media screen and (max-width: 991px) {
	.main__collection-mobile2 {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	
	.main__collection-mobile2::before {
		position: absolute;
		content: '01';
		font-weight: 100;
		font-size: 36px;
		color: #a0a0a0;
		left: 10px;
		top: 0;
		z-index: 1;
	}
	.main__collection-title2 {
		position: relative;
		padding: 5px 5px 5px 10px;
		width: 485px;
	}
	
	.carousel-dots.main__collection-mobile2-dots {
		display: flex;
	}
	
	.main__collection-mobile2-slider-right {
		width: 485px;
	}
}
@media screen and (max-width: 768px) {
	.main__collection-mobile2 {
		align-items: flex-end;
		-webkit-align-self: flex-end;
	}
	.main__collection-mobile2::after {
		width: 75%;
	}
	.main__collection-mobile2::before {
		font-size: 48px;
		left: 30px;
		top: 0;
	}
	.main__collection-title2 {
		padding: 5px 5px 15px 15px;
		width: 440px;
	}
	.main__collection-mobile2-slider-right {
		width: 440px;
	}
}
@media screen and (max-width: 543px) {
	.main__collection-mobile2 {
		padding-top: 10px;
	}
	.main__collection-mobile2::after {
		width: 70%;
		height: calc(100% - 65px);
	}
	.main__collection-title2 {
		height: 50px;
		width: 270px;
	}
	.main__collection-mobile2-slider-right {
		width: 270px;
	}
}

.main__actual div{
	text-align: left;
}

@media screen and (max-width: 543px) {
	.main__actual-title::before {
		font-size: 48px;
		color: #a0a0a0;
		left: -35px;
    }
    .main__actual div{
        text-align: center;
    }
}

.main__news-mob-slider > .main__news-mob-slider-item:nth-child(n+2) {
	display: none;
}

.main__news-mob-slider-img-shadow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

@media screen and (max-width: 991px) {
	.main__news .carousel-dots {
		display: block;
		flex: 1 0 100%;
		order: 3;
		margin-top: -75px;
	}
}

.main__insta-pics-mobile, .main__insta-pics-mobile.carousel-applied {
	display: none;
}

@media screen and (max-width: 768px) {
	.main__news .carousel-dots {
		text-align: center;
	}
	
	.main__insta-pics-desktop {
		display: none;
	}
	
	.main__insta-pics-mobile {
		display: flex;
		width: 100%;
	}
	
	.main__insta-pair {
		width: 33%;
	}
	
	.main__insta-pics-mobile > .main__insta-pair:nth-child(n+4) {
		display: none;
	}
	
	.main__insta {
		display: block;
	}
	
	.main__insta .carousel-dots {
		display: block;
		flex: 1 0 100%;
		order: 3;
		text-align: center;
	}
}

@media screen and (max-width: 543px) {
	.main__insta-pics-mobile > .main__insta-pair:nth-child(n+3) {
		display: none;
	}
	
	.main__insta-pair {
		width: 50%;
	}
}

.main__insta-pics-mobile.carousel-applied {
	display: block;
}
.main__insta-pics-mobile.carousel-applied .main__insta-pair {
    width: 100%;
}

.main__insta-img.mobile , .main__insta-item {
	width: 100%;
	height: auto;
	position: relative;
}

.main__insta-pics-desktop .main__insta-item {
	width: 33%;
}
.main__insta-img.mobile::after , .main__insta-item::after {
    padding-bottom: 100%;
    content: "";
    display: block;
}
.main__insta-img-title , .main__insta-img {
	position: absolute;
}

.checkout__while-shade-of-pale {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	display: none;
}


.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

@media screen and (max-width: 543px) {
	.modal .modal__content.scrollable {
		overflow: scroll;
	}
}

.checkout__page td.logo {
	min-width: 50px;
	padding-left: 10px;
}

.card__actual-wrapper .main__actual-title::before {
	display: none;
}

.no-hover-on-touch .filter__label:hover .filter__option {
	background-color: transparent;
	color: #252525;
}

.no-hover-on-touch .filter__label input:checked ~ .filter__option {
	background-color: #252525;
	color: #fff;
}

header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	transition: .3s linear;
}

header.sticky .header__search-wrapper {
	display: none;
}

.modal__overlay {
	z-index: 200;
}

.modal__overlay .modal__container {
	max-width: 100vw;
}

.main__news-slider-title a i { 
	margin-top: 0; 
}

#toTop {
    width: 85px;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    display: none;
    font-size: 12px;
    z-index: 10;
    background-color: #b5b5b5;
}

/*Программа лояльности*/
.bonus-welcome__block {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    /* margin-top: 115px; */
    }
.bonus-welcome__item:nth-child(1) {
    width: 55%;
}
.bonus-welcome__item:nth-child(2) {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bonus-welcome__img {
    background: url(/local/templates/design2020/img/loyalty/loyal.png) no-repeat;
    background-size: cover;
    background-position-x: right;
    height: 350px;
    width: 100%;
}
.bonus-welcome__title {
    max-width: 430px;
    margin-left: 70px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;    
    padding-right: 10px;
}
.bonus-welcome__title span {
    font-size: 24px;
    line-height: 28px;
}

.bonus-step__list ul, .bonus-step__list li {
list-style-type: none;
}

.bonus-step__list {
    margin-top: 90px;
    font-size: 18px;
    line-height: 1.2;
    overflow: hidden;
}

.bonus-step__item {
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #000;
    padding-bottom: 44px;
    margin-top: 60px;
    margin-bottom: 90px;
}

.bonus-step__name {
    position: absolute;
    left: -10px;
    width: 100px;
    height: 300px;
    background: #F1F5F5;
    top: -20px;
    z-index: 1;
}
.bonus-step__name div {
    transform: rotate(-90deg);
    height: 100px;
    width: auto;
    position: relative;
    top: 125px;
    display: flex;
    align-items: center;
}

.bonus-step__name div:after {
    content: '';
    height: 1px;
    width: 96px;
    background: #000;
    position: absolute;
    right: -106px;
    top: 52%;
}
.bonus-step__item:nth-child(1) .bonus-step__name div:after {
    content: '';
    height: 1px;
    width: 96px;
    background: #000;
    position: absolute;
    right: -116px;
    top: 52%;
}

.bonus-step__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin: 33px 0;
    position: relative;
    z-index: 2;
    max-width: 600px;
}
.step__content {
    margin-left: 80px;
}
.step__title {
    font-family: Roboto;
   font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 23px 0;
}
.benefit__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.benefit__item {
    width: 30%;
    display: flex;
    margin-bottom: 50px;
}

.benefit__icon {
    margin-right: 15px;
    width: 40%;
    min-width: 40%;
}
.benefit__icon svg {
    width: 100%;
    height: auto;
}
.benefit__text {
    max-width: 186px;
}

.benefit__text-b {
    font-family: Roboto;
    font-style: normal;
     font-weight: 500;
     font-size: 24px;
}

.step__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    max-width: 700px;
    
}
.hidden-bonus-content .step__text {
    max-width: 100%;
}
.step__text p {
    margin-bottom: 20px;
}
.note {
color: #969696;
}
.toggle-info__btn {
    width: 250px;
    height: 40px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    text-transform: uppercase;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 125px);
    cursor: pointer;
}
.toggle-info__btn.active {
    background: #000;
    color: #fff;
    border: none;
}
.hidden-bonus-content {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    padding: 0;
}
.bonus-step__item.active .hidden-bonus-content {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease 0s;
    max-height: 100%;
    padding: 20px 0;
}

.bonus-system__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 40px;
}
.bonus-system__item {
    width: 25%;
    text-align: center;
}
.bonus-system__pic {
    width: 90px;
    height: 90px;
    background: #D6D6D6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 42px;
    border-radius: 50%;
    margin: 0 auto;
}

.bonus-system__item:nth-child(2) .bonus-system__pic {
    background: #A0A0A0;
}
.bonus-system__item:nth-child(3) .bonus-system__pic {
    background: #535353;
}
.bonus-system__item:nth-child(4) .bonus-system__pic {
    background: #2D2D2D;
}
.bonus-system__text {
    max-width: 170px;
    margin: 20px auto;
    min-height: 65px;
}
/* .bonus-system-conditions__list, .bonus-system-conditions__list li {
    list-style-type: disc;
}
.bonus-system-conditions__list{
    list-style-position: inside;
} */

.bonus-system-conditions__list li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 20px;
}

.bonus-system-conditions__list li:before {
    content: "";
    height: 4px;
    width: 4px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}

.spend-option__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spend-option__item {
    display: flex;
    width: 48%;
    align-items: flex-end;
}
.spend-option__list div:nth-child(1) {
    font-weight: 500;
    font-size: 96px;
    line-height: 112px;
    color: #F1F5F5;
}
.spend-option__item div:nth-child(2) {
    padding-bottom: 18px;
}
.spend-option__item:nth-child(2) div:nth-child(2) {
    padding-left:15px;
}
.spend-option__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spend-option__text-left {
    width: 70%;
}
.spend-option__text-left p {
  margin-bottom: 20px;
}
.spend-option__text-right {
    width: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.spend-option__warn {
    width: 180px;
    bottom: 60px;
    position: relative;
}
.spend-option__warn-text {
    position: relative;
    z-index: 2;
}
.spend-option__warn-text:before {
    position: absolute;
   content: "";
   height: 50px;
   width: 4px;
   background: #000;
   left: -21px;
}
.spend-option__warn-text:after {
    position: absolute;
   content: "";
   height:6px;
   width: 6px;
   background: #000;
   border-radius: 50%;
   left: -21px;
    top: 60px;
}
.spend-option__warn-mark {
    position: absolute;
    height: 190px;
    width: 100px;
    background: #F1F5F5;
    left: -70px;
    top: -65px;
    z-index: -1;
}
.bonus-system .return__box {
    flex-wrap: wrap;
    font-size: 18px;
}
.bonus-system .return__desc {
    width: 100%;
    height: 100%;
    padding-left: 0;
    max-width:100%;
}

.bonus-system .return__info {
    margin: 17px 15px 19px 0px;
    padding-left: 29px;
}

.bonus-system .return__info--bold {
    padding-left: 0;
}

.return__info__list {
    list-style-type: none;
}

.return__info__item {
    position: relative;
    padding-left: 10px;
    padding-bottom: 15px;
}
.return__info__item::before {
    content: "";
    height: 4px;
    width: 4px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.bonus-welcome__img img {
    display: none;
}
@media screen and (min-width:1500px) {
    .bonus-welcome__img {
        height: 450px;
        background:none;
    }
    .bonus-welcome__img img {
        display: block;
        margin-left: auto;
    }}


@media screen and (max-width:1024px) {
    .bonus-welcome__img {
        height: 300px;
    }
    .bonus-welcome__title {        
        margin-left: 40px;
        padding-right: 10px;
    }
    .benefit__item {
        width: 45%;
    }
    .bonus-system__item {
        width: 50%;
        min-height: 100%;
    }
    .bonus-system__pic {       
        margin: inherit;
    }
    .bonus-system__text {
        margin: inherit;
        padding-left: 15px;
        min-height: unset;
        text-align: left;
    }
    .bonus-system__item {
        width: 50%;
        min-height: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .spend-option__item {
        width: 100%;
    }
    .spend-option__item:nth-child(1) div:nth-child(2) {
        padding-left: 15px;
    }
    .spend-option__text-left {
        width: 100%;
    }
    .spend-option__text-right {
       width: 100%;
       align-items: flex-start;
    justify-content: flex-start;

    }
    .spend-option__warn {
        position: static;
    }
    .spend-option__warn-text {
        position: relative;
        z-index: 2;
        left: 70px;
        top: 80px;
        margin-bottom: 140px;
    }


}
@media screen and (max-width:768px) {
    .bonus-welcome__img {
        height: 350px;
    }
    .bonus-step__item {
        padding-left: 40px;
    }
    .bonus-step__name {
        width: 60px;
    }
    .bonus-step__name div:after {
        width: 50px;
    }
    .step__content {
        margin-left: 40px;
    }
    .benefit__item {
        margin-bottom: 40px;
    }
    .bonus-system__item {
        width: 100%;
    }
    .bonus-system__item {
        text-align: left;
        display: flex;
    align-items: center;
    padding-bottom: 15px;
    }
    .bonus-system__pic {
        height: 80px;
        width: 80px;
        margin: inherit;
        min-width: 80px;
    }
    .bonus-system__text {
        max-width: initial;
        margin: inherit;
        min-height: unset;
        padding-left: 20px;
    }
    .bonus-welcome__item:nth-child(1) {
        width: 100%;
    }
    .bonus-welcome__item:nth-child(2) {
        display: none;
    }
}
@media screen and (max-width:580px) {
    .benefit__item {
       width: 100%;
    }
    .benefit__icon {
        width: 30%;
        min-width: 30%;
    }
    .benefit__icon svg {
       max-height: 100px;
    }
    .bonus-step__item {
        padding-left: 20px;
    }
    .step__content {
        margin-left: 0px;
    }
    .bonus-step__name {
        height: 60px;
    width: 70%;
    top: -40px;
    }
    .bonus-step__name div {
        /* transform: rotate(0deg);
        height: 60px;
        width: auto;
        top: 0;
        left: 10px; */
        display: none;
    }
    .bonus-step__name div:after {
        width: 70px;
        left: 55%;
    }
    
}

@media screen and (max-width:480px) {
    .bonus-welcome__img {
        background: url(/local/templates/design2020/img/loyalty/loyal.png) no-repeat;
        background-size: cover;
        background-position: right;
        height: 200px;
        width: 100%;
    }
    .bonus-welcome__block {
        height: auto;
    }
}

.bonus-system .return__info-box {
    font-size: 18px;
    
}
.bonus-system .return__title {
    font-size: 24px;
    max-width: 70%;

}
/*Оплата*/
.payment-sber__ico {
	height: 50px;
}
.payment-sber1__ico {
	height: 26px;
}
.card__message--sber {
	display: -ms-flexbox;
	display: flex;
}
/*Сео*/
.js-seo-toggleBtn {
    margin: 20px 0;
    float: right;
    text-align: right;
    border-bottom: dashed 1px;
    cursor: pointer;
}
.seo-wrapper {
    font-size: 11px;
}
