/*!
Theme Name: ecodveri
Theme URI: http://underscores.me/
Author: egor.zhurawski
Author URI: https://t.me/Egor_Zhurawski
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecodveri
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dragan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@charset "UTF-8";

@font-face {
	font-family: "Montserrat Alternates";
	src: local("Montserrat Alternates 700"), url("assets/fonts/MontserratAlternates-700.woff2") format("woff2"), url("assets/fonts/MontserratAlternates-700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: local("Nunito Sans 700"), url("assets/fonts/NunitoSans-700.woff2") format("woff2"), url("assets/fonts/NunitoSans-700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: local("Nunito Sans 600"), url("assets/fonts/NunitoSans-600.woff2") format("woff2"), url("assets/fonts/NunitoSans-600.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: local("Nunito Sans 400"), url("assets/fonts/NunitoSans-400.woff2") format("woff2"), url("assets/fonts/NunitoSans-400.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: local("Nunito Sans 300"), url("assets/fonts/NunitoSans-300.woff2") format("woff2"), url("assets/fonts/NunitoSans-300.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #fff;
	--whiteMix: #fafafa;
	--red: #e52603;
	--redLight: #b90f0f;
	--blue: #223650;
	--blueDark: #0b152b;
	--black: #1d280e;
	--grayDark: #2c333b;
	--grayLight: #d2d5da;
	--midnight: #183536;
	--primaryColor: #2E929C;;
	--primaryColorHov: #145369;
	--secondColor: #2E929C;
	--secondColorHov: #145369;
	--textSizeSm: 1.6rem;
	--textSizeMd: 2rem;
	--textSizeXl: 2.4rem;
	--radius: 0.8rem;
	--transition: 0.3s ease;
	--shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 12px 0px;
}

/*---------Обнуление стилей-----------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus,
:active,
:target {
	outline: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}

a:focus,
a:active,
a:target {
	outline: none;
}

button:focus,
button:active,
button:target {
	outline: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
}

ul,
li,
p,
div,
span,
ol,
label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

body {
	background: -webkit-gradient(linear, left top, right top, from(#ced3dd), to(#f2f2f6));
	background: -o-linear-gradient(left, #ced3dd 0%, #f2f2f6 100%);
	background: linear-gradient(90deg, #ced3dd 0%, #f2f2f6 100%);
	background-color: var(--white);
	color: var(--black);
	font-size: var(--textSizeSm);
	line-height: 1.3;
}

body.lock {
	overflow: hidden;
}

::-moz-selection {
	background: var(--blue);
	color: var(--white);
}

::selection {
	background: var(--blue);
	color: var(--white);
}

input,
button,
textarea {
	font-family: inherit;
	outline: 0;
	outline-offset: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
	border: none;
	background: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	font-family: inherit;
}

input::placeholder,
textarea::placeholder {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
	-webkit-appearance: none;
					appearance: none;
	-moz-appearance: textfield;
}

button {
	cursor: pointer;
	background-color: none;
}

button:active,
button:focus {
	outline: 0;
	outline-offset: 0;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li,
ol li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

address {
	display: block;
	font-style: normal;
}

/*::-webkit-scrollbar {
	width: 2px;
	height: 3px;
}

::-webkit-scrollbar-button {
	background-color: transparent;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	height: 0px;
	background-color: #c3c5c7;
	border-radius: 6px;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-resizer {
	background-color: transparent;
}*/

/*Стандартные стили попапа*/

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
	/* анимация ПОПАПА */
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	/* скролл ПОПАПА при большом объеме контента */
	overflow-y: auto;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
}

.popup.open {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.popup.open .popup__content {
	-webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
					transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
	opacity: 1;
}

.popup__body {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	padding: 30px 15px;
}

.popup__content {
	position: relative;
	background-color: var(--white);
	color: var(--black);
	max-width: 900px;
	padding: 32px;
	/* анимация ПОПАПА */
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
					transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
	opacity: 0;
}

.popup__close {
	position: absolute;
	top: -8px;
	right: -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	width: 3.2rem;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	height: 3.2rem;
	background: var(--white);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
					box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.popup__close svg {
	width: 1.6rem;
	height: 1.6rem;
	fill: var(--black);
}

.popup__close:hover,
.popup__close:focus {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
					box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.popup__close:hover svg,
.popup__close:focus svg {
	fill: #c10707;
}

.popup-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	background: var(--white);
	padding: 5rem 3.2rem 3.2rem 3.2rem;
	-webkit-box-shadow: 0px 12px 64px rgba(6, 48, 111, 0.32);
					box-shadow: 0px 12px 64px rgba(6, 48, 111, 0.32);
	max-width: 60rem;
	width: 100%;
	position: relative;
	z-index: 32;
}

.popup-form__btn {
	height: 5.6rem;
	width: 100%;
	max-width: 33.6rem;
}

.popup-form__title {
	font-size: 3.6rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1.8rem;
	color: var(--black);
}

.popup-form__block {
	margin-bottom: 3.2rem;
}

.popup-form__block-name {
	font-size: var(--textSizeMd);
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 3.6rem;
}

.popup-form__item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	margin-bottom: 1.6rem;
}

.popup-form__item:last-child {
	margin-bottom: 0;
}

.popup-form__name {
	font-size: var(--textSizeSm);
	line-height: 1.2;
	color: var(--blueDark);
	margin-bottom: 0.8rem;
}

.popup-form__input {
	width: 100%;
	max-width: 33.6rem;
	border: 1px solid var(--black);
	border-radius: var(--radius);
	height: 5.6rem;
	padding: 0 1.4rem;
	font-size: 2rem;
	margin: 0 auto;
}

.popup-form__input:focus {
	border: 1px solid var(--secondColor);
}

.popup-form__input::-webkit-input-placeholder {
	font-size: 2rem;
	line-height: 1;
	color: #858f6d;
}

.popup-form__input::-moz-placeholder {
	font-size: 2rem;
	line-height: 1;
	color: #858f6d;
}

.popup-form__input:-ms-input-placeholder {
	font-size: 2rem;
	line-height: 1;
	color: #858f6d;
}

.popup-form__input::-ms-input-placeholder {
	font-size: 2rem;
	line-height: 1;
	color: #858f6d;
}

.popup-form__input::placeholder {
	font-size: 2rem;
	line-height: 1;
	color: #858f6d;
}

/* модификатор для img ПОПАПОВ */

.popup__content_image {
	padding: 0;
	max-width: 80rem;
	max-height: 80rem;
}

.popup__image {
	position: relative;
	height: 100%;
}

.popup__image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.popup__image-description {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 3rem 2rem;
}

#popup-color .popup__body {
	padding: 2rem 1.5rem;
}

#popup-color .popup__content {
	max-width: 132rem;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.interior-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.interior-color__images {
	position: relative;
	margin-right: 7rem;
}

.interior-color__img {
	width: 696px;
	height: 560px;
}

.interior-color__img-absolute {
	position: absolute;
	top: 73px;
	left: 43%;
	width: 19rem;
	height: 41rem;
}

.interior-color__content {
	padding: 0 0 3rem 0;
}

.interior-color__title {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 1.6rem;
}

.interior-color__title_mob {
	display: none;
}

.interior-color__text {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 8rem;
}

.interior-color__text_mob {
	display: none;
}

.interior-color__name {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 2.4rem;
}

.interior-color__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	max-width: 47rem;
}

.interior-color__item {
	display: block;
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	margin: 1.6rem;
	border: 2px solid transparent;
}

.interior-color__item.active {
	border: 2px solid var(--secondColor);
}

.interior-color__item_1 {
	background-color: #e5ded4;
}

.interior-color__item_2 {
	background-color: #d7e4eb;
}

.interior-color__item_3 {
	background-color: #f0e3da;
}

.interior-color__item_4 {
	background-color: #ddf0e3;
}

.interior-color__item_5 {
	background-color: #e5ded4;
}

.interior-color__item_6 {
	background-color: #f9f7f5;
}

.interior-color__item_7 {
	background-color: #89e1d5;
}

.interior-color__item_8 {
	background-color: #65625d;
}

.interior-color__item_9 {
	background-color: #a4ec7e;
}

.interior-color__item_10 {
	background-color: #90979d;
}

.interior-color__item_11 {
	background-color: #e1d37b;
}

.interior-color__item_12 {
	background-color: #eb94a0;
}

.interior-color__item_13 {
	background-color: #e4ea7c;
}

body.lock {
	overflow: hidden;
}

.wrapper {
	max-width: 1930px;
	margin: 0 auto;
	min-height: 100%;
	background-color: var(--white);
}

.site-main {
	-webkit-box-flex: 1;
			-ms-flex: 1 0 auto;
					flex: 1 0 auto;
}

.container {
	position: relative;
	max-width: 160rem;
	margin: 0 auto;
	padding: 0rem 1.5rem;
}

.svg {
	display: block;
}

.logo {
	display: block;
	height: 4.5rem;
}

.title {
	font-family: "Montserrat Alternates";
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.catalog__title {
	margin-bottom: 4rem;
}

.text {
	font-size: var(--textSizeSm);
	line-height: 1.3;
}

.text p {
	margin-bottom: 1rem;
}

.text p:last-child {
	margin-bottom: 0;
}

.btn {
	max-width: 34.5rem;
	width: 100%;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: var(--textSizeMd);
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	border-radius: var(--radius);
	background: var(--secondColor);
	color: var(--white);
	border: none;
	text-decoration: none;
	padding: 1.4rem 3rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
	background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.7), transparent);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn:hover {
	background: var(--secondColorHov);
}

.btn:hover::before,
.btn:focus::before {
	left: 100%;
}

.btn_inverse {
	background: var(--white);
	color: var(--primaryColor);
	border: 1px solid var(--primaryColor);
}

.btn_inverse:hover {
	background: var(--primaryColor);
	color: var(--white);
	border: 1px solid transparent;
}

.footer__nav-list li a,
.link {
	position: relative;
	display: inline-block;
	-webkit-transition: all var(--transition);
	-o-transition: all var(--transition);
	transition: all var(--transition);
}

.link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 10%;
	height: 1px;
	background-color: var(--black);
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	-webkit-transition: all var(--transition);
	-o-transition: all var(--transition);
	transition: all var(--transition);
	visibility: hidden;
	opacity: 0;
}

.link:hover::after,
.link:focus::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.textarea {
	min-height: 9.6rem;
	resize: none;
}

.slider-pagination {
	position: relative;
	bottom: 0 !important;
	z-index: 1;
}

.slider-pagination .swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid var(--primaryColor);
	margin: 0 5px !important;
	opacity: 1;
	background: var(--white);
}

.slider-pagination .swiper-pagination-bullet-active {
	background: var(--primaryColor);
}

.pagination-fraction {
	position: relative;
	bottom: 0;
	font-size: 0;
	margin-top: 4rem;
	color: var(--blue);
}

.pagination-fraction .swiper-pagination-current,
.pagination-fraction .swiper-pagination-total {
	font-size: 2.8rem;
	display: inline-block;
	margin: 0 1.2rem;
}

.pagination-fraction .swiper-pagination-current {
	position: relative;
}

.pagination-fraction .swiper-pagination-current::before {
	content: "/";
	position: absolute;
	right: -19px;
	font-size: 2.8rem;
	color: var(--blue);
}

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

.slider-arrows__prev,
.slider-arrows__next {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 6rem;
	height: 6rem;
	margin: 0;
	border-radius: 50%;
	border: 2px solid var(--primaryColor);
	background-color: var(--white);
}

.slider-arrows__prev::after,
.slider-arrows__next::after {
	display: none;
}

.slider-arrows__prev:hover .slider-arrows__icon-prev,
.slider-arrows__next:hover .slider-arrows__icon-next {
	fill: var(--primaryColor);
}

.slider-arrows__icon-prev,
.slider-arrows__icon-next {
	display: block;
	width: 2rem;
	height: 2rem;
	fill: #333;
	-webkit-transition: fill var(--transition);
	-o-transition: fill var(--transition);
	transition: fill var(--transition);
}

.slider-arrows__icon-prev {
	margin-right: 3px;
}

.slider-arrows__icon-next {
	margin-left: 3px;
}

.form__title {
	margin-bottom: 2rem;
}

.form__block {
	margin-bottom: 3.2rem;
}

.form__block-name {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1.6rem;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	margin-bottom: 1.6rem;
}

.form__item:last-child {
	margin-bottom: 0;
}

.form__name {
	font-size: var(--textSizeSm);
	line-height: 1.2;
	margin-bottom: 0.8rem;
}

.check {
	max-width: 34rem;
	cursor: pointer;
	padding-left: 3rem;
	position: relative;
	display: inline-block;
	font-size: var(--textSizeSm);
	line-height: 1.1;
	color: var(--black);
}

.check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.check__box {
	position: absolute;
	width: 2rem;
	height: 2rem;
	background-color: var(--white);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px var(--blue);
					box-shadow: 0 0 0 2px var(--blue);
	left: 0;
	top: 3px;
}

.check__input:checked + .check__box {
	background: var(--blue) url(assets/images/icons/check-white.svg) no-repeat center center;
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 12.5rem;
	height: 5rem;
	border: 2px solid var(--grayLight);
}

.quantity__input {
	text-align: center;
	color: var(--black);
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%;
}

.quantity__prev,
.quantity__next {
	cursor: pointer;
	width: 1.8rem;
	height: 1.8rem;
	padding: 1rem;
	-webkit-box-sizing: content-box;
					box-sizing: content-box;
	fill: var(--black);
}

.header {
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-top {
	background-color: #1E3300
}

.header-bottom {
	background: #fff;
}

.header-bottom .header__container {
	min-height: auto;
}

.header__container {
	max-width: 160rem;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 1.5rem;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	min-height: 80px;
}

.mmenu-phone {
	margin-left: 180px;
}

.mmenu-phone a {
	color: #fff;
	font-size: 20px;
	line-height: 1.15;
}

.header__menu {
	margin-left: auto;
}

.logo {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: flex-start;
}

.logo img {
	align-self: center;
}

.logo span {
	font-size: 20px;
	letter-spacing: 0.03em;
	color: #fff;
	margin-left: 4px;
	align-self: center;
	font-family: 'Montserrat Alternates';
}

.mm-navbar.mm-navbar_sticky {
	display: none;
}

.mm-wrapper_opening .mm-menu_position-bottom, 
.mm-wrapper_opening .mm-menu_position-front, 
.mm-wrapper_opening .mm-menu_position-top {
	-webkit-transform: translate3d(0,55px,0);
	transform: translate3d(0,55px,0);
}

.mm-menu_position-front {
	-webkit-transform: translate3d(-100%,55px,0);
	transform: translate3d(-100%,55px,0);
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker, 
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker, 
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
	transform: translate3d(0,55px,0) !important;
}

.mm-panel {
	background: #1E3300;
}

.mm-listitem {
	border: transparent;
	color: #fff;
}

.mm-btn_next:after, .mm-btn_prev:before {
	border-color: #fff;
}

.mm-navbars_bottom {
	padding-bottom: 55px;
}

.mm-navbars_bottom .mm-navbar {
	background: #1E3300;
}

.mm-navbars_bottom .mm-navbar .social__link {
	width: auto;
	height: auto;
	display: inherit;
}

.mm-navbars_bottom .mm-navbar .social__link svg {
	width: 25px;
	height: auto;
	fill: #fff;
}

.menu__icon {
	display: none;
}

.menu__social {
	margin-left: 9rem;
}

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

.menu_top__list li:not(:last-child) {
	margin-right: 40px;
}

.menu_top__list a {
	color: #fff;
	font-size: 20px;
}

.menu_top__list a:hover,
.menu_top__list li.current_page_item a {
	color: #97C032;
}

.sf-menu {
	margin-bottom: 0;
}



.sf-menu li a {
	border: none;
	color: #1D280E;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 20px;
	letter-spacing: 0.02em;
}

.sf-menu li {
	background: #fff !important;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	background: #fff;
}

.sf-menu li:hover > a, 
.sf-menu li.sfHover > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-menu-ancestor > a,
.mm-menu li:hover, 
.mm-menu li.sfHover,
.mm-menu li.current-menu-item,
.mm-menu li.current-menu-parent,
.mm-menu li.current-menu-ancestor {
	color: #97C032;
}

.sf-menu li ul li a {
	padding: 6px 15px;
	font-size: 15px;
}

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

.social li {
	margin-right: 2.2rem;
}

.social li:last-child {
	margin-right: 0;
}

.social__link {
	display: block;
	width: 2.8rem;
	height: 2.8rem;
}

.social__icon {
	fill: var(--white);
	width: 100%;
	height: 100%;
}

.select {
	z-index: 1;
	position: relative;
}

.select.active .select__body {
	display: block;
	border: 1px solid var(--black);
	border-top: 0;
}

.select.active .select__header {
	border-radius: var(--radius) var(--radius) 0px 0px;
	border: 1px solid var(--black);
	border-bottom: 0;
}

.select.active .select__arr {
	-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
					transform: rotate(180deg);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.select__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	background: var(--white);
	height: 32px;
	border-radius: var(--radius);
	border: 1px solid var(--black);
	cursor: pointer;
}

.select__current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 8px 6px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: var(--black);
}

.select__arr {
	display: block;
	width: 8px;
	height: 5px;
	fill: #121212;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 6px;
}

.select__body {
	display: none;
	position: absolute;
	background: var(--white);
	left: 0;
	right: 0;
	border: 1px solid transparent;
	border-radius: 0px 0px var(--radius) var(--radius);
	border-top: 0;
}

.select__item {
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 6px;
	color: #121212;
}

.select__item:hover {
	background: var(--secondColorHov);
	color: #fff;
}

.select__item:last-child {
	border-radius: 0px 0px var(--radius) var(--radius);
}

.select-standart .select__current {
	padding: 1.8rem 2.3rem;
	font-size: 2rem;
	line-height: 1.2;
}

.select-standart .select__header {
	min-width: 24.8rem;
	height: 5.6rem;
}

.select-standart .select__body {
	position: relative;
	max-height: 230px;
	overflow: auto;
}

.arrows__prev,
.arrows__next {
	position: relative;
	width: 1.7rem;
	height: 3.2rem;
	z-index: 1;
}

.arrows__prev::after,
.arrows__next::after {
	display: none;
}

.arrows__icon {
	width: 100%;
	height: 100%;
	fill: var(--black);
}

.banner__slider {
	margin-top: 5rem;
	max-width: 142.4rem;
}

.banner__slide {
	border-radius: var(--radius);
	min-height: 47.2rem;
	overflow: hidden;
}

.banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	z-index: -1;
}

.banner__offer {
	margin: 5.7rem 0 0 11.6rem;
	z-index: 1;
}

.banner__title {
	font-size: 4.2rem;
	font-family: "Montserrat Alternates";
	margin-bottom: 0.9rem;
	line-height: 59px;
}

.banner__subtitle {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 49px;
	margin-bottom: 3.2rem;
}

.banner__text {
	max-width: 43rem;
	font-size: var(--textSizeXl);
	line-height: 30px;
	margin-bottom: 3.2rem;
}

.banner__label {
	position: relative;
	left: -11.6rem;
	display: inline-block;
	font-size: 3.6rem;
	line-height: 49px;
	text-transform: uppercase;
	border-radius: 0 50px 50px 0;
	color: var(--white);
	background-color: var(--primaryColor);
	width: 100%;
	max-width: 54rem;
	margin-bottom: 1.2rem;
}

.banner__label p {
	margin-left: 11.6rem;
}

.banner__btn {
	width: 100%;
	font-weight: 700;
	max-width: 35rem;
}

.banner__arrows {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.banner__pagination {
	display: none;
}

.advantages {
	margin-top: 10rem;
	padding: 2rem 0;
}

.advantages__container {
	max-width: 1350px;
}

.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 -1.5rem;
}

.advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 1.5rem;
}

.advantages__img-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	border-radius: 3px;
	margin-bottom: 1.5rem;
}

.advantages__img {
	fill: var(--primaryColor);
	width: 64px;
	height: 64px;
}

.advantages__name,
.advantages__text {
	font-size: var(--textSizeMd);
	line-height: 1.2;
	text-align: center;
}

.advantages__name {
	margin-bottom: 5px;
}

.advantages__text {
	max-width: 25rem;
}

.catalog {
	margin-top: 10rem;
}

.catalog__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 6.4rem;
	overflow: hidden;
}

.block-item {
	background-color: #3FB6B6;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: end;
			-ms-flex-align: end;
					align-items: flex-end;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	max-width: 48rem;
	min-height: 40.8rem;
	padding: 3rem;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 1;
	border-radius: 8px;
	transition: all ease .3s;
}

.catalog__item:nth-child(odd) .block-item {
	background-color: #145369;
}

.catalog__item .block-item:hover {
	background-color: #2E929C;
	box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
}

.block-item__name {
	-ms-flex-item-align: start;
			align-self: flex-start;
	font-family: "Montserrat Alternates";
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.02em;
	color: var(--whiteMix);
}

.block-item__img {
	position: absolute;
	bottom: 0;
	left: 3rem;
	z-index: -1;
}

.block-item__img_mod {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.block-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	bottom: 3rem;
	right: 3rem;
	color: var(--whiteMix);
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.block-item__link:hover {
	color: #fff
}

.block-item__link-icon {
	display: block;
	width: 7px;
	height: 12px;
	fill: var(--whiteMix);
	-webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
	transition: fill 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: fill 0.3s ease, transform 0.3s ease;
	transition: fill 0.3s ease, transform 0.3s ease;
	transition: fill 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	margin-left: 9px;
}

.block-item__link:hover .block-item__link-icon {
	-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg);
}


.products__item {
	height: 100%;
}

.product-card {
	position: relative;
	display: block;
	max-width: 35.2rem;
	height: 100%;
	background-color: var(--white);
	border-radius: var(--radius);
	-webkit-box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
					box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
	padding: 1.6rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-card__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin-bottom: 0.6rem;
}

.product-card__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 100%;
	height: 23rem;
	margin-bottom: 1rem;
	overflow: hidden;
}

.product-card__img img {
	width: 98px;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.product-card__img:hover img {
	-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
					transform: scale(0.9);
}

.product-card__name {
	font-size: 1.8rem;
	line-height: 2.5rem;
	letter-spacing: 0.02em;
	color: var(--black);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2.4rem;
}

.product-card__part-price {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.3rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #548102;
	padding: 0 1rem 1rem 0;
}

.product-card__price-block {
	background-color: #2E929C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 0.4rem 2rem;
	border-radius: var(--radius);
}

.product-card__old-price {
	display: block;
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: var(--white);
	letter-spacing: 0.02em;
	-webkit-text-decoration-line: line-through;
					text-decoration-line: line-through;
	text-transform: uppercase;
}

.product-card__price {
	display: block;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	padding: 1rem;
	text-transform: uppercase;
	color: var(--white);
}

.product-card__price del {
	display: none;
}

.product-card__price ins {
	text-decoration: none;
}

.label-span {
	position: absolute;
	top: .5rem;
	left: 1rem;
}

.label-span div span {
	background: #0d7942;
	color: #fff;
	padding: 3px 5px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
}

.label-span div.not-in-stock span {
	background: #e48c3c;
}

.product-additional {
	position: relative;
	display: block;
	-webkit-box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
			box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
	border-radius: var(--radius);
	padding: 3rem 4.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 2px solid transparent;
	transition: border ease .3s;
}

.product-additional:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
			box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
	border-color: #2E929C;
}

.product-additional__title {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--black);
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.product-additional__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 100%;
	margin-bottom: 1rem;
	height: 22rem;
	overflow: hidden;
}

.product-additional__img img {
	width: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.product-additional__price {
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #679603;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
}

.product-additional__link {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: var(--black);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 2rem;
}

.product-additional__link::after {
	content: "";
	position: relative;
	display: block;
	top: 5px;
	left: 7px;
	width: 7px;
	height: 12px;
	background: url(assets/images/icons/arr.svg) no-repeat center;
}

.product-additional:hover .product-additional__img img {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
}

.product-additional:hover .product-additional__title,
.product-additional:hover .product-additional__link {
	color: var(--primaryColor);
}

.checkbox {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-left: 3.2rem;
}

.checkbox__input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.checkbox__box {
	position: absolute;
	width: 2.2rem;
	height: 2.2rem;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px var(--black);
					box-shadow: 0 0 0 1px var(--black);
	left: 0;
	top: -4px;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

.checkbox__name {
	font-size: var(--textSizeSm);
	color: var(--black);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

.checkbox__input:checked + .checkbox__box {
	background: #fff url(assets/images/icons/check.svg) no-repeat center center;
	-webkit-box-shadow: 0 0 0 1px var(--black);
					box-shadow: 0 0 0 1px var(--black);
}

.checkbox__input:focus + .checkbox__box {
	-webkit-box-shadow: 0 0 0 1px var(--black);
					box-shadow: 0 0 0 1px var(--black);
}

.checkbox__input:focus ~ .checkbox__name {
	color: var(--primaryColor);
}

.products {
	margin-top: 8rem;
}

.products__title {
	margin-bottom: 2.8rem;
}

.products__container {
	overflow: hidden;
}

.products__slider {
	overflow: visible;
	padding: 2rem 0 0 0;
}

.products__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3.2rem;
	padding-bottom: 4rem;
}

.products__btn {
	display: block;
	max-width: 30rem;
	margin: 4rem auto 0 auto;
}

.products__pagination {
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products__pagination ::-webkit-scrollbar-thumb {
	height: 0px;
	background-color: var(--primaryColor);
	border-radius: 6px;
}

.products__pagination span {
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--black);
	-ms-flex-item-align: end;
			align-self: flex-end;
	padding: 0.5rem;
}

.products__pagination-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 12.5rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.products__pagination-num {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--black);
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	padding: 0.5rem 1rem;
}

.products__pagination-num.active {
	color: var(--primaryColor);
}

.products__pagination-num:hover {
	color: var(--secondColorHov);
}

.woocommerce-pagination {
	margin-top: 80px;
}

.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.woocommerce-pagination ul .page-numbers {
	position: relative;
	padding: 12px 8px;
	display: inline-block;
	font-size: 18px;
	border-top: 1px solid #1D280E;
	border-bottom: 1px solid #1D280E;
	color: #1D280E;
	line-height: 1.15;
	font-weight: 600;
}

.woocommerce-pagination ul .page-numbers:hover,
.woocommerce-pagination ul .page-numbers.current {
	color: #138D43;
}

.woocommerce-pagination ul .page-numbers.prev { padding-right: 45px; }
.woocommerce-pagination ul .page-numbers.next { padding-left: 45px; }

.woocommerce-pagination ul .page-numbers.prev svg,
.woocommerce-pagination ul .page-numbers.next svg {
	position: relative;
	top: 2px;
}

.products__wrapper.products__wrapper_grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	grid-gap: 3.2rem;
}

.block-info {
	margin-top: 13rem;
}

.block-info__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}

.block-info__offer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	z-index: 2;
}

.block-info__title {
	max-width: 49rem;
	margin-bottom: 4.6rem;
}

.block-info__img {
	position: relative;
}

.block-info__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

.block-info__list {
	margin-bottom: 5.4rem;
}

.block-info__list li {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.block-info__btn {
	max-width: 35rem;
}

.reviews {
	margin-top: 15rem;
}

.reviews__title {
	margin-bottom: 4.7rem;
}

.reviews__slider-box {
	position: relative;
	padding: 0 4rem;
}

.reviews__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.reviews-block {
	border: 2px solid #335700;
	border-radius: var(--radius);
	max-width: 75rem;
	padding: 3rem 7rem;
}

.reviews-block__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 2.6rem;
}

.reviews-block__foto {
	width: 8.3rem;
	height: 8.3rem;
	border-radius: 50%;
	overflow: hidden;
}

.reviews-block__foto img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

.reviews-block__info {
	margin-left: 3.6rem;
}

.reviews-block__name {
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.reviews-block__value {
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #858f6d;
}

.reviews-block__text {
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.map {
	margin: 15rem 0 10.4rem 0;
}

.map__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: 7rem;
}

.map__title {
	margin: 0 2rem 2rem 0;
}

.map__address {
	max-width: 25rem;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.map__map {
	display: block;
	width: 100%;
	height: 34rem;
}

.stocks {
	margin-top: 10rem;
	margin-bottom: 5rem;
}

.stocks__title {
	margin-bottom: 5rem;
}

.stocks__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6.4rem;
}

.stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--white);
	-webkit-box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.25);
					box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.25);
	border-radius: var(--radius);
	padding: 1.6rem;
}

.stock__img {
	-webkit-box-flex: 0;
			-ms-flex: 0 1 50%;
					flex: 0 1 50%;
}

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

.stock__content {
	-webkit-box-flex: 0;
			-ms-flex: 0 1 50%;
					flex: 0 1 50%;
	margin-left: 3rem;
}

.stock__name {
	font-family: "Montserrat Alternates";
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.stock__text {
	font-size: 2rem;
	line-height: 1.4;
}

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

.first__content {
	-webkit-box-flex: 0;
			-ms-flex: 0 1 50%;
					flex: 0 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;;
	padding: 2rem 0;
	margin-right: 2rem;
}

.first__title {
	max-width: 70rem;
	margin-bottom: 4rem;
}

.first__list {
	margin-bottom: 6rem;
}

.first__list li {
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 1rem;
	font-size: 2.4rem;
	line-height: 1.2;
}

.first__list li:last-child {
	margin-bottom: 0;
}

.first__list li::after {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: 10px;
	left: 0;
	border-radius: 50%;
	background-color: var(--black);
}

.first__bg {
	-webkit-box-flex: 0;
			-ms-flex: 0 1 50%;
					flex: 0 1 50%;
}

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

.first__btn {
	max-width: 34.5rem;
	margin-top: 60px;
}

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

.first__label {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	max-width: 32rem;
	margin-left: 3rem;
}

.first__home .first__label {
	margin-left: 0;
}

.filter-section {
	overflow: hidden;
	padding: 0 0 1rem 0;
}

.filter-section .filter {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	z-index: 0;
}

.berocket_single_filter_widget {
	width: 30%;
}

.berocket_single_filter_widget_40743  {
	width: 100%;
}

.berocket_single_filter_widget_23173,
.berocket_single_filter_widget_23172 {
	width: 35%;
}

.berocket_single_filter_widget_23173 button,
.berocket_single_filter_widget_23172 button {
	width: 100%;
	width: 100%;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: var(--textSizeMd);
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	border-radius: var(--radius);
	background: var(--secondColor);
	color: var(--white);
	border: none;
	text-decoration: none;
	padding: 1.4rem 3rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}

.bapf_sfilter .bapf_button {
	font-size: 2rem;
	margin-top: 5rem;
}

.berocket_single_filter_widget_23173 button:hover,
.berocket_single_filter_widget_23172 button:hover {
	color: var(--white);
	background-color: var(--secondColorHov);
	border-color: var(--secondColorHov);
}

.berocket_single_filter_widget_23172 button {
	border: 1px solid var(--primaryColor);
	background: var(--white);
	border-color: var(--secondColor);
	color: var(--secondColor);
}

.bapf_head h3 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-bottom: 3rem;;
}

.bapf_body ul li {
	margin-bottom: 1.8rem !important;
	display: flex;
	align-items: center;
}

.irs--round .irs-bar,
.irs--round .irs-from, 
.irs--round .irs-single, 
.irs--round .irs-to {
	background-color: #138d43;
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
	border-top-color: #138d43;
}

.irs--round .irs-handle {
	border-color: #138d43;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-color: #138d43 ;
}

.filter__block-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
			justify-content: space-around;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: -1.5rem;
}

.filter__list-chec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	padding: 1.5rem;
}

.filter__name-check {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-bottom: 3rem;
}

.filter__checkbox {
	margin-bottom: 1.8rem;
}

.filter__btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin-top: 5rem;
}

.filter__btn {
	margin-right: 6.4rem;
}

.filter__btn:last-child {
	margin-right: 0;
}

.filter__btn.btn_inverse {
	border-color: var(--secondColor);
	color: var(--secondColor);
}

.filter__btn.btn_inverse:hover {
	color: var(--white);
	background-color: var(--secondColorHov);
	border-color: var(--secondColorHov);
}

.payment__title {
	margin-bottom: 6rem;
}

.payment-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin-bottom: 10rem;
}

.payment-block__content {
	margin-right: 2rem;
}

.payment-block__title,
.payment-block__list-name {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 3rem;
}

.payment-block__list {
	margin-bottom: 2rem;
	max-width: 65rem;
}

.payment-block__list li {
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
	padding-left: 1.8rem;
}

.payment-block__list li::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--black);
	margin-left: 0;
	padding-left: 0;
}

.payment-block__list-name {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1.2rem;
}

.payment-block__text {
	max-width: 65rem;
	font-size: 1.6rem;
	line-height: 1.4;
}

.payment-block__img img {
	max-width: 100%;
}

.product-filter {
	margin-top: 50px;
}

.product-filter__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	max-width: 1360px;
	margin: 0 auto;
}

.product-filter__images {
	position: relative;
	display: block;
	margin-right: 7.2rem;
	width: 400px;
}

.woocommerce-product-gallery__image img {
	width: 100%;
	height: 500px;
	object-fit: contain;
}

.product-filter__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	right: 0;
	z-index: 1;
	padding: 1rem;
}

ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.5rem;
}

ol.flex-control-nav.flex-control-thumbs li {
	margin: 3px;
	cursor: pointer;
}

ol.flex-control-nav.flex-control-thumbs li img {
	border: 2px solid transparent;
	width: 40px;
}

ol.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-color: #138d43;
}

.product-filter__content {
	width: 100%;
}

.product-filter__title {
	margin-bottom: 2.6rem;
}

.product-filter__subtitle {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-bottom: 2.7rem;
}

.product-filter__subtitle a {
	color: #034336;
}

.product-filter__box-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -1.5rem;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: 5rem;
}

.product-filter__set {
	max-width: 56rem;
	margin-bottom: 7rem;
}

.product-filter__radio-item {
	margin: 1.5rem;
	min-height: 5.6rem;
}

.product-filter__set-name {
	display: block;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-bottom: 3rem;
}

.product-filter__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: -1.5rem;
}

.product-filter__details,
.product-filter__color {
	padding: 1.5rem;
}

.product-filter__color {
	width: 30%;
}

.product-filter__details {
	margin-right: 10rem;
	width: 60%;
}

.product-filter__details-title,
.product-filter__color-title {
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 2.6rem;
}

.product-filter__details-list {
	overflow: hidden;
	transition: all ease .65s;
}

.readmore {
	font-size: 1.8rem;
	margin-top: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #000;
}

.readmore:hover {
	border-color: var(--primaryColor);
	color: var(--primaryColor);
}

.product-filter__details-row {
	margin-bottom: 1rem;
}

.product-filter__details-name,
.product-filter__value {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.product-filter__details-name {
	font-weight: 700;
	margin-right: 1rem;
}

.product-filter__value {
	font-weight: 300;
	text-align: left;
}

.product-filter__color-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	max-width: 26.4rem;
	margin: -1.5rem;
}

.product-filter__color-check {
	padding: 1rem;
}

.product-filter__color-box {
	position: relative;
	width: 4.8rem;
	height: 4.8rem;
	overflow: hidden;
	border-radius: var(--radius);
}

.product-filter__color-box input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	clip: rect(0 0 0 0);
}

.product-filter__row-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-top: 6rem;
}

.product-filter__btn {
	width: 100%;
	max-width: 34.5rem;
	margin-right: 4rem;
	margin-bottom: 2rem;
}

.product-filter__quantity {
	margin-bottom: 2rem;
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 12.5rem;
	height: 5rem;
	border: 2px solid var(--grayLight);
}

.quantity__input {
	text-align: center;
	color: var(--black);
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%;
}

.quantity__prev,
.quantity__next {
	cursor: pointer;
	width: 1.8rem;
	height: 1.8rem;
	padding: 1rem;
	-webkit-box-sizing: content-box;
					box-sizing: content-box;
	fill: var(--black);
}

.radio-block {
	position: relative;
	cursor: pointer;
	max-width: 36rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	border: 1.5px solid var(--primaryColor);
	border-radius: var(--radius);
	padding: 8px;
}

.radio-block__input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	clip: rect(0 0 0 0);
}

.radio-block__circle {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 2px solid var(--primaryColor);
}

.radio-block__name {
	display: block;
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0.02em;
	margin-left: 1.2rem;
}

.radio-block__price-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-left: 3rem;
}

.radio-block__old-price {
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #848484;
	text-transform: uppercase;
	-webkit-text-decoration-line: line-through;
					text-decoration-line: line-through;
}

.radio-block__price {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #1D280E;
	margin-left: 1.6rem;
}

.radio-block__input:checked + .radio-block__circle {
	border: 4px solid var(--primaryColor);
}

.footer {
	padding: 4rem 0 9rem;
	background-color: #1E3300;
}

.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: -1.5rem;
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.footer__nav-list {
	-webkit-column-count: 3;
		 -moz-column-count: 3;
					column-count: 3;
}

.footer__nav-list li {
	margin: 0 10rem 1.6rem 0;
}

.footer__nav-list li a {
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #FAFAF8;
}

.footer__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

.footer__block > div:not(:last-child) {
	margin-bottom: 30px;
}

.footer__block,
.footer__box {
	padding: 1.5rem;
}

.footer__label,
.footer__value,
.footer__phone {
	font-size: 2rem;
	line-height: 1.4;
	color: #FAFAF8;
}

.footer__label {
	display: block;
}

.footer .social__icon {
	fill: #034336;
}

.footer .social__icon:hover {
	fill: var(--secondColor);
}

.footer__phone:hover,
.footer__focus {
	color: var(--secondColor);
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-top: 9rem;
}

.footer__copy,
.footer__dev-name {
	display: block;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #FAFAF8;
	margin-right: 2rem;
}

.footer__copy_mob {
	display: none;
}

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

.noUi-horizontal {
	height: 3px;
}

.noUi-tooltip {
	background-color: var(--primaryColor);
	color: #fff;
	border: none;
}

.noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--primaryColor);
	-webkit-box-shadow: none;
					box-shadow: none;
	border: none;
	top: -10px;
	right: -10px;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	display: none;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
	bottom: 15px;
}

.noUi-target {
	margin: 50px 0;
}


.variations_form tr th.label,
.variations_form .reset_variations,
.variations_form .single_variation_wrap {
	display: none !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
	border-radius: 4px !important;
	overflow: hidden;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 0 24px 24px 0 !important;
	padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: 0 0 0 2px #138d43 !important;
}


.single-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Montserrat Alternates";
	margin-bottom: 2rem;
}

.single-product-price__old {
	font-size: 25px;
	text-decoration: line-through;
	color: #848484;
}

.single-product-price__new {
	font-size: 45px;
	font-weight: 700;
	margin-left: 1.5rem;
	color: var(--red);
}

.thank-content {
	display: none;
}

.thank {
	background: rgba(46, 146, 156, 0.9);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.thank h2 {
	color: #fff;
	font-size: 30px;
}

.aws-container {
	width: 100%;
	margin-bottom: 2rem;
}

.owp-nav-link {
	align-self: flex-start;
	margin-bottom: 4rem;
	display: none;
	color: #138d43;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.menu__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}

	.mm-wrapper__blocker.mm-slideout, 
	.mm-menu_offcanvas:not(.mm-menu_opened),
	div#mobile-menu {
		display: none !important;
	}
	.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
		display: none !important;
	}

	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout,
	.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout
	 {
		-webkit-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
	}

	.mm-wrapper_blocking {
		overflow: auto !important;
	}
}

@media (min-width: 1930px) {
	/*.header {
		max-width: 1930px;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
		left: 50%;
	}*/
}

@media (max-width: 1680px) {
	.mmenu-phone {
		margin-left: 100px;
	}

	.container {
		max-width: 143rem;
	}

	.header__container {
		max-width: 143rem;
	}

	.banner__slider {
		max-width: 128rem;
	}

	.block-item__name {
		font-size: 2.8rem;
		line-height: 3.4rem;
	}

	.product-card {
		padding: 1.6rem;
	}

	.product-card__price-block {
		padding: 0;
	}

	.product-card__price {
		font-size: 1.8rem;
	}

	.reviews {
		margin-top: 12rem;
	}

	.reviews-block {
		padding: 3rem;
	}

	.map {
		margin: 8rem 0 6rem 0;
	}

	.first__list li::after {
		top: 8px;
	}

	.first__list li {
		font-size: 2rem;
	}



	.menu__social {
		margin-left: 5rem;
	}

	.sf-menu li a {
		padding: 26px 15px;
	}
}

@media (max-width: 1580px) {
	.footer__nav-link {
		font-size: 1.8rem;
	}

	.footer__label,
	.footer__value,
	.footer__phone {
		font-size: 1.8rem;
	}
}

@media (max-width: 1540px) {
	.header__container {
		min-height: 65px;
	}

	.menu_top__list a,
	.mmenu-phone a {
		font-size: 16px;
	}

	.menu_top__list li:not(:last-child) {
		margin-right: 20px;
	}

	.mmenu-phone {
		margin-left: 150px;
	}

	.container {
		max-width: 123rem;
	}

	.header__container {
		max-width: 123rem;
	}

	.menu__social {
		margin-left: 6rem;
	}

	.banner__offer {
		margin: 5.7rem 0 0 6rem;
	}

	.banner__arrows-next {
		right: -5rem;
	}

	.banner__arrows-prev {
		left: -5rem;
	}

	.first__list li::after {
		top: 6px;
	}

	.first__list li {
		font-size: 1.8rem;
	}




	.logo {
		height: 40px;
	}

	.sf-menu li a {
		font-size: 16px;
		padding: 20px 15px;
	}

	.menu__social {
		margin-left: 3rem;
	}



	.footer__nav-list li {
		margin: 0 1rem 1.2rem 0;
	}

	.footer__nav-list li a {
		font-size: 1.8rem;
	}


	.product-filter__details {
		margin-right: 5rem;
	}
}

@media (max-width: 1400px) {
	.banner__slider {
		max-width: 118rem;
	}

	.banner__arrows-next {
		right: -2rem;
	}

	.banner__arrows-prev {
		left: -2rem;
	}
}

@media (max-width: 1300px) {
	.interior-color__item {
		width: 4.2rem;
		height: 4.2rem;
		margin: 1rem;
	}

	.title {
		font-size: 3.6rem;
	}

	.banner__offer {
		margin: 5.7rem 0 0 2rem;
	}

	.banner__label {
		left: -2rem;
	}

	.banner__label p {
		margin-left: 2rem;
	}

	.banner__arrows {
		display: none;
	}

	.banner__pagination {
		display: block;
		margin-top: 1.5rem;
	}

	.catalog__list {
		grid-gap: 3rem;
	}

	.block-item {
		min-height: 36rem;
	}

	.block-item__name {
		font-size: 2.4rem;
		line-height: 3rem;
	}

	.block-item__img {
		width: 40%;
	}

	.block-item__img_mod {
		width: 70%;
	}

	.product-filter {
		margin-top: 8rem;
	}

	.product-filter__images {
		margin-right: 4rem;
	}

	.product-filter__subtitle {
		margin-bottom: 3rem;
	}

	.product-filter__box-radio {
		margin-bottom: 3rem;
	}

	.product-filter__set {
		margin-bottom: 3rem;
	}

	.product-filter__details {
		margin-right: 3rem;
	}
}

@media screen and (max-width: 1300px) {
	.noUi-target {
		margin: 50px 30px;
	}
}

@media (max-width: 1200px) {
	.mmenu-phone {
		display: block;
	}

	.menu__body,
	.header-bottom {
		display: none;
	}

	.interior-color__images {
		margin-right: 3rem;
	}

	.interior-color__title {
		font-size: 2.8rem;
	}

	.header__container {
		min-height: 56px;
	}

	.logo {
		padding: 5px 0px;
	}

	.menu__social {
		margin: 3rem 0 0 0;
	}

	.menu__icon {
		z-index: 5;
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
	}

	.menu__icon span,
	.menu__icon::before,
	.menu__icon::after {
		left: 0;
		position: absolute;
		height: 10%;
		width: 100%;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background-color: var(--white);
	}

	.menu__icon::before,
	.menu__icon::after {
		content: "";
	}

	.menu__icon::before {
		top: 0;
	}

	.menu__icon::after {
		bottom: 0;
	}

	.menu__icon span {
		top: 50%;
		-webkit-transform: scale(1) translate(0px, -50%);
				-ms-transform: scale(1) translate(0px, -50%);
						transform: scale(1) translate(0px, -50%);
	}

	.menu__icon._active span {
		-webkit-transform: scale(0) translate(0px, -50%);
				-ms-transform: scale(0) translate(0px, -50%);
						transform: scale(0) translate(0px, -50%);
	}

	.menu__icon._active::before {
		top: 50%;
		-webkit-transform: rotate(-45deg) translate(0px, -50%);
				-ms-transform: rotate(-45deg) translate(0px, -50%);
						transform: rotate(-45deg) translate(0px, -50%);
	}

	.menu__icon._active::after {
		bottom: 50%;
		-webkit-transform: rotate(45deg) translate(0px, 50%);
				-ms-transform: rotate(45deg) translate(0px, 50%);
						transform: rotate(45deg) translate(0px, 50%);
	}

	.banner__slider {
		margin-top: 0;
	}

	.product-additional:hover .product-additional__img img {
		-webkit-transform: none;
				-ms-transform: none;
						transform: none;
	}

	.product-additional:hover .product-additional__title {
		-webkit-transform: none;
				-ms-transform: none;
						transform: none;
	}

	.products__slider {
		padding: 1rem 0;
	}

	.products__wrapper {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.block-info {
		margin-top: 10rem;
	}

	.reviews {
		margin-top: 10rem;
	}

	.stocks__list {
		grid-gap: 3rem;
	}

	.stock__name {
		font-size: 2rem;
	}

	.stock__text {
		font-size: 1.6rem;
	}
}

@media (max-width: 1200px) and (max-width: 1200px) {
	.menu__body::before {
		height: 56px;
	}
}

@media (max-width: 1024px) {
	.interior-color__images {
		width: 490px;
	}

	.interior-color__img {
		width: 490px;
		height: 100%;
		-o-object-fit: cover;
			 object-fit: cover;
	}

	.interior-color__img-absolute {
		top: 52px;
		left: 44%;
		width: 136px;
		height: 283px;
	}

	.banner__title {
		font-size: 3.2rem;
		line-height: 49px;
	}

	.banner__subtitle {
		max-width: 50rem;
	}

	.banner__subtitle {
		font-size: 3rem;
		line-height: 40px;
	}

	.banner__text {
		font-size: 2rem;
		line-height: 26px;
	}

	.banner__label {
		max-width: 31rem;
		font-size: 3rem;
		line-height: 38px;
		padding: 3px 0;
	}

	.reviews__slider-box {
		padding: 0;
	}

	.reviews__arrows {
		display: none;
	}
}

@media (max-width: 991px) {
	.popup-form__title {
		font-size: 3rem;
	}

	.popup-form__block-name {
		font-size: 1.8rem;
	}

	.popup-form__input::-webkit-input-placeholder {
		font-size: 1.8rem;
	}

	.popup-form__input::-moz-placeholder {
		font-size: 1.8rem;
	}

	.popup-form__input:-ms-input-placeholder {
		font-size: 1.8rem;
	}

	.popup-form__input::-ms-input-placeholder {
		font-size: 1.8rem;
	}

	.popup-form__input::placeholder {
		font-size: 1.8rem;
	}

	.popup__image-description {
		padding: 2rem;
	}

	#popup-color .popup__content {
		padding: 0.5rem;
	}

	.interior-color {
		padding: 1rem 2rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}

	.interior-color__images {
		margin: 0 auto 3rem auto;
	}

	.interior-color__title {
		display: none;
	}

	.interior-color__title_mob {
		display: block;
		font-weight: 700;
		font-size: 3rem;
		line-height: 1.4;
		margin-bottom: 1.6rem;
	}

	.interior-color__text {
		display: none;
	}

	.interior-color__text_mob {
		display: block;
		font-size: 2rem;
		line-height: 1.2;
		margin-bottom: 3rem;
	}

	.interior-color__list {
		max-width: 100%;
	}

	.title {
		font-size: 3rem;
	}

	.catalog {
		margin-top: 8rem;
	}

	.block-item {
		min-height: 30rem;
		padding: 2rem;
	}

	.block-info__title {
		margin-bottom: 4rem;
	}

	.block-info__list li {
		font-size: 18px;
	}

	.block-info__list {
		margin-bottom: 4rem;
	}

	.reviews__title {
		margin-bottom: 3rem;
	}

	.reviews-block__info {
		margin-left: 2rem;
	}

	.reviews-block__name {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}

	.reviews-block__value {
		font-size: 1.6rem;
	}

	.reviews-block__text {
		font-size: 1.6rem;
	}

	.stocks {
		margin-top: 8rem;
	}

	.first__label {
		font-size: 1.8rem;
		max-width: 23rem;
	}

	.product-filter__subtitle {
		font-size: 1.8rem;
	}

	.product-filter__set-name {
		font-size: 1.8rem;
	}

	.product-filter__details-title,
	.product-filter__color-title {
		font-size: 1.8rem;
	}

	.product-filter__details-name,
	.product-filter__value {
		font-size: 1.6rem;
	}

	.radio-block__name {
		font-size: 1.8rem;
	}

	.radio-block__old-price {
		font-size: 1.4rem;
	}

	.radio-block__price {
		font-size: 1.6rem;
	}

}

@media (max-width: 900px) {
	.advantages__item {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 50%;
						flex: 1 0 50%;
	}

	.catalog__list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.block-item__name {
		font-size: 2rem;
		line-height: 2.6rem;
	}

	.block-item__img {
		width: 30%;
	}

	.block-item__img_mod {
		left: 50%;
		width: 70%;
	}

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

	.products__wrapper {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-ms-flex-line-pack: center;
				align-content: center;
	}

	.stock {
		display: block;
	}

	.stock__content {
		margin: 2rem 0 0 0;
	}

	.filter__block-check {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}

	.product-filter {
		margin-top: 0;
	}

	.product-filter__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}

	.product-filter__images {
		margin: 0 0 5rem 0;
		width: auto;
	}

	.woocommerce-product-gallery__image img {
		height: 250px;
		object-fit: contain;
	}

	ol.flex-control-nav.flex-control-thumbs li {
		width: auto;
	}

	ol.flex-control-nav.flex-control-thumbs li img {
		width: 40px;
	}

	.product-filter__set {
		max-width: 100%;
	}

	.product-filter__set .advantages__item {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 33.33%;
						flex: 1 0 33.33%;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.popup-form__title {
		font-size: 2.4rem;
	}

	.popup-form__block-name {
		font-size: 1.6rem;
	}

	.popup-form__input::-webkit-input-placeholder {
		font-size: 1.6rem;
	}

	.popup-form__input::-moz-placeholder {
		font-size: 1.6rem;
	}

	.popup-form__input:-ms-input-placeholder {
		font-size: 1.6rem;
	}

	.popup-form__input::-ms-input-placeholder {
		font-size: 1.6rem;
	}

	.popup-form__input::placeholder {
		font-size: 1.6rem;
	}


	.title {
		font-size: 2.6rem;
	}

	.btn {
		font-size: 1.8rem;
	}

	.pagination-fraction {
		margin-top: 3rem;
	}

	.banner__container {
		padding: 0;
	}

	.banner__slider {
		margin-top: 0;
	}

	.banner__slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		border-radius: 0;
	}

	.banner__bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		border-radius: 0;
	}

	.banner__offer {
		margin: 0;
		padding: 2rem 1.5rem;
	}

	.banner__title {
		font-size: 3rem;
		line-height: 40px;
	}

	.banner__subtitle {
		font-size: 2.4rem;
		line-height: 30px;
		max-width: 30rem;
	}

	.banner__text {
		font-size: 1.8rem;
		max-width: 30rem;
	}

	.banner__label {
		font-size: 2.2rem;
		line-height: 3rem;
	}

	.banner__btn {
		max-width: 27rem;
	}

	.advantages {
		margin-top: 6rem;
	}

	.advantages__name,
	.advantages__text {
		font-size: 15px;
	}

	.catalog {
		margin-top: 6rem;
	}

	.catalog__title {
		margin-bottom: 4rem;
		text-align: left;
	}

	.title.products__title {
		margin-bottom: 2rem;
		text-align: left;
	}

	.block-info__title {
		margin-bottom: 2.4rem;
	}

	.block-info__list li {
		font-size: 16px;
		font-weight: 400;
	}

	.block-info__list {
		margin-bottom: 6.4rem;
	}

	.map {
		margin: 8rem 0 3rem 0;
	}

	.map__heading {
		margin-bottom: 2.2rem;
	}

	.map__address {
		font-size: 1.8rem;
	}

	.stocks {
		margin-top: 6rem;
	}

	.first {
		margin-top: 2rem;
	}

	.payment-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		margin-bottom: 6rem;
	}

	.payment-block__content {
		margin: 0 0 2rem 0;
	}

	.product-filter {
		/* margin-top: -3rem; */
		margin-top: 0;
	}

	.product-filter__details {
		width: 100%;
		margin-right: 0;
	}

	.product-filter__color {
		width: 100%;
	}

	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
		margin: 0 10px 10px 0 !important;
	}

	.product-filter__color-wrap {
		max-width: 100%;
	}

	.footer__bottom {
		margin-top: 3.8rem;
	}
}

@media (max-width: 600px) {
	.products__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		grid-gap: 0;
	}

	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
	}

	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}

	.footer__nav-list {
		-webkit-column-count: 1;
			 -moz-column-count: 1;
						column-count: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}

	.footer__nav-list li {
		margin: 0 0 1.2rem 0;
	}

	.footer__label,
	.footer__value,
	.footer__phone {
		text-align: center;
	}

	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}

	.footer__copy,
	.footer__dev-name {
		text-align: center;
		margin: 0 0 0.5rem 0;
	}

	.footer__dev {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}
}

@media (max-width: 575px) {
	.footer {
		padding: 4rem 0;
	}

	.advantages__img {
		width: auto;
		height: 45px;
	}

	.owp-nav-link {
		display: block;
	}

	.popup__image-description {
		padding: 1rem;
	}

	.pagination-fraction .swiper-pagination-current,
	.pagination-fraction .swiper-pagination-total {
		font-size: 2rem;
	}

	.pagination-fraction .swiper-pagination-current::before {
		font-size: 2rem;
	}

	.menu__link,
	.menu__sub-link {
		font-size: 1.8rem;
	}

	.advantages {
		margin-top: 2rem;
	}

	.catalog__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.block-item {
		max-width: 100%;
		min-height: 24rem;
	}

	.block-item__img {
		width: 95px;
	}

	.block-item__img_mod {
		width: 70%;
		top: 55%;
	}

	.block-info__container {
		display: block;
		padding: 4rem 1.5rem;
	}

	.block-info__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		opacity: 0.3;
	}

	.reviews {
		margin-top: 6.5rem;
	}

	.stocks {
		margin-top: 5rem;
	}

	.filter__btn-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}

	.filter__btn {
		margin: 0 0 3rem 0;
	}

	.filter__btn:last-child {
		margin: 0;
	}

	.footer__copy {
		display: none;
	}

	.footer__copy_mob {
		display: block;
	}

	.footer__dev-name {
		margin-bottom: 5px;
	}


	.woocommerce-pagination {
		margin-top: 32px;
	}

	.woocommerce-pagination ul {
		width: 210px;
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-left: auto;
	}

	.woocommerce-pagination ul .page-numbers {
		font-size: 16px;
		padding: 8px 4px;
		line-height: 1.35;
	}

	.woocommerce-pagination ul .page-numbers.prev,
	.woocommerce-pagination ul .page-numbers.next { 
		padding: 8px; 
	}

	.woocommerce-pagination ul .page-numbers.prev svg, 
	.woocommerce-pagination ul .page-numbers.next svg {
		top: 0;
		width: 16px;
		height: auto;
	}




	.product-filter__content {
		display: flex;
		flex-direction: column;
	}

	.product-filter__content .product-filter__title { order: 0; }

	.product-filter__content .product-filter__subtitle { order: 1; }

	.product-filter__content .product-filter__box-radio { order: 2; }

	.product-filter__content .product-filter__row { order: 3; }

	.product-filter__content .product-filter__row-btn { order: 4 }

	.product-filter__content .product-filter__set { order: 5; }

	.product-filter__content .product-filter__details { order: 1; }

	.product-filter__content .product-filter__color { order: 0; }



	.berocket_single_filter_widget {
		width: 50%;
	}

	.berocket_single_filter_widget_23175,
	.berocket_single_filter_widget_23173,
	.berocket_single_filter_widget_23172  {
		width: 100%;
	}

	.bapf_sfilter .bapf_button {
		margin-top: 0;
		font-size: 1.8rem;
	}

	.bapf_head h3 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}

	.filter-section .filter {
		justify-content: flex-start;
	}

	.product-filter__row-btn {
		margin-top: 3rem;
	}

	.products {
		margin-top: 5rem;
	}

	.products__btn {
		margin-top: 0;
	}


	.single-product-price__new {
		font-size: 30px;
	}

	.single-product-price__old {
		font-size: 18px;
	}

	.single-product-price {
		justify-content: center;
	}

	.bapf_sfilter.bapf_ckbox input[type=checkbox], 
	.bapf_sfilter.bapf_ckbox label, 
	.bapf_sfilter.bapf_ckbox label+span, 
	.bapf_sfilter.bapf_ckbox label>span {
		font-size: 14px;
	}
}

@media (max-width: 520px) {
	.interior-color__images {
		width: 300px;
		height: auto;
	}

	.interior-color__img {
		width: 300px;
		height: auto;
	}

	.interior-color__img-absolute {
		top: 30px;
		left: 132px;
		width: 84px;
		height: 176px;
	}
}

@media (max-width: 490px) {
	.interior-color__item {
		margin: 8px;
	}

	.title {
		text-align: center;
	}

	.first__title {
		text-align: left;
	}

	.first__title br {
		display: none;
	}

	.first__btn {
		position: absolute;
		left: 1.5rem;
		max-width: 100%;
		width: calc(100% - 3rem);
		bottom: 40px;
		margin: 0;
	}

	.first__btn a {
		max-width: 100%;
		width: 100%;
	}

	.banner__offer_mod {
		margin-bottom: 9rem;
	}

	.banner__offer_mod-2 {
		margin-bottom: 9rem;
	}

	.banner__offer_mod-3 {
		position: relative;
		top: -8rem;
	}

	.banner__offer_mod .banner__text {
		max-width: 18rem;
	}

	.banner__btn {
		position: relative;
		top: 4rem;
	}

	.banner__btn_2 {
		top: 8rem;
	}

	.advantages__item {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 100%;
						flex: 1 0 50%;
	}

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

	.block-info__btn {
		-ms-flex-item-align: center;
				-ms-grid-row-align: center;
				align-self: center;
	}

	.reviews-block {
		padding: 1.6rem;
	}

	.map__heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: flex-start;
				-ms-flex-align: flex-start;
						align-items: flex-start;
	}

	.map__title {
		margin: 0 0 2rem 0;
	}

	.map__address {
		text-align: left;
		max-width: 100%;
	}

	.footer__block > div {
		text-align: center;
	}

	.stocks__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.first__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}

	.first__content {
		margin: 0;
	}

	.first__bg {
		margin: 0 -1.5rem;
	}

	.filter__btn-block {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}

	.product-filter__radio-item {
		max-width: 100%;
		width: 100%;
		padding: 1.9rem 1.6rem;
	}

	.product-filter__btn {
		margin-right: 0;
	}

	.radio-block {
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}

	.radio-block__name {
		margin-left: 8px;
	}

	.radio-block__price-block {
		margin-left: auto;
	}

	.radio-block__price {
		margin-left: 8px;
	}

	.footer__dev-logo {
		width: 105px;
	}
}

@media (max-width: 400px) {
	.popup-form {
		padding: 5rem 2rem 5rem 2rem;
	}
}








.widget {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: linear-gradient(105.09deg, #2E929C -0.35%, #37C9A6 100%);
		color: #fff;
		z-index: 999999;
		overflow: hidden;
}
.widget-wrap {
		max-width: 900px;
		margin: 0 auto;
}
.widget-head {
		font-weight: 900;
		font-size: 46px;
		line-height: 1em;
}
.widget-desc {
		font-size: 16px;
		margin-top: 20px;
		line-height: 1.15;
}
.widget-text {
		margin-top: 20px;
}
.widget-text input {
		width: 100%;
		max-width: 100%;
		height: 50px;
		border: 0;
		padding: 0 20px;
		color: #fff;
		outline: 0;
		border: 2px solid #fff;
		border-radius: 8px;
}

.widget-text input::placeholder {
	color: #fff;
}

.widget-text-shake {
		animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
		transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
		perspective: 1000px;
}
@keyframes shake {
		10%,
		90% {
				transform: translate3d(-1px, 0, 0);
		}
		20%,
		80% {
				transform: translate3d(2px, 0, 0);
		}
		30%,
		50%,
		70% {
				transform: translate3d(-4px, 0, 0);
		}
		40%,
		60% {
				transform: translate3d(4px, 0, 0);
		}
}
.widget-btn {
		display: block;
		cursor: pointer;
		width: calc(50% - 8px);
		display: inline-block;
		text-align: center;
		font-size: 17px;
		padding: 13px 5px;
		margin-top: 12px;
		overflow: hidden;
		-webkit-mask-image: -webkit-radial-gradient(white, #000);
		position: relative;
}
.widget-btn-1:after {
		content: "";
		position: absolute;
		top: -50%;
		right: -50%;
		bottom: -50%;
		left: -50%;
		background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.3) 50%, rgba(229, 172, 142, 0));
		transform: rotateZ(60deg) translate(-5em, 7.5em);
		opacity: 0;
		animation: lp9-widget-blink 7s infinite;
		z-index: 100;
}
@keyframes lp9-widget-blink {
		0%,
		79% {
				opacity: 0;
				transform: rotateZ(60deg) translate(-5em, 7.5em);
		}
		80% {
				opacity: 0.8;
				transform: rotateZ(60deg) translate(-5em, 7.5em);
		}
		95% {
				opacity: 0.8;
				transform: rotateZ(60deg) translate(1em, -11em);
		}
		to {
				opacity: 0;
				transform: rotateZ(60deg) translate(1em, -9em);
		}
}
.widget-btns {
		display: flex;
		justify-content: space-between;
}

.widget-btn-1 {
		background-color: #2E929C;
		color: #fff;
		margin-right: 10px;
		border: none;
		box-shadow: none;
}
.widget-btn-2 {
		background: #206b73;
		color: #fff;
}
.widget-conf {
		font-size: 10px;
		opacity: 0.2;
		margin-top: 10px;
}
.widget-conf a {
		color: #fff !important;
		text-decoration: none !important;
}
.widget-page {
		display: none;
		width: 100%;
}
.widget-page-1 {
		position: relative;
		display: inline-block;
}
.widget-loader {
		position: relative;
		width: 80px;
		height: 80px;
		margin: 0 auto;
}
.widget-loader div {
		position: absolute;
		top: 33px;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		background: #fff;
		animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.widget-loader div:nth-child(1) {
		left: 8px;
		animation: widget-loader1 0.6s infinite;
}
.widget-loader div:nth-child(2) {
		left: 8px;
		animation: widget-loader2 0.6s infinite;
}
.widget-loader div:nth-child(3) {
		left: 32px;
		animation: widget-loader2 0.6s infinite;
}
.widget-loader div:nth-child(4) {
		left: 56px;
		animation: widget-loader3 0.6s infinite;
}
@keyframes widget-loader1 {
		0% {
				transform: scale(0);
		}
		100% {
				transform: scale(1);
		}
}
@keyframes widget-loader3 {
		0% {
				transform: scale(1);
		}
		100% {
				transform: scale(0);
		}
}
@keyframes widget-loader2 {
		0% {
				transform: translate(0, 0);
		}
		100% {
				transform: translate(24px, 0);
		}
}
.widget-r {
		position: absolute;
		top: 0;
		left: 310px;
		right: 30px;
		bottom: 0;
		display: flex;
		align-items: center;
		text-align: left;
		z-index: 2;
		max-width: 100%;
		padding-left: 22rem;
}
.widget-r > div {
		width: 100%;
}
.widget-l {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		text-align: center;
		z-index: 3;
}
.widget-wheel-wrap {
		position: relative;
		width: 474px;
		height: 474px;
		left: -237px;
		background: #aaa;
		border-radius: 1000px;
		box-shadow: 10px 15px 20px rgb(0 0 0 / 50%);
}
.widget-men {
		position: absolute;
		left: -13%;
		width: 300px !important;
}
.widget-men img {
	max-width: 100%;
}

.widget-men svg {
		width: 100%;
		height: 100%;
}
.men-arm {
		transform: rotate(0);
		-webkit-transform-origin: 245px 170px;
		-ms-transform-origin: 245px 170px;
		transform-origin: 245px 170px;
		transition: all ease 1s;
}
.men-arm-active {
		transform: rotate(-90deg);
}

.widget-wheel-center {
		position: absolute;
		width: 20%;
		height: 20%;
		left: 40%;
		top: 40%;
		background: #fff;
		border-radius: 1000px;
		z-index: 100;
		box-shadow: -1px 1px 7px #888;
}
.widget-wheel-center::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #F1F0F0;
		border-radius: 50%;
		box-shadow: 5px 10px 5px #dedbdb;
		transform: scale(.5);
}

.widget-wheel-arrow {
		/*width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 40px 14px 0;
		border-color: transparent #fff transparent transparent;
		-webkit-filter: drop-shadow(-3px 3px 3px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(-3px 3px 3px rgba(0, 0, 0, 0.2));*/
		position: absolute;
		right: 1px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 100;
		background-image: url(assets/images/pointer.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 50px;
		height: 40px;
}
.widget-wheel {
		width: 100%;
		height: 100%;
		position: relative;
		animation-duration: 2.5s;
		animation-duration: 3.5s;
		animation-iteration-count: 1;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		transform: rotate(-22.5deg);
}
.widget-wheel-wrap * {
		box-sizing: border-box;
		line-height: 1;
		text-align: left;
}
.widget-wheel-dots,
.widget-wheel-outer {
		position: absolute;
		width: 100%;
		height: 100%;
}
.widget-wheel-dots > div,
.widget-wheel-outer > div {
		position: absolute;
		width: 12px;
		height: 10px;
		margin: -5px 0 0 -6px;
		border-radius: 10px 0 0 10px;
		z-index: 0;
}
.widget-wheel-outer > div {
		background-color: #d6d6d5;
}
.widget-wheel-dots .widget-wheel-slice-1,
.widget-wheel-outer .widget-wheel-slice-1 {
		top: 100%;
		left: 50%;
		transform: rotate(-90deg);
}
.widget-wheel-dots .widget-wheel-slice-2,
.widget-wheel-outer .widget-wheel-slice-2 {
		top: 85.355%;
		left: 14.645%;
		transform: rotate(-45deg);
}
.widget-wheel-dots .widget-wheel-slice-3,
.widget-wheel-outer .widget-wheel-slice-3 {
		top: 50%;
		left: 0;
}
.widget-wheel-dots .widget-wheel-slice-4,
.widget-wheel-outer .widget-wheel-slice-4 {
		top: 14.645%;
		left: 14.645%;
		transform: rotate(45deg);
}
.widget-wheel-dots .widget-wheel-slice-5,
.widget-wheel-outer .widget-wheel-slice-5 {
		top: 0;
		left: 50%;
		transform: rotate(90deg);
}
.widget-wheel-dots .widget-wheel-slice-6,
.widget-wheel-outer .widget-wheel-slice-6 {
		top: 14.645%;
		left: 85.355%;
		transform: rotate(135deg);
}
.widget-wheel-dots .widget-wheel-slice-7,
.widget-wheel-outer .widget-wheel-slice-7 {
		top: 50%;
		left: 100%;
		transform: rotate(180deg);
}
.widget-wheel-dots .widget-wheel-slice-8,
.widget-wheel-outer .widget-wheel-slice-8 {
		top: 85.355%;
		left: 85.355%;
		transform: rotate(225deg);
}
.widget-wheel-dots {
		width: calc(100% - 18px);
		height: calc(100% - 18px);
		margin: 9px;
}
.widget-wheel-dots > div {
		height: 8px;
		width: 8px;
		z-index: 100;
		background-color: #d6d6d5;
		border-radius: 50%;
		margin: -4px 0 0 -4px;
}
.widget-wheel-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		overflow: hidden;
		border: 18px solid #fff;
}
.widget-wheel-inner .widget-wheel-part {
		position: absolute;
		width: 50%;
		height: 100%;
		overflow: hidden;
}
.widget-wheel-inner .widget-wheel-part > div {
		position: absolute;
		width: 200%;
		height: 100%;
}
.widget-wheel-inner .widget-wheel-part ~ .widget-wheel-part {
		left: 50%;
}
.widget-wheel-inner .widget-wheel-part ~ .widget-wheel-part > div {
		left: -100%;
}
.widget-wheel-inner .widget-wheel-slice-1 {
		background-image: linear-gradient(-45deg, transparent 50%, transparent 50%), linear-gradient(-90deg, transparent 50%, #FF5722 50%);
}
.widget-wheel-inner .widget-wheel-slice-1:before {
		left: 50%;
		top: 0;
}
.widget-wheel-inner .widget-wheel-slice-2 {
		background-image: linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #FFC107 50%);
}
.widget-wheel-inner .widget-wheel-slice-3 {
		background-image: linear-gradient(45deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, #3F51B5 50%);
}
.widget-wheel-inner .widget-wheel-slice-4 {
		background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #4CAF50 50%);
}
.widget-wheel-inner .widget-wheel-slice-5 {
		background-image: linear-gradient(135deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, #FF5722 50%);
}
.widget-wheel-inner .widget-wheel-slice-6 {
		background-image: linear-gradient(180deg, transparent 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #FFC107 50%);
}
.widget-wheel-inner .widget-wheel-slice-7 {
		background-image: linear-gradient(225deg, transparent 50%, transparent 50%), linear-gradient(180deg, transparent 50%, #3F51B5 50%);
}
.widget-wheel-inner .widget-wheel-slice-8 {
		background-image: linear-gradient(270deg, transparent 50%, transparent 50%), linear-gradient(225deg, transparent 50%, #4CAF50 50%);
}
.widget-wheel-text {
		position: absolute;
		z-index: 30;
		transform-origin: 0 0;
		width: 50%;
}
.widget-wheel-text span {
		position: absolute;
		transform: translateY(-50%) rotate(180deg);
		text-align: center;
		display: block;
		width: 100%;
		padding: 0 8% 1% 36%;
		box-sizing: border-box;
		font-size: 16px;
		color: #fff;
}
.widget-wheel-text-1 {
		left: 30.7%;
		top: 96.3%;
		transform: rotate(-67.5deg);
		color: #fff;
}
.widget-wheel-text-2 {
		left: 3.5%;
		top: 69.1%;
		transform: rotate(-22.5deg);
		color: #fff;
}
.widget-wheel-text-3 {
		left: 3.4%;
		top: 30.5%;
		transform: rotate(22.5deg);
		color: #fff;
}
.widget-wheel-text-4 {
		left: 30.9%;
		top: 3.2%;
		transform: rotate(67.5deg);
		color: #fff;
}
.widget-wheel-text-5 {
		left: 69.4%;
		top: 3.5%;
		transform: rotate(112.5deg);
		color: #fff;
}
.widget-wheel-text-6 {
		left: 96.3%;
		top: 30.9%;
		transform: rotate(157.5deg);
		color: #fff;
}
.widget-wheel-text-7 {
		left: 96.5%;
		top: 69.3%;
		transform: rotate(202.5deg);
		color: #fff;
}
.widget-wheel-text-8 {
		left: 69.2%;
		top: 96.6%;
		transform: rotate(247.5deg);
		color: #fff;
}
.widget-wheel-wait {
		animation: anim-spin-onload 30s infinite linear;
}

@keyframes anim-spin-onload {
		0% {
				transform: rotate(0);
		}
		100% {
				transform: rotate(360deg);
		}
}
@keyframes anim-spin-4 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(1192.5deg);
		}
}
@keyframes anim-spin-3 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(1237.5deg);
		}
}
@keyframes anim-spin-2 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(922.5deg);
		}
}
@keyframes anim-spin-1 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(967.5deg);
		}
}
@keyframes anim-spin-8 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(1012.5deg);
		}
}
@keyframes anim-spin-7 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(1057.5deg);
		}
}
@keyframes anim-spin-6 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(1102.5deg);
		}
}
@keyframes anim-spin-5 {
		from {
				transform: rotate(-22.5deg);
		}
		to {
				transform: rotate(1147.5deg);
		}
}
@media (max-width: 768px) {
		.widget-r {
				top: 150px;
				right: 0;
				bottom: 0;
				left: 0;
				padding: 30px;
				margin: 0 auto;
				align-items: center;
		}
		.widget-l {
				display: inline-block;
				top: auto;
				right: 0;
				top: -150px;
				bottom: auto;
		}
		.widget-wheel-wrap {
				margin: 0 auto;
				left: 0;
				transform: rotate(45deg);
				width: 300px;
				height: 300px;
		}
		.widget-wheel-text span {
				font-size: 12px;
		}
		.widget-men {
				width: 170px !important;
				right: -37px;
				left: auto;
				top: 0;
				transform: translateY(-55%);
		}

		.lp-pop {
				width: 75px !important;
				height: 75px !important;
				bottom: 20px !important;
				left: -100% !important;
		}

		.lp-pop.active {
			left: 5px !important;
		}

		.lp-widget-close {
			top: 0 !important;
			right: 0 !important;
		}
}
.widget-about {
		font-size: 10px;
		margin-top: 10px;
		position: absolute;
		right: auto;
		left: 20px;
		bottom: 20px;
		z-index: 500;
		color: #fff !important;
		text-decoration: none !important;
		background: rgba(255, 255, 255, 0.05);
		padding: 5px 10px;
		border-radius: 100px;
}
.widget-about:hover {
		opacity: 1;
}
.widget-about-tg {
		left: auto;
		right: 20px;
		bottom: 20px;
}

.widget-about img {
		width: 110px;
}

.lp-widget-bg{
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		background:rgba(0,0,0,0.5);
		z-index:999998;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;
		display: none;
}
.lp-widget-bg-on{
		display: block!important;
}
.lp-widget-bg-a{
		visibility: visible;
		opacity:1;
}
.lp-widget{
		position:fixed;
		left:0;
		top:0;
		bottom:0;
		width:100%;
		max-width:900px;
		background:#262635;
		color:#fff;
		z-index:999999;
		transition: 0.6s;
		left:-900px;
		visibility: hidden;
		display: none;
}
.lp-widget-on {
		display: block!important;
}
.lp-widget-a{
		visibility: visible;
		opacity:1;
		left:0px;
}
.lp-widget iframe{
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		border:0;
		outline:0;
		z-index:1;
}
.lp-widget-close{
		width:30px;
		height:30px;
		position:absolute;
		z-index:999999;
		right:20px;
		top:20px;
		background:url(assets/images/cross.svg) center center no-repeat;
		background-size:14px auto;
		opacity:0.3;
		cursor: pointer;
		transition:0.2s;
}
.lp-widget-close:hover{
		opacity:1;
}

.lp-pop{
		position: fixed;
		z-index: 100;
		width: 100px;
		height: 100px;
		cursor: pointer;
		left: 5px;
		bottom: -100%;
		background: url(assets/images/gift.png) center center no-repeat;
		background-size: contain;
		transform-origin: right bottom;
		outline: 0;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		animation: lp_pop 1.3s;
		animation-iteration-count: infinite;
		transition: all ease .5s;
}

.lp-pop.active {
	bottom: 20px;
}
@keyframes lp_pop{
		0% { transform: translate(1px, 1px) rotate(0deg); }
		10% { transform: translate(-1px, -2px) rotate(-1deg); }
		20% { transform: translate(1px, 1px) rotate(1deg); }
		30% { transform: translate(-1px, -2px) rotate(0deg); }
		40% { transform: translate(1px, 1px) rotate(1deg); }
		50% { transform: translate(-1px, -2px) rotate(-1deg); }
		60% { transform: translate(1px, 1px) rotate(0deg); }
		70% { transform: translate(-1px, -2px) rotate(-1deg); }
		80% { transform: translate(1px, 1px) rotate(1deg); }
		90% { transform: translate(-1px, -2px) rotate(0deg); }
		100% { transform: translate(1px, 1px) rotate(-1deg); }
}

.lp9-pop-a {
		animation: 5s lp9_anim infinite;
}
@keyframes lp9_anim{
		0%{
				transform: rotate(0deg);
		}
		50%{
				transform: rotate(-6deg);
		}
		100%{
				transform: rotate(0deg);
		}
}



.popup-sotka,
.popup-night {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 48%);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	transition: all ease .3s;
}

.popup-sotka.active,
.popup-night.active {
	opacity: 1;
	visibility: visible;
}

.popup-sotka-container,
.popup-night-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 550px;
	height: 100%;
	margin: 0 auto;
}

.popup-sotka-body {
	position: relative;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 50px 9px 32px 9px;
	text-align: center;
	width: 100%;
	letter-spacing: 0.02em;
	transition: all ease .3s;
}

.popup-sotka-body .btn-close,
.popup-night-body .btn-close {
	position: absolute;
	top: 17px;
	right: 14px;
}

.popup-sotka__title {
	font-size: 36px;
	font-weight: bold;
}

.popup-sotka__text1 {
	font-size: 20px;
	margin: 15px 0 25px;
}

.popup-sotka__text1 span {
	color: #679603;
	font-weight: bold;
}

.popup-sotka__text2 {
	font-size: 32px;
	font-weight: bold;
	color: var(--secondColor);
}

.popup-sotka__text2 span {
	display: block;
	color: var(--black);
	line-height: 1;
}

.popup-sotka__text3 {
	font-size: 20px;
	width: 315px;
	margin: 30px auto 18px;
	line-height: 1.1;
}

.popup-sotka-body form,
.popup-night-body form {
	width: 335px;
	margin: 0 auto;
}

.popup-night-body form {
	margin-top: 25px;
}

.popup-sotka-body form input,
.popup-sotka-body form button,
.popup-night-body form input,
.popup-night-body form button {
	width: 100%;
	height: 56px;
	font-size: 20px;
}

.popup-sotka-body form input,
.popup-night-body form input {
	border: 2px solid var(--secondColor);
	border-radius: 8px;
	padding: 0 14px;
	margin-bottom: 16px;
}

.popup-night-body form input {
	border-color: #fff;
	color: #fff;
}

.popup-night-body form input::placeholder {
	color: #fff;
}

@media (max-width: 575px) {

	.popup-sotka-container {
		width: 95%;
	}

	.popup-sotka-body {
		padding: 30px 9px 24px 9px;
	}

	.popup-sotka__title {
		font-size: 26px;
	}

	.popup-sotka__text1 {
		font-size: 16px;
		width: 220px;
		margin: 15px auto 20px;
	}

	.popup-sotka__text2 {
		font-size: 22px;
	}

	.popup-sotka__text3 {
		font-size: 16px;
		margin: 20px auto;
	}

	.popup-sotka-body form,
	.popup-night-body form {
		width: auto;
	}

	.popup-sotka-body form input,
	.popup-sotka-body form button,
	.popup-night-body form input,
	.popup-night-body form button {
		height: 48px;
		font-size: 18px;
	}
}



.popup-night-body {
	position: relative;
	background: #6b9225;
	background: -o-linear-gradient(329deg, rgb(46 146 156) 0%, #6b9225 100%);
	background: linear-gradient(121deg, rgb(46 146 156) 0%, #6b9225 100%);
	padding: 50px 9px 20px 9px;
	color: #fff;
	letter-spacing: 0.02em;
	width: 100%;
	text-align: center;
	border-radius: 8px;
}

.popup-night__title {
	font-size: 36px;
	font-weight: bold;
}

.popup-night__text1 {
	font-size: 24px;
	margin: 15px 0;
}

.popup-night__text2,
.popup-night__text3 {
	font-size: 20px;
	width: 435px;
	margin: 0 auto;
}

#raspadinha {
	position: relative;
	height: 160px;
	width: 335px;
	margin: 30px auto;
}

.lotoPrizClear canvas, 
.lotoPrizClear img {
	left: 0;
	top: 0;
}

.lotoPrizClear canvas {
	height: 95% !important;
	border-radius: 20px;
}


@media (max-width: 575px) {
	.popup-night-container {
		width: 95%;
	}

	.popup-night-body {
		padding: 32px 9px 17px 9px;
	}

	.popup-night__title {
		font-size: 24px;
	}

	.popup-night__text1 {
		font-size: 20px;
		margin: 10px 0;
	}

	.popup-night__text2, 
	.popup-night__text3 {
		font-size: 16px;
		width: 275px;
	}

	#raspadinha {
		width: 215px;
		height: 130px;
		margin: 15px auto;
	}
}


.quiz-ico {
	position: fixed;
	background: var(--secondColor);
	left: 20px;
	bottom: 140px;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	box-shadow: 0 0 15px var(--secondColor);
	z-index: 1;
	transition: all ease .3s;
}

.quiz-ico:hover {
	background: var(--secondColorHov);
	box-shadow: 0 0 15px var(--secondColorHov);
}

@media (max-width: 575px) {
	.quiz-ico {
		left: auto;
		right: 15px;
		bottom: 20px;
		width: 60px;
		height: 60px;
		line-height: 85px;
	}

	.quiz-ico svg {
		width: 25px;
		height: auto;
	}
}





.all_title_pages {
	text-align: center;
	margin-bottom: 90px;
}

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

.ul_o_kompanii li {
	width: 25%;
	height: 345px;
	text-align: center;
	background: #2E929C;
	color: #FAFAF8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 15px;
}

.ul_o_kompanii li:nth-child(even) {
	background: #145369;
}

.ul_o_kompanii_img span {
	display: block;
	font-size: 34px;
	font-family: 'Montserrat Alternates';
	margin-top: 7px;
}

.ul_o_kompanii_caption {
	margin-top: 40px;
}

.ul_o_kompanii_caption p {
	font-size: 20px;
	letter-spacing: 0.02em;
	font-weight: 300;
}

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

.ul_ustanovka li {
	width: 50%;
	font-size: 20px;
	font-weight: 300;
}

@media (max-width: 1200px) {
	.ul_o_kompanii li {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.all_title_pages {
		margin-bottom: 40px;
	}

	.ul_o_kompanii {
		position: relative;
		left: -1.5rem;
		width: calc(100% + 3rem);
	}

	.ul_o_kompanii li {
		width: 100%;
		height: 265px;
	}

	.ul_o_kompanii_caption {
		margin-top: 25px;
	}

	.ul_o_kompanii_caption p {
		font-size: 18px;
	}


	.ul_ustanovka li {
		width: 100%;
		margin-bottom: 35px;
		font-size: 18px;
	}
}



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

.zamer_list_caption {
	max-width: 55%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

.zamer_list_caption ul {
	margin-top: 1.5rem;
}

.zamer_list_caption ul li {
	list-style-type: disc;
	margin-left: 25px;
}

.zamer_list_caption__item {
	margin-bottom: 65px;
}

.zamer_list_img {
	max-width: 40%;
}

.zamer_list_img img {
	max-width: 100%;
}

@media (max-width: 992px) {
	.zamer_list_caption, .zamer_list_img {
		max-width: 100%;
		width: 100%;
	}

	.zamer_list_img {
		margin-bottom: 40px;
		order: -1;
		text-align: center;
	}

	.zamer_list_img img {
		height: 220px;
	}

	.zamer_list_caption {
		font-size: 18px;
	}

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



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

.ul_portfolio li {
	width: 17%;
	margin-bottom: 40px;
}

.ul_portfolio li img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 5px;
}

@media (max-width: 1540px) {
	.ul_portfolio li {
		width: 19%;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.ul_portfolio li {
		width: 24%;
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.ul_portfolio li {
		width: 49%;
	}

	.ul_portfolio li img {
		height: 210px;
	}
}



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

.stati-cards {
	position: relative;
	width: 32%;
	height: 345px;
	padding: 65px 15px 35px 15px;
	box-shadow: 0px 0px 15px rgba(20, 83, 105, 0.25);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}

.stati-cards::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: rotate(-60deg) translate(-5%, -43%);
	transition: background ease .3s;
}

.stati-cards:hover::before {
	background: #1F7183;
}

.stati-cards h2 {
	position: relative;
	font-size: 36px;
	z-index: 1;
	color: #1D280E;
	font-family: 'Montserrat Alternates';
	line-height: 1.25;
	word-break: break-word;
	transition: color ease .3s;
}

.stati-cards.stati-cards-one h2 {
	max-width: 55%;
}

.stati-cards:hover h2 {
	color: #FAFAF8;
}

.stati-cards__link {
	position: relative;
	z-index: 1;
}

.stati-cards__link svg path {
	transition: fill ease .3s;
}

.stati-cards:hover .stati-cards__link svg path {
	fill: #FAFAF8;
}

.stati-cards img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}


.stati-cards.stati-cards-two::before {
	transform: none;
	background: rgba(255, 255, 255, 0.8);
}

.stati-cards.stati-cards-two:hover::before {
	background: rgba(20, 83, 105, 0.8);;
}

.stati-cards.stati-cards-tree::before {
	transform: none;
	width: 70%;
}

.stati-cards.stati-cards-tree h2 {
	max-width: 70%;
}

.stati-cards.stati-cards-four::before {
	transform: none;
	height: 60%;
}

.stati-cards.stati-cards-four::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: background ease .3s;
}

.stati-cards.stati-cards-four:hover::after {
	background: rgba(31, 113, 131, 0.5);
}


@media (max-width: 1680px) {
	.stati-cards {
		height: 315px;
	}

	.stati-cards h2 {
		font-size: 32px;
	}
}

@media (max-width: 1540px) {
	.stati-cards {
		height: 275px;
		padding: 50px 15px 35px 15px;
	}

	.stati-cards h2 {
		font-size: 26px;
	}
}

@media (max-width: 1200px) {
	.stati-cards {
		height: 220px;
		padding: 40px 15px 35px 15px;
	}

	.stati-cards h2 {
		font-size: 21px;
	}
}

@media (max-width: 992px) {
	.stati-cards {
		width: 48%;
	}

	.stati-cards h2 {
		font-size: 20px;
	}

	.stati-cards::before {
		transform: rotate(-60deg) translate(-5%, -63%);
	}
}

@media (max-width: 768px) {
	.stati-cards {
		width: 100%;
		margin-bottom: 16px;
	}

	.stati-cards::before {
		transform: rotate(-60deg) translate(-5%, -83%);
	}

	.stati-cards.stati-cards-one h2 {
		max-width: 35%;
	}
}

@media (max-width: 576px) {
	.stati-cards {
		padding: 40px 8px 15px 8px;
	}

	.stati-cards::before {
		transform: rotate(-60deg) translate(-7%, -50%)
	}

	.stati-cards.stati-cards-one h2 {
		max-width: 55%;
	}

	.stati-cards__link svg {
		width: 15px;
		height: auto;
	}
}



.stati-pages p,
.stati-pages ul,
.stati-pages ol {
	font-size: 20px;
	font-weight: 300;
}

.stati-pages h2,
.stati-pages h3,
.stati-pages h4,
.stati-pages h5,
.stati-pages h6 {
	font-family: 'Montserrat Alternates';
	margin: 15px 0;
}

.stati-pages h2 { font-size: 42px; margin: 150px 0 15px; }
.stati-pages h3 { font-size: 34px; }
.stati-pages h4 { font-size: 30px; }
.stati-pages h5 { font-size: 26px; }
.stati-pages h6 { font-size: 22px; }

.stati-pages ul li {
	list-style-type: disc;
	margin-left: 25px;
}

.stati-pages ol li {
	list-style-type: decimal;
	margin-left: 25px;
}

.stati-pages img {
	max-width: 100%;
}

.table-respons {
	overflow-x: auto;
}

.stati-pages table {
	width: 100%;
	border-collapse: collapse;
}

.stati-pages table tr:nth-child(even) {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

.stati-pages table td {
	padding: 1rem;
}



@media (max-width: 576px) {
	.stati-pages h2 {
		font-size: 26px;
		margin: 50px 0 15px;
	}

	.stati-pages h2, .stati-pages h3, .stati-pages h4, .stati-pages h5, .stati-pages h6 {
		word-break: break-all;
	}

	.stati-pages h3 { font-size: 23px; }
	.stati-pages h4 { font-size: 20px; }
	.stati-pages h5, .stati-pages h6 { font-size: 18px; }

	.stati-pages p, .stati-pages ul, .stati-pages ol {
		font-size: 18px;
	}
}



.all-pages__body p {
	font-size: 20px;
}

@media (max-width: 576px) {
	.all-pages__body p {
		font-size: 18px;
	}
}



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

.kontakty-pages li {
	font-size: 20px;
	color: #000;
	margin-bottom: 38px;
}

.kontakty-pages li:not(:last-child) {
	margin-right: 1rem;
}

.kontakty-pages li h5 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.kontakty-pages li a {
	color: #000;
}

.kontakty-pages li a:hover {
	color: #97C032;
}


@media (max-width: 1200px) {
	.kontakty-pages li h5 {
		font-size: 20px;
	}

	.kontakty-pages li {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.kontakty-pages li {
		width: 100%;
		margin-right: 0 !important;
	}

	.kontakty-pages li h5 {
		font-size: 18px;
		margin-bottom: 18px;
	}
}


@media (min-width: 1200px) {
	.d-mmenu-none {
		display: none;
	}
}