/* 
Theme Name: Pehotin
Version: 1.0.0
Author: Pehotin
Tags: white, one-column, fixed-width, light

*/

/* Elements */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html {
	box-sizing: border-box; /* 1 */
	font-family: sans-serif; /* 2 */
}
html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
	line-height: 1.5; /* 2 */
}
*::-moz-selection {
	color: white;
	background: #d1121e;
}

*::selection {
	color: white;
	background: #d1121e;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
*,
*::before,
*::after {
	border-width: 0;
	border-style: solid;
	border-color: #e2e8f0;
}
body {
	font-family: "proxima-nova", serif;
	font-weight: 400;
	color: #2a2a2a;
}
body {
	font-size: 14px;
}
body {
	margin: 0;
}
body {
	overflow-x: hidden;
}
hr {
	border-top-width: 1px;
}

.site-header {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9999;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.site-header.pinned {
	position: fixed;
	top: 0 !important;
	width: 100%;
	background: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.container {
	padding: 0 32px;
	margin: 0 auto;
}
.flex {
	display: -webkit-box;
	display: flex;
}
.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.items-center {
	-webkit-box-align: center;
	align-items: center;
}
.justify-between {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.logo {
	width: 130px;
}
.site-header .logo {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header.pinned .logo {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.logo a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
img {
	border-style: solid;
}
img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}
img, video {
	max-width: 100%;
	height: auto;
}
.logo img {
	width: 41px;
	height: 64px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}
.logo p {
	color: white;
	line-height: 1.2;
	margin-left: 20px;
}
.logo p {
	font-size: 11px;
}
.site-header .logo p {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header.pinned .logo p {
	color: #2a2a2a;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header .nav--primary {
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
ol, ul {
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav--primary ul {
	display: -webkit-box;
	display: flex
;
}
.nav--primary li {
	margin: 0 20px;
	white-space: nowrap;
	padding: 10px;
}
a {
	background-color: transparent;
}
a {
	color: inherit;
	text-decoration: inherit;
}
.nav--primary a {
	color: white;
	font-weight: 700;
	letter-spacing: 0.5px;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	position: relative;
}
.nav--primary a {
	font-size: 15px;
}
.nav--primary a:hover {
	color: #d1121e !important;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.site-header .nav--primary a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header.pinned #nav-main a {
	color: #2a2a2a;
}
.site-languages {
	color: white;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-align: right;
}
.site-languages {
	font-size: 12px;
}
.site-header .site-languages {
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.site-header.pinned .site-languages {
	margin-left: 70px;
	display: block;
	color: #2a2a2a !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header.pinned .site-languages {
	font-size: 10px;
}
.site-languages__current {
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}
.site-languages__current:hover span {
	color: #d1121e;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-languages svg {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	fill: white;
	margin: auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header.pinned .site-languages svg {
	fill: #2a2a2a !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-languages__choices {
	visibility: hidden;
	opacity: 0;
	height: auto;
	position: absolute;
	background: white;
	color: #2a2a2a;
	padding: 10px;
	box-shadow: 0 15px 10px rgba(42, 42, 42, 0.5);
	padding-right: 20px;
}
.site-languages__choices--first {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0;
}
.site-languages__choices--first.modal-active {
	visibility: visible;
	opacity: 1;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.site-languages__choices li {
	-webkit-transition: opacity 0.2s, ease-in-out;
	transition: opacity 0.2s, ease-in-out;
	text-transform: uppercase;
}
.site-languages__choices li:hover {
	color: #d1121e;
	-webkit-transition: opacity 0.2s, ease-in-out;
	transition: opacity 0.2s, ease-in-out;
}
.site-header .btns {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-header.pinned .btns {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn--primary {
	display: inline-block;
	padding: 14px 75px;
	position: relative;
	background-color: #d1121e;
	color: white;
	border-radius: 0;
	font-weight: 900;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.btn--primary {
	font-size: 15px;
}
.btn--primary:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn--primary--small {
	display: -webkit-box;
	display: flex;
	font-weight: 700;
	padding: 8px 65px;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}
.site-header .btns .btn {
	padding: 4px 45px;
}
.site-header .btns .btn {
	font-size: 13px;
}
.site-header .btns .btn:first-child {
	margin-bottom: 3px;
}
.btn--primary--small svg {
	width: 18px;
	position: absolute;
	left: 30px;
	height: 18px;
	fill: white;
	top: 0;
	bottom: 0;
	margin: auto;
}
.site-header .btns svg {
	position: static;
	margin-right: 10px;
}
.site-header .btns .btn svg {
	left: 20px;
	width: 15px;
	height: 15px;
}
.site-header .btns .btn:last-child {
	margin-bottom: 3px;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #f79c0e;
}
.mobile-menu-icon {
	cursor: pointer;
}
.mobile-menu-icon span {
	height: 1px;
	width: 30px;
	background-color: white;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.post-type-archive-product .mobile-menu-icon span, .tax-product_cat .mobile-menu-icon span, .page .mobile-menu-icon span, .single-product .mobile-menu-icon span {
	background-color: #2a2a2a;
}
.home .mobile-menu-icon span {
	background-color: white;
}
.site-header.pinned .mobile-menu-icon span {
	background-color: #2a2a2a;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	visibility: hidden;
}
.menu-mobile__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.menu-mobile__container {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background-color: #0a0a0a;
	box-shadow: -5px 0 10px rgba(42, 42, 42, 0.4);
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transform-origin: left;
	transform-origin: left;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu-mobile__container #cross {
	width: 20px;
	position: absolute;
	right: 30px;
	top: 30px;
	fill: white;
}
.nav--mobile {
	margin-top: 80px;
	text-align: right;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 700;
	color: white;
}
.nav--mobile li {
	margin-bottom: 10px;
}
.menu-mobile .btns {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.menu-mobile .btn {
	width: calc(100% - 20px);
	margin: 10px;
}
.menu-mobile .btn:first-child {
	background-color: #f79c0e;
	margin-bottom: 0;
}
.menu-mobile.modal-active {
	visibility: visible;
}
.menu-mobile.modal-active .menu-mobile__bg {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu-mobile.modal-active .menu-mobile__container {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.modal-wrapper, .modal-3d, .modal-schema, .modal-max-load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal {
	background-color: white;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.modal #cross {
	width: 20px;
	position: absolute;
	top: 30px;
	cursor: pointer;
	right: 30px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.modal #cross:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.modal__content {
	padding: 10% 17%;
	text-align: center;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, input, optgroup, select, textarea {
	padding: 0;
	line-height: inherit;
	color: inherit;
}
.modal h4 {
	font-weight: 900;
	margin-bottom: 30px;
}
.modal h4 {
	font-size: 20px;
}
.control--submit {
	position: relative;
	text-align: center;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.control--input input {
	line-height: 1;
	padding: 10px 0;
	outline: none;
	border-bottom: 1px solid;
	margin-bottom: 30px;
	width: 100%;
	border-radius: 0;
	caret-color: #d1121e;
}
.wpcf7-submit {
	padding: 14px 30px;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
.control--submit input {
	width: 100%;
	cursor: pointer;
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.wpcf7-response-output {
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
}
.wpcf7-response-output {
	font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
.modal-wrapper.modal-active, .modal-3d.modal-active, .modal-schema.modal-active, .modal-max-load.modal-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modal .comfortable-title {
	margin-bottom: 10px;
}
.comfortable-row-1 {
	padding-top: 20px;
	text-align: left;
}
.comfortable-row-1-label {
	font-size: 14px;
}
.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 5px;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	display: flex;
	width: 100%;
	margin: 0;
}
.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
}
.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
	width: auto;
	margin: 0;
}


.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #999;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: relative;
	cursor: pointer;
	padding: 0;
}

.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked {
	/*background-color: #007bff;*/
	border-color: #d1121e;
}

.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 6px;
	height: 6px;
	background: #d1121e;
	border-radius: 50%;
}

.comfortable-row-1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
	width: 100%;
	font-size: 14px;
	padding-left: 23px;
	margin-left: -23px;
	position: relative;
	z-index: 10;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}
.comfortable-row-2 {
	padding-top: 20px;
	text-align: left;
}
.comfortable-row-2-label {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
.comfortable-row-2 input {
	font-size: 14px;
}
.comfortable-row-3 {
	text-align: left;
}
.comfortable-row-3 input {
	font-size: 14px;
}
.site-footer {
	background-color: #0e0e0e;
	padding: 70px 0;
	padding-top: 40px;
}
.copyright-mobile {
	display: none;
}
.scroll-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}
.scroll-top__text {
	margin-right: 20px;
	color: white;
	font-weight: 900;
	display: block;
	width: 60px;
	text-align: right;
}
.scroll-top__text {
	font-size: 15px;
}
.scroll-top__container {
	width: 45px;
	height: 45px;
	background-color: white;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scroll-top:hover .scroll-top__container {
	background: black;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon--arrow-up {
	display: block;
	width: 1px;
	background-color: #2a2a2a;
	height: 26px;
	position: relative;
}
.scroll-top:hover .icon--arrow-up {
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-animation-name: move-up;
	animation-name: move-up;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.icon--arrow-up:after, .icon--arrow-up:before {
	content: "";
	display: block;
	width: 1px;
	background-color: #2a2a2a;
	height: 10px;
	position: absolute;
	top: 0;
}
.icon--arrow-up:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: top;
	transform-origin: top;
}
.icon--arrow-up:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: top;
	transform-origin: top;
}
.scroll-top:hover .icon--arrow-up:before {
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scroll-top:hover .icon--arrow-up:after {
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-footer .nav--primary {
	display: none;
}
.site-footer .site-languages {
	margin-left: 5%;
	display: none;
}
.text-center {
	text-align: center;
}
.site-footer .copyright {
	margin-top: 20px;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
.site-footer-after {
	background-color: #0e0e0e;
	padding: 0 0 25px 0;
}
.site-footer-after-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
}
.site-footer-after-wrap-text {
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
}
.site-footer-after-wrap-button {
	background: rgb(209, 18, 30);
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 110%;
	padding: 14px 59px;
	transition: all 0.3s ease-in-out;
}
.site-footer-after-wrap-button:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.change-lang {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.change-lang-overfloy {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
.change-lang-content {
	position: relative;
	z-index: 10;
	background: rgb(255, 255, 255);
	padding: 55px 70px;
}
.change-lang-content-wrap-title {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.change-lang-content-wrap-text {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	padding-bottom: 30px;
	text-align: center;
}
.change-lang-content-wrap-lang {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.change-lang-content-wrap-lang-item {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(185, 185, 185);
	padding: 15px 30px;
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	text-align: left;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.change-lang-content-wrap-lang-item:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.change-lang-hide {
	display: none;
}
.site-languages__choices--sec {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.site-languages__choices--sec.modal-active {
	visibility: visible;
	opacity: 1;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.relative {
	position: relative;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.control--input .wpcf7-not-valid {
	border-color: #d1121e;
}
input::placeholder,
textarea::placeholder {
	color: #a0aec0;
}
.home-section-1 {
	height: 100vh;
	min-height: 700px;
	position: relative;
}
.hero__bg {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation-name: scale-bg;
	animation-name: scale-bg;
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.home-section-1 .hero__bg {
	-webkit-animation-name: none;
	animation-name: none;
}
.home-section-1-wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
	flex-direction: column;
}
.home-section-1-wrap-title {
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 110%;
	text-align: center;
	padding-bottom: 75px;
}
.home-section-1-wrap-button .flipbook-custom {
	box-shadow: 0px 13px 19.4px 0px rgba(0, 0, 0, 0.25);
	background: rgb(209, 18, 30);
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-section-1-wrap-button .flipbook-custom:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-section-1-wrap-button .flipbook-custom .flipbook__cta-custom {
	width: auto;
	padding: 0;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	text-align: center;
	padding: 27px 49px;
}
.flipbook-custom-mobile {
	display: none !important;
}
.home-section-1-wrap-arrow-down {
	position: absolute;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: calc(50% - 15px);
	bottom: 100px;
	-webkit-animation-name: move-down;
	animation-name: move-down;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.home-section-1-wrap-arrow-down a {
	display: flex;
}
.home-section-1-wrap-arrow-down-mobile {
	display: none !important;
}
.home-section-1:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
main {
	display: block;
}
.section {
	position: relative;
	overflow: hidden;
}
.catalog-section {
	padding: 100px 0;
	position: relative;
	z-index: 3;
	background-color: #fff;
}
.col-30p {
	width: 30%;
}
.col-70p {
	width: 70%;
}
.headline {
	position: relative;
}
.headline__primary {
	color: #2a2a2a;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
.headline__primary {
	font-size: 32px;
}
.headline__primary--with-decor {
	margin-bottom: 15%;
}
.catalog-section .headline__primary--with-decor {
	margin-bottom: 65px;
}
.catalog-section-text {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-weight: 400;
	font-size: calc(14px + 4*((100vw - 360px) / 1560));
}
.catalog-section-wrap-items {
	display: flex;
	gap: 90px;
	justify-content: end;
}
.catalog-section-wrap-item {
	cursor: pointer;
}
.catalog-section-wrap-item-top {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.catalog-section-wrap-item-top {
	display: flex;
	/*flex-wrap: wrap;*/
}
.catalog-section-wrap-item-left {
	width: 78px;
	position: relative;
}
/*.catalog-section-wrap-item-right {*/
/*	width: calc(100% - 78px);*/
/*}*/
.catalog-section-wrap-items .catalog-section-wrap-item:nth-child(1) .catalog-section-wrap-item-left {
	background: rgb(246, 157, 63);
}
.catalog-section-wrap-items .catalog-section-wrap-item:nth-child(2) .catalog-section-wrap-item-left {
	background: rgb(209, 18, 30);
}
.catalog-section-wrap-item-left-button {
	position: absolute;
}
.catalog-section-wrap-item-left-button {
	position: absolute;
	width: 100%;
	height: 100%;
	writing-mode: tb-rl;
	transform: rotate(180deg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-section-wrap-item-left-button-name {
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	display: flex;
	gap: 24px;
	align-items: center;
}
.catalog-section-wrap-item-left-button-name span {
	display: flex;
	transform: rotate(180deg);
}
.catalog-section-wrap-item-right-image {
	display: flex;
}
.catalog-section-wrap-item-right-image img {
	height: 379px;
	width: auto;
}
.catalog-section-wrap-item-bottom-title {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	padding-top: 30px;
}
[data-aos] {
	pointer-events: none;
}
.shape {
	position: absolute;
	z-index: -2;
}
.catalog-section .shape--color-gray {
	bottom: 0;
	left: 0;
	height: 100%;
	width: 20%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	will-change: transform;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #efefef;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.catalog-section .shape--color-gray.aos-animate {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.section-video {
	position: relative;
	padding-top: 13%;
	overflow: hidden;
}
.section-video .col-30p {
	width: 100%;
	margin-bottom: 20%;
}
.section-video .col-70p {
	width: 100%;
}
.icon--arrow-right {
	display: block;
	height: 1px;
	background-color: #d1121e;
	width: 90px;
	position: relative;
}
.section-video .icon--arrow-right {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.icon--arrow-right:after, .icon--arrow-right:before {
	content: "";
	display: block;
	height: 1px;
	background-color: #d1121e;
	width: 14px;
	position: absolute;
	right: 0;
}
.icon--arrow-right:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.icon--arrow-right:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
html:not(.no-js) [data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2);
}
html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}
.wistia_responsive_padding {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.float-text {
	display: none;
	position: absolute;
	font-size: 160px;
	font-weight: 900;
	color: #c7c7c7;
	opacity: 0.2;
	line-height: 1;
	z-index: -1;
	text-transform: uppercase;
	pointer-events: none;
	mix-blend-mode: darken;
}
.float-text {
	font-size: 100px;
}
.section-video .float-text {
	top: 7%;
	/*left: -113%;*/
}
.shape--color-secondary {
	right: 0;
	top: 0;
	background: #f79c0e;
}
[data-aos].aos-animate {
	pointer-events: auto;
}
.section-video .shape--color-secondary {
	width: 50%;
	height: 75%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.section-video .shape--color-secondary.aos-animate {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.section-features {
	padding-top: 12%;
	padding-bottom: 7%;
}
.section-features .headline {
	max-width: 330px;
	text-align: right;
	margin-left: auto;
}
.facts {
	margin-top: 18%;
	flex-wrap: wrap;
}
.facts__item {
	display: -webkit-box;
	display: flex;
	margin-bottom: 40px;
}
.facts__item:nth-child(1) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.facts__item:nth-child(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.facts__item:nth-child(3) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.facts__image {
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 0;
}
.facts__item:nth-child(1) .facts__image {
	margin-bottom: 20px;
}
.facts__content {
	padding-left: 30px;
}
.facts__content h4 {
	font-weight: 900;
	line-height: 1;
	color: #d1121e;
	margin-bottom: 16px;
}
.facts__content h4 {
	font-size: 22px;
}
.facts__item:nth-child(2) .facts__image {
	margin-bottom: 20px;
}
.facts__item:nth-child(3) .facts__image {
	margin-bottom: 20px;
	width: 100%;
}
.section-features .float-text {
	top: 60px;
	/*left: 145%;*/
	mix-blend-mode: darken;
}
.section-features .shape--color-gray {
	bottom: 0;
	left: 0;
	height: 100%;
	width: 70%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	will-change: transform;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #efefef;
}
.section-features .shape--color-gray.aos-animate {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.section-map {
	padding-top: 100%;
}
.absolute {
	position: absolute;
}
.z-10 {
	z-index: 10;
}
.section-map .container {
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	pointer-events: none;
}
.section-map .headline {
	padding-top: 10%;
	max-width: 300px;
}
.headline__primary--color-white {
	color: white;
}
.section-map .headline__primary--with-decor {
	margin-bottom: 10%;
}
#google-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#google-map-contacts:before {
	content: "";
	width: 100%;
	height: 150px;
	background: -webkit-gradient(linear, left top, left bottom, from(#080808), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, #080808 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

@-webkit-keyframes revealer-text {
	0% {
		background-size: 0% 100%, 100% 100%;
		background-position: left, right;
	}

	50% {
		background-size: 100% 100%, 0% 100%;
		background-position: left, right;
	}

	51% {
		background-size: 100% 100%, 0% 100%;
		background-position: right;
	}

	100% {
		background-size: 0% 100%, 0% 100%;
		background-position: right;
	}
}

@keyframes revealer-text {
	0% {
		background-size: 0% 100%, 100% 100%;
		background-position: left, right;
	}

	50% {
		background-size: 100% 100%, 0% 100%;
		background-position: left, right;
	}

	51% {
		background-size: 100% 100%, 0% 100%;
		background-position: right;
	}

	100% {
		background-size: 0% 100%, 0% 100%;
		background-position: right;
	}
}

@-webkit-keyframes move-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes move-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes move-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes move-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.home-section-1 .container {
	height: 100%;
}
.catalog-section-wrap-item:hover .catalog-section-wrap-item-top {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#flipbook__trigger {
	width: 50%;
	height: auto;
	z-index: 99999;
	cursor: pointer;
}
#flipbook__trigger {
	display: none !important;
}
#flipbook__trigger1 {
	width: 50%;
	height: auto;
	z-index: 99999;
	cursor: pointer;
}
#flipbook__trigger1 {
	display: none !important;
}
.custom-google-pin {
	width: 43px;
	height: 60px;
	background-image: url(./img/pin.png);
	background-size: contain;
}
#google-map .custom-google-pin {
	background-image: url(./img/pin.svg);
	background-repeat: no-repeat;
	background-size: 85px 130px;
	background-position: -21px -33px;
}
#google-map-contacts .custom-google-pin {
	width: 56px;
	height: 77px;
	background-image: url(./img/pin.svg);
	background-size: contain;
	background-size: 107px 107px;
	background-position: -26px -14px;
	margin-left: -7px;
	margin-top: -17px;
}
#google-map-contacts .gm-style div {
	border: none !important;
}
.section-faq {
	padding: 10% 0;
	background-color: #151414 !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.section-faq .col-30p {
	width: 100%;
	position: relative;
	z-index: 3;
}
.section-faq .headline {
	text-align: right;
}
.section-faq .col-70p {
	width: 100%;
	position: relative;
	z-index: 2;
}
.accordion-wrapper {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	order: 3;
	margin-top: 10%;
}
.accordion {
	flex-wrap: wrap;
	display: -webkit-box;
	display: flex;
}
.accordion__item {
	margin-bottom: 30px;
	display: -webkit-box;
	display: flex;
	width: 100%;
}
.accordion__icon {
	width: 60px;
	height: 60px;
	background: #d1121e;
	flex-shrink: 0;
	margin-right: 5%;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.accordion__icon svg {
	width: 23px;
	fill: white;
}
.accordion__icon #cross {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
}
.accordion__title {
	color: white;
	font-weight: 700;
	cursor: pointer;
}
.accordion__title {
	font-size: 16px;
}
.accordion__text {
	color: #c1c1c1;
	visibility: hidden;
	height: 0;
	opacity: 0;
}
.accordion__text {
	font-size: 15px;
}
.accordion__item.show .accordion__text {
	padding-top: 10%;
	visibility: visible;
	height: auto;
	opacity: 1;
}
.section-faq .shape {
	width: 40%;
	height: 15%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-color: #353535;
}
.has-luminous-vivid-orange-color {
	color: #ff6900 !important;
}
.accordion__item.show .accordion__icon #cross {
	visibility: visible;
	opacity: 1;
	height: 23px;
	width: 23px;
}
.accordion__item.show .accordion__icon #question-mark {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
}
.about__item {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.about__item-content {
	width: 50%;
	padding: 7%;
	color: white;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about__item .about__item-content {
	background-color: #f79c0e;
}
.about__item-content h3 {
	font-weight: 700;
	margin-bottom: 15%;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about__item-content h3 {
	font-size: 24px;
}
.about__item-content p {
	margin-bottom: 10%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about__item-content p {
	font-size: 12px;
}
.about__item-content div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.about__item-content div {
	font-size: 14px;
}
.icon--arrow-right-secondary {
	display: block;
	height: 1px;
	background-color: white;
	width: 60px;
	position: relative;
}
.about__item-content div .icon--arrow-right-secondary {
	margin-left: 10px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 50px;
}
.icon--arrow-right-secondary:after, .icon--arrow-right-secondary:before {
	content: "";
	display: block;
	height: 1px;
	background-color: white;
	width: 10px;
	position: absolute;
	right: 0;
}
.icon--arrow-right-secondary:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.icon--arrow-right-secondary:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.about__item-img {
	width: 50%;
	background-size: cover;
	background-position: center;
}
.about__item-content:hover p {
	color: #2a2a2a;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about__item-content:hover .icon--arrow-right-secondary {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about__item:nth-child(even) .about__item-content {
	background-color: #d1121e;
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.about__item.reverse .about__item-content {
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.about__item:nth-child(3).reverse .about__item-img {
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.section-advantages {
	overflow: hidden;
	padding-top: 11%;
	padding-bottom: 7%;
}
.section-advantages .headline {
	max-width: 260px;
	margin-bottom: 80px;
}
.section-advantages .headline .headline__primary--with-decor {
	margin-bottom: 10%;
}
.headline__secondary {
	font-weight: 700;
	margin-top: 18%;
}
.headline__secondary {
	font-size: 16px;
}
.section-advantages .headline .headline__secondary {
	margin-top: 10%;
}
.features__item {
	display: -webkit-box;
	display: flex;
	margin-top: 22%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.features__item:first-child {
	margin-top: 0;
}
.features__content {
	width: 100%;
	align-self: flex-end;
	margin-bottom: 40px;
}
.features__image {
	position: relative;
	width: 100%;
	padding-left: 8%;
}
.features__content h3 {
	margin-bottom: 30px;
	font-weight: 900;
	position: relative;
}
.features__content h3 {
	font-size: 20px;
}
.features__content h3 span {
	position: absolute;
	font-weight: 900;
	line-height: 1;
	top: -45px;
	left: -30px;
	z-index: -1;
	color: #fcdba7;
}
.features__content h3 span {
	font-size: 80px;
}
.features__image {
	position: relative;
	width: 100%;
	padding-left: 8%;
}
.features__item:nth-child(1) .features__image .shape--color-gray {
	position: absolute;
	width: 70%;
	height: 110%;
	right: -120px;
	top: -440px;
	background: #efefef;
}
.features__item:nth-child(2) .features__image .shape--color-gray {
	position: absolute;
	width: 70%;
	height: 70%;
	left: -100px;
	top: -100px;
	background: #efefef;
}
.features__item:nth-child(3) .features__image .shape--color-gray {
	position: absolute;
	width: 70%;
	height: 70%;
	right: -100px;
	top: -100px;
	background: #efefef;
}
.section-advantages .float-text {
	top: 3%;
	/*left: -105%;*/
	mix-blend-mode: darken;
}
.section-catalog {
	padding-top: 90px;
	padding-bottom: 120px;
	background-color: #efefef !important;
	text-align: center;
}
.section-catalog .headline {
	margin-bottom: 5%;
}
.headline__secondary--sec {
	margin-top: 10px;
	font-weight: 900;
}
.headline__secondary--sec {
	font-size: 16px;
}
.intercatalog {
	position: relative;
	max-width: 75%;
	top: -10px;
	margin-bottom: -40px !important;
}
.section-catalog img {
	margin: 0 auto;
}
.section-catalog .btn {
	margin-top: 30px;
}
.col-6 {
	width: 50%;
}
.section-news .col-6 {
	width: 100%;
}
.section-news .col-6:first-child {
	position: relative;
	overflow: hidden;
}
.section-news .col-6:last-child {
	text-align: center;
	align-self: flex-end;
}
.section-news .headline {
	margin-top: 8%;
	margin-bottom: 6%;
}
.section-news .btn {
	margin-bottom: 15%;
}
.section-news img {
	width: 60%;
	margin: 0 auto;
}
.section-news .col-6:first-child:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.section-news .col-6:first-child:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.section-news .news {
	height: 820px;
	overflow: scroll;
	background-color: #f7f6f6;
}
.news__item {
	padding: 6% 10%;
	color: white;
	background-color: #f79c0e;
}
.news__item:nth-child(even) {
	background-color: #efefef;
	color: #2a2a2a;
}
.news__headline {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-bottom: 26px;
}
.news__item h3 {
	font-weight: 700;
	line-height: 1.2;
	max-width: 380px;
}
.news__item h3 {
	font-size: 24px;
}
.news__item date {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-left: 20px;
	color: #d1121e;
	font-weight: 900;
	margin-top: 9px;
}
.news__item date svg {
	width: 20px;
	fill: white;
}
.news__item date span {
	margin-left: 15px;
}
.news__item:nth-child(even) date svg {
	width: 20px;
	fill: #2a2a2a;
}
.wp-block-spacer {
	clear: both;
}
.error404 .site-header .logo p {
	color: #fff;
}
.error404 .site-header.pinned .logo p {
	color: #2a2a2a;
}
.error404 .site-header .nav--primary a {
	color: #fff;
}
.error404 .site-header .site-languages svg {
	fill: #fff;
}
.error404 .site-header .site-languages span {
	color: #fff;
}
.error404 .site-header.pinned .site-languages span {
	color: #2a2a2a;
}
.error404 .site-footer {
	display: none;
}
.error404 .site-footer-after {
	display: none;
}
.error404 .page-404-new {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(/wp-content/uploads/img-404-pc.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #303030;
}
.page-404-new-content-text-1 {
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 200px;
	font-weight: 700;
	line-height: 130px;
	text-align: center;
	padding-bottom: 60px;
}
.page-404-new-content-text-2 {
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	padding-bottom: 110px;
}
.page-404-new-content-buttons {
	display: flex;
	gap: 46px;
	justify-content: center;
	align-items: center;
}
.page-404-new-content-button-1 a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: rgb(223, 223, 223);
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	padding: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-404-new-content-button-1 a span {
	display: flex;
}
.page-404-new-content-button-1 a:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-404-new-content-button-2 a {
	border: 1px solid #D1121E;
	background-color: #D1121E;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: #fff;
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	padding: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-404-new-content-button-2 a span {
	display: none;
}
.page-404-new-content-button-2 a:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-discontinued {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.page-template-tpl-discontinued .site-header .logo p {
	color: #303030;
}
.page-template-tpl-discontinued .site-header .nav--primary a {
	color: #303030;
}
.page-template-tpl-discontinued .site-header .site-languages svg {
	fill: #303030;
}
.page-template-tpl-discontinued .site-header .site-languages span {
	color: #303030;
}
.page-discontinued-content {
	margin-top: 35px;
}
.page-discontinued-content-text-1 {
	color: #303030;
	font-family: "proxima-nova", serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
	padding-bottom: 35px;
	position: relative;
}
.page-discontinued-content-text-1-image {
	position: absolute;
	right: 85px;
	top: -135px;
	width: 413px;
	height: 257px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.page-discontinued-content-text-2 {
	color: #303030;
	font-family: "proxima-nova", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	padding-bottom: 100px;
}
.page-discontinued-content-buttons {
	display: flex;
	gap: 46px;
	justify-content: center;
	align-items: center;
}
.page-discontinued-content-button-1 a {
	border: 1px solid #B9B9B9;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: #303030;
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	padding: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-discontinued-content-button-1 a span {
	display: flex;
}
.page-discontinued-content-button-2 a {
	border: 1px solid #D1121E;
	background-color: #D1121E;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: #fff;
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	padding: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-discontinued-content-button-2 a span {
	display: flex;
	display: none;
}
.page-discontinued-content-button-2 a span svg path {
	fill: #fff;
	fill-opacity: 1;
}
.page-discontinued-content-button-1 a:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-discontinued-content-button-2 a:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-template-tpl-discontinued .site-footer {
	display: none;
}
.page-template-tpl-discontinued .site-footer-after {
	display: none;
}
.page-soon {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.page-template-tpl-soon .site-header .logo p {
	color: #303030;
}
.page-template-tpl-soon .site-header .nav--primary a {
	color: #303030;
}
.page-template-tpl-soon .site-header .site-languages svg {
	fill: #303030;
}
.page-template-tpl-soon .site-header .site-languages span {
	color: #303030;
}
.page-soon-content {
	margin-top: 35px;
}
.page-soon-content-text-1 {
	color: #303030;
	font-family: "proxima-nova", serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
	padding-bottom: 35px;
	position: relative;
}
.page-soon-content-text-1-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 410px;
	height: 492px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.page-soon-content-text-2 {
	color: #303030;
	font-family: "proxima-nova", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	padding-bottom: 100px;
}
.page-soon-content-buttons {
	display: flex;
	gap: 46px;
	justify-content: center;
	align-items: center;
}
.page-soon-content-button-1 a {
	border: 1px solid #B9B9B9;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: #303030;
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	padding: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-soon-content-button-1 a span {
	display: flex;
}
.page-soon-content-button-2 a {
	border: 1px solid #D1121E;
	background-color: #D1121E;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	color: #fff;
	font-family: "proxima-nova", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	padding: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-soon-content-button-2 a span {
	display: flex;
	display: none;
}
.page-soon-content-button-2 a span svg path {
	fill: #fff;
	fill-opacity: 1;
}
.page-soon-content-button-1 a:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-soon-content-button-2 a:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-template-tpl-soon .site-footer {
	display: none;
}
.page-template-tpl-soon .site-footer-after {
	display: none;
}
.hero-category {
	padding-top: 43%;
	overflow: hidden;
	padding-bottom: 35px;
	position: relative;
}
.col-55p {
	width: 55%;
}
.hero-category .col-55p {
	width: 100%;
	margin-bottom: 15%;
}
.hero-category .headline {
	max-width: 600px;
	margin-bottom: 36px;
}
.hero-category .headline .float-text {
	top: -30px;
	left: -25%;
	width: 1800px;
}
.col-45p {
	width: 45%;
}
.hero-category .col-45p {
	width: 100%;
}
.hero-category__image .shape {
	z-index: -1;
	height: 600px;
	top: 0;
	width: 100%;
	right: -60%;
	background-color: #efefef;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hero-category__image .shape.aos-animate {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.page-contacts {
	overflow: hidden;
}
.page-contacts .container {
	padding: 0;
}
.page-contacts__content {
	width: 100%;
	padding-top: 43%;
	padding-left: 32px;
	padding-right: 32px;
}
.page-contacts .headline {
	max-width: 260px;
	margin-bottom: 12%;
}
.page-contacts .headline .float-text {
	top: -30px;
	left: -60%;
}
.user-content h2 {
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 3%;
}
.user-content h2 {
	font-size: 20px;
}
.wp-block-spacer {
	clear: both;
}
.page-contacts__map {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
#google-map-contacts {
	position: relative;
}
.page-contacts #google-map-contacts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-contacts__map-direction-info {
	position: absolute;
	bottom: 0;
	left: 0;
	background: white;
	margin: 10px;
	padding: 8px;
	font-size: 14px;
	width: 80%;
	line-height: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-contacts__map-direction-info span {
	color: #d1121e;
	text-decoration: underline;
	cursor: pointer;
}
.user-content a {
	text-decoration: underline;
}
.user-content a:hover {
	text-decoration: none;
}
.page-template-tpl-contact .site-header .logo p {
	color: #2a2a2a;
}
.page-template-tpl-contact .site-header .nav--primary a {
	color: white;
}
.page-template-tpl-contact .site-header .nav--primary ul li:first-child a {
	color: #2a2a2a;
}
.section--contact-form {
	background-color: #0e0e0e;
	padding: 8% 0;
}
.section--contact-form h4 {
	color: white;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
.section--contact-form h4 {
	font-size: 32px;
}
.control--inline {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.control--input-sec {
	margin-bottom: 30px;
}
.control--input-sec label {
	color: #f79c0e;
	margin-bottom: 4%;
	display: inline-block;
	cursor: pointer;
}
.control--input-sec input {
	line-height: 1;
	padding: 16px 24px;
	outline: none;
	border: 1px solid white;
	width: 100%;
	border-radius: 0;
	background: transparent;
	font-weight: 700;
	color: white;
	caret-color: #d1121e;
}
.control--textarea {
	margin-bottom: 30px;
}
.control--textarea label {
	color: #f79c0e;
	margin-bottom: 3%;
	display: inline-block;
	cursor: pointer;
}
.control--textarea textarea {
	width: 100%;
	background: transparent;
	border: 1px solid white;
	outline: none;
	color: white;
	padding: 16px 24px;
	font-weight: 700;
	resize: none;
	caret-color: #d1121e;
}
.control--submit {
	position: relative;
	text-align: center;
}
.control--submit input {
	width: 100%;
	cursor: pointer;
}
.section--contact-form .wpcf7-response-output {
	color: white;
}
.control--input-sec .wpcf7-not-valid {
	border-color: #d1121e;
}
.page-template-tpl-cooperation .site-header .logo p {
	color: #2a2a2a;
}
.page-template-tpl-cooperation .site-header .nav--primary a {
	color: #2a2a2a;
}
.page-template-tpl-cooperation .site-header .site-languages {
	color: #2a2a2a;
}
.hero-category p {
	margin-bottom: 4%;
}
.page-template-tpl-cooperation .site-header .site-languages svg {
	fill: #2a2a2a;
}
.accordion__item:last-child {
	margin-bottom: 0;
}
.page-template-tpl-cooperation .call-to-action-horizontal {
	padding-top: 15%;
	background-color: #f9f9f9;
}
.page-template-tpl-cooperation .call-to-action-horizontal .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.page-template-tpl-cooperation .call-to-action-horizontal__content {
	width: 100%;
	margin-bottom: 10%;
	text-align: center;
}
.page-template-tpl-cooperation .call-to-action-horizontal img {
	width: 100%;
}
.page-template-tpl-cooperation .call-to-action-horizontal .headline__primary {
	margin-bottom: 40px;
}
.page-template-tpl-about .site-header .logo p {
	color: #2a2a2a;
}
.page-template-tpl-about .site-header .nav--primary a {
	color: #2a2a2a;
}
.page-template-tpl-about .site-header .site-languages {
	color: #2a2a2a;
}
.page-template-tpl-about .site-header .site-languages svg {
	fill: #2a2a2a;
}
.page-template-tpl-about .float-text {
	white-space: nowrap;
}
.hero-category .about-page .shape {
	background-color: #f79c0e;
}
.section--history .headline {
	margin-bottom: 9%;
}
.history__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 30px;
	margin: 80px 0;
}
.history__image {
	position: relative;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.history__title {
	width: 100%;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 10%;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
.history__title-wrapper {
	position: relative;
}
.history__title h3 {
	color: #f79c0e;
	font-weight: 900;
}
.history__title h3 {
	font-size: 18px;
}
.history__title h5 {
	font-weight: 900;
	white-space: nowrap;
	font-style: italic;
	line-height: 1.2;
}
.history__title h5 {
	font-size: 40px;
}
.history__content {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	order: 3;
	margin-top: 10%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.awards {
	margin-top: 20%;
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev {
	left: -25px;
}
.slick-next {
	right: -25px;
}
.awards .slick-arrow {
	display: none !important;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots {
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 20px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #dadada;
	text-indent: -1000000px;
	border-radius: 50%;
	outline: none !important;
	margin: 0 5px;
}
.slick-dots li.slick-active button {
	background-color: #2a2a2a;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide {
	margin-bottom: 20px;
}
.slick-initialized .slick-slide {
	display: block;
}
.award {
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.award__title {
	font-weight: 700;
	font-style: italic;
	width: 30%;
}
.award__image {
	border: 2px solid #e6e6e6;
	flex-shrink: 0;
	width: 60%;
}
.slick-slide img {
	display: block;
}
.section--warranty {
	padding-top: 20%;
	padding-bottom: 10%;
}
.overflow-visible {
	overflow: visible;
}
.section--warranty .shape {
	top: 10%;
	right: 0;
	width: 40%;
	height: 50%;
	background-color: #efefef;
}
.section--warranty .col-6 {
	width: 100%;
}
.section--warranty .col-6:first-child {
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.section--warranty .col-6:last-child {
	margin-bottom: 40px;
}
.headline__primary--with-decor-fixed {
	margin-bottom: 50px;
}
.page-template-tpl-about .float-text {
	white-space: nowrap;
}
.section--warranty .float-text {
	position: absolute;
	top: -90px;
	left: -70px;
	display: none;
}
.warranty__content {
	margin-top: 23%;
	position: relative;
}
.warranty__number {
	position: absolute;
	line-height: 1;
	font-weight: 900;
	top: -50px;
	left: -30px;
	color: #fcdec0;
	z-index: -1;
}
.warranty__number {
	font-size: 90px;
}
.warranty__text {
	padding-right: 15%;
}
.warranty__text {
	font-size: 16px;
}
.warranty__alert {
	display: -webkit-box;
	display: flex;
	margin-top: 50px;
	cursor: pointer;
}
.warranty__alert-icon {
	width: 50px;
	height: 50px;
	background: #d1121e;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-shrink: 0;
	margin-right: 20px;
}
.warranty__alert-icon svg {
	width: 30px;
	height: 30px;
	fill: white;
}
.warranty__alert-content {
	position: relative;
	margin-top: 13px;
}
.warranty__alert-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 900;
}
.warranty__alert-title svg {
	width: 12px;
	height: 12px;
	margin-left: 10px;
}
.warranty__alert-text {
	visibility: hidden;
	position: absolute;
	left: -70px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	min-width: 310px;
	margin-top: 35px;
	padding: 20px 28px;
	background: white;
	z-index: 99;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.warranty__alert-text.modal-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.warranty__image-wrapper {
	position: relative;
}
.warranty__image-wrapper img {
	margin-top: 20%;
}
.custom-marker-modal {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background-color: white;
	position: absolute;
	top: -140px;
	right: -350px;
	min-width: 350px;
	padding: 65% 85%;
	z-index: 10;
}
.custom-marker-modal h4 {
	color: #2a2a2a;
	font-weight: 900;
	margin-bottom: 20px;
}
.custom-marker-modal h4 {
	font-size: 24px;
}
.custom-marker-modal p {
	color: #848484;
	font-weight: 700;
}
.custom-marker-modal p {
	font-size: 16px;
}
.section--service {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.section--service .col-45p {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}
.section--service .col-55p {
	width: 100%;
}
.service__content {
	background-color: #191818;
	padding: 10% 32px;
	color: white;
}
.service__content .headline__primary {
	color: white;
}
.service__content .headline__secondary {
	margin-top: 60px;
}
.service__content .headline__secondary em {
	color: #f79c0e;
}
.service__causes {
	margin-top: 10%;
}
.service__causes-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10%;
}
.service__causes-item span {
	display: block;
	flex-shrink: 0;
	margin-right: 5%;
}
.service__causes-item img {
	width: 60px;
}
.alerts {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.section--service .alerts {
	margin-top: 60px;
}
.alert {
	position: relative;
	margin-bottom: 30px;
}
.alert:first-child {
	margin-left: 0;
}
.alert__trigger {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.alert__icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 15px;
	cursor: pointer;
}
.section--service .alert__icon {
	width: 50px;
	height: 50px;
	background: #d1121e;
}
.section--service .alert__icon svg {
	width: 25px;
	height: 25px;
	fill: white;
}
.alert__trigger > svg {
	width: 12px;
	height: 12px;
	fill: white;
	cursor: pointer;
}
.alert__content {
	visibility: hidden;
	position: absolute;
	left: inherit;
	right: 0;
	opacity: 0;
	min-width: 310px;
	color: #2a2a2a;
	margin-top: 20px;
	padding: 20px 28px;
	background: white;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.section--service .alert__content {
	left: 0;
}
.alert__content.modal-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.section--assembly {
	padding-top: 8%;
	padding-bottom: 8%;
}
.col-60p {
	width: 60%;
}
.section--assembly .col-60p {
	width: 100%;
	margin-bottom: 50px;
}
.section--assembly .col-60p img {
	margin-top: 10%;
}
.col-40p {
	width: 40%;
}
.section--assembly .col-40p {
	width: 100%;
}
.assembly__content {
	margin-top: 60px;
	margin-bottom: 40px;
}
.section--assembly .alert__icon {
	width: 50px;
	height: 50px;
	background: #d1121e;
}
.section--assembly .alert__icon svg {
	width: 25px;
	height: 25px;
	fill: white;
}
.alert--black .alert__trigger > svg {
	fill: #2a2a2a;
}
.section--assembly .alert__content {
	left: 0;
}
.section--assembly .shape--color-secondary {
	background: #f79c0e;
	width: 45%;
	height: 60%;
	left: 0;
}
.section--delivery {
	color: white;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.section--delivery .col-55p {
	background-color: #191818;
	padding: 15% 32px;
	width: 100%;
}
.section--delivery .col-45p {
	background-size: cover;
	background-position: center;
	width: 100%;
	padding-top: 100%;
}
.section--delivery .headline {
	margin-bottom: 60px;
}
.section--delivery .headline__primary {
	color: white;
}
.section--delivery .delivery__content > .delivery__item {
	margin-bottom: 15%;
	position: relative;
}
.section--delivery .delivery__content > .delivery__item p {
	position: relative;
}
.section--delivery .delivery__content > .delivery__item b {
	position: absolute;
	font-weight: 900;
	line-height: 1;
	top: -30px;
	left: -10%;
	color: #313131;
	opacity: 0.4;
}
.section--delivery .delivery__content > .delivery__item b {
	font-size: 80px;
}
.section--delivery .delivery__content > .delivery__item p strong {
	color: #f79c0e;
}
.section--delivery .alerts {
	margin-top: 40px;
}
.section--delivery .alert__icon {
	width: 50px;
	height: 50px;
	background: #d1121e;
}
.section--delivery .alert__icon svg {
	width: 25px;
	height: 25px;
	fill: white;
}
.section--delivery .alert__content {
	left: 0;
}
.items-end {
	-webkit-box-align: end;
	align-items: flex-end;
}
.section--autopark .shape {
	width: 45%;
	height: 60%;
	background: #efefef;
	bottom: auto;
	top: 0;
	right: 0;
}
.section--autopark .col-55p {
	-webkit-box-ordinal-group: 3;
	order: 2;
	width: 100%;
}
.section--autopark .col-45p {
	width: 100%;
	padding-bottom: 15%;
	padding-top: 10%;
	text-align: right;
}
.section--autopark .float-text {
	top: 0;
	right: 0px;
}
.icon--arrow-left {
	display: block;
	height: 1px;
	background-color: #d1121e;
	width: 90px;
	position: relative;
	margin-left: auto;
}
.icon--arrow-left:after, .icon--arrow-left:before {
	content: "";
	display: block;
	height: 1px;
	background-color: #d1121e;
	width: 14px;
	position: absolute;
	left: 0;
}
.icon--arrow-left:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.icon--arrow-left:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.page-template-tpl-home .call-to-action-horizontal {
	padding-top: 15%;
	background-color: #f9f9f9;
}
.page-template-tpl-home .call-to-action-horizontal .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.page-template-tpl-home .call-to-action-horizontal__content {
	width: 100%;
	margin-bottom: 10%;
	text-align: center;
}
.page-template-tpl-home .call-to-action-horizontal img {
	width: 100%;
}
.page-template-tpl-home .call-to-action-horizontal .headline__primary {
	margin-bottom: 40px;
}

.post-type-archive-product .site-header .logo p {
	color: #2a2a2a;
}
.post-type-archive-product .site-header .nav--primary a {
	color: #2a2a2a;
}
.post-type-archive-product .site-header .site-languages {
	color: #2a2a2a;
}
.post-type-archive-product .site-header .site-languages svg {
	fill: #2a2a2a;
}

.page-template-tpl-catalog .site-header .logo p {
	color: #2a2a2a;
}
.page-template-tpl-catalog .site-header .nav--primary a {
	color: #2a2a2a;
}
.page-template-tpl-catalog .site-header .site-languages {
	color: #2a2a2a;
}
.page-template-tpl-catalog .site-header .site-languages svg {
	fill: #2a2a2a;
}

.single-product .site-header .logo p {
	color: #2a2a2a;
}
.single-product .site-header .nav--primary a {
	color: #2a2a2a;
}
.single-product .site-header .site-languages {
	color: #2a2a2a;
}
.single-product .site-header .site-languages svg {
	fill: #2a2a2a;
}

.tax-product_cat .site-header .logo p {
	color: #2a2a2a;
}
.tax-product_cat .site-header .nav--primary a {
	color: #2a2a2a;
}
.tax-product_cat .site-header .site-languages {
	color: #2a2a2a;
}
.tax-product_cat .site-header .site-languages svg {
	fill: #2a2a2a;
}

.catalog__controls-wrapper {
	position: relative;
	height: 90px;
}
.catalog__controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #efefef;
}
.h-full {
	height: 100%;
}
.catalog__controls-first-part {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.catalog__search-control {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}
.catalog__search-control span {
	font-weight: 700;
	color: #d1121e;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__search-control span {
	font-size: 18px;
}
.catalog__search-control:hover span {
	color: black;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__search-control svg {
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__search-control:hover svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories {
	display: -webkit-box;
	display: flex;
}
.catalog__categories-toggle {
	display: -webkit-box;
	display: flex;
	font-weight: 700;
	-webkit-box-align: center;
	align-items: center;
	letter-spacing: 0.5px;
	cursor: pointer;
}
.catalog__categories-toggle {
	font-size: 18px;
}
.catalog__categories-toggle span {
	display: block;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories-toggle:hover span {
	color: #d1121e;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories-toggle svg {
	width: 18px;
	height: 18px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories-toggle:hover svg {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories > ul {
	visibility: hidden;
	opacity: 0;
	box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.12);
	position: absolute;
	background-color: white;
	top: 90px;
	padding: 38px 32px;
	padding-right: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	z-index: 10;
	will-change: transform;
	right: 0;
	height: 460px;
	overflow: scroll;
}
.cat-item-all {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}
.catalog__categories > ul > li {
	margin-bottom: 20px;
}
.catalog__categories > ul > li {
	font-size: 16px;
}
.catalog__categories .cat-item {
	position: relative;
}
.catalog__categories .cat-item.current-cat > a {
	color: #d1121e;
}
.catalog__categories .cat-item > a:hover {
	color: #d1121e;
}
.catalog__categories .cat-item .sub-cats-toggle {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -28px;
	top: 6px;
	cursor: pointer;
	background-color: #f79c0e;
}
.catalog__categories .cat-item .sub-cats-toggle:before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: white;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.catalog__categories .cat-item .sub-cats-toggle:after {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cat-item-empty {
	cursor: pointer;
}
.catalog__categories .cat-item .children {
	color: #9c9c9c;
	visibility: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories .cat-item .children {
	font-size: 14px;
}
.catalog__categories .cat-item .children > .cat-item {
	margin-bottom: 10px;
}
.catalog__categories > ul > li:last-child {
	margin-bottom: 0;
}
.catalog__mode-switcher {
	display: none;
	-webkit-box-align: center;
	align-items: center;
}
.catalog__mode-switcher svg {
	cursor: pointer;
	fill: #cccccc;
}
.catalog__mode-switcher svg.active {
	fill: #2a2a2a;
}
.catalog__mode-switcher svg:first-child {
	margin-right: 30px;
}
.catalog__controls-wrapper.pinned .catalog__controls {
	position: fixed;
	top: 64px;
	z-index: 10;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.catalog__controls-wrapper.pinned .catalog__controls:hover {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.admin-bar .catalog__controls-wrapper.pinned .catalog__controls {
	top: 64px;
}
.catalog__categories > ul.modal-active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.catalog__categories .cat-item .sub-cats-toggle.active:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories .cat-item .children.active {
	visibility: visible;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog__categories .cat-item .children > .cat-item:last-child {
	margin-bottom: 0;
}
.catalog {
	margin-top: 80px;
}
.product-loader {
	display: -webkit-box;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 40px;
	padding-top: 0;
	-webkit-box-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-loader svg {
	-webkit-animation: rotating 0.4s linear infinite;
	animation: rotating 0.4s linear infinite;
}
.product-loader svg:nth-child(1) {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	fill: #d0cfcf;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-loader svg:nth-child(2) {
	width: 40px;
	height: 40px;
	margin: 0 3px;
	fill: #c3c3c3;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-loader svg:nth-child(3) {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	fill: #d0cfcf;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-loader.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tease--product {
	margin-bottom: 80px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog.col-3 .tease--product {
	width: 100%;
}
.tease--product > a {
	display: block;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tease--labels {
	display: -webkit-box;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}
.tease--product-new {
	display: block;
	background: #f79c0e;
	color: white;
	letter-spacing: 1px;
	padding: 10px;
	margin-right: 6px;
}
.tease--product-new {
	font-size: 12px;
}
.woocommerce img, .woocommerce-page img {
	height: auto;
	max-width: 100%;
}
.post-type-archive.woocommerce-shop .col-3 .tease--product a img {
	max-height: 322px;
}
.tease--product-dims {
	display: -webkit-box;
	display: flex;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.tease--product-dims > span {
	display: -webkit-box;
	display: flex;
}
.tease--product-dims > span:nth-child(1) svg {
	width: 18px;
	height: 18px;
}
.tease--product-dims > span span {
	line-height: 1;
	text-align: center;
	margin-left: 6px;
}
.tease--product-dims > span:nth-child(2) {
	margin-left: 20px;
}
.tease--product-dims > span:nth-child(2) svg {
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tease--product-dims > span:nth-child(3) {
	margin-left: 20px;
}
.tease--product-dims > span:nth-child(3) svg {
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tease__content-wrapper {
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
}
.tease__content-wrapper h5 {
	width: 100%;
	margin-bottom: 20px;
}
.tease__content-wrapper h5 {
	font-size: 19px;
}
.tease__content-wrapper h5 span {
	font-weight: 900;
}
.tease__content--product {
	width: 70%;
}
.tease__cats--product {
	margin-bottom: 20px;
	line-height: 1.7;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.tease__cats--product a {
	display: block;
	text-decoration: underline;
	color: #f79c0e;
	margin: 5px;
	line-height: 1;
}
.tease__cats--product .category-product-item {
	display: block;
	text-decoration: underline;
	color: #f79c0e;
	margin: 5px;
	line-height: 1;
}
.tease__cats--product div.category-product-item {
	text-decoration: none;
}
.tease__cats--product a:hover {
	text-decoration: none;
}
.tease__link--product {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 900;
}
.tease__link--product {
	font-size: 16px;
}
.tease__link--product a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.tease__link-icon {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #d1121e;
	position: relative;
}
.icon--arrow-right-reduced {
	display: block;
	height: 1px;
	background-color: white;
	width: 20px;
	position: relative;
}
.tease__link-icon .icon--arrow-right-reduced {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.icon--arrow-right-reduced:after, .icon--arrow-right-reduced:before {
	content: "";
	display: block;
	height: 1px;
	background-color: white;
	width: 6px;
	position: absolute;
	right: 0;
}
.icon--arrow-right-reduced:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.icon--arrow-right-reduced:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.tease__content-wrapper:after {
	content: "";
	display: block;
	background-color: #f9f9f9;
	width: 90%;
	height: 55%;
	position: absolute;
	top: 10px;
	bottom: 0;
	margin: auto;
	left: -30px;
	z-index: -1;
}
.tease--product-modernisation {
	display: block;
	background: #3ba93b;
	color: white;
	letter-spacing: 1px;
	padding: 10px;
}
.tease--product-modernisation {
	font-size: 12px;
}
.catalog.col-2 .tease--product {
	width: 100%;
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.search-modal {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.search-modal .container {
	height: 100%;
}
.search-modal .container .flex {
	margin-top: 5vw;
}
.search__control {
	width: 100%;
	position: relative;
	-webkit-transform: translateY(-40px) scale(0.9);
	transform: translateY(-40px) scale(0.9);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.search-modal.modal-active .search__control {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.search__control input {
	background: transparent;
	border-bottom: 1px solid white;
	width: 100%;
	font-size: 60px;
	outline: none;
	color: white;
}
.search__control input {
	font-size: 30px;
}
.search__control svg {
	width: 20px;
	height: 20px;
	fill: white;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.lds-spinner {
	color: official;
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	visibility: hidden;
}
.lds-spinner div {
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	-webkit-animation: lds-spinner 1.2s linear infinite;
	animation: lds-spinner 1.2s linear infinite;
}
@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
.lds-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #fff;
}
.search__result {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 40px;
	overflow-y: scroll;
	padding-bottom: 60px;
	height: 500px;
}
.search__result .error {
	padding: 0 20px;
	color: white;
}
.search__result .error {
	font-size: 16px;
}
.search__result .tease--product {
	width: 100%;
	margin-bottom: 40px;
	padding: 0 20px;
}
.search__result .tease--product h5 {
	color: white;
	text-align: right;
	margin-top: 8px;
}
.search__result .tease--product h5 {
	font-size: 16px;
}
.search__result .tease--product h5 span {
	font-weight: 700;
}
.search-modal.modal-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.lds-spinner.active {
	visibility: visible;
}
.product > .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.product__main {
	padding-top: 43%;
	width: 100%;
	overflow: hidden;
}
.product__sidebar {
	width: 100%;
	padding: 15px;
	position: relative;
}
.breadcrumbs {
	display: -webkit-box;
	display: flex;
	position: relative;
	width: 100%;
}
.breadcrumbs li {
	flex-shrink: 0;
}
.breadcrumbs a {
	font-weight: 900;
}
.breadcrumbs .breadcrumb-no-link {
	font-weight: 900;
}
.breadcrumbs a {
	font-size: 12px;
}
.breadcrumbs .breadcrumb-no-link {
	font-size: 12px;
}
.breadcrumbs svg {
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0 8px;
	display: inline-block;
}
.breadcrumbs li:last-child {
	-webkit-box-flex: 1;
	flex-grow: 1;
}
.breadcrumbs .breadcrumb_last {
	color: #d1121e;
	font-weight: 900;
}
.breadcrumbs .breadcrumb_last {
	font-size: 12px;
}
.breadcrumbs:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(270deg, white 10%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs__dots {
	position: relative;
	flex-shrink: 0;
}
.breadcrumbs__modal {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 10px 15px;
	left: -15px;
	width: 160px;
	margin-top: 6px;
	z-index: 1;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.breadcrumbs__modal:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}
.breadcrumbs__modal li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.breadcrumbs__modal li:last-child {
	margin-bottom: 0;
}
.breadcrumbs__modal li a {
	line-height: 1;
}
.breadcrumbs__modal.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product__headline {
	font-weight: 700;
	/* margin-top: 7%; */
	margin-top: 70px;
	line-height: 1.3;
	position: relative;
	/* margin-bottom: 5%; */
	margin-bottom: 20px;
}
.product__headline {
	font-size: 34px;
}
.product__headline .float-text {
	bottom: -20px;
	left: -10%;
	white-space: nowrap;
}
.product__headline-sku {
	color: rgb(122, 122, 122);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.product__headline-sku-padding {
	padding-bottom: 22px;
}
.product__meta {
	margin-bottom: 20px;
}
.product-new {
	display: inline-block;
	padding: 10px 20px;
	background: #f79c0e;
	color: white;
	margin-right: 20px;
}
.product-modernisation {
	display: inline-block;
	padding: 10px 20px;
	background: #3ba93b;
	color: white;
	margin-right: 20px;
}
.product-teles {
	display: inline-block;
	padding: 10px 20px;
	background: #06abcb;
	color: white;
	margin-right: 20px;
}
.product__headline h1 span {
	color: #d1121e;
}
.product__headline h1 span {
	font-size: 16px;
}
.product__gallery-active-image {
	position: relative;
}
.zoomer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.zoomer.active {
	z-index: initial;
}
.zoomer img {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.product__gallery-thumbs {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.product__gallery-thumbs li img {
	opacity: 0.6;
}
.product__gallery-thumbs li img.active {
	opacity: 1;
}
.product__gallery .product__gallery-thumbs li:nth-child(n+11) {
	display: none;
}
.zoomer-bg {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
}
.zoomer-bg.active {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	z-index: 9999999;
}
.zoomer-bg #cross {
	width: 30px;
	position: absolute;
	top: 20px;
	visibility: hidden;
	opacity: 0;
	right: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.zoomer-bg #cross.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.zoomer__next-btn {
	display: block;
	width: 40px;
	padding: 10px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 100;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.zoomer__prev-btn {
	display: block;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 4%;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 100;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.zoomer-bg img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product__image-control {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: white;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product__image-control svg {
	width: 20px;
	height: 20px;
	fill: #d1121e;
}
.zoom-icon {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url('/wp-content/uploads/zoom.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	border-radius: 50%;
	background-size: 40%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	opacity: 0.6;
}
.zoom-icon-active .zoom-icon {
	display: block;
}
.zoom-icon:hover {
	opacity: 1;
}
.product__image-control-next {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: 0;
}
.product__image-control-prev {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 0;
}
.product__image-control:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product__gallery.product__gallery-more-image .product__gallery-thumbs li:nth-child(n+11) {
	display: block;
}
.product__gallery-thumbs-more {
	width: 50px;
	height: 27px;
	border: 1px solid #f79c0e;
	cursor: pointer;
	margin: auto;
	margin-top: 10px;
	background: #f79c0e;
}
.product__gallery-thumbs-more svg {
	width: 100%;
	height: 100%;
	opacity: 1;
	fill: #fff;
}
.product__gallery-more-image .product__gallery-thumbs-more svg {
	transform: rotate(180deg);
}
.product__discontinued {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.65);
	top: 0;
	left: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 600;
}
.product__discontinued {
	font-size: 16px;
}
.product__gallery-thumbs li {
	width: 20%;
	padding: 5px;
	cursor: pointer;
}
.product__note {
	display: -webkit-box;
	display: flex;
	margin-bottom: 4px;
}
.icon--photo-unset {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #d1121e;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-shrink: 0;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
}
.icon--photo-unset svg {
	fill: white;
	width: 12px;
	height: 12px;
}
.product__note p {
	margin-left: 10px;
	color: #929292;
}
.product__note p {
	font-size: 12px;
}
.product__colors-warning {
	position: relative;
}
.product__warning {
	margin-top: 30px;
	line-height: 1.7;
}
.product__warning {
	position: absolute;
	top: 2px;
	margin: 6px;
	right: 0;
}
.product__alert {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 8px;
}
.product__alert--sec {
	display: block;
	margin-bottom: 20px;
}
.product__warning .product__alert {
	margin: 0;
}
.product__warning .alert__trigger {
	position: relative;
	z-index: 1;
}
.product__alert .alert__icon {
	margin-right: 10px;
}
.product__warning span {
	color: #7A7A7A;
	text-decoration: underline;
}
.product__warning span {
	font-size: 14px;
}
.product__warning span {
	color: #7A7A7A;
	text-decoration: underline;
	font-size: 18px;
	line-height: 22px;
}
.product__alert--sec .alert__trigger span {
	cursor: pointer;
}
.alert__content {
	visibility: hidden;
	position: absolute;
	left: inherit;
	right: 0;
	opacity: 0;
	min-width: 310px;
	color: #2a2a2a;
	margin-top: 20px;
	padding: 20px 28px;
	background: white;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.product__warning ul {
	color: #a0a0a0;
	line-height: 1.4;
}
.product__warning ul {
	font-size: 11px;
}
.product__warning ul li {
	margin-bottom: 8px;
}
.product__colors {
	margin-bottom: 20px;
	padding: 3px;
}
.product__colors {
	display: flex;
	flex-direction: column;
	position: relative;
}
.product__colors .product__colors__attribute {
	order: 2;
}
.product__colors .product__colors__attribute.product__colors__attribute_pa_dsp {
	order: 1;
}
.product__colors h4 {
	font-weight: 900;
}
.product__colors h4 {
	font-size: 18px;
}
.product__colors h4 {
	font-size: 26px;
	line-height: 32px;
}
.product__colors span {
	font-size: 12px;
}
.product__colors h4 span {
	color: #d1121e;
}
.product__colors ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
}
.product__colors .product__colors__attribute ul {
}
.product__colors li {
	cursor: pointer;
	width: 20%;
	padding: 3px;
	position: relative;
}
.product__colors li .color-disabled {
	cursor: initial;
}
.product__colors li .disabled {
	position: relative;
	background-color: #d1121e;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 10px;
	position: absolute;
	cursor: initial;
	bottom: 0;
	right: 0;
}
.product__colors li .disabled:after {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/camera.svg);
	width: 10px;
	height: 10px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.product__colors span.up {
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: white;
	padding: 5px 5px;
	font-weight: 700;
	position: absolute;
	top: -40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 11;
}
.product__colors li:nth-of-type(1) span {
	top: inherit;
	bottom: -40px;
}
.product__colors .product__colors__attribute ul li:nth-of-type(5) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(10) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(15) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(20) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(25) span.up {
	right: 0;
}
.product__colors li:hover span {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 13;
}
.product__colors li:nth-of-type(1) span {
	top: inherit;
	bottom: -40px;
}
.product__colors .product__colors__attribute ul li:nth-of-type(5) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(10) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(15) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(20) span.up {
	right: 0;
}
.product__colors .product__colors__attribute ul li:nth-of-type(25) span.up {
	right: 0;
}
.product__colors li img.active {
	box-shadow: 0 0 0px 3px #d1121e;
}
.tabs__links {
	display: -webkit-box;
	display: flex;
	font-weight: 700;
	color: #a2a2a2;
	margin-bottom: 30px;
}
.tabs__links {
	font-size: 16px;
}
.tabs__links {
	justify-content: space-between;
	margin-bottom: 27px;
	border-bottom: 2px solid #d4d4d4;
}
.tab__link {
	padding-right: 20px;
	border-bottom: 2px solid #d4d4d4;
	padding-bottom: 6px;
	cursor: pointer;
	position: relative;
}
.tab__link {
	padding-right: 0;
	border: none;
	font-size: 26px;
	line-height: 32px;
	color: #B9B9B9;
}
.tab__link.active {
	color: #2a2a2a;
}
.tab__link.active span {
	position: relative;
	display: block;
}
.tab__link.active span:after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background-color: #d1121e;
	position: absolute;
	bottom: -7px;
}
.tab__content {
	display: none;
}
.tab__content.active {
	display: block;
}
.table--zebra-column-wrap-hidden .table--zebra {
	display: none;
}
.table--zebra-button {
	padding-top: 0;
}
.product__meta-title {
	color: rgb(122, 122, 122);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.table--zebra {
	width: 100%;
}
.table--zebra {
	padding-bottom: 20px;
}
.table--zebra-column-1-row {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}
.table--zebra-column-1-row-left {
	width: calc(50% - 2px);
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 9px 20px;
	display: flex;
	align-items: center;
}
.table--zebra .table--zebra-column-1-row:nth-of-type(odd) .table--zebra-column-1-row-left {
	background: rgb(223, 223, 223);
}
.table--zebra-column-1-row-right {
	width: calc(50% - 2px);
	color: rgb(48, 48, 48);
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 9px 20px;
	display: flex;
	align-items: center;
}
.table--zebra .table--zebra-column-1-row:nth-of-type(odd) .table--zebra-column-1-row-right {
	background: rgb(223, 223, 223);
}
.table--zebra-column-1-top {
	display: flex;
	gap: 4px;
	align-items: center;
	flex-wrap: wrap;
	color: rgb(122, 122, 122);
	font-family: "proxima-nova", serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	padding-bottom: 10px;
}
.table--zebra-column-1-top-left {
	width: calc(40% - 3px);
}
.table--zebra-column-1-top-center {
	width: calc(35% - 3px);
}
.table--zebra-column-1-top-right {
	width: calc(25% - 3px);
}
.table--zebra-column-1-bottom-row {
	display: flex;
	align-items: center;
	gap: 4px;
}
.table--zebra-column-1-bottom-row-left {
	width: calc(40% - 3px);
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 9px 20px;
}
.table--zebra-column-1-bottom .table--zebra-column-1-bottom-row:nth-of-type(odd) .table--zebra-column-1-bottom-row-left {
	background: rgb(223, 223, 223);
}
.table--zebra-column-1-bottom-row-center {
	width: calc(35% - 3px);
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 9px 20px;
}
.table--zebra-column-1-bottom .table--zebra-column-1-bottom-row:nth-of-type(odd) .table--zebra-column-1-bottom-row-center {
	background: rgb(223, 223, 223);
}
.table--zebra-column-1-bottom-row-rigth {
	width: calc(25% - 3px);
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 9px 20px;
}
.table--zebra-column-1-bottom .table--zebra-column-1-bottom-row:nth-of-type(odd) .table--zebra-column-1-bottom-row-rigth {
	background: rgb(223, 223, 223);
}
.table--zebra-button-name {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	background: rgb(223, 223, 223);
	padding: 10px;
	cursor: pointer;
}
.table--zebra-button-name-hide {
	display: none;
}
.table--zebra-documents .table--zebra-documents-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 20px;
	margin-bottom: 3px;
}
.table--zebra-documents .table--zebra-documents-row:nth-of-type(odd) {
	background: rgb(223, 223, 223);
}
.table--zebra-documents-row-left {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}
.table--zebra-documents-row-right {
	display: flex;
}
.table--zebra-documents-row-right a {
	display: flex;
	gap: 8px;
	color: rgb(209, 18, 30);
	font-family: "proxima-nova", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	text-align: left;
	text-decoration-line: underline;
	align-items: center;
}
.table--zebra-documents-row-right a span {
	display: flex;
	margin-top: -3px;
}
.product__description-title {
	color: rgb(122, 122, 122);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 25px;
}
.product__description {
	margin-bottom: 20px;
	margin-top: 20px;
}
.product__description {
	color: rgb(48, 48, 48);
	font-family: "proxima-nova", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 20px;
}
.product__sidebar:after {
	content: "";
	background-color: #efefef;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.cursor-pointer {
	cursor: pointer;
}
.underline {
	text-decoration: underline;
}
.related-products {
	margin-top: 5%;
}
.related-products .headline {
	margin-bottom: 80px;
	text-align: right;
}
.related-products .headline__primary {
	margin-bottom: 40px;
}
.related-products .headline .icon--arrow-right {
	margin-left: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.related-products .tease--product {
	width: 100%;
}
.modal-max-load .modal {
	max-width: 800px;
}
.modal-max-load .modal__content {
	padding: 8% 10%;
	padding-top: 60px;
	text-align: left;
	height: 500px;
	overflow: scroll;
}
.composite-products .flex {
	flex-wrap: wrap;
}
.composite-products+.related-products {
	margin-top: 0;
}
.product__colors li.active-pattern span {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.grecaptcha-badge {
	display: none;
}
.arrow-image-wrap {
	position: absolute;
	background: url(/wp-content/themes/pehotin/img/pointer_yellow.svg);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background-size: 100%;
	transform: translate(-19px, -19px);
}
.arrow-image-wrap-content {
	display: none;
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 10;
}
.arrow-image-wrap:hover {
	z-index: 20;
}
.arrow-image-wrap:hover .arrow-image-wrap-content {
	display: block;
}
.arrow-image-wrap-content-text {
	position: absolute;
	background: #FFF;
	border-radius: 8px;
	padding: 5px 14px;
	box-shadow: 0px 0px 7px #00000030;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	color: #8b8b8b;
	top: 50%;
	transform: translate(46px, -50%);
}
.arrow-image-wrap-content-text span {
	color: #000000;
}
.arrow-image-wrap-content-text:before {
	content: url(/wp-content/themes/pehotin/img/triangle.svg);
	position: absolute;
	width: 18px;
	height: 10px;
	cursor: pointer;
	transform: rotate(270deg);
	left: -13px;
	top: 50%;
	margin-top: -5px;
}
.arrow-image-wrap-left .arrow-image-wrap-content-text {
	transform: translate(-46px, -50%);
	right: 0;
}
.arrow-image-wrap-left .arrow-image-wrap-content-text:before {
	transform: rotate(90deg);
	right: -13px;
	left: inherit;
}


@media screen and (min-width: 360px) {
	body {
		font-size: calc(14px + 4*((100vw - 360px) / 1560));
	}
	.logo p {
		font-size: calc(11px + 3*((100vw - 360px) / 1560));
	}
	.nav--primary a {
		font-size: calc(15px + 7*((100vw - 360px) / 1560));
	}
	.site-header .nav--primary a {
		font-size: calc(15px + 7*((100vw - 360px) / 1560));
	}
	.site-languages {
		font-size: calc(12px + 7*((100vw - 360px) / 1560));
	}
	.btn--primary {
		font-size: calc(15px + 4*((100vw - 360px) / 1560));
	}
	.site-header .btns .btn {
		font-size: calc(13px + 0*((100vw - 360px) / 1560));
	}
	.site-header.pinned .site-languages {
		font-size: calc(10px + 9*((100vw - 360px) / 1560));
	}
	.modal h4 {
		font-size: calc(20px + 9*((100vw - 360px) / 1560));
	}
	.wpcf7-response-output {
		font-size: calc(13px + 3*((100vw - 360px) / 1560));
	}
	.scroll-top__text {
		font-size: calc(15px + 5*((100vw - 360px) / 1560));
	}
	.headline__primary {
		font-size: calc(32px + 30*((100vw - 360px) / 1560));
	}
	.float-text {
		font-size: calc(100px + 60*((100vw - 360px) / 1560));
	}
	.facts__content h4 {
		font-size: calc(22px + 6*((100vw - 360px) / 1560));
	}
	.accordion__title {
		font-size: calc(16px + 5*((100vw - 360px) / 1560));
	}
	.accordion__text {
		font-size: calc(15px + 4*((100vw - 360px) / 1560));
	}
	.about__item-content h3 {
		font-size: calc(24px + 10*((100vw - 360px) / 1560));
	}
	.about__item-content p {
		font-size: calc(12px + 6*((100vw - 360px) / 1560));
	}
	.about__item-content div {
		font-size: calc(14px + 2*((100vw - 360px) / 1560));
	}
	.features__content h3 {
		font-size: calc(20px + 14*((100vw - 360px) / 1560));
	}
	.features__content h3 span {
		font-size: calc(80px + 66*((100vw - 360px) / 1560));
	}
	.headline__secondary {
		font-size: calc(16px + 5*((100vw - 360px) / 1560));
	}
	.headline__secondary--sec {
		font-size: calc(16px + 6*((100vw - 360px) / 1560));
	}
	.news__item h3 {
		font-size: calc(24px + 8*((100vw - 360px) / 1560));
	}
	.user-content h2 {
		font-size: calc(20px + 9*((100vw - 360px) / 1560));
	}
	.section--contact-form h4 {
		font-size: calc(32px + 30*((100vw - 360px) / 1560));
	}
	.history__title h3 {
		font-size: calc(18px + 3*((100vw - 360px) / 1560));
	}
	.history__title h5 {
		font-size: calc(40px + 16*((100vw - 360px) / 1560));
	}
	.warranty__number {
		font-size: calc(90px + 70*((100vw - 360px) / 1560));
	}
	.warranty__text {
		font-size: calc(16px + 5*((100vw - 360px) / 1560));
	}
	.custom-marker-modal h4 {
		font-size: calc(24px + 12*((100vw - 360px) / 1560));
	}
	.custom-marker-modal p {
		font-size: calc(16px + 4*((100vw - 360px) / 1560));
	}
	.section--delivery .delivery__content > .delivery__item b {
		font-size: calc(80px + 40*((100vw - 360px) / 1560));
	}
	.catalog__search-control span {
		font-size: calc(18px + 6*((100vw - 360px) / 1560));
	}
	.catalog__categories-toggle {
		font-size: calc(18px + 6*((100vw - 360px) / 1560));
	}
	.catalog__categories > ul > li {
		font-size: calc(16px + 3*((100vw - 360px) / 1560));
	}
	.catalog__categories .cat-item .children {
		font-size: calc(14px + 3*((100vw - 360px) / 1560));
	}
	.tease--product-new {
		font-size: calc(12px + 2*((100vw - 360px) / 1560));
	}
	.tease__content-wrapper h5 {
		font-size: calc(19px + 4*((100vw - 360px) / 1560));
	}
	.tease__link--product {
		font-size: calc(16px + 2*((100vw - 360px) / 1560));
	}
	.tease--product-modernisation {
		font-size: calc(12px + 2*((100vw - 360px) / 1560));
	}
	.search__control input {
		font-size: calc(30px + 34*((100vw - 360px) / 1560));
	}
	.search__result .error {
		font-size: calc(16px + 8*((100vw - 360px) / 1560));
	}
	.search__result .tease--product h5 {
		font-size: calc(16px + 8*((100vw - 360px) / 1560));
	}
	.breadcrumbs a {
		font-size: calc(12px + 3*((100vw - 360px) / 1560));
	}
	.breadcrumbs .breadcrumb-no-link {
		font-size: calc(12px + 3*((100vw - 360px) / 1560));
	}
	.breadcrumbs .breadcrumb_last {
		font-size: calc(12px + 3*((100vw - 360px) / 1560));
	}
	.product__headline {
		font-size: calc(34px + 36*((100vw - 360px) / 1560));
	}
	.product__headline h1 span {
		font-size: calc(16px + 10*((100vw - 360px) / 1560));
	}
	.product__discontinued {
		font-size: calc(16px + 8*((100vw - 360px) / 1560));
	}
	.product__note p {
		font-size: calc(12px + 3*((100vw - 360px) / 1560));
	}
	.product__warning span {
		font-size: calc(14px + 2*((100vw - 360px) / 1560));
	}
	.product__warning ul {
		font-size: calc(11px + 2*((100vw - 360px) / 1560));
	}
	.product__colors h4 {
		font-size: calc(11px + 12*((100vw - 360px) / 1560));
	}
	.product__colors span {
		font-size: 14px;
	}
	.product__colors span.up {
		top: -35px;
	}
	.tabs__links {
		font-size: calc(16px + 6*((100vw - 360px) / 1560));
	}
}
@media (min-width: 577px) {
	.container {
		max-width: 94%;
	}
	.menu-mobile__container {
		width: 40%;
	}
	.section-video .col-30p {
		margin-bottom: 8%;
	}
	.section-video .headline__primary--with-decor {
		margin-bottom: 5%;
	}
	.section-video .shape--color-secondary {
		width: 37.5%;
	}
	.section-features {
		padding-top: 5%;
	}
	.facts {
		padding-left: 5%;
		margin-top: 8%;
	}
	.sm\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.facts__item {
		margin-bottom: 20px;
	}
	.facts__item:nth-child(1) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		width: 50%;
	}
	.facts__item:nth-child(2) {
		width: 50%;
		padding-left: 2%;
	}
	.facts__item:nth-child(3) {
		width: 65%;
	}
	.facts__item:nth-child(1) .facts__image {
		-webkit-box-flex: 0;
		flex-grow: 0;
	}
	.facts__item:nth-child(3) .facts__image {
		width: auto;
	}
	.section-map {
		padding-top: 70%;
	}
	.accordion__item.show .accordion__text {
		padding-top: 3%;
	}
}
@media (min-width: 768px) {
	.page-template-tpl-cooperation .call-to-action-horizontal {
		padding-top: 10%;
	}
	.page-template-tpl-cooperation .call-to-action-horizontal .container {
		-webkit-box-align: end;
		align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.page-template-tpl-cooperation .call-to-action-horizontal__content {
		width: 50%;
		margin-bottom: 10%;
	}
	.page-template-tpl-cooperation .call-to-action-horizontal img {
		width: 40%;
	}
	.hero-category {
		padding-top: 15%;
		padding-bottom: 90px;
	}

	.page-template-tpl-home .call-to-action-horizontal {
		padding-top: 10%;
	}
	.page-template-tpl-home .call-to-action-horizontal .container {
		-webkit-box-align: end;
		align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.page-template-tpl-home .call-to-action-horizontal__content {
		width: 50%;
		margin-bottom: 10%;
	}
	.page-template-tpl-home .call-to-action-horizontal img {
		width: 40%;
	}
}
@media (min-width: 769px) {
	.site-header .nav--primary li {
		margin: 0 5px;
	}
	.site-header .nav--primary {
		display: block;
	}
	.admin-bar .site-header {
		margin-top: 32px;
	}
	.site-header {
		top: 40px;
	}
	.site-header .nav--primary a {
		font-size: 14px;
	}
	.site-header .site-languages {
		display: block;
		font-size: 11px;
	}
	.site-header .btns {
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		width: auto;
		-webkit-box-pack: none;
		justify-content: none;
		right: 7.2%;
	}
	.site-header .btns svg {
		margin-right: 0;
		position: absolute;
	}
	.mobile-menu-icon {
		display: none;
	}
	.site-header.pinned .site-languages {
		-webkit-transform: translateX(-296px);
		transform: translateX(-296px);
		font-size: 11px;
		margin-left: 0;
	}
	.site-header.pinned .nav--primary {
		-webkit-transform: translateX(-170px);
		transform: translateX(-170px);
	}
	.site-footer {
		padding-top: 70px;
	}
	.site-footer .nav--primary {
		display: block;
	}
	.site-footer .nav--primary li {
		margin: 0 5px;
	}
	.site-footer .site-languages {
		display: block;
	}
	.site-footer .copyright {
		display: block;
	}
	.md\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.section-video .col-30p {
		width: 30%;
		margin-bottom: 0;
	}
	.section-video .col-70p {
		width: 70%;
	}
	.section-video .headline__primary--with-decor {
		margin-bottom: 15%;
	}
	.float-text {
		display: block;
	}
	.section-video .shape--color-secondary {
		width: 42%;
		height: 45%;
	}
	.video {
		padding-left: 5%;
	}
	.facts__item:nth-child(1) {
		width: 40%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.facts__item:nth-child(2) {
		width: 60%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.facts__item:nth-child(3) {
		width: 70%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.facts__item:nth-child(1) .facts__image {
		margin-bottom: 0;
	}
	.facts__item:nth-child(2) .facts__image {
		margin-bottom: 0;
	}
	.facts__item:nth-child(3) .facts__image {
		margin-bottom: 0;
	}
	.section-map {
		padding-top: 50%;
	}
	.section-map .headline__primary--with-decor {
		margin-bottom: 15%;
	}
	#flipbook__trigger {
		width: 60%;
	}
	#flipbook__trigger1 {
		width: 60%;
	}
	.section-faq .col-30p {
		-webkit-box-ordinal-group: 3;
		order: 2;
		width: 30%;
	}
	.section-faq .col-70p {
		width: 70%;
		padding-right: 15%;
	}
	.accordion__item {
		width: 50%;
		padding-right: 40px;
		margin-bottom: 60px;
	}
	.accordion__icon {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.section-faq .shape {
		width: 30%;
		height: 30%;
	}
	.about__item {
		width: 50%;
	}
	.about__item-content {
		padding: 10% 7% 10%;
	}
	.about__item-content div .icon--arrow-right-secondary {
		width: 60px;
	}
	.about__item:nth-child(even) .about__item-content {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.about__item:nth-child(2) .about__item-img {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.about__item:nth-child(3).reverse .about__item-img {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.section-advantages .headline {
		margin-bottom: 0;
	}
	.section-advantages .headline .headline__primary--with-decor {
		margin-bottom: 15%;
	}
	.section-advantages .headline .headline__secondary {
		margin-top: 18%;
	}
	.features__item {
		margin-top: 14%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.features__content {
		width: 30%;
		margin-bottom: 0;
	}
	.features__item:nth-child(even) .features__content {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.features__image {
		width: 70%;
	}
	.features__item:nth-child(even) .features__image {
		padding-right: 8%;
		padding-left: 0;
	}
	.features__content h3 span {
		top: -65px;
		left: -50px;
	}
	.features__item:nth-child(2) .features__content h3 span {
		left: auto;
		right: 40px;
	}
	.features__image {
		width: 70%;
	}
	.features__item:nth-child(even) .features__image {
		padding-right: 8%;
		padding-left: 0;
	}
	.section-news .col-6 {
		width: 50%;
	}
	.section-news .news {
		height: 520px;
	}
	.hero-category .col-55p {
		width: 55%;
		padding-right: 10%;
		margin-bottom: 0;
	}
	.hero-category .col-45p {
		width: 45%;
	}
	.page-contacts .container {
		padding: 0 32px;
	}
	.page-contacts__content {
		width: 42%;
		padding-top: 17.3%;
		padding-left: 0;
		padding-right: 0;
	}
	.page-contacts__map {
		width: 58%;
		padding-top: initial;
	}
	.page-contacts #google-map-contacts {
		width: 150%;
	}
	.form-wrapper {
		width: 60%;
		margin: 0 auto;
	}
	.control--inline {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.control--inline .control:first-child {
		margin-right: 20px;
	}
	.control--inline .control:last-child {
		margin-left: 20px;
	}
	.section--contact-form .control--submit {
		width: 50%;
		margin: 0 auto;
	}
	.history__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin-bottom: 0;
	}
	.history__image {
		width: 35%;
		-webkit-box-ordinal-group: initial;
		order: initial;
	}
	.history__title {
		width: 30%;
		-webkit-box-ordinal-group: initial;
		order: initial;
		margin-bottom: 0;
	}
	.history__content {
		width: 35%;
		-webkit-box-ordinal-group: initial;
		order: initial;
		padding-left: 8%;
	}
	.awards {
		margin-bottom: 25%;
	}
	.award__title {
		padding-right: 5%;
	}
	.section--warranty .col-6 {
		width: 50%;
	}
	.section--warranty .col-6:first-child {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.section--warranty .col-6:last-child {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.section--warranty .float-text {
		display: block;
	}
	.warranty__number {
		top: -100px;
		left: -70px;
	}
	.warranty__alert-text {
		left: 0;
		min-width: 400px;
		margin-top: 10px;
	}
	.section--service {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.section--service .col-45p {
		padding-top: 0;
		width: 45%;
	}
	.section--service .col-55p {
		width: 55%;
	}
	.service__content {
		padding: 10% 15%;
	}
	.service__causes-item {
		margin-top: 5%;
	}
	.alerts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.alert {
		margin-left: 15%;
		margin-bottom: 0;
	}
	.section--assembly .col-60p {
		width: 60%;
		margin-bottom: 0;
		padding-right: 8%;
	}
	.section--assembly .col-60p img {
		margin-top: 20%;
	}
	.section--assembly .col-40p {
		width: 40%;
	}
	.section--delivery {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.section--delivery .col-55p {
		width: 55%;
		padding: 5% 7%;
	}
	.section--delivery .col-45p {
		width: 45%;
		padding-top: 0;
	}
	.section--delivery .delivery__content {
		padding-left: 20%;
	}
	.section--delivery .delivery__content > .delivery__item b {
		left: -30%;
	}
	.section--autopark .shape {
		height: 86%;
		bottom: 0;
		top: auto;
	}
	.section--autopark .col-55p {
		width: 55%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.section--autopark .col-45p {
		width: 45%;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.section--autopark .float-text {
		top: -65px;
	}
	.catalog__controls-first-part {
		width: auto;
		-webkit-box-pack: initial;
		justify-content: initial;
	}
	.catalog__search-control {
		margin-right: 40%;
	}
	.catalog__categories > ul {
		right: auto;
	}
	.catalog__mode-switcher {
		display: -webkit-box;
		display: flex;
	}
	.catalog .flex {
		margin-left: -40px;
		margin-right: -40px;
	}
	.tease--product {
		padding: 0 40px;
	}
	.catalog.col-3 .tease--product {
		width: 50%;
	}
	.catalog.col-2 .tease--product {
		width: 50%;
	}
	.search__result .tease--product {
		width: 33.3333%;
	}
	.product {
		overflow: hidden;
	}
	.product > .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.product__main {
		padding-top: 150px;
		width: 60%;
		overflow: visible;
	}
	.product__sidebar {
		width: 33%;
		padding: 0;
		padding-left: 50px;
		/* padding-top: 20%; */
		padding-top: 266px;
		padding-bottom: 30px;
	}
	.product__sidebar.product__sidebar-padding {
		padding-top: 305px;
	}
	.breadcrumbs svg {
		width: 12px;
		height: 12px;
	}
	.product__gallery {
		margin-bottom: 40px;
	}
	.product__gallery-thumbs {
		margin: 0 -20px;
		padding-top: 10px;
	}
	.product__gallery-thumbs li {
		padding: 20px;
	}
	zoomer__next-btn {
		padding: 0;
		background-color: none;
	}
	.zoomer__prev-btn {
		padding: 0;
		background-color: none;
	}
	.product__note {
		margin-bottom: 26px;
	}
	.product__colors {
		margin-bottom: 40px;
	}
	.product__colors h4 {
		font-size: 26px;
		margin-bottom: 16px;
	}
	.product__colors ul {
		margin-bottom: 30px;
	}
	.product__description {
		margin-bottom: 40px;
	}
	.product__sidebar:after {
		width: 150%;
	}
	.related-products .tease--product {
		width: 33.333333%;
	}
	.modal-max-load .modal__content {
		padding-top: 0;
		padding: 8% 10%;
	}
	.zoomer__next-btn {
		padding: 0;
		background-color: none;
	}
	.search__control svg {
		width: 30px;
		height: 30px;
	}
	#google-map-contacts:before {
		display: block;
	}
}
@media (min-width: 1024px) {
	.page-template-tpl-cooperation .call-to-action-horizontal {
		padding-top: 5%;
	}
	.page-template-tpl-cooperation .call-to-action-horizontal__content {
		width: 40%;
		margin-bottom: 10%;
	}
	.hero-category__image {
		position: relative;
	}
	.alert__content {
		min-width: 270px;
	}
	.page-template-tpl-home .call-to-action-horizontal {
		padding-top: 5%;
	}
	.page-template-tpl-home .call-to-action-horizontal__content {
		width: 40%;
		margin-bottom: 10%;
	}
	.admin-bar .catalog__controls-wrapper.pinned .catalog__controls {
		top: 94px;
	}
}
@media (min-width: 1025px) {
	.container {
		max-width: 90%;
	}
	.site-header .nav--primary li {
		margin: 0 20px;
	}
	.site-header .nav--primary a {
		font-size: 15px;
	}
	.site-header .site-languages {
		font-size: 12px;
	}
	.site-header .site-languages {
		font-size: calc(12px + 7*((100vw - 360px) / 1560));
	}
	@media screen and (min-width: 360px) {
		.site-header .nav--primary a {
			font-size: calc(15px + 7*((100vw - 360px) / 1560));
		}
	}
	.site-footer .nav--primary li {
		margin: 0 20px;
	}
	.facts__item:nth-child(1) {
		width: 50%;
	}
	.facts__item:nth-child(2) {
		width: 50%;
	}
	.facts__item:nth-child(3) {
		width: 65%;
	}
	.hero-category__image .shape {
		right: -20%;
		top: -130%;
		height: 200%;
	}
	.catalog.col-3 .tease--product {
		width: 33.33333%;
	}
}
@media (min-width: 1152px) {
	.section-news .news {
		height: 620px;
	}
	.alert__content {
		min-width: 360px;
	}
}
@media screen and (min-width: 1200px) {
	.product__colors span {
		font-size: 18px;
	}
	.product__colors span.up {
		top: -40px;
	}
}
@media (min-width: 1281px) {
	.site-header.pinned .nav--primary {
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}
	.site-header.pinned .site-languages {
		-webkit-transform: translateX(-330px);
		transform: translateX(-330px);
	}
	.site-header.pinned .site-languages {
		font-size: 10px;
	}
	.section-news .news {
		height: 720px;
	}
	.alert__content {
		min-width: 400px;
	}
	@media screen and (min-width: 360px) {
		.site-header.pinned .site-languages {
			font-size: calc(10px + 9*((100vw - 360px) / 1560));
		}
	}
}
@media (min-width: 1300px) {
	.product__sidebar {
		padding-top: 280px;
	}
	.product__sidebar.product__sidebar-padding {
		padding-top: 322px;
	}
}
@media (min-width: 1400px) {
	.product__sidebar {
		padding-top: 281px;
	}
	.product__sidebar.product__sidebar-padding {
		padding-top: 344px;
	}
}
@media (min-width: 1600px) {
	.product__sidebar {
		padding-top: 289px;
	}
	.product__sidebar.product__sidebar-padding {
		padding-top: 352px;
	}
}
@media (min-width: 1850px) {
	.product__sidebar {
		padding-top: 298px;
	}
	.product__sidebar.product__sidebar-padding {
		padding-top: 363px;
	}
}


@media (max-width: 1745px) {
	.catalog-section-wrap-items {
		gap: 40px;
	}
	.catalog-section-wrap-item-bottom-title {
		font-size: 25px;
	}
}
@media (max-width: 1600px) {
	.catalog-section-text {
		padding-right: 20px;
	}
	.catalog-section-wrap-item-right-image img {
		/*height: auto;*/
		width: 100%;
	}
	.catalog-section-wrap-item-bottom-title {
		font-size: 24px;
	}
	.catalog-section-wrap-items {
		gap: 20px;
	}
}
@media (max-width: 1530px) {
	.tab__link {
		font-size: 20px;
	}
	.table--zebra-column-1-row-left {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-row-right {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-left {
		font-size: 13px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-center {
		font-size: 13px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-rigth {
		font-size: 13px;
		padding: 9px 10px;
	}
	.table--zebra-documents .table--zebra-documents-row {
		padding: 9px 10px;
	}
}
@media (max-width: 1340px) {
	.catalog-section-wrap-items {
		gap: 20px;
	}
	.catalog-section-wrap-item-bottom-title {
		padding-top: 15px;
	}
	.catalog-section-wrap-item-right-image img {
		height: 310px;
	}
}
@media (max-width: 1199px) {
	.catalog-section .headline__primary--with-decor {
		margin-bottom: 15px;
	}
	.catalog-section-wrap-item-left-button-name {
		font-size: 20px;
		gap: 10px;
	}
	.product__warning {
		top: 0px;
	}
	.product__alert .alert__icon {
		width: 11px;
		height: 10px;
		margin-right: 5px;
	}
	.product__alert--sec .alert__trigger span {
		font-size: 14px;
		line-height: 17px;
	}
	.product__colors h4 {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 24px;
	}
	.tab__link {
		font-size: 14px;
		line-height: 20px;
	}
	.table--zebra-column-1-row-left {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-row-right {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row {
		align-items: inherit;
	}
	.table--zebra-column-1-bottom-row-left {
		font-size: 11px;
		padding: 9px 10px;
		display: flex;
		align-items: center;
	}
	.table--zebra-column-1-bottom-row-center {
		font-size: 11px;
		padding: 9px 10px;
		display: flex;
		align-items: center;
	}
	.table--zebra-column-1-bottom-row-rigth {
		font-size: 11px;
		padding: 9px 10px;
		display: flex;
		align-items: center;
	}
	.table--zebra-documents .table--zebra-documents-row {
		padding: 9px 10px;
	}
	.table--zebra-documents-row-left {
		font-size: 12px;
	}
	.table--zebra-documents-row-right a {
		font-size: 12px;
	}
	.site-header.pinned .site-languages {
		transform: translateX(-230px);
	}
}
@media (max-width: 1024px) {
	.site-header.pinned .site-languages {
		transform: translateX(-250px);
	}
	/*.fb3d-modal {*/
	/*	overflow: hidden !important;*/
	/*	!*height: 100vh !important;*!*/
	/*	transition: none !important;*/
	/*	touch-action: none !important;*/
	/*}*/
	/*.fb3d-modal-shadow {*/
	/*	overflow: hidden !important;*/
	/*	touch-action: none !important;*/
	/*}*/
	/*!*.body-home-overflow {*!*/
	/*!*	overflow: hidden !important;*!*/
	/*!*	transition: none !important;*!*/
	/*!*}*!*/
	/*!*.body-home-overflow .page-template-tpl-home {*!*/
	/*!*	overflow: hidden !important;*!*/
	/*!*	transition: none !important;*!*/
	/*!*}*!*/
	/*!*.page-template-tpl-home.page-template-tpl-home-overflow {*!*/
	/*!*	overflow: hidden !important;*!*/
	/*!*	transition: none !important;*!*/
	/*!*}*!*/
	/*.fb3d-modal .mount-container {*/
	/*	overflow: hidden !important;*/
	/*	transition: none !important;*/
	/*	touch-action: none !important;*/
	/*}*/
	/*.fb3d-modal .mount-container iframe {*/
	/*	overflow: hidden !important;*/
	/*	!*height: 97%;*!*/
	/*	transition: none !important;*/
	/*	touch-action: none !important;*/
	/*}*/
	/*.catalog-section-wrap-item-top {*/
	/*	transition: none;*/
	/*}*/
	/*.catalog-section-wrap-item:hover .catalog-section-wrap-item-top {*/
	/*	box-shadow: none;*/
	/*	transform: none;*/
	/*	transition: none;*/
	/*}*/
}
@media (max-width: 991px) {
	.product__main {
		width: 100%;
	}
	.product__sidebar {
		width: 100%;
		padding: 10px 10px;
	}
	.product__sidebar.product__sidebar-padding {
		padding: 10px 10px;
	}
	.product > .container {
		flex-direction: column;
	}
	.related-products .flex-col {
		flex-direction: column;
	}
	.related-products .tease--product {
		width: 100%;
	}
	.catalog-section .flex-col {
		flex-direction: column;
	}
	.catalog-section .col-30p {
		width: 100%;
	}
	.catalog-section-text {
		padding: 0;
		padding-bottom: 32px;
	}
	.catalog-section .col-70p {
		width: 100%;
	}
	.page-404-new-content-text-1 {
		padding-bottom: 30px;
	}
	.page-404-new-content-text-2 {
		padding-bottom: 55px;
	}
	.page-404-new-content-buttons {
		flex-direction: column;
		gap: 20px;
	}
	.page-discontinued-content-text-1 {
		padding-bottom: 30px;
		font-size: 55px;
	}
	.page-discontinued-content-text-2 {
		padding-bottom: 55px;
	}
	.page-discontinued-content-buttons {
		flex-direction: column;
		gap: 20px;
	}
	.page-discontinued-content-text-1-image {
		position: absolute;
		right: 0;
		top: -80px;
		width: 240px;
		height: 149px;
	}
	.page-soon-content-text-1 {
		padding-bottom: 30px;
		font-size: 55px;
	}
	.page-soon-content-text-2 {
		padding-bottom: 55px;
	}
	.page-soon-content-buttons {
		flex-direction: column;
		gap: 20px;
	}
	.page-soon-content-text-1-image {
		width: 260px;
		height: 312px;
	}
	.product__main {
		padding-top: 135px;
	}
	.product__sidebar {
		padding: 35px 15px;
	}
	.product__headline {
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.product__headline-sku {
		font-size: 13px;
		line-height: 16px;
		padding-bottom: 20px;
	}
	.product__warning {
		top: -1px;
	}
	.product__colors h4 {
		margin-bottom: 12px;
	}
	.product__colors .product__colors__attribute ul {
		margin-bottom: 24px;
	}
	.tab__link {
		font-size: 26px;
		line-height: 32px;
	}
	.table--zebra-column-1-bottom-row-left {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-center {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-rigth {
		font-size: 14px;
		padding: 9px 10px;
	}
	.table--zebra-documents-row-left {
		font-size: 14px;
	}
	.table--zebra-documents-row-right a {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.site-header.pinned .site-languages {
		transform: translateX(0);
	}
	.modal-wrapper-comfortable .modal #cross {
		top: 15px;
		right: 15px;
	}
	.modal-wrapper-comfortable .modal__content {
		padding: 20px 30px;
	}
	.site-footer {
		padding-bottom: 20px;
	}
	.copyright-mobile {
		display: block;
	}
	.copyright-mobile .copyright {
		display: block;
		position: relative;
	}
	.site-footer-after {
		padding: 0 0 35px 0;
	}
	.site-footer-after-wrap {
		gap: 20px;
		flex-direction: column;
	}
	.site-footer-after-wrap-text {
		font-size: 16px;
	}
	.site-footer-after-wrap-button {
		font-size: 14px;
		padding: 11px 60px;
	}
	.change-lang-content {
		padding: 40px 10px;
		max-width: 350px;
		width: 100%;
	}
	.change-lang-content-wrap-title {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.change-lang-content-wrap-text {
		font-size: 14px;
		padding-bottom: 25px;
	}
	.change-lang-content-wrap-lang {
		gap: 13px;
	}
	.change-lang-content-wrap-lang-item {
		font-size: 14px;
		line-height: 17px;
		padding: 11px 20px;
	}
	.ios-safari .home-section-1 {
		min-height: 600px;
		height: 91vh;
	}

	.home-section-1 .hero__bg {
		filter: blur(2px) !important;
		-webkit-filter: blur(2px) !important;
		opacity: 1 !important;
	}
	.home-section-1-wrap {
		padding-top: 40px;
	}
	.home-section-1-wrap-title {
		padding-bottom: 40px;
		font-size: 40px;
	}
	.home-section-1-wrap-button .flipbook-custom .flipbook__cta-custom {
		font-size: 18px;
		padding: 23px 33px;
	}
	.home-section-1-wrap-arrow-down {
		width: 18px;
		left: calc(50% - 9px);
		bottom: 60px;
	}
	.home-section-1-wrap-arrow-down-desktop {
		display: none !important;
	}
	.home-section-1-wrap-arrow-down-mobile {
		display: flex !important;
	}
	.catalog-section {
		padding: 60px 0;
	}
	.catalog-section .headline__primary--with-decor {
		margin-bottom: 32px;
		font-size: 40px;
	}
	.catalog-section-text {
		font-size: 15px;
	}
	.catalog-section-wrap-items {
		gap: 32px;
		flex-direction: column;
	}
	.catalog-section-wrap-item-left {
		width: 48px;
	}
	.catalog-section-wrap-item-left-button-name {
		font-size: 16px;
		gap: 16px;
	}
	.catalog-section-wrap-item-right {
		width: calc(100% - 48px);
	}
	.catalog-section-wrap-item-right-image img {
		height: auto;
	}
	.catalog-section-wrap-item-bottom-title {
		padding-top: 20px;
		font-size: 20px;
	}
	.catalog-section .shape--color-gray {
		width: 36%;
	}
	.home-section-1-wrap-button .flipbook-custom .flipbook__cta-custom svg {
		width: 17px;
		height: 16px;
		margin-top: -2px;
	}
	.site-languages__current {
		font-size: 14px;
	}
	.mobile-menu-icon span:last-child {
		margin-bottom: 0;
	}
	.error404 .page-404-new {
		background-image: url(/wp-content/uploads/img-404-pc-mob.webp);
	}
	.page-404-new-content {
		margin-top: 60px;
	}
	.page-404-new-content-text-1 {
		font-size: 111px;
		line-height: 74px;
		padding-bottom: 35px;
	}
	.page-404-new-content-text-2 {
		padding-bottom: 70px;
		font-size: 20px;
		line-height: 25px;
		max-width: 220px;
		margin: auto;
	}
	.page-404-new-content-button-1 {
		order: 2;
	}
	.page-404-new-content-button-2 {
		order: 1;
	}
	.page-404-new-content-button-1 a {
		width: 280px;
		gap: 20px;
		font-size: 18px;
		padding: 22px;
	}
	.page-404-new-content-button-1 svg {
		width: 10px;
	}
	.page-404-new-content-button-2 a {
		width: 280px;
		gap: 20px;
		font-size: 18px;
		padding: 22px;
	}
	.page-discontinued-content-text-1 {
		font-size: 40px;
		line-height: 35px;
		padding-bottom: 35px;
	}
	.page-discontinued-content-text-2 {
		padding-bottom: 70px;
		font-size: 20px;
		line-height: 25px;
		margin: auto;
	}
	.page-discontinued-content-button-1 a {
		width: 280px;
		gap: 20px;
		font-size: 18px;
		padding: 22px;
	}
	.page-discontinued-content-button-2 a {
		width: 280px;
		gap: 20px;
		font-size: 18px;
		padding: 22px;
	}
	.page-discontinued-content {
		margin-top: 60px;
	}
	.page-discontinued-content-button-1 {
		order: 2;
	}
	.page-discontinued-content-button-2 {
		order: 1;
	}
	.page-discontinued-content-button-1 svg {
		width: 10px;
	}
	.page-discontinued-content-button-2 svg {
		width: 17px;
	}
	.page-soon-content-text-1 {
		font-size: 40px;
		line-height: 35px;
		padding-bottom: 35px;
	}
	.page-soon-content-text-1-image {
		margin-top: -30px;
	}
	.page-soon-content-text-2 {
		padding-bottom: 70px;
		font-size: 20px;
		line-height: 25px;
		margin: auto;
	}
	.page-soon-content-button-1 a {
		width: 280px;
		gap: 20px;
		font-size: 18px;
		padding: 22px;
	}
	.page-soon-content-button-2 a {
		width: 280px;
		gap: 20px;
		font-size: 18px;
		padding: 22px;
	}
	.page-soon-content {
		margin-top: 60px;
	}
	.page-soon-content-button-1 {
		order: 2;
	}
	.page-soon-content-button-2 {
		order: 1;
	}
	.page-soon-content-button-1 svg {
		width: 10px;
	}
	.page-soon-content-button-2 svg {
		width: 17px;
	}
	.page-contacts #google-map-contacts {
		width: 100% !important;
	}
	.hero-category .headline {
		max-width: 260px;
	}
	.product__sidebar {
		padding: 10px 10px;
	}
	.product-new {
		padding: 10px 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.product-modernisation {
		padding: 10px 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.product-teles {
		padding: 10px 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.product__gallery-thumbs-more {
		margin-bottom: 15px;
	}
	.product__note {
		align-items: center;
		margin-bottom: 10px;
	}
	.product__colors li:nth-of-type(1) span {
		top: inherit;
		bottom: -34px;
	}
	.product__colors .product__colors__attribute ul li:nth-of-type(5) span.up {
		right: 0;
	}
	.product__colors .product__colors__attribute ul li:nth-of-type(10) span.up {
		right: 0;
	}
	.product__colors .product__colors__attribute ul li:nth-of-type(15) span.up {
		right: 0;
	}
	.product__colors .product__colors__attribute ul li:nth-of-type(20) span.up {
		right: 0;
	}
	.product__colors .product__colors__attribute ul li:nth-of-type(25) span.up {
		right: 0;
	}
	.tabs__links {
		margin-bottom: 25px;
	}
	.tab__link {
		font-size: 20px;
		line-height: 24px;
	}
	.product__meta-title {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 10px;
	}
	.table--zebra {
		padding-bottom: 15px;
	}
	.table--zebra-column-1-bottom-row-left {
		font-size: 13px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-center {
		font-size: 13px;
		padding: 9px 10px;
	}
	.table--zebra-column-1-bottom-row-rigth {
		font-size: 13px;
		padding: 9px 10px;
	}
	.table--zebra-button {
		/*padding-top: 5px;*/
	}
	.table--zebra-documents-row-left {
		font-size: 14px;
	}
	.table--zebra-documents-row-right a {
		font-size: 13px;
	}
	.product__description-title {
		font-size: 13px;
		line-height: 16px;
	}
	.product__description {
		margin-top: 15px;
	}
	.site-languages__choices--first {
		font-size: 14px;
	}
	.single-product .product__colors {
		margin-bottom: 30px;
	}
	.search__result {
		height: 600px;
	}
	.arrow-image-wrap {
		width: 40px;
		height: 40px;
		background-size: 30px;
		transform: translate(-20px, -20px);
		background-position: center;
	}
	.arrow-image-wrap-content {
		width: 30px;
		height: 30px;
		top: 5px;
		left: 5px;
	}
	.arrow-image-wrap-content-text {
		border-radius: 5px;
		padding: 5px 8px;
		font-size: 12px;
		transform: translate(38px, -50%);
		border-radius: 5px;
	}
	.arrow-image-wrap-left .arrow-image-wrap-content-text {
		transform: translate(-38px, -50%);
	}
	.arrow-image-wrap.arrow-image-wrap-active {
		z-index: 20;
	}
	.arrow-image-wrap.arrow-image-wrap-active .arrow-image-wrap-content {
		display: block;
	}
}
@media (max-width: 600px) {
	.intercatalog {
		max-width: 90% !important;
	}
}
