/* @charset "UTF-8"; */
.content .image__label, .test-list-links {
		display: -webkit-box;
		display: -ms-flexbox;
}

.content .image__label, .h1, .table--order tbody tr td:nth-child(2), .table--order thead tr th:nth-child(2), h1 {
		text-align: center;
}


@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-BoldItalic.ttf') format('opentype');
    font-weight: bold; /* хёыш ¤ЄюЄ тхё яюффхЁцштрхЄё  т Їрщых °ЁшЇЄр */
    font-style: italic;
}


@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-Italic.ttf') format('opentype');
    font-weight: normal; /* хёыш ¤ЄюЄ тхё яюффхЁцштрхЄё  т Їрщых °ЁшЇЄр */
    font-style: italic;
}


@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-LightItalic.ttf') format('opentype');
    font-weight: 300; /* хёыш ¤ЄюЄ тхё яюффхЁцштрхЄё  т Їрщых °ЁшЇЄр */
    font-style: italic;
}


@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-Bold.ttf') format('opentype');
    font-weight: bold;
}


@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-Regular.ttf') format('opentype');
     font-weight: normal;
}
@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-Regular.ttf') format('opentype');
     font-weight: 500;
}

@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-Light.ttf') format('opentype');
    font-weight: 300; /* хёыш ¤ЄюЄ тхё яюффхЁцштрхЄё  т Їрщых °ЁшЇЄр */
}




@font-face {
    font-family: 'MieleElementsOffice';
    src: url('MieleElementsOffice-ExtraLight.ttf') format('opentype');
    font-weight: 100; /* хёыш ¤ЄюЄ тхё яюффхЁцштрхЄё  т Їрщых °ЁшЇЄр */
}


.link--pseudo, .link-red, .preloader {
		cursor: pointer;
}

.h1, h1 {
		color: #1F1F1F;
		font-size: 40px;
		font-weight: 800;
		line-height: 48px;
		margin-top: 50px;
		margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
		.h1, h1 {
				font-size: 32px;
				line-height: 40px;
		}
}

.content {
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*		font-family: "Helvetica Neue";*/
		color: #6B6B6B;
}

.content__wrap {
		max-width: 66.66667%;
		padding-right: 16px;
		padding-left: 16px;
		margin-left: 16.66667%
}

.content--order b {
		color: #1F1F1F;
}

.content__text a {
		color: #8c0014;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
}

.content p a, .link {
		-webkit-transition: .15s ease-out;
}

.content__text a:hover {
		color: #701;
}

.content p {
		padding: 0;
		margin: 0 0 32px;
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
}

.content ol, .content ul {
		margin: 0;
		line-height: 24px;
}

.content p.last {
		margin-bottom: 0;
}

.content p a {
		color: #8c0014;
		transition: .15s ease-out;
}

.content p a:hover {
		color: #701;
}

.content ol {
		list-style: none;
		padding: 0;
		counter-reset: section;
}

.content ol li:before {
		counter-increment: section;
		content: counters(section, ".") ". "
}

.content ol ol {
		padding-left: 16px;
}

.content ul {
		padding: 0 0 0 18px;
}

.content ul ul {
		padding-left: 16px;
}

.content .image-full {
		width: 100%;
		max-width: 100%
}

.content .image {
		max-width: 50%;
		float: left;
		margin-right: 32px;
		margin-bottom: 24px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
}

.content .image--full {
		position: relative;
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 0;
}

.content .image--right {
		float: right;
		margin-right: 0;
		margin-left: 32px;
}

.content .image__label {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #8C0014;
		height: 20px;
		line-height: 18px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		font-size: 12px;
		padding: 0 5px;
		font-weight: 300;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(90deg) translateX(100%);
		transform: rotate(90deg) translateX(100%);
}

.content .image__src {
		max-width: 100%
}

@media screen and (max-width: 767px) {
		.content .image {
				max-width: 100%;
				margin-right: 0;
				margin-left: 0;
				width: 100%;
				text-align: center;
		}
}

.content blockquote {
		margin: 0 0 32px;
		background-color: #6B6B6B;
		padding: 24px 32px;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
}

.content blockquote.state-red {
		background-color: #8c0014;
}

.content--white, .content--white p {
		color: #fff;
}

.content--white a {
		color: #fff !important;
}

.table {
		overflow: auto;
		margin-bottom: 48px;
}

.table__wrap {
		min-width: 704px;
		border-collapse: collapse;
		width: 100%
}

.table--no-overflow {
		overflow: inherit;
}

.table--order thead tr th {
		white-space: nowrap;
		color: #1F1F1F;
		font-weight: 500;
}

.table--order tbody tr td {
		max-width: 350px;
}

.table--order tbody tr td b {
		color: #494949;
}

.table thead tr {
		background-color: #555;
}

.table thead th {
		text-align: left;
		color: #fff;
		padding: 24px;
		font-weight: 300;
		line-height: 20px;
}

.table tbody td:last-child, .table thead th:last-child {
		text-align: right;
}

.table tbody tr {
		background-color: #FFF;
}

.table tbody tr:last-child td {
		border-bottom: none;
}

.table tbody tr:hover {
		background-color: #F9F9F9;
}

.table--transparent tbody tr, .table--transparent tbody tr:hover, .table--transparent thead tr {
		background-color: rgba(0, 0, 0, 0);
}

.table tbody tr.no-border {
		padding-bottom: 0;
}

.table tbody tr.no-border td {
		padding-bottom: 0;
		border-bottom: none;
}

.table tbody td, .table--transparent tbody tr:last-child, .table--transparent thead tr {
		border-bottom: 2px solid rgba(31, 31, 31, .1);
}

.table tbody td {
		padding: 16px 24px;
		color: #6B6B6B;
}

.table--transparent thead th {
		color: #1F1F1F;
		padding-left: 0;
}

.link--pseudo, .link-red--pseudo {
		border-bottom: 1px dotted;
}

.table--transparent tbody td {
		color: #6B6B6B;
		padding-left: 0;
		padding-top: 21px;
		padding-bottom: 21px;
}

.link {
		color: #6B6B6B;
		text-decoration: none;
		transition: .15s ease-out;
}

.link.state-hover, .link:hover {
		color: #701;
}

.link--decore {
		text-decoration: underline;
}

.link-red {
		color: #8c0014;
		text-decoration: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
}

.link-red.state-hover, .link-red:hover {
		color: #701;
}

.link-red--decor {
		text-decoration: underline;
}

.link-red--icon {
		white-space: nowrap;
}

.link-red--icon:after {
		content: '';
		margin-left: 6px;
		margin-top: -3px;
		display: inline-block;
		vertical-align: top;
		height: 11px;
		width: 10px;
		background-image: url(images/required/svg/link.svg);
		background-size: 100% 100%
}

.test-list-links {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}

.test-list-links a {
		margin-bottom: 16px;
}

.grey-bg .link {
		color: #ddd;
}

.grey-bg .link.state-hover, .grey-bg .link:hover {
		color: #fff;
}

.red-bg .link {
		color: #ddd;
}

.red-bg .link.state-hover, .red-bg .link:hover {
		color: #fff;
}

.preloader {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		background-color: rgba(236, 236, 236, .8);
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 9;
}

.preloader img {
		max-width: 100%;
		max-height: 100%
}
/* End */


/* Start:/local/templates/main/template_styles.css?1715945507418849*/
@charset "UTF-8";
*, :after, :before, legend {
		-webkit-box-sizing: border-box
}

button, hr, input {
		overflow: visible
}

.lg-icon, button, select {
		text-transform: none
}

audio, canvas, progress, video {
		display: inline-block
}

progress, sub, sup {
		vertical-align: baseline
}

.modal, textarea {
		overflow: auto
}

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
		font-family: sans-serif;
		line-height: 1.15;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%
}

body {
		margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
		display: block
}

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

figure {
		margin: 1em 40px
}

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

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

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

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

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

.cookie__button, img {
		border-style: none
}

b, strong {
		font-weight: bolder
}

dfn {
		font-style: italic
}

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

small {
		font-size: 80%
}

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

sub {
		bottom: -.25em
}

sup {
		top: -.5em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

summary {
		display: list-item
}

[hidden], template {
		display: none
}

.header, .lg-outer .lg-pager-outer, .next-arrow, .prev-arrow {
		display: -webkit-box;
		display: -ms-flexbox
}

.container {
		padding-right: 64px;
		padding-left: 64px
}

@media (max-width: 1439.98px) {
		.container {
				padding-right: 32px;
				padding-left: 32px
		}
}

@media (max-width: 767.98px) {
		.container {
				padding-right: 16px;
				padding-left: 16px
		}
}

@media (min-width: 618px) {
		.container {
				max-width: 100%
		}
}

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

@media (min-width: 1024px) {
		.container {
				max-width: 1024px
		}
}

@media (min-width: 1280px) {
		.container {
				max-width: 1280px
		}
}

@media (min-width: 1440px) {
		.container {
				max-width: 1440px
		}
}

.col, .col-auto {
		max-width: 100%
}

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

@media (max-width: 1439.98px) {
		.container-fluid {
				padding-right: 32px;
				padding-left: 32px
		}
}

@media (max-width: 767.98px) {
		.container-fluid {
				padding-right: 16px;
				padding-left: 16px
		}
}

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

.no-gutters {
		margin-right: 0;
		margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
		padding-right: 0;
		padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sl, .col-sl-1, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px
}

.col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
}

.col-1, .col-auto {
		-webkit-box-flex: 0
}

.col-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
}

.col-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
}

.col-2, .col-3 {
		-webkit-box-flex: 0
}

.col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
}

.col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
}

.col-4, .col-5 {
		-webkit-box-flex: 0
}

.col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
}

.col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
}

.col-6, .col-7 {
		-webkit-box-flex: 0
}

.col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
}

.col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
}

.col-8, .col-9 {
		-webkit-box-flex: 0
}

.col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
}

.col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
}

.col-10, .col-11 {
		-webkit-box-flex: 0
}

.col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
}

.col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
}

.col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
}

.order-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
}

.order-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
}

.order-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
}

.order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
}

.order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
}

.order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
}

.order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
}

.order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
}

.order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
}

.order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
}

.order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
}

.order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
}

.order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
}

.order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
}

.order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
}

.offset-1 {
		margin-left: 8.33333%
}

.offset-2 {
		margin-left: 16.66667%
}

.offset-3 {
		margin-left: 25%
}

.offset-4 {
		margin-left: 33.33333%
}

.offset-5 {
		margin-left: 41.66667%
}

.offset-6 {
		margin-left: 50%
}

.offset-7 {
		margin-left: 58.33333%
}

.offset-8 {
		margin-left: 66.66667%
}

.offset-9 {
		margin-left: 75%
}

.offset-10 {
		margin-left: 83.33333%
}

.offset-11 {
		margin-left: 91.66667%
}

@media (min-width: 618px) {
		.col-sm {
				-ms-flex-preferred-size: 0;
				flex-basis: 0;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				max-width: 100%
		}

		.col-sm-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
				max-width: 100%
		}

		.col-sm-1 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
				max-width: 8.33333%
		}

		.col-sm-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
				max-width: 16.66667%
		}

		.col-sm-3 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
		}

		.col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
				max-width: 33.33333%
		}

		.col-sm-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
				max-width: 41.66667%
		}

		.col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
				flex: 0 0 50%;
				max-width: 50%
		}

		.col-sm-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
				max-width: 58.33333%
		}

		.col-sm-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
				max-width: 66.66667%
		}

		.col-sm-9 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
		}

		.col-sm-10 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
				max-width: 83.33333%
		}

		.col-sm-11 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
				max-width: 91.66667%
		}

		.col-sm-12 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%
		}

		.order-sm-first {
				-webkit-box-ordinal-group: 0;
				-ms-flex-order: -1;
				order: -1
		}

		.order-sm-last {
				-webkit-box-ordinal-group: 14;
				-ms-flex-order: 13;
				order: 13
		}

		.order-sm-0 {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0
		}

		.order-sm-1 {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.order-sm-2 {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.order-sm-3 {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.order-sm-4 {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.order-sm-5 {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.order-sm-6 {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}

		.order-sm-7 {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.order-sm-8 {
				-webkit-box-ordinal-group: 9;
				-ms-flex-order: 8;
				order: 8
		}

		.order-sm-9 {
				-webkit-box-ordinal-group: 10;
				-ms-flex-order: 9;
				order: 9
		}

		.order-sm-10 {
				-webkit-box-ordinal-group: 11;
				-ms-flex-order: 10;
				order: 10
		}

		.order-sm-11 {
				-webkit-box-ordinal-group: 12;
				-ms-flex-order: 11;
				order: 11
		}

		.order-sm-12 {
				-webkit-box-ordinal-group: 13;
				-ms-flex-order: 12;
				order: 12
		}

		.offset-sm-0 {
				margin-left: 0
		}

		.offset-sm-1 {
				margin-left: 8.33333%
		}

		.offset-sm-2 {
				margin-left: 16.66667%
		}

		.offset-sm-3 {
				margin-left: 25%
		}

		.offset-sm-4 {
				margin-left: 33.33333%
		}

		.offset-sm-5 {
				margin-left: 41.66667%
		}

		.offset-sm-6 {
				margin-left: 50%
		}

		.offset-sm-7 {
				margin-left: 58.33333%
		}

		.offset-sm-8 {
				margin-left: 66.66667%
		}

		.offset-sm-9 {
				margin-left: 75%
		}

		.offset-sm-10 {
				margin-left: 83.33333%
		}

		.offset-sm-11 {
				margin-left: 91.66667%
		}
}

@media (min-width: 768px) {
		.col-sl {
				-ms-flex-preferred-size: 0;
				flex-basis: 0;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				max-width: 100%
		}

		.col-sl-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
				max-width: 100%
		}

		.col-sl-1 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
				max-width: 8.33333%
		}

		.col-sl-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
				max-width: 16.66667%
		}

		.col-sl-3 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
		}

		.col-sl-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
				max-width: 33.33333%
		}

		.col-sl-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
				max-width: 41.66667%
		}

		.col-sl-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
				flex: 0 0 50%;
				max-width: 50%
		}

		.col-sl-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
				max-width: 58.33333%
		}

		.col-sl-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
				max-width: 66.66667%
		}

		.col-sl-9 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
		}

		.col-sl-10 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
				max-width: 83.33333%
		}

		.col-sl-11 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
				max-width: 91.66667%
		}

		.col-sl-12 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%
		}

		.order-sl-first {
				-webkit-box-ordinal-group: 0;
				-ms-flex-order: -1;
				order: -1
		}

		.order-sl-last {
				-webkit-box-ordinal-group: 14;
				-ms-flex-order: 13;
				order: 13
		}

		.order-sl-0 {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0
		}

		.order-sl-1 {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.order-sl-2 {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.order-sl-3 {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.order-sl-4 {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.order-sl-5 {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.order-sl-6 {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}

		.order-sl-7 {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.order-sl-8 {
				-webkit-box-ordinal-group: 9;
				-ms-flex-order: 8;
				order: 8
		}

		.order-sl-9 {
				-webkit-box-ordinal-group: 10;
				-ms-flex-order: 9;
				order: 9
		}

		.order-sl-10 {
				-webkit-box-ordinal-group: 11;
				-ms-flex-order: 10;
				order: 10
		}

		.order-sl-11 {
				-webkit-box-ordinal-group: 12;
				-ms-flex-order: 11;
				order: 11
		}

		.order-sl-12 {
				-webkit-box-ordinal-group: 13;
				-ms-flex-order: 12;
				order: 12
		}

		.offset-sl-0 {
				margin-left: 0
		}

		.offset-sl-1 {
				margin-left: 8.33333%
		}

		.offset-sl-2 {
				margin-left: 16.66667%
		}

		.offset-sl-3 {
				margin-left: 25%
		}

		.offset-sl-4 {
				margin-left: 33.33333%
		}

		.offset-sl-5 {
				margin-left: 41.66667%
		}

		.offset-sl-6 {
				margin-left: 50%
		}

		.offset-sl-7 {
				margin-left: 58.33333%
		}

		.offset-sl-8 {
				margin-left: 66.66667%
		}

		.offset-sl-9 {
				margin-left: 75%
		}

		.offset-sl-10 {
				margin-left: 83.33333%
		}

		.offset-sl-11 {
				margin-left: 91.66667%
		}
}

@media (min-width: 1024px) {
		.col-md {
				-ms-flex-preferred-size: 0;
				flex-basis: 0;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				max-width: 100%
		}

		.col-md-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
				max-width: 100%
		}

		.col-md-1 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
				max-width: 8.33333%
		}

		.col-md-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
				max-width: 16.66667%
		}

		.col-md-3 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
		}

		.col-md-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
				max-width: 33.33333%
		}

		.col-md-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
				max-width: 41.66667%
		}

		.col-md-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
				flex: 0 0 50%;
				max-width: 50%
		}

		.col-md-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
				max-width: 58.33333%
		}

		.col-md-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
				max-width: 66.66667%
		}

		.col-md-9 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
		}

		.col-md-10 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
				max-width: 83.33333%
		}

		.col-md-11 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
				max-width: 91.66667%
		}

		.col-md-12 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%
		}

		.order-md-first {
				-webkit-box-ordinal-group: 0;
				-ms-flex-order: -1;
				order: -1
		}

		.order-md-last {
				-webkit-box-ordinal-group: 14;
				-ms-flex-order: 13;
				order: 13
		}

		.order-md-0 {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0
		}

		.order-md-1 {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.order-md-2 {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.order-md-3 {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.order-md-4 {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.order-md-5 {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.order-md-6 {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}

		.order-md-7 {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.order-md-8 {
				-webkit-box-ordinal-group: 9;
				-ms-flex-order: 8;
				order: 8
		}

		.order-md-9 {
				-webkit-box-ordinal-group: 10;
				-ms-flex-order: 9;
				order: 9
		}

		.order-md-10 {
				-webkit-box-ordinal-group: 11;
				-ms-flex-order: 10;
				order: 10
		}

		.order-md-11 {
				-webkit-box-ordinal-group: 12;
				-ms-flex-order: 11;
				order: 11
		}

		.order-md-12 {
				-webkit-box-ordinal-group: 13;
				-ms-flex-order: 12;
				order: 12
		}

		.offset-md-0 {
				margin-left: 0
		}

		.offset-md-1 {
				margin-left: 8.33333%
		}

		.offset-md-2 {
				margin-left: 16.66667%
		}

		.offset-md-3 {
				margin-left: 25%
		}

		.offset-md-4 {
				margin-left: 33.33333%
		}

		.offset-md-5 {
				margin-left: 41.66667%
		}

		.offset-md-6 {
				margin-left: 50%
		}

		.offset-md-7 {
				margin-left: 58.33333%
		}

		.offset-md-8 {
				margin-left: 66.66667%
		}

		.offset-md-9 {
				margin-left: 75%
		}

		.offset-md-10 {
				margin-left: 83.33333%
		}

		.offset-md-11 {
				margin-left: 91.66667%
		}
}

@media (min-width: 1280px) {
		.col-lg {
				-ms-flex-preferred-size: 0;
				flex-basis: 0;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				max-width: 100%
		}

		.col-lg-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
				max-width: 100%
		}

		.col-lg-1 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
				max-width: 8.33333%
		}

		.col-lg-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
				max-width: 16.66667%
		}

		.col-lg-3 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
		}

		.col-lg-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
				max-width: 33.33333%
		}

		.col-lg-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
				max-width: 41.66667%
		}

		.col-lg-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
				flex: 0 0 50%;
				max-width: 50%
		}

		.col-lg-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
				max-width: 58.33333%
		}

		.col-lg-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
				max-width: 66.66667%
		}

		.col-lg-9 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
		}

		.col-lg-10 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
				max-width: 83.33333%
		}

		.col-lg-11 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
				max-width: 91.66667%
		}

		.col-lg-12 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%
		}

		.order-lg-first {
				-webkit-box-ordinal-group: 0;
				-ms-flex-order: -1;
				order: -1
		}

		.order-lg-last {
				-webkit-box-ordinal-group: 14;
				-ms-flex-order: 13;
				order: 13
		}

		.order-lg-0 {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0
		}

		.order-lg-1 {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.order-lg-2 {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.order-lg-3 {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.order-lg-4 {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.order-lg-5 {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.order-lg-6 {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}

		.order-lg-7 {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.order-lg-8 {
				-webkit-box-ordinal-group: 9;
				-ms-flex-order: 8;
				order: 8
		}

		.order-lg-9 {
				-webkit-box-ordinal-group: 10;
				-ms-flex-order: 9;
				order: 9
		}

		.order-lg-10 {
				-webkit-box-ordinal-group: 11;
				-ms-flex-order: 10;
				order: 10
		}

		.order-lg-11 {
				-webkit-box-ordinal-group: 12;
				-ms-flex-order: 11;
				order: 11
		}

		.order-lg-12 {
				-webkit-box-ordinal-group: 13;
				-ms-flex-order: 12;
				order: 12
		}

		.offset-lg-0 {
				margin-left: 0
		}

		.offset-lg-1 {
				margin-left: 8.33333%
		}

		.offset-lg-2 {
				margin-left: 16.66667%
		}

		.offset-lg-3 {
				margin-left: 25%
		}

		.offset-lg-4 {
				margin-left: 33.33333%
		}

		.offset-lg-5 {
				margin-left: 41.66667%
		}

		.offset-lg-6 {
				margin-left: 50%
		}

		.offset-lg-7 {
				margin-left: 58.33333%
		}

		.offset-lg-8 {
				margin-left: 66.66667%
		}

		.offset-lg-9 {
				margin-left: 75%
		}

		.offset-lg-10 {
				margin-left: 83.33333%
		}

		.offset-lg-11 {
				margin-left: 91.66667%
		}
}

@media (min-width: 1440px) {
		.col-xl {
				-ms-flex-preferred-size: 0;
				flex-basis: 0;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				max-width: 100%
		}

		.col-xl-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
				max-width: 100%
		}

		.col-xl-1 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
				max-width: 8.33333%
		}

		.col-xl-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
				max-width: 16.66667%
		}

		.col-xl-3 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
		}

		.col-xl-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
				max-width: 33.33333%
		}

		.col-xl-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
				max-width: 41.66667%
		}

		.col-xl-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
				flex: 0 0 50%;
				max-width: 50%
		}

		.col-xl-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
				max-width: 58.33333%
		}

		.col-xl-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
				max-width: 66.66667%
		}

		.col-xl-9 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
		}

		.col-xl-10 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
				max-width: 83.33333%
		}

		.col-xl-11 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
				max-width: 91.66667%
		}

		.col-xl-12 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%
		}

		.order-xl-first {
				-webkit-box-ordinal-group: 0;
				-ms-flex-order: -1;
				order: -1
		}

		.order-xl-last {
				-webkit-box-ordinal-group: 14;
				-ms-flex-order: 13;
				order: 13
		}

		.order-xl-0 {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0
		}

		.order-xl-1 {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.order-xl-2 {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.order-xl-3 {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.order-xl-4 {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.order-xl-5 {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.order-xl-6 {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}

		.order-xl-7 {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.order-xl-8 {
				-webkit-box-ordinal-group: 9;
				-ms-flex-order: 8;
				order: 8
		}

		.order-xl-9 {
				-webkit-box-ordinal-group: 10;
				-ms-flex-order: 9;
				order: 9
		}

		.order-xl-10 {
				-webkit-box-ordinal-group: 11;
				-ms-flex-order: 10;
				order: 10
		}

		.order-xl-11 {
				-webkit-box-ordinal-group: 12;
				-ms-flex-order: 11;
				order: 11
		}

		.order-xl-12 {
				-webkit-box-ordinal-group: 13;
				-ms-flex-order: 12;
				order: 12
		}

		.offset-xl-0 {
				margin-left: 0
		}

		.offset-xl-1 {
				margin-left: 8.33333%
		}

		.offset-xl-2 {
				margin-left: 16.66667%
		}

		.offset-xl-3 {
				margin-left: 25%
		}

		.offset-xl-4 {
				margin-left: 33.33333%
		}

		.offset-xl-5 {
				margin-left: 41.66667%
		}

		.offset-xl-6 {
				margin-left: 50%
		}

		.offset-xl-7 {
				margin-left: 58.33333%
		}

		.offset-xl-8 {
				margin-left: 66.66667%
		}

		.offset-xl-9 {
				margin-left: 75%
		}

		.offset-xl-10 {
				margin-left: 83.33333%
		}

		.offset-xl-11 {
				margin-left: 91.66667%
		}
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Bd.otf') format('opentype');
		font-weight: bold;
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Blk.otf') format('opentype');
		font-weight: 900; /* если этот вес поддерживается в файле шрифта */
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Hv.otf') format('opentype');
		font-weight: 800; /* если этот вес поддерживается в файле шрифта */
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Lt.otf') format('opentype');
		font-weight: 700;
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Md.otf') format('opentype');
		font-weight: 500; /* если этот вес поддерживается в файле шрифта */
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Roman.otf') format('opentype');
		font-weight: 400;
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-Th.otf') format('opentype');
		font-weight: 300; /* если этот вес поддерживается в файле шрифта */
}

@font-face {
		font-family: 'Helvetica Neue';
		src: url('fonts/HelveticaNeueW1G/HelveticaNeueLTW1G-UltLt.otf') format('opentype');
		font-weight: 100; /* если этот вес поддерживается в файле шрифта */
}

/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    src: url(fonts/HelveticaNeueCyr-Thin.eot#iefix);*/
/*    src: url(fonts/HelveticaNeueCyr-Thin.eot#iefix) format("eot"), url(fonts/HelveticaNeueCyr-Thin.woff) format("woff"), url(fonts/HelveticaNeueCyr-Thin.ttf) format("truetype"), url(fonts/HelveticaNeueCyr-Thin.svg#HelveticaNeueCyr-Thin) format("svg");*/
/*    font-weight: 50*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    src: url(fonts/HelveticaNeueCyr-UltraLight.eot#iefix);*/
/*    src: url(fonts/HelveticaNeueCyr-UltraLight.eot#iefix) format("eot"), url(fonts/HelveticaNeueCyr-UltraLight.woff) format("woff"), url(fonts/HelveticaNeueCyr-UltraLight.ttf) format("truetype"), url(fonts/HelveticaNeueCyr-UltraLight.svg#HelveticaNeueCyr-UltraLight) format("svg");*/
/*    font-weight: 100*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    src: url(fonts/HelveticaNeueCyr-Light.eot#iefix);*/
/*    src: url(fonts/HelveticaNeueCyr-Light.eot#iefix) format("eot"), url(fonts/HelveticaNeueCyr-Light.woff) format("woff"), url(fonts/HelveticaNeueCyr-Light.ttf) format("truetype"), url(fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light) format("svg");*/
/*    font-weight: 300*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    src: url(fonts/HelveticaNeueCyr-Medium.eot#iefix);*/
/*    src: url(fonts/HelveticaNeueCyr-Medium.eot#iefix) format("eot"), url(fonts/HelveticaNeueCyr-Medium.woff) format("woff"), url(fonts/HelveticaNeueCyr-Medium.ttf) format("truetype"), url(fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium) format("svg");*/
/*    font-weight: 500*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    src: url(fonts/HelveticaNeueCyr-Bold.eot#iefix);*/
/*    src: url(fonts/HelveticaNeueCyr-Bold.eot#iefix) format("eot"), url(fonts/HelveticaNeueCyr-Bold.woff) format("woff"), url(fonts/HelveticaNeueCyr-Bold.ttf) format("truetype"), url(fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold) format("svg");*/
/*    font-weight: 800*/
/*}*/

.icon {
		width: 1em;
		height: 1em;
		display: inline-block;
		vertical-align: middle
}

.icon-3-d {
		font-size: 3.2rem;
		width: .9375em
}

.icon-advantage-1 {
		font-size: 3.6rem;
		width: .66667em
}

.icon-advantage-2 {
		font-size: 3.3rem;
		width: 1.66667em
}

.icon-advantage-3 {
		font-size: 3.5rem;
		width: .94286em
}

.icon-all-products {
		font-size: 3.2rem;
		width: .96875em
}

.icon-arrow {
		font-size: 2.3rem;
		width: .91304em
}

.icon-arrow-top {
		font-size: 2.1rem;
		width: 1.09524em
}

.icon-back {
		font-size: 1.4rem;
		width: .64286em
}

.icon-block-gift {
		font-size: 11rem;
		width: 1.09091em
}

.icon-block-sale {
		font-size: 11.8rem;
		width: 1.00847em
}

.icon-block-sale-2 {
		font-size: 2.3rem;
		width: 1em
}

.icon-breadcrumbs {
		font-size: 2rem;
		width: 1.05em
}

.icon-cart {
		font-size: 1.9rem;
		width: 1.10526em
}

.icon-catalog {
		font-size: 3.2rem;
		width: 1em
}

.icon-catalog-remove, .icon-catalog-remove-grey {
		font-size: 1.8rem;
		width: 1em
}

.icon-check {
		font-size: 1rem;
		width: 1.2em
}

.icon-chevron, .icon-chevron-white {
		font-size: 1.4rem;
		width: .64286em
}

.icon-city {
		font-size: 2rem;
		width: .75em
}

.icon-compare {
		font-size: 1.6rem;
		width: 1.125em
}

.icon-cross, .icon-cross-white {
		font-size: 2.1rem;
		width: 1em
}

.icon-date {
		font-size: 2.6rem;
		width: 1.07692em
}

.icon-delet {
		font-size: 1.9rem;
		width: .84211em
}

.icon-discount {
		font-size: 5.5rem;
		width: 1.03636em
}

.icon-drying-machines {
		font-size: 3.2rem;
		width: .96875em
}

.icon-exit {
		font-size: 2rem;
		width: .95em
}

.icon-favorites {
		font-size: 1.8rem;
		width: 1.16667em
}

.icon-file {
		font-size: 2.8rem;
		width: .85714em
}

.icon-filter-arrow {
		font-size: .6rem;
		width: 1.5em
}

.icon-form-error {
		font-size: 1.4rem;
		width: .21429em
}

.icon-gift {
		font-size: 6.1rem;
		width: 1.09836em
}

.icon-gift-2 {
		font-size: 2.3rem;
		width: 1.04348em
}

.icon-increment {
		font-size: 1rem;
		width: 1.4em
}

.icon-like {
		font-size: 1.4rem;
		width: 1.14286em
}

.icon-link {
		font-size: 1.1rem;
		width: .90909em
}

.icon-menu {
		font-size: 1.9rem;
		width: 1.10526em
}

.icon-news {
		font-size: 3.2rem;
		width: 1em
}

.icon-no-product {
		font-size: 26.5rem;
		width: .83019em
}

.icon-pack-check {
		font-size: 1.6rem;
		width: 1.0625em
}

.icon-pack-info {
		font-size: 3.2rem;
		width: 1em
}

.icon-pay-1 {
		font-size: 3.1rem;
		width: .96774em
}

.icon-pay-2 {
		font-size: 2rem;
		width: 1.5em
}

.icon-pay-3 {
		font-size: 3rem;
		width: 1em
}

.icon-play {
		font-size: 1.5rem;
		width: .66667em
}

.icon-print {
		font-size: 2.1rem;
		width: .95238em
}

.icon-product-props {
		font-size: 2.6rem;
		width: 3.07692em
}

.icon-promo {
		font-size: 13.1rem;
		width: 1.22137em
}

.icon-promo-adv-1 {
		font-size: 4.6rem;
		width: 1.02174em
}

.icon-promo-adv-2 {
		font-size: 4.6rem;
		width: 1em
}

.icon-promo-adv-3 {
		font-size: 5rem;
		width: 1em
}

.icon-promo-adv-4 {
		font-size: 3.6rem;
		width: 1.19444em
}

.icon-promo-adv-5 {
		font-size: 4.2rem;
		width: 1.09524em
}

.icon-promo-adv-round {
		font-size: 8.4rem;
		width: 1em
}

.icon-promo-logo {
		font-size: 3.8rem;
		width: 5.26316em
}

.icon-prop1 {
		font-size: 5.8rem;
		width: 1em
}

.icon-prop2, .icon-prop3 {
		font-size: 5.2rem;
		width: 1.01923em
}

.icon-prop4 {
		font-size: 4.5rem;
		width: 1.02222em
}

.icon-properties {
		font-size: 2.3rem;
		width: .95652em
}

.icon-properties-2 {
		font-size: 2.2rem;
		width: 1em
}

.icon-qwerty {
		font-size: 5.7rem;
		width: .78947em
}

.icon-remove {
		font-size: 1.4rem;
		width: 1em
}

.icon-sale {
		font-size: 8.5rem;
		width: 1.4em
}

.icon-search {
		font-size: 1.9rem;
		width: 1em
}

.icon-soc-fb, .icon-soc-g, .icon-soc-in, .icon-soc-inst, .icon-soc-inst-2, .icon-soc-mr, .icon-soc-odn, .icon-soc-skype, .icon-soc-tw, .icon-soc-vk, .icon-soc-yd, .icon-soc-yt {
		font-size: 3.2rem;
		width: 1em
}

.icon-star-type {
		font-size: 1rem;
		width: 1em
}

.icon-tab-advantages-1 {
		font-size: 1.5rem;
		width: .93333em
}

.icon-test {
		font-size: 3.6rem;
		width: 1em
}

.icon-time {
		font-size: 2.8rem;
		width: 1em
}

.icon-user {
		font-size: 2rem;
		width: 1em
}

.icon-view-1, .icon-view-2 {
		font-size: 2.4rem;
		width: 1em
}

.icon-view-list, .icon-view-list_active, .icon-view-list_hover, .icon-view-table, .icon-view-table_active, .icon-view-table_hover {
		font-size: 3.2rem;
		width: 1em
}

.icon-washing-machines {
		font-size: 3.2rem;
		width: .96875em
}

.icon-сookie {
		font-size: 4rem;
		width: 1em
}

.owl-carousel {
		display: none;
		width: 100%;
		-webkit-tap-highlight-color: transparent;
		position: relative;
		z-index: 1
}

.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
}

.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
		display: block;
		width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
}

.next-arrow, .owl-carousel.owl-drag .owl-item, .prev-arrow {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit
}

.owl-carousel.owl-loaded {
		display: block
}

.owl-carousel.owl-loading {
		opacity: 0;
		display: block
}

.owl-carousel.owl-hidden {
		opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
		visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		user-select: none
}

.owl-carousel.owl-grab {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab
}

.owl-carousel.owl-rtl {
		direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
		float: right
}

.no-js .owl-carousel {
		display: block
}

.owl-carousel .animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
		z-index: 0
}

.owl-carousel .owl-animated-out {
		z-index: 1
}

.owl-carousel .fadeOut {
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
		0% {
				opacity: 1
		}
		100% {
				opacity: 0
		}
}

@keyframes fadeOut {
		0% {
				opacity: 1
		}
		100% {
				opacity: 0
		}
}

.owl-height {
		-webkit-transition: height .5s ease-in-out;
		transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
		max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000
}

.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url(images/required/owl.video.play.png) no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform .1s ease;
		transition: -webkit-transform .1s ease;
		transition: transform .1s ease;
		transition: transform .1s ease, -webkit-transform .1s ease
}

.catalog-banner__src, .catalog-sections__bg, .catalog-sort__selected:after, .owl-carousel .owl-video-tn, .product__colors-circle, .slider-banners__image, .slider-banners__image_mobile {
		background-position: center center
}

.owl-carousel .owl-video-play-icon:hover {
		-webkit-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3)
}

.irs-line, .irs-slider, .lg-actions .lg-next, .lg-actions .lg-prev {
		-webkit-transform: translateY(-50%)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
		display: none
}

.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%
}

/*! lightgallery - v1.6.9 - 2018-04-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
		font-family: lg;
		src: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/fonts/lg.eot?n1z373);
		src: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/fonts/lg.eot#iefixn1z373) format("embedded-opentype"), url(/web/20240519005607im_/https://shop.miele.kz/local/templates/fonts/lg.woff?n1z373) format("woff"), url(/web/20240519005607im_/https://shop.miele.kz/local/templates/fonts/lg.ttf?n1z373) format("truetype"), url(/web/20240519005607im_/https://shop.miele.kz/local/templates/fonts/lg.svg?n1z373#lg) format("svg");
		font-weight: 400;
		font-style: normal
}

.lg-icon {
		font-family: lg;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
		background-color: rgba(0, 0, 0, 0);
		border-radius: 2px;
		color: #999;
		cursor: pointer;
		display: block;
		font-size: 22px;
		position: absolute;
		top: 50%;
		z-index: 1080;
		transform: translateY(-50%);
		border: none;
		outline: 0;
		width: 50px;
		height: 50px;
		padding: 0 !important;
		margin: 0 !important
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
		pointer-events: none;
		opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
		color: #FFF
}

.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:before {
		opacity: 1
}

.lg-actions .lg-next {
		right: 24px
}

.lg-actions .lg-next:before {
		content: "";
		display: none;
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		opacity: .5;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out
}

.lg-actions .lg-prev {
		left: 24px
}

.lg-actions .lg-prev:hover:after {
		opacity: 1
}

.lg-actions .lg-prev:after {
		content: '';
		display: inline-block;
		background-image: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/images/svg/chevron15.svg);
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		opacity: .5;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

@-webkit-keyframes lg-right-end {
		0%, 100% {
				left: 0
		}
		50% {
				left: -30px
		}
}

@keyframes lg-right-end {
		0%, 100% {
				left: 0
		}
		50% {
				left: -30px
		}
}

@-webkit-keyframes lg-left-end {
		0%, 100% {
				left: 0
		}
		50% {
				left: 30px
		}
}

@keyframes lg-left-end {
		0%, 100% {
				left: 0
		}
		50% {
				left: 30px
		}
}

.lg-outer.lg-right-end .lg-object {
		-webkit-animation: lg-right-end .3s;
		animation: lg-right-end .3s;
		position: relative
}

.lg-outer.lg-left-end .lg-object {
		-webkit-animation: lg-left-end .3s;
		animation: lg-left-end .3s;
		position: relative
}

.lg-toolbar {
		z-index: 1082;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
}

.lg-toolbar .lg-icon {
		color: #999;
		cursor: pointer;
		float: right;
		font-size: 24px;
		height: 47px;
		line-height: 27px;
		padding: 10px 0;
		text-align: center;
		width: 50px;
		text-decoration: none !important;
		outline: 0;
		-webkit-transition: color .2s linear;
		transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
		color: #FFF
}

.lg-toolbar .lg-close {
		width: 50px;
		height: 50px;
		background-color: #000;
		border-radius: 50%;
		top: 24px;
		right: 24px;
		position: absolute;
		opacity: .5;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.lg-next, .lg-prev, .lg-toolbar, .lg-toolbar .lg-close:hover {
		opacity: 1
}

.lg-toolbar .lg-close:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url(images/required/svg/cross-white.svg);
		background-size: 100% 100%;
		width: 20px;
		height: 20px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

#lg-counter, .lg-download, .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
		display: none
}

.lg-toolbar .lg-download:after {
		content: "\e0f2"
}

.lg-sub-html {
		background-color: rgba(0, 0, 0, .45);
		bottom: 0;
		color: #EEE;
		font-size: 16px;
		left: 0;
		padding: 10px 40px;
		position: fixed;
		right: 0;
		text-align: center;
		z-index: 1080
}

.lg-sub-html h4 {
		margin: 0;
		font-size: 13px;
		font-weight: 700
}

.lg-sub-html p {
		font-size: 12px;
		margin: 5px 0 0
}

#lg-counter {
		color: #999;
		font-size: 16px;
		padding-left: 20px;
		padding-top: 12px;
		vertical-align: middle
}

.lg-toolbar {
		background-color: transparent !important
}

.lg-hide-items .lg-prev {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		opacity: 0;
		-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
		-webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
		transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
		transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
		transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1
}

.lg-outer .lg-thumb-outer {
		background-color: #0D0A0A;
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 1080;
		max-height: 350px;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
		transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
		transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
		transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
		cursor: -webkit-grab;
		cursor: -o-grab;
		cursor: -ms-grab;
		cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
		cursor: move;
		cursor: -webkit-grabbing;
		cursor: -o-grabbing;
		cursor: -ms-grabbing;
		cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
		-webkit-transition-duration: 0s !important;
		transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
		padding: 10px 0;
		height: 100%;
		margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
		cursor: pointer;
		float: left;
		overflow: hidden;
		height: 100%;
		border: 2px solid #FFF;
		border-radius: 4px;
		margin-bottom: 5px
}

@media (min-width: 1025px) {
		.lg-outer .lg-thumb-item {
				-webkit-transition: border-color .25s ease;
				transition: border-color .25s ease
		}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
		border-color: #a90707
}

.lg-outer .lg-thumb-item img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
		padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
		padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
		-webkit-transition: bottom .25s ease;
		transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
		bottom: 100px
}

.lg-outer .lg-toogle-thumb {
		background-color: #0D0A0A;
		border-radius: 2px 2px 0 0;
		color: #999;
		cursor: pointer;
		font-size: 24px;
		height: 39px;
		line-height: 27px;
		padding: 5px 0;
		position: absolute;
		right: 20px;
		text-align: center;
		top: -39px;
		width: 50px
}

.lg-outer .lg-toogle-thumb:after {
		content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
		color: #FFF
}

.lg-outer .lg-video-cont {
		display: inline-block;
		vertical-align: middle;
		max-width: 1140px;
		max-height: 100%;
		width: 100%;
		padding: 0 5px
}

.lg-outer .lg-video {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		position: relative
}

.lg-outer .lg-video .lg-object {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
		width: 84px;
		height: 59px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -42px;
		margin-top: -30px;
		z-index: 1080;
		cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
		-webkit-overflow-scrolling: touch;
		overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
		background: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
		background: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
		background: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/img/video-play.png) no-repeat;
		height: 64px;
		margin-left: -32px;
		margin-top: -32px;
		width: 64px;
		opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
		opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
		background: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
		background: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0
}

.lg-outer .lg-has-video .lg-video-object {
		visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
		visibility: visible
}

.lg-progress-bar {
		background-color: #333;
		height: 5px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1083;
		opacity: 0;
		-webkit-transition: opacity 80ms ease 0s;
		transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
		background-color: #a90707;
		height: 5px;
		width: 0
}

.lg-progress-bar.lg-start .lg-progress {
		width: 100%
}

.lg-show-autoplay .lg-progress-bar {
		opacity: 1
}

.lg-autoplay-button:after {
		content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
		content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition-duration: 0s;
		transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
		transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
		transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
		transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
		transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
		-webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
		transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
		transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
		transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

#lg-zoom-in:after {
		content: "\e311"
}

#lg-actual-size {
		font-size: 20px
}

#lg-actual-size:after {
		content: "\e033"
}

#lg-zoom-out {
		opacity: .5;
		pointer-events: none
}

#lg-zoom-out:after {
		content: "\e312"
}

.lg-zoomed #lg-zoom-out {
		opacity: 1;
		pointer-events: auto
}

.lg-outer .lg-pager-outer {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		z-index: 1080;
		height: 70px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: rgba(255, 255, 255, .9)
}

@media (max-width: 767.98px) {
		.lg-outer .lg-pager-outer {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start
		}
}

.lg-outer .lg-pager-cont {
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		position: relative;
		vertical-align: top;
		margin: 0 4px;
		min-width: 16px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
		display: none;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
		background-color: #494949
}

.lg-outer .lg-pager-thumb-cont {
		background-color: #fff;
		color: #FFF;
		bottom: 100%;
		height: 83px;
		left: 0;
		margin-bottom: 20px;
		margin-left: -60px;
		opacity: 0;
		padding: 5px;
		position: absolute;
		width: 120px;
		border-radius: 3px;
		-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
		transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
		transition: opacity .15s ease 0s, transform .15s ease 0s;
		transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
		width: 100%;
		height: 100%
}

.lg-outer .lg-pager {
		display: block;
		min-width: 16px;
		width: 16px;
		height: 4px;
		background-color: #B0B0B0
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
		background-color: #F5990F
}

.lg-outer .lg-caret {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px dashed;
		bottom: -10px;
		display: inline-block;
		height: 0;
		left: 50%;
		margin-left: -5px;
		position: absolute;
		vertical-align: middle;
		width: 0
}

.lg-fullscreen:after {
		content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
		content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
		background-color: rgba(0, 0, 0, .25);
		bottom: 0;
		cursor: default;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1081;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
		transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
		color: #FFF
}

.lg-outer .lg-dropdown {
		background-color: #fff;
		border-radius: 2px;
		font-size: 14px;
		list-style-type: none;
		margin: 0;
		padding: 10px 0;
		position: absolute;
		right: 0;
		text-align: left;
		top: 50px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
		-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
		-webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
		transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
		transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
		transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
		content: "";
		display: block;
		height: 0;
		width: 0;
		position: absolute;
		border: 8px solid transparent;
		border-bottom-color: #FFF;
		right: 16px;
		top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
		margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
		color: #333
}

.lg-outer .lg-dropdown a {
		color: #333;
		display: block;
		white-space: pre;
		padding: 4px 12px;
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
		background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
		display: inline-block;
		line-height: 1;
		margin-top: -3px;
		vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
		color: #333;
		display: inline-block;
		float: none;
		font-size: 20px;
		height: auto;
		line-height: 1;
		margin-right: 8px;
		padding: 0;
		vertical-align: middle;
		width: auto
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
		height: 100%;
		width: 100%
}

.lg-outer #lg-share {
		position: relative
}

.lg-outer #lg-share:after {
		content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
		color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
		content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
		color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
		content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
		color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
		content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
		color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
		content: "\e903"
}

.lg-group:after {
		content: "";
		display: table;
		clear: both
}

.lg-outer {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1050;
		text-align: left;
		opacity: 0;
		-webkit-transition: opacity .15s ease 0s;
		transition: opacity .15s ease 0s
}

.lg-outer * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
}

.lg-outer.lg-visible {
		opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
		-webkit-transition-duration: inherit !important;
		transition-duration: inherit !important;
		-webkit-transition-timing-function: inherit !important;
		transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
		-webkit-transition-duration: 0s !important;
		transition-duration: 0s !important;
		opacity: 1
}

.lg-outer.lg-grab img.lg-object {
		cursor: -webkit-grab;
		cursor: -o-grab;
		cursor: -ms-grab;
		cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
		cursor: move;
		cursor: -webkit-grabbing;
		cursor: -o-grabbing;
		cursor: -ms-grabbing;
		cursor: grabbing
}

.lg-outer .lg {
		position: relative;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		max-height: 100%
}

.lg-outer .lg-inner {
		position: absolute;
		left: 0;
		top: 0;
		white-space: nowrap
}

.lg-outer .lg-item {
		background: url(/web/20240519005607im_/https://shop.miele.kz/local/templates/img/loading.gif) center center no-repeat;
		display: none !important
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
		display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
		display: inline-block;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
		content: "";
		display: inline-block;
		height: 50%;
		width: 1px;
		margin-right: -1px
}

.lg-outer .lg-img-wrap {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0
}

.lg-outer .lg-item.lg-complete {
		background-image: none
}

.lg-outer .lg-item.lg-current {
		z-index: 1060
}

.lg-outer .lg-image {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		max-height: 100%;
		width: auto !important;
		height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
		opacity: 0;
		-webkit-transition: opacity .15s ease 0s;
		transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
		opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
		display: none
}

.lg-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1040;
		background-color: #fff;
		opacity: 0;
		-webkit-transition: opacity .15s ease 0s;
		transition: opacity .15s ease 0s
}

.lg-backdrop.in {
		opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
		-webkit-transition: none 0s ease 0s !important;
		transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
		opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
		opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
		-webkit-transition: opacity .1s ease 0s;
		transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
		opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
		-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
		-webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
		transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
		transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
		transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
		opacity: 0;
		position: absolute;
		left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
		left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
		left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
		left: 0;
		opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
		-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
		transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.next-arrow, .prev-arrow {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 50px;
		height: 50px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000;
		border-radius: 50%;
		border: none;
		outline: 0;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: .5
}

.header__action, .irs, .irs-line {
		position: relative
}

.catalog-filter__more, .catalog__sections-more, .irs {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none
}

.next-arrow:hover, .prev-arrow:hover {
		opacity: 1
}

.next-arrow .icon, .prev-arrow .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.next-arrow {
		margin-left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: auto;
		right: 0
}

.next-arrow .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

@media (max-width: 767.98px) {
		.lg-hide-items .lg-toolbar {
				opacity: 1 !important
		}

		.lg-actions {
				display: none !important
		}

		.lg-outer .lg-pager-outer {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}
}

.irs-with-grid {
		height: 75px
}

.irs-line {
		background: #EEE;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #DDD), color-stop(150%, #FFF));
		background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
		border: 1px solid #CCC;
		border-radius: 16px;
		-moz-border-radius: 16px;
		display: block;
		overflow: hidden;
		outline: 0 !important
}

.irs-line-left, .irs-line-mid, .irs-line-right {
		height: 8px
}

.irs-bar-edge {
		height: 10px;
		width: 14px;
		border: 1px solid #428bca;
		border-right: 0;
		background: #428bca;
		background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8));
		background: linear-gradient(to top, #428bca 0, #7fc3e8 100%);
		border-radius: 16px 0 0 16px;
		-moz-border-radius: 16px 0 0 16px
}

.irs-shadow {
		height: 2px;
		top: 38px;
		background: #000;
		opacity: .3;
		border-radius: 5px;
		-moz-border-radius: 5px
}

.lt-ie9 .irs-shadow {
		filter: alpha(opacity=30)
}

.irs-slider {
		border-radius: 27px;
		-moz-border-radius: 27px;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.irs-max, .irs-min {
		color: #333;
		font-size: 12px;
		line-height: 1.333;
		text-shadow: none;
		top: 0;
		padding: 1px 5px;
		background: rgba(0, 0, 0, .1);
		border-radius: 3px;
		-moz-border-radius: 3px
}

.lt-ie9 .irs-max, .lt-ie9 .irs-min {
		background: #ccc
}

.irs-from, .irs-single, .irs-to {
		color: #fff;
		font-size: 14px;
		line-height: 1.333;
		text-shadow: none;
		padding: 1px 5px;
		background: #428bca;
		border-radius: 3px;
		-moz-border-radius: 3px
}

.irs-grid-pol.small, .lt-ie9 .irs-from, .lt-ie9 .irs-single, .lt-ie9 .irs-to {
		background: #999
}

.irs {
		display: block;
		-webkit-touch-callout: none;
		user-select: none
}

.irs-line-left, .irs-line-mid, .irs-line-right {
		position: absolute;
		display: block;
		top: 0
}

.irs-line-left {
		left: 0;
		width: 11%
}

.irs-line-mid {
		left: 9%;
		width: 82%
}

.irs-line-right {
		right: 0;
		width: 11%
}

.irs-bar {
		position: absolute;
		display: block;
		left: 0;
		width: 0
}

.irs-bar-edge {
		position: absolute;
		display: block;
		top: 0;
		left: 0
}

.irs-shadow {
		position: absolute;
		display: none;
		left: 0;
		width: 0
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
		display: block;
		position: absolute;
		cursor: default
}

.irs-slider {
		z-index: 1
}

.irs-slider.type_last {
		z-index: 2
}

.irs-min {
		left: 0
}

.irs-max {
		right: 0
}

.irs-from, .irs-single, .irs-to {
		top: 0;
		left: 0;
		white-space: nowrap
}

.irs-grid {
		position: absolute;
		display: none;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20px
}

.irs-with-grid .irs-grid {
		display: block
}

.irs-grid-pol {
		opacity: .5;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 8px;
		background: #000
}

.irs-grid-pol.small {
		height: 4px
}

.irs-grid-text {
		position: absolute;
		bottom: 0;
		left: 0;
		white-space: nowrap;
		text-align: center;
		font-size: 9px;
		line-height: 9px;
		padding: 0 3px;
		color: #000
}

.irs-disable-mask {
		position: absolute;
		display: block;
		top: 0;
		left: -1%;
		width: 102%;
		height: 100%;
		cursor: default;
		background: rgba(0, 0, 0, 0);
		z-index: 2
}

.irs-disabled {
		opacity: .4
}

.lt-ie9 .irs-disabled {
		filter: alpha(opacity=40)
}

.irs-hidden-input {
		position: absolute !important;
		display: block !important;
		top: 0 !important;
		left: 0 !important;
		width: 0 !important;
		height: 0 !important;
		font-size: 0 !important;
		line-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		outline: 0 !important;
		z-index: -9999 !important;
		background: 0 0 !important;
		border-style: solid !important;
		border-color: transparent !important
}

.irs {
		height: 16px;
		margin-bottom: 16px
}

.irs-slider {
		border: none !important;
		width: 16px;
		height: 16px;
		background: #494949;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform .15s ease-out;
		transition: -webkit-transform .15s ease-out;
		transition: transform .15s ease-out;
		transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.irs-slider.state_hover, .irs-slider:hover {
		background: #494949;
		-webkit-transform: translateY(-50%) scale(1.15);
		transform: translateY(-50%) scale(1.15)
}

.catalog-filter__more i:after, .catalog-filter__more i:before, .catalog__sections-more i:after, .catalog__sections-more i:before, .irs-slider:after, .product__props-more-icon:after, .product__props-more-icon:before {
		-webkit-transform: translate(-50%, -50%);
		content: ''
}

.irs-slider:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 32px;
		height: 32px;
		transform: translate(-50%, -50%)
}

.irs-bar, .irs-line {
		height: 2px;
		top: 50%
}

.irs-line {
		background-color: #1F1F1F;
		transform: translateY(-50%)
}

.irs-bar {
		background: #8C0014;
		border: none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
}

.header {
		position: fixed;
		background-color: rgba(31, 31, 31, .6);
		color: #fff;
		display: flex;
		top: 0;
		left: 0;
		right: 0;
		z-index: 17
}

.header__left, .header__row {
		display: -webkit-box;
		display: -ms-flexbox
}

.header__container {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px
}

.header__row {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 60px
}

.header__center, .header__left {
		-ms-flex-preferred-size: 33.333%
}

.header__left {
		flex-basis: 33.333%;
		max-width: 33.333%;
		min-width: 33.333%;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%
}

.header__center, .header__right {
		max-width: 33.333%;
		min-width: 33.333%;
		display: -webkit-box;
		display: -ms-flexbox
}

.header__center {
		flex-basis: 33.333%;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.header__right {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
}

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

.header__action {
		margin-left: 30px;
		cursor: pointer
}

.header__action-count {
		position: absolute;
		bottom: -6px;
		right: 0;
		width: 18px;
		height: 18px;
		color: #fff;
		background-color: #8C0014;
		font-size: 11px;
		border-radius: 50%;
		text-align: center;
		line-height: 18px;
		-webkit-transform: translateX(35%);
		transform: translateX(35%);
		display: none
}

.header__action-icon .icon {
		width: 22px;
		height: 22px;
		fill: #fff
}

.header__action-icon .icon-favorites {
		width: 21px;
		height: 18px
}

.header__action-icon .icon-compare {
		width: 22px;
		height: 18px
}

.header__action-icon .icon-cart {
		height: 19px;
		width: 21px
}

.header__action-icon .icon-search {
		height: 18px;
		width: 18px
}

@media (max-width: 767.98px) {
		.header__action--mobile-hide {
				display: none
		}
}

.header__menu {
		cursor: pointer;
		margin-right: 40px
}

.header__menu .icon {
		width: 21px;
		height: 19px;
		fill: #fff
}

.header__phone {
		font-weight: 800;
		color: #fff;
		text-decoration: none
}

.header__phone a {
		color: #fff;
		text-decoration: none
}

.header__logo {
		display: block;
		height: 60px
}

.header__logo img {
		height: 100%
}

@media (max-width: 767.98px) {
		.header__center, .header__left, .header__right {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%
		}

		.header__menu {
				margin-right: 0
		}

		.header__container {
				padding-left: 16px;
				padding-right: 16px
		}

		.header__phone {
				display: none
		}

		.footer__copyright-container {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}
}

@media screen and (max-width: 374px) {
		.header, .header__logo, .header__row {
				height: 40px
		}
}

.footer {
		border-top: 1px solid #757575;
		margin-top: auto
}

.footer__info {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #555
}

.footer__section-toggle {
		color: #fff;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px
}

@media (min-width: 768px) {
		.footer__section-content {
				display: block !important
		}
}

.footer__section-link {
		color: #fff;
		text-decoration: none;
		display: block;
		line-height: 32px
}

.footer__phone {
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		line-height: 30px
}

.footer__phone a {
		color: #fff;
		text-decoration: none
}

.footer__address {
		color: #f0f0f0;
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px
}

.footer__copyright {
		background-color: #fff
}

.footer__copyright-container {
		padding: 25px 16px
}

.footer__copyright-title {
		color: #6B6B6B;
		line-height: 18px
}

@media (max-width: 767.98px) {
		.footer__copyright-title {
				width: 100%;
				margin-bottom: 8px
		}
}

@media (min-width: 1024px) {
		.footer__copyright-container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				max-width: 1440px;
				padding-left: 64px;
				padding-right: 64px;
				margin-left: auto;
				margin-right: auto
		}

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

		.footer__copyright-title {
				margin-right: 70px
		}
}

.footer__copyright-link {
		color: #8C0014;
		line-height: 18px
}

@media (min-width: 768px) and (max-width: 1439.98px) {
		.footer__section--first {
				margin-bottom: 40px
		}
}

@media (max-width: 767.98px) {
		.footer__section {
				margin-top: -1px;
				border-bottom: 1px solid #979797;
				-webkit-transition: .15s ease-out;
				transition: .15s ease-out
		}

		.footer__section--first {
				border-top: 1px solid #979797
		}

		.footer__section--first.open {
				border-top: 1px solid rgba(151, 151, 151, 0)
		}

		.footer__section--last {
				margin-bottom: 40px
		}

		.footer__section.open .footer__section-toggle {
				-webkit-transition: .15s ease-out;
				transition: .15s ease-out;
				background-color: #6B6B6B;
				margin-left: -16px;
				margin-right: -16px;
				padding-left: 16px;
				padding-right: 16px
		}

		.footer__section.open .footer__section-toggle:after {
				right: 16px
		}

		.footer__section.open .footer__section-toggle:before {
				opacity: 0
		}

		.footer__section-toggle {
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				cursor: pointer;
				position: relative;
				padding-top: 14px;
				padding-bottom: 14px;
				margin-bottom: 0
		}

		.footer__section-toggle:after, .footer__section-toggle:before {
				content: '';
				position: absolute;
				background-color: #B0B0B0;
				right: 0;
				top: 50%
		}

		.footer__section-toggle:before {
				width: 2px;
				height: 16px;
				-webkit-transform: translate(-7px, -7px);
				transform: translate(-7px, -7px)
		}

		.footer__section-toggle:after {
				width: 16px;
				height: 2px
		}

		.footer__section-content {
				display: none;
				padding-top: 15px;
				padding-bottom: 20px
		}
}

.modal, .modal__load {
		height: 100%;
		top: 0;
		left: 0
}

@-webkit-keyframes show-modal {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

@keyframes show-modal {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

.base-form__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.modal {
		position: fixed;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		z-index: 32;
		background-color: #fff;
		display: none;
		-webkit-animation: show-modal .15s ease-out;
		animation: show-modal .15s ease-out
}

.modal.show {
		display: block
}

.modal__controls {
		padding-left: 88px;
		padding-right: 88px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.modal__controls--center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.modal__controls .button {
		width: 192px;
		padding-left: 0;
		padding-right: 0
}

@media (max-width: 767.98px) {
		.modal__controls {
				padding-left: 0;
				padding-right: 0;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.modal__controls .button {
				width: 100%;
				margin-bottom: 24px
		}

		.modal__controls .button:last-child {
				margin-bottom: 0
		}
}

.modal__load {
		position: absolute;
		width: 100%;
		z-index: 5;
		background-color: rgba(236, 236, 236, .8);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.modal .cart-item__kit-title:before {
		left: 0;
		right: 0
}

.modal--popup {
		background-color: rgba(31, 31, 31, .7)
}

.modal--popup .form {
		width: 100%;
		padding: 0;
		max-width: 417px;
		margin-bottom: 24px
}

.modal--popup .form .city-search__wrapper {
		margin-top: 0
}

.modal--popup .modal__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.modal--popup .modal__content {
		position: relative;
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0 rgba(0, 0, 0, .19);
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0 rgba(0, 0, 0, .19);
		-webkit-box-flex: inherit;
		-ms-flex-positive: inherit;
		flex-grow: inherit;
		background-color: #fff;
		padding: 48px 24px 54px
}

.modal--popup .modal__content p {
		text-align: center
}

.modal--popup .modal__close {
		position: absolute;
		top: 16px;
		right: 16px
}

.modal--popup .modal__container {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center
}

.modal--popup .modal__container .button {
		min-width: 185px;
		margin-left: 12px;
		margin-right: 12px
}

@media (max-width: 767.98px) {
		.modal--popup .modal__content {
				padding-left: 16px;
				padding-right: 16px
		}

		.modal--popup .modal__container {
				padding-left: 0;
				padding-right: 0
		}

		.modal--popup .modal__container .button {
				margin-left: 0;
				margin-right: 0;
				margin-bottom: 16px;
				width: 100%
		}

		.modal--popup .modal__container .button:last-child {
				margin-bottom: 0
		}
}

.modal__close {
		cursor: pointer;
		position: fixed;
		right: 24px;
		top: 24px;
		z-index: 21
}

.modal__close .icon {
		width: 21px;
		height: 21px;
		color: #494949
}

@media (max-width: 767.98px) {
		.modal__close {
				right: 15px;
				top: 14px;
				background-color: #fff;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}

		.modal__reg .form-error {
				margin-top: 40px
		}
}

.modal__reg, .modal__wrapper {
		display: -webkit-box;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical
}

.modal__top-left {
		position: absolute;
		left: 24px;
		top: 24px;
		line-height: 24px
}

.modal__container {
		width: 100%;
		margin-bottom: 80px;
		padding-left: 16px;
		padding-right: 16px
}

.modal__reg {
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px
}

.modal__reg .form {
		width: 100%;
		max-width: 417px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0
}

.modal__text {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		padding: 0;
		margin: 0
}

.modal__text--center {
		text-align: center;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
}

.modal__auth, .slider-mobile__row {
		margin-left: -16px;
		margin-right: -16px
}

.modal__text--full {
		max-width: 100%
}

.modal__auth {
		width: 100%
}

.modal__content, .modal__content--auth {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
}

.modal__auth .form {
		padding-left: 16px;
		padding-right: 16px
}

.modal__auth .form__controls {
		margin-top: 7px;
		margin-bottom: 48px
}

.modal__auth .form__input {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.modal__auth .form__input:hover {
		border-bottom: 2px solid #1F1F1F
}

.modal__wrapper {
		min-height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
}

.modal__content, .social__selected {
		display: -webkit-box;
		display: -ms-flexbox
}

.modal__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: auto;
		background-color: #ECECEC;
		padding: 22px 16px 32px
}

.modal__title {
		color: #1F1F1F;
    font-family: "MieleElementsOffice", Verdana, sans-serif;
/*		font-family: "Helvetica Neue";*/
		font-size: 36px;
		font-weight: 100;
		line-height: 44px;
		text-align: center;
		margin-bottom: 32px;
		max-width: 100%
}

.modal__title--medium {
		margin-bottom: 0;
		font-size: 32px;
		line-height: 48px
}

.modal__title--small {
		line-height: 28px;
		font-size: 24px;
		margin-bottom: 20px
}

.modal__content {
		overflow: hidden;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-top: 136px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 640px
}

.modal__content--auth {
		padding-bottom: 40px
}

.modal__content--auth .form-error {
		max-width: calc(100% - 32px)
}

@media (max-width: 767.98px) {
		.modal__title {
				line-height: 32px;
				font-size: 28px;
				margin-bottom: 0
		}

		.modal__title--small {
				margin-bottom: 16px
		}

		.modal__title--medium {
				font-size: 24px;
				line-height: 48px
		}

		.modal__content {
				padding-top: 80px
		}

		.modal__content--auth {
				padding-bottom: 32px
		}

		.modal__content .form-error {
				margin-top: 40px
		}
}

.modal__content > * {
		max-width: 100%
}

.social-wrapper {
		background-color: #DDD;
		padding-top: 22px;
		padding-bottom: 32px
}

.social {
		text-align: center
}

.social--left .social__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
		margin-left: -8px;
		margin-right: -8px
}

.social--white .social__item {
		background-color: #555
}

.social--white .social__item-icon .icon {
		fill: #fff
}

.social--white .social__item:hover {
		-webkit-box-shadow: inset 0 0 0 3px #701;
		box-shadow: inset 0 0 0 3px #701;
		background-color: #fff
}

.social__selected {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 22px;
		border-bottom: 2px solid rgba(31, 31, 31, .1);
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.social__selected .social__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		background-color: transparent;
		cursor: pointer;
		margin-bottom: 16px;
		margin-left: 16px;
		margin-right: 16px;
		border-radius: 0
}

.social__selected .social__item-icon {
		border-radius: 50%;
		background-color: #fff;
		width: 32px
}

.social__selected .social__item-icon .icon {
		fill: #701
}

.social__selected .social__item-title {
		color: #494949;
		margin-left: 8px;
		margin-right: 6px;
		font-size: 14px
}

.social__selected .social__item-close {
		width: 14px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
		background-image: url(images/required/svg/remove.svg);
		background-size: 100% 100%
}

.modal-props__header, .social__list {
		display: -webkit-box;
		display: -ms-flexbox
}

.social__title {
		color: #1F1F1F;
		font-size: 18px;
		line-height: 29px
}

.social__error, .social__success, .social__text {
		font-size: 14px;
		color: #6B6B6B;
		line-height: 24px;
		margin-bottom: 16px
}

.social__error {
		color: #F50F0F
}

.social__success {
		color: #3AAA35
}

.social__list {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.social__item {
		border-radius: 50%;
		overflow: hidden;
		margin-left: 8px;
		margin-right: 8px;
		width: 32px;
		height: 32px;
		background-color: #fff
}

.social__item-icon .icon {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		fill: #494949;
		width: 32px;
		height: 32px
}

.social__item:hover .social__item-icon .icon {
		fill: #701
}

@media (max-width: 767.98px) {
		.social__item {
				margin-bottom: 16px
		}
}

.modal-props {
		background-color: #ECECEC;
		padding: 12px 16px;
		max-width: 417px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px
}

.modal-props__header {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 8px
}

.catalog__load, .modal-props__item {
		display: -webkit-box;
		display: -ms-flexbox
}

.modal-props__title {
		margin-right: auto
}

.modal-props__title, .modal-props__value {
		color: #1F1F1F;
		font-size: 14px;
		font-weight: 300;
		line-height: 17px
}

.modal-props__item {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		color: #6B6B6B;
		font-size: 14px;
		font-weight: 300;
		line-height: 20px;
		position: relative
}

.modal-props__item:before {
		content: '';
		position: absolute;
		bottom: 4px;
		left: 0;
		right: 0;
		border-bottom: 1px dotted #C8C8C8
}

.modal-props__item span {
		position: relative;
		z-index: 1;
		background-color: #ECECEC
}

.modal-props__item-title {
		margin-right: auto;
		max-width: 70%
}

.modal-props__item-value {
		text-align: right
}

.catalog {
		position: relative
}

.catalog__load {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 5;
		background-color: rgba(236, 236, 236, .8)
}

.catalog__header, .catalog__header-right {
		display: -webkit-box;
		display: -ms-flexbox
}

.catalog__title {
		color: #1F1F1F;
		font-size: 24px;
		font-weight: 100;
		line-height: 28px
}

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

.catalog__header-left, .catalog__header-right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
}

.catalog__header-right {
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.catalog__header-right-title {
		margin-left: 48px;
		color: #1F1F1F;
		font-size: 16px;
		line-height: 24px
}

@media (max-width: 767.98px) {
		.catalog__header {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.catalog__header-right {
				margin-top: 16px;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start
		}

		.catalog__header-right-title {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				margin-left: 0;
				text-align: center
		}
}

.catalog__sections {
		margin-bottom: 32px;
		color: #DDD;
		background-color: #6B6B6B
}

.catalog__sections-list {
		padding: 22px 24px 3px
}

.catalog__sections-item {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		margin-bottom: 19px;
		color: #DDD;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 18px
}

.catalog__sections-item--active {
		color: #fff;
		font-weight: 500
}

.catalog__sections-item:hover {
		color: #fff
}

.catalog__sections-icon {
		margin-right: 15px;
		min-width: 31px;
		height: 32px
}

.catalog__sections-icon .icon {
		fill: #fff;
		width: 31px;
		height: 32px
}

.catalog__sections-more {
		cursor: pointer;
		user-select: none;
		margin-bottom: 22px;
		line-height: 18px;
		position: relative;
		border-top: 1px solid #979797;
		text-align: center;
		color: #ddd;
		padding: 14px 16px 17px
}

.catalog__sections-more:hover {
		color: #fff
}

.catalog__sections-more.hide i:after {
		height: 2px
}

.catalog__sections-more i {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		border: 2px solid #ddd;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		margin-left: 8px
}

.catalog__sections-more i:after, .catalog__sections-more i:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 2px;
		background-color: #ddd;
		transform: translate(-50%, -50%);
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.catalog__sections-more i:after {
		height: 10px;
		width: 2px
}

@media (max-width: 767.98px) {
		.catalog__sections-more {
				display: block
		}
}

@media (max-width: 1279.98px) {
		.catalog__sections-list {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start
		}

		.catalog__sections-item {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%;
				padding-right: 32px
		}
}

@media (max-width: 767.98px) {
		.catalog__header {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.catalog__header-left, .catalog__header-right {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				text-align: center
		}

		.catalog__title {
				font-size: 20px;
				font-weight: 100;
				line-height: 24px;
				margin-bottom: 20px
		}

		.catalog__sections-list {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				padding-left: 16px;
				padding-right: 16px
		}

		.catalog__sections-item {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				padding-right: 0
		}
}

.catalog-pagination {
		margin-top: -44px;
		margin-bottom: 80px
}

.catalog-pagination__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.catalog-pagination__item {
		cursor: pointer;
		min-width: 32px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #494949;
		font-size: 16px;
		padding-left: 12px;
		padding-right: 12px;
		text-decoration: none
}

.catalog-pagination__item.active {
		background-color: #8c0014;
		color: #fff !important
}

.catalog-pagination__item:hover {
		color: #701
}

.catalog-pagination__next, .catalog-pagination__prev {
		color: #555;
		text-decoration: none;
		font-size: 18px;
		margin: 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.catalog-pagination__next .icon, .catalog-pagination__prev .icon {
		width: 22px;
		height: 23px;
		fill: #494949
}

.catalog-pagination__next.disabled .icon, .catalog-pagination__prev.disabled .icon {
		fill: #CBCBCB
}

.catalog-pagination__prev .icon {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.catalog-pagination__dots {
		width: 32px;
		color: #1F1F1F;
		line-height: 18px;
		font-size: 16px;
		text-decoration: none;
		text-align: center
}

.catalog-filter {
		margin-bottom: 80px
}

@media (min-width: 1280px) {
		.catalog-filter__modal-clear, .catalog-filter__modal-close, .catalog-filter__modal-controls, .catalog-filter__modal-title {
				display: none !important
		}
}

.catalog-filter__toggle {
		display: none;
		margin-bottom: 48px;
		background-color: #fff;
		cursor: pointer;
		border: 1px solid #B0B0B0;
		padding: 14px 16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.catalog-filter__toggle.active {
		border: 1px solid #701
}

.catalog-filter__toggle-title {
		font-size: 18px
}

.catalog-filter__toggle-counter {
		display: inline-block;
		vertical-align: middle;
		font-size: 10px;
		height: 18px;
		width: 18px;
		text-align: center;
		line-height: 18px;
		background-color: #8C0014;
		color: #fff;
		border-radius: 50%;
		margin-left: 5px
}

.catalog-filter__toggle.active .catalog-filter__toggle-icon .icon {
		fill: #8C0014
}

.catalog-filter__toggle-icon .icon {
		width: 18px;
		height: 17px;
		fill: #6B6B6B;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.catalog-filter__form {
		background-color: #fff
}

.catalog-filter__more {
		cursor: pointer;
		user-select: none;
		margin-bottom: 22px;
		line-height: 18px;
		position: relative;
		color: #494949
}

.catalog-filter__section-title, .catalog-sort__selected, .product-gallery .owl-nav .owl-next, .product-gallery .owl-nav .owl-prev {
		-ms-user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none
}

.catalog-filter__more:hover {
		color: #701
}

.catalog-filter__more.hide i:after {
		height: 2px
}

.catalog-filter__more i {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		border: 2px solid #494949;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		margin-left: 8px
}

.catalog-filter__more i:after, .catalog-filter__more i:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 2px;
		background-color: #494949;
		transform: translate(-50%, -50%);
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.catalog-filter__more i:after {
		height: 10px;
		width: 2px
}

.catalog-filter__section {
		border-bottom: 2px solid rgba(31, 31, 31, .1)
}

.catalog-filter__section-title {
		color: #494949;
		padding: 19px 48px 19px 16px;
		font-size: 18px;
		line-height: 22px;
		user-select: none;
		cursor: pointer;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		position: relative
}

.catalog-filter__section-title:hover {
		color: #701
}

.catalog-filter__section-title:after {
		content: '';
		width: 16px;
		height: 2px;
		background-color: #494949;
		position: absolute;
		right: 16px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
}

.catalog-filter__section-title:before {
		content: '';
		width: 2px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		height: 16px;
		background-color: #494949;
		position: absolute;
		right: 16px;
		top: 50%;
		-webkit-transform: translateX(-7px) translateY(-50%);
		transform: translateX(-7px) translateY(-50%)
}

.catalog-filter__section-wrap {
		display: none;
		margin-bottom: 19px
}

.catalog-filter__section-wrap .form__item {
		margin-top: 0 !important
}

.catalog-filter__section-wrap .form__item:last-child {
		margin-bottom: 0 !important
}

.catalog-filter__section.open .catalog-filter__section-title:before {
		height: 2px
}

.catalog-filter__section-content {
		display: none;
		padding: 0 16px;
		-webkit-transition: opacity .15s ease-out;
		transition: opacity .15s ease-out;
		opacity: 0
}

.catalog-tags, .catalog-tags__list {
		display: -webkit-box;
		display: -ms-flexbox
}

.catalog-filter__clear, .catalog-tags__item {
		background-color: #DDD;
		-webkit-transition: .15s ease-out;
		color: #494949
}

.catalog-filter__section-content .form__item {
		margin-top: 1px
}

.catalog-filter__section-content .form__item:first-child {
		margin-top: 5px
}

.catalog-filter__section-content .form__item:last-child {
		margin-bottom: 21px
}

.catalog-filter__section.open .catalog-filter__section-content {
		opacity: 1
}

.catalog-filter__clear {
		position: relative;
		z-index: 2;
		text-align: center;
		line-height: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 16px;
		cursor: pointer;
		margin-top: -2px;
		transition: .15s ease-out
}

.catalog-filter__clear:hover {
		color: #701
}

.catalog-filter__clear:before {
		margin-right: 8px;
		content: '';
		width: 18px;
		min-width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: middle;
		background-image: url(images/required/svg/catalog-remove.svg);
		background-size: 100% 100%
}

@media (max-width: 1279.98px) {
		.catalog-filter__clear {
				display: none
		}

		.catalog-filter {
				margin-bottom: 0
		}

		.catalog-filter__form {
				width: 100%;
				margin-top: 40px
		}

		@-webkit-keyframes show-mobile-modal {
				0% {
						opacity: 0
				}
				100% {
						opacity: 1
				}
		}@keyframes show-mobile-modal {
				 0% {
						 opacity: 0
				 }
				 100% {
						 opacity: 1
				 }
		 }.catalog-filter__modal {
					position: fixed;
					top: 0;
					left: 0;
					height: 100%;
					width: 100%;
					background-color: #fff;
					z-index: 20;
					overflow: auto;
					-webkit-overflow-scrolling: touch;
					display: none;
					-webkit-animation: show-mobile-modal .15s ease-out;
					animation: show-mobile-modal .15s ease-out
			}

		.catalog-filter__modal.open {
				display: block
		}

		.catalog-filter__modal-content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				padding: 60px 32px 182px
		}

		.catalog-filter__modal-title {
				color: #1F1F1F;
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*				font-family: "Helvetica Neue";*/
				font-size: 32px;
				font-weight: 100;
				line-height: 48px;
				text-align: center;
				margin-bottom: 16px
		}

		.catalog-filter__modal-clear.button {
				height: 40px;
				padding-left: 16px;
				padding-right: 16px;
				margin-bottom: 60px;
				color: #494949;
				border: 1px solid #494949
		}

		.catalog-filter__modal-close {
				position: fixed;
				right: 16px;
				top: 16px;
				cursor: pointer;
				background-color: #fff;
				z-index: 22;
				padding: 8px;
				border-radius: 50%
		}

		.catalog-filter__modal-close .icon {
				width: 20px;
				height: 20px;
				fill: #1F1F1F
		}

		@-webkit-keyframes show-modal-controls {
				0% {
						-webkit-transform: translateY(100%);
						transform: translateY(100%)
				}
				100% {
						-webkit-transform: translateY(0);
						transform: translateY(0)
				}
		}@keyframes show-modal-controls {
				 0% {
						 -webkit-transform: translateY(100%);
						 transform: translateY(100%)
				 }
				 100% {
						 -webkit-transform: translateY(0);
						 transform: translateY(0)
				 }
		 }.catalog-filter__modal-controls {
					position: fixed;
					left: 0;
					bottom: 0;
					width: 100%;
					padding: 32px;
					background-color: #fff;
					z-index: 21;
					text-align: center;
					-webkit-box-shadow: 0 -6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
					box-shadow: 0 -6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
					-webkit-animation: show-modal-controls .15s ease-out;
					animation: show-modal-controls .15s ease-out
			}

		.catalog-filter__modal-controls .button {
				height: 60px;
				width: 304px;
				max-width: 100%
		}

		.catalog-filter__wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center
		}

		.catalog-filter__toggle {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				max-width: 304px;
				width: 100%
		}

		.catalog-filter__section:first-child {
				border-top: 2px solid rgba(31, 31, 31, .1)
		}
}

.catalog-sections__info, .catalog-sort__list, .product__action-add, .product__action-remove {
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

@media (max-width: 767.98px) {
		.catalog-filter__toggle {
				margin-bottom: 32px
		}

		.catalog-filter__modal-title {
				font-size: 28px;
				margin-bottom: 0;
				line-height: 32px
		}

		.catalog-filter__modal-clear.button {
				height: 32px;
				font-size: 14px;
				margin-top: 8px;
				margin-bottom: 0
		}

		.catalog-filter__modal-content {
				padding-left: 0;
				padding-right: 0;
				padding-bottom: 142px
		}

		.catalog-filter__modal-controls {
				padding: 16px
		}

		.catalog-filter__modal-controls .button {
				max-width: 100%;
				width: 100%
		}

		.catalog-filter__section-title {
				padding: 18px 16px;
				font-size: 16px;
				line-height: 18px
		}
}

.catalog-tags {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 24px
}

.catalog-tags__clear, .catalog-tags__item {
		margin-bottom: 16px;
		padding: 11px 16px;
		cursor: pointer;
		line-height: 18px
}

.catalog-tags__list {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.catalog-tags__item {
		margin-right: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 1px solid #DDD;
		transition: .15s ease-out
}

.catalog-tags__clear, .catalog-tags__item:hover {
		border: 1px solid #494949
}

.catalog-tags__item:hover .catalog-tags__item-remove {
		background-image: url(images/required/svg/catalog-remove-grey.svg)
}

.catalog-tags__item-remove {
		width: 18px;
		min-width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		background-image: url(images/required/svg/catalog-remove.svg);
		background-size: 100% 100%
}

.catalog-tags__clear {
		color: #494949;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.catalog-tags__clear:hover {
		color: #701;
		border: 1px solid #701
}

@media (max-width: 767.98px) {
		.catalog-tags__clear {
				margin-bottom: 8px
		}

		.catalog-tags__clear, .catalog-tags__item {
				padding: 7px 8px;
				font-size: 14px;
				line-height: 17px
		}

		.catalog-tags__item {
				margin-right: 8px;
				margin-bottom: 8px
		}

		.catalog-tags__item-remove {
				width: 14px;
				height: 14px;
				margin-left: 8px
		}

		.catalog-list__static.row {
				margin-left: -24px;
				margin-right: -24px
		}

		.catalog-list__static > div {
				padding-left: 8px;
				padding-right: 8px
		}
}

.catalog-list__controls {
		margin-bottom: 80px;
		margin-top: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.catalog-sort {
		position: relative;
		z-index: 3
}

.catalog-sort.open .catalog-sort__selected:after {
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0)
}

.catalog-sort--auto .catalog-sort__selected {
		width: auto;
		min-width: 65px;
		margin-left: 8px
}

.catalog-sort__selected {
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 190px;
		height: 34px;
		line-height: 32px;
		user-select: none;
		border-bottom: 2px solid rgba(31, 31, 31, .3)
}

.catalog-sort__selected.decrement:before, .catalog-sort__selected.increment:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 10px;
		background-image: url(images/required/svg/increment.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat
}

.catalog-sort__selected.decrement:before {
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1)
}

.catalog-sort__selected:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		height: 6px;
		width: 9px;
		background-size: contain;
		background-image: url(images/required/svg/filter-arrow.svg);
		background-repeat: no-repeat
}

.catalog-sort__selected-title {
		color: #1F1F1F;
		font-size: 16px
}

@-webkit-keyframes show-dropdown {
		0% {
				opacity: 0;
				-webkit-transform: translateY(15px);
				transform: translateY(15px)
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(0);
				transform: translateY(0)
		}
}

@keyframes show-dropdown {
		0% {
				opacity: 0;
				-webkit-transform: translateY(15px);
				transform: translateY(15px)
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(0);
				transform: translateY(0)
		}
}

.catalog-sort.open .catalog-sort__list {
		display: block
}

.catalog-sort--auto .catalog-sort__list {
		min-width: 65px
}

.catalog-sort__list {
		-webkit-animation: show-dropdown .15s ease-out;
		animation: show-dropdown .15s ease-out;
		top: 100%;
		left: -16px;
		right: -16px;
		margin-top: -2px;
		min-width: 190px;
		position: absolute;
		display: none;
		background-color: #fff;
		padding: 12px 0;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.catalog-sort__list-wrap {
		z-index: 3;
		position: relative;
		max-height: 160px;
		overflow: auto
}

.catalog-sort__item {
		padding-left: 16px;
		padding-right: 16px;
		line-height: 32px;
		font-size: 16px;
		cursor: pointer;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		color: #494949
}

.catalog-sort__item:hover {
		background-color: #F0F0F0
}

.catalog-sort__item.decrement:before, .catalog-sort__item.increment:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 10px;
		background-image: url(images/required/svg/increment.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat
}

.catalog-sort__item.decrement:before {
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1)
}

@media (max-width: 767.98px) {
		.catalog-sort {
				width: 100%;
				text-align: left
		}

		.catalog-sort--auto .catalog-sort__selected {
				margin-left: 0
		}

		.catalog-sort__selected {
				width: 100%
		}

		.catalog-sort__list {
				left: -8px;
				right: -8px
		}

		.catalog-view {
				display: none
		}
}

.catalog-compare__btns .button-icon, .catalog-view {
		margin-left: 32px
}

@media (min-width: 1280px) {
		.catalog-view {
				margin-left: 48px
		}
}

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

.catalog-view__item {
		cursor: pointer;
		height: 32px;
		width: 32px;
		margin-right: 12px
}

.catalog-view__item:last-child {
		margin-right: 0
}

.catalog-view__item:not(.active):hover .catalog-view__icon {
		display: none
}

.catalog-view__item:not(.active):hover .catalog-view__icon_hover {
		display: block
}

.catalog-view select {
		display: none
}

.catalog-view__icon {
		width: 100%;
		height: 100%;
		display: block
}

.active .catalog-view__icon, .catalog-view__icon_active, .catalog-view__icon_hover {
		display: none
}

.active .catalog-view__icon_active {
		display: block
}

@media (max-width: 767.98px) {
		.catalog-view {
				margin-left: 0;
				margin-top: 24px;
				margin-bottom: 0
		}
}

.catalog__header {
		margin-bottom: 24px
}

@media (min-width: 1280px) {
		.catalog__header {
				margin-bottom: 32px
		}

		.catalog-sections {
				padding-left: 104px;
				padding-right: 104px
		}
}

.catalog-banner {
		margin-top: 80px;
		display: block;
		height: 176px;
		position: relative;
		overflow: hidden;
		text-decoration: none
}

.catalog-banner__src {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 0;
		width: 1312px;
		background-size: auto 100%;
		background-repeat: no-repeat
}

.advantages__bg-left, .catalog-sections__bg, .kit__right, .preview-full__image, .preview__image, .promo__bg, .slider-banner, .slider-banners__image, .slider-banners__image_mobile, .slider-images__item, .slider-sections__bg, .slider-video__item, .stock__image {
		background-size: cover
}

.catalog-banner__src--mobile {
		width: 767px;
		display: none
}

@media (min-width: 768px) and (max-width: 1279.98px) {
		.catalog-banner {
				height: auto;
				padding-bottom: 18%
		}
}

.catalog-sections {
		margin-bottom: 48px
}

@media (max-width: 767.98px) {
		.catalog-banner {
				height: 132px;
				margin-top: 64px;
				margin-left: -16px;
				margin-right: -16px
		}

		.catalog-banner__src {
				display: none
		}

		.catalog-banner__src--mobile {
				display: block
		}

		.catalog-sections {
				margin-bottom: 40px
		}
}

.catalog-sections__item {
		margin-bottom: 32px;
		position: relative
}

.catalog-sections__preview {
		position: relative;
		display: block;
		text-decoration: none;
		color: inherit
}

.catalog-sections__preview-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #494949;
		text-align: center;
		padding: 12px 16px;
		background-color: #ECECEC;
		min-height: 64px
}

.catalog-sections__title {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px
}

.catalog-sections__bg {
		padding-bottom: 100%
}

.catalog-sections__item:hover {
		z-index: 1
}

.catalog-sections__item:hover .catalog-sections__info {
		opacity: 1
}

.catalog-sections__info {
		position: absolute;
		min-height: 330px;
		top: -8px;
		left: -8px;
		right: -8px;
		opacity: 0;
		background-color: #8C0014;
		padding: 16px 24px 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.catalog-sections__info-title {
		color: #fff;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 15px;
		border-bottom: 2px solid #97192B;
		margin-bottom: 15px;
		font-size: 18px
}

.catalog-sections__info-link {
		color: #ddd;
		text-decoration: none;
		text-align: center;
		display: block;
		margin-bottom: 12px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.catalog-sections__info-link:hover {
		color: #fff
}

.catalog-sections__info-button {
		margin-top: auto;
		padding-left: 16px;
		padding-right: 16px
}

@media (max-width: 1279.98px) {
		.catalog-sections__title {
				font-size: 16px
		}

		.catalog-sections__info {
				display: none
		}
}

@media (max-width: 617.98px) {
		.catalog-sections__bg {
				padding-bottom: 0;
				height: 200px
		}

		.catalog-sections__title {
				min-height: auto
		}
}

.catalog-compare {
		position: relative
}

.catalog-compare .tabs--compare {
		margin-bottom: 44px;
		overflow: hidden
}

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

.catalog-compare__btns .button-icon:first-child, .product__actions:first-child .product__action:first-child {
		margin-left: 0
}

.catalog-compare__diff {
		float: right;
		color: #494949;
		margin-top: 5px
}

.catalog-compare__mobile {
		display: none
}

.catalog-compare .slider-content {
		padding-bottom: 0
}

.catalog-compare .slider-content__carousel {
		margin-bottom: 48px
}

.catalog-compare__accordion {
		margin-top: 8px
}

.catalog-compare__accordion.hide {
		height: 0;
		opacity: 0;
		margin: 0
}

.catalog-compare__accordion-name {
		cursor: pointer;
		padding: 18px 16px;
		color: #1F1F1F;
		font-size: 20px;
		line-height: 28px;
		background-color: #DDD;
		position: relative
}

.catalog-compare__accordion-name::after, .catalog-compare__accordion-name::before {
		content: "";
		position: absolute;
		background-color: #494949;
		top: 50%
}

.catalog-compare__accordion-name::before {
		right: 16px;
		width: 16px;
		height: 2px;
		margin-top: -1px
}

.catalog-compare__accordion-name::after {
		right: 23px;
		width: 2px;
		height: 16px;
		margin-top: -8px;
		display: none
}

.catalog-compare__accordion.close .catalog-compare__accordion-name::after {
		display: block
}

.catalog-compare__nav {
		text-align: center;
		font-size: 0;
		margin-bottom: 14px
}

.catalog-compare__next, .catalog-compare__prev {
		cursor: pointer;
		display: inline-block;
		vertical-align: middle
}

.catalog-compare__next .icon, .catalog-compare__prev .icon {
		width: 18px;
		height: 18px;
		vertical-align: top;
		fill: #6B6B6B
}

.catalog-compare__next:hover .icon, .catalog-compare__prev:hover .icon {
		fill: #701
}

.catalog-compare__prev {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
}

.catalog-compare__position {
		display: inline-block;
		color: #6B6B6B;
		font-size: 20px;
		font-weight: lighter;
		padding: 0 8px;
		vertical-align: middle
}

.catalog-compare__row {
		position: relative;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
}

.catalog-compare__row.hide {
		height: 0;
		opacity: 0
}

.catalog-compare__row-name {
		position: absolute;
		left: 16px;
		color: #1F1F1F;
		font-size: 16px;
		font-weight: 600;
		line-height: 18px;
		top: 24px;
		white-space: nowrap
}

.catalog-compare__content {
		padding: 46px 16px 8px;
		overflow: hidden;
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
		z-index: 0;
		border-bottom: 1px solid #DDD
}

.catalog-compare__cell {
		display: inline-block;
		color: #494949;
		overflow: hidden;
		width: 100%
}

.catalog-compare__add-sub, .catalog-compare__add-title {
		color: #1F1F1F;
		font-weight: 100;
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*		font-family: "Helvetica Neue"*/
}

.catalog-compare__add {
		position: absolute;
		top: 50%;
		text-align: center;
		margin-top: -60px;
		width: 100%
}

.catalog-compare__add-title {
		font-size: 32px;
		line-height: 40px
}

.catalog-compare__add-sub {
		font-size: 24px;
		line-height: 28px
}

.catalog-compare .fixed {
		position: fixed;
		top: 0;
		z-index: 100;
		background-color: #fff;
		overflow: hidden
}

.catalog-compare .fixed .slider-content__item {
		padding-top: 0
}

.catalog-compare .fixed .slider-content__carousel {
		margin-bottom: 0
}

.catalog-compare .fixed .catalog-compare__nav, .catalog-compare .fixed .owl-nav {
		display: none
}

.catalog-compare .fixed .slider-content__carousel::after, .catalog-compare .fixed .slider-content__carousel::before {
		background: #fff;
		height: 200%;
		top: 0
}

.catalog-compare .fixed .slider-content__carousel::after {
		right: 1px
}

.catalog-compare .slider-content__item {
		height: 100%
}

.catalog-compare .fake__item {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: none
}

.catalog-compare .fake__item-content {
		margin-top: 53px
}

.catalog-compare .fake__item-category {
		margin-top: 8px
}

@media (max-width: 1439.98px) {
		.catalog-compare .fake__item-category {
				margin-top: 32px
		}
}

@media (max-width: 1279.98px) {
		.catalog-compare__row {
				margin-left: 0;
				margin-right: 0
		}

		.catalog-compare .tabs--compare {
				margin-bottom: 32px;
				padding: 26px 16px !important;
				overflow: hidden
		}

		.catalog-compare .fake__item {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%
		}

		.catalog-compare .fake__item-category {
				margin-top: 24px
		}
}

@media (max-width: 1023.98px) {
		.catalog-compare .fake__item-category {
				margin-top: 1px
		}

		.catalog-compare .fake__item-title {
				height: 22px;
				margin-bottom: 10px
		}
}

@media (max-width: 767.98px) {
		.catalog-compare__mobile {
				display: block
		}

		.catalog-compare__accordion-name::before, .catalog-compare__accordion.close .catalog-compare__accordion-name::after, .catalog-compare__next, .catalog-compare__prev {
				display: none
		}

		.catalog-compare .slider-content__carousel {
				overflow: hidden
		}

		.catalog-compare__accordion {
				margin-left: -16px;
				margin-right: -16px
		}

		.catalog-compare__accordion-name {
				font-size: 16px;
				white-space: nowrap;
				z-index: 1;
				position: relative
		}

		.catalog-compare__mobile .catalog-compare__accordion-name::before, .catalog-compare__mobile .catalog-compare__accordion.close .catalog-compare__accordion-name::after {
				display: block
		}

		.catalog-compare__content {
				font-size: 14px;
				line-height: 20px
		}

		.catalog-compare__mobile .catalog-compare__accordion-name {
				color: #ddd;
				z-index: 0
		}

		.catalog-compare__mobile .catalog-compare__row-name {
				visibility: hidden
		}

		.catalog-compare .slider-content {
				margin: 0
		}

		.catalog-compare__add {
				margin-top: -30px
		}

		.catalog-compare__add-title {
				font-size: 20px;
				line-height: 24px
		}

		.catalog-compare__add .analogues__add {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				max-width: 170px;
				margin: 15px auto;
				text-align: left
		}

		.catalog-compare__add .hide-sm {
				display: none
		}

		.catalog-compare .fake__item {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				display: none
		}

		.catalog-compare .fake__item:first-child {
				display: block
		}

		.catalog-compare .fake__item-content {
				min-height: 240px
		}
}

@media (max-width: 617.98px) {
		.catalog-compare__diff {
				text-transform: capitalize
		}

		.catalog-compare .hidden-mobile {
				display: none
		}

		.catalog-compare__add {
				max-width: 90%
		}

		.catalog-compare .fake__item-image {
				padding-bottom: 80%;
				margin-right: 0;
				margin-bottom: 24px;
				min-height: 150px
		}

		.catalog-compare .fake__item-content {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				min-height: 315px;
				max-height: 315px
		}
}

.ar24-open {
		cursor: pointer
}

@media (min-width: 768px) {
		.ar24-open {
				display: none
		}
}

.ar-box {
		position: absolute;
		top: 240px
}

.product {
		background-color: #fff;
		padding-bottom: 76px;
		position: relative;
		padding-top: 82px
}

.product__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 16px
}

.product__report-delivery {
		width: 100%;
		max-width: 266px;
		margin-bottom: 32px
}

@media screen and (min-width: 1279px) {
		.product__report-delivery {
				margin-bottom: 24px;
				margin-top: 20px
		}
}

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

.product__actions--mobile {
		display: none
}

.product__model-button {
		cursor: pointer;
		z-index: 9;
		border: none;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 162px;
		top: 593px;
		left: 0;
		padding: 16px 24px;
		background-color: #ECECEC;
		color: #494949;
		font-size: 14px;
		line-height: 18px
}

.product__action, .snippet__action {
		border: 2px solid #B0B0B0;
		cursor: pointer
}

@media (max-width: 1279.98px) {
		.product__model-button {
				padding: 12px;
				width: auto;
				top: 365px
		}
}

@media (max-width: 767.98px) {
		.product__model-button {
				top: 240px
		}
}

.product__model-button-icon {
		fill: #494949;
		width: 36px;
		height: 36px
}

.product__model-button-icon-wrap {
		margin-right: 8px
}

@media (max-width: 1279.98px) {
		.product__model-button-icon {
				width: 32px;
				height: 32px
		}

		.product__model-button-icon-wrap {
				margin-right: 0
		}

		.product__modal-title {
				display: none
		}
}

.product__action {
		margin-left: 16px;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		position: relative
}

.product__action--compare .product__action-icon .icon, .product__action--favorites .product__action-icon .icon {
		width: 16px;
		height: 14px
}

.product__action-icon .icon {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		fill: #B0B0B0
}

.product__action:hover {
		border: 2px solid #701
}

.product__action:hover .product__action-icon .icon {
		fill: #701
}

.product__action--active, .product__action.active {
		background-color: #701;
		border: 2px solid #701
}

.product__action--active .product__action-icon .icon, .product__action.active .product__action-icon .icon {
		fill: #fff !important
}

.product__action--compare .product__action-icon {
		margin-top: -2px
}

@-webkit-keyframes show-action {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

@keyframes show-action {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

.product__action-add, .product__action-remove {
		position: absolute;
		left: 50%;
		top: -30%;
		display: none !important;
		height: 32px;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		background-color: #fff;
		white-space: nowrap;
		line-height: 32px;
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		font-size: 14px;
		color: #6B6B6B;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: -2px;
		-webkit-animation: show-action .15s ease-out;
		animation: show-action .15s ease-out
}

.product__colors-tip, .product__fix {
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.product__action-add:before, .product__action-remove:before {
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -1px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		left: -8px;
		background-color: #fff;
		width: 10px;
		height: 10px
}

.product__action:hover .product__action-add {
		display: block
}

.product__action--active:hover .product__action-add, .product__action.active:hover .product__action-add {
		display: none
}

.product__action--active:hover .product__action-remove, .product__action.active:hover .product__action-remove {
		display: block
}

.product__tags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 24px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 9px
}

.product__tag {
		margin-right: 8px;
		height: 24px;
		border-radius: 12px;
		padding: 0 16px;
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 5px
}

.product__tag.red {
		color: #fff;
		background-color: #8C0014
}

.product__tag.blue {
		color: #fff;
		background-color: #357AAA
}

.product .product__title {
		text-align: left;
		margin-top: 0;
		margin-bottom: 32px
}

.product__video {
		z-index: 3;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 665px;
		left: 0;
		padding: 16px 24px;
		background-color: #ECECEC;
		color: #494949;
		font-size: 14px;
		line-height: 18px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.product__props-icon, .product__props-more-icon, .product__props-more-title, .product__video-icon {
		-webkit-transition: .15s ease-out
}

@media (min-width: 1280px) {
		.product__video {
				width: 162px
		}
}

.product__video:hover {
		color: #701
}

.product__video:hover .product__video-icon {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
}

.product__video-icon {
		width: 40px;
		height: 40px;
		background-color: #8c0014;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%;
		margin-right: 8px;
		transition: .15s ease-out
}

.product__video-icon .icon {
		fill: #fff;
		width: 15px;
		height: 15px;
		margin-right: -2px
}

.product__gallery {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.product__gallery-left {
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%
}

.product__gallery-right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
}

.product__row {
		margin-bottom: 32px
}

.product__row_close {
		margin-bottom: 16px
}

@media (min-width: 1024px) {
		.product__row_close {
				margin-bottom: 24px
		}
}

.product__row-title {
		color: #1F1F1F;
		margin-bottom: 12px;
		line-height: 29px
}

.product__article {
		font-size: 16px;
		line-height: 24px;
		color: #6B6B6B
}

.product__params {
		margin: 0 0 10px;
		padding: 0 0 0 16px;
		font-size: 16px;
		line-height: 24px;
		color: #6B6B6B
}

.product__params ul {
		padding-left: 16px
}

.product__description {
		margin-bottom: 16px
}

.product__description-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 4px
}

.product .content p:last-child, .search__title {
		margin-bottom: 10px
}

.product__description-content {
		line-height: 20px;
		font-size: 14px
}

.product__info {
		padding-left: 40px !important
}

@media (max-width: 767.98px) {
		.product__info {
				padding-left: 16px !important
		}
}

.product__fix {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 25;
		background-color: #fff;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		display: none
}

.product__fix.show .product__fix-container {
		-webkit-transform: translateY(0);
		transform: translateY(0)
}

.product__fix-container {
		height: 88px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 8px;
		padding-bottom: 8px
}

.product__fix-left, .product__fix-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.product__fix-image {
		height: 65px;
		width: 64px;
		white-space: nowrap
}

.product__fix-image:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 100%
}

.product__fix-image img {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		max-height: 100%
}

.product__fix-no-photo {
		width: 100%;
		height: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #F0F0F0
}

.product__fix-no-photo svg {
		fill: #DDD;
		width: 40px
}

.product__fix-info {
		padding-left: 24px
}

.product__fix-title {
		color: #1F1F1F;
		font-size: 24px;
		font-weight: 100;
		line-height: 28px;
		margin-bottom: 8px
}

.product__fix-button {
		width: 256px
}

.product__fix-price {
		margin-right: 32px;
		text-align: right;
		white-space: nowrap
}

.product__fix-price-old {
		font-size: 18px;
		line-height: 24px;
		color: #B0B0B0
}

.product__fix-price-value {
		color: #1F1F1F;
		font-size: 24px;
		line-height: 24px;
		font-weight: 700
}

.product__fix-status {
		font-size: 16px;
		color: #3AAA35;
		line-height: 18px
}

.product__fix-status.mobile {
		display: none
}

.product__fix-status:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 4px;
		height: 4px;
		width: 4px;
		background-color: #3AAA35
}

.product__fix-status--not-available {
		color: #F50F0F
}

.product__fix-status--not-available:before {
		background-color: #F50F0F
}

.product__fix-status--wait {
		color: #f5990f
}

.product__fix-status--wait:before {
		background-color: #f5990f
}

@media (max-width: 1279.98px) {
		.product__fix-image {
				display: none
		}

		.product__fix-info {
				padding-left: 0
		}

		.product__fix-title {
				font-size: 18px;
				line-height: 24px
		}

		.product__fix-button {
				width: 176px
		}

		.product__fix-price {
				margin-right: 16px
		}

		.product__fix-price-old {
				font-size: 12px;
				line-height: 24px
		}

		.product__fix-price-value {
				font-size: 18px;
				line-height: 24px
		}
}

@media (max-width: 767.98px) {
		.product__fix-title {
				font-size: 14px;
				margin-bottom: 10px;
				line-height: 20px
		}

		.product__fix-button {
				width: 115px;
				height: 32px !important;
				padding-left: 8px !important;
				padding-right: 8px !important
		}

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

		.product__fix-price-value {
				font-size: 14px;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.product__fix-price-old {
				margin-left: 12px;
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

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

		.product__fix-status {
				display: none
		}

		.product__fix-status.mobile {
				display: block
		}

		.product__fix-container {
				height: auto;
				display: block
		}
}

.product__props-main {
		margin-bottom: 24px
}

.product__props-main .icon {
		width: 100%;
		fill: #8C0014
}

.product__props-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
}

.product__props-more:hover .product__props-more-icon {
		border-color: #701
}

.product__props-more:hover .product__props-more-icon:after, .product__props-more:hover .product__props-more-icon:before {
		background-color: #701
}

.product__props-more:hover .product__props-more-title {
		color: #701
}

.product__props-more-icon {
		height: 34px;
		width: 34px;
		border: 2px solid #494949;
		border-radius: 50%;
		margin-bottom: 8px;
		position: relative;
		transition: .15s ease-out
}

.product__props-more-icon:after, .product__props-more-icon:before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 16px;
		background-color: #494949;
		height: 2px
}

.product__props-more-icon:after {
		height: 16px;
		width: 2px
}

.product__props-more-title {
		transition: .15s ease-out;
		color: #494949;
		font-size: 12px;
		font-weight: 300;
		line-height: 15px;
		text-align: center
}

.product__props-item {
		cursor: pointer;
		text-align: center;
		margin-bottom: 16px
}

.product__props-item:hover .product__props-icon {
		background-color: #701
}

.product__props-item:hover .product__props-title {
		color: #701
}

.product__props-icon {
		width: 34px;
		height: 34px;
		background-color: #8C0014;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 6px;
		transition: .15s ease-out
}

.product__props-icon .icon {
		fill: #fff;
		width: 22px;
		height: 22px
}

.product__props-title {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		color: #494949;
		font-size: 12px;
		line-height: 15px
}

@media (max-width: 1279.98px) {
		.product__props {
				position: absolute
		}

		.product__props-item {
				display: none
		}
}

.product__colors, .product__controls, .product__no-photo {
		display: -webkit-box;
		display: -ms-flexbox
}

.product__colors {
		display: flex
}

.product__colors-item {
		position: relative;
		margin-right: 12px;
		cursor: pointer
}

.product__colors-tip, .product__colors-tip:before {
		position: absolute;
		background-color: #fff;
		left: 50%
}

.product__colors-item--active {
		cursor: default
}

@-webkit-keyframes show-tip {
		0% {
				opacity: 0;
				-webkit-transform: translate(-50%, -70%);
				transform: translate(-50%, -70%)
		}
		100% {
				opacity: 1;
				-webkit-transform: translate(-50%, -100%);
				transform: translate(-50%, -100%)
		}
}

@keyframes show-tip {
		0% {
				opacity: 0;
				-webkit-transform: translate(-50%, -70%);
				transform: translate(-50%, -70%)
		}
		100% {
				opacity: 1;
				-webkit-transform: translate(-50%, -100%);
				transform: translate(-50%, -100%)
		}
}

.product__colors-item:hover .product__colors-tip {
		display: block
}

.product__colors-tip {
		color: #6B6B6B;
		top: -12px;
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		line-height: 24px;
		padding: 3px 8px;
		font-size: 14px;
		white-space: nowrap;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		-webkit-animation: show-tip .15s ease-out;
		animation: show-tip .15s ease-out;
		display: none;
		z-index: 5
}

.product__colors-tip:before {
		content: '';
		top: 100%;
		margin-top: -1px;
		-webkit-transform: rotate(45deg) translate(-50%, 0);
		transform: rotate(45deg) translate(-50%, 0);
		margin-left: -1px;
		width: 10px;
		height: 10px
}

.product__colors-item--active .product__colors-circle {
		border: 3px solid #8C0014 !important
}

.product__colors-item:hover .product__colors-circle {
		border: 3px solid #ddd
}

.product__colors-circle {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 3px solid #fff;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		position: relative
}

.product__colors-circle:after {
		content: '';
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: -1px;
		right: -1px;
		border-radius: 50%;
		border: 2px solid #fff
}

.product__no-photo {
		background-color: #F0F0F0;
		width: 100%;
		height: 528px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
}

.product__no-photo .icon {
		width: 220px;
		height: 264px;
		fill: #DDD;
		margin-bottom: 32px
}

.product__no-photo span {
		color: #B0B0B0;
		font-size: 28px;
		font-weight: 300;
		letter-spacing: .09px;
		line-height: 34px
}

@media (max-width: 1279.98px) {
		.product__no-photo {
				height: 425px
		}

		.product__no-photo .icon {
				height: 180px
		}
}

@media (max-width: 1023.98px) {
		.product__no-photo {
				height: 300px
		}

		.product__no-photo .icon {
				height: 120px;
				margin-bottom: 16px
		}

		.product__no-photo span {
				font-size: 18px;
				line-height: 24px
		}
}

@media (max-width: 767.98px) {
		.product__no-photo {
				background: #fff;
				height: 220px
		}

		.product__no-photo .icon {
				height: 120px;
				margin-bottom: 16px
		}

		.product__no-photo span {
				font-size: 18px;
				line-height: 24px
		}
}

.product__text {
		margin-bottom: 24px;
		margin-top: -6px;
		color: #6B6B6B;
		line-height: 20px;
		font-size: 14px
}

.product-horizontal__status:before, .product__status:before {
		margin-top: -2px;
		height: 4px;
		content: '';
		vertical-align: middle
}

.product__status {
		font-size: 16px;
		color: #3AAA35;
		line-height: 18px;
		margin-bottom: 14px
}

.product__status span {
		font-size: 12px;
		color: #6B6B6B
}

.product__status:before {
		display: inline-block;
		margin-right: 4px;
		width: 4px;
		background-color: #3AAA35
}

.product__status--not-available {
		color: #6B6B6B
}

.product__status--not-available:before {
		background-color: #6B6B6B
}

.product__status--wait {
		color: #f5990f
}

.product__status--wait:before {
		background-color: #f5990f
}

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

.product__price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
}

.product__price-value {
		color: #1F1F1F;
		font-size: 32px;
		line-height: 32px;
		font-weight: 800
}

.product__price-old {
		color: #B0B0B0;
		font-size: 20px;
		line-height: 24px;
		margin-top: -1px;
		margin-right: 16px;
		margin-left: 16px
}

.product__price-sale {
		color: #1F1F1F;
		font-size: 12px;
		font-weight: 500;
		line-height: 20px;
		background-color: #F0F0F0;
		height: 20px;
		position: relative;
		padding: 0 6px;
		display: inline-block;
		bottom: 3px
}

.product__price-sale:after {
		content: '';
		position: absolute;
		right: -18px;
		top: 0;
		border: 10px solid transparent;
		border-left: 8px solid #F0F0F0
}

.product__buy {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 266px;
		margin-bottom: 32px;
		margin-top: 20px
}

.product__delivery {
		border-top: 1px solid #F0F0F0;
		padding-top: 24px
}

.product__delivery-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 4px
}

.product__delivery-title {
		color: #1F1F1F;
		font-size: 16px;
		line-height: 24px;
		margin-right: 12px
}

.product__delivery-icon .icon {
		width: 36px;
		height: 21px;
		fill: #6B6B6B
}

.product__delivery-text {
		color: #6B6B6B;
		line-height: 24px
}

@media (max-width: 1279.98px) {
		.product__props-more, .product__video-title {
				display: none
		}

		.product__video {
				top: 572px;
				padding: 12px
		}

		.product__video-icon {
				width: 32px;
				height: 32px;
				margin-right: 0
		}

		.product__props {
				width: 80px;
				left: 0;
				top: -8px
		}

		.product__title {
				font-size: 36px;
				line-height: 44px;
				margin-bottom: 24px
		}

		.product__controls {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.product__price {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				margin-bottom: 24px
		}

		.product__buy {
				margin-top: 0
		}
}

.main-menu__section--one-item .main-menu__section-action, .subtext {
		margin-bottom: 0
}

@media (max-width: 1023.98px) {
		.product {
				padding-top: 65px
		}

		.product__video {
				top: 425px
		}
}

@media (max-width: 767.98px) {
		.product, .product__header {
				padding-top: 24px
		}

		.product__video {
				top: 300px
		}

		.product__header {
				border-top: 1px solid #F0F0F0
		}

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

		.product .product__title {
				color: #1F1F1F;
				font-size: 32px;
				font-weight: 100;
				line-height: 40px;
				text-align: center
		}

		.product__price {
				white-space: nowrap;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.product__price-value {
				font-size: 28px;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.product__price-old {
				font-size: 18px;
				margin-left: 0;
				margin-right: 0;
				width: 100%;
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.product__price-sale {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2;
				margin-left: 12px;
				-ms-flex-item-align: center;
				align-self: center
		}

		.product__tag {
				padding-left: 8px;
				padding-right: 8px
		}

		.product__tag:last-child {
				margin-right: 0
		}

		.product__props {
				left: 16px;
				top: -5px
		}

		.product__mobile-header {
				z-index: 3;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%
		}

		.product__buy {
				width: 100%;
				max-width: 100%
		}

		.product__actions {
				display: none
		}

		.product__actions--mobile {
				position: absolute;
				right: 16px;
				top: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}
}

.subtext {
		margin-top: 16px;
		text-align: center
}

.product-add .modal__content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
}

.product-add__cart {
		margin-top: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
		text-decoration: none
}

.product-add__cart-icon {
		margin-top: 3px;
		min-width: 21px;
		max-width: 21px;
		height: 19px
}

.product-add__cart-icon svg {
		width: 21px;
		height: 19px;
		fill: #494949
}

.product-add__cart-content {
		padding-left: 8px
}

.product-add__cart-title {
		color: #8C0014;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		margin-left: -1px
}

.product-add__cart-price {
		color: #494949;
		font-size: 14px;
		font-weight: 300;
		line-height: 24px
}

.product-add__text {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		text-align: center;
		padding-left: 16px;
		padding-right: 16px;
		max-width: 100%
}

.product-add__content {
		position: relative;
		width: 100%;
		overflow: hidden
}

.product-add__more {
		border-top: 1px solid rgba(31, 31, 31, .1);
		border-bottom: 1px solid rgba(31, 31, 31, .1);
		padding-top: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.product-add__more-wrap {
		padding-left: 32px;
		padding-right: 32px
}

.product-add__more-item {
		padding-right: 16px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 12px
}

.product-add__controls {
		padding-left: 112px;
		padding-right: 112px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 24px;
		padding-bottom: 32px
}

.product-add__controls:last-child {
		padding-bottom: 48px
}

.product-add__controls .button {
		width: 192px;
		padding-left: 0;
		padding-right: 0
}

.product-add__slider {
		overflow: hidden;
		display: block;
		width: 100%;
		position: relative;
		background-color: #ECECEC;
		padding-left: 112px;
		padding-right: 112px
}

.product-add__slider .slider-content {
		position: relative;
		padding-bottom: 80px
}

.product-add__slider-title {
		margin-top: 24px;
		color: #494949;
		font-size: 18px;
		font-weight: 300;
		line-height: 22px;
		text-align: center;
		margin-bottom: 8px
}

.product-add__slider .owl-carousel .owl-nav .owl-next, .product-add__slider .owl-carousel .owl-nav .owl-prev {
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		margin-left: -16px
}

.product-add__slider .owl-carousel .owl-nav .owl-next {
		margin-right: -16px;
		-webkit-transform: translate(100%, -50%);
		transform: translate(100%, -50%)
}

.product-add__item, .product-add__list-item {
		padding-left: 32px;
		padding-right: 32px;
		width: 100%
}

.product-add__list-item.last {
		margin-bottom: 15px
}

.product-add__list-item.last .product-horizontal__content {
		border-bottom: none
}

.product-add__list-item .product-horizontal__content {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 2px solid rgba(31, 31, 31, .1)
}

@media (max-width: 767.98px) {
		.product-add__controls, .product-add__item, .product-add__more-wrap, .product-add__slider {
				padding-left: 16px;
				padding-right: 16px
		}

		.product-add .slider-content {
				overflow: hidden
		}

		.product-add__controls {
				padding-bottom: 24px;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.product-add__controls .button {
				width: 100%;
				margin-bottom: 24px
		}

		.product-add__controls .button:last-child {
				margin-bottom: 0
		}

		.product-add__more {
				padding-top: 24px
		}

		.product-add__more-item {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				margin-bottom: 24px
		}
}

.product-horizontal__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 4px;
		padding-bottom: 24px
}

.product-horizontal__info {
		padding-left: 16px;
		max-width: 40%
}

.product-horizontal__controls {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		padding-top: 20px
}

.product-horizontal__image {
		text-align: center;
		width: 70px;
		height: 70px;
		white-space: nowrap
}

.product-horizontal__image:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 100%
}

.product-horizontal__image img {
		max-width: 100%;
		max-height: 100%;
		display: inline-block;
		vertical-align: middle
}

.product-horizontal__counter {
		margin-right: 50px
}

.product-horizontal__counter-title {
		display: none
}

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

.product-horizontal__counter-value {
		margin-left: 12px;
		margin-right: 12px;
		color: #6B6B6B;
		font-size: 14px;
		line-height: 16px;
		text-align: center
}

.product-horizontal__counter-plus {
		cursor: pointer;
		position: relative;
		width: 12px;
		height: 12px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.product-horizontal__counter-plus.disabled {
		opacity: .2
}

.product-horizontal__counter-plus:after, .product-horizontal__counter-plus:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 2px;
		height: 12px;
		background-color: #494949
}

.product-horizontal__counter-plus:after {
		width: 12px;
		height: 2px
}

.product-horizontal__counter-minus {
		cursor: pointer;
		position: relative;
		width: 12px;
		height: 12px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.product-horizontal__counter-minus.disabled {
		opacity: .2
}

.product-horizontal__counter-minus:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 12px;
		height: 2px;
		background-color: #494949
}

.product-horizontal__title {
		color: #494949;
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin-bottom: 6px;
		display: block;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		text-decoration: none
}

.product-horizontal__title:hover {
		color: #701
}

.product-horizontal__category {
		text-decoration: none;
		display: block;
		margin-bottom: 4px;
		color: #494949;
		font-size: 12px;
		font-weight: 300;
		line-height: 16px
}

.product-horizontal__status {
		font-size: 12px;
		color: #3AAA35
}

.product-horizontal__status:before {
		display: inline-block;
		margin-right: 4px;
		width: 4px;
		background-color: #3AAA35
}

.product-horizontal__status--not-available {
		color: #F50F0F
}

.product-horizontal__status--not-available:before {
		background-color: #F50F0F
}

.product-horizontal__status--wait {
		color: #6B6B6B
}

.product-horizontal__status--wait:before {
		background-color: #6B6B6B
}

.product-horizontal__price.mobile {
		display: none
}

.product-horizontal__price-value {
		color: #1F1F1F;
		font-size: 16px;
		line-height: 16px;
		text-align: right;
		font-weight: 700
}

@media (max-width: 767.98px) {
		.product-horizontal__price {
				display: none;
				line-height: 24px
		}

		.product-horizontal__price-value {
				line-height: 24px
		}

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

		.product-horizontal__content {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.product-horizontal__counter {
				width: 100%;
				margin-right: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between
		}

		.product-horizontal__counter-minus:after, .product-horizontal__counter-plus:after {
				width: 20px
		}

		.product-horizontal__counter-title {
				display: block;
				color: #1F1F1F;
				font-size: 14px;
				line-height: 16px
		}

		.product-horizontal__counter-value {
				font-size: 16px;
				line-height: 18px;
				margin-right: 12px;
				margin-left: 12px
		}

		.product-horizontal__counter-plus:before {
				height: 20px
		}

		.product-horizontal__info {
				-ms-flex-preferred-size: calc(100% - 70px);
				flex-basis: calc(100% - 70px);
				max-width: calc(100% - 70px)
		}

		.product-horizontal__controls {
				margin-top: 14px;
				border-top: 1px solid rgba(31, 31, 31, .1);
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}
}

.product-service {
		position: relative
}

.product-service--red:before {
		background-color: #701 !important
}

.product-service--red .product-service__text, .product-service--red .product-service__title {
		color: #fff !important
}

.product-service:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.docs__item:hover:before, .gift__wrap, .product-service:hover:before, .snippet:before, .snippet__action-add, .snippet__action-remove, .snippet__controls {
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.product-service__content {
		position: relative;
		z-index: 1;
		padding: 24px;
		min-height: 160px;
		width: 260px
}

.product-service:hover:before {
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		top: -8px;
		bottom: -8px;
		left: -8px;
		right: -8px
}

.product-service:hover .product-service__title {
		color: #8C1712
}

.product-service__title {
		color: #494949;
		font-size: 24px;
		font-weight: 100;
		line-height: 29px;
		margin-bottom: 22px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.product-service__text {
		font-size: 16px;
		line-height: 16px;
		color: #6B6B6B
}

.product-gallery {
		display: block;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		width: 100%
}

.product-gallery__slider {
		margin-bottom: 56px
}

.product-gallery__item {
		display: block;
		height: 528px;
		text-align: center;
		white-space: nowrap
}

.product-gallery__item:before {
		content: '';
		height: 100%;
		width: 1px;
		vertical-align: middle;
		display: inline-block
}

.product-gallery__item img {
		display: inline-block !important;
		vertical-align: middle;
		max-width: 100%;
		max-height: 100%;
		width: auto !important
}

.product-gallery__controls {
		position: relative;
		width: 248px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 34px
}

.product-gallery__controls .owl-stage {
		margin: 0 auto
}

.product-gallery__control {
		height: 72px;
		text-align: center;
		border: 1px solid #F0F0F0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		padding: 8px;
		white-space: nowrap
}

.product-gallery__control:before {
		content: '';
		height: 100%;
		width: 1px;
		vertical-align: middle;
		display: inline-block
}

.product-gallery__control.active {
		border: 1px solid #8C0014
}

.product-gallery__control:hover {
		border: 1px solid #701
}

.product-gallery__control img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
		display: inline-block !important;
		width: auto !important
}

.product-gallery .owl-nav {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.product-gallery .owl-nav .owl-next, .product-gallery .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 8px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000;
		border-radius: 50%;
		border: none;
		outline: 0;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: 0;
		z-index: 4
}

.product-gallery .owl-nav .owl-next:hover, .product-gallery .owl-nav .owl-prev:hover {
		opacity: 1
}

.product-gallery:hover .owl-next, .product-gallery:hover .owl-prev, .slider-banners:hover .owl-nav .owl-next, .slider-banners:hover .owl-nav .owl-prev, .slider-content:hover .owl-nav .owl-next, .slider-content:hover .owl-nav .owl-prev {
		opacity: .4
}

.product-gallery .owl-nav .owl-next .icon, .product-gallery .owl-nav .owl-prev .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.product-gallery .owl-nav .owl-next {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: auto;
		right: 8px
}

.product-gallery .owl-nav .owl-next .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

.product-gallery .owl-dots {
		position: absolute;
		z-index: 1;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.product-gallery .owl-dots .owl-dot {
		background-color: #B0B0B0;
		width: 16px;
		height: 4px;
		margin-left: 4px;
		margin-right: 4px;
		border: none;
		outline: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.product-gallery .owl-dots .owl-dot.active {
		background-color: #F5990F !important
}

.product-gallery .owl-dots .owl-dot:hover {
		background-color: #494949
}

@media (max-width: 1279.98px) {
		.product-gallery {
				margin-top: 54px
		}

		.product-gallery__item {
				height: 380px
		}

		.product-gallery__controls {
				width: 192px
		}

		.product-gallery__control {
				width: 56px;
				height: 56px
		}
}

@media (max-width: 1023.98px) {
		.product-gallery__item {
				height: 250px
		}
}

.slider-banners {
		position: relative
}

@media (max-width: 767.98px) {
		.product-gallery__slider {
				margin-bottom: 62px
		}

		.product-gallery .owl-dots {
				bottom: -28px
		}

		.product-gallery__controls {
				display: none !important
		}

		.slider-banners {
				background-color: #1f1f1f
		}
}

.slider-banners__carousel.load .slider-banners__item {
		display: none
}

.slider-banners__carousel.load .slider-banners__item:first-child {
		display: block
}

.slider-banners__item {
		padding-bottom: 39%;
		position: relative;
		display: block;
		text-decoration: none;
		color: #fff
}

@media (min-width: 768px) and (max-width: 1279.98px) {
		.slider-banners__item {
				height: 490px;
				padding-bottom: 0
		}
}

.slider-banners__image {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0
}

.slider-banners__image-wrap_mobile {
		display: none
}

@media (max-width: 767.98px) {
		.slider-banners__item {
				padding-bottom: 0;
				background-color: #1f1f1f
		}

		.slider-banners__image_mobile {
				padding-bottom: 55%
		}

		.slider-banners__image-wrap {
				display: none
		}

		.slider-banners__image-wrap_mobile {
				display: block
		}
}

.slider-banners__content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

@media (max-width: 767.98px) {
		.slider-banners__content {
				padding-top: 16px;
				padding-bottom: 32px;
				position: static;
				background-color: #1f1f1f
		}

		.slider-banners__content .button {
				width: 100%;
				max-width: 414px;
				margin-left: auto;
				margin-right: auto
		}
}

@media (min-width: 768px) {
		.slider-banners__content:before {
				content: '';
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				z-index: 1;
				background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(49.28%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
				background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 49.28%, rgba(0, 0, 0, .3) 100%)
		}
}

.slider-banner, .slider-images__item, .slider-sections__bg, .slider-video__item {
		background-position: center center
}

.slider-banners__content-wrap {
		width: 530px
}

@media (max-width: 767.98px) {
		.slider-banners__content-wrap {
				max-width: none;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
		}
}

.slider-banners__container {
		width: 100%;
		position: relative;
		z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

@media (min-width: 768px) {
		.slider-banners__container_center {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				text-align: center
		}

		.slider-banners__container_right {
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end
		}
}

.slider-banners__title {
		font-size: 36px;
		line-height: 48px;
		font-weight: 100
}

@media (max-width: 1279.98px) {
		.slider-banners__title {
				font-size: 32px;
				line-height: 38px
		}
}

@media (max-width: 767.98px) {
		.slider-banners__title {
				font-size: 18px;
				line-height: 24px
		}
}

.slider-banners__sub-title {
		font-size: 36px;
		font-weight: 500;
		line-height: 48px;
		margin-bottom: 30px
}

@media (max-width: 1279.98px) {
		.slider-banners__sub-title {
				font-size: 32px;
				line-height: 38px;
				margin-bottom: 28px
		}
}

@media (max-width: 767.98px) {
		.slider-banners__sub-title {
				font-size: 24px;
				line-height: 32px;
				margin-bottom: 16px
		}
}

.slider-banners__text {
		margin-bottom: 50px
}

@media (max-width: 1279.98px) {
		.slider-banners__text {
				font-size: 14px;
				margin-bottom: 40px
		}
}

.slider-banners .owl-carousel .owl-item .owl-lazy:not([src]), .slider-banners .owl-carousel .owl-item .owl-lazy[src^=''] {
		max-height: none
}

.slider-banners .owl-nav {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-banners .owl-nav .owl-next, .slider-banners .owl-nav .owl-prev {
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 24px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000 !important;
		border-radius: 50%;
		border: none;
		outline: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-banners .owl-nav .owl-next:hover, .slider-banners .owl-nav .owl-prev:hover, .slider-sections__item:hover .slider-sections__info {
		opacity: 1
}

.slider-banners .owl-nav .owl-next .icon, .slider-banners .owl-nav .owl-prev .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.slider-banners .owl-nav .owl-next {
		left: auto;
		right: 24px
}

.slider-banners .owl-nav .owl-next .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

.slider-banners .owl-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding-bottom: 30px
}

@media (max-width: 767.98px) {
		.slider-banners__text {
				font-size: 14px;
				margin-bottom: 24px
		}

		.slider-banners .owl-dots {
				background-color: #1f1f1f;
				position: static;
				padding-bottom: 30px
		}
}

.slider-banners .owl-dots .owl-dot {
		background-color: #b0b0b0;
		width: 48px;
		height: 4px;
		margin-left: 4px;
		margin-right: 4px;
		border: none;
		outline: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

@media (max-width: 767.98px) {
		.slider-banners .owl-dots .owl-dot {
				width: 16px
		}
}

.slider-banners .owl-dots .owl-dot:hover {
		background-color: #494949
}

.slider-banners .owl-dots .owl-dot.active {
		cursor: default;
		background-color: #fff
}

.catalog-menu__sub, .slider-sections {
		background-color: #6B6B6B
}

.slider-sections__item {
		padding-top: 50px;
		padding-bottom: 50px;
		width: 250px
}

.slider-sections .owl-stage-outer {
		overflow: inherit;
		margin-left: -2px
}

.slider-sections__preview {
		position: relative;
		display: block;
		text-decoration: none;
		color: inherit
}

.slider-sections__preview:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(31, 31, 31, .1);
		z-index: 2
}

.slider-sections__preview-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #FFF;
		text-align: center;
		padding: 12px 16px;
		background-color: rgba(31, 31, 31, .6);
		min-height: 64px;
		text-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.slider-sections__title {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px
}

.slider-sections__bg {
		padding-bottom: 100%
}

.slider-sections__info {
		position: absolute;
		top: 0;
		min-height: 100%;
		left: -8px;
		right: -8px;
		opacity: 0;
		z-index: 3;
		background-color: #8C0014;
		padding: 16px 24px 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-sections__info-title {
		color: #fff;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 15px;
		border-bottom: 2px solid #97192B;
		margin-bottom: 15px;
		font-size: 18px
}

.slider-sections__info-link {
		color: #ddd;
		text-decoration: none;
		text-align: center;
		display: block;
		margin-bottom: 12px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-sections__info-link:hover {
		color: #fff
}

.slider-sections__info-button {
		margin-top: auto;
		padding-left: 16px;
		padding-right: 16px
}

@media (max-width: 1439.98px) {
		.slider-sections__item {
				width: 228px
		}

		.slider-mobile__row {
				margin-left: -16px;
				margin-right: -16px
		}
}

@media (max-width: 1279.98px) {
		.slider-sections__info {
				display: none
		}
}

@media (max-width: 767.98px) {
		.slider-sections .owl-stage-outer {
				padding-left: 16px
		}

		.slider-sections__item {
				width: 184px
		}

		.slider-sections__col {
				padding: 0 !important
		}
}

.slider-mobile {
		padding-bottom: 80px
}

.slider-mobile__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

@media (min-width: 768px) {
		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(1) {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(2) {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(3) {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(4) {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(5) {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(6) {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.slider-mobile--reverse-center .slider-mobile__row > div:nth-child(7) {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}
}

@media (min-width: 1280px) {
		.slider-mobile--reverse .slider-mobile__row > div:nth-child(1) {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.slider-mobile--reverse .slider-mobile__row > div:nth-child(2) {
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				order: 3
		}

		.slider-mobile--reverse .slider-mobile__row > div:nth-child(3) {
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				order: 4
		}

		.slider-mobile--reverse .slider-mobile__row > div:nth-child(4) {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5
		}

		.slider-mobile--reverse .slider-mobile__row > div:nth-child(5) {
				-webkit-box-ordinal-group: 7;
				-ms-flex-order: 6;
				order: 6
		}

		.slider-mobile--reverse .slider-mobile__row > div:nth-child(6) {
				-webkit-box-ordinal-group: 8;
				-ms-flex-order: 7;
				order: 7
		}

		.slider-mobile--reverse .slider-mobile__row > div:nth-child(7) {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}
}

@media (max-width: 767.98px) {
		.slider-mobile {
				padding-bottom: 64px;
				margin-left: -16px;
				margin-right: -16px
		}

		.slider-mobile [class*=col-] {
				padding-right: 0;
				padding-left: 0
		}

		.slider-mobile__row {
				margin-left: 0;
				margin-right: 0
		}

		.slider-mobile .owl-dots {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}

		.slider-mobile .owl-dots .owl-dot {
				background-color: #B0B0B0;
				width: 16px;
				height: 4px;
				margin-left: 4px;
				margin-right: 4px;
				border: none;
				outline: 0;
				-webkit-transition: .15s ease-out;
				transition: .15s ease-out
		}

		.slider-mobile .owl-dots .owl-dot.active {
				background-color: #F5990F !important
		}

		.slider-mobile .owl-dots .owl-dot:hover {
				background-color: #494949
		}
}

.slider-banner__content, .snippet__container {
		-ms-flex-direction: column;
		-webkit-box-direction: normal
}

.slider-banner {
		display: block;
		height: 100%;
		color: #fff;
		text-decoration: none;
		position: relative
}

.slider-banner:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(49.28%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 49.28%, rgba(0, 0, 0, .3) 100%)
}

.slider-banner:after, .slider-content, .slider-content .owl-nav {
		-webkit-transition: .15s ease-out
}

.slider-banner:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: .15s ease-out;
		opacity: 0;
		background-color: rgba(0, 0, 0, .1)
}

.slider-banner:hover:after {
		opacity: 1
}

.slider-banner__content {
		position: relative;
		padding: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		height: 100%
}

.slider-banner__tags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 33px;
		margin-bottom: 13px
}

.slider-banner__tag {
		margin-right: 8px;
		height: 32px;
		border-radius: 16px;
		padding: 0 16px;
		font-size: 14px;
		line-height: 32px
}

.slider-banner__tag.red {
		color: #fff;
		background-color: #8C0014
}

.slider-banner__tag.blue {
		color: #fff;
		background-color: #357AAA
}

.slider-banner__title {
		font-size: 36px;
		font-weight: 100;
		line-height: 44px;
		margin-bottom: 14px
}

.slider-banner__text {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 27px
}

.slider-banner__price-value {
		font-size: 32px;
		font-weight: 800;
		line-height: 24px
}

.slider-content {
		padding-bottom: 105px;
		transition: .15s ease-out
}

.slider-content--center .owl-stage {
		margin-left: auto;
		margin-right: auto
}

@media (min-width: 1280px) {
		.slider-content {
				margin-left: -16px;
				margin-right: -16px
		}
}

.slider-content .owl-stage-outer {
		overflow: inherit !important;
		position: relative;
		z-index: 2
}

.slider-content__item {
		padding-top: 16px
}

.slider-content__carousel {
		position: relative
}

.slider-content__carousel.fix .owl-stage {
		padding-left: 0;
		padding-right: 0
}

@media (min-width: 768px) {
		.slider-content__carousel:after, .slider-content__carousel:before {
				content: '';
				position: absolute;
				top: 50%;
				height: 100vh;
				width: 50vw;
				background-color: #ECECEC;
				z-index: 3
		}

		.slider-content__carousel:before {
				left: 0;
				-webkit-transform: translateY(-50%) translateX(-100%);
				transform: translateY(-50%) translateX(-100%)
		}

		.slider-content__carousel:after {
				right: 0;
				-webkit-transform: translateY(-50%) translateX(100%);
				transform: translateY(-50%) translateX(100%)
		}
}

.slider-content .owl-nav {
		transition: .15s ease-out
}

.slider-content .owl-nav .owl-next, .slider-content .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000 !important;
		border-radius: 50%;
		border: none;
		outline: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: 0;
		margin-left: 16px;
		z-index: 4
}

.slider-content .owl-nav .owl-next:hover, .slider-content .owl-nav .owl-prev:hover, .slider-images:hover .owl-nav {
		opacity: 1
}

.slider-content .owl-nav .owl-next .icon, .slider-content .owl-nav .owl-prev .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.slider-content .owl-nav .owl-next {
		margin-left: 0;
		margin-right: 16px;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		left: auto;
		right: 0
}

.slider-content .owl-nav .owl-next .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

.slider-content .owl-dots {
		position: absolute;
		z-index: 1;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.slider-content .owl-dots .owl-dot {
		background-color: #B0B0B0;
		width: 16px;
		height: 4px;
		margin-left: 4px;
		margin-right: 4px;
		border: none;
		outline: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-content .owl-dots .owl-dot.active {
		background-color: #F5990F !important
}

.slider-content .owl-dots .owl-dot:hover {
		background-color: #494949
}

@media (max-width: 767.98px) {
		.slider-content {
				margin-left: -16px;
				margin-right: -16px
		}

		.slider-content.small-snippets {
				margin-left: -1px;
				margin-right: 0
		}
}

.slider-images {
		margin-bottom: 80px;
		position: relative
}

.slider-images .owl-nav {
		opacity: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-images .owl-nav .owl-next, .slider-images .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000 !important;
		border-radius: 50%;
		border: none;
		outline: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: .4;
		margin-left: 16px
}

.accordion__title, .cart-item__counter, .select-action__title, .slider-video .owl-nav .owl-next, .slider-video .owl-nav .owl-prev, .snippet__action {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none
}

.slider-images .owl-nav .owl-next:hover, .slider-images .owl-nav .owl-prev:hover {
		opacity: 1
}

.analogues:hover .owl-nav .owl-next, .analogues:hover .owl-nav .owl-prev, .slider-video:hover .owl-nav .owl-next, .slider-video:hover .owl-nav .owl-prev {
		opacity: .4
}

.slider-images .owl-nav .owl-next .icon, .slider-images .owl-nav .owl-prev .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.slider-images .owl-nav .owl-next {
		margin-left: 0;
		margin-right: 16px;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		left: auto;
		right: 0
}

.slider-images .owl-nav .owl-next .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

.slider-images__item {
		cursor: pointer;
		height: 180px
}

@media screen and (max-width: 450px) {
		.slider-images__item {
				height: 220px
		}
}

.lg-autoplay-button.lg-icon {
		display: none !important
}

.slider-video {
		margin-left: -100px;
		margin-right: -100px;
		padding-left: 100px;
		padding-right: 100px
}

.slider-video .owl-nav {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-video .owl-nav .owl-next, .slider-video .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-220%, -50%);
		transform: translate(-220%, -50%);
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000 !important;
		border-radius: 50%;
		border: none;
		outline: 0;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: 0;
		margin-left: 16px;
		z-index: 4
}

.slider-video .owl-nav .owl-next:hover, .slider-video .owl-nav .owl-prev:hover {
		opacity: 1
}

.slider-video .owl-nav .owl-next .icon, .slider-video .owl-nav .owl-prev .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.slider-video .owl-nav .owl-next {
		margin-left: 0;
		margin-right: 16px;
		-webkit-transform: translate(220%, -50%);
		transform: translate(220%, -50%);
		left: auto;
		right: 0
}

.slider-video .owl-nav .owl-next .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

.slider-video__item {
		cursor: pointer;
		display: block;
		padding-bottom: 55%;
		position: relative
}

.catalog-menu__item--parent > .catalog-menu__link:after, .slider-video__item:before {
		top: 50%;
		background-size: contain;
		content: '';
		background-position: center center
}

.slider-video__item:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: 2px solid #FFF;
		height: 48px;
		width: 48px;
		border-radius: 50%
}

.slider-video__item:before {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-45%, -50%);
		transform: translate(-45%, -50%);
		width: 10px;
		height: 14px;
		background-image: url(images/required/svg/play.svg);
		background-repeat: no-repeat
}

.slider-video .owl-dots {
		position: absolute;
		z-index: 1;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.slider-video .owl-dots .owl-dot {
		background-color: #B0B0B0;
		width: 16px;
		height: 4px;
		margin-left: 4px;
		margin-right: 4px;
		border: none;
		outline: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.slider-video .owl-dots .owl-dot.active {
		background-color: #F5990F !important
}

.slider-video .owl-dots .owl-dot:hover {
		background-color: #494949
}

.slider-previews.no-overflow .owl-stage-outer {
		overflow: inherit
}

@media (max-width: 767.98px) {
		.slider-video__item:after {
				width: 32px;
				height: 32px
		}

		.slider-video__item:before {
				height: 9px;
				width: 6px
		}

		.slider-video .owl-dots {
				bottom: -30px
		}

		.slider-previews {
				margin-left: -16px;
				margin-right: -16px
		}

		.slider-previews .owl-stage-outer {
				padding-left: 16px
		}

		.slider-previews__item {
				width: 190px;
				min-width: 190px
		}
}

@-webkit-keyframes menu-show-bg {
		0% {
				opacity: 0
		}
		100% {
				opacity: .7
		}
}

@keyframes menu-show-bg {
		0% {
				opacity: 0
		}
		100% {
				opacity: .7
		}
}

@-webkit-keyframes menu-show-menu {
		0% {
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%)
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0)
		}
}

@keyframes menu-show-menu {
		0% {
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%)
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0)
		}
}

.main-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 32;
		display: none
}

.main-menu.show {
		display: block
}

.main-menu__bg {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #1F1F1F;
		opacity: .7;
		-webkit-animation: menu-show-bg .3s ease-out;
		animation: menu-show-bg .3s ease-out
}

.main-menu__wrapper {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		min-height: 100%;
		width: 100%
}

.main-menu__container {
		overflow: hidden;
		min-height: 100vh;
		width: 430px;
		background-color: #fff;
		-webkit-animation: menu-show-menu .3s ease-out;
		animation: menu-show-menu .3s ease-out
}

.main-menu__header {
		height: 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #ECECEC;
		white-space: nowrap;
		padding-left: 24px;
		padding-right: 24px
}

.main-menu__close {
		cursor: pointer;
		margin-right: 40px
}

.main-menu__close .icon {
		width: 20px;
		height: 20px;
		fill: #1F1F1F
}

.main-menu__phone {
		text-decoration: none;
		color: #1F1F1F;
		font-weight: 800;
		margin-top: 2px
}

.main-menu__phone a {
		color: #1F1F1F;
		text-decoration: none
}

.main-menu__city {
		margin-top: 2px;
		margin-left: auto;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 160px;
		overflow: hidden;
		padding-right: 10px;
		position: relative
}

@media (min-width: 768px) and (max-width: 1279.98px) {
		.main-menu__city {
				max-width: 40%
		}

		.main-menu__container {
				min-width: 410px
		}
}

.main-menu__city:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 10px;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(236, 236, 236, 0)), to(#ececec));
		background-image: linear-gradient(to right, rgba(236, 236, 236, 0), #ececec)
}

.main-menu__auth:after, .snippet__category:after {
		top: 0;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white))
}

.main-menu__city .icon {
		width: 15px;
		height: 19px
}

.main-menu__city-icon {
		margin-right: 8px
}

.main-menu__city-icon .icon {
		fill: #8c0014
}

.main-menu__city-title {
		color: #494949
}

.main-menu__city:hover .main-menu__city-title {
		color: #701
}

.main-menu__section {
		padding: 24px;
		border-top: 1px solid rgba(31, 31, 31, .2)
}

.main-menu__section--one-item {
		padding-top: 19px;
		padding-bottom: 19px
}

.main-menu__section-action {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px
}

.main-menu__section-link {
		display: block;
		color: #494949;
		text-decoration: none;
		line-height: 32px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.main-menu__section-link:hover {
		color: #701
}

.main-menu__section-link-icon {
		margin-right: 12px;
		width: 22px;
		height: 22px
}

.main-menu__section-link-icon .icon {
		fill: #8C0014;
		width: 22px;
		height: 22px
}

.main-menu__section-link-title {
		display: inline-block;
		margin-right: 8px;
		line-height: 44px
}

.catalog-menu__sub-link-icon, .main-menu__auth-icon, .main-menu__exit-icon {
		margin-right: 15px
}

.main-menu__section-link-count {
		display: inline-block;
		width: 18px;
		height: 18px;
		color: #fff;
		background-color: #8C0014;
		font-size: 11px;
		border-radius: 50%;
		text-align: center;
		line-height: 18px
}

.main-menu__section--mobile {
		display: none
}

.main-menu__auth {
		white-space: nowrap;
		overflow: hidden;
		position: relative;
		padding-right: 10px;
		max-width: 71%
}

.main-menu__auth:after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 10px;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.main-menu__auth, .main-menu__exit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none
}

.catalog-menu__sub-header, .main-menu__header-left {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center
}

.main-menu__auth-icon .icon, .main-menu__exit-icon .icon {
		width: 20px;
		height: 20px;
		fill: #8c0014
}

.main-menu__auth-title, .main-menu__exit-title {
		font-weight: 500;
		color: #1F1F1F;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		text-decoration: none
}

.main-menu__auth--guest {
		cursor: pointer
}

.main-menu__auth--guest .main-menu__auth-title {
		color: #494949
}

.main-menu__auth--guest:hover .main-menu__auth-title {
		color: #8c0014
}

.main-menu__exit {
		cursor: pointer
}

.main-menu__exit-icon {
		margin-right: 0;
		margin-left: 15px
}

.main-menu__exit-icon .icon {
		width: 19px
}

.main-menu__exit-title {
		color: #8c0014
}

.main-menu__exit:hover .main-menu__exit-title {
		color: #701
}

.main-menu__header-left {
		display: flex;
		-ms-flex-align: center;
		align-items: center
}

@media (max-width: 1279.98px) {
		.main-menu__container {
				width: 50vw;
				min-width: 0
		}

		.main-menu__close {
				margin-right: 30px
		}

		.main-menu__city {
				margin-left: 0
		}

		.main-menu__header {
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between
		}
}

@media (max-width: 767.98px) {
		.main-menu__header {
				position: relative;
				z-index: 3;
				padding: 0 16px
		}

		.main-menu__section {
				padding: 16px
		}

		.main-menu__section--mobile {
				display: block
		}

		.main-menu__section-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center
		}

		.main-menu__section-link-icon {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}

		.main-menu__close {
				margin-right: 30px
		}

		.main-menu__close .icon {
				width: 20px;
				height: 20px
		}

		.main-menu__container {
				width: 100%
		}

		.main-menu__exit-title {
				display: none
		}

		.main-menu__auth {
				max-width: 85%
		}

		.main-menu__city {
				max-width: 140px
		}
}

@media screen and (max-width: 374px) {
		.main-menu__header {
				height: 40px
		}

		.main-menu__close {
				margin-right: 15px
		}

		.main-menu__city {
				max-width: 110px
		}
}

.catalog-menu {
		padding: 28px 0
}

.catalog-menu__list {
		padding: 0;
		margin: 0;
		list-style: none
}

.catalog-menu__item--parent > .catalog-menu__link:after {
		position: absolute;
		display: block;
		right: 24px;
		width: 9px;
		height: 14px;
		background-image: url(images/required/svg/chevron.svg);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

@media (min-width: 768px) {
		.catalog-menu__item--parent:hover > .catalog-menu__link {
				color: #fff;
				background-color: #6B6B6B
		}

		.catalog-menu__item--parent:hover .catalog-menu__sub {
				display: block
		}

		.catalog-menu__item--parent > .catalog-menu__link:hover:after {
				background-image: url(images/required/svg/chevron-white.svg)
		}
}

.catalog-menu__link {
		position: relative;
		color: #494949;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		text-decoration: none;
		padding: 0 34px 0 24px;
		display: block;
		line-height: 48px
}

.catalog-menu__sub, .pseudo-snippet--in-cart .pseudo-snippet__favorites, .snippet__description-wrapper, .snippet__link, .snippet__pre-order, .snippet__pre-order-text, .snippet__spec-list, .snippet_horizontal .snippet__category {
		display: none
}

.catalog-menu__sub {
		z-index: 2;
		position: fixed;
		left: 430px;
		top: 0;
		width: 430px;
		color: #fff;
		min-height: 100vh;
		overflow: auto;
		height: 100%
}

.catalog-menu__sub-header {
		font-size: 20px;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		min-height: 60px;
		padding: 16px 20px;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.catalog-menu__sub-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none;
		color: #DDD;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.catalog-menu__sub-link:hover {
		color: #fff
}

.catalog-menu__sub-link-icon .icon {
		width: 31px;
		height: 32px;
		fill: #fff
}

.catalog-menu__sub-list {
		padding: 35px 40px;
		margin: 0;
		list-style: none
}

.catalog-menu__sub-item {
		margin-bottom: 16px
}

@media (max-width: 1279.98px) {
		.catalog-menu__sub {
				left: 50vw;
				width: 50vw
		}
}

@media (max-width: 767.98px) {
		.catalog-menu__sub {
				position: absolute;
				top: 60px;
				left: 0;
				width: 100%
		}

		.catalog-menu__sub-header {
				padding: 16px 16px 16px 40px;
				position: relative;
				text-align: left
		}

		.catalog-menu__sub-header:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 16px;
				width: 9px;
				height: 14px;
				background-image: url(images/required/svg/chevron-white.svg);
				background-position: center center;
				background-size: contain;
				-webkit-transform: translateY(-50%) scaleX(-1);
				transform: translateY(-50%) scaleX(-1);
				-webkit-transition: .15s ease-out;
				transition: .15s ease-out
		}

		.catalog-menu__sub-list {
				padding: 35px 15px
		}

		.catalog-menu__link {
				padding: 0 26px 0 16px
		}

		.catalog-menu__link:after {
				right: 16px !important
		}

		.catalog-menu__item--parent:hover .catalog-menu__sub {
				display: none
		}

		.catalog-menu__item--parent.hover .catalog-menu__sub {
				display: block
		}
}

@media screen and (max-width: 374px) {
		.catalog-menu__sub {
				top: 40px
		}

		.catalog-menu__sub-header {
				font-size: 18px;
				padding: 16px 18px 16px 40px
		}
}

.snippet {
		position: relative;
		height: 100%
}

.snippet__no-photo-title {
		font-weight: 300;
		padding-top: 5px
}

@media (min-width: 768px) {
		.snippet__price-old-world {
				display: none
		}

		.snippet__description-wrapper, .snippet__link, .snippet__pre-order, .snippet__pre-order-text, .snippet__spec-list, .snippet_horizontal .snippet__category {
				display: block
		}
}

.snippet_horizontal .snippet__controls {
		margin-top: 28px
}

.snippet__action-wrapper {
		display: none
}

@media (min-width: 768px) {
		.snippet__action-wrapper {
				display: block
		}
}

.snippet__content {
		width: 100%
}

.snippet:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		background-color: #fff;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.snippet:hover:before {
		top: -8px;
		left: -8px;
		right: -8px;
		opacity: 1
}

.snippet--not-available:hover:before {
		bottom: -8px !important
}

.snippet__container {
		background-color: #fff;
		padding: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		flex-direction: column;
		position: relative;
		z-index: 1;
		height: 100%;
		min-height: 430px
}

.snippet__action {
		opacity: 0
}

.snippet:hover .snippet__action, .snippet:hover .snippet__actions-compare .snippet__action, .snippet__action--active {
		opacity: 1
}

.snippet__actions {
		z-index: 1;
		position: absolute;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.snippet__actions-compare {
		opacity: 1
}

.snippet__actions-compare .snippet__action {
		display: none
}

.snippet__actions-compare .snippet__action--remove {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.snippet--in-cart .snippet__action--favorites {
		display: none !important
}

.snippet__action {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		position: relative;
		user-select: none
}

.accordion__title:before, .property__title, .snippet__action-icon .icon, .snippet__controls {
		-webkit-transition: .15s ease-out
}

.snippet__action-icon .icon {
		position: relative;
		z-index: 1;
		transition: .15s ease-out;
		fill: #B0B0B0
}

.snippet__action:hover {
		border: 2px solid #701
}

.snippet__action:hover .snippet__action-icon .icon {
		fill: #701
}

@-webkit-keyframes action-show {
		0% {
				-webkit-transform: scale(0) translate(-50%, -50%);
				transform: scale(0) translate(-50%, -50%);
				opacity: 0
		}
		100% {
				-webkit-transform: scale(1) translate(-50%, -50%);
				transform: scale(1) translate(-50%, -50%);
				opacity: 1
		}
}

@keyframes action-show {
		0% {
				-webkit-transform: scale(0) translate(-50%, -50%);
				transform: scale(0) translate(-50%, -50%);
				opacity: 0
		}
		100% {
				-webkit-transform: scale(1) translate(-50%, -50%);
				transform: scale(1) translate(-50%, -50%);
				opacity: 1
		}
}

.snippet__action--active:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 32px;
		height: 32px;
		background-color: #701;
		border-radius: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-animation: action-show .15s ease-out;
		animation: action-show .15s ease-out;
		-webkit-transform-origin: left top;
		transform-origin: left top
}

.snippet__action--compare .snippet__action-icon .icon, .snippet__action--favorites .snippet__action-icon .icon {
		width: 18px;
		height: 16px
}

.snippet__action--active .snippet__action-icon .icon {
		fill: #fff !important
}

.snippet__action--compare .snippet__action-icon {
		margin-top: -2px
}

.snippet__action--remove {
		border: 1px solid transparent;
		background-color: #701
}

.snippet__action--remove .icon {
		fill: #fff;
		width: 16px;
		height: 17px
}

.snippet__action--remove:hover {
		background-color: #fff
}

@keyframes show-action {
		0% {
				opacity: 0;
				-webkit-transform: translateY(-50%) translateX(-10px);
				transform: translateY(-50%) translateX(-10px)
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(-50%) translateX(0);
				transform: translateY(-50%) translateX(0)
		}
}

.snippet__action-add, .snippet__action-remove {
		position: absolute;
		left: 46px;
		top: 50%;
		display: none;
		height: 32px;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		background-color: #fff;
		white-space: nowrap;
		line-height: 32px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 14px;
		color: #6B6B6B;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: -2px;
		-webkit-animation: show-action .15s ease-out;
		animation: show-action .15s ease-out
}

.snippet__action-add:before, .snippet__action-remove:before {
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -1px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		left: -8px;
		background-color: #fff;
		width: 10px;
		height: 10px
}

.snippet__action:hover .snippet__action-add {
		display: block
}

.snippet__action--active:hover .snippet__action-add {
		display: none
}

.snippet__action--active:hover .snippet__action-remove {
		display: block
}

.snippet__image {
		display: block;
		text-decoration: none;
		color: inherit;
		height: 256px;
		text-align: center;
		white-space: nowrap;
		margin-bottom: 9px
}

.snippet__image:before {
		content: '';
		width: 1px;
		height: 100%;
		display: inline-block;
		vertical-align: middle
}

.snippet__image-src {
		max-width: 100%;
		max-height: 100%;
		width: auto !important;
		height: auto;
		display: inline-block !important;
		vertical-align: middle;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

.snippet__no-photo {
		background-color: #F0F0F0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		padding: 24px;
		color: #B0B0B0;
		font-weight: 100;
		font-size: 24px
}

.snippet__no-photo svg {
		width: 140px;
		height: 170px;
		fill: #ddd
}

.snippet__category:after, .snippet__title:after {
		width: 20px;
		content: ''
}

@media (max-width: 1023.98px) {
		.snippet__no-photo {
				padding: 16px;
				font-size: 16px
		}

		.snippet__no-photo-title {
				margin-top: 16px
		}
}

@media (max-width: 767.98px) {
		.snippet__no-photo-title {
				margin-top: 8px
		}
}

.snippet__tags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 24px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 9px
}

.snippet__tag {
		margin-right: 8px;
		height: 24px;
		border-radius: 12px;
		padding: 0 8px;
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 5px
}

.snippet__tag.red {
		color: #fff;
		background-color: #8C0014
}

.snippet__tag.blue {
		color: #fff;
		background-color: #357AAA
}

.snippet__category, .snippet__title {
		color: #494949;
		text-decoration: none
}

.snippet__category {
		white-space: nowrap;
		font-size: 14px;
		line-height: 24px;
		position: relative;
		overflow: hidden
}

.snippet__category:after {
		position: absolute;
		right: 0;
		height: 100%;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.snippet__title {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		position: relative;
		overflow: hidden;
		padding-top: 1px
}

@media (min-width: 618px) {
		.snippet__title {
				height: 36.4px
		}
}

@media (min-width: 1024px) {
		.snippet__title {
				height: 44.8px
		}
}

.snippet__title:after {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 20px;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

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

.fake__item-content, .snippet__data {
		-ms-flex-direction: column;
		-webkit-box-direction: normal
}

.snippet__price-old {
		font-size: 12px;
		color: #B0B0B0
}

.snippet__price-value {
		font-size: 18px;
		font-weight: 800;
		color: #1F1F1F
}

.snippet__status {
		font-size: 12px;
		color: #3AAA35
}

.snippet__status:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 4px;
		height: 4px;
		width: 4px;
		background-color: #3AAA35
}

.snippet__status--not-available {
		color: #6B6B6B
}

.snippet__status--not-available:before {
		background-color: #6B6B6B
}

.snippet__status--wait {
		color: #f5990f
}

.snippet__status--wait:before {
		background-color: #f5990f
}

.snippet:hover {
		z-index: 2
}

.snippet:hover .snippet__controls {
		opacity: 1;
		left: -8px;
		right: -8px;
		pointer-events: all
}

.scroll-top, .select-action.disabled, .snippet__controls {
		pointer-events: none
}

.snippet__controls {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		padding: 0 24px 24px;
		opacity: 0;
		transition: .15s ease-out;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.snippet__button.button {
		width: 100%;
		padding-left: 38px;
		padding-right: 38px
}

.snippet--not-available .snippet__controls {
		display: none
}

.snippet__data {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
		.snippet__inner-col:first-child {
				width: 210px;
				-ms-flex-negative: 0;
				flex-shrink: 0
		}

		.snippet__inner-col:last-child {
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				padding-left: 20px;
				padding-right: 20px
		}
}

@media (min-width: 768px) {
		.snippet__price {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				min-height: 34px;
				height: 34px
		}
}

@media (max-width: 1023.98px) {
		.snippet:before {
				display: none
		}

		.snippet__image {
				height: 160px
		}

		.snippet__action-add, .snippet__action-remove {
				display: none !important
		}

		.snippet__container {
				padding: 16px;
				min-height: 310px
		}

		.snippet__tags {
				margin-bottom: 8px
		}

		.snippet__title {
				font-size: 13px;
				line-height: 20px
		}

		.snippet__category {
				font-size: 12px;
				line-height: 16px
		}

		.snippet__price-old {
				font-size: 12px
		}

		.snippet__price-value {
				font-size: 16px;
				line-height: 16px
		}

		.snippet:hover:before {
				bottom: -8px
		}

		.snippet__status {
				max-width: 80px;
				text-align: right
		}

		.snippet__controls {
				display: none
		}
}

@media (max-width: 767.98px) {
		.snippet, .snippet__data {
				overflow: hidden
		}

		.snippet__controls {
				position: static;
				display: block;
				opacity: 1;
				-webkit-box-shadow: none;
				box-shadow: none;
				padding: 0;
				margin-top: auto
		}

		.snippet__button.button {
				margin-top: 12px;
				padding-left: 16px;
				padding-right: 16px;
				height: 32px
		}

		.snippet__actions {
				position: absolute;
				left: auto;
				opacity: 1
		}

		.snippet:before {
				display: none
		}

		.snippet__tags {
				position: absolute;
				left: 16px;
				top: 20px;
				padding-right: 80px
		}

		.snippet__container {
				padding-bottom: 24px;
				padding-top: 65px;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				height: auto;
				min-height: 240px
		}

		.snippet__info {
				margin-top: 0;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-orient: vertical;
				-webkit-box-direction: reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse
		}

		.snippet__image {
				height: 150px;
				-ms-flex-preferred-size: 110px;
				flex-basis: 110px;
				max-width: 110px;
				min-width: 110px;
				margin-bottom: 0
		}

		.snippet__image-src, .snippet__image:before {
				vertical-align: top
		}

		.snippet__data {
				padding-left: 16px
		}

		.snippet__actions {
				top: 16px;
				right: 16px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}

		.snippet__title {
				font-size: 13px;
				line-height: 18px;
				white-space: normal;
				margin-bottom: 5px
		}

		.snippet__title:after {
				display: none
		}

		.snippet__action {
				opacity: 1;
				margin-bottom: 0;
				margin-left: 8px
		}

		.snippet__status {
				text-align: left !important;
				max-width: none !important;
				margin-bottom: 8px;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.snippet__price {
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
		}

		.snippet__price-old {
				font-size: 12px;
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.snippet__price-value {
				margin-right: 8px;
				font-size: 16px;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.snippet__action-add, .snippet__action-remove {
				display: none !important
		}
}

@media (max-width: 767.98px) and (min-width: 768px) {
		.snippet__data {
				position: relative
		}
}

@media (min-width: 768px) {
		.small-snippets .snippet__actions, .small-snippets .snippet__tags {
				display: none
		}

		.small-snippets .snippet__title {
				font-size: 14px;
				line-height: 20px;
				white-space: normal;
				height: 41px;
				max-height: 41px;
				overflow: hidden
		}

		.small-snippets .snippet__container {
				padding: 16px;
				min-height: 300px
		}

		.small-snippets .snippet__image {
				height: 160px
		}

		.small-snippets .snippet__info {
				-webkit-box-orient: vertical;
				-webkit-box-direction: reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start
		}

		.small-snippets .snippet__status {
				max-width: 90px;
				margin-bottom: 8px;
				white-space: nowrap
		}

		.small-snippets .snippet__button {
				height: 32px;
				line-height: 32px;
				white-space: nowrap;
				padding-left: 16px;
				padding-right: 16px
		}

		.small-snippets .snippet__price {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center
		}

		.small-snippets .snippet__price-old {
				font-size: 12px;
				margin-left: 8px;
				line-height: 24px
		}

		.small-snippets .snippet__price-value {
				font-size: 16px;
				line-height: 24px
		}

		.small-snippets .snippet__category {
				display: none
		}
}

@media (max-width: 767.98px) {
		.small-snippets .snippet .button, .small-snippets .snippet__actions, .small-snippets .snippet__tags {
				display: none
		}

		.small-snippets .snippet__container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 12px;
				min-height: 237px
		}

		.small-snippets .snippet__image {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				min-width: 0;
				height: 110px;
				margin-bottom: 12px
		}

		.small-snippets .snippet__category {
				display: none
		}

		.small-snippets .snippet__info {
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end
		}

		.small-snippets .snippet__data {
				padding-left: 0
		}

		.small-snippets .snippet__status {
				white-space: nowrap;
				line-height: 18px;
				margin: 0
		}

		.small-snippets .snippet__title {
				max-height: 35px;
				font-size: 12px;
				line-height: 16px;
				white-space: normal;
				height: 32px;
				overflow: hidden
		}

		.small-snippets .snippet__title:after {
				display: block
		}

		.small-snippets .snippet__price {
				margin-top: auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start
		}

		.small-snippets .snippet__price-old {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				line-height: 16px;
				font-size: 12px
		}

		.small-snippets .snippet__price-value {
				line-height: 16px;
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2;
				font-size: 14px
		}
}

.fixed .snippet .snippet__actions, .fixed .snippet .snippet__controls, .fixed .snippet .snippet__tags, .fixed .snippet:before {
		display: none
}

.fixed .snippet {
		overflow: hidden
}

.fixed .snippet__button.button {
		margin-top: 12px;
		padding-left: 16px;
		padding-right: 16px;
		height: 32px
}

.fixed .snippet__container {
		padding: 8px 16px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		min-height: 136px
}

.checkout__controls-wrap, .docs__content, .fake__item-content, .fake__item-info, .fixed .snippet__info {
		-webkit-box-orient: vertical
}

.fixed .snippet__info {
		margin-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
}

.fixed .snippet__image {
		height: 120px;
		-ms-flex-preferred-size: 110px;
		flex-basis: 110px;
		max-width: 110px;
		min-width: 110px;
		margin-bottom: 0
}

.fixed .snippet__image-src, .fixed .snippet__image:before {
		vertical-align: top
}

.fixed .snippet__data {
		padding-left: 16px;
		overflow: hidden;
		position: relative
}

.fixed .snippet__actions {
		top: 16px;
		right: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.fixed .snippet__title {
		font-size: 13px;
		line-height: 18px;
		white-space: nowrap;
		margin-bottom: 5px;
		overflow: hidden
}

.fixed .snippet__title:after {
		display: none
}

.fixed .snippet__price, .property {
		display: -ms-flexbox;
		display: -webkit-box
}

.fixed .snippet__action {
		margin-bottom: 0;
		margin-left: 8px
}

.fixed .snippet__status {
		text-align: left !important;
		max-width: none !important;
		margin-bottom: 8px
}

.fixed .snippet__price {
		width: 100%;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
}

.fixed .snippet__price-old {
		font-size: 12px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
}

.fixed .snippet__price-value {
		margin-right: 8px;
		font-size: 16px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
}

.fixed .snippet__action-add, .fixed .snippet__action-remove {
		display: none !important
}

@media (max-width: 767.98px) {
		.catalog-compare .snippet__price {
				min-height: 32px
		}
}

@media (max-width: 617.98px) {
		.catalog-compare .snippet__tags {
				display: none
		}

		.catalog-compare .snippet__actions {
				left: 0;
				right: auto;
				display: block
		}

		.catalog-compare .snippet__action + .snippet__action {
				margin-top: 5px
		}

		.catalog-compare .snippet__controls {
				display: none
		}

		.catalog-compare .snippet__container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 12px;
				min-height: 308px
		}

		.catalog-compare .snippet__image {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				min-width: 0;
				height: 110px;
				margin-bottom: 12px
		}

		.catalog-compare .snippet__info {
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end
		}

		.catalog-compare .snippet__data {
				padding-left: 0
		}

		.catalog-compare .snippet__status {
				white-space: nowrap;
				line-height: 18px;
				margin: 0
		}

		.catalog-compare .snippet__title {
				max-height: 35px;
				font-size: 12px;
				line-height: 16px;
				white-space: normal;
				height: 32px;
				overflow: hidden
		}

		.catalog-compare .snippet__title:after {
				display: block
		}

		.catalog-compare .snippet__price {
				margin-top: auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				min-height: 34px
		}

		.catalog-compare .snippet__price-old {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				line-height: 16px;
				font-size: 12px
		}

		.catalog-compare .snippet__price-value {
				line-height: 16px;
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2;
				font-size: 14px
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				min-height: auto;
				padding: 24px
		}
}

@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1279.98px) {
		.snippet_horizontal .snippet__data {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__image {
				width: 160px;
				height: 160px;
				margin-bottom: 0;
				margin-right: 16px;
				margin-left: 40px;
				-ms-flex-negative: 0;
				flex-shrink: 0
		}

		.snippet_horizontal .snippet__content {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}

		.snippet_horizontal .snippet__title {
				margin-top: 4px;
				font-size: 14px;
				color: #494949;
				position: relative;
				overflow: hidden;
				line-height: 1.4;
				white-space: inherit;
				margin-bottom: 12px;
				display: block
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__container {
				padding-right: 32px
		}

		.snippet_horizontal .snippet__data {
				padding-top: 8px
		}

		.snippet_horizontal .snippet__image {
				width: 232px;
				height: 232px;
				margin-right: 32px
		}
}

@media (min-width: 768px) and (min-width: 618px) {
		.snippet_horizontal .snippet__title {
				height: 39.2px
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__title {
				margin-bottom: 16px;
				height: 56px;
				font-size: 20px;
				margin-top: 6px
		}

		.snippet_horizontal .snippet__status {
				font-size: 16px
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__title::after {
				right: 0;
				height: 24px;
				width: 20px;
				content: '';
				top: auto;
				bottom: 0
		}

		.snippet_horizontal .snippet__controls {
				-webkit-box-shadow: none;
				box-shadow: none;
				position: static;
				pointer-events: all;
				opacity: 1;
				display: block;
				padding: 0
		}

		.snippet_horizontal .snippet__info {
				margin-top: 0;
				display: block
		}

		.snippet_horizontal .snippet__status {
				text-align: left;
				max-width: none
		}

		.snippet_horizontal .snippet__price-old {
				font-size: 14px;
				text-decoration: line-through;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin-bottom: 12px
		}

		.snippet_horizontal .snippet__price {
				margin-top: 16px;
				height: auto;
				min-height: auto
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__price-old {
				font-size: 18px;
				margin-bottom: 10px
		}

		.snippet_horizontal .snippet__price {
				margin-top: 22px
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__price-value {
				font-size: 20px;
				font-weight: 400
		}

		.snippet_horizontal .snippet__controls {
				margin-top: 20px
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__price-value {
				font-size: 28px
		}

		.snippet_horizontal .snippet__controls {
				margin-top: 32px
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__col-right {
				-ms-flex-item-align: center;
				align-self: center;
				margin-left: 20px;
				padding: 0;
				width: 162px;
				-ms-flex-negative: 0;
				flex-shrink: 0
		}

		.snippet_horizontal .snippet__spec-list {
				color: #6B6B6B;
				font-size: 12px;
				padding-left: 16px;
				line-height: 1.5;
				margin-bottom: 0;
				margin-top: 0
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__col-right {
				width: 200px;
				margin-left: 40px
		}

		.snippet_horizontal .snippet__spec-list {
				font-size: 14px;
				line-height: 1.4
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__link {
				font-size: 12px;
				margin-top: 8px
		}

		.snippet_horizontal .snippet__action {
				margin-bottom: 12px;
				opacity: 1
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__link {
				font-size: 14px;
				line-height: 1.7
		}

		.snippet_horizontal .snippet__action {
				margin-bottom: 8px
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__action-img {
				width: 54px;
				height: 20px
		}

		.snippet_horizontal .snippet__action-wrapper {
				position: relative;
				margin-left: 12px
		}

		.snippet_horizontal .snippet__action-wrapper span {
				position: absolute;
				top: 50%;
				left: 6px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				color: #1F1F1F;
				font-size: 12px;
				font-weight: 500
		}

		.snippet_horizontal .snippet__description-wrapper {
				overflow: hidden;
				position: relative;
				max-height: 72px
		}

		.snippet_horizontal .snippet__description-wrapper::after {
				background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff));
				background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%);
				bottom: 0;
				content: '';
				height: 18px;
				position: absolute;
				right: -9px;
				width: 32px
		}

		.snippet_horizontal .snippet__description {
				font-size: 12px;
				color: #6B6B6B;
				line-height: 1.5
		}

		.snippet_horizontal .snippet__description:not(:first-child) {
				margin-top: 12px
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__description-wrapper {
				max-height: 98px
		}

		.snippet_horizontal .snippet__description {
				font-size: 14px;
				line-height: 1.4
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__pre-order {
				font-size: 12px;
				font-weight: 300;
				color: #6B6B6B;
				line-height: 1.3
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__pre-order {
				font-size: 16px
		}
}

@media (min-width: 768px) {
		.snippet_horizontal .snippet__pre-order-text {
				font-size: 10px;
				line-height: 1.2;
				color: #6B6B6B;
				margin-top: 12px
		}
}

@media (min-width: 768px) and (min-width: 1280px) {
		.snippet_horizontal .snippet__pre-order-text {
				font-size: 14px;
				line-height: 1.28;
				margin-top: 10px
		}
}

.snippet__spec-list + .snippet__description {
		margin-top: 0 !important
}

@media (min-width: 768px) {
		.catalog-list_guarantee .snippet__title {
				margin-top: -32px
		}
}

.property {
		display: flex;
		margin-bottom: 30px
}

.property__icon {
		-ms-flex-preferred-size: 60px;
		flex-basis: 60px;
		max-width: 60px;
		min-width: 60px;
		text-align: center
}

.property__icon .icon {
		fill: #8C0014
}

.property__icon .icon-advantage-2 {
		width: 55px;
		height: 32px
}

.property__icon .icon-prop1 {
		width: 54px;
		height: 54px
}

.property__icon .icon-prop2 {
		width: 45px;
		height: 43px
}

.property__icon .icon-prop3 {
		width: 52px;
		height: 52px
}

.property__icon .icon-prop4 {
		width: 45px;
		height: 44px
}

.property__content {
		padding-left: 24px
}

.property__title {
		display: block;
		color: #8C0014;
		font-size: 18px;
		font-weight: 100;
		line-height: 22px;
		margin-bottom: 13px;
		transition: .15s ease-out
}

.property__title:hover {
		color: #701
}

.property__text {
		color: #6B6B6B;
		font-size: 14px;
		line-height: 21px;
		max-width: 320px
}

@media (max-width: 1279.98px) {
		.property__title {
				font-size: 16px;
				line-height: 18px;
				margin-bottom: 8px
		}

		.property__text {
				font-size: 12px;
				line-height: 18px;
				max-width: 375px
		}
}

.accordion__item {
		margin-top: -1px;
		border-top: 1px solid #979797;
		border-bottom: 1px solid #979797
}

.accordion__item.active .accordion__title {
		color: #fff
}

.accordion__item.active .accordion__title:before {
		opacity: 1;
		background-color: #6B6B6B
}

.accordion__item.active .accordion__title span {
		padding-right: 30px
}

.accordion__item.active .accordion__title span:before {
		height: 0
}

.accordion__title {
		cursor: pointer;
		position: relative;
		font-size: 18px;
		user-select: none;
		color: #ddd
}

.accordion__title:before {
		content: '';
		position: absolute;
		left: -16px;
		right: -16px;
		bottom: -1px;
		top: -1px;
		background-color: #494949;
		opacity: 0;
		transition: .15s ease-out
}

.accordion__title span:before, .preview__category, .preview__title {
		-webkit-transition: .15s ease-out
}

.accordion__title:hover:before {
		opacity: 1
}

.accordion__title span {
		height: 56px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		z-index: 2
}

.accordion__title span:after, .accordion__title span:before {
		position: absolute;
		background-color: #ddd;
		top: 50%;
		content: ''
}

.accordion__title span:before {
		right: 7px;
		width: 2px;
		height: 16px;
		transition: .15s ease-out;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 1px
}

.accordion__title span:after {
		right: 0;
		width: 16px;
		height: 2px
}

.accordion__content {
		padding-top: 24px;
		padding-bottom: 24px;
		display: none
}

.fake__item-content, .fake__list {
		display: -webkit-box;
		display: -ms-flexbox
}

.accordion__content p:last-child {
		margin-bottom: 0
}

@media (max-width: 767.98px) {
		.accordion__title {
				font-size: 16px
		}

		.accordion__content {
				padding-top: 16px
		}
}

.fake {
		padding-bottom: 105px
}

.fake__title {
		background-color: #DDD;
		height: 48px;
		width: 100%;
		max-width: 565px;
		margin: 64px auto 48px
}

.fake__list {
		margin-left: -16px;
		margin-right: -16px;
		display: flex
}

.fake__item {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		padding-left: 16px;
		padding-right: 16px
}

.fake__item-content {
		background-color: #DDD;
		padding: 24px;
		display: flex;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
}

.fake__item-category, .fake__item-image, .fake__item-status, .fake__item-title {
		width: 100%;
		background-color: #ECECEC
}

.fake__item-image {
		padding-bottom: 100%;
		margin-bottom: 24px
}

.fake__item-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
}

.fake__item-category {
		height: 18px;
		margin-bottom: 8px;
		max-width: 146px
}

.fake__item-title {
		height: 32px;
		margin-bottom: 16px
}

.fake__item-status {
		height: 24px;
		max-width: 77px
}

@media (max-width: 1279.98px) {
		.fake__item {
				-ms-flex-preferred-size: 33.333%;
				flex-basis: 33.333%;
				max-width: 33.333%
		}

		.fake__item:last-child {
				display: none
		}
}

@media (max-width: 767.98px) {
		.fake {
				padding-bottom: 64px
		}

		.fake__item {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%
		}

		.fake__item:nth-last-child(2) {
				display: none
		}

		.fake__item-content {
				padding: 16px;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-align: normal;
				-ms-flex-align: normal;
				align-items: normal
		}

		.fake__item-image {
				padding-bottom: 50%;
				margin-right: 16px;
				margin-bottom: 0
		}

		.fake__item-status {
				margin-top: auto
		}

		.fake__title {
				margin-bottom: 40px
		}
}

@media (max-width: 617.98px) {
		.fake__item {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}

		.fake__item:nth-last-child(3) {
				display: none
		}
}

.info-line {
		background-color: #fff;
		overflow: hidden;
		margin-top: 64px
}

.info-line--in-block {
		margin-top: 0;
		margin-bottom: 48px;
		background-color: #F0F0F0
}

@media (max-width: 767.98px) {
		.info-line--in-block {
				margin-left: -16px;
				margin-right: -16px;
				margin-bottom: 24px
		}
}

.info-line--in-block .info-line__left .icon, .info-line--in-block .info-line__right .icon {
		fill: #DDD
}

.info-line--in-block .info-line__content {
		padding-left: 0;
		padding-right: 0;
		margin-left: -24px;
		margin-right: -24px
}

.info-line__content {
		min-height: 108px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 30px;
		padding-right: 30px;
		overflow: hidden
}

.info-line__center, .preview__label {
		-webkit-box-align: center;
		text-align: center
}

.info-line__center {
		position: relative;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #1F1F1F;
		font-size: 22px;
		font-weight: 100;
		line-height: 28px;
		padding: 24px 32px
}

.info-line__left, .info-line__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 120px;
		min-width: 120px;
		height: 120px;
		position: relative
}

.info-line__left .icon, .info-line__right .icon {
		position: absolute;
		top: 25px;
		left: 0;
		height: 120px;
		width: 120px;
		fill: #F0F0F0
}

.info-line__left .icon-block-sale, .info-line__right .icon-block-sale {
		top: -32px
}

@media (max-width: 767.98px) {
		.info-line__content {
				padding-left: 0;
				padding-right: 0
		}

		.info-line__left, .info-line__right {
				width: 50px;
				min-width: 50px;
				min-height: 90px
		}

		.info-line__left .icon, .info-line__right .icon {
				width: 90px;
				height: 90px
		}

		.info-line__left .icon {
				top: auto;
				bottom: -15px;
				left: -25px
		}

		.info-line__right .icon {
				top: -10px;
				left: -25px
		}

		.info-line__center {
				color: #1F1F1F;
				font-size: 16px;
				font-weight: 100;
				line-height: 24px;
				padding-left: 16px;
				padding-right: 16px
		}
}

.preview__image {
		background-position: center center;
		display: block;
		height: 260px;
		margin-bottom: 24px
}

.preview__wrap {
		text-decoration: none;
		color: inherit
}

.preview__wrap:hover .preview__title {
		color: #701
}

.preview__label {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #8C0014;
		height: 20px;
		line-height: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		font-size: 12px;
		padding: 0 5px;
		font-weight: 300;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(90deg) translateX(100%);
		transform: rotate(90deg) translateX(100%)
}

.preview__category, .preview__date, .preview__title {
		line-height: 24px;
		font-size: 16px
}

.preview__title {
		display: block;
		color: #494949;
		text-decoration: none;
		transition: .15s ease-out;
		height: 51px;
		overflow: hidden;
		position: relative;
		margin-bottom: 3px
}

.docs__content, .docs__list, .modal-pack__right, .preview__row {
		display: -ms-flexbox
}

.preview__title:after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100px;
		height: 25px;
		background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0))
}

.preview__row {
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.preview__date {
		white-space: nowrap;
		color: #1F1F1F
}

.preview__date:last-child:after {
		display: none
}

.preview__date:after, .preview__date:before {
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle
}

.preview__date:before {
		content: '';
		margin-right: 8px;
		height: 4px;
		width: 4px;
		background-color: #8C0014
}

.preview__date:after {
		content: '';
		height: 18px;
		margin-left: 15px;
		margin-right: 15px;
		width: 1px;
		background-color: rgba(31, 31, 31, .2)
}

.cart__pay-item.active .cart__pay-radio, .checkout, .docs__item:before, .gift__wrap, .gift__wrap:after, .modal-pack__left .modal-pack__item-item {
		background-color: #fff
}

.preview__category {
		color: #8c0014;
		text-decoration: none;
		transition: .15s ease-out
}

.docs__item:hover .docs__title, .preview__category:hover {
		color: #701
}

@media (max-width: 1279.98px) {
		.preview__image {
				height: 130px;
				margin-bottom: 24px
		}

		.preview__title {
				font-size: 14px;
				line-height: 20px;
				height: 40px;
				margin-bottom: 24px
		}
}

@media (max-width: 1023.98px) {
		.preview__title {
				height: 40px
		}
}

.docs__list {
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-right: -16px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.docs__item {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		cursor: pointer;
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 32px;
		position: relative;
		text-decoration: none !important
}

.docs__item:before {
		content: '';
		position: absolute;
		left: 16px;
		right: 16px;
		top: 0;
		bottom: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.docs__content, .gift, .modal-pack {
		position: relative
}

.docs__item:hover:before {
		left: 8px;
		right: 8px;
		top: -8px;
		bottom: -8px;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.docs__content {
		height: 170px;
		z-index: 3;
		padding: 24px;
		display: -webkit-box;
		display: flex;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
}

.docs__title {
		color: #8C0014;
		line-height: 18px;
		margin-bottom: 6px;
		max-width: 100%
}

.docs__data {
		color: #6B6B6B;
		font-size: 12px;
		line-height: 15px
}

.docs__icon {
		margin-bottom: 16px
}

.docs__icon .icon {
		width: 24px;
		height: 28px;
		fill: #8C0014
}

@media (max-width: 1279.98px) {
		.docs__item {
				-ms-flex-preferred-size: 33.333%;
				flex-basis: 33.333%;
				max-width: 33.333%
		}
}

@media (max-width: 1023.98px) {
		.docs__item {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%
		}
}

@media (max-width: 767.98px) {
		.docs__title {
				font-size: 14px;
				line-height: 20px;
				margin-bottom: 5px
		}

		.docs__item {
				padding-left: 0;
				padding-right: 0;
				margin-bottom: 16px;
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%
		}

		.docs__item:last-child {
				margin-bottom: 32px
		}

		.docs__item:before {
				left: 8px;
				right: 8px
		}

		.docs__list {
				padding: 0;
				margin-left: -8px;
				margin-right: -8px
		}

		.docs__data {
				font-size: 12px;
				line-height: 15px
		}

		.docs__content {
				width: 100%;
				height: 140px
		}
}

.checkout .cart-info__item-remove, .gift__icon {
		margin-right: 8px
}

@media screen and (max-width: 480px) {
		.docs__item {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}
}

.modal-pack {
		width: 100%;
		margin-bottom: -24px
}

.modal-pack__left {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 35%
}

.modal-pack__left .modal-pack__item-row {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
}

@media (max-width: 767.98px) {
		.modal-pack__left {
				width: 50%
		}
}

.modal-pack__left .modal-pack__item {
		max-width: 210px;
		width: 210px;
		-ms-flex-preferred-size: 190px;
		flex-basis: 190px
}

@media (max-width: 767.98px) {
		.modal-pack__left .modal-pack__item {
				max-width: 100%;
				width: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%
		}

		.modal-pack__left .modal-pack__item .modal-pack__item-row {
				padding-right: 8px
		}
}

.modal-pack__right {
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
}

.modal-pack__right-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 390px
}

@media (max-width: 767.98px) {
		.modal-pack__right-wrap {
				position: relative;
				width: 50%;
				overflow: auto;
				display: block
		}

		.modal-pack__right:after, .modal-pack__right:before {
				content: '';
				position: absolute;
				left: 50%
		}

		.modal-pack__right:after {
				top: -16px;
				height: 32px;
				width: 20px;
				z-index: 4;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
				background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%)
		}

		.modal-pack__right:before {
				z-index: 3;
				top: 0;
				width: 6px;
				height: 100%;
				background: -webkit-gradient(linear, left top, right top, from(#CCC), color-stop(9.97%, rgba(204, 204, 204, .8)), to(rgba(221, 221, 221, 0)));
				background: linear-gradient(90deg, #CCC 0, rgba(204, 204, 204, .8) 9.97%, rgba(221, 221, 221, 0) 100%)
		}
}

.modal-pack__item-row, .modal-pack__list {
		display: -webkit-box;
		display: -ms-flexbox
}

.modal-pack__list {
		display: flex;
		width: 100%;
		min-width: 390px
}

.modal-pack__item {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
}

.modal-pack__item-header {
		border-bottom: 2px solid #f3f3f3
}

.modal-pack__item-type {
		color: #B0B0B0;
		font-size: 12px;
		font-weight: 300;
		line-height: 15px;
		text-align: center
}

.modal-pack__item-title {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		text-align: center;
		margin-bottom: 8px
}

@media (max-width: 767.98px) {
		.modal-pack__item-header {
				height: 90px
		}

		.modal-pack__item-title {
				font-size: 14px;
				line-height: 18px
		}
}

.modal-pack__item-price {
		color: #6B6B6B;
		font-size: 18px;
		line-height: 19px;
		text-align: center;
		margin-bottom: 16px
}

.modal-pack__item-row {
		padding: 16px 0;
		font-size: 14px;
		color: #6B6B6B;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: 2px solid #f3f3f3
}

.modal-pack__item-row:last-child {
		border-bottom: none
}

@media (max-width: 767.98px) {
		.modal-pack__item-price {
				font-size: 14px;
				line-height: 15px
		}

		.modal-pack__item-row {
				font-size: 13px;
				line-height: 20px;
				padding: 8px 0
		}

		.modal-pack__item-row:last-child {
				border-bottom: 2px solid #f3f3f3
		}
}

.modal-pack__item-dot {
		border-radius: 50%;
		height: 10px;
		width: 10px;
		background-color: #DDD
}

.modal-pack__item-check svg {
		width: 18px;
		height: 14px;
		fill: #3aaa35
}

.order-list {
		margin-bottom: 24px
}

.order-list__row {
		padding-top: 16px;
		padding-bottom: 16px;
		border-bottom: 2px solid rgba(31, 31, 31, .1);
		color: #6B6B6B
}

.order-list__row--header {
		white-space: nowrap;
		color: #1F1F1F
}

.order-list__row-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 20px
}

.order-list__row-wrap--expanded {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px
}

.order-list__row-wrap--gift {
		margin-top: 12px
}

.order-list__col {
		padding: 0 20px 0 0 !important;
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
		max-width: 15%
}

.order-list__col a:not(.link-red) {
		display: block;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		color: #494949;
		text-decoration: none
}

.checkout__step, .gift__title, .steps__item:after {
		-webkit-transition: .15s ease-out
}

.order-list__col a:not(.link-red):hover {
		color: #701
}

.order-list__col .success {
		color: #3AAA35
}

.order-list__col .mobile {
		display: none
}

@media (max-width: 767.98px) {
		.order-list__col .desktop {
				display: none
		}

		.order-list__col .mobile {
				display: inline
		}
}

.order-list__col:last-child {
		padding-right: 0 !important
}

.order-list__col:not(.order-list__col_service):nth-last-child(1), .order-list__col:nth-last-child(2), .order-list__col:nth-last-child(3) {
		text-align: right
}

.order-list__col:nth-last-child(4) {
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
		text-align: center
}

.order-list__col_service {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		max-width: 45%;
		font-size: 14px;
		line-height: 20px;
		text-align: right
}

.order-list__col--bold {
		font-weight: 500;
		color: #494949
}

.order-list__col:first-child {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		max-width: 30%;
		padding-right: 24px !important
}

.order-list__service {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px
}

@media (min-width: 1024px) {
		.order-list__service {
				display: none
		}
}

@media (max-width: 1023.98px) {
		.order-list__col_service {
				display: none
		}

		.order-list__col {
				padding-right: 0 !important
		}

		.order-list__col:nth-child(2), .order-list__col:nth-child(4), .order-list__col:nth-child(5) {
				display: none
		}

		.order-list__col:nth-child(3) {
				-ms-flex-preferred-size: 15%;
				flex-basis: 15%;
				max-width: 15%
		}

		.order-list__col:last-child {
				-ms-flex-preferred-size: 30%;
				flex-basis: 30%;
				max-width: 30%
		}

		.order-list__col:first-child {
				-ms-flex-preferred-size: 55%;
				flex-basis: 55%;
				max-width: 55%;
				padding-right: 0 !important
		}

		.order-list__row-wrap {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				line-height: 16px;
				font-size: 14px
		}

		.order-list__row-wrap--expanded {
				margin-top: 12px;
				font-size: 12px;
				line-height: 14px
		}

		.order-list__row-wrap--gift {
				margin-top: 12px
		}

		.order-list__row-wrap--gift .order-list__col {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				display: none
		}

		.order-list__row-wrap--gift .order-list__col:first-child {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}

		.order-list__row-wrap--gift .order-list__col .gift {
				width: 100%
		}
}

.checkout__load, .gift {
		-webkit-box-align: center
}

.gift {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		line-height: 14px;
		font-size: 14px
}

.gift:hover .gift__title {
		color: #701
}

.gift--pseudo {
		cursor: pointer
}

.gift--pseudo:hover .gift__tip {
		display: block
}

.gift--pseudo .gift__title {
		border-bottom: 1px dotted
}

.checkout__container, .order-history__row, .order__row {
		border-bottom: 2px solid rgba(31, 31, 31, .1)
}

.gift__icon svg {
		width: 24px;
		height: 24px;
		fill: #8C0014
}

.gift__title {
		transition: .15s ease-out
}

.gift__tip {
		width: 400px;
		left: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		position: absolute;
		padding-left: 15px;
		display: none;
		-webkit-animation: tip-show .15s ease-out;
		animation: tip-show .15s ease-out
}

@-webkit-keyframes tip-show {
		0% {
				opacity: 0;
				-webkit-transform: translateY(-50%) translateX(10%);
				transform: translateY(-50%) translateX(10%)
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(-50%) translateX(0);
				transform: translateY(-50%) translateX(0)
		}
}

@keyframes tip-show {
		0% {
				opacity: 0;
				-webkit-transform: translateY(-50%) translateX(10%);
				transform: translateY(-50%) translateX(10%)
		}
		100% {
				opacity: 1;
				-webkit-transform: translateY(-50%) translateX(0);
				transform: translateY(-50%) translateX(0)
		}
}

.gift__wrap {
		display: inline-block;
		padding: 8px;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		line-height: 20px;
		font-size: 14px;
		color: #6B6B6B;
		position: relative
}

.gift__wrap:after {
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		left: -4px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg)
}

@media (max-width: 767.98px) {
		@-webkit-keyframes tip-show {
				0% {
						opacity: 0;
						-webkit-transform: translateY(32px) translateX(0);
						transform: translateY(32px) translateX(0)
				}
				100% {
						opacity: 1;
						-webkit-transform: translateY(8px) translateX(0);
						transform: translateY(8px) translateX(0)
				}
		}@keyframes tip-show {
				 0% {
						 opacity: 0;
						 -webkit-transform: translateY(32px) translateX(0);
						 transform: translateY(32px) translateX(0)
				 }
				 100% {
						 opacity: 1;
						 -webkit-transform: translateY(8px) translateX(0);
						 transform: translateY(8px) translateX(0)
				 }
		 }.gift__wrap:after {
					left: 24px;
					top: -2px
			}

		.gift__tip {
				max-width: calc(100vw - 32px);
				padding-left: 0;
				left: 0;
				top: 100%;
				-webkit-transform: translateY(8px) translateX(0);
				transform: translateY(8px) translateX(0)
		}

		.cart-item .gift__tip {
				left: -90px
		}

		.checkout .cart-info__item-title {
				font-size: 13px
		}
}

.fade-enter-active, .fade-leave-active {
		-webkit-transition: opacity .5s;
		transition: opacity .5s
}

.fade-enter, .fade-leave-to {
		opacity: 0
}

.checkout {
		padding-bottom: 80px
}

.checkout__load {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 5;
		background-color: rgba(236, 236, 236, .8)
}

.checkout .cart-info__item {
		margin-bottom: 16px
}

.checkout .cart-info__item:last-child {
		margin-bottom: 0
}

.checkout .cart-info__input {
		background-color: #6B6B6B;
		border-right: none
}

.checkout .city-search__wrapper {
		margin-top: 0;
		margin-bottom: 0
}

.checkout__line, .pack__block-title {
		margin-bottom: 32px
}

.checkout .city-search__input {
		padding-left: 24px;
		padding-right: 24px;
		font-size: 16px
}

.checkout__line .mobile {
		display: none
}

.checkout__line .order__back {
		padding-right: 24px;
		margin-right: 24px;
		border-right: 1px solid #6B6B6B
}

@media (max-width: 767.98px) {
		.checkout__line {
				margin-bottom: 16px
		}

		.checkout__line .mobile {
				display: inline
		}

		.checkout__line .desktop {
				display: none
		}

		.checkout__line .order__back {
				margin-top: 0;
				margin-bottom: 0
		}
}

.checkout.init .checkout__step {
		opacity: 1
}

.checkout__controls {
		margin-top: 48px
}

.checkout__controls-wrap {
		padding: 24px 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #ECECEC
}

.checkout__controls-wrap .form__item {
		margin-bottom: 24px
}

@media (max-width: 767.98px) {
		.checkout__controls {
				margin-top: 40px
		}

		.checkout__controls-wrap {
				padding-top: 32px;
				padding-bottom: 32px
		}
}

.checkout__step {
		position: relative;
		opacity: 0;
		transition: .15s ease-out
}

.checkout__step .form__controls {
		position: relative;
		z-index: 4
}

.checkout__step.hide {
		display: none
}

.steps {
		margin: -40px -20px 64px
}

.steps .owl-stage {
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.steps .owl-item {
		-ms-flex-negative: 0;
		flex-shrink: 0
}

.steps__item {
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
		color: #B0B0B0;
		font-size: 16px;
		font-weight: 300;
		line-height: 18px;
		text-decoration: none
}

.steps__item:after {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		right: -4px;
		width: 9px;
		height: 14px;
		background-image: url(images/required/svg/chevron.svg);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: .15s ease-out
}

.cart .container, .cart__pay-item, .cart__pay-radio {
		-webkit-transition: .15s ease-out
}

.steps__item--check {
		color: #494949
}

.steps__item--active {
		color: #1F1F1F;
		font-size: 16px;
		font-weight: 300;
		line-height: 18px
}

.steps__item--last:after {
		display: none
}

.cart {
		position: relative;
		min-height: 420px;
		display: block;
		width: 100%
}

.cart.init .block-error, .cart__load {
		display: -webkit-box;
		display: -ms-flexbox
}

.cart .container {
		opacity: 0;
		transition: .15s ease-out
}

.cart.init .block-error {
		display: flex
}

.cart .block-error, .cart__empty {
		display: none
}

.cart.init .container {
		opacity: 1
}

.cart__title {
		color: #1F1F1F;
		font-size: 24px;
		font-weight: 100;
		line-height: 28px
}

@media (max-width: 767.98px) {
		.steps {
				margin-top: -16px;
				margin-bottom: 48px
		}

		.cart__title {
				font-size: 20px;
				font-weight: 100;
				line-height: 24px;
				text-align: center
		}
}

.cart__load {
		position: absolute;
		top: 0;
		bottom: -64px;
		left: 0;
		right: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: rgba(236, 236, 236, .8);
		display: flex;
		z-index: 5
}

.cart-item__info--service .cart-item__title:after, .cart__date-input .form__dropdown-selected:before {
		right: 0;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
		content: ''
}

.cart__pay-item.active .cart__pay-radio:after, .pack__item.active .pack__radio:after, .pack__more:before, .search__snippet-image {
		background-size: contain;
		background-repeat: no-repeat
}

.cart__section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 48px
}

.cart__section-comment {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 60%;
		padding-right: 16px;
		padding-left: 16px
}

.cart__section-comment textarea {
		min-height: 170px;
		min-width: 100%
}

.cart__section-result {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 40%;
		padding-right: 16px;
		padding-left: 16px
}

.cart__section-result .order-price {
		margin-bottom: 0;
		width: auto;
		background-color: #6B6B6B;
		color: #fff;
		padding: 18px 24px 24px
}

.cart__section-result .order-price__title, .cart__section-result .order-price__value {
		color: #ECECEC
}

.cart__section-result .order-price__title--big, .cart__section-result .order-price__value--big {
		color: #fff
}

.cart__section-result .order-price__title {
		text-align: left
}

.cart__section-result .order-price__item--border {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width: 767.98px) {
		.cart__section {
				margin-bottom: 40px
		}
}

.cart__date {
		max-width: 500px;
		margin: 24px auto 56px
}

.cart__date-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
		position: relative
}

.cart__date-icon {
		margin-right: 8px
}

.cart__date-icon .icon {
		width: 28px;
		height: 28px;
		fill: #6B6B6B
}

.cart__date-title {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 18px
}

.cart__date-select {
		margin-left: 8px;
		color: #1F1F1F;
		font-size: 16px;
		font-weight: 500;
		line-height: 18px
}

.cart__date-input {
		margin-left: auto;
		max-width: 200px;
		width: 100%;
		min-width: 180px;
		cursor: pointer;
		white-space: nowrap
}

.cart__date-input .form__dropdown-list {
		left: auto;
		right: 0;
		width: auto
}

.cart__date-input .form__dropdown-selected {
		height: 37px
}

.cart__date-input .form__dropdown-selected:after {
		z-index: 3;
		margin-top: 5px
}

.cart__date-input .form__dropdown-selected:before {
		position: absolute;
		width: 30px;
		top: 0;
		height: 100%;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.cart__pay {
		max-width: 326px;
		margin-left: auto;
		margin-right: auto
}

.cart__pay-item {
		cursor: pointer;
		position: relative;
		min-height: 74px;
		color: #494949;
		margin-bottom: 16px;
		background-color: #F0F0F0;
		padding: 16px 64px 16px 12px;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		transition: .15s ease-out;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.cart__pay-item:last-child {
		margin-bottom: 0
}

.cart__pay-item:hover {
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.cart__pay-item.active {
		cursor: default;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1) !important;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1) !important;
		background-color: #701;
		color: #fff
}

.cart__pay-item.active .cart__pay-icon .icon {
		fill: #fff
}

.cart__pay-item.active .cart__pay-icon .cart__pay-img {
		display: none
}

.cart__pay-img, .cart__pay-item.active .cart__pay-icon .cart__pay-img--hover {
		display: block
}

.cart__pay-img--hover {
		display: none
}

.cart__pay-icon, .cart__pay-title {
		display: -ms-flexbox;
		-webkit-box-align: center
}

.cart__pay-item.active .cart__pay-radio {
		border: 2px solid #fff
}

.cart__pay-item.active .cart__pay-radio:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 20px;
		height: 18px;
		background-image: url(images/required/svg/pack-check.svg);
		background-position: center center;
		margin-left: -1px
}

.cart__pay-radio {
		position: absolute;
		top: 24px;
		right: 24px;
		border-radius: 50%;
		height: 28px;
		width: 28px;
		border: 2px solid #494949;
		background-color: #F0F0F0;
		transition: .15s ease-out
}

.cart-info__date, .cart__sidebar {
		position: relative
}

.cart__pay-icon {
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 12px
}

.cart__pay-icon .icon {
		width: 30px;
		height: 30px;
		fill: #8C0014;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart__pay-title {
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		font-weight: 300;
		line-height: 20px
}

.cart-info__date-title, .cart-info__date-value {
		line-height: 24px;
		color: #1F1F1F;
		font-size: 16px
}

.cart__controls {
		background-color: #ECECEC;
		min-height: 120px;
		padding: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.cart__controls .order__back {
		color: #494949
}

.cart__controls .button {
		width: 242px
}

@media (max-width: 1279.98px) {
		.cart__controls .order__back {
				display: none
		}
}

.cart-info__row, .order-price__item {
		display: -webkit-box;
		display: -ms-flexbox
}

@media (max-width: 1023.98px) {
		.cart__controls {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}

		.cart__controls-block {
				margin-bottom: 32px;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}

		.cart__section-comment, .cart__section-result {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%
		}
}

@media (max-width: 767.98px) {
		.cart__controls {
				margin-left: -16px;
				margin-right: -16px;
				padding-left: 16px;
				padding-right: 16px
		}

		.cart__controls .button {
				width: 100%
		}

		.cart__section-comment, .cart__section-result {
				max-width: 100%;
				padding-left: 0;
				padding-right: 0
		}

		.cart__section {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-left: 0;
				margin-right: 0
		}

		.cart__section-comment {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				margin-bottom: 16px
		}

		.cart__section-comment textarea {
				height: 80px;
				min-height: 80px
		}

		.cart__section-result {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%
		}
}

.order-price {
		margin-bottom: 80px
}

.order-price__item {
		color: #1F1F1F;
		line-height: 24px;
		padding-top: 3px;
		padding-bottom: 3px;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.order-price__item--border {
		border-bottom: 1px solid rgba(31, 31, 31, .1)
}

.order-price__title {
		text-align: right;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		font-size: 12px
}

.order-price__value, .preview-full__wrap {
		-ms-flex-preferred-size: 50%;
		max-width: 50%
}

.order-price__title--big {
		font-size: 16px
}

.order-price__value {
		font-size: 12px;
		text-align: right;
		flex-basis: 50%
}

.order-price__value--big {
		font-size: 18px;
		font-weight: 400
}

.cart-info {
		left: 15px;
		right: 15px;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto
}

.cart-info__date {
		margin-top: 2px;
		padding: 19px 70px 19px 24px;
		background-color: #DDD;
		margin-bottom: 24px
}

.cart-info__date-title {
		font-weight: 300
}

.cart-info__date-icon {
		position: absolute;
		top: 24px;
		right: 24px
}

.cart-item__gift, .cart-item__info--service .cart-item__title {
		position: relative
}

.cart-info__date-icon .icon {
		height: 21px;
		width: 37px;
		fill: #6B6B6B
}

.cart-info__date-value {
		font-weight: 500
}

.cart-info__content {
		background-color: #8C0014;
		padding: 24px
}

.cart-info__content .order-price {
		margin-bottom: 0;
		width: auto;
		color: #fff;
		padding: 0
}

.cart-info__content .order-price__title, .cart-info__content .order-price__value {
		color: #ECECEC
}

.cart-info__content .order-price__title--big, .cart-info__content .order-price__value--big {
		color: #fff
}

.cart-info__content .order-price__title {
		text-align: left
}

.cart-info__content .order-price__item--border {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.cart-info__accept {
		margin-top: 24px;
		color: #FFF;
		font-size: 16px;
		font-weight: 300;
		line-height: 18px;
		margin-bottom: 18px;
		text-align: center
}

.cart-info--modal .cart-info__item, .cart-info__row {
		margin-bottom: 16px
}

.cart-info__accept span {
		cursor: pointer;
		border-bottom: 1px dotted
}

.cart-info__row {
		display: flex;
		width: 100%
}

.cart-info__input {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 16px;
    font-family: "MieleElementsOffice", Verdana, sans-serif;
/*		font-family: "Helvetica Neue";*/
		background-color: #8C0014;
		border: 1px solid rgba(255, 255, 255, .3);
		height: 40px;
		font-size: 14px;
		color: #fff
}

.cart-info__input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .5)
}

.cart-info__input::-moz-placeholder {
		color: rgba(255, 255, 255, .5)
}

.cart-info__input::-ms-input-placeholder {
		color: rgba(255, 255, 255, .5)
}

.cart-info__input::placeholder {
		color: rgba(255, 255, 255, .5)
}

.cart-info__add {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-width: 40px;
		max-width: 40px;
		height: 40px;
		cursor: pointer;
		background-color: #F0F0F0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart-info__add:hover {
		background-color: #fff
}

.cart-info__add .icon {
		width: 22px;
		height: 22px;
		fill: #1F1F1F
}

.cart-info__item {
		color: #FFF;
		font-size: 14px;
		font-weight: 300;
		line-height: 17px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.cart-info__item span {
		display: inline-block;
		vertical-align: middle;
		padding-left: 3px;
		padding-right: 3px;
		background-color: #3AAA35;
		color: #fff
}

.cart-info__item-remove {
		margin-top: -1px;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 20px;
		min-width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #1F1F1F
}

.cart-info__item-remove .icon {
		width: 10px;
		height: 10px;
		fill: #fff
}

.cart-info--modal .cart-info__item:last-child, .cart-list__item:last-child .cart-item {
		margin-bottom: 0
}

.cart-info__text {
		padding-right: 16px;
		margin-top: 16px;
		color: #ECECEC;
		font-size: 12px;
		font-weight: 300;
		line-height: 16px
}

.cart-info__controls, .search__more-wrap, .search__section, .search__title {
		margin-top: 24px
}

.cart-info__controls .button {
		width: 100%;
		padding-left: 0;
		padding-right: 0
}

.cart-info--white {
		max-width: 250px;
		width: 100%
}

.cart-info--white .cart-info__content {
		background-color: #fff;
		padding-left: 0;
		padding-right: 0
}

.cart-info--white .cart-info__input {
		background-color: #fff;
		color: #1F1F1F;
		border: 2px solid rgba(31, 31, 31, .2);
		border-right: none
}

.cart-info--white .cart-info__add, .kit__label, .stock__tag {
		background-color: #8C0014
}

.cart-info--white .cart-info__input::-webkit-input-placeholder {
		color: #B0B0B0
}

.cart-info--white .cart-info__input::-moz-placeholder {
		color: #B0B0B0
}

.cart-info--white .cart-info__input::-ms-input-placeholder {
		color: #B0B0B0
}

.cart-info--white .cart-info__input::placeholder {
		color: #B0B0B0
}

.cart-info--white .cart-info__add .icon {
		fill: #fff
}

.cart-info--white .cart-info__add:hover {
		background-color: #701
}

.cart-info--white .cart-info__item-title {
		color: #1F1F1F
}

@media (max-width: 1279.98px) {
		.cart-info {
				margin-top: 24px
		}
}

@media (max-width: 767.98px) {
		.cart-info {
				margin-top: 16px;
				max-width: 100%
		}
}

.cart-item {
		-webkit-transition: opacity .15s ease-out;
		transition: opacity .15s ease-out;
		margin-bottom: 16px
}

.cart-item__gift {
		margin-top: 6px;
		z-index: 2
}

.cart-item__content {
		padding: 24px;
		background-color: #fff
}

.cart-item__expanded-item .catalog-sort__item, .cart-item__image {
		padding-right: 0;
		padding-left: 0
}

.cart-item__price-mobile {
		display: none
}

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

.cart-item__row-item {
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
		color: #6B6B6B;
		font-size: 14px;
		line-height: 16px;
		text-align: right
}

.cart-item__row-item:nth-child(1) {
		text-align: center
}

.cart-item__row-item:nth-child(2), .cart-item__row-item:nth-child(3) {
		text-align: left
}

.cart-item__row-item:last-child {
		-ms-flex-preferred-size: 6%;
		flex-basis: 6%;
		max-width: 6%
}

.cart-item__row-item_2x {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
		text-align: left;
		padding-left: 16px
}

.cart-item__row-item_2x.cart-item__amount {
		-ms-flex-preferred-size: 26%;
		flex-basis: 26%;
		max-width: 26%
}

.cart-item__amount, .cart-item__discount, .cart-item__price {
		-ms-flex-preferred-size: 13%;
		flex-basis: 13%;
		max-width: 13%
}

.cart-item__count--service {
		-ms-flex-preferred-size: 10% !important;
		flex-basis: 10% !important;
		max-width: 10% !important
}

.cart-item__service-title {
		color: #555;
		font-size: 12px;
		font-weight: 500;
		line-height: 18px
}

.cart-item__service-text {
		color: #B0B0B0;
		font-size: 14px;
		font-weight: 300;
		line-height: 20px
}

.cart-item__remove {
		cursor: pointer
}

.cart-item__remove .icon {
		width: 16px;
		height: 19px;
		fill: #B0B0B0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart-item__remove:hover .icon {
		fill: #701
}

.cart-item__image {
		text-align: center;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
		height: 70px;
		white-space: nowrap
}

.cart-item__image:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 100%
}

.cart-item__image img {
		max-width: 100%;
		max-height: 100%;
		display: inline-block;
		vertical-align: middle
}

.cart-item__info {
		padding-left: 16px;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
}

.cart-item__info--service {
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
		max-width: 35%
}

.cart-item__info--service .cart-item__title:after {
		position: absolute;
		bottom: 0;
		height: 21px;
		width: 80px;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.cart-item__title {
		max-height: 37px;
		overflow: hidden;
		color: #494949;
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin-bottom: 6px;
		max-width: 256px;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		display: block
}

.cart-item__title:hover {
		color: #701
}

.cart-item__category {
		display: block;
		text-decoration: none;
		margin-bottom: 4px;
		color: #494949;
		font-size: 12px;
		font-weight: 300;
		line-height: 16px
}

.cart-item__status {
		font-size: 12px;
		color: #3AAA35
}

.cart-item__status:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 4px;
		height: 4px;
		width: 4px;
		background-color: #3AAA35
}

.cart-item__status--not-available {
		color: #F50F0F
}

.cart-item__status--not-available:before {
		background-color: #F50F0F
}

.cart-item__status--wait {
		color: #6B6B6B
}

.cart-item__status--wait:before {
		background-color: #6B6B6B
}

.cart-item__counter {
		user-select: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.cart-item__counter-title {
		display: none
}

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

.cart-item__counter-value {
		margin-left: 12px;
		margin-right: 12px;
		color: #6B6B6B;
		font-size: 14px;
		line-height: 16px;
		text-align: center
}

.cart-item__counter-plus {
		cursor: pointer;
		position: relative;
		width: 12px;
		height: 12px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart-item__counter-plus.disabled {
		opacity: .2
}

.cart-item__counter-plus:after, .cart-item__counter-plus:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 2px;
		height: 12px;
		background-color: #494949;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart-item__counter-plus:after {
		width: 12px;
		height: 2px
}

.cart-item__counter-plus:hover:after, .cart-item__counter-plus:hover:before {
		background-color: #701
}

.cart-item__counter-minus {
		cursor: pointer;
		position: relative;
		width: 12px;
		height: 12px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart-item__counter-minus.disabled {
		opacity: .2
}

.cart-item__counter-minus:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 12px;
		height: 2px;
		background-color: #494949;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cart-item__counter-minus:hover:after {
		background-color: #701
}

.cart-item__expanded {
		margin-top: 16px;
		border-top: 2px solid rgba(31, 31, 31, .1);
		padding-top: 14px
}

.cart-item__expanded-title {
		color: #1F1F1F;
		font-size: 16px;
		font-weight: 300;
		line-height: 18px;
		margin-bottom: 11px
}

.cart-item__expanded-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 24px;
		margin-bottom: 5px
}

.cart-item__expanded-item .form__checkbox-title {
		font-size: 14px
}

.cart-item__expanded-item .catalog-sort {
		width: 35px
}

.cart-item__expanded-item .catalog-sort__selected {
		height: 24px;
		min-width: 0 !important;
		margin-left: auto !important
}

.cart-item__expanded-item .catalog-sort__list {
		left: 0 !important;
		right: 0 !important;
		min-width: 0 !important
}

.cart-item__expanded-col {
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
		text-align: right;
		color: #6B6B6B;
		font-size: 14px;
		line-height: 16px
}

.cart-item__expanded-col:nth-child(1) {
		-ms-flex-preferred-size: 54%;
		flex-basis: 54%;
		max-width: 54%;
		text-align: left
}

.cart-item__expanded-col:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
}

.cart-item__expanded-col:last-child {
		-ms-flex-preferred-size: 6%;
		flex-basis: 6%;
		max-width: 6%
}

.cart-item__kit {
		margin-left: -24px;
		margin-right: -24px
}

.cart-item__kit-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #B0B0B0;
		font-size: 14px;
		font-weight: 300;
		line-height: 16px;
		text-align: center;
		margin-top: 6px;
		margin-bottom: 18px;
		position: relative
}

.cart-item__kit-title:before {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 24px;
		right: 24px;
		border-top: 2px solid rgba(31, 31, 31, .1)
}

.cart-item__kit-title span {
		background-color: #fff;
		padding-left: 8px;
		padding-right: 8px;
		position: relative;
		z-index: 1
}

.cart-item .cart-item {
		margin-bottom: 18px
}

.cart-item .cart-item:last-child {
		margin-bottom: 0
}

.cart-item .cart-item .cart-item__content {
		padding-top: 0;
		padding-bottom: 0
}

.cart-item .mobile, .cart-item__row-mobile {
		display: none
}

@media (max-width: 1023.98px) {
		.cart-item__expanded, .cart-item__kit-title {
				margin-top: 0
		}

		.cart-item {
				padding-left: 16px;
				padding-right: 16px
		}

		.cart-item .mobile {
				display: block
		}

		.cart-item__amount, .cart-item__count, .cart-item__date, .cart-item__discount, .cart-item__price {
				display: none
		}

		.cart-item__title {
				max-height: none
		}

		.cart-item__price-mobile {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.cart-item__price-mobile-old {
				line-height: 24px;
				font-size: 12px;
				text-decoration: line-through;
				color: #B0B0B0;
				white-space: nowrap
		}

		.cart-item__price-mobile-value {
				line-height: 24px;
				font-size: 16px;
				font-weight: 800;
				color: #1F1F1F;
				margin-right: 8px;
				white-space: nowrap
		}

		.cart-item .form__list {
				font-size: 14px
		}

		.cart-item .form__list-item:last-child {
				margin-bottom: 0
		}

		.cart-item .form__list-value {
				max-width: 80%;
				color: #6B6B6B
		}

		.cart-item .form__list-value-old {
				color: #B0B0B0;
				font-size: 12px;
				text-decoration: line-through;
				margin-right: 8px;
				line-height: 12px
		}

		.cart-item__image {
				min-width: 70px
		}

		.cart-item__info {
				-ms-flex-preferred-size: auto;
				flex-basis: auto;
				max-width: 100%
		}

		.cart-item__row--service .cart-item__remove {
				top: 0
		}

		.cart-item__remove {
				position: absolute;
				top: 20px;
				right: 0
		}

		.cart-item__row {
				position: relative;
				padding-right: 24px
		}

		.cart-item__content {
				padding-left: 16px;
				padding-right: 16px
		}

		.cart-item__counter-value {
				font-size: 16px
		}

		.cart-item__counter-value:last-child {
				margin-right: 0
		}

		.cart-item__counter-minus, .cart-item__counter-plus {
				width: 20px;
				height: 20px
		}

		.cart-item__counter-minus:before, .cart-item__counter-plus:before {
				height: 20px
		}

		.cart-item__counter-minus:after, .cart-item__counter-plus:after {
				width: 20px
		}

		.cart-item__kit {
				margin-left: -16px;
				margin-right: -16px
		}

		.cart-item__kit-title:before {
				left: 16px;
				right: 16px
		}

		.cart-item__kit .cart-item {
				padding-left: 0 !important;
				padding-right: 0 !important
		}

		.cart-item__row-mobile {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				padding-top: 24px;
				padding-bottom: 16px
		}

		.cart-item__row-mobile:last-child {
				margin-bottom: -24px;
				padding-bottom: 24px
		}

		.cart-item__row-mobile .catalog-filter__more {
				margin-bottom: 0
		}

		.cart-item__row-mobile .form__list {
				width: 100%
		}

		.cart-item__expanded .form__list-item {
				position: relative;
				z-index: 1
		}

		.cart-item__expanded .form__list {
				margin-top: 21px
		}

		.cart-item__expanded-item {
				height: auto
		}

		.cart-item__expanded-col {
				-ms-flex-preferred-size: 100% !important;
				flex-basis: 100% !important;
				max-width: 100% !important;
				display: none !important
		}

		.cart-item__expanded-col:first-child {
				display: block !important
		}
}

.cart-list__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
		padding-left: 24px;
		padding-right: 24px
}

.cart-list__header-item {
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
		white-space: nowrap;
		color: #1F1F1F;
		font-size: 14px;
		line-height: 16px;
		text-align: right
}

.cart-list__header-item:nth-child(1) {
		padding-left: 0;
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
		max-width: 35%;
		text-align: left
}

.cart-list__header-item:nth-child(2) {
		text-align: left;
		white-space: normal
}

.cart-list__header-item:nth-child(3) {
		text-align: center
}

.cart-list__header-item:nth-child(4), .cart-list__header-item:nth-child(5), .cart-list__header-item:nth-child(6) {
		-ms-flex-preferred-size: 13%;
		flex-basis: 13%;
		max-width: 13%
}

.cart-list__header-item:last-child {
		-ms-flex-preferred-size: 6%;
		flex-basis: 6%;
		max-width: 6%
}

@media (max-width: 1023.98px) {
		.cart-list__header {
				display: none
		}
}

@media (max-width: 767.98px) {
		.cart-list {
				margin-left: -16px;
				margin-right: -16px
		}
}

.order-history {
		margin-bottom: 40px;
		opacity: 0;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.order-history.ready {
		opacity: 1
}

.order-history__container {
		display: table;
		width: 100%;
		border-collapse: collapse
}

.order-history__row {
		display: table-row
}

.order-history__row-title {
		color: #1F1F1F;
		line-height: 20px
}

.order-history__row-title .order-history__title {
		color: #1F1F1F;
		white-space: nowrap
}

.order-history__item, .order-history__title {
		color: #6B6B6B;
		font-size: 16px;
		max-width: 170px;
		padding: 16px 12px;
		display: table-cell;
		vertical-align: middle
}

.order-history__item-title, .order-history__title-title {
		display: none
}

.order-history__item:last-child, .order-history__title:last-child {
		padding-right: 0;
		width: 220px;
		max-width: 220px
}

.order-history__item:nth-child(3), .order-history__title:nth-child(3) {
		text-align: right
}

.order-history__item .form__dropdown-selected, .order-history__title .form__dropdown-selected {
		min-width: 210px;
		font-size: 16px;
		padding-left: 16px;
		padding-right: 16px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		border: 2px solid rgba(31, 31, 31, .1);
		color: #6B6B6B;
		white-space: nowrap;
		overflow: hidden
}

.order-history__item .form__dropdown-selected:after, .order-history__title .form__dropdown-selected:after {
		position: static;
		display: inline-block;
		vertical-align: bottom;
		margin-top: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		margin-left: 8px
}

.order-history__item .form__dropdown.open .form__dropdown-selected, .order-history__title .form__dropdown.open .form__dropdown-selected {
		border: 2px solid #9a9a9a
}

.order-history__item .form__dropdown.open .form__dropdown-selected:after, .order-history__title .form__dropdown.open .form__dropdown-selected:after {
		-webkit-transform: translateY(-140%) rotate(-180deg);
		transform: translateY(-140%) rotate(-180deg)
}

@media (min-width: 768px) and (max-width: 1023.98px) {
		.order-history__item, .order-history__title {
				padding-left: 8px;
				padding-right: 8px
		}

		.order-history__item {
				font-size: 14px;
				width: 100%
		}

		.order-history__item:last-child {
				width: auto
		}

		.order-history .select-action {
				display: inline-block;
				width: auto
		}

		.order-history .select-action__title {
				width: 130px;
				min-width: 0
		}

		.order-history .select-action__title span {
				display: none
		}

		.order-history .select-action__item {
				font-size: 14px;
				line-height: 18px;
				padding: 8px 16px
		}
}

@media (max-width: 767.98px) {
		.order-history__container {
				display: block
		}

		.order-history__row {
				display: block;
				padding-top: 32px;
				padding-bottom: 32px
		}

		.order-history__row-title {
				display: none
		}

		.order-history__item {
				position: relative;
				padding: 0;
				width: 100%;
				max-width: none;
				margin-bottom: 12px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: end;
				-ms-flex-align: end;
				align-items: flex-end;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between
		}

		.order-history__item:last-child {
				width: 100%;
				max-width: 100%
		}

		.order-history__item:last-child:before {
				display: none
		}

		.order-history__item-title {
				display: block;
				margin-right: auto
		}

		.order-history__item:before {
				content: '';
				position: absolute;
				bottom: 4px;
				left: 0;
				right: 0;
				border-bottom: 1px dotted #C8C8C8
		}

		.order-history__item-title, .order-history__item-value {
				position: relative;
				z-index: 1;
				max-width: 50%;
				background-color: #ECECEC
		}

		.order-history__item-value {
				margin-left: auto;
				position: relative;
				z-index: 1;
				text-align: right;
				background-color: #ECECEC
		}
}

.kit .owl-stage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.kit__item {
		position: relative;
		height: 100%
}

.kit__label, .kit__right {
		position: absolute;
		right: 0
}

.kit__left {
		background-color: #ECECEC;
		padding: 48px 170px 48px 48px;
		width: 600px;
		height: 100%;
		min-height: 557px
}

.kit__right {
		width: 65%;
		top: 24px;
		bottom: 24px;
		background-position: center center
}

.kit__label, .stock__tag {
		top: 0;
		-webkit-transform-origin: top right
}

.kit__title {
		color: #1F1F1F;
		font-size: 32px;
		font-weight: 100;
		line-height: 40px;
		margin-bottom: 24px
}

.kit__text {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		margin-bottom: 12px
}

.kit__data {
		color: #6B6B6B;
		font-size: 12px;
		font-weight: 300;
		line-height: 15px;
		margin-bottom: 50px
}

.kit__label, .pack__more {
		font-size: 16px;
		font-weight: 300
}

.kit__label {
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 92px;
		text-align: center;
		color: #fff;
		transform-origin: top right;
		-webkit-transform: translateY(92px) rotate(90deg);
		transform: translateY(92px) rotate(90deg)
}

@media (max-width: 1439.98px) {
		.kit__right {
				width: 60%
		}
}

@media (max-width: 1279.98px) {
		.kit__right {
				width: 50%
		}
}

@media (max-width: 1023.98px) {
		.kit {
				padding-left: 16px;
				padding-right: 16px
		}

		.kit__right {
				width: auto;
				left: 32px;
				right: 32px;
				bottom: auto;
				padding-bottom: 50%;
				top: 0
		}

		.kit__item {
				padding-top: 15%
		}

		.kit__left {
				min-height: auto;
				width: 100%;
				padding: 40% 32px 32px
		}
}

@media (max-width: 767.98px) {
		.kit {
				padding-left: 16px;
				padding-right: 16px
		}

		.kit__right {
				width: auto;
				left: 24px;
				right: 24px;
				bottom: auto;
				padding-bottom: 50%;
				top: 0
		}

		.kit__button, .kit__left {
				width: 100%
		}

		.kit__left {
				padding: 43% 24px 24px
		}

		.kit__title {
				font-size: 24px;
				line-height: 28px;
				margin-bottom: 32px;
				max-height: 84px;
				min-height: 84px;
				overflow: hidden
		}

		.kit__data, .kit__text {
				display: none
		}
}

.pack__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -12px;
		margin-right: -12px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.pack__item, .promo__content {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
}

.pack__block-title {
		color: #B0B0B0;
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
		text-align: center;
		margin-top: 16px
}

.pack__block-title.active {
		color: #3AAA35
}

.pack__item--star .pack__type:after {
		content: '';
		width: 10px;
		height: 10px;
		display: inline-block;
		vertical-align: top;
		margin-left: 4px;
		background-image: url(images/required/svg/star-type.svg);
		background-size: 100% 100%
}

.pack__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		position: relative;
		cursor: pointer;
		background-color: #F0F0F0;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		padding: 24px;
		height: 100%;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.pack__more, .pack__radio, .preview-full__title {
		-webkit-transition: .15s ease-out
}

.pack__item:hover {
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.pack__item-wrap {
		max-width: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		padding-left: 12px;
		padding-right: 12px
}

.pack__more, .stock__tag {
		-webkit-box-align: center;
		text-align: center
}

.pack__item.active {
		background-color: #701;
		color: #fff;
		cursor: default
}

.pack__item.active:hover {
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.pack__item.active .pack__list, .pack__item.active .pack__price, .pack__item.active .pack__title {
		color: #fff
}

.pack__item.active .pack__type {
		color: #ECECEC
}

.pack__more {
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #8C0014;
		line-height: 24px;
		margin-top: 32px;
		transition: .15s ease-out
}

.pack__more:hover {
		color: #701
}

.pack__more:before {
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 32px;
		height: 32px;
		background-position: center center;
		background-image: url(images/required/svg/pack-info.svg)
}

.pack__item.active .pack__radio {
		background-color: #fff;
		border: 2px solid #fff
}

.pack__item.active .pack__radio:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 20px;
		height: 18px;
		background-image: url(images/required/svg/pack-check.svg);
		background-position: center center;
		margin-left: -1px
}

.pack__radio {
		border: 2px solid #494949;
		height: 28px;
		width: 28px;
		border-radius: 50%;
		position: absolute;
		top: 24px;
		right: 24px;
		transition: .15s ease-out
}

.pack__type {
		color: #B0B0B0;
		font-size: 14px;
		font-weight: 300;
		line-height: 17px;
		margin-bottom: 6px
}

.pack__title {
		color: #494949;
		font-size: 24px;
		font-weight: 300;
		line-height: 29px;
		margin-bottom: 16px
}

.pack__price {
		color: #6B6B6B;
		font-size: 18px;
		line-height: 19px;
		margin-bottom: 24px
}

.pack__list {
		color: #6B6B6B;
		font-size: 14px;
		font-weight: 300;
		line-height: 24px
}

@media (max-width: 1023.98px) {
		.pack__row {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.pack__title {
				height: auto !important
		}

		.pack__item-wrap {
				margin-bottom: 24px;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}

		.pack__item-wrap:last-child {
				margin-bottom: 0
		}
}

@media (max-width: 767.98px) {
		.pack__item {
				padding: 16px
		}

		.pack__item-wrap {
				margin-bottom: 16px
		}

		.pack__item-wrap:last-child {
				margin-bottom: 0
		}

		.pack__title {
				color: #494949;
				font-size: 20px;
				font-weight: 300;
				line-height: 24px;
				margin-bottom: 16px
		}

		.pack__type {
				margin-bottom: 10px
		}

		.pack__list {
				display: none
		}

		.pack__radio {
				top: 16px;
				right: 16px
		}

		.pack__price {
				color: #6B6B6B;
				font-size: 18px;
				line-height: 19px;
				margin-bottom: 0
		}
}

.stock__item {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #FFF;
		margin-bottom: 16px;
		padding: 24px 32px 24px 24px
}

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

.stock__image {
		background-position: center center;
		min-width: 128px;
		max-width: 128px;
		-ms-flex-preferred-size: 128px;
		flex-basis: 128px;
		height: 82px;
		background-color: #F0F0F0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.stock__image .icon {
		fill: #ddd;
		width: 70px;
		height: 60px
}

.stock__image .icon-discount {
		height: 50px
}

.stock__info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 16px
}

.stock__tag {
		position: absolute;
		right: 0;
		height: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 60px;
		color: #fff;
		line-height: 14px;
		font-size: 12px;
		font-weight: 300;
		transform-origin: top right;
		-webkit-transform: translateY(60px) rotate(90deg);
		transform: translateY(60px) rotate(90deg)
}

.stock__title, .stock__title-mobile {
		margin-top: -4px;
		color: #1F1F1F;
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px
}

.stock__title-mobile {
		display: none
}

.stock__label, .stock__text {
		margin-bottom: 16px;
		line-height: 20px;
		font-size: 14px
}

.stock__date:before, .stock__label span {
		display: inline-block;
		vertical-align: middle
}

.stock__text {
		color: #6B6B6B;
		font-weight: 300
}

.stock__label {
		margin-top: -8px
}

.stock__label span {
		padding-left: 3px;
		padding-right: 3px;
		height: 14px;
		line-height: 14px;
		color: #fff;
		background-color: #3AAA35
}

.stock__date {
		color: #1F1F1F;
		font-size: 14px;
		font-weight: 300;
		line-height: 17px
}

.stock__date:before {
		content: '';
		background-color: #8C0014;
		width: 4px;
		height: 4px;
		margin-right: 8px
}

.stock__mobile-toggle {
		display: none
}

@media (max-width: 767.98px) {
		.stock {
				margin-left: -16px;
				margin-right: -16px
		}

		.stock.show .stock__mobile-toggle span:before {
				height: 2px
		}

		.stock__title {
				display: none
		}

		.stock__title-mobile {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				font-size: 14px;
				font-weight: 300;
				line-height: 20px;
				margin-left: 16px;
				margin-bottom: 0
		}

		.stock__item {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				padding-left: 16px;
				margin-bottom: 0;
				padding-top: 22px;
				padding-bottom: 0
		}

		.stock__item:last-child .stock__info {
				border-bottom: none
		}

		.stock__info {
				padding-left: 0;
				padding-bottom: 24px;
				border-bottom: 1px solid rgba(31, 31, 31, .1)
		}

		.stock__tag {
				display: none
		}

		.stock__wrap {
				margin-bottom: 16px;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}

		.stock__mobile-toggle {
				min-height: 72px;
				cursor: pointer;
				background-color: #FFF;
				padding: 12px 16px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between
		}

		.stock__mobile-toggle span {
				margin-left: 16px;
				position: relative;
				width: 12px;
				height: 12px;
				-webkit-transition: .15s ease-out;
				transition: .15s ease-out
		}

		.stock__mobile-toggle span.disabled {
				opacity: .2
		}

		.stock__mobile-toggle span:after, .stock__mobile-toggle span:before {
				content: '';
				position: absolute;
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				width: 2px;
				height: 16px;
				background-color: #494949;
				-webkit-transition: .15s ease-out;
				transition: .15s ease-out
		}

		.stock__mobile-toggle span:after {
				width: 16px;
				height: 2px
		}

		.stock__mobile-title {
				color: #1F1F1F;
				font-size: 20px;
				font-weight: 100;
				line-height: 24px
		}

		.stock.show .stock__list {
				display: block
		}

		.stock__list {
				display: none
		}
}

.preview-full {
		margin-bottom: 48px
}

.preview-full:last-child {
		margin-bottom: 0
}

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

.preview-full__image {
		position: relative;
		background-position: center center;
		display: block;
		height: 280px
}

.preview-full__label {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #8C0014;
		height: 20px;
		line-height: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-size: 12px;
		padding: 0 5px;
		font-weight: 300;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(90deg) translateX(100%);
		transform: rotate(90deg) translateX(100%)
}

.preview-full__wrap {
		text-decoration: none;
		color: inherit;
		display: block;
		height: 100%;
		flex-basis: 50%;
		padding-right: 16px
}

.preview-full__content {
		padding-left: 16px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
}

.preview-full__text {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		margin-bottom: 24px
}

.popup__title, .preview-full__title {
		margin-bottom: 16px;
		font-weight: 300
}

.preview-full__wrap:hover .preview-full__title {
		color: #701
}

.preview-full__title {
		display: block;
		color: #494949;
		text-decoration: none;
		transition: .15s ease-out;
		overflow: hidden;
		position: relative;
		font-size: 24px;
		line-height: 28px
}

.preview-full__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.preview-full__date {
		white-space: nowrap;
		color: #1F1F1F;
		line-height: 24px;
		font-size: 16px
}

.preview-full__date:last-child:after {
		display: none
}

.preview-full__date:after, .preview-full__date:before {
		margin-top: -2px;
		display: inline-block;
		content: '';
		vertical-align: middle
}

.preview-full__date:before {
		margin-right: 8px;
		height: 4px;
		width: 4px;
		background-color: #8C0014
}

.preview-full__date:after {
		height: 18px;
		margin-left: 15px;
		margin-right: 15px;
		width: 1px;
		background-color: rgba(31, 31, 31, .2)
}

.preview-full__category {
		color: #8c0014;
		line-height: 24px;
		font-size: 16px;
		text-decoration: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.preview-full__category:hover {
		color: #701
}

@media (max-width: 767.98px) {
		.preview-full {
				padding-left: 16px;
				padding-right: 16px
		}

		.preview-full__title {
				line-height: 24px;
				font-size: 20px;
				margin-bottom: 16px
		}

		.preview-full__image {
				margin-bottom: 16px;
				height: 180px
		}

		.preview-full__container {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.preview-full__content, .preview-full__wrap {
				padding-right: 0;
				padding-left: 0;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}

		.preview-full__text {
				display: none
		}

		.preview-full__category, .preview-full__date {
				font-size: 12px
		}
}

.advantages {
		position: relative;
		height: 650px
}

.advantages__bg, .advantages__bg-left, .advantages__bg-right {
		position: absolute;
		top: 0;
		bottom: 0
}

.advantages__bg {
		left: 0;
		right: 0
}

.advantages__bg-left {
		left: 0;
		width: 40%;
		background-position: center center
}

.advantages__bg-right {
		left: 40%;
		width: 60%;
		background-color: #6B6B6B
}

.advantages .owl-stage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.advantages__container {
		position: relative;
		z-index: 2;
		height: 100%
}

.advantages__col {
		height: 100%;
		padding-left: 33.333%;
		-ms-flex-preferred-size: 66.666%;
		flex-basis: 66.666%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
}

.advantages__row {
		height: 100%;
		width: 100%
}

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

.advantages__button {
		margin-top: 30px;
		margin-bottom: 80px
}

.advantages__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 11px
}

.advantages__item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding-right: 16px;
		max-width: 50%;
		min-width: 50%;
		margin-bottom: 32px
}

.advantages__item-icon {
		margin-right: 8px;
		width: 24px;
		min-width: 24px;
		height: 24px;
		border-radius: 50%;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.advantages__item-icon .icon {
		width: 14px;
		height: 14px;
		fill: #8C0014
}

.advantages__item-title {
		text-decoration: underline;
		-webkit-text-decoration-color: #DDD;
		text-decoration-color: #DDD;
		color: #DDD;
		font-size: 18px;
		line-height: 22px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.advantages__item-title:hover {
		color: #fff
}

.advantages__item-text {
		padding-right: 56px;
		position: relative;
		color: #FFF;
		font-size: 14px;
		line-height: 24px;
		max-height: 97px;
		overflow: hidden;
		padding-bottom: 24px
}

.advantages__item-text:after {
		content: '';
		position: absolute;
		right: 56px;
		bottom: 0;
		height: 24px;
		width: 150px;
		background-image: -webkit-gradient(linear, right top, left top, from(#6B6B6B), to(rgba(107, 107, 107, 0)));
		background-image: linear-gradient(to left, #6B6B6B, rgba(107, 107, 107, 0))
}

@media (max-width: 1279.98px) {
		.advantages {
				background-color: #6B6B6B
		}

		.advantages__bg {
				display: none
		}

		.advantages__col {
				padding-left: 0;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%
		}
}

@media (max-width: 767.98px) {
		.advantages {
				height: auto
		}

		.advantages__item {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				min-width: 100%
		}

		.advantages__item-text {
				padding-right: 0
		}

		.advantages__item-text:after {
				right: 0
		}

		.advantages__button {
				margin-top: 0;
				margin-bottom: 64px
		}
}

.promo {
		position: relative;
		overflow: hidden
}

.promo__bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-position: center center;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
}

.promo__video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: 0
}

.promo__video > div, .promo__video > div iframe {
		width: 100%;
		height: 100%
}

.promo__video:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(31, 31, 31, .4)
}

.promo__content {
		min-height: 100vh;
		position: relative;
		z-index: 2;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-ms-flex-pack: distribute;
		justify-content: space-around
}

.promo__header {
		margin-top: 100px;
		margin-bottom: 140px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.promo__header-icon {
		opacity: 0;
		margin-bottom: 28px
}

.promo__header-icon .icon {
		width: 160px;
		height: 131px;
		fill: #fff
}

.promo__header-logo {
		opacity: 0
}

.promo__header-logo .icon {
		fill: #fff;
		width: 200px;
		height: 38px
}

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

.promo__bottom {
		width: 100%;
		text-align: center;
		margin-bottom: 100px;
		opacity: 0
}

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

@-webkit-keyframes show-promo-logo {
		0% {
				-webkit-transform: translateY(100%);
				transform: translateY(100%);
				opacity: 0
		}
		100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1
		}
}

@keyframes show-promo-logo {
		0% {
				-webkit-transform: translateY(100%);
				transform: translateY(100%);
				opacity: 0
		}
		100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1
		}
}

@-webkit-keyframes show-promo-item {
		0% {
				-webkit-transform: translateY(20%);
				transform: translateY(20%);
				opacity: 0
		}
		100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1
		}
}

@keyframes show-promo-item {
		0% {
				-webkit-transform: translateY(20%);
				transform: translateY(20%);
				opacity: 0
		}
		100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1
		}
}

.promo.show-promo-items .promo__bottom, .promo.show-promo-items .promo__header-icon {
		-webkit-animation: show-promo-logo .5s cubic-bezier(0, 0, .11, 1) forwards;
		animation: show-promo-logo .5s cubic-bezier(0, 0, .11, 1) forwards
}

.promo.show-promo-items .promo__header-logo {
		-webkit-animation: show-promo-logo .5s cubic-bezier(0, 0, .11, 1) forwards;
		animation: show-promo-logo .5s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 150ms;
		animation-delay: 150ms
}

.promo.show-promo-items .promo__item {
		-webkit-animation: show-promo-item .8s cubic-bezier(0, 0, .11, 1) forwards;
		animation: show-promo-item .8s cubic-bezier(0, 0, .11, 1) forwards
}

.promo.show-promo-items .promo__item .promo__round-chunk {
		-webkit-animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: .9s;
		animation-delay: .9s
}

.promo.show-promo-items .promo__item .promo__round-chunk:nth-child(2) {
		-webkit-animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.02s;
		animation-delay: 1.02s
}

.promo.show-promo-items .promo__item:nth-child(2) {
		-webkit-animation-delay: 60ms;
		animation-delay: 60ms
}

.promo.show-promo-items .promo__item:nth-child(2) .promo__round-chunk {
		-webkit-animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1s;
		animation-delay: 1s
}

.promo.show-promo-items .promo__item:nth-child(2) .promo__round-chunk:nth-child(2) {
		-webkit-animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.12s;
		animation-delay: 1.12s
}

.promo.show-promo-items .promo__item:nth-child(3) {
		-webkit-animation-delay: 120ms;
		animation-delay: 120ms
}

.promo.show-promo-items .promo__item:nth-child(3) .promo__round-chunk {
		-webkit-animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.1s;
		animation-delay: 1.1s
}

.promo.show-promo-items .promo__item:nth-child(3) .promo__round-chunk:nth-child(2) {
		-webkit-animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.22s;
		animation-delay: 1.22s
}

.promo.show-promo-items .promo__item:nth-child(4) {
		-webkit-animation-delay: 180ms;
		animation-delay: 180ms
}

.promo.show-promo-items .promo__item:nth-child(4) .promo__round-chunk {
		-webkit-animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s
}

.promo.show-promo-items .promo__item:nth-child(4) .promo__round-chunk:nth-child(2) {
		-webkit-animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.32s;
		animation-delay: 1.32s
}

.promo.show-promo-items .promo__item:nth-child(5) {
		-webkit-animation-delay: 240ms;
		animation-delay: 240ms
}

.promo.show-promo-items .promo__item:nth-child(5) .promo__round-chunk {
		-webkit-animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.3s;
		animation-delay: 1.3s
}

.promo.show-promo-items .promo__item:nth-child(5) .promo__round-chunk:nth-child(2) {
		-webkit-animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate-2 .7s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: 1.42s;
		animation-delay: 1.42s
}

.promo.end-animation .promo__item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
}

.promo.end-animation .promo__item:hover .promo__round-chunk {
		-webkit-transform: translate(-50%, -50%) rotate(225deg);
		transform: translate(-50%, -50%) rotate(225deg)
}

.promo.end-animation .promo__item .promo__round-chunk {
		opacity: 1;
		-webkit-transition: .5s ease-out;
		transition: .5s ease-out;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg)
}

.promo.end-animation .promo__bottom, .promo.end-animation .promo__header-icon, .promo.end-animation .promo__header-logo {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
}

.promo__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
		min-width: 20%;
		opacity: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

@-webkit-keyframes chunk-rotate {
		0% {
				opacity: 0;
				-webkit-transform: translate(-50%, -50%) rotate(-405deg);
				transform: translate(-50%, -50%) rotate(-405deg)
		}
		55% {
				opacity: 1
		}
		100% {
				opacity: 1;
				-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg)
		}
}

@keyframes chunk-rotate {
		0% {
				opacity: 0;
				-webkit-transform: translate(-50%, -50%) rotate(-405deg);
				transform: translate(-50%, -50%) rotate(-405deg)
		}
		55% {
				opacity: 1
		}
		100% {
				opacity: 1;
				-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg)
		}
}

@-webkit-keyframes chunk-rotate-2 {
		0% {
				opacity: 0;
				-webkit-transform: translate(-50%, -50%) rotate(-360deg);
				transform: translate(-50%, -50%) rotate(-360deg)
		}
		55% {
				opacity: 1
		}
		100% {
				opacity: 1;
				-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg)
		}
}

@keyframes chunk-rotate-2 {
		0% {
				opacity: 0;
				-webkit-transform: translate(-50%, -50%) rotate(-360deg);
				transform: translate(-50%, -50%) rotate(-360deg)
		}
		55% {
				opacity: 1
		}
		100% {
				opacity: 1;
				-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg)
		}
}

.promo.chunk-rotate .promo__round-chunk {
		-webkit-animation: chunk-rotate .5s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate .5s cubic-bezier(0, 0, .11, 1) forwards
}

.promo.chunk-rotate .promo__round-chunk:nth-child(2) {
		-webkit-animation: chunk-rotate-2 .5s cubic-bezier(0, 0, .11, 1) forwards;
		animation: chunk-rotate-2 .5s cubic-bezier(0, 0, .11, 1) forwards;
		-webkit-animation-delay: .25s;
		animation-delay: .25s
}

.promo__round {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: absolute;
		width: 83px;
		height: 83px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: .15s;
		transition: .15s
}

.promo__round-circle {
		position: absolute;
		width: 73px;
		height: 73px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: 3px solid #fff;
		border-radius: 50%
}

.promo__round-chunk {
		position: absolute;
		width: 85px;
		height: 85px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		border: 3px solid #fff;
		border-radius: 50%;
		border-left-color: rgba(255, 255, 255, 0);
		border-right-color: rgba(255, 255, 255, 0);
		opacity: 0
}

.promo__icon {
		margin-bottom: 24px;
		position: relative;
		width: 83px;
		height: 83px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.promo__icon .icon {
		fill: #fff
}

.promo__icon .icon-promo-adv-1, .promo__icon .icon-promo-adv-2 {
		width: 46px;
		height: 46px
}

.promo__icon .icon-promo-adv-3 {
		width: 48px;
		height: 48px;
		margin-top: -1px
}

.promo__icon .icon-promo-adv-4 {
		width: 45px;
		height: 51px
}

.promo__icon .icon-promo-adv-5 {
		width: 45px;
		height: 41px
}

.promo__text {
		color: #FFF;
		font-size: 18px;
		line-height: 27px;
		text-align: center;
		max-width: 234px
}

.contacts, .order {
		color: #1F1F1F
}

@media (max-width: 1279.98px) {
		.promo__list {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}

		.promo__middle {
				margin-bottom: 15px
		}

		.promo__item {
				-ms-flex-preferred-size: 33.333%;
				flex-basis: 33.333%;
				min-width: 33.333%;
				max-width: 33.333%;
				margin-bottom: 60px
		}

		.promo__video {
				display: none
		}
}

@media (max-width: 1023.98px) {
		.promo__text {
				font-size: 14px;
				line-height: 20px
		}
}

@media (max-width: 767.98px) {
		.promo__round {
				width: 75px;
				height: 75px
		}

		.promo__round-circle {
				position: absolute;
				width: 63px;
				height: 63px
		}

		.promo__round-chunk {
				position: absolute;
				width: 75px;
				height: 75px
		}

		.promo__content {
				min-height: auto
		}

		.promo__header {
				margin-top: 56px;
				margin-bottom: 56px
		}

		.promo__header-icon {
				margin-bottom: 19px
		}

		.promo__header-icon .icon {
				width: 102px;
				height: 83px
		}

		.promo__header-logo .icon {
				width: 128px;
				height: 24px
		}

		.promo__middle {
				margin-bottom: 40px
		}

		.promo__list {
				max-width: 414px;
				margin-left: auto;
				margin-right: auto
		}

		.promo__item {
				display: none;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				min-width: 100%;
				margin-bottom: 0
		}

		.promo__item:first-child {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}

		.promo__icon {
				margin-bottom: 0;
				width: 85px;
				min-width: 85px;
				min-height: 85px
		}

		.promo__icon:before {
				width: 63px;
				height: 63px
		}

		.promo__text {
				padding-left: 16px;
				text-align: left
		}

		.promo__bottom {
				margin-top: 0;
				margin-bottom: 56px
		}

		.promo__bottom .button {
				width: 100%;
				max-width: 414px
		}
}

.contacts__controls, .order__title, .select-action__title {
		text-align: center
}

.contacts b {
		font-weight: 700
}

.contacts__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -16px;
		margin-right: -16px;
		line-height: 24px
}

.contacts__left, .contacts__right {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 16px
}

.contacts__text {
		line-height: 24px
}

@media (max-width: 767.98px) {
		.contacts__row {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.contacts__left, .contacts__right {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}
}

.order__title {
		margin-bottom: 56px;
		font-size: 32px;
		font-weight: 100;
		line-height: 40px
}

.order__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 38px
}

.order__row:last-child {
		margin-bottom: 0;
		border-bottom: none
}

.order__back {
		line-height: 18px;
		text-decoration: none;
		color: #8C0014;
		font-weight: 500
}

.order__back:before {
		content: '';
		margin-top: -1px;
		margin-right: 8px;
		display: inline-block;
		vertical-align: middle;
		width: 9px;
		height: 14px;
		background-image: url(images/required/svg/back.svg);
		background-size: 100% 100%
}

.order__price {
		width: 270px;
		margin-bottom: 80px
}

.order__price-item {
		color: #1F1F1F;
		line-height: 24px;
		padding-top: 3px;
		padding-bottom: 3px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.order__price-title, .order__price-value {
		text-align: right;
		-ms-flex-preferred-size: 50%;
		max-width: 50%
}

.order__price-item--border {
		border-bottom: 1px solid rgba(31, 31, 31, .1)
}

.order__price-title {
		flex-basis: 50%;
		font-size: 14px
}

.order__price-title--big {
		font-size: 16px
}

.order__price-value {
		font-size: 14px;
		flex-basis: 50%
}

.order__price-value--big {
		font-size: 18px;
		font-weight: 700
}

.form__action, .form__label span, .order__action {
		font-weight: 500
}

.order .h4 {
		text-align: center !important;
		margin-bottom: 24px
}

.order__left, .order__right {
		margin-bottom: 40px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
}

.order__left {
		padding-right: 32px
}

.order__text {
		line-height: 24px;
		margin-bottom: 8px
}

.order__bottom-mobile {
		border-top: 1px solid #E1E1E1;
		padding-top: 22px;
		display: none
}

.order__bottom-mobile .order__text {
		margin-bottom: 0
}

@media (max-width: 767.98px) {
		.order__left {
				padding-right: 0
		}

		.order__text.hide-mobile {
				display: none
		}

		.order__bottom-mobile {
				display: block
		}
}

.order__action {
		line-height: 18px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 32px
}

.order__action:last-child {
		margin-right: 0
}

@media (max-width: 767.98px) {
		.order__back, .order__text b {
				display: block
		}

		.order__row {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.order__title {
				font-size: 24px;
				text-align: center;
				line-height: 28px;
				margin-bottom: 40px
		}

		.order__left, .order__right {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				margin-bottom: 0
		}

		.order__text {
				line-height: 24px;
				margin-bottom: 16px
		}

		.order__action {
				margin-right: 0;
				width: 100%;
				margin-bottom: 16px;
				text-align: center
		}

		.order .button {
				width: 100%;
				margin-bottom: 24px
		}

		.order__section {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%
		}

		.order__section:nth-child(1) {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.order__section:nth-child(2) {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1
		}

		.order__price {
				width: 100%;
				margin-bottom: 0
		}

		.order__price-item {
				position: relative;
				border-bottom: none !important
		}

		.order__price-item:before {
				content: '';
				position: absolute;
				bottom: 10px;
				left: 0;
				right: 0;
				border-bottom: 1px dotted #C8C8C8
		}

		.order__price-title {
				padding-right: 3px
		}

		.order__price-value {
				padding-left: 3px
		}

		.order__price-title, .order__price-value {
				position: relative;
				background-color: #fff;
				-ms-flex-preferred-size: auto;
				flex-basis: auto
		}

		.order__back {
				text-align: center;
				margin-top: 40px;
				margin-bottom: 60px
		}
}

.select-action {
		position: relative;
		width: 100%
}

.select-action.open:after {
		width: 100%
}

.select-action__input {
		display: none
}

.select-action.dirty .select-action__title {
		color: #1F1F1F
}

.select-action.open .select-action__title {
		border: 2px solid #9a9a9a
}

.select-action.open .select-action__title:after {
		-webkit-transform: translateY(-140%) rotate(-180deg);
		transform: translateY(-140%) rotate(-180deg)
}

.select-action__title {
		cursor: pointer;
		line-height: 38px;
		height: 40px;
		position: relative;
		user-select: none;
		min-width: 210px;
		font-size: 16px;
		padding-left: 16px;
		padding-right: 16px;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		border: 2px solid rgba(31, 31, 31, .1);
		color: #6B6B6B;
		white-space: nowrap;
		overflow: hidden
}

.search__list-item:before, .select-action__title:after {
		height: 6px;
		content: ''
}

.select-action__title:after {
		right: 0;
		top: 50%;
		width: 4px;
		border: 5px solid transparent;
		border-top: 6px solid #494949;
		position: static;
		display: inline-block;
		vertical-align: bottom;
		margin-top: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		margin-left: 8px
}

.city-search__list, .select-action__list {
		margin-top: -2px;
		background-color: #fff;
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.select-action.open .select-action__list {
		display: block
}

.select-action__list {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		z-index: 3;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		-webkit-animation: show-result .15s ease-out;
		animation: show-result .15s ease-out;
		max-height: 180px;
		overflow: auto;
		padding: 12px 0
}

.select-action__item {
		display: block;
		text-decoration: none;
		cursor: pointer;
		padding: 0 24px;
		line-height: 32px;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		color: #494949;
		font-size: 16px
}

.select-action__item:hover {
		background-color: #F0F0F0;
		color: #8c0014
}

.select-action__item:last-child {
		border-bottom: none
}

.select-action__item.disabled {
		cursor: default;
		background-color: #fff !important;
		color: #eee !important
}

@media (max-width: 767.98px) {
		.select-action.open .select-action__title {
				border: 2px solid #9a9a9a
		}

		.select-action.open .select-action__title:after {
				-webkit-transform: translateY(-180%) rotate(-180deg);
				transform: translateY(-180%) rotate(-180deg)
		}

		.select-action__title {
				height: 48px;
				line-height: 46px
		}

		.select-action__title:after {
				-webkit-transform: translateY(-130%);
				transform: translateY(-130%)
		}
}

.scroll-top {
		position: fixed;
		width: 40px;
		height: 40px;
		right: 40px;
		bottom: 40px;
		background-color: #1F1F1F;
		cursor: pointer;
		z-index: 3;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		opacity: 0;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.scroll-top.show {
		pointer-events: auto;
		opacity: .2
}

.scroll-top.show:hover {
		opacity: 1;
		background-color: #701
}

.scroll-top.end {
		bottom: 130px
}

.scroll-top .icon {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 23px;
		height: 22px;
		fill: #fff;
		color: #fff
}

.city-search__clear, .city-search__icon {
		-webkit-transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		top: 50%
}

.city-search--not-empty .city-search__icon .icon, .search--not-empty .search__icon .icon {
		fill: #701
}

@media (max-width: 767.98px) {
		.scroll-top {
				bottom: 65px;
				right: 15px
		}

		.scroll-top.end {
				bottom: 150px
		}
}

.form__item--error .city-search__input {
		border-bottom: 2px solid #F50F0F
}

.city-search--no-margin .city-search__wrapper {
		margin-bottom: 0
}

.city-search__wrapper {
		margin-top: 40px;
		margin-bottom: 40px
}

.city-search__row {
		height: 40px;
		position: relative
}

.city-search__icon {
		position: absolute;
		left: 0;
		transform: translateY(-50%);
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.city-search__icon .icon {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		width: 15px;
		height: 19px;
		fill: #B0B0B0
}

.city-search__input, .city-search__item, .search__icon .icon {
		-webkit-transition: .15s ease-out
}

.city-search__clear {
		position: absolute;
		right: 0;
		transform: translateY(-50%);
		cursor: pointer;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.city-search__load, .search__load {
		right: -27px;
		cursor: pointer;
		-moz-user-select: none;
		pointer-events: none
}

.city-search__load, .popup__split {
		display: -webkit-box;
		display: -ms-flexbox
}

.city-search__clear .icon {
		width: 18px;
		height: 18px;
		fill: #B0B0B0
}

.city-search__load {
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 80px;
		height: 80px
}

.city-search__load img {
		max-width: 100%;
		max-height: 100%
}

.city-search--not-empty .city-search__input {
		border-bottom: 2px solid #8f8f8f
}

.city-search__input {
		padding-left: 31px;
		padding-right: 31px;
		height: 40px;
		width: 100%;
		border: none;
		border-bottom: 2px solid #ddd;
		font-size: 20px;
		line-height: 24px;
		font-weight: 300;
		color: #1F1F1F;
		transition: .15s ease-out
}

.city-search__input:hover, .search--not-empty .search__input {
		border-bottom: 2px solid #8f8f8f
}

.city-search__input::-webkit-input-placeholder {
		color: #B0B0B0
}

.city-search__input::-moz-placeholder {
		color: #B0B0B0
}

.city-search__input::-ms-input-placeholder {
		color: #B0B0B0
}

.city-search__input::placeholder {
		color: #B0B0B0
}

.city-search__result {
		position: relative
}

.city-search__list {
		-webkit-animation: show-dropdown .15s ease-out;
		animation: show-dropdown .15s ease-out;
		top: 100%;
		left: 0;
		right: 0;
		min-width: 190px;
		position: absolute;
		padding: 12px 0;
		z-index: 5;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.city-search__list-wrap {
		z-index: 3;
		position: relative;
		max-height: 192px;
		overflow: auto
}

.city-search__no-found {
		padding: 12px 24px
}

.city-search__item a, .city-search__item div {
		padding-left: 24px;
		padding-right: 24px;
		line-height: 32px
}

.city-search__item {
		cursor: pointer;
		font-size: 16px;
		transition: .15s ease-out;
		color: #494949
}

.city-search__item--hover, .city-search__item:hover {
		background-color: #F0F0F0
}

.city-search__item a {
		display: block;
		text-decoration: none !important;
		color: inherit
}

@media (max-width: 767.98px) {
		.city-search {
				width: 100%;
				text-align: left
		}

		.city-search__selected {
				width: 100%
		}

		.city-search__list {
				left: -8px;
				right: -8px
		}

		.popup__content {
				margin-top: 8px
		}
}

.analogues__sub-title, .analogues__title, .av-block, .av-block__count, .form__controls--center, .no-products__icon, .no-products__text, .no-products__title, .search-text, .search__more, .search__more-wrap, .search__title {
		text-align: center
}

.popup {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 30;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
		display: none
}

.popup--show, .popup.init {
		display: block
}

.popup--fixed {
		position: fixed
}

.popup__content {
		position: relative;
		background-color: #fff;
		padding: 24px;
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0 rgba(0, 0, 0, .19);
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0 rgba(0, 0, 0, .19);
		min-width: 280px;
		width: 280px
}

.form-error, .form__dropdown-list, .help-block, .search--page .search__result {
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.popup__content:before {
		content: '';
		position: absolute;
		left: 15px;
		top: -5px;
		width: 12px;
		height: 12px;
		background-color: #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
}

.search--page .search__input, body {
		background-color: #ECECEC
}

.popup__title {
		color: #1F1F1F;
		font-size: 16px;
		line-height: 19px
}

.popup__text {
		color: #6B6B6B;
		font-size: 12px;
		font-weight: 300;
		line-height: 18px;
		margin-bottom: -8px
}

.search-text, .search__input {
		line-height: 24px;
		font-weight: 300
}

.popup__split {
		display: flex;
		margin-left: -8px;
		margin-right: -8px
}

.search__clear, .search__icon {
		-webkit-transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center
}

.popup__split-item {
		padding: 0 8px;
		overflow: hidden
}

.popup__split-item .button {
		max-width: 100%
}

.search-text {
		color: #6B6B6B;
		font-size: 16px;
		margin-top: 16px;
		margin-bottom: 40px
}

.search__wrapper {
		margin-top: 40px
}

.search--page .search__title:first-child, .search--page .search__wrapper {
		margin-top: 0
}

.search__row {
		height: 40px;
		position: relative
}

.search__clear, .search__icon, .search__load {
		position: absolute;
		top: 50%
}

.search__icon {
		left: 0;
		transform: translateY(-50%);
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.search__icon .icon {
		transition: .15s ease-out;
		width: 19px;
		height: 19px;
		fill: #B0B0B0
}

.search__input, .search__more {
		-webkit-transition: .15s ease-out
}

.search__clear {
		right: 0;
		transform: translateY(-50%);
		cursor: pointer;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.search__load, .search__snippet {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center
}

.search__clear .icon {
		width: 18px;
		height: 18px;
		fill: #B0B0B0
}

.search__load {
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 80px;
		height: 80px
}

.search__load img {
		max-width: 100%;
		max-height: 100%
}

@-webkit-keyframes search-result {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

@keyframes search-result {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

.search__result {
		-webkit-animation: search-result .15s ease-out;
		animation: search-result .15s ease-out
}

.search--page {
		position: relative
}

.search--page .search__result {
		position: absolute;
		z-index: 15;
		left: 0;
		top: 100%;
		right: 0;
		padding: 32px;
		background-color: #fff;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.search__input {
		padding-left: 34px;
		padding-right: 34px;
		height: 40px;
		width: 100%;
		border: none;
		border-bottom: 2px solid #ddd;
		font-size: 20px;
		color: #1F1F1F;
		transition: .15s ease-out
}

.search__input::-webkit-input-placeholder {
		color: #B0B0B0
}

.search__input::-moz-placeholder {
		color: #B0B0B0
}

.search__input::-ms-input-placeholder {
		color: #B0B0B0
}

.search__input::placeholder {
		color: #B0B0B0
}

.search__input:hover {
		border-bottom: 2px solid #8f8f8f
}

.search__title {
		color: #1F1F1F;
		font-size: 24px;
		font-weight: 100;
		line-height: 28px
}

.search__more, .search__snippet-title {
		line-height: 18px;
		text-decoration: none;
		font-size: 16px
}

.search__more {
		color: #8c0014;
		transition: .15s ease-out;
		font-weight: 400
}

.search__list-item, .search__snippet-title {
		font-weight: 300;
		-webkit-transition: .15s ease-out
}

.search__more:hover {
		color: #701
}

.search__list-snippets {
		margin-top: -10px
}

.search__snippet {
		min-height: 60px;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #E8E8E8;
		padding: 5px 0
}

.search__snippet-image {
		min-width: 32px;
		width: 32px;
		height: 32px;
		background-position: center center;
		margin-right: 16px
}

.search__snippet-title {
		color: #494949;
		margin-right: 16px;
		transition: .15s ease-out
}

.search__snippet-title:hover {
		color: #701
}

.search__snippet-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
}

.search__snippet-price-value {
		font-weight: 800;
		color: #1F1F1F;
		font-size: 16px;
		line-height: 24px;
		margin-left: 16px
}

.search__snippet-price-old {
		color: #B0B0B0;
		font-size: 12px;
		line-height: 24px;
		text-decoration: line-through
}

.analogues__add, .breadcrumbs__title, .button, .button-icon, .cookie__link, .help-block a, .link-icon, .print, .search__list-item, .section__category, .tabs__control {
		text-decoration: none
}

.search__list-item {
		position: relative;
		padding-left: 14px;
		display: block;
		color: #494949;
		font-size: 16px;
		line-height: 32px;
		transition: .15s ease-out
}

.search__list-item:before {
		position: absolute;
		left: 0;
		top: 15px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		border-radius: 50%;
		margin-right: 8px;
		width: 6px;
		background-color: #1F1F1F
}

.search__list-item:hover {
		color: #701
}

@media (max-width: 767.98px) {
		.search__title {
				line-height: 24px;
				font-size: 20px;
				margin-bottom: 20px
		}

		.search__list-item {
				line-height: 24px;
				margin-bottom: 16px
		}

		.search__list-snippets {
				margin-left: -16px;
				margin-right: -16px
		}

		.search__snippet {
				padding-left: 16px;
				padding-right: 16px
		}

		.search__snippet-title {
				font-size: 14px;
				line-height: 17px;
				margin-right: 0
		}

		.search__snippet-price {
				max-width: 80px;
				min-width: 80px;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: end;
				-ms-flex-align: end;
				align-items: flex-end
		}

		.search__snippet-price-old {
				line-height: 14px;
				font-size: 12px
		}

		.search__snippet-price-value {
				margin-left: 0;
				line-height: 14px;
				font-size: 13px
		}
}

.properties__header, .properties__item {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center
}

.properties__item {
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 80px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

@media (min-width: 1024px) {
		.properties__item:nth-child(2n) .properties__image {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2
		}

		.properties__item:nth-child(2n) .properties__content {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				padding-left: 70px;
				padding-right: 46px
		}
}

.properties__image {
		padding-bottom: 34%;
		background-size: cover;
		-ms-flex-preferred-size: calc(50% - 16px);
		flex-basis: calc(50% - 16px);
		max-width: calc(50% - 16px);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
}

.properties__content {
		-ms-flex-preferred-size: calc(50% - 16px);
		flex-basis: calc(50% - 16px);
		max-width: calc(50% - 16px);
		padding-left: 46px
}

.properties__header {
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 24px
}

.properties__title {
		color: #1F1F1F;
		font-size: 32px;
		font-weight: 100;
		line-height: 40px
}

.properties__icon {
		margin-right: 16px;
		background-color: #8C0014;
		min-width: 34px;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.properties__icon .icon {
		fill: #fff;
		width: 22px;
		height: 22px
}

.properties__text {
		color: #6B6B6B;
    font-family: "MieleElementsOffice", Verdana, sans-serif;
/*		font-family: "Helvetica Neue";*/
		font-size: 16px;
		font-weight: 300;
		line-height: 24px
}

@media (max-width: 1279.98px) {
		.properties__title {
				line-height: 32px;
				font-size: 28px
		}

		.properties__content {
				padding-left: 26px !important
		}
}

@media (max-width: 1023.98px) {
		.properties__item {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}

		.properties__content {
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				padding-left: 50px !important;
				padding-right: 50px !important
		}

		.properties__image {
				padding-bottom: 62%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
				margin-bottom: 30px
		}
}

@media (max-width: 767.98px) {
		.properties__item {
				margin-bottom: 32px
		}

		.properties__item:last-child {
				margin-bottom: 80px
		}

		.properties__content {
				padding-left: 0 !important;
				padding-right: 0 !important
		}

		.properties__header {
				margin-bottom: 16px
		}

		.properties__title {
				font-size: 24px;
				line-height: 28px;
				font-weight: 300
		}
}

@-webkit-keyframes tab-show {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

@keyframes tab-show {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

.tabs {
		background-color: #6B6B6B;
		padding-top: 56px;
		padding-left: 64px;
		margin-right: -46px;
		margin-left: -24px;
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 100%
}

@media (min-width: 768px) and (max-width: 1279.98px) {
		.tabs--advantages .owl-stage-outer {
				overflow: hidden !important
		}
}

.tabs--page {
		width: auto;
		background-color: rgba(0, 0, 0, 0);
		margin-bottom: 80px
}

.tabs--page .tabs__controls {
		overflow: hidden;
		background-color: #6B6B6B;
		padding: 32px 0;
		max-height: 93px;
		min-height: 93px
}

.tabs .owl-stage-outer, .tabs--center {
		overflow: inherit
}

.tabs--page .tabs__controls:before {
		left: 0
}

@media (max-width: 767.98px) {
		.tabs--page {
				margin-left: -16px !important;
				margin-right: -16px !important
		}
}

.tabs--center {
		padding-top: 0;
		padding-left: 0 !important;
		margin-right: 0;
		margin-left: 0;
		height: auto
}

.tabs--center .tabs__controls .owl-stage-outer {
		padding-left: 32px;
		padding-right: 32px
}

.tabs--center .owl-stage {
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

.tabs--compare .tabs__controls::before, .tabs__item {
		display: none
}

.tabs--center .tabs__controls-wrap .owl-stage:before {
		right: 0
}

.tabs--center .owl-item {
		-ms-flex-negative: 0;
		flex-shrink: 0
}

.breadcrumbs__list, .form__list-item, .tabs__load {
		-webkit-box-align: center
}

.tabs--center .tabs__item {
		padding-top: 50px
}

@media (max-width: 767.98px) {
		.tabs--center .tabs__controls .owl-stage-outer {
				padding-left: 16px;
				padding-right: 16px
		}

		.tabs--center .tabs__item {
				padding-top: 16px
		}
}

.tabs--compare {
		padding-top: 32px;
		padding-bottom: 32px
}

.tabs__item {
		-webkit-animation: tab-show .15s ease-out;
		animation: tab-show .15s ease-out;
		padding-top: 74px
}

.tabs__item.active {
		display: block
}

.tabs__load {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -16px;
		right: -16px;
		background-color: rgba(107, 107, 107, .5);
		z-index: 10;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.tabs__controls {
		position: relative
}

@media (min-width: 768px) {
		.tabs__controls:after, .tabs__controls:before {
				content: '';
				position: absolute;
				top: 50%;
				bottom: 0;
				height: 30px;
				width: 30px
		}

		.tabs__controls:before {
				left: -64px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: -webkit-gradient(linear, left top, right top, from(#6B6B6B), to(rgba(107, 107, 107, 0)));
				background-image: linear-gradient(to right, #6B6B6B, rgba(107, 107, 107, 0));
				z-index: 3
		}

		.tabs__controls:after {
				right: 0;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: -webkit-gradient(linear, right top, left top, from(#6B6B6B), to(rgba(107, 107, 107, 0)));
				background-image: linear-gradient(to left, #6B6B6B, rgba(107, 107, 107, 0))
		}
}

.tabs__controls-wrap, .tabs__controls-wrap .owl-stage {
		position: relative
}

.tabs__controls-wrap .owl-stage:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		right: -32px;
		background-color: rgba(255, 255, 255, .2)
}

.owl-item:last-child .tabs__control {
		margin-right: 0 !important
}

@-webkit-keyframes show-control {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

@keyframes show-control {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

.owl-loaded .tabs__control {
		opacity: 1
}

.tabs__control {
		opacity: 0;
		margin-right: 54px;
		display: block;
		cursor: pointer;
		padding-bottom: 5px;
		white-space: nowrap;
		color: #DDD;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		border-bottom: 2px solid rgba(245, 153, 15, 0);
		font-size: 18px;
		line-height: 22px
}

.tabs__control.active {
		color: #FFF;
		border-bottom: 2px solid #f5990f
}

.tabs__control:hover {
		color: #fff
}

@media (max-width: 767.98px) {
		.tabs__control {
				margin-right: 40px
		}
}

@media (max-width: 1279.98px) {
		.tabs {
				overflow: inherit;
				margin-left: 0;
				margin-right: 0;
				padding-left: 0
		}
}

@media (max-width: 767.98px) {
		.tabs__item {
				padding-top: 62px
		}

		.tabs--page .tabs__controls {
				max-height: 77px;
				min-height: 77px;
				padding: 26px 0
		}

		.tabs__controls-wrap:after {
				right: 0
		}

		.tabs__control {
				font-size: 16px;
				line-height: 18px
		}
}

.breadcrumbs {
		background-color: rgba(31, 31, 31, .4)
}

.breadcrumbs__list {
		padding: 0;
		margin: 0;
		list-style: none;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.breadcrumbs__item:first-child .breadcrumbs__title:before, .form__dropdown .dropdown-action, .form__dropdown-select, .form__error:empty {
		display: none
}

.breadcrumbs__title, .breadcrumbs__title:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px
}

.breadcrumbs__title {
		color: #fff;
		font-size: 12px;
		line-height: 14px
}

.breadcrumbs__title:before {
		margin-top: -2px;
		content: '';
		height: 4px;
		width: 4px;
		background-color: #FFF;
		border-radius: 50%
}

@media (max-width: 767.98px) {
		.breadcrumbs__wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				height: auto;
				padding-top: 10px;
				padding-bottom: 10px
		}

		.breadcrumbs__mobile-toggle {
				min-width: 21px;
				height: 20px;
				margin-right: 16px;
				background-image: url(images/required/svg/breadcrumbs.svg);
				background-position: center center;
				background-size: 100% 100%;
				position: relative
		}

		.breadcrumbs.show .breadcrumbs__item:last-child .breadcrumbs__title:before {
				display: inline-block
		}

		.breadcrumbs__item {
				display: none
		}

		.breadcrumbs__item:last-child {
				display: block
		}

		.breadcrumbs__item:last-child .breadcrumbs__title:before {
				display: none
		}

		.breadcrumbs.show .breadcrumbs__item {
				display: block
		}

		.breadcrumbs.show .breadcrumbs__mobile-toggle {
				display: none
		}

		.breadcrumbs__list {
				height: auto;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start
		}

		.breadcrumbs__title {
				line-height: 20px
		}
}

.form {
		padding: 32px;
		background-color: #fff
}

.form_big {
		max-width: 480px !important
}

.form--page {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto
}

@media (max-width: 767.98px) {
		.form--page {
				max-width: none;
				margin-left: -16px;
				margin-right: -16px;
				padding-left: 16px;
				padding-right: 16px
		}
}

.block-error__info, .form__item--required .form__input {
		padding-left: 8px
}

.form__sub-text {
		margin-top: 24px;
		color: #6B6B6B;
		font-size: 12px;
		font-weight: 300;
		line-height: 18px
}

.form__range {
		margin-bottom: 31px
}

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

.form__item--center, .form__list-item {
		display: -webkit-box;
		display: -ms-flexbox
}

.form__range-from, .form__range-to {
		border: none;
		outline: 0;
		border-bottom: 2px solid rgba(31, 31, 31, .2);
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		color: #1F1F1F;
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*		font-family: "Helvetica Neue";*/
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		max-width: 45%
}

.form__range-from.hover-state, .form__range-to.hover-state {
		border-bottom: 2px solid #1f1f1f
}

.form__rows {
		margin-bottom: 40px
}

.form__item {
		text-align: left;
		margin-bottom: 16px
}

.form_big .form__item {
		margin-bottom: 40px
}

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

.form__item--required {
		position: relative
}

.form__item--required:before {
		content: '*';
		color: #8c0014;
		position: absolute;
		left: 0;
		top: 0;
		height: 40px;
		line-height: 40px
}

.form__list-title, .form__list-value {
		max-width: 50%;
		line-height: 18px;
		background-color: #fff
}

.form__item--error .form__input {
		border-bottom: 2px solid #F50F0F
}

.form__list-item {
		margin-bottom: 10px;
		position: relative;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.form__list-between, .form__row {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center
}

.form__list-item:before {
		content: '';
		position: absolute;
		bottom: 4px;
		left: 0;
		right: 0;
		border-bottom: 1px dotted #C8C8C8
}

.form__list-between {
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 16px
}

.form__list-title {
		margin-right: auto;
		position: relative;
		z-index: 1;
		padding-right: 3px;
		color: #1F1F1F
}

.form__list-value {
		margin-left: auto;
		position: relative;
		z-index: 1;
		padding-left: 3px;
		color: #6B6B6B
}

.form__input, .form__textarea {
		background-color: rgba(255, 255, 255, 0);
		width: 100%;
		outline: 0
}

.form__input {
		border: none;
		height: 40px;
		line-height: 1.3 !important;
		border-bottom: 2px solid rgba(31, 31, 31, .3);
		color: #1F1F1F
}

.form__input::-webkit-input-placeholder {
		color: rgba(31, 31, 31, .5)
}

.form__input::-moz-placeholder {
		color: rgba(31, 31, 31, .5)
}

.form__input::-ms-input-placeholder {
		color: rgba(31, 31, 31, .5)
}

.form__input::placeholder {
		color: rgba(31, 31, 31, .5)
}

.form__input:disabled {
		cursor: not-allowed;
		color: rgba(31, 31, 31, .5);
		border-bottom: 2px solid rgba(31, 31, 31, .15)
}

.form__action {
		margin-top: 16px;
		margin-bottom: 24px;
		color: #8C0014;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		cursor: pointer
}

.form__error, .form__tip {
		font-size: 12px;
		line-height: 18px;
		margin-top: 2px
}

.form__action:hover {
		color: #701
}

.form__label {
		margin-bottom: 8px;
		color: #1F1F1F
}

.form__textarea {
		padding: 16px;
		border: 2px solid rgba(31, 31, 31, .1);
		max-width: 100%;
		min-height: 130px;
		color: #1F1F1F
}

.form__checkbox-title, .form__error--checkbox, .form__radio-title, .form__tip--checkbox {
		padding-left: 27px
}

.form__textarea::-webkit-input-placeholder {
		color: #B0B0B0
}

.form__textarea::-moz-placeholder {
		color: #B0B0B0
}

.form__textarea::-ms-input-placeholder {
		color: #B0B0B0
}

.form__textarea::placeholder {
		color: #B0B0B0
}

@-webkit-keyframes show-toggle {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

@keyframes show-toggle {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}

.form__toggle {
		-webkit-animation: show-toggle .15s ease-out;
		animation: show-toggle .15s ease-out
}

.form__tip {
		color: #6B6B6B
}

.form__error {
		color: #F50F0F
}

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

.form__dropdown.open:after {
		width: 100%
}

.form__dropdown.dirty .form__dropdown-selected {
		color: #1F1F1F
}

.form__dropdown.open .form__dropdown-selected:after {
		-webkit-transform: translateY(-100%) rotate(-180deg);
		transform: translateY(-100%) rotate(-180deg)
}

.form__dropdown-selected {
		cursor: pointer;
		font-size: 16px;
		line-height: 38px;
		height: 40px;
		border-bottom: 2px solid rgba(31, 31, 31, .3);
		color: #B0B0B0;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
}

.form__dropdown-selected:after {
		position: absolute;
		content: '';
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 7px;
		width: 4px;
		height: 6px;
		border: 5px solid transparent;
		border-top: 6px solid #494949
}

.form__dropdown.open .form__dropdown-list {
		display: block
}

.form__dropdown-list {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		z-index: 3;
		background-color: #fff;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		-webkit-animation: show-result .15s ease-out;
		animation: show-result .15s ease-out;
		overflow: auto;
		padding: 12px 0;
		margin-top: -2px;
		max-height: 180px
}

.form__dropdown-list.fix {
		max-height: none;
		overflow: inherit
}

.form__dropdown-list-wrap {
		max-height: 192px;
		overflow: auto
}

.form__dropdown-option {
		cursor: pointer;
		padding: 0 24px;
		line-height: 32px;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		color: #494949;
		font-size: 16px
}

.form__dropdown-option:hover {
		background-color: #F0F0F0;
		color: #8c0014
}

.form__dropdown-option:last-child {
		border-bottom: none
}

.form__dropdown-option.disabled {
		cursor: default;
		background-color: #fff !important;
		color: #eee !important
}

.form__controls {
		margin-top: 32px
}

.form__controls--center .button {
		display: inline-block !important;
		line-height: 48px
}

.form__row {
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

@media (max-width: 767.98px) {
		.form__row {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}
}

.form__row--no-split .form__col:after {
		background-color: #fff;
		margin-left: 16px;
		margin-right: 16px
}

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

.form__col:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 29px;
		width: 1px;
		background-color: #6B6B6B;
		margin-left: 24px;
		margin-right: 24px
}

.form__col:last-child:after {
		display: none
}

@media (max-width: 767.98px) {
		.form__col {
				margin-bottom: 16px
		}

		.form__col:after {
				margin-right: 8px;
				margin-left: 8px
		}
}

@media screen and (max-width: 532px) {
		.form__col:last-child {
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}

		.form__col:nth-last-child(2):after {
				display: none
		}
}

.form__checkbox {
		width: 100%
}

.form__checkbox-input {
		display: none
}

.form__checkbox-input:checked + .form__checkbox-title:after {
		width: 20px
}

.form__checkbox-input:disabled + .form__checkbox-title {
		opacity: .3;
		cursor: default;
		color: #494949 !important
}

.form__checkbox-title {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		color: #494949;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 15px;
		cursor: pointer;
		position: relative;
		display: inline-block
}

.analogues .owl-nav .owl-next, .analogues .owl-nav .owl-prev, .button, .form-toggle, .form__radio-title {
		-moz-user-select: none;
		-ms-user-select: none
}

.form__checkbox-title i {
		font-style: normal;
		margin-right: -3px;
		color: #8c0014
}

.form__checkbox-title:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		border: 1px solid #515151;
		width: 18px;
		height: 18px;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out
}

.form__checkbox-title:after, .form__radio-title:before {
		left: 0;
		-webkit-transition: all .15s ease-out;
		position: absolute;
		content: '';
		top: 0
}

.form__checkbox-title:hover {
		color: #8c0014
}

.form__checkbox-title:after {
		display: block;
		z-index: 1;
		width: 0;
		height: 20px;
		transition: all .15s ease-out;
		background-image: url(images/required/svg/check.svg);
		background-size: 12px 12px;
		background-repeat: no-repeat;
		background-position: 3px 3px
}

.analogues .owl-nav, .analogues__add, .form-toggle__icon:after, .form__radio-title {
		-webkit-transition: .15s ease-out
}

.form__radio {
		width: 100%
}

.form__radio-input {
		display: none
}

.form__radio-input:checked + .form__radio-title:after {
		-webkit-transform: scale(1);
		transform: scale(1)
}

.form__radio-input:disabled + .form__radio-title {
		opacity: .3;
		cursor: default
}

.form__radio-input:disabled + .form__radio-title:hover:before {
		background-color: #fff4d7
}

.form__radio-title {
		color: #494949;
		-webkit-user-select: none;
		user-select: none;
		font-size: 15px;
		cursor: pointer;
		position: relative;
		display: inline-block;
		transition: .15s ease-out
}

.form__radio-title:before {
		border: 1px solid #515151;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		transition: all .15s ease-out
}

.analogues__counter-left .icon, .analogues__counter-right .icon {
		height: 8px;
		fill: #B0B0B0;
		width: 8px
}

.form__radio-title:hover {
		color: #8c0014
}

.form__radio-title:after {
		content: '';
		position: absolute;
		left: 5px;
		top: 4px;
		z-index: 1;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		-webkit-transform: scale(0);
		transform: scale(0);
		background-color: #8c0014
}

.block-error {
		border: 1px solid #8C0014;
		padding: 16px 40px 16px 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 8px;
		margin-bottom: 8px
}

.form-error--auto, .form-error--auto .form-error__text, .link-print-test {
		display: inline-block
}

.block-error__icon {
		position: relative;
		min-width: 24px;
		width: 24px;
		height: 24px;
		background-color: #8C0014;
		border-radius: 50%
}

.block-error__icon:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 3px;
		height: 14px;
		background-image: url(images/required/svg/form-error.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain
}

.block-error__title {
		color: #1F1F1F;
		font-size: 14px;
		font-weight: 700;
		line-height: 28px;
		margin-bottom: 3px;
		margin-top: -6px
}

.block-error__text {
		color: #6B6B6B;
		font-size: 14px;
		font-weight: 300;
		line-height: 18px
}

.block-error--big {
		padding: 24px
}

.block-error--big .block-error__title {
		color: #1F1F1F;
		font-size: 24px;
		font-weight: 100;
		line-height: 28px;
		margin-bottom: 12px
}

.block-error--big .block-error__info {
		padding-left: 16px
}

.block-error--big .block-error__text {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px
}

.block-error--big .block-error__icon {
		position: relative;
		min-width: 32px;
		width: 32px;
		height: 32px;
		background-color: #8C0014;
		border-radius: 50%
}

.block-error--big .block-error__icon:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 4px;
		height: 18px;
		background-image: url(images/required/svg/form-error.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain
}

@media (max-width: 767.98px) {
		.block-error {
				padding-right: 16px
		}

		.block-error__title {
				line-height: 18px;
				margin-top: 0
		}

		.block-error--big {
				padding: 16px
		}

		.block-error--big .block-error__title {
				font-size: 18px;
				font-weight: 100;
				line-height: 24px
		}

		.block-error--big .block-error__info {
				padding-left: 8px
		}

		.block-error--big .block-error__text {
				font-size: 14px;
				font-weight: 300;
				line-height: 20px
		}
}

.form-error {
		z-index: 3;
		width: 100%;
		margin-top: auto;
		max-width: 420px;
		background-color: #F50F0F;
		padding: 16px;
		color: #fff;
		position: relative;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.form-error--full {
		max-width: 100%
}

.form-error--auto {
		width: auto;
		margin-left: auto;
		margin-right: auto
}

.form-error__close, .form-toggle {
		display: -ms-flexbox;
		cursor: pointer
}

.form-error__close {
		position: absolute;
		right: 16px;
		top: 17px;
		width: 16px;
		height: 16px;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.form-error__close .icon {
		fill: #fff;
		width: 16px;
		height: 16px
}

.form-error__title {
		font-size: 14px;
		font-weight: 700;
		line-height: 18px;
		margin-bottom: 8px
}

.form-error__text {
		font-size: 14px;
		font-weight: 300;
		line-height: 18px
}

.select-input {
		position: relative
}

.select-input__map {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
}

.select-input__map .icon {
		width: 15px;
		height: 19px;
		fill: #8c0014
}

.form-toggle {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-user-select: none;
		user-select: none;
		margin-top: 15px
}

.form-toggle input {
		display: none
}

.form-toggle__icon {
		position: relative;
		min-width: 38px;
		margin-right: 12px;
		background-color: #DDD;
		width: 38px;
		height: 22px;
		border-radius: 12px
}

.form-toggle__icon:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 2px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 17px;
		width: 17px;
		border-radius: 50%;
		background-color: #fff;
		transition: .15s ease-out
}

.form-toggle__title {
		color: #494949;
		font-size: 16px;
		line-height: 28px
}

.form-toggle.active .form-toggle__icon:after {
		left: 19px;
		background-color: #8C0014
}

.form-toggle.disabled {
		cursor: not-allowed
}

.form-toggle.disabled .form-toggle__icon {
		background-color: rgba(221, 221, 221, .5)
}

.form-toggle.disabled.active .form-toggle__icon:after {
		background-color: rgba(140, 0, 20, .5)
}

.form-toggle.disabled .form-toggle__title {
		color: rgba(31, 31, 31, .5)
}

.vdp-datepicker__calendar .cell.selected {
		background-color: #701 !important;
		color: #fff
}

.vdp-datepicker__calendar .cell.day-header {
		font-size: 14px !important;
		color: #1F1F1F
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
		border: 1px solid #701 !important
}

.vdp-datepicker__calendar header .next:after, .vdp-datepicker__calendar header .prev:after {
		width: 9px;
		height: 14px;
		background-image: url(images/required/svg/back.svg);
		background-size: 100% 100%;
		border: none !important;
		margin-left: -1px !important
}

.vdp-datepicker__calendar header .next:after {
		-webkit-transform: translateX(-50%) translateY(-50%) scaleX(-1) !important;
		transform: translateX(-50%) translateY(-50%) scaleX(-1) !important
}

.help-block {
		margin: 100px 0;
		padding: 50px;
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		border: 1px solid #f4f4f4;
		background-color: #fff
}

.link-print-test {
		margin-left: 8px;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		opacity: .7;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
}

.link-print-test:before {
		display: none !important
}

.link-print-test:hover {
		opacity: 1
}

.help-block__title {
		margin-top: 32px;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px
}

.help-block ul {
		padding: 0 24px;
		margin: 0 0 32px;
		list-style: none
}

.help-block li {
		margin-bottom: 20px
}

.help-block__dis {
		opacity: .3;
		pointer-events: none;
		cursor: default
}

.analogues__add, .av-block__title, .button-icon, .help-block a, .link-icon, .scroll-to {
		cursor: pointer
}

.help-block a {
		font-size: 18px;
		color: #6B6B6B;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out
}

.help-block a:before {
		content: '';
		margin-top: -3px;
		margin-right: 10px;
		width: 4px;
		height: 4px;
		background-color: #8c0014;
		display: inline-block;
		vertical-align: middle
}

.analogues__param, .analogues__row {
		display: -webkit-box;
		display: -ms-flexbox
}

.help-block a:hover {
		color: #701
}

.analogues__row {
		display: flex
}

.analogues__sub-title.mobile, .analogues__title.mobile {
		display: none
}

.analogues__left {
		background-color: #fff;
		padding-left: 32px;
		padding-right: 32px;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		position: relative;
		z-index: 15
}

.analogues__left .analogues__param:after {
		left: 24px;
		width: calc(100% + 32px)
}

.analogues__right {
		position: relative;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		overflow: hidden;
		max-width: 75%;
		padding-right: 48px;
		padding-left: 48px
}

.analogues__right .owl-stage-outer {
		overflow: inherit
}

.analogues__right:after, .analogues__right:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #ececec;
		width: 24px;
		z-index: 5
}

.analogues__right:after {
		left: auto;
		right: 0
}

.analogues__title {
		margin-top: 55px;
		margin-bottom: 57px !important;
		line-height: 40px !important;
		font-size: 32px;
		font-weight: 100
}

.analogues__sub-title {
		font-size: 24px;
		margin-top: 64px;
		color: #1F1F1F;
		margin-bottom: 32px;
		line-height: 28px;
		font-weight: 100
}

.analogues__param {
		position: relative;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 8px 24px
}

.analogues__param:after {
		content: '';
		position: absolute;
		left: -48px;
		height: 1px;
		width: calc(100% + 110px);
		background-color: #DDD;
		bottom: 0
}

.analogues__param-title {
		color: #1F1F1F;
		font-size: 12px;
		font-weight: 500;
		line-height: 18px
}

.analogues__param-value {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px
}

.analogues .owl-item:hover {
		z-index: 5
}

.analogues__add {
		margin-bottom: 55px;
		margin-top: 38px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 18px;
		color: #8C0014;
		transition: .15s ease-out
}

.analogues__add:hover, .av-block__title:hover {
		color: #701
}

.analogues__add.mobile {
		display: none
}

.analogues__add-icon {
		width: 32px;
		min-width: 32px;
		height: 32px;
		border: 2px solid #8C0014;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%;
		margin-right: 8px
}

.analogues__add-icon.no-border {
		border: none !important
}

.analogues__add-icon.no-border .icon {
		width: 32px;
		height: 32px;
		fill: #8C0014
}

.analogues__add-icon .icon {
		width: 18px;
		height: 16px;
		fill: #8C0014
}

.analogues .owl-nav {
		transition: .15s ease-out
}

.analogues .owl-nav .owl-next, .analogues .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-80%, -50%);
		transform: translate(-80%, -50%);
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000;
		border-radius: 50%;
		border: none;
		outline: 0;
		-webkit-user-select: none;
		user-select: none;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		opacity: 0;
		margin-left: 16px;
		z-index: 4
}

.analogues .owl-nav .owl-next:hover, .analogues .owl-nav .owl-prev:hover {
		opacity: 1
}

.analogues .owl-nav .owl-next .icon, .analogues .owl-nav .owl-prev .icon {
		fill: #fff;
		width: 22px;
		height: 22px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
}

.analogues .owl-nav .owl-next {
		margin-left: 0;
		margin-right: 16px;
		-webkit-transform: translate(80%, -50%);
		transform: translate(80%, -50%);
		left: auto;
		right: 0
}

.analogues .owl-nav .owl-next .icon {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
}

.analogues__counter {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 11px;
		display: none;
		color: #6B6B6B;
		font-size: 14px;
		font-weight: 300;
		line-height: 17px
}

.analogues__counter-left {
		margin-right: 8px
}

.analogues__counter-left .icon {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
}

.analogues__counter-right {
		margin-left: 8px
}

@media (max-width: 1439.98px) {
		.analogues__left, .analogues__right {
				padding-left: 24px
		}

		.analogues__right {
				padding-right: 24px
		}

		.analogues__right:after, .analogues__right:before {
				display: none
		}
}

@media (max-width: 1279.98px) {
		.analogues__left {
				-ms-flex-preferred-size: 33.333%;
				flex-basis: 33.333%;
				max-width: 33.333%
		}

		.analogues__right {
				-ms-flex-preferred-size: 66.666%;
				flex-basis: 66.666%;
				max-width: 66.666%
		}
}

@media (max-width: 1023.98px) {
		.analogues__left, .analogues__right {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%
		}

		.analogues__title {
				line-height: 40px;
				margin-bottom: 16px !important
		}

		.analogues__counter {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin-bottom: 24px
		}
}

@media (max-width: 767.98px) {
		.analogues .snippet__actions, .analogues .snippet__controls, .analogues .snippet__tags, .analogues__right:after, .analogues__right:before {
				display: none
		}

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

		.analogues__left, .analogues__right {
				padding-left: 16px;
				padding-right: 16px
		}

		.analogues__param-title {
				font-size: 12px;
				line-height: 18px
		}

		.analogues__param-value {
				font-size: 14px;
				line-height: 20px
		}

		.analogues__param:after {
				left: 0 !important
		}

		.analogues__counter {
				margin-bottom: 11px
		}

		.analogues .snippet__data {
				padding-left: 0
		}

		.analogues .snippet__info {
				margin-top: auto
		}

		.analogues .snippet__image {
				margin-left: auto;
				margin-right: auto;
				height: 110px;
				margin-bottom: 12px;
				-ms-flex-preferred-size: auto;
				flex-basis: auto;
				max-width: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}

		.analogues .snippet__container {
				height: 230px;
				padding: 12px;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
		}

		.analogues__price-value {
				font-size: 14px;
				line-height: 24px
		}

		.analogues__add {
				font-size: 14px;
				display: none
		}

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

		.analogues__sub-title {
				font-size: 20px;
				line-height: 24px;
				margin-bottom: 43px;
				display: none
		}

		.analogues__sub-title.mobile {
				display: block
		}

		.analogues__title {
				display: none;
				font-size: 20px !important;
				font-weight: 100 !important
		}

		.analogues__title.mobile {
				display: block;
				margin-bottom: 8px !important
		}

		.analogues__left {
				padding-bottom: 60px
		}
}

.av-block {
		padding-top: 40px
}

.av-block__title {
		font-size: 24px;
		font-weight: 100;
		line-height: 28px;
		border-bottom: 1px dotted;
		display: inline;
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out
}

.cookie__link, .wait-load {
		-webkit-transition: .15s ease-out
}

.av-block__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: -20px
}

.av-block__list {
		margin-left: auto;
		margin-right: auto;
		display: inline-block
}

.av-block__left {
		position: relative;
		margin-right: 16px
}

.av-block__right {
		text-align: left;
		line-height: 24px
}

.av-block__title {
		color: #8C0014
}

.av-block__count {
		color: #DDD;
		font-size: 100px;
		font-weight: 800;
		line-height: 123px
}

.av-block__icon {
		position: absolute;
		top: 46%;
		left: 49%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
}

.av-block__icon .icon {
		fill: #8C0014;
		width: 36px;
		height: 36px
}

.av-block__icon .icon-advantage-1 {
		margin-left: 9px
}

.av-block__icon .icon-advantage-2 {
		margin-left: 4px
}

.av-block__icon .icon-advantage-3 {
		margin-top: 8px;
		margin-left: 4px
}

@media (max-width: 1023.98px) {
		.av-block {
				padding-top: 0
		}

		.av-block__title {
				font-size: 18px
		}

		.av-block__right {
				font-size: 14px
		}

		.av-block__list {
				margin-top: -10px
		}

		.av-block__item {
				margin-bottom: -40px
		}

		.av-block__count {
				font-size: 80px
		}
}

.cookie {
		position: fixed;
		z-index: 100;
		bottom: 16px;
		left: 16px;
		color: #1F1F1F;
		right: 16px;
		background-color: #fff;
		font-size: 14px;
		line-height: 1.5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
		padding: 10px 16px 14px
}

.cookie__icon {
		display: none;
		width: 32px;
		height: 32px;
		margin-right: 16px;
		fill: #F5990F
}

@media (min-width: 1024px) {
		.cookie {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				bottom: 24px;
				left: 50%;
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
				right: auto;
				font-size: 16px;
				padding: 16px 36px
		}

		.cookie__icon {
				display: block
		}

		.cookie__descr {
				white-space: nowrap
		}
}

.cookie__button {
		margin-top: 10px;
		font-size: 15px;
		font-weight: 500;
		color: #8C0014;
		outline: 0;
		background-color: transparent;
		padding: 0
}

.cookie__link {
		border-bottom: 1px solid #797979;
		padding-bottom: 1px;
		color: currentColor;
		transition: .15s ease-out
}

.cookie__link:focus, .cookie__link:hover {
		color: #8C0014;
		border-bottom-color: #8C0014
}

.payment-methods {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 36px;
		background-color: #fff
}

.hide-block, body:before {
		display: none
}

@media (min-width: 1024px) {
		.cookie__button {
				margin-top: 0;
				margin-left: 16px;
				font-size: 16px
		}

		.payment-methods {
				margin: 0 -16px 0 0;
				padding: 0 0 0 16px;
				width: calc(25% + 8px)
		}
}

.payment-methods__item {
		margin-left: 16px
}

.payment-methods__item:first-child {
		margin-left: 0
}

@media (min-width: 1440px) {
		body:before {
				content: 'xl'
		}
}

@media (min-width: 1280px) and (max-width: 1439.98px) {
		body:before {
				content: 'lg'
		}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
		body:before {
				content: 'md'
		}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
		body:before {
				content: 'sl'
		}
}

@media (min-width: 618px) and (max-width: 767.98px) {
		body:before {
				content: 'sm'
		}
}

@media (max-width: 617.98px) {
		body:before {
				content: 'xs'
		}
}

.nicescroll-cursors:after, .plus:after, .plus:before, .section__date:after, .section__date:before, .settings-table__item:before {
		content: ''
}

.wait-load {
		transition: .15s ease-out;
		opacity: 0
}

.out-stock .product-add__item .product-horizontal {
		border-bottom: 2px solid rgba(31, 31, 31, .1)
}

.out-stock .product-add__item .product-horizontal__content {
		padding-bottom: 16px
}

.out-stock .product-add__item:last-child .product-horizontal {
		border-bottom: none !important
}

.no-products {
		margin-bottom: 120px
}

.no-products__icon {
		margin-bottom: 40px
}

.no-products__icon .icon {
		height: 265px;
		width: 265px;
		fill: #DDD
}

.no-products__title {
		color: #1F1F1F;
		font-size: 24px;
		font-weight: 100;
		line-height: 28px;
		margin-bottom: 16px
}

.no-products__text {
		color: #6B6B6B;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px
}

@media (max-width: 767.98px) {
		.no-products {
				margin-bottom: 64px
		}

		.no-products__title {
				font-size: 20px
		}

		.no-products__icon {
				position: relative
		}

		.no-products__icon .icon {
				height: 150px
		}
}

.h2, .h3, .mb-24-16, h2, h3 {
		margin-bottom: 24px
}

.no-wrap {
		white-space: nowrap
}

.print-link {
		display: inline-block
}

.button-icon, .settings-table__item {
		display: -webkit-box;
		display: -ms-flexbox
}

.print-link .button-icon {
		margin-left: 32px !important
}

.print-link .order__action {
		margin-right: 32px !important
}

.button-icon {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.button, .link-icon--big, .print {
		-webkit-box-align: center
}

.button-icon__icon .icon {
		width: 18px;
		height: 18px;
		fill: #B0B0B0;
		margin-right: 8px
}

.button-icon__title {
		-webkit-transition: .15s ease-out;
		transition: .15s ease-out;
		color: #494949;
		font-size: 16px;
		line-height: 28px
}

.button-icon:hover .button-icon__title {
		color: #701
}

.link-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		color: inherit;
		line-height: 24px
}

.link-icon__icon {
		margin-right: 8px
}

.link-icon__icon .icon {
		width: 16px;
		height: 16px;
		fill: #8C0014
}

.link-icon:hover .link-icon__title {
		color: #701
}

.link-icon__title {
		margin-top: 1px;
		color: #8C0014
}

.link-icon--big .link-icon__icon .icon {
		width: 32px;
		height: 32px
}

.link-icon--big .link-icon__title {
		margin-top: 0
}

.link-icon--big {
		-ms-flex-align: center;
		align-items: center
}

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

.container, .h3--short, h3--short {
		margin-left: auto;
		margin-right: auto
}

[class*=col-] {
		padding-right: 16px;
		padding-left: 16px
}

.owl-dot {
		padding: 0
}

@media (max-width: 1439.98px) {
		[class*=col-] {
				padding-right: 16px;
				padding-left: 16px
		}
}

@media (max-width: 767.98px) {
		[class*=col-] {
				padding-right: 16px;
				padding-left: 16px
		}
}

* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
}

.text-left {
		text-align: left !important
}

input, textarea {
    font-family: "MieleElementsOffice", Verdana, sans-serif;
/*		font-family: 'Helvetica Neue';*/
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		font-weight: 300;
		font-size: 102%;
		outline: 0
}

.print, body {
		font-size: 16px
}

input::-ms-clear, textarea::-ms-clear {
		display: none
}

input::-ms-reveal, textarea::-ms-reveal {
		display: none
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #b0b0b0 !important
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
		color: #b0b0b0
}

.h2, .h3, .h4, h2, h3, h4 {
		color: #1F1F1F;
		font-weight: 300
}

body {
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*		font-family: 'Helvetica Neue';*/
		font-weight: 300
}

.settings-table__title span, .settings-table__value span {
		background-color: #555
}

body.mobile-menu-open, body.modal-open {
		overflow: hidden;
		position: relative;
		height: 100%
}

body.mobile-menu-open .wrapper, body.modal-open .wrapper {
		position: relative;
		overflow: hidden
}

body.touch-disable {
		-ms-touch-action: none;
		touch-action: none
}

.h2, h2 {
		font-size: 36px;
		line-height: 44px;
		text-align: center;
		margin-top: 64px
}

@media (max-width: 1279.98px) {
		.h2, h2 {
				font-size: 28px;
				line-height: 32px;
				margin-bottom: 24px
		}
}

.lg-outer .lg-img-wrap {
		padding: 16px
}

.h3, h3 {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		padding-left: 24px;
		padding-right: 24px
}

.h3--short, h3--short {
		text-align: center;
		max-width: 460px
}

@media (max-width: 1279.98px) {
		.h3, h3 {
				font-size: 28px;
				line-height: 32px;
				margin-bottom: 24px
		}
}

@media (max-width: 767.98px) {
		.h3, h3 {
				padding-left: 0;
				padding-right: 0;
				font-size: 24px;
				line-height: 28px;
				margin-bottom: 24px
		}

		.mb-24-16 {
				margin-bottom: 16px
		}
}

.settings-table {
		width: 100%
}

.settings-table__item {
		position: relative;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 24px
}

.settings-table__item:before {
		position: absolute;
		bottom: 7px;
		left: 0;
		right: 0;
		border-bottom: 1px dotted #888
}

.settings-table__title {
		position: relative;
		z-index: 1;
		padding-right: 3px;
		max-width: 50%;
		margin-right: auto
}

.settings-table__value {
		position: relative;
		z-index: 1;
		max-width: 50%;
		text-align: right
}

.mt-48-32 {
		margin-top: 48px
}

@media (max-width: 767.98px) {
		.mt-48-32 {
				margin-top: 32px
		}
}

.plus {
		position: fixed;
		left: 0;
		top: 0;
		background-color: #701;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		z-index: 30
}

.plus:after, .plus:before {
		width: 2px;
		height: 8px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
}

.plus:after {
		width: 8px;
		height: 2px
}

.mt-40-32 {
		margin-top: 40px !important
}

.pb-0 {
		padding-bottom: 0 !important
}

.split {
		width: 100%;
		border-bottom: 1px solid rgba(31, 31, 31, .1)
}

.mb-30 {
		margin-bottom: 30px !important
}

.mb-40 {
		margin-bottom: 40px !important
}

.table--order tbody tr td:nth-last-child(1), .table--order tbody tr td:nth-last-child(2), .table--order tbody tr td:nth-last-child(3), .table--order tbody tr th:nth-last-child(1), .table--order tbody tr th:nth-last-child(2), .table--order tbody tr th:nth-last-child(3), .table--order thead tr td:nth-last-child(1), .table--order thead tr td:nth-last-child(2), .table--order thead tr td:nth-last-child(3), .table--order thead tr th:nth-last-child(1), .table--order thead tr th:nth-last-child(2), .table--order thead tr th:nth-last-child(3) {
		text-align: right
}

@media (max-width: 767.98px) {
		.mt-40-32 {
				margin-top: 32px !important
		}

		.table--order tbody tr td, .table--order thead tr td {
				font-size: 14px
		}
}

.text-center {
		text-align: center !important
}

.h4, h4 {
		padding-left: 0 !important;
		text-align: left !important
}

.button--short, .h4.text-center, h4.text-center {
		text-align: center !important
}

@media (max-width: 1279.98px) {
		.h4, h4 {
				font-size: 24px;
				line-height: 32px;
				margin-bottom: 24px
		}
}

.h4, .print, h4 {
		line-height: 28px
}

.h4, h4 {
		margin-top: 54px;
		margin-bottom: 24px;
		font-size: 24px;
		padding-right: 24px
}

.pb-48-32-32 {
		padding-bottom: 48px
}

@media (max-width: 1279.98px) {
		.h4, h4 {
				font-size: 28px;
				line-height: 32px;
				margin-bottom: 24px
		}

		.pb-48-32-32 {
				padding-bottom: 32px
		}
}

.pb-64 {
		padding-bottom: 64px
}

.pt-80-64-56 {
		padding-top: 80px
}

@media (max-width: 1279.98px) {
		.pt-80-64-56 {
				padding-top: 64px
		}
}

@media (max-width: 767.98px) {
		.h4, h4 {
				padding-left: 0;
				padding-right: 0;
				font-size: 24px;
				line-height: 28px;
				margin-bottom: 24px
		}

		.pt-80-64-56 {
				padding-top: 56px
		}
}

.mb-0 {
		margin-bottom: 0 !important
}

.mb-36-24 {
		margin-bottom: 36px !important
}

@media (max-width: 767.98px) {
		.mb-36-24 {
				margin-bottom: 24px !important
		}
}

.mb-48-40 {
		margin-bottom: 48px
}

@media (max-width: 767.98px) {
		.mb-48-40 {
				margin-bottom: 40px
		}
}

.mt-0 {
		margin-top: 0 !important
}

.pb-48 {
		padding-bottom: 48px !important
}

.mt-64 {
		margin-top: 64px
}

.mb-64-40 {
		margin-bottom: 64px !important
}

@media (max-width: 767.98px) {
		.mb-64-40 {
				margin-bottom: 40px !important
		}
}

.mb-32-24-24, .section__row {
		margin-bottom: 32px
}

.mt-56-48 {
		margin-top: 56px
}

@media (max-width: 1279.98px) {
		.mt-56-48 {
				margin-top: 48px
		}

		.mb-32-24-24 {
				margin-bottom: 24px
		}
}

.pb-80-64 {
		padding-bottom: 80px
}

@media (max-width: 767.98px) {
		.pb-80-64 {
				padding-bottom: 64px
		}
}

.pb-80-0, .section__actions {
		padding-bottom: 80px
}

.mb-56-40 {
		margin-bottom: 56px
}

.pt-64-32 {
		padding-top: 64px
}

@media (max-width: 767.98px) {
		.pb-80-0 {
				padding-bottom: 0
		}

		.mb-56-40 {
				margin-bottom: 40px
		}

		.pt-64-32 {
				padding-bottom: 32px
		}
}

.pb-64-32 {
		padding-bottom: 64px
}

.ie .wrapper {
		min-height: auto
}

.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		padding-top: 60px;
		min-height: 100vh
}

@media screen and (max-width: 374px) {
		.wrapper {
				padding-top: 40px
		}
}

.fixed-back {
		position: fixed;
		background-color: #FFF;
		-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05), 0 10px 20px 0 rgba(0, 0, 0, .15);
		width: 100%;
		top: 0;
		z-index: 99
}

.button, .checker {
		position: relative;
		cursor: pointer
}

.checker {
		padding-left: 50px
}

.checker > span::after, .checker > span::before {
		position: absolute;
		content: ""
}

.checker > span::before {
		height: 21px;
		width: 38px;
		border-radius: 16px;
		background-color: #FFF;
		left: 0
}

.checker > span::after {
		height: 17px;
		width: 17px;
		background-color: #B0B0B0;
		border-radius: 50%;
		left: 2px;
		top: 2px;
		-webkit-transition: left .2s ease;
		transition: left .2s ease
}

.print, .print__icon .icon {
		-webkit-transition: .15s ease-out
}

.checker input {
		display: none
}

.checker input:checked + span::after {
		left: 19px;
		background-color: #701
}

.print {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		color: #494949;
		transition: .15s ease-out
}

.section__category, .section__date, .section__sub-title {
		line-height: 24px;
		font-size: 16px
}

.print__icon {
		margin-right: 8px
}

.print__icon .icon {
		height: 21px;
		width: 20px;
		fill: #B0B0B0;
		transition: .15s ease-out
}

.button, .section__category {
		-webkit-transition: .15s ease-out
}

.print:hover {
		color: #701
}

.print:hover .print__icon .icon {
		fill: #701
}

.section {
		overflow: hidden
}

.section.no-overflow {
		overflow: visible
}

.section__sub-title {
		margin-top: 4px;
		text-align: center;
		color: #6B6B6B;
		font-weight: 300
}

.section__row {
		margin-top: -32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}

.section__date {
		white-space: nowrap;
		color: #1F1F1F
}

.section__date:last-child:after {
		display: none
}

.section__date:after, .section__date:before {
		margin-top: -2px;
		display: inline-block;
		vertical-align: middle
}

.section__date:before {
		margin-right: 8px;
		height: 4px;
		width: 4px;
		background-color: #8C0014
}

.section__date:after {
		height: 18px;
		margin-left: 15px;
		margin-right: 15px;
		width: 1px;
		background-color: rgba(31, 31, 31, .2)
}

.section__category {
		color: #8c0014;
		transition: .15s ease-out
}

.section__category:hover {
		color: #701
}

.section__center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
}

.section__center-title {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 16px;
		font-weight: 700
}

.section__center_bottom {
		margin-top: 32px;
		margin-bottom: 0
}

.section__text {
		color: #6B6B6B;
		font-size: 18px;
		line-height: 27px;
		text-align: center;
		margin-bottom: 70px
}

.button, .line-error, .section--dark, .section--dark .h1, .section--dark .h2, .section--dark .h3, .section--dark .h4, .section--dark-2, .section--dark-2 .h1, .section--dark-2 .h2, .section--dark-2 .h3, .section--dark-2 .h4 {
		color: #fff
}

@media (max-width: 1279.98px) {
		.section__center_bottom {
				margin-top: 24px
		}

		.section__text {
				margin-bottom: 40px;
				font-size: 16px;
				line-height: 24px
		}
}

@media (max-width: 767.98px) {
		.pb-64-32 {
				padding-bottom: 32px
		}

		.section__text {
				margin-bottom: 32px
		}
}

.section--white, .section--white .slider-content__carousel:after, .section--white .slider-content__carousel:before {
		background-color: #fff
}

.section--dark, .section--dark .slider-content__carousel:after, .section--dark .slider-content__carousel:before {
		background-color: #6B6B6B
}

.section--dark-2, .section--dark-2 .slider-content__carousel:after, .section--dark-2 .slider-content__carousel:before {
		background-color: #555
}

.section--grey, .section--grey .slider-content__carousel:after, .section--grey .slider-content__carousel:before {
		background-color: #DDD
}

.section--light-grey, .section--light-grey .slider-content__carousel:after, .section--light-grey .slider-content__carousel:before {
		background-color: #ECECEC
}

.section__actions {
		padding-top: 40px;
		text-align: center
}

.nicescroll-cursors {
		padding: 0 4px;
		width: 12px !important
}

.nicescroll-cursors:after {
		display: block;
		background-color: #8C0014;
		width: 100%;
		height: 100%
}

.mt-16 {
		margin-top: 16px
}

.mb-24 {
		margin-bottom: 24px !important
}

.line-error {
		background-color: #F50F0F;
		line-height: 17px;
		font-size: 14px;
		padding-left: 3px;
		padding-right: 3px
}

.button {
    font-family: "MieleElementsOffice", Verdana, sans-serif;

/*		font-family: 'Helvetica Neue';*/
		outline: 0;
		-webkit-user-select: none;
		user-select: none;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 40px;
		padding-right: 40px;
		line-height: 24px;
		font-size: 16px;
		font-weight: 300;
		transition: .15s ease-out;
		height: 48px;
		background-color: #8C0014;
		border: none
}

.button--more {
		padding-left: 0;
		padding-right: 0;
		width: 168px
}

.button--big {
		min-width: 220px
}

.button--small {
		height: 40px
}

.button--short {
		display: inline-block;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-width: 162px
}

.button.disabled {
		background-color: #E8DDDF;
		cursor: default;
		pointer-events: none
}

.button:hover {
		background-color: #701
}

.button--white {
		color: #8C0014;
		background-color: #F0F0F0
}

.button--white:hover {
		background-color: #FFF
}

.button--white.disabled {
		opacity: .2;
		background-color: #fff
}

.button--border {
		background-color: rgba(140, 0, 20, 0);
		border: 1px solid #8C0014;
		color: #8C0014
}

.button--border:hover {
		color: #fff;
		background-color: #8c0014
}

.button--border.disabled, .button--grey, .button--grey.disabled, .button--grey:hover {
		background-color: rgba(0, 0, 0, 0)
}

.button--border.disabled {
		color: #D2C4C6;
		border: 1px solid #E8DDDF
}

.button--grey {
		border: 1px solid #494949;
		color: #494949
}

.button--grey:hover {
		color: #701;
		border: 1px solid #701
}

.button--grey.disabled {
		color: #D2C4C6;
		border: 1px solid #DDD
}

.button--transparent.button {
		background-color: rgba(140, 0, 20, 0);
		border: 1px solid #fff;
		color: #fff
}

.button--transparent.button:hover {
		color: #701;
		background-color: #fff;
		border: 1px solid #fff
}

.button--transparent.button.disabled {
		opacity: .2;
		color: #701;
		background-color: #fff
}

.button_credit, .button_credit:hover {
		background-color: transparent
}

.button_credit {
		width: 214px;
		height: 46px;
		background-image: url(images/examples/icons/credit-button.png);
		background-size: contain
}

@media (min-width: 768px) {
		.d-sl-none {
				display: none !important
		}
}

@media (min-width: 1280px) {
		.d-lg-up-block {
				display: block !important
		}

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

@media (max-width: 470px) {
		.link.state-hover {
				margin-right: 190px;
		}
}
