/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@keyframes up-down {
	from {
		transform: translateY(0px);
	}

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

	to {
		transform: translateY(0px);
	}
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	margin: 0;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;

}

.mainpage-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	padding-bottom: 10px;
	/* background-color: rgba(0, 0, 0, 0.15); */
	/* -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5); */
	/* -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5); */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5); */
}

a {
	color: inherit;
	text-decoration: none;
}

.wrapper, .entry-content, .entry-header {
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
}

.entry-header {
	margin-top: 130px;
}

.grecaptcha-badge {
	display: none !important;
}

.site-header .wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
}

.site-header .wrapper .header__logo {
	font-size: 0;
}

.site-header .wrapper .header__logo>a {
	display: block;
}

.main-menu__body {
	margin: 0 auto;
	list-style: none;
	padding: 14px 32px;
	display: flex;
	justify-content: center;
	width: fit-content;
	background-color: rgba(0, 0, 0, 0.70);
	gap: 50px;
	border-radius: 50px;
	color: #FFF;
}

.scroll-link {
	cursor: pointer;
}

.phone__link {
	display: flex;
	line-height: 1;
	color: #FFF;
	padding: 13px 26px;
	background-color: rgba(102, 124, 62, 0.75);
	border-radius: 50px;
}

#burger-btn {
	display: none;
}

.mainpage-top-section {
	min-height: 800px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(./img/top_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

h1 span,
h2 span,
h3 span {
	color: #667C3E;
}

h2 span.white {
	color: #FFF;
	position: relative;
}

h2 span.white::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -4px;
	width: 100vw;
	z-index: -1;
	height: 100%;
	background-color: #667C3E;
}

.page-title {
	color: #FFF;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.mainpage-top-section .page-title {
	margin-bottom: 0;
}

.page-subtitle {
	color: #FFF;
	text-align: center;
	font-family: Roboto Condensed;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 23px;
}

.slide-down {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
}

#slide-down__button {
	background-color: transparent;
	transition: all .3s;
	animation: up-down 2s ease-in-out infinite;
}

.orange-btn {
	color: #FFF;
	background-color: transparent;
	width: 220px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	position: relative;
	transition: all .3s;
}

.orange-btn::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	right: 3px;
	bottom: 3px;
	width: 100%;
	height: 100%;
	background-color: #D2692C;
	transition: all .3s;
	border-radius: 4px;
}

.orange-btn.send::after {
	background-color: rgb(88, 218, 88);
}

.orange-btn span {
	position: relative;
	z-index: 2;
	right: 3px;
	transition: all .3s;
	bottom: 3px;
	pointer-events: none;
}

.mainpage-top-section .orange-btn {
	margin: 0 auto;
}

.orange-btn.white-border {
	border: 1px solid #FFF;
	border-radius: 4px;
}

.orange-btn.grey-border {
	border: 1px solid #333;
	border-radius: 4px;
}

.orange-btn:hover::after,
.orange-btn:hover span {
	right: 0;
	bottom: 0;
}

.general-purpose {
	padding: 200px 0;
	overflow: hidden;
}

h2.section-title {
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

h2.white {
	color: #FFF;
}

h2.white span {
	color: #FFF;
}

.general-purpose__info {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 55px;
}

.general-purpose__ring {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px dashed rgba(210, 105, 44, 0.35);
	border-radius: 50%;
	z-index: -1;
}

.general-purpose__ring.small {
	transform: scale(1.2);
}

.general-purpose__ring.medium {
	transform: scale(1.8);
}

.general-purpose__ring.large {
	transform: scale(2.5);
}

.general-purpose__img {
	position: relative;
}

.general-purpose__img img {
	width: auto;
	max-width: 100%;
}

.video-reviews {
	position: relative;
	padding: 80px 0;
	z-index: 1;
	background-image: url(./img/section_bg.jpg);
	background-size: contain;
}

.video-reviews__item {
	position: relative;

}

.video-reviews__item img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.video-reviews__item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-image: url(./img/play_icon.svg);
	background-repeat: no-repeat;
	pointer-events: none;
	background-position: center center;
}

#popup__video-body {
	display: block;
	max-height: 100%;
}

.slick-list {
	cursor: grab;
	padding: 50px 0;
}

.slick-track {
	display: flex;
}

.slick-slide {
	padding: 0 5px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 13%;
}
[dir='rtl'] .slick-prev
{
    right: 13%;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 13%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 13%;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

ul.slick-dots {
	margin: 0;
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 10px;
	flex-wrap: wrap;
}

ul.slick-dots>li>button {
	font-size: 0;
	width: 24px;
	height: 24px;
	background-color: #d9d9d9;
	border-radius: 50%;
	transition: all .3s;
}

ul.slick-dots>li.slick-active>button {
	background-color: #D2692C;
}

.video-reviews__slider {
	overflow: hidden;
	padding-top: 50px;
}

.video-reviews__slider .slick-slide {
	transition: all .4s;
	transform: scale(.9);
	position: relative;
	z-index: 0;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-reviews__slider .slick-slide.slick-active {
	z-index: 1;
	transform: scale(1);
}

.video-reviews__slider .slick-slide.slick-center {
	transform: scale(1.1);
	z-index: 2;
	cursor: pointer;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(26, 29, 28, 0.82);
	z-index: -1;
}

.audio-reviews {
	padding: 150px 0;
	background-image: url(./img/waves_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.audio-reviews__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.audio-reviews__container audio {
	width: 100%;
}

.schemas {
	padding: 50px 0 150px;
}

.schemas__conteiner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.schemas__item {
	border-radius: 5px;
	background: #FFF;
	padding: 40px 25px 30px 50px;
	-webkit-box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.07);
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto 1fr auto;
	grid-template-areas: "title img"
		"text img"
		"button button";
	align-content: start;
	column-gap: 40px;
}

.schemas__item .schema__title {
	grid-area: title;
	margin: 0 0 15px;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.schemas__item .schema__content {
	grid-area: text;
}

.schemas__item .schema__content p {
	margin: 0 0 20px 0;
}

.schemas__item .schema__img {
	grid-area: img;
}

.schemas__item .orange-btn {
	grid-area: button;
}

.main-characteristics {
	padding: 50px 0 75px;
	position: relative;
	z-index: 1;
	background-image: url(./img/section_bg.jpg);
}

.main-characteristics__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 70px;
}

.main-characteristics__item {
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.25);
	position: relative;
}

.main-characteristics__item::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30%;
	background-color: #0D0D0D;
	z-index: -1;
}

.main-characteristics__number {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 20px;
	padding-bottom: 5px;
	max-width: 80px;
	border-bottom: 1px solid #D2692C;
}

.main-characteristics__description {
	line-height: 120%;
	margin: 0;
}

.download-doc {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #FFF;
	font-size: 24px;
	gap: 15px;
	padding: 25px 90px;
	border: 1px solid #D2692C;
	border-radius: 5px;
	position: relative;
}

.download-doc::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-out;
	background-color: #d2692c59;
	width: 0;
	height: 100%;
	z-index: -1;
}

.download-doc:hover::after {
	width: 100%;
}

.static-callme {
	padding: 60px 20px 10px;
}

.static-callme .wrapper {
	padding: 40px 100px 50px;
	border: 1px solid #EBEBEB;
	position: relative;
	background-image: url(./img/static-form_bg.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: calc(100% - 40px) center;
}

.static-callme .wrapper span.callme-angle {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	border: 10px solid #667C3E;
}

.static-callme .wrapper span.callme-angle.top-left {
	top: -5px;
	left: -5px;
	border-bottom: none;
	border-right: none;
}

.static-callme .wrapper span.callme-angle.top-right {
	top: -5px;
	right: -5px;
	border-bottom: none;
	border-left: none;
}

.static-callme .wrapper span.callme-angle.bottom-left {
	bottom: -5px;
	left: -5px;
	border-top: none;
	border-right: none;
}

.static-callme .wrapper span.callme-angle.bottom-right {
	bottom: -5px;
	right: -5px;
	border-top: none;
	border-left: none;
}

h2.form-title {
	text-align: center;
	color: #D2692C;
	font-size: 54px;
	font-weight: 700;
	line-height: 100%;
	margin: 0;
}

.form-subtitle {
	margin: 0 0 50px;
	text-align: center;
}

.form__main-line {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	column-gap: 20px;
	align-items: center;
}

.form__main-line input {
	padding: 15px 10px;
	font-size: 12px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #929292;
}

.form__checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}

.form__checkbox label {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	opacity: 0.45;
}

.call-us {
	margin: 55px 0 0;
	text-align: center;
	font-size: 24px;
	line-height: 1;
}

.call-us a {
	color: #D2692C;
	white-space: nowrap;
}

.page-content {
	padding: 50px 0;
}

.site__footer {
	background-color: rgba(26, 29, 28, 0.90);
	padding: 40px 0;
}

.site__footer .wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
}

.footer__main-menu__body {
	color: #FFF;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.footer__logo a {
	display: block;
	font-size: 0;
}

.footer__phone-link {
	border-radius: 8px;
}

#video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#video-popup.show {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

#video-container {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	height: 100%;
	width: 100%;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.50);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	transition: all .3s;
	transform: scale(0);
}

#video-popup.show #video-container {
	transform: scale(1);
}

#close-video-popup {
	background-color: transparent;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}

#close-video-popup>span {
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}

#close-video-popup>span:first-child {
	transform: rotate(45deg);
}

#close-video-popup>span:last-child {
	transform: rotate(-45deg);
}

#callme-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#callme-popup.show {
	opacity: 1;
	visibility: visible;
	z-index: 200;
}

#callme-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: -1;
}

.callme__popup-wrapper {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
	transition: all .4s;
	transform: scale(0);
}

#callme-popup.show .callme__popup-wrapper {
	transform: scale(1);
}

#popup__callme-close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background-color: transparent;
}

#popup__callme-close span {
	position: absolute;
	display: block;
	left: 0;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
}

#popup__callme-close span:first-child {
	transform: rotate(45deg);
}

#popup__callme-close span:last-child {
	transform: rotate(-45deg);
}

.callme__popup-title {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

#popup__callme-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#popup__callme-form input[type="text"] {
	padding: 10px;
	outline: none;
	border: 1px solid #929292;
	border-radius: 3px;
}

#popup__callme-form .orange-btn {
	margin: 0 auto;
}

#popup__callme-agree-wrapper {
	line-height: 1;
}

#popup__callme-agree-wrapper a {
	display: inline-block;
	padding: 0 0 3px;
	border-bottom: 1px dashed #000;
}

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

	.main-menu__body,
	.footer__main-menu__body {
		gap: 20px;
	}

	.general-purpose {
		padding: 100px 0;
	}

	.audio-reviews__container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.schemas__item {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
		grid-template-areas:
			"title"
			"text"
			"button";
		position: relative;
		background-color: rgba(255, 255, 255, .8);
	}

	.schemas__item .schema__img {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.schemas__item .schema__img img {
		max-width: 100%;
	}

	.site-header .wrapper .header__logo,
	.footer__logo {
		max-width: 74px;
	}

	.site-header .wrapper .header__logo>a,
	.site-header .wrapper .header__logo>a>img,
	.footer__logo img {
		max-width: 100%;
	}

	.audio-reviews {
		padding: 80px 0;
	}
}

@media screen and (max-width: 980px) {
	.site-header .wrapper {
		justify-content: space-between;
		grid-template-columns: auto 1fr auto auto;
	}

	.site-header .wrapper .main-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: calc(100% - 80px);
		height: 100vh;
		transition: all .4s;
		transform: translateX(-100%);
	}

	.site-header .wrapper .main-menu.show {
		transform: translateX(0%);
	}

	.footer__main-menu__body {
		display: none;
	}

	.main-menu__body {
		flex-direction: column;
		height: 100vh;
		border-radius: 0;
		justify-content: flex-start;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.90);
	}

	.general-purpose {
		padding: 40px 0;
	}

	.schemas {
		padding: 50px 0;
	}

	.form__checkbox {
		padding: 0 0 0 5px;
	}

	#burger-btn {
		display: block;
		width: 20px;
		height: 20px;
		border: none;
		background-color: transparent;
		position: relative;
		margin: 0 0 0 40px;
		transition: all .4s;
	}

	#burger-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		display: block;
		background-color: #667C3E;
		border-radius: 2px;
		transition: all .4s;
	}

	#burger-btn span:first-child {
		top: 0;
	}

	#burger-btn span:last-child {
		bottom: 0;
	}

	#burger-btn span:nth-child(2),
	#burger-btn span:nth-child(3) {
		top: calc(50% - 2px);
	}

	#burger-btn.opened {
		transform: scale(1.1);
	}

	#burger-btn.opened span:first-child,
	#burger-btn.opened span:last-child {
		opacity: 0;
		visibility: hidden;
	}

	#burger-btn.opened span:nth-child(2) {
		transform: rotate(45deg);
	}

	#burger-btn.opened span:nth-child(3) {
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}

	.audio-reviews__container {
		grid-template-columns: repeat(1, 1fr);
	}

	.audio-reviews {
		padding: 30px 0;
	}

	.static-callme .wrapper {
		padding: 20px 5px 50px;
	}

	.main-characteristics__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.general-purpose__info {
		grid-template-columns: 1fr;
		position: relative;
	}

	.general-purpose__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: .2;
	}

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

	.page-subtitle {
		font-size: 20px;
		margin-top: 5px;
	}

	.video-reviews {
		padding: 40px 0;
	}

	h2.section-title,
	.schemas__item .schema__title {
		font-size: 24px;
	}

	.schemas__item {
		padding: 20px 20px 30px;
	}

	.form__main-line {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.form__main-line .callme-btn {
		justify-self: center;
	}

	.static-callme .wrapper {
		background-size: 300px;
		background-position: center center;
	}

	.form-subtitle {
		margin: 0 0 25px;
		padding: 0 2px;
		line-height: 1.2;
	}

	.call-us {
		margin: 25px 0 0;
	}

	.page-content {
		padding: 30px 0;
	}

	@media screen and (max-width: 500px) {
		.main-characteristics__grid {
			grid-template-columns: repeat(1, 1fr);
		}

		.download-doc {
			padding: 20px;
		}

		.phone__link {
			padding: 8px 16px;
		}
		.callme__popup-wrapper {
			padding: 15px;
		}
	}
}

/* для СУМ */

/* убрать после конкурса */

main {
	padding-top: 80px;
}

/* убрать после конкурса */

.sno-header {
	background-color: #f3f3f3;
}

.header__logo_mayak {
	margin-right: 40px;
}

.header__logo_mayak img {
	max-width: 80px;
}

.footer__company {
	padding-right: 40px;
	color: #fff;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}

@media screen and (max-width: 500px) {
	.sno-header .header__main {
		display: none;
	}

	.sno-header .wrapper {
		display: flex;
		justify-content: space-between;
	}

	.header__logo_mayak {
		margin-right: 15px;
	}

	.header__logo_mayak img {
		max-width: 50px;
	}

	.footer__company {
		flex-direction: column;
	}

	.footer__company p {
		margin: auto;
	}
}

/* Gallery */

.gallery {
	display: grid;
	gap: 20px;
}

.gallery img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
}

.gallery .gallery-icon  {
	height: 100%;
}

.gallery figure {
	height: auto;
	margin: 0;
}

.gallery-columns-1 {
	grid-template-columns: repeat(1, 1fr);
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

/* touch-me-not */

:root {
	--olive: #667c3e;
}

.touch-me-not {
	padding: 0;
}

.touch-me-not section {
	margin: 0 0 100px;
}

.touch-me-not section:not(.static-callme, .caption, .system, .implementation) h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	/* text-transform: uppercase; */
	background: var(--olive);
	position: relative;
	width: fit-content;
	padding: 5px 20px 5px 0;
	margin: 0 0 40px;
	z-index: 9;
}

.touch-me-not section:not(.static-callme, .caption, .system, .implementation) h2::before {
	content: '';
	display: block;
	position: absolute;
	background: var(--olive);
	width: 100vw;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.touch-me-not section h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin: 0;
}

.touch-me-not table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.touch-me-not table td {
	display: flex;
	position: relative;
	width: 100%;
}

.specification-table table td {
	align-items: flex-end;
}

.touch-me-not table td:first-child::after {
	content: '';
	display: block;
	border-bottom: 1px dashed #333;
	width: 100%;
	margin-bottom: 7px;
}

.touch-me-not table td:last-child::before {
	content: '';
	display: block;
	border-bottom: 1px dashed #333;
	width: 100%;
	margin-bottom: 7px;
} 

.touch-me-not table td:last-child {
	justify-content: flex-end;
	text-align: right;
}

.touch-me-not table tr {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}

.touch-me-not table tr:nth-child(odd) {
	background: rgba(102, 124, 62, 0.08);
}

/* Section: Banner */

.touch-me-not .banner {
	display: flex;
	align-items: center;
	justify-content: center;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 100vh;
	min-height: 800px;
}

.touch-me-not .banner * {
	color: #fff;
	text-align: center;
}

.touch-me-not .banner .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.touch-me-not .banner h1 {
	display: flex;
	flex-direction: column;
	font-size: 40px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
}

.touch-me-not .banner h1 span {
	font-size: 120px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.touch-me-not .banner p {
	font-size: 26px;
	font-weight: 400;
	margin: 10px 0 40px;
}

.touch-me-not .banner .caption {
	margin-top: 135px;
}

.touch-me-not .banner .caption,
.touch-me-not .banner .caption * {
	font-size: 26px;
	font-weight: 300;
}

.touch-me-not .banner .caption p {
	margin: 0;
}

/* Section: Content */

.touch-me-not .content .bottom-content {
	display: flex;
	gap: 20px;
}

.touch-me-not .content .bottom-content img {
	object-fit: contain;
	max-width: 520px;
}

/* Section: Video reviews */

.touch-me-not .video-reviews {
	margin: 0;
}

/* Section: Audio reviews */

.touch-me-not .audio-reviews {
	padding: 150px 0;
	margin: 0;
}

/* Section: Specials */

.touch-me-not .specials {
	background-image: url(./img/section_bg.jpg);
	position: relative;
	padding: 50px 0 75px;
	z-index: 1;
}

.touch-me-not .specials-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	color: #FFF;
	list-style: none;
	margin: 0;
	margin-bottom: 70px;
	padding: 0;
}

.touch-me-not .specials-wrapper > div {
	background-color: rgba(0, 0, 0, 0.25);
	position: relative;
	padding: 25px;
}

.touch-me-not .specials-wrapper > div::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #0D0D0D;
	width: 30%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.touch-me-not .specials-wrapper > div > span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	border-bottom: 1px solid #D2692C;
	margin: 0 0 20px;
	padding-bottom: 5px;
	max-width: 80px;
}

.touch-me-not .specials-wrapper > div > span > div {
	line-height: 120%;
	margin: 0;
}

.touch-me-not .specials-file {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 24px;
	color: #FFF;
	position: relative;
	border: 1px solid #D2692C;
	border-radius: 5px;
	line-height: 1;
	width: fit-content;
	margin: 0 auto;
	padding: 25px 90px;
}

.touch-me-not .specials-file::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #d2692c59;
	transition: all .5s ease-out;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.touch-me-not .specials-file:hover::after {
	width: 100%;
}

.touch-me-not .specials-file a {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* Section: Specification */

.touch-me-not .specification-table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	overflow: auto;
}

.touch-me-not .specification-table-wrapper h3 {
	margin-bottom: 25px;
}

.touch-me-not .characteristics {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	padding: 25px 15px;
}

.touch-me-not .characteristics h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.touch-me-not .characteristics .characteristics-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.touch-me-not .characteristics .characteristics-wrapper > div {
	display: flex;
	justify-content: space-between;
}

.touch-me-not .characteristics .characteristics-wrapper > div p {
	white-space: nowrap;
	margin: 0;
}

.touch-me-not .characteristics .characteristics-wrapper > div span {
	display: block;
	border-bottom: 1px dashed #333;
	width: 100%;
	margin-bottom: 7px;
}

/* Section: Actuality */

.touch-me-not .actuality {
	margin: 0;
}

.touch-me-not .actuality-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.touch-me-not .actuality-wrapper > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 25px;
}

.touch-me-not .actuality-wrapper > div img {
	width: 100px;
	height: 100px;
}

.touch-me-not .actuality-wrapper > div span,
.touch-me-not .actuality-wrapper > div p {
	font-size: 24px;
	text-align: center;
	line-height: 120%;
	margin: 0;
}

/* Section: Proof */

.touch-me-not .proof {
	background-image: url(./img/waves_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0;
	padding: 100px 0;
}

/* Section: Callback */

.touch-me-not .static-callme {
	padding: 0;
} 

.touch-me-not .static-callme .wrapper {
	max-width: 1300px;
}

/* Section: System */

.touch-me-not .system {
	background-image: url(./img/prop-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 45px 0;
}

.touch-me-not .system h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.touch-me-not .system h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 160%;
}

.touch-me-not .system p {
	margin-top: 0;
}

.touch-me-not .system-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 20px;
	position: relative;
	padding-top: 50px;
	margin-top: 50px;
}

.touch-me-not .system-steps::before {
	content: '';
	display: block;
	background: var(--olive);
	position: absolute;
	width: 230px;
	height: 1px;
	top: 0;
	left: auto;
	right: auto;
}

.touch-me-not .system-steps > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	width: 100%;
}

.touch-me-not .system-steps > div:nth-child(2)::after,
.touch-me-not .system-steps > div:nth-child(2)::before {
	content: '';
	display: block;
	border-top: 1px dashed var(--olive);
	position: absolute;
	width: 115px;
	bottom: 28px;
}

.touch-me-not .system-steps > div:nth-child(2)::after {
	left: -30px;
}

.touch-me-not .system-steps > div:nth-child(2)::before {
	right: -30px;
}

.touch-me-not .system-steps > div span {
	font-size: 80px;
	color: var(--olive);
	font-weight: 700;
	line-height: 100%;
}

.touch-me-not .system-steps > div p {
	font-size: 50px;
	color: var(--olive);
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
}

/* Section: Implementation */

.touch-me-not .implementation {
	background-image: url(./img/prop-bg-rev.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 45px 0;
}

.touch-me-not .implementation h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.touch-me-not .implementation .content,
.touch-me-not .implementation .content * {
	text-align: center;
}

.touch-me-not .implementation .content {
	margin-bottom: 40px;
}

.touch-me-not .implementation .content p {
	margin: 0;
}

.touch-me-not .implementation .implementation-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.touch-me-not .implementation .implementation-items > div span {
	display: block;
	font-size: 50px;
	color: #d2692c;
	font-weight: 700;
	line-height: 100%;
	border-bottom: 1px solid #d2692c;
	width: fit-content;
	padding: 0 30px 10px 0;
	margin-bottom: 10px;
}

.touch-me-not .implementation .implementation-items > div div {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}

@media (max-width: 1180px) {

	/* Section: Banner */
	
	.touch-me-not .banner h1 {
		font-size: 30px;
	}
	
	.touch-me-not .banner h1 span {
		font-size: 80px;
	}

	.touch-me-not .banner p,
	.touch-me-not .banner .caption p {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {

	.gallery-columns-4,
	.touch-me-not .specials-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.touch-me-not .characteristics .characteristics-wrapper {
		gap: 10px;
	}

	.touch-me-not .characteristics .characteristics-wrapper > div {
		flex-direction: column;
	}

	.touch-me-not .characteristics .characteristics-wrapper > div:not(:last-child) {
		border-bottom: 1px dashed #333;
		padding-bottom: 10px;
	}

	.touch-me-not .characteristics .characteristics-wrapper > div p {
		white-space: unset;
	}

	.touch-me-not .characteristics .characteristics-wrapper > div span {
		display: none;
	}
	
	/* Section: Content */

	.touch-me-not .content .bottom-content {
		flex-direction: column-reverse;
		align-items: center;
	}

	/* Section: System */

	.touch-me-not .system-steps {
		grid-template-columns: 1fr;
		gap: 80px;
	}

	.touch-me-not .system-steps > div:nth-child(2)::after, 
	.touch-me-not .system-steps > div:nth-child(2)::before {
		height: fit-content;
		rotate: 90deg;
		width: 60px;
	}

	.touch-me-not .system-steps > div:nth-child(2)::before {
		top: -40px;
		right: unset;
	}

	.touch-me-not .system-steps > div:nth-child(2)::after {
		left: unset;
		bottom: -40px;
	}
}

@media (max-width: 768px) {

	/* Section: Implementation */

	.touch-me-not .implementation .implementation-items {
		grid-template-columns: 1fr;
	}

	/* Section: Callback */

	.touch-me-not .static-callme {
		padding: 0 20px;
	}
}

@media (max-width: 600px) {

	.touch-me-not section {
		margin-bottom: 50px;
	}
	
	.touch-me-not section:not(.static-callme, .caption, .system, .implementation) h2 {
		font-size: 24px;	
		line-height: 120%;
	}

	.touch-me-not .system h3 {
		font-size: 20px;
	}

	.gallery-columns-4, 
	.touch-me-not .actuality-wrapper,
	.touch-me-not .specials-wrapper {
		grid-template-columns: 1fr;
	}

	/* Section: Proof */

	.touch-me-not .proof {
		padding: 50px 0;
	}

	/* Section: Content */ 
	
	.touch-me-not .content .bottom-content img {
		width: 100%;
		max-width: unset;
	}

	/* Section: System */

	.touch-me-not .system-steps > div span {
		font-size: 60px;
	}

	.touch-me-not .system-steps > div p {
		font-size: 30px;
	}

	.touch-me-not .system h3 {
		font-size: 20px;
	}
	
	/* Section: Actuality */

	.touch-me-not .actuality-wrapper > div span, 
	.touch-me-not .actuality-wrapper > div p {
		font-size: 16px;
	}

	/* Section: Banner */

	.touch-me-not .banner h1 {
		font-size: 25px;
	}

	.touch-me-not .banner h1 span {
		font-size: 60px;
	}

	.touch-me-not .banner p, 
	.touch-me-not .banner .caption p {
		font-size: 16px;
	}

	/* Section: Specials */

	.touch-me-not .specials-file a {
		font-size: 20px;
	}

	/* Specials: Implementation */

	.touch-me-not .implementation .implementation-items > div div {
		font-size: 16px;
	}
}

@media (max-width: 425px) {
	
	/* Section: Banner */

	.touch-me-not .banner h1 {
		font-size: 20px;
	}

	.touch-me-not .banner h1 span {
		font-size: 40px;
	}

	/* Section: Specials */

	.touch-me-not .specials-file {
		padding: 25px 20px;
	}

	.touch-me-not .specials-file a {
		font-size: 16px;
	}
}