@charset "UTF-8";
@font-face {
	font-family: "AktivGroteskCorp";
	src: url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.woff2") format("woff2"), url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "AktivGroteskCorp";
	src: url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.woff2") format("woff2"), url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "AktivGroteskCorp";
	src: url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.woff2") format("woff2"), url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "AktivGroteskCorp";
	src: url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Bold.woff2") format("woff2"), url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

hr {
	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: -0.25em;
}

sup {
	top: -0.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;
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	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] {
	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;
}

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

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

button, input {
	overflow: visible;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.styled-form-group {
	margin-bottom: 20px;
	position: relative;
}
.styled-form-control {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #DFE2E8;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 500;
	background: transparent;
	background-color: transparent;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: none;
	color: #4a4a4a;
}
.styled-form-control:hover, .styled-form-control:focus {
	border-color: #c1c7d3;
}
.styled-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.styled-form-control:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.styled-form-control::placeholder {
	color: #999;
	opacity: 1;
}
.styled-form-control[disabled] {
	background-color: rgba(0, 0, 0, 0.05);
}
.styled-form-label {
	margin: 0 0 5px;
	display: block;
	padding: 0;
	font-weight: 400;
	color: #A5B1BA;
}
.styled-form-label .req {
	color: #f7624e;
}
.styled-form-buttons {
	margin-top: 40px;
}
.styled-modal-title {
	margin: 0 0 16px;
	padding: 0;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 300;
}
.styled-modal-text {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 400;
	margin-top: 15px;
}
.styled-modal-header {
	margin: 0 0 40px;
	text-align: center;
}
.styled-checkbox {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 400;
	display: block;
	line-height: 1.3;
}
.styled-checkbox input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}
.styled-checkbox input:checked ~ .text:before {
	content: "";
	border: 10px solid #212e4e;
	-webkit-animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
	animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.styled-checkbox .text {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.styled-checkbox .text:before {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #9E9E9E;
	border-radius: 2px;
	cursor: pointer;
	transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
	color: #fff;
	font-size: 12px;
}
.styled-article {
	font-size: 16px;
	line-height: 1.33;
}
.styled-article h1 {
	font-weight: 300;
}
.styled-article p {
	margin: 0 0 0.9em;
}
.styled-article p:last-child {
	margin-bottom: 0;
}
.styled-article img {
	margin: 0.5em 0 1em;
	width: 100%;
}
.styled-article img:last-child {
	margin-bottom: 0;
}
.styled-article h2,
.styled-article h3 {
	color: #4a4a4a;
	font-size: 1.125em;
	font-weight: 300;
	margin: 1.8em 0 0.6em;
}
.styled-article h2:first-child,
.styled-article h3:first-child {
	margin-top: 0;
}
.styled-article ul {
	padding-left: 20px;
	margin: 0 0 0.8em;
}
.styled-article ul li {
	margin-bottom: 0.4em;
	position: relative;
}
.styled-article ul li:last-child {
	margin-bottom: 0;
}
.styled-article ul:last-child {
	margin-bottom: 0;
}
.styled-article strong {
	font-weight: 500;
}
.styled-article a {
	color: #4a4a4a;
	text-decoration: underline;
}
.styled-article a:hover {
	color: #ff0000;
	text-decoration: none;
}

.btn {
	display: inline-block;
	height: auto;
	line-height: 1.2;
	border-radius: 0;
	padding: 12px 28px;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-color: transparent;
	font-weight: 400;
	max-width: 100%;
	outline: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	font-size: 14px;
	text-transform: uppercase;
}
.btn-primary {
	background-color: #ff0000;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #baa77c;
	border-color: #baa77c;
	color: #fff;
}
.btn-primary:active {
	background-color: #b19b6c;
	border-color: #b19b6c;
}
.btn-primary.done {
	border-color: #E5E6EA;
	background-color: #E5E6EA;
	color: #4a4a4a;
}
.btn-primary-o {
	background-color: transparent;
	border-color: #ff0000;
	color: #ff0000;
}
.btn-primary-o:hover, .btn-primary-o:focus {
	background-color: #baa77c;
	border-color: #baa77c;
	color: #fff;
}
.btn-primary-o:active {
	background-color: #b19b6c;
	border-color: #b19b6c;
}
.btn-primary-o-black {
	background-color: transparent;
	border-color: #ff0000;
	color: #4a4a4a;
}
.btn-primary-o-black:hover, .btn-primary-o-black:focus {
	background-color: #baa77c;
	border-color: #baa77c;
	color: #fff;
}
.btn-primary-o-black:active {
	background-color: #b19b6c;
	border-color: #b19b6c;
}
.btn-sm {
	font-weight: 500;
	font-size: 12px;
	padding: 10px 15px;
}
.btn-xs {
	font-weight: 400;
	font-size: 11px;
	padding: 8px 15px;
}
.btn-lg {
	padding: 18px 25px;
	font-size: 16px;
}
.btn .text-2 {
	display: none;
}
.btn.done .text-2 {
	display: inline;
}
.btn.done .text-1 {
	display: none;
}

select.form-control {
	height: 40px;
	width: 100%;
	display: block;
	border: 1px solid #DFE2E8;
}
select.form-control + .select2-container--default {
	display: block;
	width: 100% !important;
	outline: none;
}
select.form-control + .select2-container--default .select2-selection {
	display: block;
	width: 100%;
	outline: none;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	border-radius: 0;
	border: 1px solid #DFE2E8;
	transition: border-color 0.15s ease-in-out;
}
select.form-control + .select2-container--default .select2-selection:hover {
	border-color: #DFE2E8;
}
select.form-control + .select2-container--default .select2-selection__arrow {
	transform: rotate(0) !important;
	right: 2px;
	top: 2px;
	width: 35px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
select.form-control + .select2-container--default .select2-selection__arrow:before {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	color: #999;
	position: relative;
	top: 0;
}
select.form-control + .select2-container--default .select2-selection__arrow b {
	display: none;
}
select.form-control + .select2-container--default .select2-selection__rendered {
	line-height: 38px;
	padding: 0 13px;
	padding-right: 35px;
	color: #4a4a4a;
}
select.form-control + .select2-container--default .select2-selection__rendered .select2-selection__placeholder {
	color: #757575;
	opacity: 1;
}
select.form-control + .select2-container--default.select2-container--open .select2-selection {
	border-color: #DFE2E8;
}
select.form-control + .select2-container--default.select2-container--disabled {
	opacity: 0.5;
}
select.form-control + .select2-container--default.select2-container--focus .select2-selection {
	border-color: #DFE2E8;
}

.select2-dropdown {
	border: none;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
	background-color: #DFE2E8;
	color: #4a4a4a;
}
.select2-dropdown .select2-results__option[aria-selected=true] {
	background-color: #f4f5f6;
	color: #4a4a4a;
}

.select2-results__option {
	padding: 8px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3002;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	margin: 0.5rem auto;
	pointer-events: none;
	width: 500px;
	max-width: calc(100% - 10px);
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	outline: 0;
	background-color: #ffffff;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3001;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

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

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.modal-body {
	padding: 70px 40px;
	position: relative;
}

.modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #c7c7cc;
	font-size: 13px;
	border-radius: 50%;
}
.modal-close:hover {
	color: #4a4a4a;
}

.fade {
	transition: opacity 0.15s linear;
}

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

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100vh;
	font-family: "AktivGroteskCorp", sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #4a4a4a;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
}
.container-wide {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 30px;
}

a {
	color: #ff0000;
	text-decoration: none;
	transition: color 0.15s ease-in;
}
a:hover {
	color: #b19b6c;
}

.page-header {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
	z-index: 3000;
}
.page-header:before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 28%, rgba(0, 0, 0, 0.6) 94%);
	transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page-header.dark {
	background-color: rgba(0, 0, 0, 0.8);
}
.page-header.dark:before {
	opacity: 0;
}
.page-header.smaller .header-inner {
	height: 85px;
}
.page-footer {
	margin-top: auto;
	background-color: #000;
	color: #fff;
}
.page-main {
	padding-top: 135px;
	padding-bottom: 20px;
}
.page-section {
	padding: 20px 0;
}
.page-section-header {
	margin-bottom: 30px;
}
.page-section-title {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	padding: 0;
	margin: 0;
}
.page-desc {
	margin-top: 40px;
}

.header-inner {
	display: flex;
	align-items: center;
	height: 120px;
	padding: 5px 0;
	z-index: 1;
	position: relative;
	transition: 0.2s ease-in-out;
}
.header-inner > .container-wide {
	display: flex;
	align-items: center;
	width: 100%;
}
.header-logo {
	width: 220px;
	flex: 0 0 auto;
	margin-right: 50px;
}
.header-logo a {
	display: block;
}
.header-logo picture {
	display: block;
}
.header-logo img {
	vertical-align: top;
}
.header-nav {
	flex: 1 1 auto;
}
.header-menu {
	min-width: 0;
	list-style: none;
	margin: 0 0 -5px;
	padding: 0;
	display: flex;
	color: #fff;
	flex-wrap: wrap;
}
.header-menu > li {
	margin-right: 40px;
	margin-bottom: 5px;
}
.header-menu > li > a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	display: block;
	padding: 7px 0 6px;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease-out;
	letter-spacing: 0.1em;
}
.header-menu > li > a:hover {
	border-bottom-color: #fff;
}
.header-menu > li.has-submenu:hover .header-submenu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.header-menu > li.has-submenu:hover > a {
	border-bottom-color: #fff;
}
.header-actions {
	display: flex;
	align-items: center;
	margin: 0 -5px;
	padding-left: 40px;
	position: relative;
}
.header-actions-item {
	margin: 0 5px;
}
.header-actions-item .header-actions-item {
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.header-actions-link {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ff0000;
}
.header-actions-link:hover {
	color: #fff;
}
.header-info {
	padding-left: 30px;
	font-size: 13px;
	white-space: nowrap;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.header-info .location {
	margin: 0 0 5px;
}
.header-info .worktime {
	margin: 0 0 5px;
}
.header-info .contacts-link a {
	text-decoration: underline;
}
.header-info .contacts-link a:hover {
	text-decoration: none;
	color: #ccbd9e;
}
.header-submenu {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 40px 0 50px;
	transition: transform 0.3s ease-in-out, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), visibility 0.3s cubic-bezier(0, 0, 0.2, 1);
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, -5px, 0);
	will-change: auto;
}
.header-submenu-list {
	list-style: none;
	padding: 0;
	margin: 0 0 -40px;
	-moz-column-count: 3;
	     column-count: 3;
	-moz-column-gap: 20px;
	     column-gap: 20px;
	flex: 1 1 auto;
	min-width: 0;
}
.header-submenu-list > li {
	width: 100%;
	padding: 0 0 40px;
	-moz-column-break-inside: avoid;
	     break-inside: avoid;
}
.header-submenu-list > li > a {
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	color: #999;
}
.header-submenu-list > li > a:hover {
	color: #fff;
}
.header-submenu-list > li ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
}
.header-submenu-list > li ul li {
	margin: 0 0 10px;
}
.header-submenu-list > li ul li:last-child {
	margin-bottom: 0;
}
.header-submenu-list > li ul a {
	color: #fff;
	padding: 2px 0;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s ease-out;
}
.header-submenu-list > li ul a:hover {
	border-bottom-color: #fff;
}
.header-submenu .container-wide {
	display: flex;
}
.header-submenu-info {
	margin-left: auto;
	padding-left: 20px;
	width: 18%;
	flex: 0 0 auto;
}
.header-submenu-info-img {
	display: block;
}
.header-submenu-info-img img {
	display: block;
	width: 100%;
}
.header-submenu-info-title {
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
}
.header-submenu-info-title a {
	color: #999;
}
.header-submenu-info-title a:hover {
	color: #fff;
}
.header-submenu:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 45px;
	bottom: 100%;
}
.header-search {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 95px;
	width: 240px;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.header-search-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #a5b1ba;
	height: 40px;
	padding-left: 0;
	color: #fff;
	padding-right: 55px;
	font-weight: 400;
}
.header-search-input::-moz-placeholder {
	color: #a5b1ba;
}
.header-search-input:-ms-input-placeholder {
	color: #a5b1ba;
}
.header-search-input::placeholder {
	color: #a5b1ba;
}
.header-search-btn {
	position: absolute;
	height: 40px;
	padding: 0;
	width: 40px;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.header-search-btn:hover {
	color: #ff0000;
}
.header-search-close {
	position: absolute;
	right: -93px;
	top: 0;
	height: 40px;
	padding: 0;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.header-search-close i {
	color: #fff;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.header-search-close i, .header-search-close i::before, .header-search-close i::after {
	display: block;
	width: 15px;
	height: 1px;
	background-color: #fff;
	transition-property: background-color, transform;
	transition-duration: 0.3s;
}
.header-search-close i::before, .header-search-close i::after {
	position: absolute;
	content: "";
}
.header-search-close i::before {
	top: -5px;
}
.header-search-close i::after {
	top: 5px;
}
.header-search-close i {
	background-color: transparent;
}
.header-search-close i::before {
	transform: translateY(5px) rotate(45deg);
}
.header-search-close i::after {
	transform: translateY(-5px) rotate(-45deg);
}
.header-search-close:hover i:before,
.header-search-close:hover i:after, .header-search-close:active i:before,
.header-search-close:active i:after {
	background-color: #ff0000;
}

.footer-top {
	display: flex;
	padding: 40px 0 10px;
}
.footer-info {
	flex: 0 0 auto;
	padding-right: 30px;
	margin-bottom: 30px;
	width: 35%;
}
.footer-copy {
	border-top: 1px solid #212223;
	padding: 30px 0;
	color: #a5b1ba;
	font-size: 13px;
	font-weight: 500;
}
.footer-nav {
	flex: 1 1 auto;
}
.footer-menu {
	display: flex;
	margin: 0 -15px;
	list-style: none;
	padding: 0;
}
.footer-menu > li {
	flex: 0 0 auto;
	width: 33.33333333%;
	padding: 0 15px 30px;
}
.footer-menu .title {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: 300;
}
.footer-menu ul {
	margin-top: 25px;
	list-style: none;
	padding: 0;
}
.footer-menu ul li {
	font-size: 15px;
	margin: 0 0 12px;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer-menu ul a {
	color: #a5b1ba;
}
.footer-menu ul a:hover {
	color: #fff;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-logo a {
	display: inline-block;
	vertical-align: top;
}
.footer-logo img {
	width: 256px;
	display: inline-block;
	vertical-align: top;
}
.footer-contacts {
	flex: 1 1 auto;
	min-width: 0;
}
.footer-contacts-group {
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}
.footer-contacts .contact {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 400;
}
.footer-contacts .contact:last-child {
	margin-bottom: 0;
}
.footer-contacts a {
	color: #fff;
}
.footer-contacts a:hover {
	color: #ff0000;
}
.footer-contacts-icon {
	flex: 0 0 auto;
	width: 40px;
	font-size: 18px;
	color: #7f878d;
}
.footer-comlinks-title {
	color: white;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.footer-comlinks-list {
	list-style: none;
	padding: 0;
	margin: 0 -4px -8px;
	display: flex;
	flex-wrap: wrap;
}
.footer-comlinks-list li {
	margin: 0 4px 8px;
	flex: 0 0 auto;
}
.footer-comlinks-list a {
	display: block;
}
.footer-comlinks-list img {
	width: 32px;
	display: block;
}

.home-top {
	margin: -135px 0 20px;
	background: rgba(0, 0, 0, 0.2);
}
.home-catalog-title {
	font-weight: 300;
	font-size: 1.4em;
	margin: 0 0 15px;
	white-space: nowrap;
}
.home-catalog-text {
	font-weight: 300;
	margin: 0;
}
.home-catalog-text-container {
	font-size: 20px;
	line-height: 1.3;
}
.home-catalog-btn {
	margin-top: 20px;
	display: flex;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: -5px;
	justify-content: center;
}
.home-catalog-btn .btn-sm {
	margin: 0 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.home-catalog-btn .btn-sm:hover{
	background: #000;
	border:solid 1px #000;
}

.home-catalog-tabs {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	display: flex;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.home-catalog-tabs::-webkit-scrollbar {
	display: none;
}
.home-catalog-tabs li {
	margin: 0 30px 5px 0;
}
.home-catalog-tabs a {
	padding: 10px 0;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #4a4a4a;
	white-space: nowrap;
	position: relative;
	display: block;
}
.home-catalog-tabs a:hover {
	color: #ff0000;
}
.home-catalog-tabs a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #ff0000;
	opacity: 0;
	transform: translate3d(0, 1px, 0);
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.home-catalog-tabs a.active:after {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.home-catalog-header {
	margin-left: 30px;
	border-left: 1px solid #eaeaea;
}
.home-catalog-body {
	padding: 30px 0;
}
.home-collection {
	position: relative;
}
.home-collection-img {
	width: 100%;
	display: block;
}
.home-collection .home-collection-link {
	position: absolute;
	width: 1%;
	height: 1%;
}
.home-collection .home-collection-link-1 {
	left: 4%;
	top: 5%;
	width: 25%;
	height: 33%;
}
.home-collection .home-collection-link-2 {
	width: 25%;
	height: 56%;
	left: 2%;
	top: 40%;
}
.home-collection .home-collection-link-3 {
	width: 47%;
	height: 96%;
	left: 27%;
	top: 2%;
}
.home-collection .home-collection-link-4 {
	width: 21%;
	height: 59%;
	left: 73%;
	top: 2%;
}
.home-collection .home-collection-link-5 {
	width: 22%;
	height: 30%;
	left: 75%;
	top: 63%;
}
body.show-search .header-actions-item {
	opacity: 0;
	visibility: hidden;
}
body.show-search .header-info {
	opacity: 0;
	visibility: hidden;
}
body.show-search .mobile-menu-btn {
	opacity: 0;
	visibility: hidden;
}
body.show-search .header-search {
	opacity: 1;
	visibility: visible;
}

.about-block {
	display: flex;
	align-items: stretch;
}
.about-block-body {
	flex: 1 1 auto;
	min-width: 0;
}
.about-block-header {
	flex: 0 0 auto;
	padding: 10px 30px 10px 30px;
	height: auto;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 27%;
}
.about-block-reverse .about-block-header {
	order: 1;
}
.about-block-img {
	display: block;
	width: 100%;
	height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top-slider {
	height: calc(100vh - 200px);
	min-height: 450px;
	overflow: hidden;
}
.top-slider .container {
	opacity: 0;
}
.top-slider-item {
	padding: 120px 60px 60px;
	height: calc(100vh - 200px);
	min-height: 450px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}
.top-slider-item .container {
	position: relative;
	z-index: 1;
	width: 100%;
	transition: opacity 0.25s ease-out;
	text-transform: uppercase;
}
.top-slider-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.top-slider-item .text-1 {
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 3.5em;
}
.top-slider-item .text-1:empty {
	display: none;
}
.top-slider-item .text-2 {
	font-weight: 300;
	font-size: 1.8em;
	margin: 0.1em 0;
}
.top-slider-item .text-2:empty {
	display: none;
}
.top-slider-item .text-3 {
	margin: 0.4em 0;
	font-weight: 300;
	font-size: 1.2em;
}
.top-slider-item .text-3:empty {
	display: none;
}
.top-slider .slide.slick-active .container {
	opacity: 1;
	transition: opacity 0.3s ease-in 0.5s;
}
.top-slider-buttons {
	margin-top: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top-slider-buttons .btn {
	min-width: 220px;
	white-space: nowrap;
	margin: 0 5px;
	background-color: rgba(0, 0, 0, 0.3);
}

.top-slider-buttons .btn:hover {
	border: solid 1px #fff;
}


.top-slider .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.top-slider .slick-dots li {
	margin: 0 3px;
	padding: 0;
	width: 16px;
	height: 16px;
	position: relative;
	cursor: pointer;
}
.top-slider .slick-dots li:before {
	content: "";
	display: block;
	margin-top: 50%;
	margin-left: 50%;
	width: 4px;
	height: 4px;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	transition: opacity 0.15s ease-out;
}
.top-slider .slick-dots li:after {
	cursor: pointer;
	font-size: 0;
	margin-top: 50%;
	margin-left: 50%;
	width: 16px;
	height: 16px;
	transform: translate3d(-50%, -50%, 0) scale(0);
	display: block;
	content: "";
	border: 1px solid #fff;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 50%;
	background-color: transparent;
}
.top-slider .slick-dots li:hover:after {
	transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.top-slider .slick-dots li.slick-active:before {
	opacity: 0;
}
.top-slider .slick-dots li.slick-active:after {
	transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.top-slider .slick-dots button {
	display: none;
}

.tab-container {
	position: relative;
	overflow: hidden;
}

.tab-content {
	display: none;
	overflow: hidden;
}
.tab-content.active {
	display: block;
}

.catalog-carousel {
	margin: 0 -5px;
}
.catalog-carousel .slick-track {
	margin-left: 0;
}
.catalog-carousel .slick-prev, .catalog-carousel .slick-next {
	position: absolute;
	z-index: 1;
	width: 28px;
	height: 28px;
	border-radius: 0;
	top: 40%;
	margin-top: -14px;
	background-color: #fff;
	transition: opacity 0.15s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #a5b1ba;
	line-height: 1;
	opacity: 0.5;
}
.catalog-carousel .slick-prev i, .catalog-carousel .slick-next i {
	transition: color 0.15s ease-in-out;
}
.catalog-carousel .slick-prev:hover, .catalog-carousel .slick-next:hover {
	opacity: 0.8;
}
.catalog-carousel .slick-prev:active, .catalog-carousel .slick-next:active {
	color: #4a4a4a;
}
.catalog-carousel .slick-prev {
	left: 0px;
}
.catalog-carousel .slick-next {
	right: 0px;
}
.catalog-carousel-card {
	padding: 0 5px;
}
.catalog-filter {
	margin-bottom: 30px;
}
.catalog-container {
	display: flex;
}
.catalog-left {
	flex: 0 0 auto;
	min-width: 0;
	width: 260px;
	margin-right: 30px;
}
.catalog-main {
	flex: 1 1 auto;
	min-width: 0;
}
.catalog-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	padding: 5px 0 10px;
	margin-bottom: 12px;
}
.catalog-sort {
	display: flex;
	align-items: baseline;
}
.catalog-sort-title {
	color: #4a4a4a;
	padding-right: 10px;
}
.catalog-sort-list a {
	color: #868686;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.catalog-sort-list a:hover {
	color: #ff0000;
}
.catalog-sort-list a.active {
	color: #ff0000;
}
.catalog-count {
	color: #a5b1ba;
}
.catalog-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -20px;
}
.catalog-list .catalog-item {
	min-width: 0;
	flex: 0 0 auto;
	padding: 0 5px;
	margin-bottom: 20px;
	width: 33.3333333333%;
}

.filter-group {
	border-top: 1px solid #eeeeee;
}
.filter-group:first-child {
	border-top: none;
}
.filter-group-title {
	padding: 18px 40px 18px 20px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #4a4a4a;
	transition: color 0.15s ease-in-out;
	position: relative;
}
.filter-group-title:after {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #999;
	font-size: 0.7em;
	transition: color 0.15s ease-in-out;
}
.filter-group-title.active:after {
	content: "";
}
.filter-group-title:hover {
	color: #000;
}
.filter-group-title:hover:after {
	color: #000;
}
.filter-group-body {
	padding: 5px 20px 20px;
}
.filter-group-list {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.filter-item {
	margin: 0 0 8px;
}
.filter-item:last-child {
	margin-bottom: 0;
}
.filter-with-qty {
	display: flex;
	align-items: flex-start;
}
.filter-qty {
	font-size: 10px;
	color: #a5b1ba;
	font-weight: 500;
	margin-left: auto;
	padding: 6px 0 0px 5px;
	flex: 0 0 auto;
}
.filter-qty-title {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter-mobile-btn {
	display: none;
}
.filter-links {
	padding-top: 20px;
}
.filter-links .filter-item {
	margin-bottom: 8px;
}
.filter-links .filter-item:last-child {
	margin-bottom: 0;
}
.filter-links a {
	display: inline-block;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	border-bottom: 2px solid transparent;
}
.filter-links a:hover {
	color: #ff0000;
}
.filter-links a.active {
	border-bottom-color: #ff0000;
}
.filter-buttons {
	padding: 20px 10px;
}

.bg-grey {
	background-color: #E5E6EA;
}

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

.mb-0 {
	margin-bottom: 15px;
}

.collection-title {
	color: #fff;
	font-size: 2vw;
	font-weight: 700;
	line-height: 1.36;
	text-transform: uppercase;
	text-align: right;
	padding-right: 40px;
	position: absolute;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
}
.collection-title span {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	letter-spacing: 2.5px;
	margin-top: 0.25em;
	display: inline-block;
	position: relative;
	left: 0.25em;
	padding: 0.15em 0.5em 0.12em;
}

.circle1 {
	position: absolute;
	top: 10%;
	left: 13%;
	width: auto;
	display: inline-block;
}

.circle-wrp {
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 32px;
	text-align: center;
	display: inline-block;
}

.circle {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	margin-top: 6px;
	color: #f00;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
}

.block-info {
	padding: 10px 25px;
	font-weight: 500;
	font-size: 16px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 21px;
	margin-left: 9px;
}
.block-info p {
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}
.block-info .link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.block-info::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 14px solid transparent;
	position: absolute;
	left: -12px;
	top: 10px;
}
.block-info.left {
	margin-left: 0;
	margin-right: 9px;
}
.block-info.left::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #fff;
	border-right: none;
	border-bottom: 14px solid transparent;
	position: absolute;
	right: -12px;
	top: 10px;
	left: auto;
}
.block-info.top {
	margin: 0;
	margin-bottom: 9px;
}
.block-info.top::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	border-bottom: none;
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -15px;
}

.circle2 {
	position: absolute;
	bottom: 16%;
	right: 12%;
	width: auto;
	display: inline-block;
}

.circle3 {
	position: absolute;
	top: 8%;
	left: 50%;
	width: auto;
	display: inline-block;
}

.card-product {
	position: relative;
	overflow: hidden;
}

.card-product--flex {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
}

.card-product:not(.card-product--line):hover .card-product__img-hover {
	opacity: 1;
}

.card-product:not(.card-product--line):hover .card-product__label {
	max-width: 300px;
}

.card-product:not(.card-product--line):hover .label-show-hover {
	color: #4a4a4a;
}

.card-product:not(.card-product--line):hover .card-product__more {
	opacity: 1;
}

.card-product__wrap-img {
	position: relative;
	overflow: hidden;
}
.card-product__wrap-img img {
	width: 100%;
	display: block;
}

.card-product--line .card-product__wrap-img {
	width: 50%;
	margin-right: 15px;
}

.card-product--line .card-product__wrap-img:hover .card-product__img-hover {
	opacity: 1;
}

.card-product--line .card-product__wrap-img:hover .card-product__label {
	max-width: 300px;
}

.card-product--line .card-product__wrap-img:hover .label-show-hover {
	color: #4a4a4a;
}

.list-product--small .card-product__wrap-img {
	width: 30%;
}

.card-product__img {
	max-width: 100%;
}

.card-product__img-hover {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.card-product__img-hover.b-error {
	opacity: 0 !important;
	visibility: hidden !important;
}

.card-product__info {
	width: 100%;
	padding: 15px 10px;
	position: relative;
	overflow: hidden;
}

.card-product--line .card-product__info {
	flex: 1;
}

.full-screen .card-product__info {
	background: white;
}

.card-product__name {
	font-size: 12px;
	height: 45px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.3;
}

.card-product__name-link {
	color: #4a4a4a;
	text-decoration: none;
}

.card-product--line .card-product__name {
	height: auto;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.card-product__remove {
	background: transparent;
	color: #4a4a4a;
	font-size: 12px;
	border: none;
	border-bottom: 1px dashed #4a4a4a;
	transition: all 0.3s;
	outline: none;
	cursor: pointer;
}

.card-product__remove:hover {
	border-bottom-color: transparent;
}

.card-product--line .card-product__remove {
	font-size: 11px;
}

.card-product__price {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.card-product__price-new {
	color: #f7624e;
	margin-right: 10px;
	display: inline-block;
	white-space: nowrap;
}

.card-product__price-old {
	color: #7f878d;
	margin-right: 10px;
	display: inline-block;
	white-space: nowrap;
}

.card-product__more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	padding: 15px 10px;
	border-radius: 20px;
	background: white;
	color: #4a4a4a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	opacity: 0;
	white-space: nowrap;
}

.card-product__more-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fbfbfb;
	padding: 0 10px;
	z-index: 3;
	transition: all 0.3s ease-in-out;
	height: 0;
	overflow: hidden;
}

.card-product__bottom-actions {
	list-style: none;
	margin: auto 0 0;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
}
.card-product__bottom-actions li {
	display: inline-block;
}
.card-product__bottom-actions li:after {
	content: "|";
	padding: 0 5px 8px;
	color: #7f878d;
}
.card-product__bottom-actions li:last-child:after {
	display: none;
}
.card-product__bottom-actions a {
	display: inline-block;
	color: #7f878d;
}
.card-product__bottom-actions a:hover {
	color: #ff0000;
}
.card-product__bottom-actions a i {
	padding: 0 5px;
	display: inline-block;
}

.card-product.hide-info .card-product__more-info {
	display: none;
}

.card-product .p_size {
	display: block;
	text-align: left;
}

.card-product .p_size li {
	text-align: center;
}

.card-product .i-rub {
	font-weight: bold;
	margin-left: 2px;
}

.card-product__more-desc {
	padding-bottom: 10px;
	font-size: 12px;
	height: 45px;
	overflow: hidden;
	line-height: 1.3;
	margin-bottom: 12px;
}

.card-product__more-label {
	padding: 5px 9px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: center;
	min-height: 24px;
	border: solid 1px #d4d4d4;
	margin-right: 5px;
	margin-bottom: 5px;
}

.breadcrumb_line {
	margin-bottom: 0;
}

.breadcrumb_line li {
	padding: 0 5px 8px;
}

.breadcrumb_line li img {
	position: relative;
	top: -1px;
}

.main-content .breadcrumb_line .breadcrumb {
	padding-top: 0;
}

.breadcrumb {
	padding: 0;
	margin: 0 0 16px;
	list-style: none;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 5px 8px;
	color: #7f878d;
}

.breadcrumb img {
	width: 12px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.breadcrumb a {
	text-decoration: none;
	color: #7f878d;
}
.breadcrumb a:hover {
	text-decoration: none;
	color: #000;
}

.breadcrumb li.back a {
	color: #4a4a4a;
}
.breadcrumb li.back a:hover {
	color: #000;
}

.breadcrumb li.back i {
	font-size: 0.8em;
	padding-right: 0.5em;
}

.breadcrumb_line {
	margin-bottom: -5px;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.mt-n15 {
	margin-top: -15px;
}

.dark-header .page-header,
.dark-header .page-header:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.dark-header .page-header:before,
.dark-header .page-header:hover:before {
	display: none;
}

.about-wrap {
	overflow: hidden;
	width: 100%;
	background: #fff url(../images/about-bg-1.jpg) no-repeat top right;
}

.about-wrap .page-h1 {
	width: 50%;
	float: right;
	margin-right: -70px;
	margin-top: 150px;
	margin-bottom: 165px;
	font-size: 48px;
	font-weight: 300;
	position: relative;
	z-index: 4;
}

.about-text-wrap {
	background: #fff;
	padding: 19px 53px 37px;
	width: 100%;
	position: relative;
	box-shadow: 2px 2px 62px 5px rgba(0, 0, 0, 0.11);
}

.about-text-wrap .map-nav-title {
	margin-left: 0;
	padding: 28px 0 25px 0;
	font-size: 24px;
}

.about-text-wrap .map-nav-title span:after {
	bottom: -25px;
}

.atw-1 {
	max-width: 450px;
	float: right;
	clear: both;
	left: 40px;
	transform: translateY(31px);
	z-index: 15;
}

.about-img1 {
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 8;
}

.about-img2 {
	float: left;
	clear: both;
	position: relative;
	left: -190px;
	margin-top: 55px;
	z-index: 10;
}

.about-img3 {
	float: left;
	clear: both;
	position: relative;
	margin-top: -352px;
	left: 370px;
	z-index: 9;
}

.back-bg {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 800px;
	right: 160px;
	top: 622px;
	z-index: 1;
}

.second-c-wrap {
	position: relative;
}

.atw-2 {
	margin-top: 60px;
	left: -60px;
	max-width: 582px;
	z-index: 10;
	margin-bottom: 375px;
}

.vis-h {
	opacity: 0;
}

.about-loader {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -20px;
	width: 40px;
}

.parallax-elem {
	transition: all 0.9s ease;
}

.about-img4 {
	position: absolute;
	top: -350px;
}

.about-img5 {
	position: absolute;
	z-index: 8;
	left: 365px;
	top: 64px;
}

.atw-3 {
	max-width: 532px;
	left: 200px;
	top: 452px;
	position: absolute;
	background: #842154;
	color: #fff;
}

.atw-3 .map-nav-title {
	color: #fff;
}

.atw-3 .map-nav-title span:after {
	background: #fff;
}

.atw-4 {
	max-width: 576px;
	margin-left: 90px;
}

.about-img6 {
	position: absolute;
	right: -32px;
	top: -330px;
}

.about-img7 {
	position: absolute;
	margin-top: 105px;
	left: 0;
	max-width: 100%;
}

.about-slider-wrap img,
.index-slider-wrap img {
	width: 100%;
}

.atw-5 {
	float: right;
	max-width: 450px;
	margin-right: 195px;
	margin-top: 822px;
	z-index: 8;
}

.about-img8 {
	position: absolute;
	margin-top: 460px;
	z-index: 7;
}

.about-img9 {
	position: absolute;
	right: 0;
}

.atw-6 {
	margin-top: 745px;
	max-width: 500px;
	margin-left: 45px;
	z-index: 10;
}

.about-img10 {
	position: absolute;
	top: -314px;
	left: 360px;
	z-index: 7;
}

.atw-7 {
	z-index: 8;
	float: right;
	right: -200px;
	margin-top: 167px;
	max-width: 490px;
	padding-top: 40px;
}

.about-wrap .page-head {
	border-top: 1px solid #e6e6e6;
	background: #fff;
	padding-bottom: 45px;
	padding-top: 45px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 108px;
	margin-bottom: 105px;
}

.about-wrap .page-head span {
	font-weight: 700;
	color: #ff0000;
}

.about-wrap .page-head:before {
	left: 50%;
	margin-left: -1px;
	bottom: 100%;
	margin-bottom: -19px;
	height: 38px;
	width: 2px;
	background: #ff0000;
}

.about-text-wrap .map-nav-title span::after {
	bottom: -25px !important;
}

.map-nav-title span::after {
	width: 100%;
	height: 3px;
	background: #ff0000;
	bottom: -10px;
	left: 0;
}

.map-nav-title {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.about-wrap .container {
	max-width: 1140px;
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.clearfix::after {
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	content: ".";
	visibility: hidden;
	overflow: hidden;
	display: block;
}

.page-contacts {
	position: relative;
}

.page-contacts .bg {
	height: 720px;
}

.page-contacts .text {
	position: absolute;
	top: 50%;
	background: #fff;
	box-shadow: 3px 3px 3px #ccc;
	padding: 30px 30px 35px 36px;
	border: 1px solid #e6e7e8;
	font-size: 14px;
	width: 600px;
	max-width: calc(45% - 20px);
	box-sizing: border-box;
	left: 5%;
	z-index: 10;
	transform: translateY(-50%);
}

.contacts-map-head {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 15px;
	font-weight: 300;
}

.contacts-row {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	margin: 0 -15px;
}
.contacts-group {
	padding: 15px 15px 15px 60px;
	flex: 0 0 auto;
	width: 50%;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}

.contacts-group-col {
	width: 50%;
	flex: 0 0 auto;
}
.contacts-group-col .contacts-group {
	width: 100%;
}

.contacts-group:before {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	color: #7f878d;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	text-align: center;
}
.contacts-group a {
	color: #333;
}
.contacts-group a:hover {
	color: #ff0000;
}
.contacts-comlinks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: 15px 0 0;
}
.contacts-comlinks a {
	flex: 0 0 auto;
	margin: 0 8px 0 0;
	color: #7f878d;
}
.contacts-comlinks a:hover {
	color: #4a4a4a;
}
.contacts-comlinks a i {
	font-size: 26px;
}
.contacts-comlinks .follow-text {
	padding-left: 10px;
	font-size: 16px;
}
.contacts-btn {
	width: 250px;
	margin-top: 30px;
}

.phone-wrap:before {
	content: "";
}

.clock-wrap:before {
	content: "";
}

.address-wrap:before {
	content: "";
}

.mail-wrap:before {
	content: "";
}

#map {
	min-height: 645px;
	height: calc(100vh - 215px);
	background: #ccc;
	z-index: 0;
}

.contacts-parking-link {
	display: inline-block;
	margin-top: 10px;
	cursor: zoom-in;
}
.contacts-parking-link:hover {
	text-decoration: none;
}

.contacts-parking-title {
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: 1px solid currentColor;
	line-height: 1.1;
}

.about-text {
	line-height: 1.33;
}
.about-text ul {
	padding-left: 20px;
}

.mobile-menu-btn {
	display: none;
}
.address-wrap.with-parking:before {
	top: 37px;
}


.pagination {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 0;
}
.pagination:after {
	content: "";
	display: table;
	clear: both;
}
.pagination .pagination-page {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #4a4a4a;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}
.pagination .pagination-page:hover {
	color: #ff0000;
}
.pagination .pagination-page.active {
	color: #fff;
	background: #000;
}
.pagination .pagination-back,
.pagination .pagination-next {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.pagination .pagination-back:hover,
.pagination .pagination-next:hover {
	color: #ff0000;
}
.pagination .pagination-back i,
.pagination .pagination-next i {
	color: #a5b1ba;
	font-size: 0.8em;
}
.pagination .pagination-back {
	float: left;
}
.pagination .pagination-back i {
	padding-right: 4px;
}
.pagination .pagination-next {
	float: right;
}
.pagination .pagination-next i {
	padding-left: 4px;
}

.show-mobile {
	display: none;
}

.text-accent {
	color: #f7624e;
}

.promo-top {
	margin-bottom: 15px;
}

.mobile-menu {
	display: none;
}

.studio-container {
	padding-top: 20px;
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
}
.studio-advantages {
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.studio-advantages li {
	margin: 0 0 20px;
	position: relative;
	padding-left: 30px;
}
.studio-advantages li:last-child {
	margin-bottom: 0;
}
.studio-advantages li:before {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	color: #b3b3b3;
	font-size: 16px;
	left: 5px;
	top: 0.2em;
}
.studio-left {
	width: 50%;
	min-width: 0;
	flex: 1 1 auto;
	padding-right: 5px;
	padding-top: 50px;
}
.studio-right {
	width: 600px;
	flex: 0 0 auto;
	min-width: 0;
	text-align: center;
}
.studio-bottom {
	border-top: 2px solid #eaeaea;
	padding: 30px 10px 50px;
	text-align: center;
}
.studio-bottom-subscribe {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.subbtn-text {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
}
.subbtn-text-grey {
	text-align: center;
	font-size: 14px;
	color: #7b7b7b;
	margin-top: 5px;
}

.styled-article .studio-title {
	font-weight: 700;
	margin: 0 0 40px;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
}
.styled-article .studio-advantages {
	padding-left: 0;
}
.styled-article .studio-advantages li {
	margin-bottom: 15px;
}
.styled-article .studio-advantages li:last-child {
	margin-bottom: 0;
}

.ba-slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.ba-slider img {
	display: block;
	max-width: none;
	height: initial;
}

.resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}

.handle {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	margin-left: -1px;
	background: rgba(255, 255, 255, 0.6);
	cursor: ew-resize;
}
.handle:before {
	content: "";
	transform: rotate(45deg) translate3d(-50%, -50%, 0);
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	position: absolute;
	transform-origin: center;
	margin-left: -15px;
	margin-top: 6px;
}
.handle i {
	position: absolute;
	z-index: 2;
	font-size: 18px;
	color: #a5b1ba;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -14px;
}

.compare-1 {
	width: 440px;
	margin-left: auto;
}
.compare-1 img {
	width: 320px !important;
	margin-left: 140px;
}
.compare-1 .point {
	position: absolute;
}
.compare-1 .point .block-info {
	position: absolute;
	left: 40px;
	top: -9px;
	min-width: 120px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.compare-1 .point .block-info.left {
	left: auto;
	right: 40px;
}
.compare-1 .point .block-info.top {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	bottom: 40px;
	top: auto;
}
.compare-1 .point-1 {
	left: 150px;
	top: 155px;
}
.compare-1 .point-2 {
	left: 160px;
	top: 305px;
}
.compare-1 .point-3 {
	left: 190px;
	top: 494px;
}
.compare-1 .point-4 {
	right: 58px;
	top: 154px;
}
.compare-1 .handle {
	left: 68%;
}
.compare-1 .resize {
	width: 68%;
}

.card-desc-tabs {
	justify-content: center;
}
.card-desc-tabs li:last-child {
	margin-right: 0;
}
.card-desc-container {
	display: flex;
}
.card-desc-left {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 15px;
}
.card-desc-left .styled-article {
	font-size: inherit;
}
.card-desc-right {
	flex: 0 0 auto;
	min-width: 0;
	width: 39%;
	border-left: 2px solid #e6ebef;
	padding-left: 30px;
	margin-left: 30px;
}
.card-top {
	display: flex;
	margin-top: -20px;
}
.card-left {
	flex: 1 1 auto;
	min-width: 0;
}
.card-right {
	width: 35%;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}
.card-image-list {
	display: flex;
	flex-wrap: wrap;
}
.card-image-item {
	padding: 10px;
	width: 50%;
}
.card-image-link {
	display: block;
	cursor: zoom-in;
}
.card-image-link img {
	display: block;
	width: 100%;
}
.card-image-show-all-btn {
	display: inline-block;
	color: #4a4a4a;
	font-size: 18px;
	margin: 20px 20px 0;
	font-weight: 400;
}
.card-image-show-all-btn .text-2 {
	display: none;
}
.card-image-show-all-btn .text {
	border-bottom: 1px solid #4a4a4a;
	transition: border-color 0.15s ease-in-out;
}
.card-image-show-all-btn i {
	font-size: 0.8em;
	padding-left: 2px;
}
.card-image-show-all-btn:hover {
	color: #4a4a4a;
}
.card-image-show-all-btn:hover .text {
	border-bottom-color: transparent;
}
.card-info {
	padding: 30px 25px;
}
.card-header {
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 15px;
	margin: 0 0 30px;
}
.card-title {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
}
.card-art {
	color: #7f878d;
	font-size: 12px;
}
.card-price {
	font-size: 24px;
	margin: 0 0 20px;
}
.card-price .old,
.card-price .new {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px 5px 0;
	font-weight: 500;
}
.card-price .old {
	font-size: 0.66em;
	color: #7f878d;
	text-decoration: line-through;
}
.card-promos {
	position: relative;
	margin: 0 0 15px;
}
.card-promos-title {
	background: #E5E6EA;
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #f7624e;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.card-promos-title i {
	font-size: 1.4em;
	padding-right: 10px;
	flex: 0 0 auto;
}
.card-promos-list {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.card-promos-list li {
	margin: 0;
	padding: 0;
}
.card-promos-list a {
	padding: 8px 10px;
	display: block;
	color: #4a4a4a;
}
.card-promos-list a:hover {
	color: #ff0000;
}
.card-size-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	margin-top: 20px;
}
.card-size-row .left {
	margin-bottom: 5px;
}
.card-size-row .right {
	margin-bottom: 5px;
}
.card-goto-sizes {
	color: #7f878d;
	font-size: 15px;
}
.card-goto-sizes span {
	border-bottom: 1px dashed currentColor;
	transition: border-color 0.15s ease-in-out;
}
.card-goto-sizes i {
	font-size: 1.2em;
	padding-right: 5px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -2px;
}
.card-goto-sizes:hover {
	color: #ff0000;
}
.card-goto-sizes:hover span {
	border-bottom-color: transparent;
}
.card-action {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin: 0 -5px 10px;
	display: flex;
	align-items: flex-start;
}
.card-action-col {
	padding: 0 5px 10px;
	flex: 0 0 auto;
	width: 50%;
}
.card-action-col .btn {
	width: 100%;
}
.card-action .btn {
	padding-left: 5px;
	padding-right: 5px;
}
.card-benefits {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	color: #4a4a4a;
	font-size: 15px;
}
.card-benefits li {
	margin: 0 0 12px;
}
.card-benefits li:last-child {
	margin-bottom: 0;
}
.card-benefits a {
	color: #4a4a4a;
	border-bottom: 1px solid currentColor;
}
.card-benefits a:hover {
	color: #ff0000;
	border-bottom-color: transparent;
}
.card-benefits i {
	color: #a5b1ba;
	font-size: 24px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	text-align: center;
}

.checkout-right.fixed {
	position: fixed;
	top: 75px;
}
.checkout-right.fixed.bottom {
	top: auto;
	margin-top: auto;
	position: relative;
}

.pid_prop2 {
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	font-size: 15px;
}
.pid_prop2 p {
	margin: 0 0 5px;
}
.pid_prop2 p:last-child {
	margin-bottom: 0;
}

.pid_prop2 td {
	padding: 5px;
	vertical-align: top;
	line-height: 140%;
}

.pid_prop2 td:first-child {
	font-weight: 700;
}

.pid_prop {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.pid_prop li {
	width: 33.333%;
	padding-right: 5px;
	margin-bottom: 10px;
}
.pid_prop li span {
	width: 20px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: top;
}
.pid_prop li span img {
	max-width: 100%;
}

.size-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.size-table,
.size-table + .size-table {
	margin-top: 20px;
}

.size-table th {
	padding: 7px 10px;
	vertical-align: middle;
	transition: 0.2s;
	border: 1px solid #dee2e6;
	text-align: center;
}

.size-table th {
	background: #f5f5f5;
	font-weight: 500;
}

.size-table th:first-child {
	text-align: left;
}

.size-table td {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #dee2e6;
	transition: background-color 0.15s ease-in-out;
	white-space: nowrap;
}

.size-table td:first-child {
	max-width: 190px;
	text-align: left;
	font-weight: 500;
}

.size-table tr:hover td {
	background-color: rgba(26, 97, 167, 0.05);
}

.table-resp {
	overflow: auto;
}
.table-resp > table {
	min-width: 600px;
}

.size-select-wrapper {
	width: 200px;
}

.pswp {
	z-index: 3000;
}

.about-slider .slick-prev,
.about-slider .slick-next {
	position: absolute;
	z-index: 1;
	width: 28px;
	height: 28px;
	border-radius: 0;
	top: 50%;
	margin-top: -14px;
	background-color: #fff;
	transition: opacity 0.15s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #a5b1ba;
	line-height: 1;
	opacity: 0.5;
}
.about-slider .slick-prev i,
.about-slider .slick-next i {
	transition: color 0.15s ease-in-out;
}
.about-slider .slick-prev:hover,
.about-slider .slick-next:hover {
	opacity: 0.8;
}
.about-slider .slick-prev:active,
.about-slider .slick-next:active {
	color: #4a4a4a;
}
.about-slider .slick-prev {
	left: 0px;
}
.about-slider .slick-next {
	right: 0px;
}

.collection-section{
		margin-top: -40px;
    margin-bottom: -10px;
	}


@media (max-width: 1400px) {
	.about-block-img {
		height: 400px;
	}

	.home-catalog-text-container {
		font-size: 16px;
	}

	.header-menu > li {
		margin-right: 25px;
	}
	.header-menu > li > a {
		font-size: 12px;
	}
	.header-info {
		font-size: 12px;
	}

	.home-catalog-tabs li {
		margin-right: 20px;
	}

	.checkout-right.fixed {
		position: relative;
		top: 0;
	}
	.checkout-right.fixed.bottom {
		top: 0;
		margin-top: 0;
		position: relative;
	}

	.card-right {
		width: 40%;
	}
}
@media (min-width: 1220px) {
	.card-image-list .card-image-item:nth-child(4) ~ .card-image-item {
		display: none;
	}
	.card-image-list.show-all .card-image-item:nth-child(4) ~ .card-image-item {
		display: block;
	}
	.card-image-list.show-all ~ .card-image-show-all-btn .text-1 {
		display: none;
	}
	.card-image-list.show-all ~ .card-image-show-all-btn .text-2 {
		display: inline;
	}
}
@media (max-width: 1219px) {
	.header-logo {
		width: 175px;
		margin-right: 30px;
	}
	.header-info {
		padding-left: 15px;
	}
	.header-actions {
		padding-left: 15px;
	}
	.header-menu > li {
		margin-right: 20px;
	}
	.header-menu > li > a {
		font-size: 10px;
	}

	.page-contacts .text {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		box-shadow: none;
		transform: translateY(0);
		border: none;
		max-width: none;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contacts-row {
		max-width: 600px;
		margin: 0 auto;
	}

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

	.atw-2 {
		left: -40px;
	}

	.about-wrap .page-h1 {
		font-size: 36px;
	}

	.home-catalog-tabs li {
		margin-right: 15px;
	}
	.home-catalog-tabs a {
		font-size: 13px;
	}

	.card-right {
		width: 55%;
	}

	.card-image-show-all-btn {
		display: none;
	}

	.card-image-list .slick-prev, .card-image-list .slick-next {
		position: absolute;
		z-index: 1;
		width: 28px;
		height: 28px;
		border-radius: 0;
		top: 50%;
		margin-top: -14px;
		background-color: #fff;
		transition: opacity 0.15s ease-in-out;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 14px;
		color: #a5b1ba;
		line-height: 1;
		opacity: 0.5;
	}
	.card-image-list .slick-prev i, .card-image-list .slick-next i {
		transition: color 0.15s ease-in-out;
	}
	.card-image-list .slick-prev:hover, .card-image-list .slick-next:hover {
		opacity: 0.8;
	}
	.card-image-list .slick-prev:active, .card-image-list .slick-next:active {
		color: #4a4a4a;
	}
	.card-image-list .slick-prev {
		left: 0px;
	}
	.card-image-list .slick-next {
		right: 0px;
	}

	.card-image-item {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	.card-product:not(.card-product--line):hover .card-product__more-info {
		height: 103px;
		padding: 15px 10px;
	}

	.modal-open {
		overflow: auto;
		padding-right: 0 !important;
	}

	.page-header:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}
	.page-header:hover:before {
		opacity: 0;
	}

	.card-promos:hover .card-promos-list {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 991px) {
	.footer-info {
		margin: 0 auto 40px;
		padding: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-top {
		flex-direction: column;
	}
	.footer-copy {
		text-align: center;
	}
	.footer-comlinks-list {
		justify-content: center;
	}

	.about-block {
		flex-direction: column;
	}
	.about-block-header {
		width: 100%;
		min-height: 200px;
		order: -1;
		padding: 40px 20px;
	}
	.about-block-reverse .about-block-header {
		order: -1;
	}
	.about-block-img {
		height: 400px;
	}

	.home-catalog-text br {
		display: none;
	}

	.home-catalog-header {
		margin-left: 0;
		border-left: none;
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header-inner {
		height: 75px;
	}
	.header-inner .header-menu {
		display: none;
	}
	.header-inner .header-info {
		display: none;
	}

	.header-actions {
		margin-right: 0;
	}

	.collection-title {
		font-size: 3vw;
		top: 48%;
	}

	.page-main {
		padding-top: 90px;
	}

	.home-top {
		margin-top: -90px;
	}

	.about-img1 {
		top: 105px;
	}

	.about-wrap .page-h1 {
		width: auto;
		float: none;
		margin: 30px 0;
	}

	.mobile-menu-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 36px;
		height: 36px;
		background-color: rgba(0, 0, 0, 0.2);
		margin-left: 10px;
	}
	.mobile-menu-btn i {
		position: relative;
		margin-top: 5px;
		margin-bottom: 5px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #ff0000;
	}
	.mobile-menu-btn i, .mobile-menu-btn i::before, .mobile-menu-btn i::after {
		display: block;
		width: 15px;
		height: 1px;
		background-color: #ff0000;
		transition-property: background-color, transform;
		transition-duration: 0.3s;
	}
	.mobile-menu-btn i::before, .mobile-menu-btn i::after {
		position: absolute;
		content: "";
	}
	.mobile-menu-btn i::before {
		top: -5px;
	}
	.mobile-menu-btn i::after {
		top: 5px;
	}
	.mobile-menu-btn:active i,
.mobile-menu-btn:active i:before,
.mobile-menu-btn:active i:after {
		background-color: #fff;
	}

	.catalog-container {
		flex-direction: column;
		margin-top: -20px;
	}
	.catalog-top {
		flex-wrap: wrap;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.catalog-count {
		width: 100%;
		order: -1;
		margin-bottom: 10px;
		text-align: center;
	}
	.catalog-sort {
		padding: 0 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.catalog-sort-title {
		white-space: nowrap;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 500;
		display: flex;
		align-items: center;
	}
	.catalog-sort-title .hide-mobile {
		display: none;
	}
	.catalog-sort-title .show-mobile {
		display: block;
		color: #4a4a4a;
		font-size: 24px;
		padding-left: 5px;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.catalog-sort-title.open ~ .catalog-sort-list {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
	.catalog-sort-list {
		position: absolute;
		left: 0;
		top: 100%;
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
		z-index: 10;
		background-color: #fff;
		padding: 5px 0;
		min-width: 150px;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 5px, 0);
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
	.catalog-sort-list a {
		display: block;
		padding: 10px 15px;
		text-align: left;
	}
	.catalog-sort-list a.active {
		background-color: #eaeaea;
		color: #4a4a4a;
	}
	.catalog-left {
		position: fixed;
		right: 0;
		top: 75px;
		width: 100%;
		height: calc(100% - 75px);
		z-index: 3004;
		margin-right: 0;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.8);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}
	.catalog-filter {
		width: 300px;
		margin-left: auto;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.filter-mobile-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-left: 0;
		color: #4a4a4a;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 500;
	}
	.filter-mobile-btn:hover {
		color: #4a4a4a;
	}
	.filter-mobile-btn i {
		padding-right: 5px;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 16px;
	}
	.filter-group-list {
		box-shadow: none;
		overflow: auto;
		border-bottom: 2px solid #eeeeee;
		flex: 1 1 auto;
		min-height: 0;
	}
	.filter-buttons {
		padding: 20px;
		margin: 0;
	}

	.mobile-menu {
		position: fixed;
		left: 0;
		top: 75px;
		height: calc(100% - 75px);
		width: 100%;
		background-color: #000;
		z-index: 3005;
		display: flex;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		will-change: auto;
		transform: translate3d(0, -10px, 0);
	}
	.mobile-menu-info {
		color: #fff;
		padding: 20px 15px 30px;
		flex: 0 0 auto;
		border-top: 1px solid #333;
	}
	.mobile-menu-container {
		flex: 1 1 auto;
		min-height: 0;
	}
	.mobile-menu-list {
		position: relative;
		overflow: auto;
		height: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 500;
	}
	.mobile-menu-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		will-change: auto;
		transform: translate3d(100%, 0, 0);
		display: none;
		transition: transform 0.3s ease-in-out;
	}
	.mobile-menu-list ul.show {
		transform: translate3d(0, 0, 0);
	}
	.mobile-menu-list li {
		margin: 0;
		padding: 0;
		display: flex;
		border-top: 1px solid #212223;
	}
	.mobile-menu-list li:last-child {
		border-bottom: 1px solid #212223;
	}
	.mobile-menu-list a {
		height: 50px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		width: 100%;
		color: #eaeaea;
		transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
		flex: 1 1 auto;
		min-width: 0;
	}
	.mobile-menu-list a:active {
		background-color: #191919;
	}
	.mobile-menu-list.fade-group > li > a,
.mobile-menu-list.fade-group > li > .mobile-menu-next,
.mobile-menu-list ul.fade-group > li > a,
.mobile-menu-list ul.fade-group > li > .mobile-menu-next {
		opacity: 0;
	}
	.mobile-menu-list.hide-group > li:not(.open),
.mobile-menu-list ul.hide-group > li:not(.open) {
		display: none;
	}
	.mobile-menu-next {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 18px;
		color: #7b7b7b;
		margin-right: 15px;
		cursor: pointer;
		transition: opacity 0.15s ease-in-out;
	}
	.mobile-menu-next:active {
		color: #eaeaea;
	}
	.mobile-menu-back {
		transition: opacity 0.15s ease-in-out;
		color: #7b7b7b !important;
	}
	.mobile-menu-back i {
		font-size: 18px;
		width: 25px;
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: inherit;
		margin-left: -6px;
		margin-right: 6px;
	}

	body.show-mobile-filter .catalog-left {
		opacity: 1;
		visibility: visible;
	}

	body.show-mobile-menu {
		overflow: hidden;
	}
	body.show-mobile-menu .mobile-menu {
		transition: 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
	body.show-mobile-menu .mobile-menu-btn i {
		background-color: transparent;
	}
	body.show-mobile-menu .mobile-menu-btn i::before, body.show-mobile-menu .mobile-menu-btn i::after {
		background-color: #fff;
	}
	body.show-mobile-menu .mobile-menu-btn i::before {
		transform: translateY(5px) rotate(45deg);
	}
	body.show-mobile-menu .mobile-menu-btn i::after {
		transform: translateY(-5px) rotate(-45deg);
	}

	.header-search {
		right: 48px;
		width: 170px;
	}
	.header-search-close {
		right: -50px;
	}

	.page-section-title {
		font-size: 30px;
	}

	.studio-container {
		flex-direction: column;
	}
	.studio-left {
		padding-right: 0;
		margin-bottom: 30px;
		width: 100%;
		padding-top: 0;
	}
	.studio-right {
		width: 100%;
	}

	.styled-article .studio-title {
		font-size: 24px;
	}

	.header-info {
		font-size: 14px;
	}

	.card-desc-container {
		flex-direction: column;
	}
	.card-desc-left {
		padding-bottom: 30px;
	}
	.card-desc-right {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}
	.card-promos-title.open ~ .card-promos-list {
		opacity: 1;
		visibility: visible;
	}
	.card-top {
		flex-direction: column;
		padding: 0 10px;
	}
	.card-left {
		margin: 0 auto;
		max-width: 380px;
		width: 100%;
	}
	.card-right {
		width: 100%;
		padding: 0;
	}
	.card-info {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-wide {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-copy {
		border-top: none;
	}
	.footer-menu {
		flex-direction: column;
	}
	.footer-menu > li {
		width: 100%;
		border-bottom: 1px solid #212223;
		padding: 0;
	}
	.footer-menu ul {
		display: none;
		padding: 15px 15px 25px;
		border-top: 1px solid #212223;
		margin-top: 0;
	}
	.footer-menu ul a {
		display: block;
		padding: 5px 0;
		font-size: 15px;
	}
	.footer-menu .title {
		padding: 15px 40px 15px 15px;
		display: block;
		position: relative;
	}
	.footer-menu .title:after {
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 14px;
		color: #7f878d;
	}
	.footer-menu .title.active:after {
		transform: rotate(180deg);
		margin-top: -6px;
	}

	.top-slider-item {
		font-size: 12px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 75px;
	}
	.top-slider-item .text-1 {
		font-size: 2.5em;
	}
	.top-slider-item .text-2 {
		font-size: 1.4em;
		margin: 0.5em 0;
	}
	
	

	.collection-section .about-block {
		position: relative;
	}
	.collection-section .home-catalog-text {
		display: none;
	}
	.collection-section .about-block-header {
		min-height: auto;
		padding: 30px 20px 10px;
	}
	.collection-section .circle-item {
		display: none;
	}
	.collection-section .home-catalog-btn {
		position: absolute;
		bottom: 20px;
		text-align: center;
		width: 100%;
		left: 0;
		z-index: 1;
		margin-top: 0;
	}
	.collection-section .home-catalog-btn .btn-primary-o-black {
		background-color: #ff0000;
		color: #fff;
	}
	.collection-section .home-catalog-btn .btn-primary-o-black:hover, .collection-section .home-catalog-btn .btn-primary-o-black:focus {
		background-color: #baa77c;
		border-color: #baa77c;
		color: #fff;
	}
	.collection-section .home-catalog-btn .btn-primary-o-black:active {
		background-color: #b19b6c;
		border-color: #b19b6c;
	}
	.collection-section .collection-title {
		width: 100%;
		text-align: center;
		font-size: 25px;
		padding: 15px 0;
	}

	.home-collection-img {
		height: 400px;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.breadcrumb {
		font-size: 12px;
	}

	.atw-2 {
		margin-bottom: 100px;
	}

	.catalog-list .catalog-item {
		width: 50%;
	}

	.pagination .pagination-back,
.pagination .pagination-next {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.pagination .pagination-back span,
.pagination .pagination-next span {
		display: none;
	}

	.pid_prop li span {
		text-align: left;
		min-width: 30px;
	}

	.pid_prop li {
		width: 50%;
		font-size: 12px;
		margin-bottom: 5px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
@media (max-width: 560px) {
	.about-block-img {
		height: 300px;
	}

	.top-slider-buttons {
		flex-direction: column;
		align-items: center;
	}
	.top-slider-buttons .btn {
		margin-bottom: 10px;
	}
	.top-slider-buttons .btn:last-child {
		margin-bottom: 0;
	}
	.top-slider .slick-dots {
		bottom: 10px;
	}

	.home-top {
		margin-bottom: 20px;
	}
	.home-top.mb-0 {
		margin-bottom: 0;
	}

	.modal-body {
		padding: 50px 30px;
	}

	.contacts-group,
	.contacts-group-col {
		width: 100%;
	}

	#map {
		min-height: auto;
		height: 400px;
	}

	.about-wrap .page-h1 {
		font-size: 28px;
	}

	.atw-1,
.atw-2 {
		width: calc(100% + 40px);
	}

	.header-logo {
		width: 55px;
		height: 55px;
		overflow: hidden;
		border-radius: 50%;
		position: relative;
		margin-right: 5px;
	}
	.header-logo picture {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: 100%;
		height: 100%;
		border-radius: 50%;
		overflow: hidden;
	}

	.catalog-carousel {
		margin: 0 -5px;
	}
	.catalog-carousel-card {
		padding: 0 5px;
	}

	.home-catalog-body {
		padding-bottom: 0;
	}

	.home-section {
		padding-bottom: 20px;
	}

	.card-product__info {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	.card-product__info__more {
		padding-left: 5px;
		padding-right: 5px;
	}

	.ba-slider {
		display: none;
	}

	.styled-article .studio-title {
		text-transform: none;
		font-size: 20px;
	}

	.studio-advantages {
		font-size: 16px;
	}

	.pid_prop li {
		margin-bottom: 5px;
	}

	.card-size-row {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 20px;
	}
	.card-size-row .left {
		width: 100%;
		margin-bottom: 15px;
	}
	.card-size-row .right {
		width: 100%;
	}

	.size-select-wrapper {
		width: 100%;
	}

	.card-action {
		flex-direction: column;
	}
	.card-action-col {
		width: 100%;
	}
}