@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url('../../fonts/Roboto/Roboto-Italic.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url('../../fonts/Roboto/Roboto-MediumItalic.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('../../fonts/Roboto/Roboto-BoldItalic.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url('../../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url('../../fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Condensed Bold'), local('Roboto-Condensed-Bold'), url('../../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
}


/* dop fonts */


@font-face {
	font-family: 'RalewayBold';
	font-style: bold;
	font-weight: 700;
	src:
		local('RalewayBold'), 
		url('../../fonts/RalewayBold/RalewayBold.eot'), 
		url('../../fonts/RalewayBold/RalewayBold.eot?iefix') format('eot'),
		url('../../fonts/RalewayBold/RalewayBold.woff') format('woff'),
		url('../../fonts/RalewayBold/RalewayBold.ttf') format('truetype'); 
}

@font-face {
	font-family: 'RalewayThin';
	font-style: thin;
	font-weight: 100;
	src:
		local('RalewayThin'), 
		url('../../fonts/RalewayThin/RalewayThin.eot'), 
		url('../../fonts/RalewayThin/RalewayThin.eot?iefix') format('eot'),
		url('../../fonts/RalewayThin/RalewayThin.woff') format('woff'),
		url('../../fonts/RalewayThin/RalewayThin.ttf') format('truetype'); 
}

@font-face {
	font-family: 'RalewayRegular';
	font-style: regular;
	font-weight: 400;
	src:
		local('RalewayRegular'), 
		url('../../fonts/RalewayRegular/RalewayRegular.eot'), 
		url('../../fonts/RalewayRegular/RalewayRegular.eot?iefix') format('eot'),
		url('../../fonts/RalewayRegular/RalewayRegular.woff') format('woff'),
		url('../../fonts/RalewayRegular/RalewayRegular.ttf') format('truetype'); 
}




/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%;overflow-x: hidden;}
body{margin:0;/*overflow-x: hidden;*/}
*:focus{outline:0;}
h1{font-size:2em;margin:.67em 0}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],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:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[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-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
:root {
	/* vars */
	--color__primary-green: #93bf3d;
	--color__primary-green--hover: #7ba823;
	--color__primary-cyan: #1dace4;
	--color__primary-cyan--hover: #009ddb;
	--color__gray--lightest: #f2f2f2;
	--color__gray--light: #e0e0e0;
	--color__gray--medium: #c4c4c4;
	--color__gray--dark: #333333;
	--color__blue--dark: #34495e;
	--color__cyan--light: #fff;
	--color__green--light: #fff;
	--color__red: #ff595a;

	/* base */
	--text__color: var(--color__gray--dark);
	--link-color: var(--color__primary-cyan);
	--link-color--hover: var(--color__primary-cyan--hover);
	--input__color: var(--color__blue--dark);
	--input__color--disabled: var(--text__color);

	--border-radius: .25rem;

	/* page */
	--body__bg-color: #fff;
	--main-column__side-indent: 1.25rem;
	--main-column__top-indent: 25px;

	--container__column-number: 4;
	--container__column-width: 4rem;
	--container__column-gap: 1.875rem;
	--container__width: calc(var(--container__column-width) * var(--container__column-number) + var(--container__column-gap) * (var(--container__column-number) - 1));

	/* header */
	--header__height: 18rem;
	--card__bg-color: #fff;

	font-size: 4.26667vw;
}
@media (min-width: 576px) {
	:root {
		font-size: 16px;
		/*--body__bg-color: green;*/
		--container__column-number: 6;
		--container__column-width: 60px;
	}
}
@media (min-width: 768px) {
	:root {
		/*--body__bg-color: yellow;*/
		--container__column-width: 90px;
	}
}
@media (min-width: 992px) {
	:root {
		/*--body__bg-color: orange;*/
		--container__column-number: 12;
		--container__column-width: 50px;
	}
}
@media (min-width: 1200px) {
	:root {
		/*--body__bg-color: red;*/
		--container__column-width: 65px;
	}
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body {
	/* height: 100%;*/
	/* height: 100%;*/
	padding: 0;
	margin: 0;
}
body {
	color: var(--text__color);
	font-family: 'Roboto', sans-serif;
	line-height: 1.25;
	background: var(--body__bg-color);
	min-width: calc(var(--container__column-width) * var(--container__column-number) + var(--container__column-gap) * (var(--container__column-number) - 1));
	/*@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {*/
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	/*}*/
}
label {
	cursor: pointer;
}
a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover {
		color: var(--link-color--hover);
		text-decoration: underline;
	}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0;
}
p:not(:first-child) { margin-top: 1.5rem; }
p:not(:last-child) { margin-bottom: 1.5rem; }
ul {
	margin: 1.5rem 0;
	list-style: none;
	padding-left: 1rem;
}
ul li::before {
			content: "\2022";
			color: var(--color__primary-green);
			display: inline-block;
			width: .75em;
			margin-left: -1em
		}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0;
	word-break: break-word;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child),
.h1:not(:first-child),
.h2:not(:first-child),
.h3:not(:first-child),
.h4:not(:first-child),
.h5:not(:first-child),
.h6:not(:first-child) { margin-top: .75rem; }
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) { margin-bottom: .75rem; }
h1, .h1 {
	--link-color: currentColor;
	color: var(--color__primary-green);
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 700;
}
.header h1 {
	position: relative;
	margin-top: 8.875rem;
	color: var(--body__bg-color);
	text-shadow: 0px .25rem .25rem rgba(0, 0, 0, .1);
	width: var(--container__width);
}
h2, .h2 {
	--link-color: currentColor;
	color: var(--color__primary-green);
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
}
h2:not(:first-child), .h2:not(:first-child) { margin-top: 1.5rem; }
h2:not(:last-child), .h2:not(:last-child) { margin-bottom: 1.5rem; }
h3, .h3 {
	--link-color: currentColor;
	color: var(--color__primary-green);
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
}
h4, .h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
}
h5, .h5 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 500;
}
h6, .h6 {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
}


	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
[hidden] {
	display: none !important;
}
label {
	vertical-align: middle;
}
button, input, optgroup, select, textarea {
	line-height: inherit;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	position: relative;
	/*top: -.0625em;
	font-size: .875rem;*/
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="date"],
select,
textarea {
	font-size: 1rem;
	font-family: inherit;
	border-radius: var(--border-radius);
	background-color: var(--body__bg-color);
	border: 1px solid var(--color__gray--light);
	color: var(--input__color);
}
input[type="text"]:focus:invalid,
input[type="password"]:focus:invalid,
input[type="email"]:focus:invalid,
input[type="tel"]:focus:invalid,
input[type="search"]:focus:invalid,
input[type="number"]:focus:invalid,
input[type="date"]:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
		border-color: var(--color__red);
	}
input[type="text"]:-moz-ui-invalid,
input[type="password"]:-moz-ui-invalid,
input[type="email"]:-moz-ui-invalid,
input[type="tel"]:-moz-ui-invalid,
input[type="search"]:-moz-ui-invalid,
input[type="number"]:-moz-ui-invalid,
input[type="date"]:-moz-ui-invalid,
select:-moz-ui-invalid,
textarea:-moz-ui-invalid {
		border-color: var(--color__red);
	}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="tel"][disabled],
input[type="search"][disabled],
input[type="number"][disabled],
input[type="date"][disabled],
select[disabled],
textarea[disabled] {
		color: var(--input__color--disabled);
	}
input[type="text"]:not([disabled]):hover,
input[type="password"]:not([disabled]):hover,
input[type="email"]:not([disabled]):hover,
input[type="tel"]:not([disabled]):hover,
input[type="search"]:not([disabled]):hover,
input[type="number"]:not([disabled]):hover,
input[type="date"]:not([disabled]):hover,
input[type="text"]:not([disabled]):focus,
input[type="password"]:not([disabled]):focus,
input[type="email"]:not([disabled]):focus,
input[type="tel"]:not([disabled]):focus,
input[type="search"]:not([disabled]):focus,
input[type="number"]:not([disabled]):focus,
input[type="date"]:not([disabled]):focus,
select:not([disabled]):hover,
select:not([disabled]):focus,
textarea:not([disabled]):hover,
textarea:not([disabled]):focus {
			border-color: var(--color__primary-cyan);
		}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="date"],
select {
	height: 3rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea {
	padding-left: 1rem;
	padding-right: 1rem;
}
select {
	padding-left: 0rem;
	padding-right: 0rem;
}
select option {
		color: var(--text__color);
	}
summary::-webkit-details-marker {
		display: none
	}
summary::before {
		content: '▼';
		float: right;
	}
details[open] > summary::before {
			content: '▲';
		}
address {
	font-style: normal;
}
font {
	font-family: inherit;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
/*::placeholder {
	font-size: 18px;
	color: #9fabc1;
}
:--buttons {
	font-size: inherit;
}

[data-before-content]::before {
	content: attr(data-before-content);
}
[data-before-content-xl]::before {
	@media (--screen-xl) {
		content: attr(data-before-content-xl);
	}
}
[data-after-content]::after {
	content: attr(data-after-content);
}
[data-after-content-xl]::after {
	@media (--screen-xl) {
		content: attr(data-after-content-xl);
	}
}
*/
.page {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100%;
	background: var(--body__bg-color);
}
.container {
	margin: auto;
	width: var(--container__width);
}
.social__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
	}
.social__item::before {
			content: none;
		}
.social__item + .social__item {
			margin-left: 1rem;
		}
.back2top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
}
.back2top[data-active="1"]{
		pointer-events: initial;
		opacity: 1;
	}
.button--back2top {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
.context-selector {
	--context-selector__border-radius: var(--border-radius);
	width: 100%;
	background: var(--color__primary-cyan);
	position: relative;
	color: var(--body__bg-color);
	border-radius: var(--context-selector__border-radius);
}
.context-selector::before {
		content: '▼';
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
@media (min-width: 992px) {
.context-selector::before {
			content: none
	}
		}
.context-selector zv-select-location {
		display: block;
		width: 100%;
		height: 100%;
	}
.context-selector select {
		position: relative;
		border-radius: .625rem .625rem 0 0;
		background: none;
		border: none;
		width: 100%;
		height: 3.25rem;
		color: inherit;
		-webkit-appearance: none;
		        appearance: none;
		-moz-appearance: none;
		padding: 0 1rem;
	}
.context-selector--placed-bottom {
		border-radius: var(--context-selector__border-radius) var(--context-selector__border-radius) 0 0;
	}
.context-menu {
	--link-color: currentColor;
	--context-menu__items-gap: 1rem;
	margin: 0;
}
.context-menu__item + .context-menu__item {
			margin-top: var(--context-menu__items-gap);
		}
.context-menu__item--active {
			--link-color: var(--color__primary-cyan);
		}
.side-context-nav__menu {
		display: none;
		margin-bottom: 3rem;
	}
@media (min-width: 992px) {
.side-context-nav__menu {
			display: block
	}
		}
.side-context-nav__selector {
		margin-bottom: 1.5rem;
	}
@media (min-width: 992px) {
.side-context-nav__selector {
			display: none
	}
		}
.return {
	margin-top: 3rem;
}
.title-icon {
	float: right;
}
zv-dialog zv-gallery img {
	max-height: 90vh;
}
.dialog__close {
		font-size: 2rem;
		line-height: 1.125rem;
	}
.svg-symbol {
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
}
.svg-symbol--ff-logo {
		width: 5em;
		height: 5em;
	}
.svg-symbol--ff-name {
		width: 9.625em;
		height: 1.5em;
	}
.svg-symbol--social {
		width: 2.125em;
		height: 2.125em;
	}
.svg-symbol--profile {
		width: 3.125em;
		height: 3.125em;
	}
.svg-symbol--medal {
		width: 2.3125em;
		height: 2.5em;
	}
.svg-symbol--medal {
		fill: #ffc107;
		width: 2.3125em;
		height: 2.5em;
	}
.svg-symbol--share {
		width: 1.5rem;
		height: 1.5rem;
	}
.svg-symbol--rounded-yes {
		fill: var(--color__primary-green);
		width: 1em;
		height: 1em;
	}
.svg-symbol--rounded-no {
		fill: var(--color__red);
		width: 1em;
		height: 1em;
	}
.svg-symbol--smile {
		width: 1.625em;
		height: 1.625em;
	}
.svg-symbol--tile-type {
		width: 4.78em;
		height: 4.78em;
	}
.svg-symbol--benefit {
		width: 4.78em;
		height: 4.78em;
	}
.svg-symbol--tech {
		width: 2.5rem;
		height: 2.5rem;
	}
.svg-symbol--crown {
		width: 2.5rem;
		height: 2.5rem;
	}
.svg-symbol--target {
		width: 2.625rem;
		height: 2.625rem;
	}
.svg-symbol--gear {
		width: 2.375rem;
		height: 2.5rem;
	}
.svg-symbol--delivery {
		width: 2.75rem;
		height: 2.125rem;
	}
.svg-symbol--badge {
		width: 2.75rem;
		height: 2.5rem;
	}
.svg-symbol--support {
		width: 2.75rem;
		height: 2.625rem;
	}
.svg-symbol--money {
		width: 3rem;
		height: 2.25rem;
	}
.icon {
	--icon__color: var(--color__primary-green);
	--icon__color--hover: var(--color__primary-green--hover);
}
.icon--bordered {
		cursor: pointer;
		color: var(--icon__color);
		-webkit-transition: color .15s ease-in-out;
		transition: color .15s ease-in-out;
		width: 2.5rem;
		height: 2.5rem;
		border: .125rem solid currentColor;
		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: var(--border-radius);
	}
.icon--bordered:hover {
			color: var(--icon__color--hover);
		}
.figure--inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
.figure__picture + .figure__caption {
		margin-left: .5rem;
	}
.elements__list {
		--elements-vertical-gap: 1.5rem;
		display: grid;
		grid-gap: var(--elements-vertical-gap) 1.875rem;
	}
@media (min-width: 992px) {
.elements__list--latest {
				grid-row-gap: 0;
				grid-template-columns: repeat(2, 1fr)
		}
				.elements__list--latest > :first-child {
					grid-row-end: span 100;
				}
				.elements__list--latest > :not(:first-child) {
					grid-column: 2;
				}
				.elements__list--latest > :nth-child(2) ~ * {
					margin-top: var(--elements-vertical-gap);
				}
			}
@media (min-width: 768px) {
.elements__list--soc {
				grid-template-columns: repeat(2, 1fr)
		}
			}
.elements__more {
		margin-top: 3rem;
		text-align: center;
	}
table.data-table {
	--dt-cell__padding: .875rem .5rem;
	--dt-cell__font-size: inherit;
	--dt-cell__line-height: inherit;
	border-collapse: collapse;
}
table.data-table--sm {
		--dt-cell__padding: .5rem .5rem;
		--dt-cell__font-size: .75rem;
		--dt-cell__line-height: 1rem;
	}
table.data-table--md {
		--dt-cell__padding: .625rem .5rem;
		--dt-cell__font-size: .875rem;
		--dt-cell__line-height: 1.125rem;
	}
table.data-table > thead > tr > th, table.data-table > tbody > tr > th, table.data-table > thead > tr > td, table.data-table > tbody > tr > td {
				text-align: left;
				padding: var(--dt-cell__padding);
				font-size: var(--dt-cell__font-size);
				line-height: var(--dt-cell__line-height);
			}
table.data-table > thead > tr {
		font-weight: bold;
		color: var(--color__primary-cyan);
	}
table.data-table > thead > tr:last-child {
			border-bottom: 2px solid var(--color__primary-cyan);
		}
table.data-table > tbody > tr:nth-child(odd) > td {
				background: #f2f2f2;
			}
table.data-table > tbody > tr:nth-child(even) > td {
				background: #fff;
			}
table.data-table--highlight table.data-table > tbody > tr:hover > td {
				background: var(--color__primary-cyan);
				color: #fff;
			}
.text--weight-normal {
		font-weight: 400;
	}
.text--size-sm {
		font-size: .75rem;
	}
.text-block--md {
		font-size: .875rem;
		line-height: 1.125rem;
	}
.text-block--sm {
		font-size: .75rem;
		line-height: 1rem;
	}
.color--primary-cyan {
		color: var(--color__primary-cyan);
	}
.color--primary-green {
		color: var(--color__primary-green);
	}
.button {
	--btn__bg: var(--color__gray--light);
	--btn__bg--active: var(--color__gray--light);
	display: inline-block;
	vertical-align: middle;
	background: var(--btn__bg);
	border: none;
	padding: 1rem 2rem;
	border-radius: var(--border-radius);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	color: #828282;
	text-decoration: none;
	text-align: center;
	-webkit-transition: -webkit-box-shadow .125s ease-in-out;
	transition: -webkit-box-shadow .125s ease-in-out;
	transition: box-shadow .125s ease-in-out;
	transition: box-shadow .125s ease-in-out, -webkit-box-shadow .125s ease-in-out;
	--link-color: #828282;
	--link-color--hover: #828282;
	cursor: pointer;
}
.button:hover {
		-webkit-box-shadow: .25rem .625rem .625rem rgba(0, 0, 0, .1);
		        box-shadow: .25rem .625rem .625rem rgba(0, 0, 0, .1);
		text-decoration: none;
	}
.button--sm {
		padding: .5rem 1rem;
	}
.button--active {
		background: var(--btn__bg--active);
	}
.button--loading {
		--btn__loading-percent: 33%;
		background: -webkit-gradient(
			linear,
			left top, right top,
			from(var(--btn__bg--loaded)),
			color-stop(var(--btn__bg--loaded)),
			color-stop(var(--btn__bg--not-loaded)),
			to(var(--btn__bg--not-loaded))
		);
		background: linear-gradient(
			to right,
			var(--btn__bg--loaded),
			var(--btn__bg--loaded) var(--btn__loading-percent),
			var(--btn__bg--not-loaded) var(--btn__loading-percent),
			var(--btn__bg--not-loaded) 100%
		);
	}
.button--loading:hover {
			-webkit-box-shadow: none;
			        box-shadow: none;
			-webkit-transition: none;
			transition: none;
		}
.button--rounded {
		border-radius: 999rem;
	}
.button--success {
		--btn__bg: var(--color__primary-green);
		--btn__bg--active: var(--color__primary-green--hover);
		--btn__bg--not-loaded: var(--color__primary-green);
		--btn__bg--loaded: var(--color__primary-green--hover);
		color: #fff;
		--link-color: #fff;
		--link-color--hover: #fff;
	}
.button--outline-success {
		background: #fff;
		color: var(--color__primary-green);
		border: 1px solid currentColor;
		--link-color: var(--color__primary-green);
		--link-color--hover: var(--color__primary-green--hover);
	}
.button--info {
		--btn__bg: var(--color__primary-cyan);
		--btn__bg--active: var(--color__primary-cyan--hover);
		--btn__bg--not-loaded: var(--color__primary-cyan);
		--btn__bg--loaded: var(--color__primary-cyan--hover);
		color: #fff;
		--link-color: #fff;
		--link-color--hover: #fff;
	}
.button--outline-info {
		background: #fff;
		color: var(--color__primary-cyan);
		border: 1px solid currentColor;
		--link-color: var(--color__primary-cyan);
		--link-color--hover: var(--color__primary-cyan--hover);
	}
.button--dark {
		--btn__bg: var(--color__blue--dark);
		color: #fff;
		--link-color: #fff;
		--link-color--hover: #fff;
	}
.button--muted {
		--btn__bg: var(--color__gray--light);
		--btn__bg--active: var(--color__gray--light);
		color: #828282;
	}
.button--outline-muted {
		background: #fff;
		border: 1px solid var(--color__gray--light);
		color: #828282;
	}
.button[disabled] {
		--btn__bg: var(--color__gray--light);
		--btn__bg--active: var(--color__gray--light);
		color: #828282;
		cursor: not-allowed;
		pointer-events: none;
	}
.button--block {
		display: block;
	}
.button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.button-group .button {
		margin: 0 1rem 1rem 0;
	}
.alert {
	padding: 1.5rem;
	border-left: .25rem solid var(--alert__color);
	background-color:var(--alert__bg-color);
	color:var(--alert__color);
}
.alert--info {
		--alert__bg-color: var(--color__cyan--light);
		--alert__color: var(--color__primary-cyan);
	}
.alert--success {
		--alert__bg-color: var(--color__green--light);
		--alert__color: var(--color__primary-green);
	}
.video-container {
	position: relative;
	padding-top: 2rem;
	height: 0;
	overflow: hidden;
}
.video-container--16-9 { padding-bottom: 56.25%; }
.video-container > iframe,
	.video-container > object,
	.video-container > embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.video__description {
		margin: 1.5rem 0 2.5rem;
	}
.pagination {
	margin-top: 3rem;
	display: grid;
	grid-gap: 2rem;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}
@media (min-width: 576px) {
.pagination {
		grid-template-columns: 1fr 1fr
}
	}
.pagination__navs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
.pagination__nav {
		text-decoration: none;
		border-radius: var(--border-radius);
	    color: var(--color__gray--light);
		border: 1px solid var(--color__gray--light);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		height: 2.5rem;
		min-width: 2.5rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 .5rem;
		line-height: normal;
	}
a.pagination__nav {
			color: var(--color__primary-cyan);
			text-decoration: none;
		}
.pagination__nav + .pagination__nav {
			margin-left: .5rem;
		}
.pagination__nav--prev {
			margin-right: .5rem;
		}
.pagination__nav + .pagination__nav--next {
			margin-left: 1rem;
		}
a.pagination__nav:hover, .pagination__nav--active, a.pagination__nav--active {
			color: #fff;
			--link-color: #fff;
			--link-color--hover:  #fff;
			background: var(--color__primary-cyan);
			border-color: var(--color__primary-cyan);
		}
.pagination__show-all-button {
		justify-self: start;
	}
@media (min-width: 576px) {
.pagination__show-all-button {
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        order: 2
	}
		}
.pagination__show-by {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
.pagination__show-by-title {
			margin-bottom: .5rem;
			color: var(--color__primary-cyan);
		}
@media (min-width: 576px) {
.pagination__show-by {
			justify-self: end
	}
		}
.form {
	display: grid;
	grid-gap: 1.5rem;
	grid-auto-flow: dense;
}
.form__label {
		font-weight: 700;
		margin-bottom: 1rem;
	}
.form__select {}
.form__check + .form__check { margin-top: 1rem; }
.form__check-input + .form__label { margin-left: .5rem; }
.form__actions {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: -webkit-max-content;
		grid-auto-columns: max-content;
		grid-gap: 1rem;
	}
.phone__number {
		color: inherit;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 2rem;
	}
.phone__number:hover {
			color: var(--color__primary-cyan);
			text-decoration: none;
		}
.phone__conditions {
		text-transform: uppercase;
		font-size: .625rem;
	}
.header-panel {
	--header-panel-logo__width: 5rem;
	color: var(--color__blue--dark);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 1.5rem 0 0;
}
@media (min-width: 576px) {
.header-panel {
		padding-right: 2rem
}
	}
.header-panel >*{
		position: relative;
	}
.header-panel >*:not(.header-panel__logo){
			will-change: opacity;
			opacity: calc((100 - var(--header-panel__effect, 0)) / 100);
		}
.header-panel::before {
		will-change: opacity;
		opacity: calc((100 - var(--header-panel__effect, 0)) / 100);
		content: '';
		position: absolute;
		left: calc(var(--header-panel-logo__width) / 2);
		top: 50%;
		right: 0;
		margin-top: -2.25rem;
		height: 4.5rem;
		border-radius: var(--border-radius);
		background: var(--body__bg-color);
		-webkit-box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .25);
		        box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .25);
	}
.header-panel[data-active="0"]{
		pointer-events: none;
	}
.header-panel[data-active="0"] .header-panel__logo {
			pointer-events: initial;
		}
.header-panel__logo {
		line-height: 0;
		-webkit-filter: drop-shadow(.25rem .625rem .625rem rgba(0, 0, 0, .1));
		        filter: drop-shadow(.25rem .625rem .625rem rgba(0, 0, 0, .1));
	}
@media (min-width: 576px) {
.header-panel__logo {
			font-size: 1.2rem
	}
		}
.header-panel__name {
		margin-left: 1.125rem;
	}
.header-panel__slogan {
		margin: .375rem 0 0 -.125rem;
		font-size: .625rem;
		font-weight: 500;
	}
.header-panel__city-select {
		margin: 0 3rem 0 auto;
		width: 10rem;
		height: 2rem;
		display: none;
	}
@media (min-width: 992px) {
.header-panel__city-select {
			display: block
	}
		}
.header-panel__phone {
		margin-right: 5.375rem;
		display: none;
	}
@media (min-width: 1200px) {
.header-panel__phone {
			display: block
	}
		}
.header-panel__menu-toggle {
		margin-left: auto;
	}
@media (min-width: 992px) {
.header-panel__menu-toggle {
			margin-left: 0
	}
		}
@media (max-width: 576px) {
			.header-panel__menu-toggle .header-main-menu-toggle__label {
				display: none;
			}
		}
.header-main-menu-toggle {
	color: var(--color__blue--dark);
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.header-main-menu-toggle__label {
		margin-left: .5rem;
	}
.header-main-menu-toggle__burger {
		position: relative;
		width: 1.875rem;
		height: 1.5rem;
	}
.header-main-menu-toggle__burger > div {
			--mt-burger-item__height: .25rem;
			--mt-burger-item__shift: .125rem;
			--mt-burger-item__animation-duration: .667s;
			will-change: top, transform, color;
			position: absolute;
			left: 0;
			width: 1.875rem;
			border-bottom: .25rem solid currentColor;
			-webkit-animation-duration: var(--mt-burger-item__animation-duration);
			        animation-duration: var(--mt-burger-item__animation-duration);
			-webkit-animation-fill-mode: forwards;
			        animation-fill-mode: forwards;
		}
.header-main-menu-toggle__burger > div:nth-child(1) {
				-webkit-transition: top .1s ease-in-out;
				transition: top .1s ease-in-out;
				top: 0;
			}
.header-main-menu-toggle__burger > div:nth-child(2) {
				opacity: .99;
				-webkit-transition: opacity calc(var(--mt-burger-item__animation-duration) * 2 / 3);
				transition: opacity calc(var(--mt-burger-item__animation-duration) * 2 / 3);
				top: calc(50% - .125rem);
			}
.header-main-menu-toggle__burger > div:nth-child(3) {
				-webkit-transition: top .1s ease-in-out;
				transition: top .1s ease-in-out;
				top: calc(100% - .25rem);
			}
.header-main-menu-toggle:hover .header-main-menu-toggle__burger > div:nth-child(1) {
			top: calc(-1 * var(--mt-burger-item__shift));
		}
.header-main-menu-toggle:hover .header-main-menu-toggle__burger > div:nth-child(3) {
			top: calc(100% - .25rem + var(--mt-burger-item__shift));
		}
/*animation-name: menu-toggle;
	animation-duration: .3s;
	animation-fill-mode: both;*/
.header-main-menu-toggle--active .header-main-menu-toggle__burger > div:nth-child(1) {
				-webkit-transition: color .1s ease-in-out;
				transition: color .1s ease-in-out;
				-webkit-animation-name: top-burger-line;
				        animation-name: top-burger-line;
			}
.header-main-menu-toggle--active .header-main-menu-toggle__burger > div:nth-child(2) {
				opacity: 0;
			}
.header-main-menu-toggle--active .header-main-menu-toggle__burger > div:nth-child(3) {
				-webkit-transition: color .1s ease-in-out;
				transition: color .1s ease-in-out;
				-webkit-animation-name: bottom-burger-line;
				        animation-name: bottom-burger-line;
			}
.header-main-menu-toggle--active:hover .header-main-menu-toggle__burger > div {
			top: calc(50% - .125rem);
			color: var(--color__red);
		}
.header-main-menu-toggle--inactive .header-main-menu-toggle__burger > div {
			-webkit-animation-fill-mode: none;
			        animation-fill-mode: none;
		}
.header-main-menu-toggle--inactive .header-main-menu-toggle__burger > div:nth-child(1) {
				-webkit-animation-name: top-burger-line;
				        animation-name: top-burger-line;
				animation-direction: reverse;
			}
.header-main-menu-toggle--inactive .header-main-menu-toggle__burger > div:nth-child(2) {
				opacity: 1;
				-webkit-transition-delay: calc(var(--mt-burger-item__animation-duration) / 3);
				        transition-delay: calc(var(--mt-burger-item__animation-duration) / 3);
			}
.header-main-menu-toggle--inactive .header-main-menu-toggle__burger > div:nth-child(3) {
				-webkit-animation-name: bottom-burger-line;
				        animation-name: bottom-burger-line;
				animation-direction: reverse;
			}
.header-main-menu-toggle--inactive:hover .header-main-menu-toggle__burger > div:nth-child(1) {
				top: calc(-1 * var(--mt-burger-item__shift));
			}
.header-main-menu-toggle--inactive:hover .header-main-menu-toggle__burger > div:nth-child(3) {
				top: calc(100% - .25rem + var(--mt-burger-item__shift));
			}
@-webkit-keyframes top-burger-line {
	0% {
		top: 0;
	}
	33% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(0);
		        transform: rotateZ(0);
	}
	100% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(-45deg);
		        transform: rotateZ(-45deg);
	}
}
@keyframes top-burger-line {
	0% {
		top: 0;
	}
	33% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(0);
		        transform: rotateZ(0);
	}
	100% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(-45deg);
		        transform: rotateZ(-45deg);
	}
}
@-webkit-keyframes bottom-burger-line {
	0% {
		top: calc(100% - .25rem);
	}
	33% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(0);
		        transform: rotateZ(0);
	}
	100% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(45deg);
		        transform: rotateZ(45deg);
	}
}
@keyframes bottom-burger-line {
	0% {
		top: calc(100% - .25rem);
	}
	33% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(0);
		        transform: rotateZ(0);
	}
	100% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(45deg);
		        transform: rotateZ(45deg);
	}
}
.header-context-nav {
	position: relative;
}
.header-context-nav:empty {
		display: none;
	}
.header-main-nav {
	-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: .5rem 0 1.125rem;
}
@media (min-width: 576px) {
.header-main-nav {
		padding-bottom: 1.5rem;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
}
	}
@media (min-width: 992px) {
.header-main-nav {
		padding-top: 2rem;
		padding-bottom: 2.5rem
}
	}
.header-main-nav__menu {
		margin: 0 calc(50% - 10.75rem) 1.5rem;
	}
@media (min-width: 576px) {
.header-main-nav__menu {
			-ms-flex-preferred-size: 100%;
			    flex-basis: 100%;
			margin-bottom: 1.25rem
	}
		}
@media (min-width: 992px) {
.header-main-nav__menu {
			margin-left: 0;
			margin-right: 0
	}
		}
.header-main-nav__city-select {
		margin: 0 calc(50% - 10.75rem) 0;
		width: 100%;
		height: 2.5rem;
	}
@media (min-width: 992px) {
.header-main-nav__city-select {
			display: none
	}
		}
.header-main-nav__phone {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
@media (min-width: 576px) {
.header-main-nav__phone {
			margin-top: 3.25rem;
			margin-bottom: 0
	}
		}
@media (min-width: 992px) {
.header-main-nav__phone {
			display: none
	}
		}
.header-main-nav__social .social__title {
			display: none;
		}
@media (min-width: 576px) {
.header-main-nav__social .social__title {
				display: block
		}
			}
@media (min-width: 576px) {
.header-main-nav__social {
			margin-top: 3.25rem;
			margin-left: auto
	}
		}
@media (min-width: 992px) {
.header-main-nav__social {
			margin-top: 2rem
	}
		}
.header {
	position: relative;
	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;
	width: 100%;
	 min-height: var(--header__height);
}
.header__panel {
		position: fixed;
		top: 1rem;
		width: var(--container__width);
		z-index: 30;
	}
@media (min-width: 576px) {
.header__panel {
			top: 1.5rem;
			--header-panel-logo__width: 6em
	}
		}
@media (min-width: 1200px) {
.header__panel {
			width: auto;
			left: 2rem;
			right: 2rem
	}
		}
/*h1.header__title {
		position: relative;
		margin-top: 8.875rem;
		color: var(--body__bg-color);
		text-shadow: 0px .25rem .25rem rgba(0, 0, 0, .1);
		width: var(--container__width);
	}*/
.header__context-menu {
		position: absolute;
		bottom: 0;
		width: var(--container__width);
	}
.header__gallery-ctr {
		height: 40rem;
	}
.header__gallery-ctr:empty {
			display: none;
		}
.header__gallery-ctr:not(:empty) ~ * {
				display: none;
			}
.header__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		/*&::before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			background: linear-gradient(180deg, rgba(51, 51, 51, .1) 0%, rgba(51, 51, 51, .8) 100%);
		}*/
	}
.header__bg img {
			height: 100%;
			-o-object-fit: cover;
			   object-fit: cover;
			-o-object-position: 50% 50%;
			   object-position: 50% 50%;
			vertical-align: bottom;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
			width: 100%;
		}
.header__main-nav {
		margin-top: 6.75rem;
		display: none;
		width: var(--container__width);
	}
@media (min-width: 576px) {
.header__main-nav {
			margin-top: 7.25rem
	}
		}
@media (min-width: 992px) {
.header__main-nav {
			margin-top: 8.75rem
	}
		}
.header__context-nav {
		margin-top: auto;
		width: var(--container__width);
	}
.header--active {
		height: auto;
		background: var(--color__gray--lightest);
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
.header--active ~ * {
			display: none !important;
		}
.header--active .header__panel {
			position: absolute;
		}
.header--active .header__panel >* {
				opacity: 1;
			}
.header--active .header__gallery-ctr, .header--active .header__bg, .header--active .header__title, .header--active .header__context-nav {
			display: none;
		}
.header--active .header__main-nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
.main {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 1.5rem 0 2.5rem;
}
.main__container {
		display: grid;
		grid-auto-flow: dense;
		grid-template-columns: repeat(var(--container__column-number), 1fr);
		grid-column-gap: var(--container__column-gap);
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		-ms-flex-line-pack: start;
		    align-content: start;
	}
.main__container > * {
			grid-column: 1 / -1;
		}
.main__container > p:not(:first-child) { margin-top: .75rem; }
.main__container > p:not(:last-child) { margin-bottom: .75rem; }
/*h1.main__title {
		margin-bottom: 1.5rem;
	}*/
@media (min-width: 992px) {
.main__stretched {
			grid-row: span 4
	}
		}
@media (min-width: 992px) {
.main__aside {
			grid-column: 1 / 5
	}
		}
.main__aside--bottom {
			-webkit-box-ordinal-group: 4;
			    -ms-flex-order: 3;
			        order: 3;
		}
@media (min-width: 992px) {
.main__article {
			grid-column: 5 / -1
	}
		}
.main__article--bottom {
			-webkit-box-ordinal-group: 4;
			    -ms-flex-order: 3;
			        order: 3;
		}
.main__share {
		--link-color: var(--color__primary-green);
		--link-color--hover: var(--color__primary-green--hover);
		text-align: right;
		color: var(--color__primary-green);
		justify-self: end;
	}
.main__share .ya-share2 a:hover {color: var(--color__primary-green--hover) !important;}
@media (min-width: 576px) {
.main {
		padding: 1.5rem 0 5rem
}
	}
.section {
	max-width: 100%;
	margin: 1.825rem 0;
}
.section:first-child {
		margin-top: 0;
	}
.section:last-child {
		margin-bottom: 0;
	}
.banner {
	margin-bottom: 1.5rem;
}
.footer {
	background: #3b3b3b;
	color: var(--body__bg-color);
	padding: 3rem 1rem 2rem;
	display: grid;
	grid-auto-flow: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-row-gap: 1.5rem;
	justify-items: center;
}
@media (min-width: 768px) {
.footer {
		padding-left: 2rem;
		padding-right: 2rem;
		justify-items: start;
		grid-auto-flow: row;
		grid-template-columns: 1fr 20rem;
		grid-column-gap: 1rem
}
	}
.footer a {
		color: inherit;
	}
.footer__counter {
		font-size: 1.75rem;
		font-weight: 500;
	}
.footer__counter-desc {
			font-weight: 400;
			font-size: 1rem;
		}
@media (min-width: 768px) {
.footer__social {
			margin-top: 3.25rem;
			grid-column: 2
	}
		}
.footer__benefits {
		display: grid;
		grid-auto-flow: column;
		grid-gap: 1rem;
	}
@media (min-width: 768px) {
		}
.footer__desc {
		text-align: center;
		margin-bottom: .5rem;
	}
@media (min-width: 768px) {
.footer__desc {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			text-align: left;
			margin-bottom: 0
	}
		}
.footer__copyrights {
		text-align: center;
	}
@media (min-width: 768px) {
.footer__copyrights {
			text-align: left
	}
		}
.footer-meter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 2.5rem;
	--meter-digit__color: var(--text__color);
	--meter-digit__border-radius: var(--border-radius);
	--meter-digit__bg-color: var(--body__bg-color);
}
.gallery {
	pointer-events: none;
}
.gallery__stage {
		overflow: hidden;
		display: block;
		height: 100%;
	}
.gallery__nav {
		pointer-events: auto;
		display: none;
		position: absolute;
		top: 50%;
		cursor: pointer;
		-webkit-user-select: none;
		   -moz-user-select: none;
		        -ms-user-select: none;
		    user-select: none;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		color: var(--body__bg-color);
		z-index: 1;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    height: 100%;
    padding-top: 40vh;
    width: 20%;
    font-size: 50px;
	}
.gallery__nav:hover {
			color: var(--color__primary-green--hover);
		}
@media (min-width: 992px) {
.gallery__nav--prev {
				/* display: block; */
				display:none;
				left: 1rem
		}
			}
@media (min-width: 1200px) {
.gallery__nav--prev {
        left: 1rem;
				display:none;
		}
			}
@media (min-width: 992px) {
.gallery__nav--next {
				/* display: block; */
				display:none;
        right: 1rem;
        text-align: right;
		}
			}
@media (min-width: 1200px) {
.gallery__nav--next {
				right: 1rem;
				display:none;
		}
			}
.gallery__slides {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		position: relative;
		-webkit-transition: left .33s ease;
		transition: left .33s ease;
		left: calc(-1 * var(--gallery-index) * var(--gallery-shift) + var(--gallery-delta) * 1px);
		/*align-items: flex-start;*/
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
.gallery[data-state="locked"] .gallery__slides {
			-webkit-transition: none;
			transition: none;
		}
.gallery__slide {
		position: relative;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
.gallery__title {
		color: #fff;
		position: absolute;
		z-index: 1;
		text-align: center;
		text-shadow: 0 .25rem .25rem rgba(0, 0, 0, .1);
		top: 9rem;
		left: 1rem;
		right: 1rem;
	}
@media (min-width: 576px) {
.gallery__title {
			top: 9rem
	}
		}
.gallery__desc {
		pointer-events: auto;
		position: absolute;
		z-index: 1;
		/* bottom: 3.75rem; */
		left: 1rem;
		right: 1rem;
		background: rgba(255, 255, 255, 0.9);
		text-align: left;
		padding: 1.5rem 2.25rem 2.5rem;
		min-height: 10.5rem;
		line-height: 2rem;
		font-family: RalewayRegular;
		font-size: 16px;
		font-weight: 700;
	}
.gallery__desc h4{
	 color: #00B1EB;
		font-family: RalewayBold;
		font-size: 32px;
}
@media (min-width: 576px) {
.gallery__desc {
			left: 0%;
			right: auto;
/*
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
			width: var(--container__width)*/
			width: 50% !important;
	}
		}
@media (min-width: 992px) {
.gallery__desc {
			width: 48.125rem
	}
		}
@media (min-width: 1200px) {
.gallery__desc {
			width: 49.375rem
	}
		}
.gallery__button-details {
		/*position: absolute;
		-webkit-transform: translate(-50%, 50%);
		        transform: translate(-50%, 50%);
		bottom: 0;
		left: 50%; 
		margin-top: 1rem;*/
	}
.gallery picture {
		display: block;
	}
.gallery img {
		pointer-events: auto;
	}
.gallery__navs {
		pointer-events: auto;
	}
/*^&__slide {
			&:before {
				position: absolute;
				content: '';
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: linear-gradient(180deg, rgba(51, 51, 51, .1) 0%, rgba(51, 51, 51, .8) 100%);
			}
		}*/
.gallery--index picture {
			width: 50%;
			margin-left:50%;
			height: 100%;
			display: block;
		}
.gallery--index img {
			display: block;
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			   object-fit: cover;
			-o-object-position: 50% 50%;
			   object-position: 50% 50%;
		}
.detail-pictures {
	--catalog-product__previews-number: 3;
	display: grid;
	grid-gap: .5rem;
	grid-template-columns: repeat(var(--catalog-product__previews-number), 5rem) 1fr;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 576px) {
.detail-pictures {
		--catalog-product__previews-number: 4
}
	}
@media (min-width: 768px) {
.detail-pictures {
		--catalog-product__previews-number: 3
}
	}
@media (min-width: 1200px) {
.detail-pictures {
		--catalog-product__previews-number: 4
}
	}
.detail-pictures__picture {
		-ms-flex-item-align: start;
		    align-self: start;
	}
.detail-pictures__picture--main {
			grid-column: 1 / -1;
		}
.detail-pictures__picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
}
.detail-pictures__picture:nth-child(5) ~ .detail-pictures__picture {
			display: none;
		}
@media (max-width: 576px) {
			.detail-pictures__picture:nth-child(4) ~ .detail-pictures__picture {
				display: none;
			}
		}
@media  (min-width: 768px) and (max-width: 992px) {
			.detail-pictures__picture:nth-child(4) ~ .detail-pictures__picture {
				display: none;
			}
		}
@media (min-width: 992px) and (max-width: 1200px) {
			.detail-pictures__picture:nth-child(4) ~ .detail-pictures__picture {
				display: none;
			}
		}
.detail-pictures__pictures-more {
		font-size: 1.25rem;
		font-weight: 500;
		-ms-flex-item-align: center;
		    align-self: center;
	}
.menu-toggle {
	color: var(--color__blue--dark);
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.menu-toggle__label {
		margin-left: .5rem;
	}
.menu-toggle__burger {
		position: relative;
		width: 1.875rem;
		height: 1.5rem;
	}
.menu-toggle__burger > div {
			--mt-burger-item__height: .25rem;
			--mt-burger-item__shift: .125rem;
			--mt-burger-item__animation-duration: .667s;
			position: absolute;
			left: 0;
			width: 1.875rem;
			border-bottom: .25rem solid currentColor;
			-webkit-animation-duration: var(--mt-burger-item__animation-duration);
			        animation-duration: var(--mt-burger-item__animation-duration);
			-webkit-animation-fill-mode: forwards;
			        animation-fill-mode: forwards;
		}
.menu-toggle__burger > div:nth-child(1) {
				-webkit-transition: top .1s ease-in-out;
				transition: top .1s ease-in-out;
				top: 0;
			}
.menu-toggle__burger > div:nth-child(2) {
				opacity: .99;
				-webkit-transition: opacity calc(var(--mt-burger-item__animation-duration) * 2 / 3);
				transition: opacity calc(var(--mt-burger-item__animation-duration) * 2 / 3);
				top: calc(50% - .125rem);
			}
.menu-toggle__burger > div:nth-child(3) {
				-webkit-transition: top .1s ease-in-out;
				transition: top .1s ease-in-out;
				top: calc(100% - .25rem);
			}
.menu-toggle:hover .menu-toggle__burger > div:nth-child(1) {
			top: calc(-1 * var(--mt-burger-item__shift));
		}
.menu-toggle:hover .menu-toggle__burger > div:nth-child(3) {
			top: calc(100% - .25rem + var(--mt-burger-item__shift));
		}
/*animation-name: menu-toggle;
	animation-duration: .3s;
	animation-fill-mode: both;*/
.menu-toggle--active .menu-toggle__burger > div:nth-child(1) {
				-webkit-transition: color .1s ease-in-out;
				transition: color .1s ease-in-out;
				-webkit-animation-name: top-burger-line;
				        animation-name: top-burger-line;
			}
.menu-toggle--active .menu-toggle__burger > div:nth-child(2) {
				opacity: 0;
			}
.menu-toggle--active .menu-toggle__burger > div:nth-child(3) {
				-webkit-transition: color .1s ease-in-out;
				transition: color .1s ease-in-out;
				-webkit-animation-name: bottom-burger-line;
				        animation-name: bottom-burger-line;
			}
.menu-toggle--active:hover .menu-toggle__burger > div {
			top: calc(50% - .125rem);
			color: var(--color--red);
		}
.menu-toggle--inactive .menu-toggle__burger > div {
			-webkit-animation-fill-mode: none;
			        animation-fill-mode: none;
		}
.menu-toggle--inactive .menu-toggle__burger > div:nth-child(1) {
				-webkit-animation-name: top-burger-line;
				        animation-name: top-burger-line;
				animation-direction: reverse;
			}
.menu-toggle--inactive .menu-toggle__burger > div:nth-child(2) {
				opacity: 1;
				-webkit-transition-delay: calc(var(--mt-burger-item__animation-duration) / 3);
				        transition-delay: calc(var(--mt-burger-item__animation-duration) / 3);
			}
.menu-toggle--inactive .menu-toggle__burger > div:nth-child(3) {
				-webkit-animation-name: bottom-burger-line;
				        animation-name: bottom-burger-line;
				animation-direction: reverse;
			}
.menu-toggle--inactive:hover .menu-toggle__burger > div:nth-child(1) {
				top: calc(-1 * var(--mt-burger-item__shift));
			}
.menu-toggle--inactive:hover .menu-toggle__burger > div:nth-child(3) {
				top: calc(100% - .25rem + var(--mt-burger-item__shift));
			}
@keyframes top-burger-line {
	0% {
		top: 0;
	}
	33% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(0);
		        transform: rotateZ(0);
	}
	100% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(-45deg);
		        transform: rotateZ(-45deg);
	}
}
@keyframes bottom-burger-line {
	0% {
		top: calc(100% - .25rem);
	}
	33% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(0);
		        transform: rotateZ(0);
	}
	100% {
		top: calc(50% - .125rem);
		-webkit-transform: rotateZ(45deg);
		        transform: rotateZ(45deg);
	}
}
body[data-dialog-acitve="1"] {
	overflow: hidden;
}
zv-dialog {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(47, 58, 66, 0.9);
	z-index: -99999;

	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;

	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;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
zv-dialog:target {
		overflow: initial;
		pointer-events: initial;
		z-index: 99999;
		width: 100%;
		height: 100%;
	}
zv-dialog-content {
		max-width: 100%;
	}
zv-dialog-close {
		position: absolute;
		top: 1.5rem;
		right: 1.5rem;
		color: #fff;
		cursor: pointer;
	}
zv-dialog img {
		max-width: 90vw;
		max-height: 90vh;
	}
zv-gallery {
	--gallery-index: 0;
	--gallery-delta: 0;
	--gallery-shift: 100%;
	--gallery-number: 1;
	display: block;
	position: relative;
}
zv-gallery-stage {
		overflow: hidden;
		width: 100%;
	}
zv-gallery-slides {
	}
zv-gallery img {
		-webkit-user-select: none;
		   -moz-user-select: none;
		        -ms-user-select: none;
		    user-select: none;
		user-drag: none;
		max-height: 100%;
	}
/*zv-section {
	position: relative;
	animation: sectionReveal .5s both;
	animation-play-state: paused;
	&[data-visible="1"]{
		animation-play-state: running;
	}
}
@keyframes sectionReveal {
	from {
		opacity: 0;
		top: 3rem;
	}
	to {
		opacity: 1;
		top: 0;
	}
}*/
zv-section {
	position: relative;
	opacity: 0;
	top: 3rem;
}
zv-section[data-visible="1"]{
		-webkit-animation: sectionReveal .5s both;
		        animation: sectionReveal .5s both;
	}
@-webkit-keyframes sectionReveal {
	to {
		opacity: 1;
		top: 0;
	}
}
@keyframes sectionReveal {
	to {
		opacity: 1;
		top: 0;
	}
}
zv-share li {text-align: left; }
zv-share li::before {display: none;}
zv-meter {
	--meter-digit__height: 1em;
	--meter-digit__color: #000;
	--meter-digit__border-radius: .1em;
	--meter-digit__bg-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
zv-meter-digit {
		font-weight: 500;
		position: relative;
		width: .65em;
		height: var(--meter-digit__height);
		-ms-perspective: 500;
		-webkit-perspective: 500;
		        perspective: 500;
		color: var(--meter-digit__color);
	}
zv-meter-digit + zv-meter-digit {
			margin-left: .125em;
		}
zv-meter-digit::after {
			content: '';
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			border-bottom: 1px solid currentColor;
			z-index: 100;
		}
zv-meter-digit div::before, zv-meter-digit div::after {
				will-change: transform;
				border-radius: var(--meter-digit__border-radius) var(--meter-digit__border-radius) 0 0;
				-webkit-backface-visibility: hidden;
				        backface-visibility: hidden;
				content: attr(data-value);
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 50%;
				background: #fff;
				overflow: hidden;
				line-height: var(--meter-digit__height);
				-webkit-transform-style: preserve-3d;
				        transform-style: preserve-3d;
				-webkit-transform-origin: bottom;
				        transform-origin: bottom;
				text-align: center;
			}
zv-meter-digit div::after {
				-webkit-transform-origin: top;
				        transform-origin: top;
				top: 50%;
				border-radius: 0 0 var(--meter-digit__border-radius) var(--meter-digit__border-radius);
				line-height: 0;
			}
zv-meter-digit div.zv-meter-animate:first-child::before, zv-meter-digit div.zv-meter-animate:first-child::after {
					z-index: 1;
				}
zv-meter-digit div.zv-meter-animate:first-child::before {
					-webkit-animation: spinTop .75s calc(var(--index) * .1s);
					        animation: spinTop .75s calc(var(--index) * .1s);
					-webkit-animation-fill-mode: forwards;
					        animation-fill-mode: forwards;
				}
zv-meter-digit div.zv-meter-animate:last-child::after {
					-webkit-animation: spinBottom .75s calc(var(--index) * .1s);
					        animation: spinBottom .75s calc(var(--index) * .1s);
					-webkit-animation-fill-mode: forwards;
					        animation-fill-mode: forwards;
				}
@-webkit-keyframes spinTop {
	100% {
		-webkit-transform: rotateX(180deg);
		        transform: rotateX(180deg);
	}
}
@keyframes spinTop {
	100% {
		-webkit-transform: rotateX(180deg);
		        transform: rotateX(180deg);
	}
}
@-webkit-keyframes spinBottom {
	0% {
		-webkit-transform: rotateX(180deg);
		        transform: rotateX(180deg);
	}
	100% {
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		z-index: 2;
	}
}
@keyframes spinBottom {
	0% {
		-webkit-transform: rotateX(180deg);
		        transform: rotateX(180deg);
	}
	100% {
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		z-index: 2;
	}
}
.width--100\% {width: 100%;}
.width--4 {width: 4rem;}
.width--4\.5 {width: 4.5rem;}
.width--7 {width: 7rem;}
.width--7\.5 {width: 7.5rem;}
.width--8 {width: 8rem;}
.width--8\.5 {width: 8.5rem;}
.width--10 {width: 10rem;}
.width--10\.5 {width: 10.5rem;}
.width--12 {width: 12rem;}
.width--12\.5 {width: 12.5rem;}
.width--13 {width: 13rem;}
.width--13\.5 {width: 13.5rem;}
.width--16 {width: 16rem;}
.width--16\.5 {width: 16.5rem;}
@media (max-width: 576px) {
					.width--xs-7 {width: 7rem;}
					.width--xs-7\.5 {width: 7.5rem;}
					.width--xs-8 {width: 8rem;}
					.width--xs-8\.5 {width: 8.5rem;}
					.width--xs-10 {width: 10rem;}
					.width--xs-10\.5 {width: 10.5rem;}
					.width--xs-12 {width: 12rem;}
					.width--xs-12\.5 {width: 12.5rem;}
					.width--xs-13 {width: 13rem;}
					.width--xs-13\.5 {width: 13.5rem;}
					.width--xs-16 {width: 16rem;}
					.width--xs-16\.5 {width: 16.5rem;}
			}
@media (min-width: 576px) and (max-width: 768px) {
					.width--sm-7 {width: 7rem;}
					.width--sm-7\.5 {width: 7.5rem;}
					.width--sm-8 {width: 8rem;}
					.width--sm-8\.5 {width: 8.5rem;}
					.width--sm-10 {width: 10rem;}
					.width--sm-10\.5 {width: 10.5rem;}
					.width--sm-12 {width: 12rem;}
					.width--sm-12\.5 {width: 12.5rem;}
					.width--sm-13 {width: 13rem;}
					.width--sm-13\.5 {width: 13.5rem;}
					.width--sm-16 {width: 16rem;}
					.width--sm-16\.5 {width: 16.5rem;}
			}
@media  (min-width: 768px) and (max-width: 992px) {
					.width--md-7 {width: 7rem;}
					.width--md-7\.5 {width: 7.5rem;}
					.width--md-8 {width: 8rem;}
					.width--md-8\.5 {width: 8.5rem;}
					.width--md-10 {width: 10rem;}
					.width--md-10\.5 {width: 10.5rem;}
					.width--md-12 {width: 12rem;}
					.width--md-12\.5 {width: 12.5rem;}
					.width--md-13 {width: 13rem;}
					.width--md-13\.5 {width: 13.5rem;}
					.width--md-16 {width: 16rem;}
					.width--md-16\.5 {width: 16.5rem;}
			}
@media (min-width: 992px) and (max-width: 1200px) {
					.width--lg-7 {width: 7rem;}
					.width--lg-7\.5 {width: 7.5rem;}
					.width--lg-8 {width: 8rem;}
					.width--lg-8\.5 {width: 8.5rem;}
					.width--lg-10 {width: 10rem;}
					.width--lg-10\.5 {width: 10.5rem;}
					.width--lg-12 {width: 12rem;}
					.width--lg-12\.5 {width: 12.5rem;}
					.width--lg-13 {width: 13rem;}
					.width--lg-13\.5 {width: 13.5rem;}
					.width--lg-16 {width: 16rem;}
					.width--lg-16\.5 {width: 16.5rem;}
			}
@media (min-width: 1200px) {
					.width--xl-7 {width: 7rem;}
					.width--xl-7\.5 {width: 7.5rem;}
					.width--xl-8 {width: 8rem;}
					.width--xl-8\.5 {width: 8.5rem;}
					.width--xl-10 {width: 10rem;}
					.width--xl-10\.5 {width: 10.5rem;}
					.width--xl-12 {width: 12rem;}
					.width--xl-12\.5 {width: 12.5rem;}
					.width--xl-13 {width: 13rem;}
					.width--xl-13\.5 {width: 13.5rem;}
					.width--xl-16 {width: 16rem;}
					.width--xl-16\.5 {width: 16.5rem;}
			}
@media (min-width: 576px) {
					.width--sm-min-7 {width: 7rem;}
					.width--sm-min-7\.5 {width: 7.5rem;}
					.width--sm-min-8 {width: 8rem;}
					.width--sm-min-8\.5 {width: 8.5rem;}
					.width--sm-min-10 {width: 10rem;}
					.width--sm-min-10\.5 {width: 10.5rem;}
					.width--sm-min-12 {width: 12rem;}
					.width--sm-min-12\.5 {width: 12.5rem;}
					.width--sm-min-13 {width: 13rem;}
					.width--sm-min-13\.5 {width: 13.5rem;}
					.width--sm-min-16 {width: 16rem;}
					.width--sm-min-16\.5 {width: 16.5rem;}
			}
@media (min-width: 768px) {
					.width--md-min-7 {width: 7rem;}
					.width--md-min-7\.5 {width: 7.5rem;}
					.width--md-min-8 {width: 8rem;}
					.width--md-min-8\.5 {width: 8.5rem;}
					.width--md-min-10 {width: 10rem;}
					.width--md-min-10\.5 {width: 10.5rem;}
					.width--md-min-12 {width: 12rem;}
					.width--md-min-12\.5 {width: 12.5rem;}
					.width--md-min-13 {width: 13rem;}
					.width--md-min-13\.5 {width: 13.5rem;}
					.width--md-min-16 {width: 16rem;}
					.width--md-min-16\.5 {width: 16.5rem;}
			}
@media (min-width: 992px) {
					.width--lg-min-7 {width: 7rem;}
					.width--lg-min-7\.5 {width: 7.5rem;}
					.width--lg-min-8 {width: 8rem;}
					.width--lg-min-8\.5 {width: 8.5rem;}
					.width--lg-min-10 {width: 10rem;}
					.width--lg-min-10\.5 {width: 10.5rem;}
					.width--lg-min-12 {width: 12rem;}
					.width--lg-min-12\.5 {width: 12.5rem;}
					.width--lg-min-13 {width: 13rem;}
					.width--lg-min-13\.5 {width: 13.5rem;}
					.width--lg-min-16 {width: 16rem;}
					.width--lg-min-16\.5 {width: 16.5rem;}
			}
@media (min-width: 1200px) {
					.width--xl-min-7 {width: 7rem;}
					.width--xl-min-7\.5 {width: 7.5rem;}
					.width--xl-min-8 {width: 8rem;}
					.width--xl-min-8\.5 {width: 8.5rem;}
					.width--xl-min-10 {width: 10rem;}
					.width--xl-min-10\.5 {width: 10.5rem;}
					.width--xl-min-12 {width: 12rem;}
					.width--xl-min-12\.5 {width: 12.5rem;}
					.width--xl-min-13 {width: 13rem;}
					.width--xl-min-13\.5 {width: 13.5rem;}
					.width--xl-min-16 {width: 16rem;}
					.width--xl-min-16\.5 {width: 16.5rem;}
			}
.height--100\% {height: 100%;}
.height--4 {height: 4rem;}
.height--4\.5 {height: 4.5rem;}
.height--7 {height: 7rem;}
.height--7\.5 {height: 7.5rem;}
.height--10 {height: 10rem;}
.height--10\.5 {height: 10.5rem;}
.height--12 {height: 12rem;}
.height--12\.5 {height: 12.5rem;}
.height--18 {height: 18rem;}
.height--18\.5 {height: 18.5rem;}
@media (max-width: 576px) {
				.height--xs-100\% {height: 100%;}
					.height--xs-4 {height: 4rem;}
					.height--xs-4\.5 {height: 4.5rem;}
					.height--xs-7 {height: 7rem;}
					.height--xs-7\.5 {height: 7.5rem;}
					.height--xs-10 {height: 10rem;}
					.height--xs-10\.5 {height: 10.5rem;}
					.height--xs-12 {height: 12rem;}
					.height--xs-12\.5 {height: 12.5rem;}
					.height--xs-18 {height: 18rem;}
					.height--xs-18\.5 {height: 18.5rem;}
			}
@media (min-width: 576px) and (max-width: 768px) {
				.height--sm-100\% {height: 100%;}
					.height--sm-4 {height: 4rem;}
					.height--sm-4\.5 {height: 4.5rem;}
					.height--sm-7 {height: 7rem;}
					.height--sm-7\.5 {height: 7.5rem;}
					.height--sm-10 {height: 10rem;}
					.height--sm-10\.5 {height: 10.5rem;}
					.height--sm-12 {height: 12rem;}
					.height--sm-12\.5 {height: 12.5rem;}
					.height--sm-18 {height: 18rem;}
					.height--sm-18\.5 {height: 18.5rem;}
			}
@media  (min-width: 768px) and (max-width: 992px) {
				.height--md-100\% {height: 100%;}
					.height--md-4 {height: 4rem;}
					.height--md-4\.5 {height: 4.5rem;}
					.height--md-7 {height: 7rem;}
					.height--md-7\.5 {height: 7.5rem;}
					.height--md-10 {height: 10rem;}
					.height--md-10\.5 {height: 10.5rem;}
					.height--md-12 {height: 12rem;}
					.height--md-12\.5 {height: 12.5rem;}
					.height--md-18 {height: 18rem;}
					.height--md-18\.5 {height: 18.5rem;}
			}
@media (min-width: 992px) and (max-width: 1200px) {
				.height--lg-100\% {height: 100%;}
					.height--lg-4 {height: 4rem;}
					.height--lg-4\.5 {height: 4.5rem;}
					.height--lg-7 {height: 7rem;}
					.height--lg-7\.5 {height: 7.5rem;}
					.height--lg-10 {height: 10rem;}
					.height--lg-10\.5 {height: 10.5rem;}
					.height--lg-12 {height: 12rem;}
					.height--lg-12\.5 {height: 12.5rem;}
					.height--lg-18 {height: 18rem;}
					.height--lg-18\.5 {height: 18.5rem;}
			}
@media (min-width: 1200px) {
				.height--xl-100\% {height: 100%;}
					.height--xl-4 {height: 4rem;}
					.height--xl-4\.5 {height: 4.5rem;}
					.height--xl-7 {height: 7rem;}
					.height--xl-7\.5 {height: 7.5rem;}
					.height--xl-10 {height: 10rem;}
					.height--xl-10\.5 {height: 10.5rem;}
					.height--xl-12 {height: 12rem;}
					.height--xl-12\.5 {height: 12.5rem;}
					.height--xl-18 {height: 18rem;}
					.height--xl-18\.5 {height: 18.5rem;}
			}
@media (min-width: 576px) {
				.height--sm-min-100\% {height: 100%;}
					.height--sm-min-4 {height: 4rem;}
					.height--sm-min-4\.5 {height: 4.5rem;}
					.height--sm-min-7 {height: 7rem;}
					.height--sm-min-7\.5 {height: 7.5rem;}
					.height--sm-min-10 {height: 10rem;}
					.height--sm-min-10\.5 {height: 10.5rem;}
					.height--sm-min-12 {height: 12rem;}
					.height--sm-min-12\.5 {height: 12.5rem;}
					.height--sm-min-18 {height: 18rem;}
					.height--sm-min-18\.5 {height: 18.5rem;}
			}
@media (min-width: 768px) {
				.height--md-min-100\% {height: 100%;}
					.height--md-min-4 {height: 4rem;}
					.height--md-min-4\.5 {height: 4.5rem;}
					.height--md-min-7 {height: 7rem;}
					.height--md-min-7\.5 {height: 7.5rem;}
					.height--md-min-10 {height: 10rem;}
					.height--md-min-10\.5 {height: 10.5rem;}
					.height--md-min-12 {height: 12rem;}
					.height--md-min-12\.5 {height: 12.5rem;}
					.height--md-min-18 {height: 18rem;}
					.height--md-min-18\.5 {height: 18.5rem;}
			}
@media (min-width: 992px) {
				.height--lg-min-100\% {height: 100%;}
					.height--lg-min-4 {height: 4rem;}
					.height--lg-min-4\.5 {height: 4.5rem;}
					.height--lg-min-7 {height: 7rem;}
					.height--lg-min-7\.5 {height: 7.5rem;}
					.height--lg-min-10 {height: 10rem;}
					.height--lg-min-10\.5 {height: 10.5rem;}
					.height--lg-min-12 {height: 12rem;}
					.height--lg-min-12\.5 {height: 12.5rem;}
					.height--lg-min-18 {height: 18rem;}
					.height--lg-min-18\.5 {height: 18.5rem;}
			}
@media (min-width: 1200px) {
				.height--xl-min-100\% {height: 100%;}
					.height--xl-min-4 {height: 4rem;}
					.height--xl-min-4\.5 {height: 4.5rem;}
					.height--xl-min-7 {height: 7rem;}
					.height--xl-min-7\.5 {height: 7.5rem;}
					.height--xl-min-10 {height: 10rem;}
					.height--xl-min-10\.5 {height: 10.5rem;}
					.height--xl-min-12 {height: 12rem;}
					.height--xl-min-12\.5 {height: 12.5rem;}
					.height--xl-min-18 {height: 18rem;}
					.height--xl-min-18\.5 {height: 18.5rem;}
			}
.margin-vertical--0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
.margin-vertical--\.75 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important;
	}
.margin-vertical--1\.5 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
.margin-top--\.75 {
		margin-top: .75rem !important;
	}
.margin-top--1\.5 {
		margin-top: 1.5rem !important;
	}
.margin-bottom--\.75 {
		margin-bottom: .75rem !important;
	}
.grid {
	display: grid;
	grid-template-columns: repeat(var(--grid__items-number, 1), 1fr);
}
.grid--1 {--grid__items-number: 1;}
.grid--2 {--grid__items-number: 2;}
.grid--3 {--grid__items-number: 3;}
.grid--4 {--grid__items-number: 4;}
.grid--5 {--grid__items-number: 5;}
@media (max-width: 576px) {
					.grid--xs-1 {--grid__items-number: 1;}
					.grid--xs-2 {--grid__items-number: 2;}
					.grid--xs-3 {--grid__items-number: 3;}
					.grid--xs-4 {--grid__items-number: 4;}
					.grid--xs-5 {--grid__items-number: 5;}
			}
@media (min-width: 576px) and (max-width: 768px) {
					.grid--sm-1 {--grid__items-number: 1;}
					.grid--sm-2 {--grid__items-number: 2;}
					.grid--sm-3 {--grid__items-number: 3;}
					.grid--sm-4 {--grid__items-number: 4;}
					.grid--sm-5 {--grid__items-number: 5;}
			}
@media  (min-width: 768px) and (max-width: 992px) {
					.grid--md-1 {--grid__items-number: 1;}
					.grid--md-2 {--grid__items-number: 2;}
					.grid--md-3 {--grid__items-number: 3;}
					.grid--md-4 {--grid__items-number: 4;}
					.grid--md-5 {--grid__items-number: 5;}
			}
@media (min-width: 992px) and (max-width: 1200px) {
					.grid--lg-1 {--grid__items-number: 1;}
					.grid--lg-2 {--grid__items-number: 2;}
					.grid--lg-3 {--grid__items-number: 3;}
					.grid--lg-4 {--grid__items-number: 4;}
					.grid--lg-5 {--grid__items-number: 5;}
			}
@media (min-width: 1200px) {
					.grid--xl-1 {--grid__items-number: 1;}
					.grid--xl-2 {--grid__items-number: 2;}
					.grid--xl-3 {--grid__items-number: 3;}
					.grid--xl-4 {--grid__items-number: 4;}
					.grid--xl-5 {--grid__items-number: 5;}
			}
@media (min-width: 576px) {
					.grid--sm-min-1 {--grid__items-number: 1;}
					.grid--sm-min-2 {--grid__items-number: 2;}
					.grid--sm-min-3 {--grid__items-number: 3;}
					.grid--sm-min-4 {--grid__items-number: 4;}
					.grid--sm-min-5 {--grid__items-number: 5;}
			}
@media (min-width: 768px) {
					.grid--md-min-1 {--grid__items-number: 1;}
					.grid--md-min-2 {--grid__items-number: 2;}
					.grid--md-min-3 {--grid__items-number: 3;}
					.grid--md-min-4 {--grid__items-number: 4;}
					.grid--md-min-5 {--grid__items-number: 5;}
			}
@media (min-width: 992px) {
					.grid--lg-min-1 {--grid__items-number: 1;}
					.grid--lg-min-2 {--grid__items-number: 2;}
					.grid--lg-min-3 {--grid__items-number: 3;}
					.grid--lg-min-4 {--grid__items-number: 4;}
					.grid--lg-min-5 {--grid__items-number: 5;}
			}
@media (min-width: 1200px) {
					.grid--xl-min-1 {--grid__items-number: 1;}
					.grid--xl-min-2 {--grid__items-number: 2;}
					.grid--xl-min-3 {--grid__items-number: 3;}
					.grid--xl-min-4 {--grid__items-number: 4;}
					.grid--xl-min-5 {--grid__items-number: 5;}
			}
.grid-row-gap--1\.5 {grid-row-gap: 1.5rem;}
.grid-col-gap--2 {grid-column-gap: 2rem;}
.col--1 {grid-column: span 1;}
.col--2 {grid-column: span 2;}
.col--3 {grid-column: span 3;}
.col--4 {grid-column: span 4;}
.col--5 {grid-column: span 5;}
.col--6 {grid-column: span 6;}
.col--7 {grid-column: span 7;}
.col--8 {grid-column: span 8;}
.col--9 {grid-column: span 9;}
.col--10 {grid-column: span 10;}
.col--11 {grid-column: span 11;}
.col--12 {grid-column: span 12;}
@media (max-width: 576px) {
					.col--xs-1 {grid-column: span 1;}
					.col--xs-2 {grid-column: span 2;}
					.col--xs-3 {grid-column: span 3;}
					.col--xs-4 {grid-column: span 4;}
					.col--xs-5 {grid-column: span 5;}
					.col--xs-6 {grid-column: span 6;}
					.col--xs-7 {grid-column: span 7;}
					.col--xs-8 {grid-column: span 8;}
					.col--xs-9 {grid-column: span 9;}
					.col--xs-10 {grid-column: span 10;}
					.col--xs-11 {grid-column: span 11;}
					.col--xs-12 {grid-column: span 12;}
			}
@media (min-width: 576px) and (max-width: 768px) {
					.col--sm-1 {grid-column: span 1;}
					.col--sm-2 {grid-column: span 2;}
					.col--sm-3 {grid-column: span 3;}
					.col--sm-4 {grid-column: span 4;}
					.col--sm-5 {grid-column: span 5;}
					.col--sm-6 {grid-column: span 6;}
					.col--sm-7 {grid-column: span 7;}
					.col--sm-8 {grid-column: span 8;}
					.col--sm-9 {grid-column: span 9;}
					.col--sm-10 {grid-column: span 10;}
					.col--sm-11 {grid-column: span 11;}
					.col--sm-12 {grid-column: span 12;}
			}
@media  (min-width: 768px) and (max-width: 992px) {
					.col--md-1 {grid-column: span 1;}
					.col--md-2 {grid-column: span 2;}
					.col--md-3 {grid-column: span 3;}
					.col--md-4 {grid-column: span 4;}
					.col--md-5 {grid-column: span 5;}
					.col--md-6 {grid-column: span 6;}
					.col--md-7 {grid-column: span 7;}
					.col--md-8 {grid-column: span 8;}
					.col--md-9 {grid-column: span 9;}
					.col--md-10 {grid-column: span 10;}
					.col--md-11 {grid-column: span 11;}
					.col--md-12 {grid-column: span 12;}
			}
@media (min-width: 992px) and (max-width: 1200px) {
					.col--lg-1 {grid-column: span 1;}
					.col--lg-2 {grid-column: span 2;}
					.col--lg-3 {grid-column: span 3;}
					.col--lg-4 {grid-column: span 4;}
					.col--lg-5 {grid-column: span 5;}
					.col--lg-6 {grid-column: span 6;}
					.col--lg-7 {grid-column: span 7;}
					.col--lg-8 {grid-column: span 8;}
					.col--lg-9 {grid-column: span 9;}
					.col--lg-10 {grid-column: span 10;}
					.col--lg-11 {grid-column: span 11;}
					.col--lg-12 {grid-column: span 12;}
			}
@media (min-width: 1200px) {
					.col--xl-1 {grid-column: span 1;}
					.col--xl-2 {grid-column: span 2;}
					.col--xl-3 {grid-column: span 3;}
					.col--xl-4 {grid-column: span 4;}
					.col--xl-5 {grid-column: span 5;}
					.col--xl-6 {grid-column: span 6;}
					.col--xl-7 {grid-column: span 7;}
					.col--xl-8 {grid-column: span 8;}
					.col--xl-9 {grid-column: span 9;}
					.col--xl-10 {grid-column: span 10;}
					.col--xl-11 {grid-column: span 11;}
					.col--xl-12 {grid-column: span 12;}
			}
@media (min-width: 576px) {
					.col--sm-min-1 {grid-column: span 1;}
					.col--sm-min-2 {grid-column: span 2;}
					.col--sm-min-3 {grid-column: span 3;}
					.col--sm-min-4 {grid-column: span 4;}
					.col--sm-min-5 {grid-column: span 5;}
					.col--sm-min-6 {grid-column: span 6;}
					.col--sm-min-7 {grid-column: span 7;}
					.col--sm-min-8 {grid-column: span 8;}
					.col--sm-min-9 {grid-column: span 9;}
					.col--sm-min-10 {grid-column: span 10;}
					.col--sm-min-11 {grid-column: span 11;}
					.col--sm-min-12 {grid-column: span 12;}
			}
@media (min-width: 768px) {
					.col--md-min-1 {grid-column: span 1;}
					.col--md-min-2 {grid-column: span 2;}
					.col--md-min-3 {grid-column: span 3;}
					.col--md-min-4 {grid-column: span 4;}
					.col--md-min-5 {grid-column: span 5;}
					.col--md-min-6 {grid-column: span 6;}
					.col--md-min-7 {grid-column: span 7;}
					.col--md-min-8 {grid-column: span 8;}
					.col--md-min-9 {grid-column: span 9;}
					.col--md-min-10 {grid-column: span 10;}
					.col--md-min-11 {grid-column: span 11;}
					.col--md-min-12 {grid-column: span 12;}
			}
@media (min-width: 992px) {
					.col--lg-min-1 {grid-column: span 1;}
					.col--lg-min-2 {grid-column: span 2;}
					.col--lg-min-3 {grid-column: span 3;}
					.col--lg-min-4 {grid-column: span 4;}
					.col--lg-min-5 {grid-column: span 5;}
					.col--lg-min-6 {grid-column: span 6;}
					.col--lg-min-7 {grid-column: span 7;}
					.col--lg-min-8 {grid-column: span 8;}
					.col--lg-min-9 {grid-column: span 9;}
					.col--lg-min-10 {grid-column: span 10;}
					.col--lg-min-11 {grid-column: span 11;}
					.col--lg-min-12 {grid-column: span 12;}
			}
@media (min-width: 1200px) {
					.col--xl-min-1 {grid-column: span 1;}
					.col--xl-min-2 {grid-column: span 2;}
					.col--xl-min-3 {grid-column: span 3;}
					.col--xl-min-4 {grid-column: span 4;}
					.col--xl-min-5 {grid-column: span 5;}
					.col--xl-min-6 {grid-column: span 6;}
					.col--xl-min-7 {grid-column: span 7;}
					.col--xl-min-8 {grid-column: span 8;}
					.col--xl-min-9 {grid-column: span 9;}
					.col--xl-min-10 {grid-column: span 10;}
					.col--xl-min-11 {grid-column: span 11;}
					.col--xl-min-12 {grid-column: span 12;}
			}
.row--1 {grid-row: span 1;}
.row--2 {grid-row: span 2;}
.row--3 {grid-row: span 3;}
.row--4 {grid-row: span 4;}
.row--5 {grid-row: span 5;}
.row--6 {grid-row: span 6;}
@media (max-width: 576px) {
					.row--xs-1 {grid-row: span 1;}
					.row--xs-2 {grid-row: span 2;}
					.row--xs-3 {grid-row: span 3;}
					.row--xs-4 {grid-row: span 4;}
					.row--xs-5 {grid-row: span 5;}
					.row--xs-6 {grid-row: span 6;}
			}
@media (min-width: 576px) and (max-width: 768px) {
					.row--sm-1 {grid-row: span 1;}
					.row--sm-2 {grid-row: span 2;}
					.row--sm-3 {grid-row: span 3;}
					.row--sm-4 {grid-row: span 4;}
					.row--sm-5 {grid-row: span 5;}
					.row--sm-6 {grid-row: span 6;}
			}
@media  (min-width: 768px) and (max-width: 992px) {
					.row--md-1 {grid-row: span 1;}
					.row--md-2 {grid-row: span 2;}
					.row--md-3 {grid-row: span 3;}
					.row--md-4 {grid-row: span 4;}
					.row--md-5 {grid-row: span 5;}
					.row--md-6 {grid-row: span 6;}
			}
@media (min-width: 992px) and (max-width: 1200px) {
					.row--lg-1 {grid-row: span 1;}
					.row--lg-2 {grid-row: span 2;}
					.row--lg-3 {grid-row: span 3;}
					.row--lg-4 {grid-row: span 4;}
					.row--lg-5 {grid-row: span 5;}
					.row--lg-6 {grid-row: span 6;}
			}
@media (min-width: 1200px) {
					.row--xl-1 {grid-row: span 1;}
					.row--xl-2 {grid-row: span 2;}
					.row--xl-3 {grid-row: span 3;}
					.row--xl-4 {grid-row: span 4;}
					.row--xl-5 {grid-row: span 5;}
					.row--xl-6 {grid-row: span 6;}
			}
@media (min-width: 576px) {
					.row--sm-min-1 {grid-row: span 1;}
					.row--sm-min-2 {grid-row: span 2;}
					.row--sm-min-3 {grid-row: span 3;}
					.row--sm-min-4 {grid-row: span 4;}
					.row--sm-min-5 {grid-row: span 5;}
					.row--sm-min-6 {grid-row: span 6;}
			}
@media (min-width: 768px) {
					.row--md-min-1 {grid-row: span 1;}
					.row--md-min-2 {grid-row: span 2;}
					.row--md-min-3 {grid-row: span 3;}
					.row--md-min-4 {grid-row: span 4;}
					.row--md-min-5 {grid-row: span 5;}
					.row--md-min-6 {grid-row: span 6;}
			}
@media (min-width: 992px) {
					.row--lg-min-1 {grid-row: span 1;}
					.row--lg-min-2 {grid-row: span 2;}
					.row--lg-min-3 {grid-row: span 3;}
					.row--lg-min-4 {grid-row: span 4;}
					.row--lg-min-5 {grid-row: span 5;}
					.row--lg-min-6 {grid-row: span 6;}
			}
@media (min-width: 1200px) {
					.row--xl-min-1 {grid-row: span 1;}
					.row--xl-min-2 {grid-row: span 2;}
					.row--xl-min-3 {grid-row: span 3;}
					.row--xl-min-4 {grid-row: span 4;}
					.row--xl-min-5 {grid-row: span 5;}
					.row--xl-min-6 {grid-row: span 6;}
			}
.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;}
@media (max-width: 576px) {
					.order--xs-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--xs-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--xs-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--xs-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--xs-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--xs-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (min-width: 576px) and (max-width: 768px) {
					.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;}
			}
@media  (min-width: 768px) and (max-width: 992px) {
					.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;}
			}
@media (min-width: 992px) and (max-width: 1200px) {
					.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;}
			}
@media (min-width: 1200px) {
					.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;}
			}
@media (min-width: 576px) {
					.order--sm-min-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--sm-min-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--sm-min-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--sm-min-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--sm-min-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--sm-min-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (min-width: 768px) {
					.order--md-min-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--md-min-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--md-min-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--md-min-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--md-min-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--md-min-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (min-width: 992px) {
					.order--lg-min-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--lg-min-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--lg-min-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--lg-min-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--lg-min-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--lg-min-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (min-width: 1200px) {
					.order--xl-min-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--xl-min-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--xl-min-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--xl-min-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--xl-min-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--xl-min-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (max-width: 768px) {
					.order--sm-max-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--sm-max-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--sm-max-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--sm-max-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--sm-max-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--sm-max-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (max-width: 992px) {
					.order--md-max-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--md-max-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--md-max-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--md-max-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--md-max-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--md-max-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
@media (max-width: 1200px) {
					.order--lg-max-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
					.order--lg-max-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
					.order--lg-max-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
					.order--lg-max-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;}
					.order--lg-max-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;}
					.order--lg-max-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6;}
			}
.display--block {
		display: block !important;
	}
.display--none {
		display: none !important;
	}
@media (max-width: 576px) {
.display--xs-none {
					display: none !important
			}
				}
@media (max-width: 576px) {
.display--xs-block {
					display: none !important
			}
				}
@media (min-width: 576px) and (max-width: 768px) {
.display--sm-none {
					display: none !important
			}
				}
@media (min-width: 576px) and (max-width: 768px) {
.display--sm-block {
					display: none !important
			}
				}
@media  (min-width: 768px) and (max-width: 992px) {
.display--md-none {
					display: none !important
			}
				}
@media  (min-width: 768px) and (max-width: 992px) {
.display--md-block {
					display: none !important
			}
				}
@media (min-width: 992px) and (max-width: 1200px) {
.display--lg-none {
					display: none !important
			}
				}
@media (min-width: 992px) and (max-width: 1200px) {
.display--lg-block {
					display: none !important
			}
				}
@media (min-width: 1200px) {
.display--xl-none {
					display: none !important
			}
				}
@media (min-width: 1200px) {
.display--xl-block {
					display: none !important
			}
				}
@media (min-width: 576px) {
.display--sm-min-none {
					display: none !important
			}
				}
@media (min-width: 576px) {
.display--sm-min-block {
					display: none !important
			}
				}
@media (min-width: 768px) {
.display--md-min-none {
					display: none !important
			}
				}
@media (min-width: 768px) {
.display--md-min-block {
					display: none !important
			}
				}
@media (min-width: 992px) {
.display--lg-min-none {
					display: none !important
			}
				}
@media (min-width: 992px) {
.display--lg-min-block {
					display: none !important
			}
				}
@media (min-width: 1200px) {
.display--xl-min-none {
					display: none !important
			}
				}
@media (min-width: 1200px) {
.display--xl-min-block {
					display: none !important
			}
				}
@media (max-width: 576px) {
.display--xs-max-none {
					display: none !important
			}
				}
@media (max-width: 576px) {
.display--xs-max-block {
					display: none !important
			}
				}
@media (max-width: 768px) {
.display--sm-max-none {
					display: none !important
			}
				}
@media (max-width: 768px) {
.display--sm-max-block {
					display: none !important
			}
				}
@media (max-width: 992px) {
.display--md-max-none {
					display: none !important
			}
				}
@media (max-width: 992px) {
.display--md-max-block {
					display: none !important
			}
				}
@media (max-width: 1200px) {
.display--lg-max-none {
					display: none !important
			}
				}
@media (max-width: 1200px) {
.display--lg-max-block {
					display: none !important
			}
				}
.float--left {
		float: left;
	}
.float--right {
		float: right;
	}
.text-align--left {
		text-align: left;
	}
.text-align--right {
		text-align: right;
	}
.text-align--center {
		text-align: center;
	}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

h2.index-social-groups__heading.instagram:before{
	content: "";
    width: 32px;
    height: 32px;
    background: url(/images/instagram.png) no-repeat;
    background-size: 40px;
    padding-left: 50px;
    margin-top: 10px;
}

/*Re-style header 11-03-2019*/
.header-panel__city {
	display: none;
	width: auto;
	margin-left: 2.9375rem;
}
.header__main-nav .header-panel__city {
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
.header__main-nav .header-panel__city > span {
	display: inline-block;
	margin-right: 10px;
}
.header__main-nav .header-panel__city-popup {
	display: none;
}
.header-panel__city > span {
	display: block;
	font-size: 0.875rem;
	color: #AFAFAF;
	line-height: 1rem;
}
.header-panel__city-choose {
	display: inline-block;
	width: auto;
	font-size: 0.875rem;
	line-height: 1rem;
	padding-bottom: 1px;
	color: #34495E;
	border-bottom: 1px dashed #34495E;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header-panel__city-choose:hover {
	color: #34495E;
	border-bottom-color: transparent;
	text-decoration: none;
}
.header-panel__city-popup {
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-15px);
	transform: translateX(-50%) translateY(-15px);
	width: 250px;
	border: 1px solid #C4C4C4;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 0.375rem;
	padding: 1.375rem 1rem;
	opacity: 0;
	-webkit-transition: visibility 0.1s linear 0s, all 0.3s linear;
	transition: visibility 0.1s linear 0s, all 0.3s linear;
	visibility: hidden;
}
.header-panel__city-popup.active {
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(0px);
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.header-panel__city-popup::before {
	content: '';
	position: absolute;
	z-index: 7;
	width: 12px;
	height: 12px;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	background-color: #fff;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	top: -3px;
	left: 50%;
}
.header-panel__city-popup-title {
	width: 100%;
	margin-bottom: 1.25rem;
	text-align: center;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.375rem;
	color: #000;
}
.header-panel__city-popup-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	max-width: 100px;
	border: 1px solid #C4C4C4;
	background-color: #F7F7F7;
	border-radius: 0.375rem;
	outline: none;
	text-align: center;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #000;
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header-panel__city-popup-btn:not(:last-of-type) {
	margin-right: 12px;
}
.header-panel__city-popup-btn:hover {
	background-color: #fff;
}
.header-panel__city-popup-btn:focus {
	border-color: #009ddb;
}

.header-panel__city-popuplist {
	position: absolute;
	z-index: 11;
	top: 90px;
	left: 50%;
	max-height: 94vh;
  overflow: hidden;
  overflow-y: visible;
	border-radius: 6px;
	-webkit-transform: translateX(-50%) translateY(-5px);
	transform: translateX(-50%) translateY(-5px);
	width: 100vw;
	max-width: 300px;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	-webkit-transition: visibility 0.1s linear 0s, all 0.3s linear;
	transition: visibility 0.1s linear 0s, all 0.3s linear;
	visibility: hidden;
}
.header-panel__city-popuplist.active {
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.header-panel__city-popuplist-close {
	position: absolute;
	z-index: 20;
	top: 25px;
	right: 20px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.header-panel__city-popuplist-close::before,
.header-panel__city-popuplist-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	background-color: #AFAFAF;
	top: 50%;
	left: 50%;
}
.header-panel__city-popuplist-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.header-panel__city-popuplist-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.header-panel__city-popuplist__title {
	width: 100%;
	margin-top: 0!important;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 21px;
	color: #34495E;
	font-weight: bold;
}
.header-panel__city-popuplist-row {
	display: none;
	-ms-align-items: flex-start;
	        -webkit-box-align: start;
	            -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}
.header-panel__city-popuplist-item {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #1DACE4;
	cursor: pointer;
}
.header-panel__city-search-input-wrap {
	width: 100%;
	position: relative;
	z-index: 10;
}
.bx-sls .header-panel__city-search-input.user_city_list {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.header-panel__city-search-input.user_city_list .dropdown-icon {
	width: 16px;
	height: 16px;
	top: 50%;
	left: auto;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	background-image: url(/local/templates/finefloor2018_11_03_19/src/images/search-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bx-sls .header-panel__city-search-input .bx-ui-sls-clear {
	top: 50%;
	left: auto;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	background-color: #fff;
	background-image: url(/bitrix/panel/main/images/bx-admin-sprite-small.png);
	background-position: 15px -3386px;
	background-repeat: no-repeat;
	background-size: auto;
}
.header-panel__city-search-submit {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #1DACE4;
	border-radius: 6px;
	background-color: #1DACE4;
	outline: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header-panel__city-search-submit:hover,
.header-panel__city-search-submit:focus {
	background-color: #fff;
	color: #1DACE4;
}
.header-panel__top-search-wrap {
	width: auto;
	margin-left: auto;
	margin-right: 5px;
	position: relative;
	z-index: 10;
}
.header-panel__top-search-input[type="search"] {
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 70px;
	left: 80px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100vw;
	max-width: 300px;
	height: auto;
	background-color: #F3F3F3;
	border-radius: 6px;
	border: none;
	outline: none;
	border: 1px solid #F3F3F3;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #AFAFAF;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.1s, opacity 0.35s linear, border-color 0.3s linear;
	transition: visibility 0s linear 0.1s, opacity 0.35s linear, border-color 0.3s linear;
}
.header-panel__top-search-input::-webkit-input-placeholder {
	color: #AFAFAF;
	font-style: italic;
}
.header-panel__top-search-input::-ms-input-placeholder {
	color: #AFAFAF;
	font-style: italic;
}
.header-panel__top-search-input.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.header-panel__top-search-input[type="search"]::-webkit-search-decoration,
.header-panel__top-search-input[type="search"]::-webkit-search-cancel-button,
.header-panel__top-search-input[type="search"]::-webkit-search-results-button,
.header-panel__top-search-input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.header-panel__top-search-submit {
	display: block;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/search-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
	font-size: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visbility 0s linear 0s, opacity 0.3s linear;
	transition: visbility 0s linear 0s, opacity 0.3s linear;
}
.header-panel__top-search-submit.hidden {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.header-panel__top-search-reset {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0s, all 0.3s linear;
	transition: visibility 0s linear 0s, all 0.3s linear;
}
.header-panel__top-search-reset.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.header-panel__top-search-reset::before,
.header-panel__top-search-reset::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #34495e;
}
.header-panel__top-search-reset::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.header-panel__top-search-reset::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.header-panel__top-search__result {
	display: none;
	width: 300px;
	padding: 15px;
	max-height: 380px;
	position: absolute;
	z-index: 30;
	top: 125px;
	left: 80px;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.header-panel__top-search__result::before {
	content: '';
	position: absolute;
	z-index: 11;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	top: -2px;
	left: 50%;
}
.header-panel__top-search__result__list {
	width: 100%;
	height: 350px;
  overflow-y: auto;
}
.header-panel__top-search__result__title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #34495E;
}
.header-panel__top-search__result__cell {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
.header-panel__top-search__result__name {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.header-panel__top-search__result__image {
	display: block;
	width: 100%;
	max-width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #C4C4C4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-panel__top-search__result__showall {
	display: block;
	width: 100%;
	margin-top: 15px;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.header-panel__top-search-input[type="search"] {
		max-width: 500px;
		top: 50px;
	}
	.header-panel__top-search-wrap {
		margin-right: 25px;
	}
	.header-panel__menu-toggle {
		margin-left: 0;
	}
	.header-panel__top-search__result {
		top: 105px;
		width: 500px;
		max-height: 480px;
	}
	.header-panel__top-search__result__list {
		height: 450px;
	}
	.header-panel__top-search__result__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #D4D4D4;
	}
	.header-panel__top-search__result__title {
		width: 100%;
	}
	.header-panel__top-search__result__row {
		max-width: 45%;
	}
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
	.header-panel__name {
		margin-left: 0.725rem;
	}
}

@media screen and (min-width: 1024px) {
	.header-panel__city {
		display: block;
	}
	.header__main-nav .header-panel__city  {
		display: none;
	}
	.header-panel__city-popuplist {
		max-width: 760px;
		padding: 30px;
		top: 80px;
		max-height: none;
    overflow: visible;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-30px);
		transform: translateX(-50%) translateY(-30px);
	}
	.header-panel__city-popuplist.active {
		visibility: visible;
		-webkit-transform: translateX(-50%) translateY(0px);
		transform: translateX(-50%) translateY(0px);
		opacity: 1;
		-webkit-transition-delay: 0s;
		        transition-delay: 0s;
	}
	.header-panel__city-popuplist__title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.header-panel__city-popuplist-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: column;
		-o-flex-direction: column;
		        -webkit-box-orient: vertical;
		        -webkit-box-direction: normal;
		            -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		max-height: 215px;
	}
	.header-panel__city-popuplist-item {
		max-width: 33.33%;
		margin-bottom: 20px;
	}
	.header-panel__top-search-wrap {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: 70px;
	}
	.header-panel__top-search-wrap {
		position: relative;
	}
	.header-panel__top-search-input[type="search"] {
		position: static;
		display: block;
		opacity: 1;
		max-width: 100%;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
	}
	.header-panel__top-search-submit {
		position: absolute;
		z-index: 15;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-panel__top-search-reset {
		left: auto;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-panel__city-select {
		display: none;
	}
	.bx-sls .header-panel__city-search-input.user_city_list {
		max-width: 475px;
		background-color: #F3F3F3;
	}
	.header-panel__city-search-input-icon {
		background-color: transparent;
	}
	.bx-sls .header-panel__city-search-input .bx-ui-sls-clear {
		background-color: #F3F3F3;
	}
	.header-panel__city-search-submit {
		margin: 0;
		margin-top: 20px;
	}
	.header-panel__top-search__result {
		top: 65px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 1200px) {
	.header-panel__top-search__result {
		padding: 0;
		max-height: 500px;
	}
	.header-panel__top-search__result.item-1 {
		width: 100%;
	}
	.header-panel__top-search__result.item-2 {
		width: 655px;
	}
	.header-panel__top-search__result.item-3 {
		width: 1110px;
	}
	.header-panel__top-search__result__list {
		height: 100%;
		max-height: 500px;
	}
	.header-panel__top-search__result__list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.header-panel__top-search__result__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 30%;
		        flex: 1 1 30%;
		border: none;
		border-right: 1px solid #D4D4D4;
		padding: 35px 30px 20px 30px;
	}
	.header-panel__top-search__result__item:last-child {
		border-right: none;
	}
	.header-panel__top-search__result__row {
		width: 100%;
		max-width: 100%;
	}
	.header-panel__top-search__result__cell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-o-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.header-panel__top-search__result__name {
		width: calc(100% - 70px - 40px);
		text-align: left;
	}
	.header-panel__top-search__result__image {
		max-width: 70px;
		height: 70px;
		margin: 0;
	}
}
.header-panel__city-popuplist .header-panel__city-search-submit{
	opacity: 0;
}

.header-panel__city-popuplist.active .header-panel__city-search-submit{
	opacity: 1;
}
/*Re-style header 11-03-2019 END*/

/*Re-style Catalog 12-03-2019*/
.catalog__tags {
	width: 100%;
	margin-bottom: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__tags__item {
	display: block;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 128px;
	border: 1px solid #E0E0E0;
	border-radius: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #828282;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__tags__item.show-more {
	display: none;
	width: 100%;
	min-width: unset;
	max-width: 75px;
}
.catalog__tags__item:hover {
	border-color: #009ddb;
	text-decoration: none;
}
.catalog__category {
	width: 100%;
	margin-bottom: 50px;
}
.catalog__category__title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
	color: #34495E;
	font-weight: 500;
}
.catalog__category__link {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.catalog__category__slider {
	width: 100%;
	margin-top: 40px;
}
.catalog__category__slider__item {
	width: 255px;
	height: 320px;
	margin-right: 20px;
}
.catalog__category__slider__item:last-of-type {
	margin-right: 0;
}
.catalog__category__slider__item__link {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	            -ms-flex-direction: column;
	        flex-direction: column;
	-ms-align-items: flex-end;
	        -webkit-box-align: end;
	            -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	padding: 20px 30px;
}
.catalog__category__slider__item__link:hover {
	text-decoration: none;
}
.catalog__category__slider__item__title {
	display: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px!important;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}
.catalog__category__slider__item__name {
	display: none;
	width: 100%;
	margin: 0!important;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}
.catalog__category__slider__item__flag {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 62px;
	height: 36px;
	border-radius: 3px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 5px rgba(52, 73, 94, 0.4);
	        box-shadow: 0px 0px 5px rgba(52, 73, 94, 0.4);
}
.catalog__category__slider__item__flag.south_korea {
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/south-corea.svg');
}
.catalog__category__slider__item__flag.russia {
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/russia.svg');
}
.catalog__category__slider__item__flag.belgium {
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/belgium.svg');
}
@media screen and (min-width: 768px) {
	.catalog__category {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-end;
		        -webkit-box-align: end;
		            -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__category__title {
		width: auto;
		margin-right: 30px;
		margin-bottom: 0 !important;
	}
	.catalog__category__link {
		width: auto;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	.catalog__tags__item {
		margin-bottom: 0;
	}
	.catalog__category__slider__wrapper {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__category__slider__item {
		margin-bottom: 30px;
	}
	.catalog__category__slider__item:nth-of-type(4n) {
		margin-right: 0;
	}
}
.bx-sls .user_city_list .dropdown-fade2white {
	display: none;
}
/*Re-style Catalog 12-03-2019 END*/

/*Re-style Catalog 18-03-2019*/
.catalog__category__wrap {
	width: 102%;
	margin-bottom: 40px;
}
.catalog__category__wrap .catalog__category {
	width: 100%;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D4D4D4;
}
.catalog__category__toggle {
	display: block;
	width: 100%;
	position: relative;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	padding-right: 20px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #34495E;
	text-align: left;
	cursor: pointer;
}
.catalog__category__toggle::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 40%;
	right: 20px;
	border-left: 2px solid #34495E;
	border-bottom: 2px solid #34495E;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__category__toggle.active::after {
	top: 60%;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
.catalog__category__list {
	width: 100%;
	display: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style-type: none;
}
.catalog__category__list li {
	width: 100%;
	position: relative;
	padding-left: 20px;
	margin-bottom: 25px;
}
.catalog__category__list li.active {
	padding: 5px 10px;
	padding-left: 30px;
	background-color: #F2F2F2;
}
.catalog__category__list li.active::before {
	background-color: #1DACE4;
	left: 10px;
}
.catalog__category__list li:last-child {
	margin-bottom: 0;
}
.catalog__category__list li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	margin: 0;
	background-color: #93BF3D;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.catalog__category__list a {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.catalog__category__list .badge--info {
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	font-size: 14px;
	line-height: 16px;
	height: auto;
	color: #AFAFAF;
	font-weight: normal;
	margin: 0;
	margin-left: 10px;
}
.catalog__smartfilter {
	display: block;
	position: relative;
}
.catalog__smartfilter__title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 28px;
	color: #34495E;
	font-weight: 500;
}
.catalog__sorting__wrap {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	z-index: 30;
}
.catalog__sorting__wrap button {
	display: none;
	width: 100%;
	max-width: 140px;
	margin-right: 10px;
	outline: none;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	background-color: #F7F7F7;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #34495E;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__sorting__wrap button:hover,
.catalog__sorting__wrap button:focus {
	background-color: #C4C4C4;
	color: #fff;
}
.catalog__sorting__wrap button:last-of-type {
	display: none;
	width: 100%;
	max-width: 140px;
	margin-right: 10px;
	outline: none;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	background-color: #F7F7F7;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #34495E;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media (max-width: 1000px) {
	.catalog__sorting__wrap button:last-of-type {
		display: block;
	}
}
.catalog__sorting {
	width: 100%;
	max-width: 290px;
	position: absolute;
	z-index: 101;
	top: 60px;
	left: 0;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	padding: 10px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.catalog__sorting::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -7px;
	left: 10px;
}
.catalog__sorting__categories {
	width: 100%;
}
.catalog__sorting__category {
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}
.catalog__sorting__category.active {
	pointer-events: none;
	background-color: #F7F7F7;
}
.catalog__sorting__nums {
	display: none;
}

.catalog__sorting.active-box{
	display: block;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.catalog__sorting {
	display: none;
}
.catalog__items__list {
	width: 100%;

}
.catalog__item {
	width: 100%;
	display: block;
	max-width: 290px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.catalog__item__image {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 135px;
	border-radius: 6px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.catalog__item__rate {
	width: 100%;
	margin-top: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.catalog__item__rate[data-currate="0"] svg {
	fill: #e5e5e5;
}
.catalog__item__rate[data-currate="1"] svg:nth-child(n+2) {
	fill: #e5e5e5;
}
.catalog__item__rate[data-currate="2"] svg:nth-child(n+3) {
	fill: #e5e5e5;
}
.catalog__item__rate[data-currate="3"] svg:nth-child(n+4) {
	fill: #e5e5e5;
}
.catalog__item__rate[data-currate="4"] svg:nth-child(n+5) {
	fill: #e5e5e5;
}
.catalog__item__rate[data-currate="5"] svg:nth-child(n+6) {
	fill: #e5e5e5;
}
.catalog__item .badge {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 0.75rem;
}

.catalog__item .badge-green {
	background: #93BF3D;
	color: white;
}
.catalog__item .badge-green::before,
.catalog__item .badge-green::after {
	border-top-color: #93BF3D;
}

.catalog__item .badge-white {
	background: white;
	color: black;
}
.catalog__item .badge-white::before,
.catalog__item .badge-white::after {
	border-top-color: white;
}
.catalog__item .badge-sale {
	font-size: 0.5rem;
	background: #FF595A;
}
.catalog__item .badge-sale11 {
	font-size: 0.5rem;
	background: #f2b100;
}
.catalog__item .badge-sale::before,
.catalog__item .badge-sale::after {
	border-top-color: #FF595A;
}
.catalog__item .badge-sale11 {
	font-size: 0.75rem;
	background: #f2b100;
}
.catalog__item .badge-sale11::before,
.catalog__item .badge-sale11::after {
	border-top-color: #f2b100;
}
.catalog__item__rate svg {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.catalog__item__rate svg {
	-webkit-transition: fill 0.25s ease-in-out;
	transition: fill 0.25s ease-in-out;
}
.catalog__item__rate svg:last-child {
	margin-right: 0;
}
.catalog__item__info {
	width: 100%;
	padding: 20px 15px;
}
.catalog__item__cat p {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.catalog__item__title {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #34495E;
}
.catalog__item__price {
	width: 100%;
	position: relative;
	z-index: 5;
	margin-top: 0 !important;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.catalog__item__price.sale::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 150%;
	background-color: #FFE604;
	border-radius: 0px 6px 6px 0px;
	border-left: 3px solid #34495E;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.catalog__item__price span {
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	color: #34495E;
	margin-left: 10px;
}
.catalog__item__buttons {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__item__button {
	width: 100%;
	position: relative;
	border: 1px solid #C4C4C4;
	background-color: #F7F7F7;
	border-radius: 6px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.catalog__item__button.show {
	max-width: 110px;
	background-color: #1DACE4;
	border-color: #1DACE4;
	color: #fff;
}
.catalog__item__button.compare {
	max-width: 140px;
	padding-left: 20px;
}
.catalog__item__button.compared {
	background-color: #D8D8D8;
}
.catalog__item__button.compare::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/union.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.catalog__item__button.compare.compared::before {
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/compared.svg');
}
.pagination.new {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
.pagination.new .pagination__show-by {
	display: none;
}
.pagination.new .pagination__pages .pagination__nav {
	min-width: unset;
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 5px;
	border: 1px solid #AFAFAF;
	color: #AFAFAF;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pagination.new .pagination__pages .pagination__nav--prev {
	margin-right: 15px;
}
.pagination.new .pagination__pages .pagination__nav--next {
	margin: 0;
	margin-left: 15px;
}
.pagination.new .pagination__pages .pagination__nav:last-child {
	margin-right: 0;
}
.pagination.new .pagination__pages .pagination__nav:hover,
.pagination.new .pagination__pages .pagination__nav--active {
	color: #fff;
	background-color: #1dace4;
}
.pagination.new .pagination__show-all-button {
	width: 100%;
	max-width: 111px;
	margin: 0 auto;
	text-align: center;
	background-color: #AFAFAF;
	border-radius: 6px;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pagination.new .pagination__show-all-button:hover {
	background-color: #1DACE4;
	color: #fff;
}
.pagination__navs {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (min-width: 768px) {
	.catalog__items__list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media screen and (min-width: 1024px) {
	.catalog__sorting__wrap {
		margin-bottom: 20px;
	}
	.catalog__sorting {
		position: static;
		border: none;
		padding: 0;
		max-width: unset;
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__sorting::before {
		display: none;
	}
	.catalog__sorting__wrap button {
		display: none;
	}
	.catalog__sorting__categories {
		width: unset;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__sorting__category {
		width: auto;
		margin-right: 20px;
		border-bottom: 1px dashed #34495E;
		border-radius: 0;
		padding: 0;
		line-height: 20px;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.catalog__sorting__category:hover {
		text-decoration: none;
		border-color: transparent;
	}
	.catalog__sorting__category.active {
		padding: 5px 10px;
		border-radius: 6px;
		border-bottom-color: transparent;
		background-color: #F2F2F2;
	}
	.catalog__sorting__category:last-child {
		margin-right: 0;
	}
	.catalog__sorting__nums {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__sorting__nums p {
		margin: 0;
		margin-right: 20px;
		font-size: 14px;
		line-height: 20px;
		color: #34495E;
	}
	.catalog__sorting__num {
		display: block;
		margin-right: 20px;
		text-decoration: none;
		border-bottom: 1px dashed #34495E;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
		color: #34495E;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.catalog__sorting__num.active {
		padding: 5px 5px;
		background-color: #F2F2F2;
		border-bottom-color: transparent;
		border-radius: 6px;
	}
	.catalog__sorting__num:last-child {
		margin-right: 0;
	}
	.catalog__sorting__num:hover {
		border-color: transparent;
		text-decoration: none;
	}
	.catalog__item {
		max-width: 400px;
		margin: 0;
		margin-bottom: 25px;
	}
	.catalog__item__image {
		min-height: 160px;
	}
	.catalog__item__info {
		padding: 20px;
	}
	.catalog__item__buttons {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.catalog__item__button.show,
	.catalog__item__button.compare {
		max-width: 170px;
	}
	.pagination.new {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #D4D4D4;
		border-bottom: 1px solid #D4D4D4;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.pagination.new .pagination__show-by {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		        -webkit-box-orient: horizontal;
		        -webkit-box-direction: normal;
		            -ms-flex-direction: row;
		        flex-direction: row;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-self: flex-start;
	}
	.pagination.new .pagination__show-by-title {
		margin-bottom: 0;
		margin-right: 15px;
		font-size: 14px;
		line-height: 16px;
		color: #34495E;
	}
	.pagination.new .pagination__navs {
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		margin-left: auto;
	}
	.pagination.new .pagination__show-by .pagination__nav {
		display: block;
		height: auto;
		min-width: unset;
		margin: 0;
    margin-right: 20px;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    border-bottom: 1px dashed #34495E;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #34495E;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	}
	.pagination.new .pagination__show-by .pagination__nav--active {
		padding: 5px 5px;
	  background-color: #F2F2F2;
	  border-bottom-color: transparent;
	  border-radius: 6px;
	}
	.pagination.new .pagination__show-by .pagination__nav:last-child {
		margin-right: 0;
	}
	.pagination.new .pagination__show-by .pagination__nav:hover {
		border-color: transparent;
    text-decoration: none;
	}
	.pagination.new .pagination__show-all-button {
		margin: 0;
		margin-left: 15px;
	}
}
/*Re-style Catalog 18-03-2019 END*/

/*Search page 21-03-2019*/
.search__page__res__text {
	width: 100%;
	margin-bottom: 30px;
}
.search__page__res__text p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	color: #9C9C9C;
}
.search__page__res__text p span {
	display: block;
	color: #333;
}
.search__page__tabs__list {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.search__page__tabs__list__item {
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	color: #34495E;
	padding-bottom: 2px;
	border-bottom: 1px dashed #34495E;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.search__page__tabs__list__item:hover,
.search__page__tabs__list__item.active {
	border-bottom-color: transparent;
	color: #1DACE4;
}
.search__page__tabs__list__item::before {
	display: none;
}
.search__page__tabs__content__item {
	display: none;
}
.catalog__search__list .card {
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: none;
}
.catalog__search__list .card img {
	border-radius: 6px;
}
.catalog__search__list .card .card__title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #34495E;
}
@media screen and (min-width: 768px) {
	.search__page__res__text p span {
		display: inline;
		margin-left: 5px;
	}
	.search__page__tabs__list__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		background-color: #F7F7F7;
		border: 1px solid #C4C4C4;
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		color: #34495E;
	}
	.search__page__tabs__list__item:not(:first-child) {
		border-left: none;
	}
	.search__page__tabs__list__item.active,
	.search__page__tabs__list__item:hover {
		border-color: #1DACE4;
		background-color: #1DACE4;
		color: #fff;
	}
	.catalog__search__list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media screen and (min-width: 1200px) {
	.catalog__search__list {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.catalog__search__list .catalog__item,
	.catalog__search__list .card {
		max-width: 350px;
		margin: 0;
		margin-right: 30px;
		margin-bottom: 40px;
	}
	.catalog__search__list .catalog__item:nth-child(3n),
	.catalog__search__list .card:nth-child(3n) {
		margin-right: 0;
	}
	.catalog__search__list .card__container  {
		padding: 20px;
	}
	.catalog__search__list .catalog__item__buttons {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.catalog__search__list .catalog__item__button {
		max-width: 150px;
	}
}

/*Search page 21-03-2019 END*/

/*Catalog category search 27-03-2019*/
.catalog__search__wrap {
	width: 100%;
	position: relative;
	z-index: 9;
}
.catalog__search__form {
	position: relative;
}
.catalog__search__input[type="search"] {
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 0;
	outline: none;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding: 15px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	font-style: italic;
	color: #828282;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__search__form .catalog__search__input[type="search"]:focus,
.catalog__search__form .catalog__search__input[type="search"]:hover {
	border-color: #F3F3F3;
}
.catalog__search__input[type="search"]::-webkit-search-decoration,
.catalog__search__input[type="search"]::-webkit-search-cancel-button,
.catalog__search__input[type="search"]::-webkit-search-results-button,
.catalog__search__input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.catalog__search__submit {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 17px;
	height: 17px;
	z-index: 5;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(/local/templates/finefloor2018_11_03_19/src/images/search-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
  font-size: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visbility 0s linear 0s, opacity 0.3s linear;
  transition: visbility 0s linear 0s, opacity 0.3s linear;
}
.catalog__search__submit.hidden {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.catalog__search__reset {
	display: block;
	position: absolute;
	z-index: 7;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visbility 0s linear 0s, opacity 0.3s linear;
  transition: visbility 0s linear 0s, opacity 0.3s linear;
}
.catalog__search__reset::before,
.catalog__search__reset::after {
	content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #AFAFAF;
}
.catalog__search__reset::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog__search__reset::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalog__search__reset.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.catalog__search__result {
	width: 100%;
	position: absolute;
	z-index: 25;
	top: 48px;
	left: 0;
	background-color: #F3F3F3;
	padding: 7px 10px;
	padding-bottom: 15px;
}
.catalog__search__result__item {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	font-style: italic;
	color: #828282;
}
.catalog__search__result__item:last-child {
	border-bottom-color: transparent;
	padding-bottom: 0;
}
/*Catalog category search 27-03-2019 END*/

/*Compare page 28-03-2019*/
.compare__page {
	display: block;
	width: 100%;
	overflow: hidden;
}
.compare__page__spec {
	display: none;
}
.compare__page__slider {
	width: 100%;
	margin-left: 0px;
	overflow: visible;
	padding-bottom: 40px;
}
.compare__page__slider__item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	            -ms-flex-direction: column;
	        flex-direction: column;
	-ms-align-items: flex-start;
	        -webkit-box-align: start;
	            -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	max-width: 190px;
	height: auto;
}
.compare__page__slider__item__remove {
	display: block;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	border-radius: 6px 6px 0px 0px;
	background-color: #F7F7F7;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #1DACE4;
}
.compare__page__slider__item__image {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	height: 90px;
	position: relative;
	border-radius: 0px 0px 6px 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.compare__page__slider__item__image .catalog__item__rate {
	position: absolute;
	z-index: 5;
	left: 15px;
	bottom: 15px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.compare__page__slider__item__title {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.compare__page__slider__item__link {
	display: block;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.compare__page__slider__item__link:hover {
	background-color: #fff;
	text-decoration: none;
}
.compare__page__slider__item__cell {
	width: 100%;
	border-top: 1px solid #C4C4C4;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.compare__page__slider__item__cell .title {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	color: #C4C4C4;
}
.compare__page__slider .compare__page__slider__scroll.swiper-scrollbar {
	width: 100%;
	left: 0px;
	bottom: 10px;
	background-color: #C4C4C4;
	border-radius: 6px;
	cursor: pointer;
}
.compare__page__slider__scroll .swiper-scrollbar-drag {
	top: -4px;
	height: 12px;
	border-radius: 30px;
	border: 2px solid #FFFFFF;
	background-color: #1DACE4;
	-webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
	        box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
}
.back__link {
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.back__link:hover {
	background-color: #1DACE4;
	border-color: #1DACE4;
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 1299px) {
	.compare__page {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-end;
		        -webkit-box-align: end;
		            -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 30px;
	}
	.compare__page__spec {
		display: block;
		width: 100%;
		max-width: 190px;
		margin-bottom: 40px;
	}
	.compare__page__slider {
		width: calc(100% - 190px);
		overflow: hidden;
	}
	.compare__page__spec__title {
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		color: #000;
	}
	.compare__page__spec__el {
		width: 100%;
		margin: 0!important;
		border-top: 1px solid #C4C4C4;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 16px;
		color: #333;
	}
	/*.compare__page__spec__el:nth-child(7) {
		min-height: 73px;
	}*/
	.compare__page__slider__item__cell .title {
		display: none;
	}
	.back__link.compare-page {
		margin: 0;
		margin-left: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
/*Compare page 28-03-2019 END*/

/*Catalog card 29-03-2019*/
.catalog__image {
	width: 100%;
	margin-bottom: 40px;
}
.catalog__image__slider {
	width: 100%;
}
.catalog__image__slider__item {
	width: 65px;
	height: 65px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__image__slider__item.swiper-slide-thumb-active {
	opacity: 1;
}
.catalog__image__slider.overnumbered {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.catalog__image__slider__btn {
	display: none;
	width: 30px;
	height: 65px;
	position: absolute;
	z-index: 10;
	background-color: #34495E;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.catalog__image__slider.overnumbered .catalog__image__slider__btn {
	display: block;
}
.catalog__image__slider__btn::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
}
.catalog__image__slider__btn.prev {
	left: 0;
}
.catalog__image__slider__btn.prev::before {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.catalog__image__slider__btn.next {
	right: 0;
}
.catalog__image__slider__btn.next::before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog__product__info__rate {
	width: 100%;
	margin-bottom: 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__product__info__rate .catalog__item__rate {
	width: auto;
	margin: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-right: 20px;
}
.catalog__product__info__reviews {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #1DACE4;
}
.catalog__product__info__image {
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}
.catalog__product__info .catalog__product__info__image img {
	border-radius: 6px;
	min-height: 5rem;
	position: relative;
	z-index: 25;
	transition: -webkit-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.catalog__product__info__availability {
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__product__question {
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #1DACE4;
}
.catalog__product__question::before {
	content: '?';
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.catalog__product__question__popup {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: auto;
	border: 2px solid #C4C4C4;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0s, all 0.3s linear;
	transition: visibility 0s linear 0s, all 0.3s linear;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.catalog__product__question__popup::before {
	content: '';
	position: absolute;
	top: -9px;
  left: 28px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #C4C4C4;
	border-right: 2px solid #C4C4C4;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.catalog__product__question__popup.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.catalog__product__question__popup.availability {
	width: 250px;
	top: 30px;
	left: -30px;
}
.catalog__product__question__popup__close {
	position: absolute;
	z-index: 15;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.catalog__product__question__popup__close::before,
.catalog__product__question__popup__close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #AFAFAF;
	top: 50%;
	left: 50%;
}
.catalog__product__question__popup__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.catalog__product__question__popup__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog__product__info__availability__row {
	width: 100%;
	margin-bottom: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.catalog__product__info__availability__row:last-child {
	margin-bottom: 0;
}
.catalog-availability-wrap {
	min-width: 50px;
	line-height: 0;
}
.catalog__product__info__availability__text {
	width: calc(100% - 65px);
	margin-left: auto;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
.catalog__product__info__availability .catalog-list-item__availability {
	position: static;
	width: calc( var(--availability__width) * var(--availability__number) + var(--availability__gap) * (var(--availability__number) - 1) + .125rem );
	height: 6px;
	background: repeating-linear-gradient(to right,
			var(--availability__color) 0,
			var(--availability__color) var(--availability__width),
			transparent var(--availability__width),
			transparent calc(var(--availability__width) + var(--availability__gap))
	);
}
.catalog__product__info__availability .catalog-list-item__availability.catalog-availability--x5 {
	--availability__color: #93BF3D;
}
.catalog__product__info__price {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.catalog__product__info__price .price {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 15px;
	font-size: 26px;
	line-height: 30px;
	color: #34495E;
	font-weight: 500;
}
.catalog__product__info__buttons {
	width: 100%;
	margin-bottom: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.to-shop {
	display: none;
}
.catalog__product__info__buttons .show {
	margin-right: 10px;
	max-width: 140px;
}
.catalog__product__tabs {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.catalog__product__tabs__list {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}
.catalog__product__tabs__list__item {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 30px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #34495E;
	cursor: pointer;
}
.catalog__product__tabs__list__item::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 2px solid #34495E;
	border-bottom: 2px solid #34495E;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.catalog__product__tabs__list__item.active::before {
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
/*.catalog__product__tabs__content__item:not(:first-child) {
	display: none;
}*/

.main-logo {
	width: 96px;
	height: 96px;
}

.main-logo img {
	width: 100%;
	height: 100%;
}


.catalog__product__tabs__content__item {
	height: auto;
	overflow: hidden;
	max-height: 0px;
}





.catalog__product__tabs__content__item.description {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.catalog__product__tabs__content__item.active {
	height: 100%;
	max-height: 100%;
	overflow: visible;
}

.specifications__table {
	width: 100%;
	padding-top: 20px;
}
.specifications__table__row {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	        -webkit-box-align: start;
	            -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C4C4C4;
}

.specifications__table__row:last-child {
	border-bottom: none;
}
.specifications__table__name {
	margin-right: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #AFAFAF;
}
.specifications__table__value {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.specifications__table__value .catalog__product__question {
	position: absolute;
	top: 17px;
	right: 20px;
}
.catalog__product__question__popup.specifications {
	z-index: 20;
	width: 260px;
	left: auto;
	right: -29px;
	top: 27px;
}
.catalog__product__question__popup.specifications::before {
	left: auto;
	right: 28px;
}
.catalog__product__stores {
	width: 100%;
	margin-bottom: 40px;
}
.catalog__product__stores__title,
.catalog__product__need__title {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 30px;
}
.catalog__product__stores__tabs__list {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__product__stores__tabs__list__item {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 145px;
	border-radius: 6px 6px 0px 0px;
	border: 1px solid #F7F7F7;
	background-color: #F7F7F7;
	padding-top: 14px;
	padding-bottom: 16px;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	color: #34495E;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*.show {
	height: 700px;
    overflow: hidden;
    max-height: 0px;
}*/
.catalog__product__stores__tabs__list__item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: transparent;
	bottom: -2px;
	left: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__product__stores__tabs__list__item.active::before {
	background-color: #fff;
}
.catalog__product__stores__tabs__list__item:not(:first-child) {
	left: -10px;
}
.catalog__product__stores__tabs__list__item.active {
	z-index: 10;
	background-color: #fff;
	border-color: #C4C4C4;
	border-bottom-color: transparent;
}
.catalog__product__stores__tabs__content {
	border: 1px solid #C4C4C4;
	background-color: #fff;
/*	padding: 20px;*/
}
.catalog__product__stores__tabs__content__item:not(:first-child) {
	display: none;
}
.catalog__product__stores__tabs__content__item * {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.catalog__product__stores__tabs__content__item.active * {
	opacity: 1;
}
.catalog__product__stores__list__item {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C4C4C4;
}
.catalog__product__stores__list__item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom-color: transparent;
}
.catalog__product__stores__list__item .name {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.catalog__product__stores__list__item .adress {
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #AFAFAF;
}
.catalog__product__stores__list__item .link {
	display: block;
	width: 100%;
	max-width: 200px;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__product__stores__list__item .link:hover {
	text-decoration: none;
	background-color: #fff;
	color: #1DACE4;
}
.catalog__product__need {
	width: 100%;
}
.catalog__product__calculator {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.catalog__product__calculator__form__column {
	width: 100%;
	margin-bottom: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	        -webkit-box-align: start;
	            -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__product__calculator__form__row {
	width: 100%;
}
.catalog__product__calculator__form__row.text {
	max-width: 210px;
	margin-right: 10px;
}
.catalog__product__calculator__form__row.text:last-child {
	margin-right: 0;
}
.catalog__product__calculator__label.text {
	display: block;
	width: 100%;
	min-height: 40px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
.catalog__product__calculator__form__input {
	display: block;
	width: 100%;
	border: 1px solid #C4C4C4;
	outline: none;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #AFAFAF;
	-webkit-transition: border-color 0.35s linear;
	transition: border-color 0.35s linear;
}
.catalog__product__calculator__form__input:focus {
	border-color: #1DACE4;
}
.catalog__product__calculator__form__input + span {
	display: none;
}
.catalog__product__calculator__form__input.radio {
	display: none;
}
.catalog__product__calculator__form__row.radio {
	width: auto;
	margin-right: 20px;
}
.catalog__product__calculator__label.svg {
	display: block;
	width: 65px;
	line-height: 0;
	border: 2px solid #C4C4C4;
	border-radius: 6px;
	-webkit-transition: border-color 0.35s linear;
	transition: border-color 0.35s linear;
}
.catalog__product__calculator__label.svg svg {
	width: 100%;
	height: 100%;
}
.catalog__product__calculator__label.svg rect,
.catalog__product__calculator__label.svg path {
	-webkit-transition: stroke 0.3s linear;
	transition: stroke 0.3s linear;
}
.catalog__product__calculator__form__input.radio:checked + .catalog__product__calculator__label.svg {
	border-color: #1DACE4;
}
.catalog__product__calculator__form__input.radio:checked + .catalog__product__calculator__label.svg rect,
.catalog__product__calculator__form__input.radio:checked + .catalog__product__calculator__label.svg path {
	stroke: #1DACE4;
}
.catalog__product__calculator__form__column .output__field {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 75px;
	        flex: 1 1 75px;
}
.catalog__product__calculator__form__column.radio {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 15px;
}
.catalog__product__calculator__form__column.radio:last-of-type {
	margin-right: 0px;
}
.output__field .output__field__title,
.output__field .output__field__total {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.output__field .output__field__total {
	font-weight: bold;
	margin-bottom: 0;
}
.catalog__product__calculator__form__result__info {
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.catalog__product__calculator__form__submit {
	display: block;
	width: 100%;
	max-width: 225px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__product__calculator__form__submit:hover {
	background-color: #fff;
	color: #1DACE4;
}

.underlay {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.5);
	cursor: pointer;
}
.card__popup {
	display: none;
	position: fixed;
	z-index: 1001;
	width: 100%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.card__popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.card__popup__close::before,
.card__popup__close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #AFAFAF;
	top: 50%;
	left: 50%;
}
.card__popup__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.card__popup__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.card__popup__info {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.card__popup__info .mail {
	color: #1DACE4;
}
.card__popup__form__row {
	width: 100%;
	margin-bottom: 15px;
}
.card__popup__form__label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.card__popup__form__input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #AFAFAF;
}
.card__popup__form__submit,
.card__popup__form__close {
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.card__popup__form__submit:hover,
.card__popup__form__close:hover {
	background-color: #fff;
	color: #1DACE4;
}

.catalog__product__reviews {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.catalog__product__reviews__form {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
/*	border-bottom: 1px solid #C4C4C4;*/
}
.catalog__product__reviews__title {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
}
.catalog__product__reviews__info {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #7A7A7A;
	padding-top: 30px;
	border-top: 1px solid #C4C4C4;
}
.stars__rate__wrap {
	width: 100%;
	max-width: 180px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 15px;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: reverse;
	            -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.stars__rate__wrap span {
	margin-right: 10px;
}
.stars__rate__wrap label {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0;
	margin-right: 5px;
}
.stars__rate__wrap label path {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.stars__rate__wrap input[type="radio"] {
	display: none;
}
.stars__rate__wrap > input:checked ~ label path,
.stars__rate__wrap > input + label:hover ~ label path,
.stars__rate__wrap > input + label:hover path {
  fill: #FFE604;
}
.stars__rate__wrap:hover > input + label path {
  fill: #e5e5e5;
}
.stars__rate__wrap:hover > input + label:hover ~ label path,
.stars__rate__wrap:hover > input + label:hover path {
  fill: #FFE604;
}
.catalog__product__reviews__form__row {
	width: 100%;
	margin-bottom: 20px;
}
.catalog__product__reviews__form__label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.catalog__product__reviews__form__input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #AFAFAF;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__product__reviews__form__input.textarea {
	min-height: 100px;
}
.catalog__product__reviews__form__submit {
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.catalog__product__reviews__more__less {
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.catalog__product__reviews__more__less.covered {
	display: none;
}

.catalog__product__reviews__form__submit:hover {
	background-color: #fff;
	color: #1DACE4;
}
.catalog__product__reviews__list {
	width: 100%;
}
.catalog__product__reviews__item {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	padding: 20px;
}
.catalog__product__reviews__item.admin {
	max-width: 97%;
	margin-left: auto;
	border: 2px solid #1DACE4;
}

.catalog__product__reviews__item.covered {
	display: none;
}

.catalog__product__reviews__item__info {
	width: 100%;
	margin-bottom: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	        -webkit-box-align: start;
	            -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__product__reviews__item__info .name {
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 16px;
	color: #34495E;
	font-weight: 500;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.catalog__product__reviews__item__info .rate {
	width: 100%;
	margin-top: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.catalog__product__reviews__item__info .catalog__item__rate {
	width: auto;
	margin-left: 10px;
}
.catalog__product__reviews__item__info .date {
	display: block;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	color: #7A7A7A;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.catalog__product__reviews__more,
.catalog__product__interior__more {
	display: block;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	border: 1px solid #1DACE4;
	background-color: #1DACE4;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__product__reviews__more:hover,
.catalog__product__interior__more:hover {
	background-color: #fff;
	color: #1DACE4;
	text-decoration: none;
}

.catalog__product__interior {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.catalog__product__interior__slider {
	width: 100%;
	margin-bottom: 50px;
}
.catalog__product__interior__slide {
	width: 100%;
	max-width: 260px;
	margin-right: 20px;
}
.catalog__product__interior__slide__image {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 6px;
}
.catalog__product__interior__slide__title {
	display: block;
	width: 100%;
	margin: 0!important;
	margin-bottom: 20px!important;
	padding-left: 20px;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	color: #34495E;
}
.catalog__product__interior__slide__link {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0;
	margin-left: 20px;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	background-color: #F7F7F7;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catalog__product__interior__slide__link:hover {
	text-decoration: none;
	background-color: #fff;
}

.catalog-list-item__badges .badge {
	z-index: 26;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.catalog__search__list .badge--flag::before {
	right: 0;
    border-left: .75rem solid transparent;
}

.catalog__search__list .badge--flag::after {
	left: 0;
    border-right: .75rem solid transparent;
}

.catalog__search__list  .badge--flag::before, .badge--flag::after {
	content: '';
    position: absolute;
    bottom: -.25rem;
    width: 0;
    height: 0;
    border-top: .25rem solid #1dace4;
}

.catalog__search__list .badge-sale::before {
	right: 0;
    border-left: .75rem solid transparent;
}

.catalog__search__list .badge-sale::after {
	left: 0;
    border-right: .75rem solid transparent;
}

.catalog__search__list  .badge-sale::before, .badge-sale::after {
	content: '';
    position: absolute;
    bottom: -.25rem;
    width: 0;
    height: 0;
    border-top: .25rem solid #FF595A;
}

.catalog__search__list .badge:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
    margin-right: 0;
    height: 25px;
    width: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1dace4;
    color: white;
}

.catalog__search__list .badge-sale:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
    margin-right: 0;
    height: 25px;
    width: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FF595A;
    color: white;
}

.catalog__search__list .badge-green {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
    margin-right: 0;
    height: 25px;
    width: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #93BF3D;
    color: white;
}

.catalog__search__list .badge-green:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
    margin-right: 0;
    height: 25px;
    width: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #93BF3D;
    color: white;
}


.catalog__search__list .badge-green::before, .catalog__item .badge-green::after {
	border-top-color: #93BF3D;
}

.catalog__item .badge-green::before, .catalog__item .badge-green::after {
	border-top-color: #93BF3D;
}

.catalog__product__info__image:hover .badge {
	-webkit-transform: translateY(-150%);
	        transform: translateY(-150%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (min-width: 768px) {
	.catalog__product__calculator__form  {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__product__calculator__form__column:not(.full) {
		width: auto;
		-moz-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-align-items: flex-start;
		-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-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.catalog__product__calculator__form__column.result:not(.full) {
		padding: 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 6px;
		background: #F2F2F2;
		border: 2px solid #C4C4C4;
	}
	.catalog__product__calculator__form__column:nth-child(3) {
		margin-left: auto;
	}
	.catalog__product__calculator__form__row.text {
		max-width: 235px;
		margin-bottom: 20px;
		margin-right: 75px;
	}
	.catalog__product__calculator__form__row.radio {
		max-width: 115px;
		margin-bottom: 20px;
	}
	.catalog__product__calculator__form__column.result .output__field {
		min-width: 200px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin-bottom: 5px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		width: 100%;
	}
	.catalog__product__calculator__form__column .output__field:last-child {
		margin-bottom: 0;
	}
	.output__field .output__field__title {
		margin-right: 30px;
	}
}
@media screen and (min-width: 1024px) {
	.catalog__product {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__image {
		max-width: 445px;
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__image__big {
		max-width: 380px;
		margin: 0;
	}
	.catalog__image__slider {
		max-width: 65px;
		max-height: 343px;
	}
	.catalog__image__big__slide {
		height: 343px;
	}
	.catalog__image__slider.overnumbered {
		position: relative;
		padding: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.catalog__image__slider__btn {
		width: 100%;
		height: 30px;
		-webkit-transform: none;
		transform: none;
	}
	.catalog__image__slider__btn.prev {
		top: 0;
		left: 0;
	}
	.catalog__image__slider__btn.prev::before {
		top: 60%;
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
	}
	.catalog__image__slider__btn.next {
		right: auto;
		top: auto;
		left: 0;
		bottom: 0;
	}
	.catalog__image__slider__btn.next::before {
		top: 40%;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.catalog__product__info {
		width: calc(100% - 475px);
	}
	.catalog__product__question__popup.availability {
		width: 320px;
	}
	.catalog__product__info__buttons .catalog__item__button {
		max-width: 160px;
	}
	.catalog__product__info__buttons .show {
		margin-right: 30px;
	}
	.catalog__product__tabs__list {
		width: 100%;
		min-height: 36px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__product__tabs__list__item {
		width: auto;
		margin: 0;
		margin-right: 30px;
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 2px;
		border-bottom: 1px dashed #34495E;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.catalog__product__tabs__list__item:hover {
		border-bottom-color: transparent;
	}
	.catalog__product__tabs__list__item::before {
		display: none;
	}
	.catalog__product__tabs__list__item.active {
		border-radius: 6px;
		padding: 6px 15px;
		background-color: #F2F2F2;
		border-bottom: none;
		color: #1DACE4;
	}
	.catalog__product__stores__tabs__list__item {
		max-width: 200px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
	}
	.catalog__product__stores__list__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__product__stores__tabs__content {
		padding: 30px;
	}
	.catalog__product__stores__list__item .name {
		max-width: 140px;
		font-weight: 500;
		margin-bottom: 0;
	}
	.catalog__product__stores__list__item .adress {
		max-width: 310px;
		margin-bottom: 0;
		color: #333;
	}
	.catalog__product__need__list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		        -webkit-box-align: start;
		            -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.specifications__table__row {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.specifications__table__name {
		-ms-flex-preferred-size: 275px;
		    flex-basis: 275px;
	}
	.specifications__table__value {
		width: calc(100% - 300px);
	}
	.specifications__table__value .catalog__product__question {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}
	.card__popup {
		max-width: 460px;
		padding: 30px 32px;
	}
	.catalog__product__reviews__form__row.half {
		display: inline-block;
		vertical-align: middle;
		max-width: 47%;
	}
	.catalog__product__reviews__form__row.half:nth-child(2) {
		margin-right: 30px;
	}
	.catalog__product__reviews__form__submit {
/*		margin-left: auto;*/
		margin: 0 auto;
	}
	.catalog__product__reviews__item__info {
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.catalog__product__reviews__item__info .rate {
		width: auto;
		margin-top: 0;
		margin-left: auto;
		margin-right: 30px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.catalog__product__interior__wrap {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		        -webkit-box-align: center;
		            -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog__product__interior__slide {
		max-width: 400px;
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.catalog__product__need__list {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.catalog__product__need__list .catalog__item:not(:nth-child(even)) {
		margin-right: 25px;
	}
	.catalog__product__calculator__form__row.text {
		margin-right: 135px;
	}
	.catalog__product__calculator__label.text {
		min-height: auto;
		margin-bottom: 20px;
	}
	.catalog__product__calculator__form__input {
		max-width: 165px;
		display: inline-block;
		vertical-align: middle;
	}
	.catalog__product__calculator__form__input + span {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
	}
	.catalog__product__calculator__form__result__info {
		width: calc(100% - 245px);
		margin-right: 35px;
	}
	.catalog__product__calculator__form__submit {
		max-width: 210px;
	}
	.catalog__product__interior__wrap {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.catalog__product__interior__slide {
		margin-right: 0;
	}
	.catalog__product__interior__slide:nth-child(odd) {
		margin-right: 25px;
	}
}
/*Catalog card 29-03-2019 END*/

/*Compare link*/
.compare__link {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 50;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #C4C4C4;
	background-color: #F7F7F7;
	background-image: url('/local/templates/finefloor2018_11_03_19/src/images/compared.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	font-size: 0px;
}
.compare__link .num {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 15;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1DACE4;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 1024px) {
	.compare__link {
		bottom: auto;
		left: auto;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		max-width: 135px;
		border-radius: 6px;
		background-position: 15px center;
		padding-left: 25px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 14px;
		line-height: 16px;
		color: #333;
		text-align: center;
	}
}
/*Compare link END*/

.inactiv {
	display: none;
}
.header-panel__phone .phone-conditions{
	font-size: 0.8rem;
}
.header-panel__phone .worktime {
    font-size: 10px;
}
.header-panel__phone .phone__number {
			color: inherit;
	    font-weight: bold;
	    font-size: 1rem;
	    line-height: 1.5rem;
}


.navholder{
	position: relative;
}
.navholder .topline{
	position: relative;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.navholder .tagholder{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.navholder .tagholder .tag{
	margin-right: 35px;
}
.navholder .tag{
	margin-bottom: 15px;
	text-decoration: none;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #fff;
	/* height: 32px; */
	line-height: 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navholder a.tag:focus,
.navholder a.tag:hover{
	opacity: 0.7;
	text-decoration: none;
}
.navholder .tag span{
	position: relative;
	z-index: 1;
	align-items: center;
	display: flex;
}

.navholder .tag:before,
.navholder .tag:after{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 50%;
	position: absolute;
	width: 50px;
	background: inherit;
	content: '';
	left: -10px;
	z-index: 0;
}

.navholder .tag:before{
	top: 0;
	-webkit-transform: skewX(-35deg);
	        transform: skewX(-35deg);
}

.navholder .tag:after{
	bottom: 0;
	-webkit-transform: skewX(35deg);
	        transform: skewX(35deg);
}


.navholder .tagholder span.tag{
	background: transparent;
	margin-right: 10px;
	color: #93BF3D;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.navholder .tagholder a.tag{
	/* font-weight: 700; */
	background: #93BF3D;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 14px;
	padding: 10px;
	height: 54px;
	padding-right: 20px;
}


.blogholder{
	position: relative;
}
.blogholder .topline{
	position: relative;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (min-width: 1200px){
	.blogholder .topline{
		-webkit-transform: translateY(-0.75em);
		        transform: translateY(-0.75em);
		bottom: 100%;
		width: 100%;
		position: absolute;	
	}
}
.blogholder .tagholder{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blogholder .tagholder .tag{
	margin-right: 35px;
}
.blogholder .tag{
	text-decoration: none;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	color: #fff;
	height: 32px;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;	
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogholder a.tag:focus,
.blogholder a.tag:hover{
	opacity: 0.7;
	text-decoration: none;
}
.blogholder .tag span{
	position: relative;
	z-index: 1;
}

.blogholder .tag.case{
	background: #34495e;
}

.blogholder .tag.tile{
	background: #1DACE4;
}

.blogholder .tag.design{
	background: #93BF3D;
}

.blogholder .tag:before,
.blogholder .tag:after{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 50%;
	position: absolute;
	width: 50px;
	background: inherit;
	content: '';
	left: -10px;
	z-index: 0;
}

.blogholder .tag:before{
	top: 0;
	-webkit-transform: skewX(-35deg);
	        transform: skewX(-35deg);
}

.blogholder .tag:after{
	bottom: 0;
	-webkit-transform: skewX(35deg);
	        transform: skewX(35deg);
}

.blogholder .catholder{
	-webkit-box-shadow: 6px 12px 11px rgba(0, 0, 0, 0);
	        box-shadow: 6px 12px 11px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 262px;
	        flex: 0 0 262px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


.blogholder .catholder.opened{
	-webkit-box-shadow: 6px 12px 11px rgba(0, 0, 0, 0.202);
	        box-shadow: 6px 12px 11px rgba(0, 0, 0, 0.202);
}
.blogholder .catholder .cats{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
  }
  
  .blogholder .catholder .pickeditem{
	border-radius: 4px;
	border: 1px solid #BDBDBD;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.7em;
	display: none;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	cursor: pointer;
	position: relative;
  }
  
.blogholder .catholder.opened .pickeditem{
	border-radius: 4px 4px 0 0;
	border: 1px solid #1DACE4;
	border-bottom-color: transparent;
}

  .blogholder .catholder .pickeditem:after{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 20px;
	top: 4px;
	content: '▼';
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
  }
  
  
.blogholder .catholder.opened .pickeditem:after{
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

  .blogholder .catholder .cats .catitem{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* height: 45px; */
	min-width: 120px;
	padding: 5px 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.7em;
	font-size: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: white;
	cursor: pointer;
	position: relative;
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
    margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	text-decoration: none;
  }
  
  .blogholder .catholder .cats .catitem:focus,
  .blogholder .catholder .cats .catitem:hover{
	background: #1DACE4;
	color: #fff;
	text-decoration: none;
  }
  

.blogholder .catholder{
    position: relative;
  }
  .blogholder .catholder .pickeditem{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .blogholder .catholder .cats{
    padding: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    overflow: hidden;
    height: auto;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 6px 12px 11px rgba(0, 0, 0, 0);
            box-shadow: 6px 12px 11px rgba(0, 0, 0, 0);
  }
  .blogholder .catholder.opened .cats{
	  max-height: 5000px;
	  
	  -webkit-box-shadow: 6px 12px 11px rgba(0, 0, 0, 0.202);
	  
	          box-shadow: 6px 12px 11px rgba(0, 0, 0, 0.202);
		border-radius: 0 0 4px 4px;
		border: 1px solid #1DACE4;
		border-top-color: transparent;
  }




.blogholder .pagination {
	grid-template-columns: 1fr auto;
}
.blogholder .pagination .button{
	line-height: 2.5rem;
	height: 2.5rem;
	padding: 0 2rem;
}
.blogholder .pagination .pagination__navs{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.blogholder .bloglist{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blogholder .bloglist .tileitem{
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin-bottom: 15px;
	position: relative;
    
}

.blogholder .bloglist .tileitem .blocklabel {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: absolute;
	top: 42px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.blogholder .bloglist .tileitem .blocklabel span{
	font-weight: 700;
	color: #fff;
	background: url(/local/templates/finefloor2018_11_03_19/src/images/bookmark-star.svg) left center no-repeat;
	font-size: 20px;
	padding-left: 28px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.blogholder .bloglist .tileitem .blocklabel a{
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: #93BF3D;
	font-size: 20px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 30px;
	margin-left: 30px;
}

.blogholder .bloglist a.matitem{
	position: relative;
	border: 1px solid #BDBDBD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 6px 12px 11px rgba(0, 0, 0, 0);
	        box-shadow: 6px 12px 11px rgba(0, 0, 0, 0);
}
.blogholder .bloglist a.matitem:focus,
.blogholder .bloglist a.matitem:hover{
	text-decoration: none;
	-webkit-box-shadow: 6px 12px 11px rgba(0, 0, 0, 0.202);
	        box-shadow: 6px 12px 11px rgba(0, 0, 0, 0.202);
}

.blogholder .bloglist a.matitem .tag{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 18px;
	-webkit-box-shadow: -5px 4px 11px rgba(0, 0, 0, 0.49);
	        box-shadow: -5px 4px 11px rgba(0, 0, 0, 0.49);
}
.blogholder .bloglist a.matitem .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.blogholder .bloglist a.matitem .prevcontent{
	padding: 30px 20px;
	position: relative;
	z-index: 4;
	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: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-radius: 0 0 5px 5px;
}
.blogholder .bloglist a.matitem .prevcontent .caption{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	color: #34495E;
	font-size: 20px;
	margin-top: 15px;
}
.blogholder .bloglist a.matitem .prevcontent .date{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #9C9C9C;
	font-size: 20px;
}

.blogholder .bloglist.main .tileitem .swiper-container{
	width: 100%;
      height: 100%;
}

.blogholder .bloglist.main .tileitem .swiper-container-horizontal>.swiper-pagination-bullets{
	text-align: left;
	bottom: 37px;
	padding-left: 30px;
	position: absolute;
}

.blogholder .bloglist.main .tileitem .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogholder .bloglist.main .tileitem .swiper-button-next{
	right: 35px;
}
.blogholder .bloglist.main .tileitem .swiper-button-prev{
	left: auto;
	right: 80px;
} 
.blogholder .bloglist.main .tileitem .swiper-button-prev, 
.blogholder .bloglist.main .tileitem .swiper-button-next{
	z-index: 11;
	top: auto;
	bottom: 30px;
	background-image: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 34px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogholder .bloglist.main .tileitem.video  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #93BF3D;
}
.blogholder .bloglist.main .tileitem.video  .swiper-button-prev, .blogholder .bloglist.main .tileitem.video .swiper-button-next{
	color: #93BF3D;
}
.blogholder .bloglist.main .tileitem .swiper-slide{
	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;
}

.blogholder .bloglist.main .tileitem.popular{
	padding-top: 21px;
	padding-bottom: 38px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}


.blogholder .bloglist.main .tileitem.popular:before,
.blogholder .bloglist.main .tileitem.popular:after{
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	background: #F0F0F0;
}

.blogholder .bloglist.main .tileitem.popular:before{
	width: calc(100% - 58px);
	right: 0;
	border-radius: 4px 0 0 4px;
}

.blogholder .bloglist.main .tileitem.popular:after{
	width: 5000px;
	left: 100%;
}

.blogholder .bloglist.main a.matitem.tileitem.videoitem{
	margin-bottom: 0;
}

.blogholder .bloglist.main .swiper-slide a.matitem.tileitem.videoitem .prevcontent{
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.blogholder .bloglist.main a.matitem.tileitem.videoitem .prevcontent .caption{
	text-align: center;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 80px;
	position: relative;
}

.blogholder .bloglist.main a.matitem.tileitem.videoitem .prevcontent .caption:before{
	position: absolute;
	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 5px;
	content: '►';
	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%;
	background: #93BF3D;
	color: #fff;
	font-size: 20px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}	

.blogholder .bloglist.main .tileitem.video .swiper-slide{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.article{
	position: relative;
	padding-top: 20px;
}

.article:after{
	content: '';
	width: 100%;
	display: block;
	clear: both;
}

.article .img-box{
	position: relative;
}

.article p{
	font-size: 16px;
	line-height: 1.4em;
}

.article li{
	margin-bottom: 0.5em;
}
.article li:last-child{
	margin-bottom: 0;
}

.article ul{
	padding-left: 0;
}
.article ul li{
	padding-left: 1.5em;
}

.article ul li:before{
	margin-left: -1.5rem;
	position: absolute;
}

.article ol {
	counter-reset: list;
	padding-left: 0;
}
.article ol li{
	list-style: none;
	position: relative;
	padding-left: 2.5em;
}
.article ol li:before{
	position: absolute;
	left: 0;
	color: #93BF3D;
	counter-increment: list;
	content: '0'counter(list);
	
}



.article p.attention{
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background-color: #93BF3D;
	border-radius: 0 4px 4px 0;
}
.article p.attention:before{
	top: 0;
	content: '';
	height: 100%;
	width: 5000px;
	right: 100%;
	position: absolute;
	background-color: inherit;	
}
.article .img-box p{
	margin-bottom: 0;
	color: #AFAFAF;
	position: absolute;
	background: rgba(243, 243, 243, 0.868);
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
}

.article blockquote{
	margin-left: 0;
	font-weight: 700;
	font-style: italic;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 3px solid #93BF3D;
	border-right: none;
	border-left: none;
}
.blockcaption{
	font-weight: 500;
	font-size: 25px;
	color: #34495E;
}
.aftermat{
	margin-bottom: 50px;
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.aftermat .disclamer{
	font-size: 16px;
	color: #AFAFAF;
}

.aftermat .sharebox .main__share .ya-share2__link.ya-share2__link_more:before{
	color: #93BF3D;
	font-weight: 700;
	margin-right: 15px;
	font-size: 16px;
	content: 'Поделиться';
}
.aftermat .sharebox{
	margin-right: 36px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 12px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 262px;
	        flex: 0 0 262px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #F2F2F2;
}
.lastbox{
	margin-top: 60px;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lastbox:before{
	content: '';
	width: 106px;
}
.lastbox .button{
	margin-bottom: 20px;
	margin-top: 20px;
	min-width: 150px;
}
.lastbox .vkbox a{
	padding: 12px 6px!important;
}

@media screen and (min-width: 1200px){

	.article{
		padding-top: 40px;
	}
	
	.article blockquote{
		max-width: 540px;
		float: right;
		margin-left: 75px;
		margin-bottom: 60px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.article .img-box{
		max-width: 545px;
		float: right;
		margin-left: 75px;
		margin-bottom: 60px;
	}
	p:first-of-type,
	.article blockquote:first-child,
	.article .img-box:first-child{
		margin-top: 0;
	}

	.blogholder .bloglist .tileitem{
		margin-right: calc(25% - 259px);
		margin-bottom: 30px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 263px;
		        flex: 0 0 263px;
		padding-top: 164px;
	}
	.blogholder .bloglist.main .tileitem{
		margin-bottom: 30px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 263px;
		        flex: 0 0 263px;
		margin-right: calc(50% - 535px);
		padding-top: 164px;
	}	
	.blogholder .bloglist a.matitem.tileitem .prevcontent{
		background-color: #fff;
	}
	.blogholder .bloglist a.matitem.tileitem .img{
		height: 164px;
		border-radius: 5px 5px 0 0;
	}
	.blogholder .bloglist .tileitem:nth-child(4),
	.blogholder .bloglist.main .tileitem:nth-child(5),
	.blogholder .bloglist.main .tileitem:nth-child(1),
	.blogholder .bloglist.main .tileitem:nth-child(3n + 9){
		margin-right: 0;
	}	

	.blogholder .bloglist.main .tileitem:nth-child(4){
		margin-right: calc(50% - 535px);
	}
	
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10n - 9),
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10n){
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 544px;
		        flex: 0 1 544px;
		padding-top: 164px;
	}


	.blogholder .bloglist.main .tileitem.video:nth-last-child(2){
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.blogholder .bloglist.main .tileitem.popular,
	.blogholder .bloglist.main .tileitem.video{
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 544px;
		        flex: 0 1 544px;
		padding-top: 0;
		max-width: 544px;
	}


	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(1) .prevcontent,
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10) .prevcontent{
		background-color: transparent;
		padding: 35px 30px;
		max-width: 342px;
	}
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(1) .img,
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10) .img{
		height: 100%;
		border-radius: 5px;
	}
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(1):after,
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10):after{
		z-index: 1;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 60, 60, 0.68)), to(rgba(60, 60, 60, 0.68)));
		background: linear-gradient(0deg, rgba(60, 60, 60, 0.68), rgba(60, 60, 60, 0.68));
		position: absolute;
		border-radius: 5px;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: '';
	}
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(1) .prevcontent .caption,
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10) .prevcontent .caption{
		color: #fff;
		font-size: 24px;
	}
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(1) .prevcontent .date,
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(10) .prevcontent .date{
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: 27px;
	}
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(1),
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(2),
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(3),
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(4),
	.blogholder .bloglist.main a.matitem.tileitem:nth-of-type(5){
		-webkit-box-ordinal-group: -1;
		    -ms-flex-order: -2;
		        order: -2;
	}
	.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem.videoitem{
		padding-top: 100px;
	}
	.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem.videoitem .prevcontent .caption{
		padding-top: 118px;
	}
	
	.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem.videoitem .prevcontent .caption:before{
		width: 88px;
		height: 88px;
		padding-left: 10px;
		font-size: 40px;
	}	
}

.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem{
	padding-bottom: 65px;
	padding-top: 65px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	opacity: 1;
}

.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem:hover,
.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem:focus{
	opacity: 0.8;
}


.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem .prevcontent .date{
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem .prevcontent .caption{
	font-size: 20px;
}

.blogholder .bloglist.main .tileitem .swiper-slide a.matitem.tileitem .prevcontent .caption:after{
	content: '►';
}

@media screen and (max-width: 1199px){
	.blogholder .bloglist  a.matitem.tileitem:after{
		z-index: 1;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 60, 60, 0.68)), to(rgba(60, 60, 60, 0.68)));
		background: linear-gradient(0deg, rgba(60, 60, 60, 0.68), rgba(60, 60, 60, 0.68));
		position: absolute;
		border-radius: 5px;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: '';
	}	
	.blogholder .bloglist  a.matitem.tileitem .prevcontent .caption{
		padding-top: 30px;
	}
	.blogholder .bloglist  a.matitem.tileitem .prevcontent .caption{
		color: #fff;
		font-size: 18px;
	}
	.blogholder .bloglist  a.matitem.tileitem .prevcontent .date{
		font-size: 14px;
	}
	.blogholder .bloglist a.matitem.tileitem:nth-of-type(1),
	.blogholder .bloglist a.matitem.tileitem:nth-of-type(2),
	.blogholder .bloglist a.matitem.tileitem:nth-of-type(3){
		-webkit-box-ordinal-group: -2;
		    -ms-flex-order: -3;
		        order: -3;
	}
	.blogholder .bloglist .tileitem .blocklabel{
		padding-left: 15px;
		padding-right: 15px;
	}
	.blogholder .bloglist .tileitem .blocklabel span{
		font-size: 16px;
	}
	.blogholder .bloglist .tileitem .blocklabel a{
		padding: 10px;
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	
	.blogholder .bloglist{
		margin-bottom: 30px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.blogholder .bloglist .tileitem{
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 49%;
		        flex: 0 1 49%;
	}
	.blogholder .bloglist .swiper-slide .tileitem{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
		
	.blogholder .bloglist.main .tileitem.popular,
	.blogholder .bloglist.main .tileitem.video{
		max-width: 49%;
	}
}
.blogpages{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

@media screen and (max-width: 1023px) {
	
	.blogpages .pagination {
		grid-template-columns: 3fr;
	}
	.blogpages .pagination .pagination__navs{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.blogholder .topline{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.blogholder .topline .tagholder,
	.blogholder .topline .catholder{
		margin-bottom: 15px;
	}
	.blogholder .topline .tagholder{
		padding-left: 15px;		
	}
	
}

@media screen and (max-width: 767px) {
	h1{
		line-height: 1.3em;
	}
	.lastbox{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.blogholder .tagholder .tag{
		margin-right: 25px;
	}
	.blogholder .tag span{
		font-size: 12px;
	}
	
	.blogholder .bloglist.main .tileitem.popular,
	.blogholder .bloglist.main .tileitem.video{
		max-width: 100%;
	}
	.blogholder .bloglist .tileitem .blocklabel span{
		font-size: 14px;
		padding-left: 18px;
		background-size: 14px;
	}
}

/*new-blog-end*/


@media screen and (min-width: 1025px) {
	.nfpage{
		background-image: url(/local/templates/finefloor2018_11_03_19/src/images/404bg.jpg);
	}
}
@media screen and (max-width: 1024px) and (min-width: 681px) {
	.nfpage{
		background-image: url(/local/templates/finefloor2018_11_03_19/src/images/404bgsmall.jpg);
	}
}
@media screen and (max-width: 680px) {
	.nfpage{
		background-image: url(/local/templates/finefloor2018_11_03_19/src/images/404bgmob.jpg);
	}
}

.nfpage{
	background-size: cover;
}
.nfpage .header{
	min-height: 130px;
}

.nfpage .page{
	background: none;
}
.nfpage .header__bg{
	display: none;
}
.nfpage .main{
	min-height: calc(100vh - 130px);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nfpage nav.container{
	display: none;
}
.nfpage .main__share{
	display: none;
}
.nfpage .errorcontainer{
	color: #fff;
	width: 90%;	
	max-width: 684px;
	margin: auto;
}
.nfpage .errorcontainer h1{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 24px;
}
.nfpage .errorcontainer .subhead{
	margin-bottom: 24px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}
.nfpage .errorcontainer .links{
	font-size: 16px;
	margin-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.nfpage .errorcontainer .links span{
	margin-right: 20px;
}
.nfpage .errorcontainer .links a{
	color: #fff;
	margin-right: 20px;
	text-decoration: underline;
}
.nfpage .errorcontainer .search-form{
	position: relative;
}
.nfpage .errorcontainer .search-input{
	width: 100%;
}
.nfpage .errorcontainer .search-submit{
	display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background-image: url(/local/templates/finefloor2018_11_03_19/src/images/search-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    font-size: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visbility 0s linear 0s, opacity 0.3s linear;
	transition: visbility 0s linear 0s, opacity 0.3s linear;
	position: absolute;
	z-index: 15;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
	.nfpage .errorcontainer{
		max-width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.nfpage .errorcontainer .links span,
	.nfpage .errorcontainer .links a{
		margin-right: 7px;
		font-size: 14px;
	}
}


/* НОВЫЙ FAQ */

.faq p:not(:last-child) {
  margin-bottom: 0;
}

.dialog {
  margin-bottom: 10px;
}

.category__header {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #34495E;
  position: relative;
  padding-top: 15px;
  margin-bottom: 35px;
  margin-top: 40px;
}

.category__header:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 3px;
  background-color: #93BF3D;
  top: 0;
}

.dialog__question {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #34495E;
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
  border: 1px solid #D5D9DD;
  box-sizing: border-box;
  border-radius: 2px;
  justify-content: space-between;
  padding: 15px 30px 15px 45px;
}

.dialog--opened .dialog__question {
  background-color: #1DACE4;
  color: #ffffff;
}

@media(max-width: 425px) {
  .dialog__question {
    padding-left: 20px;
  }
}

.dialog__check {
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: inline-block;
  border: 2px solid #34495E;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-left: 20px;
  position: relative;
  line-height: 20px;
}

.dialog--opened .dialog__check {
  border: 2px solid #ffffff;
  font-size: 0;
}

.dialog--opened .dialog__check:before {
  position: absolute;
  content: '-';
  left: 0;
  right: 0;
  font-size: 52px;
  margin: auto;
}

.dialog__answer {
  font-size: 16px;
  line-height: 19px;
  color: #7E93A7;
  padding: 0px 30px 0px 45px;
  margin-top: 20px;
  margin-bottom: 35px;
  display: none;
}

@media(max-width: 425px) {
 .dialog__answer {
    padding-left: 20px;
  }
}

.dialog--opened .dialog__answer {
  display: block;
}

.faq input[type="text"] {
  border: 0;
  border-bottom: 1px solid #34495E;
  border-radius: 0;
  padding: 0px;
}

.faq .searchbar__input {
  width: 40%;
}

@media(max-width: 768px) {
  .faq .searchbar__input {
    width: 100%;
  }
 }

.searchbar {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width: 768px) {
  .searchbar {
    flex-direction: column;
  }
 }

.filter {
  width: 60%;
  position: relative;
  display: flex;
  align-items: baseline;
}

@media(max-width: 768px) {
  .filter {
    width: 100%;
  }
 }

.filter__categories {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  flex-wrap: wrap;
  background: #FFFFFF;
  border: 1px solid #D5D9DD;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 35px 30px 30px 30px;
  z-index: 1; 
}

.filter--opened {
  display: flex;
}

.sub {
  width: 50%;
  min-height: 145px;
  padding-left: 65px;
  position: relative;
}

@media(max-width: 768px) {
  .sub {
    width: 100%;
    padding-bottom: 20px;
  }
}

.sub--icon1:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 45px;
  height: 32px;
  background-image: url('/local/templates/finefloor2018_11_03_19/dist/1.svg');
}

.sub--icon2:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 40px;
  height: 45px;
  background-image: url('/local/templates/finefloor2018_11_03_19/dist/2.svg');
}

.sub--icon3:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 42px;
  height: 42px;
  background-image: url('/local/templates/finefloor2018_11_03_19/dist/sprite.png');
}

.sub--icon4:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 38px;
  height: 38px;
  background-image: url('/local/templates/finefloor2018_11_03_19/dist/4.svg');
}

.sub__button {
  background-color: transparent;
  border: 0;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 20px;
  text-decoration-line: underline;
  color: #34495E;
}

.filter__header {
  border: 1px solid #34495E;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 325px;
  padding: 13px 40px 13px 15px;
  position: relative;
  margin-left: 30px;
}

@media(max-width: 768px) {
  .filter__header {
    margin-left: 0;
    max-width: 400px;
    margin-top: 30px;
  }
 }

.filter__header:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url('/local/templates/finefloor2018_11_03_19/dist/tri.svg');
}

.filter__close {
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent;
  border: none;
  right: 10px;
  top: 10px;
  padding: 0;
  cursor: pointer;
}

.filter__close:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0px;
  bottom: 14px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: rotate(-45deg);
}

.filter__close:before {
  position: absolute;
  content: '';
  right: 0;
  top: 15px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: rotate(45deg);
}

.not-found {
  display: none;
}

.faq-reset {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #B3B3B3;
  border-bottom: 2px dashed #B3B3B3;
  margin-left: 20px;
  cursor: pointer;
}

.element--hidden {
  display: none;
}

.element--visible {
  display: block;
}

.faq-contact {
  background: #1DACE4;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 10px;
  border: 0;
  cursor: pointer;
}
/* НОВЫЙ FAQ КОНЕЦ */



/* Модальное окно call  */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
  z-index: 30;
}

.overlay--visible {
	display: block;
}

.call {
max-width: 550px;
width: 100%;
position: absolute;
padding: 50px;
top: 25%;
left: 0;
right: 0;
margin: auto;
background-color: #ffffff;
z-index: 30;
}

.call-hidden {
  display: none;
}

.call__close {
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent;
  border: none;
  right: 10px;
  top: 10px;
  padding: 0;
  cursor: pointer;
}

.call__close:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0px;
  bottom: 14px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: rotate(-45deg);
}

.call__close:before {
  position: absolute;
  content: '';
  right: 0;
  top: 15px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: rotate(45deg);
}

.call .call__header {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #34495E;
  margin: 0;
  padding-bottom: 40px;
}

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

.call .call__text {
font-size: 16px;
line-height: 19px;
text-align: center;
color: #7E93A7;
}

.call__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.call__input {
  width: 49%;
  margin-bottom: 20px;
}

@media( max-width: 550px) {
.call__input {
	width: 100%;
	}
}

.call__area {
  width: 100%;
  margin-bottom: 20px;
  resize: none;
  min-height: 100px;
  padding-top: 10px;
}

.call-terms {
  width: 49%;
}

@media( max-width: 550px) {
	.call-terms {
		width: 100%;
		padding-bottom: 20px;
	}
}

.call p {
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  color: #34495E;
}

.call__button {
  width: 45%;
  background: #1DACE4;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  cursor: pointer;
}

@media( max-width: 550px) {
	.call__button {
		width: 70%;
		margin: 0 auto;
	}
}

.call__link {
  text-decoration: underline;
}

.call__thank {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.call__thank--vis {
  visibility: visible;
  opacity: 1;
}

.call__form {
  visibility: visible;
  opacity: 1;
}

.call__form--hid {
  visibility: hidden;
  opacity: 0;
}


/* Модальное окно call КОНЕЦ */

/* Примечание в карточке */

.catalog-info-gray {
    background: #F2F2F2;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
	padding: 20px;
	margin-bottom: 30px;
}

.catalog-info-gray span {
    font-weight: bold;
    font-size: 14px;
    color: #34495E;
	line-height: 16px;
	
}

.catalog-info-gray p {
    font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}

/* Примечание в карточке КОНЕЦ */


section.new-catalog-slider-section .catalog-slide-wpapper span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
	left: 30px;
	background: #34495ea3;
    padding: 5px 10px;
    border-radius: 10px;
}

section.new-catalog-slider-section h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #34495E;
}

section.new-catalog-slider-section .catalog-slide-wpapper a {
    display: block;
}

section.new-catalog-slider-section .catalog-slide-wpapper {
    max-width: 630px;
    width: 100%;
}



section.new-catalog-slider-section .new-main-container {
	max-width: 1454px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.new-catalog-swiper.swiper-container .swiper-slide {
    width: 630px;
}

.new-catalog-swiper.swiper-container .swiper-slide:hover {
    box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, .1);
}

.new-catalog-swiper.swiper-container .swiper-wrapper {
    padding-bottom: 20px;
}


.new-catalog-swiper.swiper-container .swiper-button-next, .new-catalog-swiper.swiper-container .swiper-button-prev {
    background-image: url(/local/templates/finefloor2018_11_03_19/src/images/new-main-slider-arrow.png);
    width: 50px;
    height: 60px;
    background-size: auto;
    top: 40%;
}

.new-catalog-swiper.swiper-container .swiper-button-next {
    right: 10px;
    left: auto;
}

.new-catalog-swiper.swiper-container .swiper-button-prev{
    left: 10px;
    right: auto;
	transform: rotate(180deg);
}

.new-catalog-swiper.swiper-container .swiper-button-next.swiper-button-disabled,.new-catalog-swiper.swiper-container .swiper-button-prev.swiper-button-disabled {
	display: none;
}

section.all-articles-new {
    margin: 70px auto;
}

section.all-articles-new .new-container-main {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

section.all-articles-new .title-and-button {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

section.all-articles-new .title-and-button h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #34495E;
}

section.all-articles-new .title-and-button a {
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 16px;
    max-width: 221px;
    width: 100%;
    display: block;
	text-align: center;
}

section.all-articles-new .each-article-block {
    max-width: 460px;
    width: 100%;
}

section.all-articles-new .each-article-block a{
    display: block;
}

section.all-articles-new .each-article-block:hover a{
    text-decoration: none;
}

section.all-articles-new .each-article-block:hover img{
    box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, .1);
}

section.all-articles-new .each-article-block img {
    width: 100%;
}

section.all-articles-new .each-article-block-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #34495E;
    margin-top: 20px;
}

section.all-articles-new  .swiper-slide {
    width: 32.4%;
}

section.finefloor-cover .new-container-main {
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto;
	justify-content: space-between;
	align-items: end;
	max-width: 1454px;
    width: 100%;
    padding: 0 15px;
}

.finefloor-cover-img {
    max-width: 34.2%;
    width: 100%;
}

.finefloor-cover-img img {
    width: 100%;
}

.finefloor-cover-text {
    max-width: 30.8%;
    width: 100%;
}

.finefloor-cover-text h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #34495E;
}

.finefloor-cover-text-bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}

.finefloor-cover-text-normal {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #34495E;
}

.finefloor-cover-info {
    max-width: 29.5%;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 34px 64px rgba(52, 73, 94, 0.1);
    border-radius: 4px;
    padding: 70px 43px;
}

.finefloor-cover-info-green-button {
    padding: 25px 30px;
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 270px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.finefloor-cover-info-blue-button {
    padding: 25px 30px;
    background: #93BF3D;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 270px;
    width: 100%;
    display: block;
}

.finefloor-cover-info .finefloor-cover-text-normal:before {
    content: '';
    border-top: 4px solid #93BF3D;
    width: 60px;
    height: 4px;
    position: absolute;
    top: -23px;
}

.finefloor-cover-info .finefloor-cover-text-normal {
    position: relative;
}
section.servises-blocks-info{
	margin-bottom: 70px;
}
section.servises-blocks-info .new-container-main {
    max-width: 1454px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    border-top: 2px solid #EEEEEF;
    box-sizing: border-box;
}

section.servises-blocks-info .new-container-main h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #34495E;
    margin-top: 70px;
    margin-bottom: 50px;
}

section.servises-blocks-info .servises-blocks-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.servises-blocks-info .each-block-info {
    max-width: 33%;
	position: relative;
	margin-bottom: 10px;
}

section.servises-blocks-info .each-block-info-text-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #34495E;
    margin-bottom: 30px;
}

section.servises-blocks-info .each-block-info-text-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #34495E;
    margin-bottom: 90px;
}

section.servises-blocks-info .each-block-info-text-button {
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 16px 30px;
    width: 220px;
    display: block;
}

.finefloor-cover-info-green-button:hover,
.finefloor-cover-info-blue-button:hover,
.each-block-info-text-button:hover,
section.all-articles-new .title-and-button a:hover,
section.new-main-reviews .title-and-button a:hover,
section.main-new-video-block .title-and-button a:hover{
	color: #fff;
    text-decoration: none;
    transform: scale(1.05);
	box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, .1);
}

section.servises-blocks-info .each-block-info img {
    width: 100%;
}

section.servises-blocks-info .each-block-info-text {
    position: absolute;
    top: 5%;
    max-width: 292px;
    left: 40px;
}

section.main-new-video-block {
    background: url(/local/templates/finefloor2018_11_03_19/src/images/main-new-video-block-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 70px;
	padding-bottom: 80px;
}

section.main-new-video-block .new-container-main,
section.new-main-reviews .new-container-main {
	max-width: 1454px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

section.main-new-video-block .title-and-button h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}

section.main-new-video-block .title-and-button a {
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 220px;
    width: 100%;
    display: block;
    padding: 16px;
	text-align: center;
	margin-right: 45px;
}

section.main-new-video-block .title-and-button {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 70px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

section.main-new-video-block  .each-video-block-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 20px;
}

section.main-new-video-block  .each-video-block a {
    display: block;
}

section.main-new-video-block  .each-video-block:hover img {
	box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, 1);
}

section.main-new-video-block  .each-video-block:hover a {
	text-decoration: none;
}

.video-blocks-wrapper.swiper-container .swiper-slide {
    width: 26%;
}

.video-blocks-wrapper.swiper-container .swiper-button-next, .video-blocks-wrapper.swiper-container .swiper-button-prev,
section.main-new-video-block .swiper-button-next, section.main-new-video-block .swiper-button-prev{
    background-image: url(/local/templates/finefloor2018_11_03_19/src/images/new-main-slider-arrow.png);
    width: 50px;
    height: 60px;
    background-size: auto;
    top: 40%;
}

.video-blocks-wrapper.swiper-container .swiper-button-next,
section.main-new-video-block .swiper-button-next {
	right: -50px;
    left: auto;
    top: 64%;
}

.video-blocks-wrapper.swiper-container .swiper-button-prev,
section.main-new-video-block .swiper-button-prev{
    left: -50px;
    right: auto;
    transform: rotate(180deg);
    top: 64%;
	
}
section.main-new-video-block  .swiper-button-next.swiper-button-disabled,section.main-new-video-block  .swiper-button-prev.swiper-button-disabled {
	display: none;
}


section.new-main-reviews .title-and-button {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

section.new-main-reviews .title-and-button h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #34495E;
}

section.new-main-reviews .title-and-button a {
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 16px;
    max-width: 221px;
    width: 100%;
    display: block;
	text-align: center;
	margin-right: 45px;
}


section.new-main-reviews {
    margin-bottom: 70px;
    padding-bottom: 80px;
}

section.new-main-reviews .swiper-slide {
    width: 20.5%;
    background: #FFFFFF;
    border: 1.622044px solid #EEEEEF;
    box-sizing: border-box;
	border-radius: 4px;
	height: initial;
	
}

section.new-main-reviews .each-reviews-block {
    padding: 30px;
}

section.new-main-reviews .video-each-reviews-block .each-reviews-block-author {
	padding: 27px 20px;
    margin-bottom: 0;
}

section.new-main-reviews .video-each-reviews-block img{
    height: 330px;
	width: 100%;
}

.each-reviews-block-video a {
    display: block;
    position: relative;
}

.each-reviews-block-video a:before {
	content: '';
	background: url(/local/templates/finefloor2018_11_03_19/src/images//test-video-otzyv-arrow.png);
	position: absolute;
	width: 130px;
	height: 130px;
	left: 30%;
	top: 32%;
	background-size: cover;
	background-repeat: no-repeat;
}

section.new-main-reviews .each-reviews-block-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

section.new-main-reviews .each-reviews-block-author-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #34495E;
}

section.new-main-reviews img.each-reviews-block-author-img {
	border-radius: 100px;
	width: 80px;
	height: 80px;
}

section.new-main-reviews .each-reviews-block-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #7E93A7;
}

section.new-main-reviews .each-reviews-block-title {
    font-weight: bold;
}

section.new-main-reviews .each-reviews-block-see-all {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #1DACE4;
    border-bottom: 1px dashed #1DACE4;
}

section.new-main-reviews .each-reviews-block-see-all:hover{
	border-bottom: 1px solid;
    text-decoration: none;
}

.reviews-blocks-wrapper.swiper-container .swiper-button-next, .reviews-blocks-wrapper.swiper-container .swiper-button-prev,
section.new-main-reviews .swiper-button-next, section.new-main-reviews .swiper-button-prev {
    background-image: url(/local/templates/finefloor2018_11_03_19/src/images/new-main-slider-arrow.png);
    width: 50px;
    height: 60px;
    background-size: auto;
    top: 40%;
}

.reviews-blocks-wrapper.swiper-container .swiper-button-next,
section.new-main-reviews .swiper-button-next {
	right: -50px;
    left: auto;
    top: 64%;
}

.reviews-blocks-wrapper.swiper-container .swiper-button-prev,
section.new-main-reviews .swiper-button-prev{
	left: -50px;
    right: auto;
    transform: rotate(180deg);
    top: 64%;
}

section.new-main-reviews .swiper-button-next.swiper-button-disabled,section.new-main-reviews .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.finefloor-cover-info-green-button,
.finefloor-cover-info-blue-button,
.each-block-info-text-button{
	position: relative;
}

.finefloor-cover-info-green-button:before,
.finefloor-cover-info-blue-button:before,
.each-block-info-text-button:before {
    content: '';
    width: 19px;
    height: 15px;
    position: absolute;
    top: 41%;
    background: url(/local/templates/finefloor2018_11_03_19/src/images/arrow-for-button-main.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 34px;
}

.each-block-info:hover{
	box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, .1);
}

section.structure h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
	color: #34495E;
	margin-bottom: 50px;

	max-width: 1454px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 15px;
}

section.structure {
	background: rgba(238, 238, 239, 0.5);
	padding: 70px 0 200px 0px;
}

.structure-each-layer span.numbers {
    width: 49px;
    height: 49px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: rgba(52, 73, 94, 0.5);
    background: #FFFFFF;
    border-radius: 100px;
    padding: 11px;
	display: block;
	position: absolute;
	z-index: 19;
}


.structure-each-layer {
	position: unset;
	transition: all 0.5s ease;
	top: 0;
	right: 0;
}

.structure-each-layer img {
    position: absolute;
	right: 15px;
}


.structure-each-layer.structure-each-layer-9 img {
    width: 1100px;
    top: 65px;
}

.structure-each-layer.structure-each-layer-8 img {
    width: 910px;
    top: 55px;
}

.structure-each-layer.structure-each-layer-7 img {
    width: 860px;
    top: 35px;
}

.structure-each-layer.structure-each-layer-6 img {
    width: 795px;
    top: 25px;
}

.structure-each-layer.structure-each-layer-5 img {
    width: 716px;
    top: 15px;
}

.structure-each-layer.structure-each-layer-4 img {
    width: 631px;
    top: 5px;
}

.structure-each-layer.structure-each-layer-3 img {
    width: 544px;
    top: -5px;
}

.structure-each-layer.structure-each-layer-2 img {
    width: 477px;
    top: -15px;
}



.structure-each-layer.structure-each-layer-1 .structure-each-img {
    position: relative;
    top: -150px;
    left: -176px;
}

.structure-each-layer.structure-each-layer-1 span {
    right: 94px;
}

.structure-each-layer.structure-each-layer-2 span {
	left: 69%;
	top: 102px;
}

.structure-each-layer.structure-each-layer-3 span {
	left: 63%;
	top: 121px;
}

.structure-each-layer.structure-each-layer-4 span {
    left: 56%;
    top: 133px;
}

.structure-each-layer.structure-each-layer-5 span {
	left: 48%;
	top: 152px;
}

.structure-each-layer.structure-each-layer-6 span {
	left: 39%;
	top: 175px;
}

.structure-each-layer.structure-each-layer-7 span {
	left: 31%;
	top: 191px;
}

.structure-each-layer.structure-each-layer-8 span {
	left: 21%;
	top: 211px;
}

.structure-each-layer.structure-each-layer-9 span {
    left: 11%;
    top: 246px;
}


.structure-each-layer span.numbers{
	display: none;
}


.structure-each-layer .img-border{
	display: none;
	z-index: 9;
}


.structure-each-layer.structure-vis .img-border,
 .structure-each-layer.structure-vis span{
	display: block;
}

.structure-tips-wrapper {
	width: 30%;
	z-index: 20;
}

.structure-layers-wrapper {
    position: relative;
    top: 200px;
	
	left: auto;
    width: 67%;
    right: -61px;
}

.structure-each-layer.structure-each-layer-1 .structure-each-img{
	z-index: 16;
}

.structure-each-layer.structure-each-layer-2 .structure-each-img{
	z-index: 15;
}

.structure-each-layer.structure-each-layer-3 .structure-each-img{
	z-index: 14;
}

.structure-each-layer.structure-each-layer-4 .structure-each-img{
	z-index: 13;
}

.structure-each-layer.structure-each-layer-5 .structure-each-img{
	z-index: 12;
}

.structure-each-layer.structure-each-layer-6 .structure-each-img{
	z-index: 11;
}

.structure-each-layer.structure-each-layer-7 .structure-each-img{
	z-index: 10;
}

.structure-each-layer.structure-each-layer-8 .structure-each-img{
	z-index: 9;
}

.structure-each-layer.structure-each-layer-9 .structure-each-img{
	z-index: 8;
}

.structure-common-wrapper .tip p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #34495E;
}

.structure-common-wrapper .tip p span {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(52, 73, 94, 0.5);
    margin-right: 14px;
}

.structure-common-wrapper .tip {
	padding: 10px 15px;
    width: fit-content;
    margin: 10px 0;
    cursor: pointer;
    background: #EEEEEF;
    border-radius: 4px;
}

.structure-common-wrapper .tip.active {
    background: #7E93A7;
    border-radius: 4px;
}

.structure-common-wrapper .tip.active p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.structure-common-wrapper .tip.active p span {
    color: rgba(255, 255, 255, 0.5);
}


.structure-each-layer.structure-vis img{
	opacity:1;
}
.structure-common-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position: relative;	
	max-width: 1454px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    left: 0;
}


.structure-layer-each-text {
    position: absolute;
	top: -200px;
	width: 380px;
	display: none;
	left: 0;
}

.structure-each-layer.structure-vis .structure-layer-each-text{
	display: block;
}

.structure-layer-each-text p.title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #34495E;
}

.structure-each-layer .structure-layer-each-text p.title span.in-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: rgba(52, 73, 94, 0.5);
    margin-right: 20px;
}

.structure-layer-each-text p.desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #7E93A7;
}

.structure-layer-each-text p.title:before {
	content: '';
	position: absolute;
	border-top: 3px solid #93BF3D;
	width: 75px;
	height: 5px;
	top: -14px;
}

.structure-each-layer:hover .img-border,
.structure-each-layer:hover span{
	display: block;
}


.structure-each-layer.structure-vis .structure-each-img {
	transform: translate(-50px, 0);
}

.structure-each-layer.structure-vis ~ .structure-each-layer .structure-each-img {
	transform: translate(-50px, 0);
}

.structure-each-layer:hover .structure-layer-each-text{
	display: block;
}

.structure-each-layer:hover .structure-each-img {
	transform: translate(-100px, 0);
	}

.structure-each-layer:hover ~ .structure-each-layer .structure-each-img {
	transform: translate(-100px, 0);
	}	

	.structure-each-img {
		transition: all 0.5s ease;
		position: relative;
	}

.structure-each-layer.structure-each-layer-1:hover .structure-each-img {
    transform: translate(0px, 0);
}

.structure-each-layer.structure-each-layer-1:hover ~ .structure-each-layer .structure-each-img{
    transform: translate(0px, 0);
}

.structure-layers-wrapper:hover .structure-layer-each-text{
	display: none;
}


.structure-each-layer:hover .structure-layer-each-text{
	display: block;
}

.structure-each-layer:hover .img-border{
	display: block;
}

.structure-each-layer:hover span.numbers{
	display: block;
}

section.main-new-video-block .new-container-main, section.new-main-reviews .new-container-main{
	position: relative;
}

@media (max-width: 1790px){
	.structure-each-layer.structure-each-layer-9 img {
		width: 650px;
	}
	
	.structure-each-layer.structure-each-layer-8 img {
		width: 600px;
	}
	
	.structure-each-layer.structure-each-layer-7 img {
		width: 550px;
	}
	
	.structure-each-layer.structure-each-layer-6 img {
		width: 500px;
	}
	
	.structure-each-layer.structure-each-layer-5 img {
		width: 450px;
	}
	
	.structure-each-layer.structure-each-layer-4 img {
		width: 400px;
	}
	
	.structure-each-layer.structure-each-layer-3 img {
		width: 350px;
	}
	
	.structure-each-layer.structure-each-layer-2 img {
		width: 300px;
	}
	
	.structure-each-layer.structure-each-layer-1 span {
		right: 94px;
	}
	
	.structure-each-layer.structure-each-layer-2 span {
		left: 74%;
		top: 63px;
	}
	
	.structure-each-layer.structure-each-layer-3 span {
		left: 68%;
		top: 73px;
	}
	
	.structure-each-layer.structure-each-layer-4 span {
		left: 63%;
		top: 80px;
	}
	
	.structure-each-layer.structure-each-layer-5 span {
		left: 57%;
		top: 91px;
	}
	
	.structure-each-layer.structure-each-layer-6 span {
		left: 51%;
		top: 100px;
	}
	
	.structure-each-layer.structure-each-layer-7 span {
		left: 44%;
		top: 114px;
	}
	
	.structure-each-layer.structure-each-layer-8 span {
		left: 39%;
		top: 111px;
	}
	
	.structure-each-layer.structure-each-layer-9 span {
		left: 32%;
		top: 137px;
	}
	
}

@media (max-width: 1600px) {
	section.main-new-video-block .swiper-button-prev,
	section.new-main-reviews .swiper-button-prev{
		left: 10px;
	}
	section.main-new-video-block .swiper-button-next,
	section.new-main-reviews .swiper-button-next{
		right: 10px;
	}
}

@media (max-width: 1600px) and (min-width: 1400px){
	section.structure {
		padding: 70px 0 100px 40px;
	}
}

@media (max-width: 1400px) {


	.structure-each-layer.structure-each-layer-1 .structure-each-img {
		top: -130px;
		left: -118px;
	}

	
	.structure-layer-each-text {
		top: -293px;
	}

	.structure-each-layer.structure-vis .structure-each-img {
		transform: translate(-30px, 0);
	}
	
	.structure-each-layer.structure-vis ~ .structure-each-layer .structure-each-img{
		transform: translate(-30px, 0);
	}
	
	
	.structure-each-layer:hover .structure-each-img {
		transform: translate(-60px, 0);
	}
	
	.structure-each-layer:hover ~ .structure-each-layer .structure-each-img{
		transform: translate(-60px, 0);
	}
	

	
	.structure-each-layer.structure-each-layer-9 img {
		width: 650px;
	}
	
	.structure-each-layer.structure-each-layer-8 img {
		width: 600px;
	}
	
	.structure-each-layer.structure-each-layer-7 img {
		width: 550px;
	}
	
	.structure-each-layer.structure-each-layer-6 img {
		width: 500px;
	}
	
	.structure-each-layer.structure-each-layer-5 img {
		width: 450px;
	}
	
	.structure-each-layer.structure-each-layer-4 img {
		width: 400px;
	}
	
	.structure-each-layer.structure-each-layer-3 img {
		width: 350px;
	}
	
	.structure-each-layer.structure-each-layer-2 img {
		width: 300px;
	}

	.structure-each-layer.structure-each-layer-1 span {
		right: 94px;
	}
	
	.structure-each-layer.structure-each-layer-2 span {
		left: 79%;
		top: 94px;
	}
	
	.structure-each-layer.structure-each-layer-3 span {
		left: 75%;
		top: 101px;
	}
	
	.structure-each-layer.structure-each-layer-4 span {
		left: 70%;
		top: 118px;
	}
	
	.structure-each-layer.structure-each-layer-5 span {
		left: 67%;
		top: 137px;
	}
	
	.structure-each-layer.structure-each-layer-6 span {
		left: 63%;
		top: 139px;
	}
	
	.structure-each-layer.structure-each-layer-7 span {
		left: 59%;
		top: 154px;
	}
	
	.structure-each-layer.structure-each-layer-8 span {
		left: 55%;
		top: 156px;
	}
	
	.structure-each-layer.structure-each-layer-9 span {
		left: 51%;
		top: 164px;
	}
	
}
@media (max-width: 1200px) {
	.structure-each-layer.structure-each-layer-2 span {
		left: 78%;
		top: 64px;
	}

	.structure-layers-wrapper {
		width: 60%;
		position: relative;
		top: 200px;
		left: 18px;
	}
	

	.structure-each-layer.structure-each-layer-3 span {
		left: 72%;
		top: 73px;
	}

	.structure-each-layer.structure-each-layer-4 span {
		left: 67%;
		top: 81px;
	}

	
.structure-each-layer.structure-each-layer-5 span {
    left: 62%;
    top: 92px;
}

.structure-each-layer.structure-each-layer-6 span {
    left: 58%;
    top: 92px;
}

.structure-each-layer.structure-each-layer-7 span {
    left: 50%;
    top: 114px;
}

.structure-each-layer.structure-each-layer-8 span {
    left: 45%;
    top: 117px;
}

.structure-each-layer.structure-each-layer-9 span {
    left: 38%;
    top: 129px;
}

}
@media (max-width: 1000px) {
	.finefloor-cover-img{
		display: none;
	}
	.structure-common-wrapper{
		left: 20px;
	}

	.finefloor-cover-text,.finefloor-cover-info {
		max-width: 47%;
		margin-left: 20px;
	}

	section.servises-blocks-info .each-block-info{
		max-width: 47%;
	}

	section.new-main-reviews .swiper-slide{
		width: 26.5%;
	}

	.video-blocks-wrapper.swiper-container .swiper-slide {
		width: 30%;
	}

	.each-reviews-block-video a:before{
		    left: 26%;
	}

	.structure-tips-wrapper {
		width: 100%;
		display: -webkit-box;
		overflow: auto;
	}
	
	.structure-common-wrapper .tip {
		margin-right: 10px;
	}

	.structure-tips-wrapper {
		width: 100%;
		display: -webkit-box;
		overflow: auto;
	}
	
	.structure-common-wrapper .tip {
		margin-right: 10px;
	}
	
	.structure-layer-each-text p.title {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		color: #34495E;
	}
	
	.structure-layer-each-text p.title span {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 22px;
		color: rgba(52, 73, 94, 0.5);
	}
	
	.structure-layer-each-text p.desc {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 150%;
		color: #7E93A7;
	}
	
	.structure-layer-each-text {
		width: 280px;
	}

	.structure-layer-each-text {
		width: 280px;
    top: -280px;
    height: 200px;
    left: 10px;
	}

	.structure-layers-wrapper {
		width: 100%;
		top: 300px;
	}

	.structure-each-layer img {
		right: 0;
	}

	section.structure {
		height: 850px;
	}

	
}

@media (max-width: 845px){
	section.new-main-reviews .swiper-slide{
		width: 240px;
	}
	.new-catalog-swiper.swiper-container .swiper-slide {
		width: 400px;
	}
}


@media (max-width: 800px){
	section.all-articles-new .swiper-slide {
		width: 240px;
	}

	.structure-each-layer.structure-each-layer-2 span {
		left: 71%;
	}

	.structure-each-layer.structure-each-layer-3 span {
		top: 73px;
		left: 65%;
	}

	.structure-each-layer.structure-each-layer-4 span {
		top: 79px;
		left: 58%;
	}

	.structure-each-layer.structure-each-layer-5 span {
		left: 51%;
		top: 92px;
	}

	.structure-each-layer.structure-each-layer-6 span {
		top: 99px;
		left: 43%;
	}

	.structure-each-layer.structure-each-layer-7 span {
		left: 36%;
		top: 118px;
	}

	.structure-each-layer.structure-each-layer-8 span {
		top: 115px;
		left: 28%;
	}
	.structure-each-layer.structure-each-layer-9 span {
		left: 21%;
		top: 135px;
	}
}

@media (max-width: 706px) {
	.finefloor-cover-text,.finefloor-cover-info {
		max-width: 100%;
	}

	.each-block-info-text-desc {
		display: none;
	}

	section.servises-blocks-info .each-block-info-text-button {
		top: 100px;
	}

	section.servises-blocks-info .each-block-info-text-title{
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 29px;
		color: #34495E;
	}
	.video-blocks-wrapper.swiper-container .swiper-slide {
		width: 240px;
	}

	.new-catalog-swiper.swiper-container .swiper-slide {
		width: 240px;
		height: 94px;
	}

	.new-catalog-swiper.swiper-container .swiper-slide  img {
		height: 94px;
		object-fit: cover;
		border-radius: 4px;
	}


.structure-each-layer.structure-each-layer-9 {
    top: 63px;
}

.structure-each-layer.structure-each-layer-8 {
    top: 55px;
}

.structure-each-layer.structure-each-layer-7 {
    top: 45px;
}

.structure-each-layer.structure-each-layer-6{
    top: 35px;
}

.structure-each-layer.structure-each-layer-5 {
    top: 26px;
}

.structure-each-layer.structure-each-layer-4 {
    top: 17px;
}

.structure-each-layer.structure-each-layer-3 {
    top: 9px;
}

.structure-each-layer.structure-each-layer-2 {
	top: 0px;
}



.structure-each-layer.structure-each-layer-1 .structure-each-img {
    top: -43px;
    left: -118px;
}

.structure-each-layer.structure-vis .structure-each-img {
    transform: translate(-20px, 0);
}



.structure-each-layer.structure-vis ~ .structure-each-layer .structure-each-img {
    transform: translate(-20px, 0);
}


.structure-each-layer:hover .structure-each-img{
    transform: translate(-40px, 0);
}

.structure-each-layer:hover ~ .structure-each-layer .structure-each-img{
    transform: translate(-40px, 0);
}




.structure-layers-wrapper {
	padding: 70px 0 170px 0;
    top: 300px;
    right: 28px;
}


.structure-layer-each-text {
   /* width: 280px;
    top: 120px;
    height: 200px;
	left: 0;*/
	width: 280px;
    top: -278px;
    height: 200px;
    left: 49px;
}

.structure-each-layer.structure-each-layer-1 .structure-each-img {
    top: -100px;
}

}


@media (max-width: 600px) {

	section.structure {
		height: 974px;
	}
	.structure-each-layer.structure-each-layer-9 img {
		top: 270px;
	}
	
	.structure-each-layer.structure-each-layer-8 img {
		top: 230px;
	}
	
	.structure-each-layer.structure-each-layer-7 img {
		top: 190px;
	}
	
	.structure-each-layer.structure-each-layer-6 img {
		top: 150px;
	}
	
	.structure-each-layer.structure-each-layer-5 img {
		top: 110px;
	}
	
	.structure-each-layer.structure-each-layer-4 img {
		top: 70px;
	}
	
	.structure-each-layer.structure-each-layer-3 img {
		top: 30px;
	}
	
	.structure-each-layer.structure-each-layer-2 img {
		top: -10px;
	}
	
	.structure-layers-wrapper {
		padding: 0;
	}
	
	section.servises-blocks-info .each-block-info {
		max-width: 100%;
	}

	section.servises-blocks-info .servises-blocks-info-wrapper{
		justify-content: center;
	}

	.new-catalog-swiper.swiper-container .swiper-button-next, .new-catalog-swiper.swiper-container .swiper-button-prev,
	.video-blocks-wrapper.swiper-container .swiper-button-next, .video-blocks-wrapper.swiper-container .swiper-button-prev,
	.reviews-blocks-wrapper.swiper-container .swiper-button-next, .reviews-blocks-wrapper.swiper-container .swiper-button-prev,
	section.main-new-video-block .swiper-button-next, section.main-new-video-block .swiper-button-prev,
	section.new-main-reviews .swiper-button-next, section.new-main-reviews .swiper-button-prev {
		background-image: url(/local/templates/finefloor2018_11_03_19/src/images/new-main-slider-arrow-mobile.png);
	}
	.new-catalog-swiper.swiper-container .swiper-button-next, 
	.video-blocks-wrapper.swiper-container .swiper-button-next,
	.reviews-blocks-wrapper.swiper-container .swiper-button-next,
	section.main-new-video-block .swiper-button-next,
	section.new-main-reviews .swiper-button-next	{
		right: -2px;
		left: auto;
	}

	.new-catalog-swiper.swiper-container .swiper-button-prev,
	.video-blocks-wrapper.swiper-container .swiper-button-prev,
	.reviews-blocks-wrapper.swiper-container .swiper-button-prev,
	section.main-new-video-block .swiper-button-prev,
	section.new-main-reviews .swiper-button-prev {
		left: -2px;
		right: auto;
		transform: rotate(180deg);
	}


	.structure-each-layer.structure-each-layer-9 img {
		width: 386px;
	}
	
	.structure-each-layer.structure-each-layer-8 img {
		width: 355px;
	}
	
	.structure-each-layer.structure-each-layer-7 img {
		width: 313px;
	}
	
	.structure-each-layer.structure-each-layer-6 img {
		width: 285px;
	}
	
	.structure-each-layer.structure-each-layer-5 img {
		width: 257px;
	}
	
	.structure-each-layer.structure-each-layer-4 img {
		width: 236px;
	}
	
	.structure-each-layer.structure-each-layer-3 img {
		width: 209px;
	}
	
	.structure-each-layer.structure-each-layer-2 img {
		width: 184px;
	}
	
	.structure-each-layer.structure-each-layer-1 img {
		width: 42px;
	}

	.structure-each-layer.structure-each-layer-1 .structure-each-img {
		top: -67px;
		left: -37px;
	}

	
	.structure-each-layer.structure-each-layer-2 span {
		left: 75%;
		top: 18px;
	}

	.structure-each-layer.structure-each-layer-3 span {
		top: 39px;
		left: 72%;
	}

	.structure-each-layer.structure-each-layer-4 span {
		top: 104px;
		left: 66%;
	}

	.structure-each-layer.structure-each-layer-5 span {
		left: 62%;
		top: 153px;
	}

	.structure-each-layer.structure-each-layer-6 span {
		top: 201px;
		left: 57%;
	}

	.structure-each-layer.structure-each-layer-7 span {
		left: 51%;
		top: 242px;
	}

	.structure-each-layer.structure-each-layer-8 span {
		top: 288px;
		left: 43%;
	}
	.structure-each-layer.structure-each-layer-9 span {
		left: 36%;
		top: 349px;
	}
}

@media (max-width: 480px) {
	.finefloor-cover-info {
		padding: 70px 20px 40px;
	}
	section.main-new-video-block .title-and-button,
	section.new-main-reviews .title-and-button,
	section.all-articles-new .title-and-button{
		flex-direction: column;
	}

	.structure-layers-wrapper {
		right: 28px;
	}


	.structure-each-layer.structure-each-layer-2 span {
		left: 68%;
	}

	.structure-each-layer.structure-each-layer-3 span {
		left: 62%;
	}

	.structure-each-layer.structure-each-layer-4 span {
		left: 56%;
	}

	.structure-each-layer.structure-each-layer-5 span {
    left: 50%;
}

.structure-each-layer.structure-each-layer-6 span {
    left: 43%;
}

.structure-each-layer.structure-each-layer-7 span {
    left: 36%;
}

.structure-each-layer.structure-each-layer-8 span {
    left: 26%;
}

.structure-each-layer.structure-each-layer-9 span {
    left: 17%;
}
	
}

@media (max-width: 400px) {
.structure-each-layer.structure-each-layer-9 img {
	width: 280px;
}

.structure-each-layer.structure-each-layer-8 img {
	width: 271px;
}

.structure-each-layer.structure-each-layer-7 img {
	width: 246px;
}

.structure-each-layer.structure-each-layer-6 img {
	width: 231px;
}

.structure-each-layer.structure-each-layer-5 img {
	width: 212px;
}

.structure-each-layer.structure-each-layer-4 img {
	width: 193px;
}

.structure-each-layer.structure-each-layer-3 img {
	width: 171px;
}

.structure-each-layer.structure-each-layer-2 img {
	width: 141px;
}

.structure-each-layer.structure-each-layer-1 img {
	width: 42px;
}

.structure-layer-each-text {
    left: -27px;
}

	
.structure-each-layer.structure-each-layer-2 span {
	left: 60%;
	top: 8px;
}

.structure-each-layer.structure-each-layer-3 span {
	top: 47px;
	left: 51%;
}

.structure-each-layer.structure-each-layer-4 span {
	top: 104px;
	left: 42%;
}

.structure-each-layer.structure-each-layer-5 span {
	left: 35%;
	top: 140px;
}

.structure-each-layer.structure-each-layer-6 span {
	top: 178px;
	left: 26%;
}

.structure-each-layer.structure-each-layer-7 span {
	left: 20%;
	top: 231px;
}

.structure-each-layer.structure-each-layer-8 span {
	top: 275px;
	left: 12%;
}
.structure-each-layer.structure-each-layer-9 span {
	left: 7%;
	top: 317px;
}

section.structure {
    background: #ffffff;
}
}

.new-container-dizayneram {
    max-width: 1500px;
    width: 100%;
    padding: 0 40px;
	margin: 10px auto;
	text-align: center;
}

.new-container-dizayneram h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #34495E;
    text-align: left;
    margin: 50px auto;
}

.dizayneram-more-seven-years .new-container-dizayneram h2 {
    text-align: center;
}

.dizayneram-more-seven-years .new-container-dizayneram .icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 622px;
	margin: 0 auto;
	justify-content: center;
}

.dizayneram-more-seven-years .new-container-dizayneram .each-icon-hover-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #34495E;
}

.dizayneram-more-seven-years .new-container-dizayneram .each-icon-hover-text {
    background: #EEEEEF;
    border: 0.5px solid #D6DBDF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.21);
    border-radius: 2px;
    padding: 15px;
    max-width: 256px;
    width: 100%;
    display: none;
}

.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover img {
    width: 75px;
    height: 78px;
    margin: 25px 20px;
}

.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover{
	cursor: pointer;
}

.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:hover  img{
    filter: brightness(0.5);
}

.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:hover .each-icon-hover-text {
    display: block;
    position: absolute;
    left: 20px;
	width: 256px;
	z-index: 9;
}

.each-icon-hover-text:before {
    border-top: 40px solid #EEEEEF;
    border-right: 0px solid transparent;
    border-left: 28px solid transparent;
    content: '';
    position: absolute;
    left: 8%;
    top: -10%;
    transform: rotate(-43deg);
}

.each-icon-for-hover {
    position: relative;
}

.our-collection-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.our-collection-wrapper a {
    display: block;
}

.our-collection-wrapper img {
    margin-bottom: 20px;
    width: 270px;
    height: 345px;
}

.dizayneram-our-collection {
    background: #EEEEEF;
    padding: 9px 0 60px;
}


.dizayneram-logo-block .new-container-dizayneram {
    max-width: 1362px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dizayneram-logo-block .new-container-dizayneram img {
	margin: 12px 37px;
}

.what-kwartz-vinyl-info .what-kwartz-vinyl-bold:before {
    content: '';
    border-top: 4px solid #93BF3D;
    width: 60px;
    height: 4px;
    position: absolute;
    top: -23px;
}

.what-kwartz-vinyl-info {
    background: #FFFFFF;
    box-shadow: 0px 34px 64px rgba(52, 73, 94, 0.1);
    border-radius: 4px;
    padding: 70px 43px;
	max-width: 27%;
    width: 100%;
}

.what-kwartz-vinyl-video {
	width: 72%;
	position: relative;
	height: fit-content;
}

.dizayneram-what-kwartz-vinyl {
    margin-bottom: 80px;
}

.what-kwartz-vinyl-video:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/local/templates/finefloor2018_11_03_19/src/images/dizayneram-intererov-video-button-circle.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
}


.dizayneram-video-trust-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dizayneram-video-trust-video {
    width: 49%;
	height: fit-content;
	position: relative;
}

.dizayneram-video-trust-video:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/local/templates/finefloor2018_11_03_19/src/images/dizayneram-intererov-video-button-circle.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
}


.dizayneram-big-video-wrapper {
    width: 100%;
	height: fit-content;
	position: relative;
}

.dizayneram-big-video-wrapper:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/local/templates/finefloor2018_11_03_19/src/images/dizayneram-intererov-video-button-circle.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
}

.what-kwartz-vinyl-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.what-kwartz-vinyl-bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 23.7864px;
    line-height: 130%;
/* identical to box height, or 31px */
	color: #34495E;
	position: relative;
}

.dizayneram-kwartz-vinyl-price .kwartz-vinyl-price-info {
    background: #FFFFFF;
    box-shadow: 7px 4.46142px 31px rgba(0, 0, 0, 0.17);
    border-radius: 7.80749px;
    padding: 40px 50px;
	max-width: 882px;
	width: 100%;
}

.dizayneram-kwartz-vinyl-price p.price-heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 40.1528px;
    line-height: 47px;
/* identical to box height */
    color: #34495E;
}

.dizayneram-kwartz-vinyl-price p.price-bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24.5378px;
    line-height: 30px;
    color: #34495E;
}

.dizayneram-kwartz-vinyl-price p.price-green {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20.0764px;
    line-height: 150%;
/* identical to box height, or 30px */
    color: #93BF3D;
    max-width: 316px;
    margin-right: 49px;
    margin-bottom: 0;
}

.dizayneram-kwartz-vinyl-price span.price-gray {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20.0764px;
    line-height: 150%;
/* or 30px */
    color: #7E93A7;
    display: block;
    margin-top: 12px;
}

.dizayneram-kwartz-vinyl-price .kwartz-vinyl-price-blue-button {
    background: #1DACE4;
    border-radius: 4.46142px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 17.8457px;
    line-height: 21px;
    color: #FFFFFF;
    align-self: center;
    padding: 17px 71px;
    max-width: 236px;
    width: 100%;
	display: block;
	margin-top: 35px;
}

.dizayneram-kwartz-vinyl-price .text-width-button {
	display: flex;
	flex-wrap: wrap;
}

.dizayneram-kwartz-vinyl-price .kwartz-vinyl-price-blue-button:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, .1);
}

.dizayneram-open-form-wrapper .dizayneram-open-form-first-row input {
    width: 170px;
}

.dizayneram-open-form-wrapper .dizayneram-open-form-second-row input {
    width: 48%;
}

.dizayneram-open-form-wrapper .dizayneram-open-form-col.dizayneram-open-form-first-col {
	max-width: 542px;
	width: 100%;
}

.dizayneram-open-form-wrapper .dizayneram-open-form-first-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.dizayneram-open-form-wrapper .dizayneram-open-form-second-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.dizayneram-open-form-wrapper form input, .dizayneram-open-form-wrapper form textarea {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #676D73;
    padding: 10px 15px;
}

.dizayneram-open-form-wrapper form textarea {
    width: 240px;
    height: 117px;
}

.dizayneram-open-bottom-form h2 span{
	color: #93BF3D;
    display: block;
}

.dizayneram-open-form-wrapper button {
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
/* identical to box height */
    color: #FFFFFF;
    border: none;
    padding: 16px 56px;
    margin: 20px 0;
}

.dizayneram-open-form-wrapper p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #676D73;
}

.dizayneram-open-form-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.dizayneram-open-form-wrapper .dizayneram-open-form-col.dizayneram-open-form-third-col {
    max-width: 192px;
}

.dizayneram-open-form-wrapper {
    max-width: 1056px;
}

.dizayneram-open-form-wrapper .dizayneram-open-form-col.dizayneram-open-form-second-col {
    margin: 20px 0;
}

.dizayneram-kwartz-vinyl-price p.price-heading{
	position: relative;
	padding-bottom: 30px;
    margin-bottom: 40px;
}
.dizayneram-kwartz-vinyl-price p.price-heading:after {
	content: '';
    border-top: 4px solid #93BF3D;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.kwartz-vinyl-interer-slider .swiper-slide {
    opacity: 0.5;
    transform: scale(1);
    z-index: 1;
}
.kwartz-vinyl-interer-slider .swiper-slide.swiper-slide-prev, .kwartz-vinyl-interer-slider .swiper-slide.swiper-slide-next {
    opacity: 0.7;
    transform: scale(1.5);
    z-index: 2;
}

.kwartz-vinyl-interer-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(2);
    z-index: 3;
}

.kwartz-vinyl-interer-slider.swiper-container {
    padding: 153px 0;
}

.dizayneram-kwartz-vinyl-price:before {
	content: '';
    position: absolute;
    right: 250px;
    background: url(/local/templates/finefloor2018_11_03_19/src/images/person-dizainer.png);
    width: 304px;
    height: 308px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
    background-size: contain;
}

.dizayneram-kwartz-vinyl-price {
    position: relative;
}

@media (max-width: 1530px){
	.dizayneram-kwartz-vinyl-price:before {
		right: 50px;
	}
}

@media (max-width: 1320px){
	.dizayneram-kwartz-vinyl-price:before {
		right: 0;
		width: 250px;
		height: 250px;
		background-size: auto;
	}
}

@media (max-width: 1320px){
	.dizayneram-kwartz-vinyl-price:before {
		display: none;
	}
}


@media (max-width: 1000px){
	.what-kwartz-vinyl-video {
		width: 100%;

	}

	.what-kwartz-vinyl-info {
		max-width: 50%;
	}
}

@media (max-width: 870px){

	.each-icon-for-hover:nth-child(5n+5) .each-icon-hover-text:before {
		left: 74%;
	}
	
	.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:nth-child(5n+5):hover .each-icon-hover-text {
		left: -141px;
	}

	.what-kwartz-vinyl-info {
		padding: 42px 14px;
		max-width: 100%;
		width: 100%;
	}

}



@media (max-width: 654px){

	.each-icon-for-hover:nth-child(4n+4) .each-icon-hover-text:before {
		left: 68%;
	}
	
	.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:nth-child(4n+4):hover .each-icon-hover-text {
		left: -129px;
	}

	.new-container-dizayneram h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.dizayneram-video-trust-video {
		width: 100%;
		margin-bottom: 20px;
	}

	.dizayneram-logo-block .new-container-dizayneram img {
		margin: 5px;
	}

	.dizayneram-open-form-wrapper .dizayneram-open-form-first-row input, .dizayneram-open-form-wrapper .dizayneram-open-form-second-row input {
		width: 100%;
		margin-bottom: 19px;
	}

	.dizayneram-open-form-wrapper .dizayneram-open-form-col.dizayneram-open-form-second-col {
		width: 100%;
	}

	.dizayneram-open-form-wrapper form textarea {
		width: 100%;
	}
}


@media (max-width: 539px){

	.each-icon-for-hover:nth-child(3n+3) .each-icon-hover-text:before {
		left: 73%;
	}
	
	.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:nth-child(3n+3):hover .each-icon-hover-text {
		left: -138px;
	}
	

}

@media (max-width: 424px) {

	.each-icon-for-hover:nth-child(even) .each-icon-hover-text:before {
		left: 67%;
	}
	
	.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:nth-child(even):hover .each-icon-hover-text {
		left: -126px;
	}
	
	.each-icon-for-hover:nth-child(odd) .each-icon-hover-text:before {
		left: 21%;
	}
	
	.dizayneram-more-seven-years .new-container-dizayneram .each-icon-for-hover:nth-child(odd):hover .each-icon-hover-text{
		left: -10px;
	}

	.dizayneram-kwartz-vinyl-price p.price-heading {
		font-size: 28.1528px;
	}

	.dizayneram-kwartz-vinyl-price p.price-bold {
		font-size: 18.5378px;
		line-height: 22px;

	}

	.dizayneram-kwartz-vinyl-price .kwartz-vinyl-price-blue-button {
		padding: 17px 0px;
		max-width: 236px;
		width: 100%;
		text-align: center;
	}

	.dizayneram-kwartz-vinyl-price .kwartz-vinyl-price-info {
		padding: 30px;
	}

}

/*сертификаты*/

div.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.news-list p.news-item,  div.news-list p{
    display: flex;
    flex-direction: column;
    max-width: 173px;
    width: 100%;
    height: fit-content;
}

div.news-list p.news-item:first-child {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.new-catalog-slider-wrapper .catalog-slide-wpapper {
    position: relative;
}

.new-catalog-slider-wrapper .catalog-slide-wpapper img {
    width: 100%;
    height: 87px;
	border-radius: 4px;
	object-fit: cover;
}

.new-catalog-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto 30px;
}

section.new-catalog-slider-section .catalog-slide-wpapper {
    height: 87px;
    margin: 10px;
    border-radius: 4px;
    max-width: 48%;
    width: 100%;
}

@media(max-width: 1026px){
	section.new-catalog-slider-section .catalog-slide-wpapper {
		height: auto;
		max-width: 80%;
	}
}

@media(max-width: 480px){
	section.new-catalog-slider-section .catalog-slide-wpapper {
		margin: 10px 10px 10px 0;
		max-width: 100%;
	}
}


section.new-catalog-slider-section .title-and-button {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}


section.new-catalog-slider-section .title-and-button a {
    background: #1DACE4;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 16px;
    max-width: 221px;
    width: 100%;
    display: block;
	text-align: center;
}

section.new-catalog-slider-section .title-and-button a:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0.25rem 0.625rem 0.625rem rgba(0, 0, 0, .1);
}
.contacts-page .contacts-content .contact-details-text span, .feedback-text .feedback-text-left span {
	font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}
.contacts-page .contacts-content .fold {
	visibility: hidden;
	height: 0;
}
.contacts-page .contacts-content .fold.vis {
    visibility: visible;
    height: auto;
    margin-bottom: 0px;
}
.contacts-page .foldsblock.tip, .contact-details-text.fold{
	display: none;
}
.contacts-page .foldsblock.tip.active, .contact-details-text.fold.vis {
	display: block;
}
.contacts-page .contact-details, .feedback, .location-map {
	font-weight: bold;
    line-height: 19px;
    align-items: center;
    color: #FFFFFF;
    background: #7E93A7;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 28px;
    margin-right: 20px;
    cursor: pointer;
}
.contacts-page .contacts-main {
	display: flex;
    justify-content: flex-start;
    margin-bottom: 38px;
    position: relative;
}
.contacts-page .contacts-main::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #7E93A7;
    width: 100%;
    z-index: 0;
}
.foldsblock .active {
    color: #34495E;
    background: #EEEEEF;
    padding: 10px 13px;
    border-bottom: 1px solid #EEEEEF;
    z-index: 1;
}
.feedback-text {
	display: flex;
    justify-content: space-between;
}
.feedback-text-left {
	display: flex;
    flex-direction: column;
    flex: 0 0 41%;
}
.feedback-form-right{
	display: flex;
    flex-direction: column;
    flex: 0 0 41%;
}
.feedback-form-right form{
	background: #EEEEEF;
    border-radius: 4px;
    padding: 25px;
}
.feedback-form-right form input{
	width: 100%;
	margin-bottom: 10px;
}
.feedback-form-right form input::placeholder{
	font-size: 16px;
	line-height: 19px;
}
.feedback-form-right form textarea{
	width: 100%;
	resize: none;
	margin-bottom: 20px;
	min-height: 100px;
}
.feedback-form-right form textarea::placeholder {
	font-size: 16px;
	line-height: 19px;
	padding-top: 10px;
}
.feedback-form-right form p {
	font-weight: bold;
    font-size: 22px;
}
.privacy-btn {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.privacy-btn button {
	background: #1DACE4;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    color: #FFFFFF;
    padding: 17px 48px;
    flex: 0 0 51%;
}
.privacy-btn span {
	font-size: 10px;
	flex: 0 0 47%;
}
.feedback-text-left-btn .partners {
	background: #93BF3D;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 16px 50px;
}
.feedback-text-left-btn .designers {
	background: #1DACE4;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 16px 46px;
}
.feedback-text-left-btn {
	max-width: 391px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.feedback-text-left-btn-social .vk {
	background-image: url('/local/templates/finefloor2018_11_03_19/dist/vk.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.feedback-text-left-btn-social .ok {
	background-image: url('/local/templates/finefloor2018_11_03_19/dist/ok.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.feedback-text-left-btn-social .fb {
	background-image: url('/local/templates/finefloor2018_11_03_19/dist/fb.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.feedback-text-left-btn-social .insta {
	background-image: url('/local/templates/finefloor2018_11_03_19/dist/insta.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}
.feedback-text-left-btn-social .youtube {
	background-image: url('/local/templates/finefloor2018_11_03_19/dist/youtube.png');
	background-repeat: no-repeat;
	width: 120px;
	height: 50px;
	display: block;
}
@media screen and (max-width: 1196px) {
	.privacy-btn button {
	    padding: 11px 20px;
	    flex: 0 0 31%;
	}
	.privacy-btn span {
	    margin-left: 10px;
	}
	.feedback-form-right {
	    margin-left: 10px;
	}
	.feedback-text-left {
	    flex: 1 1 auto;
	}
}
@media screen and (max-width: 992px) {
	.location-text-flex {
		max-width: 690px;
    	width: 100%;
	}
	.location-text-flex .location-text-maps {
		max-width: 340px;
		width: 100%;
	}
	#map-spb, #map-msk {
	    min-height: 150px;
	}
}
@media screen and (max-width: 767px) {
	.contacts-page .contacts-main::after {
		display: none;
	}
	.contacts-page .contacts-main {
		flex-direction: column;
    	max-width: 160px;
    	width: 100%;
	}
	.contacts-page .feedback-text {
		flex-direction: column;
	}
	.contacts-page .feedback-form-right {
		margin-left: 0px;
    	margin-top: 20px;
	}
	.contacts-page .contact-details, .feedback, .location-map {
		padding: 7px 12px;
    	margin-right: 3px;
	    text-align: center;
	    font-size: 13px;
	    border-radius: 4px;
    	margin-bottom: 6px;
	}
	.foldsblock .active {
	    padding: 7px 9px;
	}
	.contacts-content p, .privacy-btn button, .feedback-text-left-btn {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.feedback-text-left-btn {
		margin-top: 15px;
	}
	.feedback-form-right form p {
		margin-bottom: 15px;
	}
	.location-text-flex {
		flex-direction: column;
	}
	.location-text-flex .location-text-maps {
		max-width: 510px;
		width: 100%;
	}
	.location-text-maps p {
		margin-bottom: 10px;
	}
	.location-text-maps {
		margin-bottom: 20px;
	}
	.feedback-text-left-btn-social {
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.contacts-page .contact-details, .feedback, .location-map {
		padding: 7px 12px;
    	margin-right: 3px;
	    text-align: center;
	    font-size: 13px;
	}
	.foldsblock .active {
	    padding: 7px 9px;
	}
}
@media screen and (max-width: 426px) {
	.contacts-page .contacts-main::after {
		display: none;
	}
	.contacts-page .contacts-main {
		flex-direction: column;
    	max-width: 160px;
    	width: 100%;
	}
	.contacts-page .contact-details, .feedback, .location-map {
		border-radius: 4px;
    	margin-bottom: 6px;
	}
	.feedback-form-right form {
		padding: 15px;
	}
	.feedback-form-right form textarea::placeholder, .feedback-form-right form input::placeholder {
		padding: 5px;
	}
	.feedback-text-left-btn .partners, .feedback-text-left-btn .designers {
		padding: 10px 15px;
	}
	.feedback-text-left-btn {
		max-width: 245px;
	}
}
@media screen and (max-width: 390px) {
	.feedback-text-left-btn-social .vk {
		width: 35px;
	    height: 35px;
	    display: block;
	    background-size: 100%;
	}
	.feedback-text-left-btn-social .ok {
		width: 35px;
	    height: 35px;
	    display: block;
	    background-size: 100%;
	}
	.feedback-text-left-btn-social .fb {
		width: 35px;
	    height: 35px;
	    display: block;
	    background-size: 100%;
	}
	.feedback-text-left-btn-social .insta {
		width: 35px;
	    height: 35px;
	    display: block;
	    background-size: 100%;
	}
	.feedback-text-left-btn-social .youtube {
		width: 84px;
	    height: 35px;
	    display: block;
	    background-size: 100%;
	}
}
.location-text-flex strong {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
#map-spb, #map-msk, #map-msk2 {
	min-height: 332px;
}
.location-text-maps {
	display: flex;
    flex-direction: column;
    max-width: 419px;
    width: 100%;
}
.location-text-flex {
	display: flex;
	justify-content: space-between;
	max-width: 972px;
    width: 100%;
}
.location-text span {
	font-weight: bold;
    font-size: 22px;
}
.location-text-maps p {
	margin-top: 15px;
}
.location-text-maps .strong {
	margin-bottom: 0px;
	font-weight: bold;
}
.small-p {
	margin-top: 37px;
    font-size: 14px;
    line-height: 16px;
}
.feedback-text-left-btn-social {
	display: flex;
}
.feedback-text-left-btn-social a{
	margin-right: 5px;
}
.footer__extra {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

/* Левый блок */
.footer__left-info {
    flex: 1 1 60%;
    color: #ffffff;
}

.footer__left-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer__left-text {
    font-size: 14px;
    line-height: 1.5;
}

/* Правый блок уже есть — оставляем */
.footer__documents {
    flex: 1 1 35%;
    font-size: 14px;
}

.footer__documents-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer__documents-list {
    list-style: none;
    padding-left: 0;
}

.footer__documents-list li {
    margin-bottom: 5px;
}

.footer__documents-list a {
    color: #ffffff;
    text-decoration: underline;
}

.footer__documents-list a:hover {
    text-decoration: none;
}
