@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: "Comforta_light";
	src: url("../fonts/comfortaa/Comfortaa-Light.ttf");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Comforta_Regular";
	src: url("../fonts/comfortaa/Comfortaa-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: "Comforta_medium";
	src: url("../fonts/comfortaa/Comfortaa-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 600;
	font-family: "Comforta_semiBold";
	src: url("../fonts/comfortaa/Comfortaa-SemiBold.ttf");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 700;
	font-family: "Comforta_bold";
	src: url("../fonts/comfortaa/Comfortaa-Bold.ttf");
	font-display: swap;
}





html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0 !important;
	font-family: "Comforta_light";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

:root {
	--green-light-color: #01bb01;
	--green-default-color: #009e00;
	--green-low-color: #00630c;
	--blue-light: #00BAFC;
	--blue-default: #005bea;
	--blue-low: #0c00b3;
	--red-default: #E21C22;
}

::selection {
	background-color: rgba(0, 128, 0, 0.6);
	color: #ffffff;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after {
	content: "";
	content: none;
}

q::before,
q::after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

.bold {
	font-family: "Comforta_bold";
}

@keyframes rotateBtn {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	2.5% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	5% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	7.5% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	10% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	12.5% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	15% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	17.5% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	22% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	25% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}







a,
p,
li {
	-webkit-font-feature-settings: "pnum"on, "lnum"on;
	font-feature-settings: "pnum"on, "lnum"on;
	font-family: "Comforta_Regular";
}

h1,
h2,
h3 {
	color: #111111;
	font-family: "Comforta_bold";
	text-align: center;
	-webkit-font-feature-settings: "pnum"on, "lnum"on;
	font-feature-settings: "pnum"on, "lnum"on;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}


h1 {
	font-size: 46px;
	line-height: 48px;
}

h2 {
	font-size: 38px;
	line-height: 40px;
}

h3 {
	font-size: 28px;
	line-height: 30px;
}

body {
	background-image: url('../img/grass4_1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bg_img_fixed {
	display: none;
	margin: 0 auto;
	width: 100vw;
	position: relative;
	overflow: hidden;
}

.bg_img_fixed img {
	z-index: -2;
	position: fixed;
	width: auto;
	height: 100vh;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	body {
		background-image: none;
		background-position: none;
		background-repeat: none;
		background-size: none;
		background-attachment: none;
	}

	.bg_img_fixed {
		display: block;
	}
}

.invisible {
	display: none !important;
}

.opacityNone {
	opacity: 0 !important;
}

hr.line,
.container {
	max-width: 1170px;
	margin: 0 auto;
}


.underscore a::after {
	display: block;
	left: 0;
	width: 0px;
	height: 1px;
	background-color: #005bea;
	content: "";
	transition: width 0.3s ease-out;
}

.underscore a:hover:after {
	width: 100%;
}

.overflow--hidden {
	overflow: hidden;
}

.bg_wrapper {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	transition: all 0.4s ease;
}

.transparent {
	background: transparent;
	z-index: 1;
}


/* Animated scroll */
.btn-scrollUp {
	position: fixed;
	z-index: 3;
	bottom: 30px;
	right: 10px;
	background: rgba(0, 186, 252, 0.4);
	border-radius: 50%;
	transition: 0.3s linear;
}

.btn-scrollUp a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.btn-scrollUp a span {
	display: block;
	height: 3px;
	width: 12px;
	border-radius: 10px;
	background-color: white;
}

.btn-scrollUp a span:first-child {
	margin-right: -2.5px;
	transform: rotate(-45deg);
}

.btn-scrollUp a span:last-child {
	margin-left: -2.5px;
	transform: rotate(-135deg);
}

.btn-scrollUp--on {
	background: linear-gradient(0deg, var(--blue-light) 15%, var(--blue-default) 100%);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	box-shadow: inset 0 0 15px 10px #0f699c;
}

.btn-form-up {
	position: fixed;
	z-index: 3;
	bottom: 30px;
	left: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(92.21deg, var(--green-light-color)13.23%, var(--green-default-color) 82.09%);
	opacity: 75%;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s ease;
	/* -webkit-animation: hoverWave linear 2s infinite; */
	/* animation: hoverWave linear 2s infinite; */
}

.btn-form-up__img {
	background-image: url(../img/icons/email_w.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.btn-form-up--scale,
.btn-form-up:hover {
	opacity: 100%;
}

.btn-form-up--scale .btn-form-up__img {
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

.btn-form-up__orders_number {
	display: none;
	position: absolute;
	top: -8px;
	right: -8px;
	opacity: 100%;
	width: 24px;
	height: 24px;
	padding: 6px 5px 5px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--red-default);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	z-index: 4;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.btn-form-up__orders_number::selection {
	background-color: transparent;
}

/* Общие медиа  */
@media (max-width: 991px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
	}
}


@media (max-width: 568px) {
	h1 {
		font-size: 28px;
		line-height: 32px;
	}

	h2 {
		font-size: 24px;
		line-height: 30px;
	}

	h3 {
		font-size: 18px;
	}

	.more-button {
		width: 180px;
		height: 50px;
		font-size: 16px;
	}

	.btn-scrollUp {
		right: 5px;
	}

	.btn-form-up {
		left: 5px;
	}
}



/* scrollbar start */
/* ::-webkit-scrollbar {
			width: 8px;
		}

		::-webkit-scrollbar-track {
			background: rgba(0, 158, 0, 0.4);
			-webkit-box-shadow: 5px 5px 5px -5px var(--green-default-color) inset;

			border-radius: 8px;
		}

		::-webkit-scrollbar-thumb {
			border-radius: 8px;
			background: linear-gradient(180deg, var(--green-default-color), #005bea);
		} */


::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.3) inset;
	background-color: #f9f9fd;
	border-radius: 8px;
}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: linear-gradient(180deg, var(--blue-light), var(--blue-default));
}


/* scrollbar end */

/* img zoom START */
.img-zoom {
	cursor: pointer;
}

.bg_black_overlay {
	z-index: 23;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.96);
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg_black_overlay img {
	position: relative;
	margin: 0 auto;
	z-index: 24;
}

.bg_black_overlay_cross {
	position: absolute;
	z-index: 25;
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: rgba(65, 65, 65, 0.2);
	background-image: url('../img/icons/cross_w.svg');
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	filter: drop-shadow(0px 0px 2px #000);
}

/* img zoom END */



/* slick btn START */

.slick-prev,
.slick-next {
	position: absolute;
	z-index: 1;
	width: 25px;
	height: 50px;
	top: calc(50% - 25px);
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: -webkit-filter 0.2s ease-out;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}

.slick-next img {
	transform: rotate(180deg);
}

.slick-arrow.slick-disabled {
	cursor: not-allowed;
}

.slick-arrow.slick-disabled img {
	opacity: 0.5;
}

/* slick btn END */


/* кнопка назад */

/* #button__back_to_head {
			display: flex;
			align-items: center;
			justify-content: center;
			position: fixed;
			width: 54px;
			height: 33px;
			border: 2px solid var(--green-default-color);
			box-shadow: 0 0 10px var(--green-default-color), inset 0 0 10px var(--green-default-color);
			border-radius: 30px;
			top: 10px;
			left: 10px;
			z-index: 2;
			transition: all 0.3s linear;
			cursor: pointer;
		}
		
		.button__back_to_head__arrow-left {
			width: 24px;
			height: 24px;
			background-image: url("../img/icons/long_arrow_blue.svg");
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			filter: drop-shadow(0 0 5px var(--blue-light));
		}
		
		.button__back_to_head--on {
			transform: scale(1.1, 1.1);
		} */



#button__back_to_head {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 54px;
	height: 33px;
	border: 2px solid var(--green-default-color);
	box-shadow: 0 0 10px var(--green-default-color), inset 0 0 10px var(--green-default-color);
	border-radius: 30px;
	/* padding: 4px 7px; */
	top: 10px;
	left: 10px;
	z-index: 2;
	transition: all 0.3s linear;
	cursor: pointer;
}

.button__back_to_head__arrow-left {
	width: 24px;
	height: 24px;
	background-image: url("../img/icons/long_arrow_blue.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 5px var(--blue-light));
}

.button__back_to_head--on {
	transform: scale(1.1, 1.1);
}



/* кнопка назад */





/* --- header START --- */
.header {
	padding: 10px 10px 25px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	background-color: #f6f6f6;
	-webkit-mask-image: linear-gradient(180deg, #000 0, #000 85%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(180deg, #000 0, #000 85%, rgba(0, 0, 0, 0) 100%);
	/*  Кнопка заказать звонок*/
	/* .more-button {*/
	/* 	font-size: 16px;*/
	/* 	border: none;*/
	/* }*/
	/* .pulse {*/
	/* 	/* box-shadow: 0 0 22px 8px rgba(204, 0, 78, 0.4);*/
	/* 	/* box-shadow: 0 0 22px 8px rgb(235, 181, 181);*/
	/* 	box-shadow: 0 0 22px 8px $shadow;*/
	/* 	animation: pulse 2s infinite;*/
	/* }*/
	/* .callback-bt {*/
	/* 	box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);*/
	/* 	z-index: 4;*/
	/* 	-webkit-animation: hoverWave linear 2s infinite;*/
	/* 	animation: hoverWave linear 2s infinite;*/
	/* }*/
}

.header__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #fff;
	-webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 70%);
}

.header__logo-description {
	max-width: 300px;
	color: #111111;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	/* font-family: "Lobster"; */
	font-size: 32px;
	text-align: center;
	line-height: 28px;
}

.header__container-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header__number {
	align-self: center;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: #1F2125;
	text-decoration: none;
	padding-left: 60px;
}

.header__number span {
	color: #005bea;
	/* color: #2f6dba; */
}

.header__number {
	background-image: url(../img/icons/mts_logo.svg), url(../img/icons/tg.svg);
	background-repeat: no-repeat;
	background-position: left 30px top, left 0 top;
	background-size: 24px 24px, 24px 24px;
	text-wrap: nowrap;
}


.header__hamburger:hover {
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0 20px 7px var(--green-default-color);
}

.header__hamburger {
	z-index: 10;
	position: absolute;
	left: 5px;
	width: 50px;
	height: 50px;
	display: none;
	justify-content: center;
	align-items: center;
	background: linear-gradient(92.21deg, var(--green-light-color) 13.23%, var(--green-default-color) 82.09%);
	border-radius: 40px;
	cursor: pointer;
}

.header__hamburger #hamburger-icon {
	margin-top: -2px;
	width: 14px;
	height: 10px;
	position: relative;
	display: block;
}

.header__hamburger #hamburger-icon .line {
	display: block;
	background: #fff;
	width: 14px;
	height: 3px;
	position: absolute;
	left: 0;
	border-radius: 1.5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.header__hamburger #hamburger-icon .line.line-1 {
	top: 0;
}

.header__hamburger #hamburger-icon .line.line-2 {
	top: 50%;
}

.header__hamburger #hamburger-icon .line.line-3 {
	top: 100%;
}

.header__hamburger #hamburger-icon.hamburger-active .line-1 {
	transform: translateY(5px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
	-moz-transform: translateY(5px) translateX(0) rotate(45deg);
}

.header__hamburger #hamburger-icon.hamburger-active .line-2 {
	opacity: 0;
}

.header__hamburger #hamburger-icon.hamburger-active .line-3 {
	transform: translateY(-5px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
}

.header__container-tel {
	position: absolute;
	left: 0;
}

.header__phone {
	position: absolute;
	top: 0;
	right: 5px;
	opacity: 0.75;
	z-index: 3;

	width: 50px;
	height: 50px;
	display: none;
	justify-content: center;
	align-items: center;
	background: linear-gradient(92.21deg, var(--green-light-color)13.23%, var(--green-default-color) 82.09%);
	border-radius: 50%;
	cursor: pointer;
}

.header__phone div {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url(../img/icons/phone_w.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	-webkit-animation-name: rotateBtn;
	animation-name: rotateBtn;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transform-origin: 50% 50% 0;
	animation-iteration-count: 2;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
	}
}

ul.header__menu-tablet {

	position: fixed;
	z-index: 3;
	display: none;
	padding-top: 110px;
	top: 0;
	transition: 0.5s ease-out;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100vh;

	background-color: #f6f6f6;
	-webkit-mask-image: linear-gradient(180deg, #000 0, #000 92%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(180deg, #000 0, #000 92%, rgba(0, 0, 0, 0) 100%);
}

ul.header__menu-tablet li:not(:last-child) {
	margin-bottom: 20px;
}

ul.header__menu-tablet li {
	display: flex;
	justify-content: center;
}

ul.header__menu-tablet li a {
	font-size: 32px;
	font-style: italic;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
}

ul.header__menu-tablet li a:hover {
	color: var(--green-default-color);
	text-shadow: 0px 0px 10px var(--green-default-color);
}

/* --- header END --- */


/* --- _mediaHeader START --- */
@media (max-width: 925px) {
	body {
		padding-top: 0;
	}

	.header {
		padding: 5px 0 10px;
		min-height: 70px;
		background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
	}

	#header.tick {
		background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
	}

	.header__logo,
	.navigation {
		display: none;
	}

	.header__wrapper {
		/* padding-top: 60px; */
		/* margin: 20px 0; */
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.header__wrapper .more-button {
		display: none;
	}

	.header__container-number {
		display: none;
	}

	.header__hamburger {
		display: flex;
	}

	.header__hamburger:hover {
		box-shadow: none;
	}

	.header__phone {
		display: flex;
	}

	.header__container-tel {
		left: 0;
		right: 0;
	}

	.header__logo-description {
		display: none;
	}

	.container_bg {
		padding: 20px;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, .8);
	}
}

@media (max-width: 700px) {
	.header {

		min-height: 56px;
	}

	.header__hamburger,
	.header__phone {
		width: 42px;
		height: 42px;
	}

	.header .header__hamburger--opacity {
		opacity: 1;
	}

	.header__hamburger {
		position: absolute;
		left: 5px;
		top: 0;
		margin: 0 15px 0 0;
		opacity: 0.75;
	}

	.header__phone {
		/* display: none; */
		margin: 0 0 0 15px;

	}

	.header__phone div {
		width: 28px;
		height: 28px;
	}

	.header__container-tel {
		position: relative;
	}

	.header__wrapper {
		order: -1;
	}


	.header .underscore a::after {
		background-color: var(--green-default-color);
	}

}


/* MENU MEDIA BLOCK BEGIN */

@media (min-height: 600px) and (max-height: 700px) {
	ul.header__menu-tablet li a {
		font-size: 28px;
	}
}

@media (min-height: 567px) and (max-height: 600px) {
	ul.header__menu-tablet>li:not(:last-child) {
		margin-bottom: 7px;
	}

	ul.header__menu-tablet li a {
		font-size: 24px;
	}
}

@media (max-height: 567px) {
	ul.header__menu-tablet {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, white 20%, white 100%);
	}

	ul.header__menu-tablet>li:not(:last-child) {
		margin-bottom: 10px;
	}

	ul.header__menu-tablet li {
		display: flex;
		align-items: center;
		height: 35px;
	}

	ul.header__menu-tablet li a {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-height: 400px) {
	ul.header__menu-tablet {
		padding-top: 80px;
	}

	ul.header__menu-tablet li {
		height: 25px;
	}

	ul.header__menu-tablet li a {
		font-size: 18px;
		line-height: 26px;
	}

}

@media (max-width: 400px) {

	.header__number {
		padding-left: 40px;
	}
}

/* MENU MEDIA BLOCK END */
/* --- _mediaHeader END --- */


.navigation__desktop {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.navigation__tablet li a {
	color: #000;
}

.navigation__desktop li {
	padding: 4px 8px;
}

.navigation__desktop li a {
	color: #000;
}

/* li.navigation__wheatgrass {}
li.navigation__wheatgrass a{
	color: var(--green-default-color);
	filter: drop-shadow(0 0 5px var(--green-default-color));
} */



/* --- footer START --- */
.footer {
	background: linear-gradient(0deg, #000 15%, var(--green-default-color) 100%);
	padding: 20px 0 10px;
	-webkit-mask-image: linear-gradient(0deg, #000 0, #000 85%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(0deg, #000 0, #000 85%, rgba(0, 0, 0, 0) 100%);
	/* Нижнее подчёркивание */
}

.footer .footer__title {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	margin: 20px 0 15px;
	position: relative;
	text-align: center;
}

.footer .footer__title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;

	width: 100%;
	height: 4px;
	background-color: var(--red-default);
	/* margin-top: 20px; */
}

.footer__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	/* align-items: center; */
	align-items: flex-start;
	padding: 30px 0 15px;
}

.footer__logo {
	margin-top: 15px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-image: url(../img/logo.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	align-self: center;
	background-color: #fff;
	-webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 70%);
}

.footer__services {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* align-items: center; */
}

.footer__services a {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Comforta_light";
	font-weight: bold;
	letter-spacing: 0.1em;
}

.footer__services li {
	padding: 5px 0;
	margin: 5px 0;
}

.footer__services a:after,
.footer__contacts a:after {
	background-color: #ffffff;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer__contacts a {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
	font-family: "Comforta_light";
	font-weight: bold;
	padding: 7px 0 7px 40px;
	position: relative;
}

.footer__contacts a span {
	position: absolute;
}

.footer__contacts a #footer__phone {
	height: 26px;
	width: 26px;
	margin: -3px 0 0 -32px;
	background: url(../img/icons/phone.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation-name: rotateBtn;
	animation-name: rotateBtn;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transform-origin: 50% 50% 0;
	animation-iteration-count: infinite;
}

.footer__contacts a #footer__insta {
	height: 24px;
	width: 24px;
	margin: -2px 0 0 -32px;
	background: url(../img/icons/insta.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	animation: pulseBig 3s infinite;
}

.footer__contacts a #footer__tg {
	height: 24px;
	width: 24px;
	margin: -2px 0 0 -32px;
	background: url(../img/icons/tg.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* animation: pulseBig 3s infinite; */
}

.footer__ending {
	margin-top: 10px;
	font-family: "Comforta_light";
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #dfdfdf;
}

.footer__ending p {
	display: inline-block;
	padding-left: 20px;
	background-image: url(../img/logo.jpg);
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer__ending span {
	display: inline-block;
}

/* --- footer END --- */














/* --- _mediaFooter START --- */
@media (max-width: 1000px) {
	.footer__logo {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 840px) {
	.footer__wrapper {
		/* justify-content: center; */
	}

	.footer__services>div {
		justify-content: flex-start;
		flex-direction: column;
	}

	.footer__services>div ul:not(:first-child) {
		margin-left: 0;
	}

	.footer__contacts {
		margin-left: 0px;
	}
}

@media (max-width: 700px) {
	.footer__logo {
		margin-top: 25px;
		width: 60px;
		height: 60px;
	}

	.footer h2 {
		margin: 20px 0;
	}

	.footer__wrapper {
		flex-direction: column;
		align-items: center;
	}

	.footer__services {
		justify-content: center;
		align-items: center;
		margin-bottom: 8px;
	}

	.footer__services li {
		text-align: center;
	}

	/* .footer__services {
		display: none;
	} */

	/* .footer__contacts .footer__title:before {
		margin: 50px 0 0 30px;
	} */

	.footer__ending {
		margin: 25px 0 0;
	}
}

@media (max-width: 568px) {

	/* .footer__services .footer__title:before {
		margin: 45px 0 0 3px;
	} */

	/* .footer__contacts .footer__title:before {
		margin: 38px 0 0 18px;
	} */
}

/* --- _mediaFooter END --- */












/* --- order START --- */
.order__form__close {
	position: absolute;
	top: 25px;
	right: 20px;
	padding: 5px;
	width: 30px;
	height: 30px;
	background-image: url(../img/icons/close-cross.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

.order__form__close:hover {
	cursor: pointer;
}

.order__form-fixed {
	position: fixed !important;
	left: 0;
	right: 0;
	top: calc((100vh - 570px) /2);
	margin: 0 auto !important;
	z-index: 21;
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.5) !important;
}

.order__number {
	position: absolute;
}

.order__comment {
	margin: 10px 0;
	background-color: #efefef;
	border: none;
	border-bottom: 1px solid #dddddd;
	resize: vertical;
	min-height: 100px;
	resize: horizontal;
	min-width: 50%;
	max-width: 100%;
}

.order__comment::placeholder {
	font-size: 18px;
	color: #bbbbbb;
	/* font-weight: bold; */
	letter-spacing: 0.04em;
}

#order.head_page .order__form {
	margin: 40px 0;
}

#order.head_page .order__number-tick,
#order.head_page .order__number-cross {
	margin-top: 0;
	bottom: 145px;
}



@media (max-width: 568px) {

	#order.head_page .order__number-tick,
	#order.head_page .order__number-cross {
		bottom: 90px;
	}
}



.order__form {
	display: flex;
	flex-direction: column;
	max-width: 570px;
	background-color: #efefef;
	margin: 80px 0;
	padding: 0 60px 30px;
	border-radius: 10px;
	box-shadow: 8px 8px 25px rgba(255, 255, 255, 0.5);
	position: relative;
	transition: all 0.4s ease;
}

.order__form-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, var(--green-default-color) 100%);
	margin: 0 -60px;
	padding: 20px 35px;
	border-radius: 10px 10px 0 0;
}

.order__form-caption p {
	font-weight: 700;
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.45);
	/* letter-spacing: 0.04em; */
}

.order__inputs-container {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 20px 0 0;
}

.order__inputs-container input,
.order__inputs-container textarea {
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.04em;
}

.order__inputs-container input {
	width: 100%;
	background-color: transparent;
	padding: 10px 0;
	height: 45px;
	border: none;
	border-bottom: 1px solid #dddddd;
}

.order__inputs-container input::placeholder {
	color: #bbbbbb;
}

.order__inputs-container input:not(:last-child) {
	margin-bottom: 10px;
}

.order__inputs-container .input-valid {
	border-bottom: 1px solid var(--green-default-color);
}

.order__form__result {
	margin-top: 16px;
	margin-bottom:  12px;
	font-weight: 700;
	color: var(--green-default-color);
}

.order__form__result span {}

.order__form__result span.text {
	font-size: 20px;
}

.order__form__result span.value {
	font-size: 24px;
	color: var(--green-light-color);
}

.order__form__result span.currency {
	font-size: 15px;
}



.order__button-send {
	-webkit-appearance: none;
	/* выключить стили для ios */
	width: 250px;
	height: 50px;
	margin: 30px auto;
	padding: 12px 25px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, var(--green-default-color) 0, var(--green-low-color) 100%);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
}

.order__button-send:hover {
	background-color: var(--green-light-color);
	color: #ffffff;
	cursor: pointer;
}

.order__privacy-policy {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.order__privacy-policy-checkbox {
	position: absolute;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #808080;
}

.order__privacy-policy-checkbox:hover {
	box-shadow: 0 0 20px #a9b3a8;
	cursor: pointer;
}

.order__privacy-policy-checkbox-invalid {
	border: 1px solid var(--red-default);
}

.order__privacy-policy-checkbox-tick {
	background-image: url(../img/icons/tick.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.order__privacy-policy-text {
	line-height: 20px;
	margin-left: 50px;
}

.order__privacy-policy-text a {
	color: #1e4e98;
	text-decoration: underline;
}



.order__wrapper {
	display: flex;
	justify-content: center;
}

.order__caption {
	font-weight: 900;
	color: #111111;
	margin: 0 0 30px 0;
}

.order__pop-up {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 20px 5px 30px #a9b3a8;
	border-radius: 10px;
	background-image: url(../img/icons/rectangle.svg);
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 970px;
	height: 424px;
	transition: all 0.8s ease-out;
	z-index: 10;
}

.order__pop-up-image {
	margin: 0 0 20px 0;
	width: 170px;
	height: 130px;
	background-image: url(../img/pop_up_message.png);
	background-position: center;
	background-repeat: no-repeat;
	filter: drop-shadow(4px 8px 15px #DCE4F1);
}

.order__pop-up-caption {
	color: #111111;
	/* font-family: "Lobster"; */
	font-size: 42px;
	text-align: center;
	line-height: 50px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.order__pop-up-text {
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
	line-height: 28px;
}


.order__number-tick,
.order__number-cross {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 120px;
	right: 0;
}

.order__number-tick {
	background-image: url(../img/icons/tick.svg);
	background-position: center;
	background-size: contain;
}

.order__number-cross {
	background-image: url(../img/icons/button_cross.svg);
	background-position: center;
	background-size: contain;
}






/* --- order END --- */

/* --- select START --- */
.order__select_container {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1.5fr 2.5fr;
}

#form-head-1__type-of-action {
	background-image: url(../img/icons/caret-down.svg);
	background-position: center right 8px;
	background-size: 12px 24px;
	background-repeat: no-repeat;
	background-color: #efefef;
	padding-right: 20px;
	cursor: pointer;
	font-weight: 700;
}

#form-head-1__type-of-action.form-head-1__input--active {
	background-image: url(../img/icons/caret-down--active.svg);
	background-position: center right 8px;
	background-size: 12px 24px;
	background-repeat: no-repeat;
	background-color: #efefef;
}

.form-head-1__input__type-of-action {
	position: relative;

}

.form-head-1__input__type-of-action label {
	top: 12px;
	position: absolute;
	font-size: 18px;
	color: #bbbbbb;
	letter-spacing: 0.04em;
}


.form-head-1__type-of-action__item {
	display: flex;
	align-items: center;
	min-height: 32px;
	padding: 8px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

#number_goods {
	padding-left: 8px;
	border-left: 1px solid #dddddd;
	font-weight: 700;
	width: unset;
}

.form-head-1__type-of-action__item:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .05);
}

.form-head-1__type-of-action__item span {
	font-size: 16px;
	line-height: 1.15;
}

/* .form-head-1__type-of-action__item-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: transparent;
} */

.form-head-1__type-of-action__container-for-items {
	position: absolute;
	z-index: 3;
	top: 38px;
	width: 85%;
	background: #FFFFFF;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
	border-radius: 8px;
	overflow: hidden;
}


/* --- select END --- */


/* --- navigation START --- */



/* --- navigation END --- */


/* --- _mediaOrder START --- */
@media (max-width: 1200px) {}

@media (max-width: 991px) {

	.order__form-caption p {
		font-size: 32px;
	}

	.order__form__close {
		top: 22px;
	}

	.order__pop-up {
		background: #FFFFFF;
		margin: auto 20px;
	}

}

@media (max-width: 768px),
(min-height:500px) {
	.order__privacy-policy {
		margin: 0 -40px;
	}
}

@media (max-width: 768px) {
	.order__form__close {
		right: 15px;
	}

	.order__form {
		width: calc(100% - 20px);
	}

	.order__privacy-policy-text {
		margin-left: 40px;
	}


	.order__inputs-container input {
		border-bottom: 1px solid #bdbdbd;
	}


}

@media (max-width: 568px) {
	.form-head-1__type-of-action__item span {
		font-size: 14px;
	}

	.order__form-caption p {
		font-size: 24px;
	}

	.order__inputs-container input {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.order__inputs-container textarea {
		font-size: 14px;
	}

	.order__comment,
	.order__comment::placeholder {
		font-size: 14px;
	}

	.order__button-send {
		width: 200px;
		font-size: 14px;
	}

	.order__form__close {
		top: 17px;
	}

	.order__pop-up {
		margin: auto 10px;
		height: 360px;
	}

	.order__pop-up-caption {
		font-size: 32px;
		line-height: 38px;
	}

	.order__pop-up-text {
		margin-top: 10px;
		font-size: 18px;
		line-height: 26px;
	}

	.order__privacy-policy-text {
		font-size: 12px;
		line-height: 1.2;
	}

	.order__form {
		margin: 40px 0;
		padding: 0 30px 30px;
	}

	.order__form-caption {
		margin: 0 -30px;
	}

	.order__comment {
		min-height: 50px;
	}

	.order__privacy-policy {
		margin: 0;
	}

	.order__privacy-policy-text {
		margin-left: 30px;
	}

	.form-head-1__input__type-of-action label {
		top: 16px;

		font-size: 14px;

	}

}

@media (max-width: 500px),
(max-height: 540px) {


	.order__comment {
		margin: 5px 0;
	}

	.order__form__close {
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
	}


}

@media (max-width: 500px) {

	.order__button-send {
		width: 150px;
		height: 40px;
		margin: 15px auto;
		padding: 10px 15px;
	}
}

@media (max-width: 400px) {

	.order__select_container {
		grid-template-columns: 2.2fr 1.8fr;
	}

	#number_goods {
		width: 100%;
	}

	.order__pop-up {
		height: 300px;
	}

	.order__form-caption {
		margin: 0 -10px;
		padding: 20px 10px;
	}

	.order__form {
		width: calc(100% - 10px);
		padding: 0 10px 30px;
	}



	.order__pop-up-caption {
		font-size: 22px;
		line-height: 28px;

	}

	.order__pop-up-text {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
	}
}

/* --- _mediaOrder END --- */


/* --- about_us START --- */

.about_us,
.how_save {
	margin: 30px auto;
}

.container_bg {
	padding: 20px;
	margin: 20px 10px 0;
	transition: all 0.4s ease;
	border-radius: 10px;

	background-color: rgba(255, 255, 255, .8);
}

.attention__title,
.about_us__title,
.sending__title,
.how_save__title {
	text-transform: uppercase;
	line-height: 1.25;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--green-default-color);
}

.sending__text li:before {
	font-size: small;
	content: "✦ ";
	/* Добавляем в качестве маркера символ */
}

.sending__text li:not(:last-child) {
	margin-bottom: 8px;
}

.attention__text,
.about_us__text,
.sending__text,
.how_save__text {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.15;
}

.attention__text p,
.about_us__text p,
.sending__text p,
.how_save__text p {
	margin-bottom: 8px;
}

.attention__text strong,
.about_us__text strong,
.sending__text strong,
.how_save__text strong {
	font-weight: 700;
	text-transform: uppercase
}


@media (max-width: 768px) {

	.attention__title,
	.about_us__title,
	.sending__title,
	.how_save__title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.attention__text,
	.about_us__text,
	.sending__text,
	.how_save__text {
		font-size: 16px;
	}
}

@media (max-width: 700px) {

	.about_us,
	.how_save {
		margin: 20px auto;
	}

	.container_bg {
		margin: 30px 10px 0;
	}
}

@media (max-width: 480px) {
	.container_bg {
		padding: 20px 10px 8px;
		margin: 30px 5px 0;
	}



	.attention__text,
	.about_us__text,
	.sending__text,
	.how_save__text {
		font-size: 14px;
	}
}

/* --- about_us END --- */