@font-face {
	font-family: "Druk Cyr";
	src: url("../fonts/DrukCyr-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Druk Cyr";
	src: url("../fonts/DrukCyr-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Stolzl";
	src: url("../fonts/Stolzl-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Stolzl";
	src: url("../fonts/Stolzl-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Stolzl";
	src: url("../fonts/Stolzl-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Stolzl";
	src: url("../fonts/Stolzl-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Stolzl";
	font-weight: 300;
	color: #000;
}

a,
button,
input,
li,
ol,
ul {
	border: none;
	color: inherit;
	background-color: transparent;
	list-style-type: none;
	text-decoration: none;
	outline: none;
}

button {
	cursor: pointer;
}

img,
video {
	width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
	max-width: 87.5vw;
	padding: 0 0.6944444444vw;
}
.black-friday {
	padding: 30px 0;
	background: #000;
	color: #FFF;
}
.black-friday .step-row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.black-friday .step-row .col-auto {
	flex: 0 0 auto;
	width: auto;
}
.black-friday .step-row .col-txt {
	margin-right: 40px;
}
.black-friday .step-txt {
	font-weight: 400;
	font-size: 28px;
}
@media(max-width: 767px) {
	.black-friday {
		padding: 15px 0;
	}
	.black-friday .step-txt {
		font-size: 18px;
	}
	.black-friday .step-row .col-txt {
		margin-right: 25px;
	}
}
.main-screen {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.main-screen__inner {
	padding: 4.3055555556vw 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.main-screen__text-box {
	width: 100%;
	max-width: 39.9%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-screen__logo {
	margin-bottom: 8.8888888889vw;
}

.main-screen__info-text {
	margin-bottom: 0.8333333333vw;
	font-size: 1.25vw;
	line-height: 1.2;
	color: #636363;
}

.main-screen__info-text:nth-child(4) {
	align-self: flex-end;
	margin-bottom: 9.375vw;
}

.main-screen__text {
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 1.25vw;
	line-height: 1.67;
	color: #5e5e5e;
	text-align: center;
	margin-bottom: 1.3888888889vw;
	max-width: 62.42%;
}

.main-screen__icons {
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.main-screen__icon {
	margin-right: 1.1111111111vw;
}

.main-screen__icon:last-child {
	margin-right: 0;
}

.main-screen__video-text {
	margin-bottom: 1.3888888889vw;
}

.main-screen__video-box {
	width: 100%;
	max-width: 45.16%;
}

.logo {
	max-width: 5.625vw;
}

.video-text {
	width: 100%;
	height: 9.7222222222vw;
	position: relative;
}

.video-text:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 100%;
	left: 50%;
	top: 57%;
	transform: translate(-50%, -50%);
	background: url("../img/line--main.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 10;
}

.video-text__inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.video-text__video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-text__text {
	width: 101%;
	height: 101%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	font-family: "Druk Cyr";
	font-weight: 700;
	font-size: 9.7222222222vw;
	line-height: 9.7222222222vw;
	letter-spacing: 0.08em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	mix-blend-mode: screen;
}

.content__inner {
	padding: 7.1527777778vw 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content__heading-box {
	width: 100%;
	max-width: 39.9%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content__heading {
	max-width: 19.7222222222vw;
	margin-bottom: 3.1944444444vw;
	position: relative;
	z-index: 2;
}

.content__heading:after {
	content: "";
	position: absolute;
	right: -1.3888888889vw;
	bottom: -2.2916666667vw;
	width: 7.9166666667vw;
	height: 10.4166666667vw;
	background: url("../img/leaf--content.png") no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 3;
}

.content__heading:before {
	content: "";
	position: absolute;
	width: 110%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/line--content.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: -1;
}

.content__list-box {
	width: 100%;
	max-width: 45.16%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 2.5vw;
}

.content__list-item {
	position: relative;
	padding-left: 3.9583333333vw;
	font-size: 1.25vw;
	line-height: 1.67;
	margin-bottom: 2.5694444444vw;
}

.content__list-item:last-child {
	margin-bottom: 0;
}

.content__list-item p:first-child {
	padding-top: 0;
}

.content__list-item p {
	padding-top: 0.76vw;
}

.content__list-item:before {
	content: "ЭТАП";
	position: absolute;
	top: 0.416vw;
	left: 0;
	font-weight: 400;
	font-size: 0.83vw;
	line-height: 0.97vw;
	text-transform: uppercase;
	color: #bcbcbc;
}

.content__list-item::after {
	content: "01";
	font-family: "Druk Cyr";
	font-style: normal;
	font-weight: 500;
	font-size: 2.77vw;
	line-height: 3.54vw;
	letter-spacing: 0.16em;
	position: absolute;
	top: 0.9vw;
	left: 0;
	color: #000;
}

.content__list-item:nth-child(2)::after {
	content: "02";
}

.content__list-item:nth-child(3)::after {
	content: "03";
}

.content__list-item:nth-child(4)::after {
	content: "04";
}

.heading {
	font-family: "Druk Cyr";
	font-weight: 400;
	font-size: 4.8611111111vw;
	line-height: 1.269;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
}

.button {
	font-weight: 500;
	font-size: 1.0416666667vw;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	background: #295941;
	border-radius: 0.1388888889vw;
	border: 0.0694444444vw solid transparent;
	transition: background 350ms ease-in-out, color 350ms ease-in-out, border 350ms ease-in-out;
	padding: 1.6666666667vw 2.2222222222vw;
	white-space: nowrap;
}
.button.s-md {
	font-size: 18px;
	padding: 15px 30px;
}
@media(max-width: 767px) {
	.button.s-md {
		font-size: 14px;
		padding: 10px 11px;
		width: auto;
		position: relative;
		transform: none;
		left: auto;
		bottom: auto;
	}
}

.button:hover {
	background: #fff;
	border: 0.0694444444vw solid #295941;
	color: #295941;
}

.diary__inner {
	padding: 7.1527777778vw 0 6.9444444444vw 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.diary__img-box {
	width: 120%;
	max-width: 39.9%;
	position: relative;
}

.diary__img-box:after {
	content: "";
	position: absolute;
	width: 83.03%;
	height: 93.91%;
	top: 1.4583333333vw;
	left: 2.5694444444vw;
	background: rgba(0, 0, 0, 0.3);
	filter: blur(2.8472222222vw);
	z-index: -1;
}

.diary__img {
	position: relative;
	left: 0;
	width: 100%;
}

.diary__text-box {
	width: 100%;
	max-width: 45.16%;
}

.diary__heading {
	position: relative;
	display: inline-block;
	margin-bottom: 3.3333333333vw;
}

.diary__heading:after {
	content: "";
	position: absolute;
	bottom: -1.3194444444vw;
	right: -6.5277777778vw;
	width: 10.4861111111vw;
	height: 11.9444444444vw;
	background: url("../img/leaf--diary.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.diary__text {
	max-width: 62.5%;
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.go__inner {
	padding: 6.9444444444vw 0 13.8888888889vw 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.go__top {
	margin-bottom: 0.8333333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.go__top-text {
	font-size: 1.25vw;
	line-height: 1.2222;
	color: #636363;
	margin-right: 5vw;
}

.go__top-text:last-child {
	margin-right: 0;
}

.go__heading {
	font-family: "Druk Cyr";
	font-weight: 700;
	font-size: 9.7222222222vw;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: url("../img/go-bg.png") no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 4.7916666667vw;
	position: relative;
	text-align: center;
}

.go__heading:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2.7083333333vw;
	transform: translateX(-50%);
	height: 0.0694444444vw;
	width: 8.9583333333vw;
	background: #e8e8e8;
}

.go__text {
	font-size: 0.9722222222vw;
	line-height: 1.2;
	color: #636363;
	text-align: center;
	margin-bottom: 0.7638888889vw;
}

.go__subheading {
	text-align: center;
	font-family: "Druk Cyr";
	font-weight: 400;
	font-size: 3.4722222222vw;
	line-height: 1.26;
	letter-spacing: 0.08em;
	margin-bottom: 2.8472222222vw;
	text-transform: uppercase;
}

.modal-form {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 100vh;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 300ms ease-in-out;
	opacity: 0;
	z-index: 1000;
	visibility: hidden;
}

.modal-form::-webkit-scrollbar {
	display: none;
}

.modal-form--open {
	visibility: visible;
	opacity: 1;
}

.modal-form--close {
	opacity: 0;
}

.modal-form__bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #0005;
}

.modal-form__content-box {
	width: 100%;
	max-width: 51.8055555556vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 3.8888888889vw 1.3888888889vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 95vh;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modal-form__content-box::-webkit-scrollbar {
	display: none;
}

.modal-form__close-button {
	position: fixed;
	top: 1.3888888889vw;
	right: 1.3888888889vw;
	width: 2.4305555556vw;
	height: 2.4305555556vw;
	cursor: pointer;
	z-index: 10001;
}

.modal-form__close-button-inner {
	position: relative;
	width: 2.4305555556vw;
	height: 2.4305555556vw;
}

.modal-form__close-button-item {
	width: 100%;
	height: 0.1388888889vw;
	background: #c0c0c0;
	position: absolute;
	top: 50%;
	left: 50%;
}

.modal-form__close-button-item:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-form__close-button-item:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-form__heading {
	font-family: "Druk Cyr";
	position: relative;
	font-size: 3.6111111111vw;
	line-height: 1.2692;
	margin-bottom: 0.6944444444vw;
	max-width: 44.0277777778vw;
}

.modal-form__heading:before {
	content: "";
	position: absolute;
	top: 1.7361111111vw;
	left: 50%;
	transform: translate(-50%, 0);
	width: 36.7361111111vw;
	height: 7.5vw;
	background: url("../img/form-heading-decor.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: -1;
}

.modal-form__subheading {
	font-family: "Druk Cyr";
	font-size: 2.2222222222vw;
	line-height: 1.2692;
	letter-spacing: 0.05em;
	max-width: 44.0277777778vw;
	margin-bottom: 2.2222222222vw;
}

.modal-form__text {
	font-size: 1.1111111111vw;
	line-height: 1.6875;
	color: #5e5e5e;
	margin-bottom: 1.25vw;
}

.modal-form__decor {
	max-width: 7.9166666667vw;
	margin-bottom: 2.8472222222vw;
}

.modal-form__form {
	width: 100%;
	max-width: 23.0555555556vw;
}

.music-button {
	position: fixed;
	top: 2.7777777778vw;
	right: 2.7777777778vw;
	z-index: 50;
}

.music-button--active .music-button__item:first-child {
	animation: audioButtonItem 0.3s alternate infinite;
}

.music-button--active .music-button__item:nth-child(2) {
	animation: audioButtonItem 0.4s alternate infinite;
}

.music-button--active .music-button__item:nth-child(3) {
	animation: audioButtonItem 0.38s alternate infinite;
}

.music-button--active .music-button__item:nth-child(4) {
	animation: audioButtonItem 0.34s alternate infinite;
}

.music-button--active .music-button__item:nth-child(5) {
	animation: audioButtonItem 0.44s alternate infinite;
}

.music-button--active .music-button__item:nth-child(6) {
	animation: audioButtonItem 0.48s alternate infinite;
}

.music-button__content {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 1.0416666667vw;
}

.music-button__item {
	width: 0.1388888889vw;
	height: 0.4166666667vw;
	background: #313131;
	margin-right: 0.0694444444vw;
}

.music-button__item:nth-child(2) {
	height: 0.5555555556vw;
}

.music-button__item:nth-child(4) {
	height: 0.4861111111vw;
}

.music-button__item:nth-child(5) {
	height: 0.9027777778vw;
}

.music-button__item:last-child {
	margin-right: 0;
}

.form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form__label-box {
	width: 100%;
	border: 0.0694444444vw solid #c0c0c0;
	border-radius: 0.1388888889vw;
	margin-bottom: 1.7361111111vw;
	padding: 1.25vw;
	position: relative;
	display: flex;
	align-items: center;
}

.form__label-name {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0.9722222222vw, -50%);
	background: #fff;
	padding: 0 0.2777777778vw;
	font-size: 0.8333333333vw;
	line-height: 1.5;
	color: #c9c9c9;
	letter-spacing: 0.05em;
}

.form__input {
	width: 100%;
	color: #5d5d5d;
	letter-spacing: 0.05em;
	font-size: 1.0416666667vw;
	line-height: 1.2;
}

.form__input:-ms-input-placeholder {
	color: #c9c9c9;
}

.form__input::placeholder {
	color: #c9c9c9;
}

.form__custom-select {
	margin-right: 0.5555555556vw;
}

.form__button {
	margin-top: 1.0416666667vw;
}

.custom-select {
	display: flex;
	align-items: center;
}

.custom-select__select {
	margin-right: 1.1111111111vw;
	position: relative;
}

.custom-select__head {
	display: inline-block;
	padding-right: 0.6944444444vw;
	position: relative;
	cursor: pointer;
}

.custom-select__head:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 0.4166666667vw;
	height: 0.2777777778vw;
	background: url("../img/lang/arrow.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	transition: transform 250ms ease;
}

.custom-select__head--active:after {
	transform: translate(0, -50%) rotate(180deg);
}

.custom-select__item {
	cursor: pointer;
}

.custom-select__img {
	display: inline-block;
	width: 1.5277777778vw;
	height: 1.1111111111vw;
	filter: drop-shadow(0vw 0vw 0.1388888889vw rgba(0, 0, 0, 0.15));
	border-radius: 0.1388888889vw;
}

.custom-select__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	bottom: 150%;
	left: -0.6944444444vw;
	background: #fff;
	padding: 0.6944444444vw;
	border-radius: 0.1388888889vw;
	border: 0.0694444444vw solid #c0c0c0;
	height: 10.4166666667vw;
	max-height: 10.4166666667vw;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transition: transform 250ms ease;
	transform-origin: center bottom;
	transform: scale(0);
}

.custom-select__body::-webkit-scrollbar {
	display: none;
}

.custom-select__body .custom-select__item {
	margin-bottom: 0.3472222222vw;
	position: relative;
	padding-right: 3.4722222222vw;
}

.custom-select__body .custom-select__item:after {
	content: attr(data-shortcode);
	position: absolute;
	top: 40%;
	right: 0;
	transform: translate(0, -50%);
	width: 3.125vw;
	font-size: 0.8333333333vw;
}

.custom-select__body .custom-select__item:last-child {
	margin-bottom: 0;
}

.custom-select__body--active {
	transform: scale(1);
}

.custom-select__shortcode {
	max-width: 2.8472222222vw;
	letter-spacing: 0.05em;
	color: #5d5d5d;
	font-size: 1.0416666667vw;
	line-height: 1.2;
}

@keyframes audioButtonItem {
	0% {
		height: 0.4166666667vw;
	}

	to {
		height: 0.9722222222vw;
	}
}

@media (max-width: 1440px) {
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		-webkit-tap-highlight-color: transparent;
	}

	body {
		font-family: "Stolzl";
		font-weight: 300;
		color: #000;
	}

	a,
	button,
	input,
	li,
	ol,
	ul {
		border: none;
		color: inherit;
		background-color: transparent;
		list-style-type: none;
		text-decoration: none;
	}

	button {
		cursor: pointer;
	}

	img,
	video {
		width: 100%;
		height: auto;
	}

	.container {
		margin: 0 auto;
		max-width: 1260px;
		padding: 0 10px;
	}

	.main-screen {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 100vh;
	}

	.main-screen__inner {
		padding: 62px 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.main-screen__text-box {
		width: 100%;
		max-width: 39.9%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.main-screen__logo {
		margin-bottom: 128px;
	}

	.main-screen__info-text {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 1.2;
		color: #636363;
	}

	.main-screen__info-text:nth-child(4) {
		align-self: flex-end;
		margin-bottom: 135px;
	}

	.main-screen__text {
		-ms-grid-row-align: center;
		align-self: center;
		font-size: 18px;
		line-height: 1.67;
		color: #5e5e5e;
		text-align: center;
		margin-bottom: 20px;
		max-width: 62.42%;
	}

	.main-screen__icons {
		display: flex;
		align-items: center;
		justify-content: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.main-screen__icon {
		margin-right: 16px;
	}

	.main-screen__icon:last-child {
		margin-right: 0;
	}

	.main-screen__video-text {
		margin-bottom: 20px;
	}

	.main-screen__video-box {
		width: 100%;
		max-width: 45.16%;
	}

	.logo {
		max-width: 81px;
	}

	.video-text {
		width: 100%;
		height: 140px;
		position: relative;
	}

	.video-text:after {
		content: "";
		position: absolute;
		width: 110%;
		height: 100%;
		left: 50%;
		top: 57%;
		transform: translate(-50%, -50%);
		background: url("../img/line--main.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		z-index: 10;
	}

	.video-text__video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.video-text__text {
		width: 101%;
		height: 101%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		font-family: "Druk Cyr";
		font-weight: 700;
		font-size: 140px;
		line-height: 140px;
		letter-spacing: 0.08em;
		color: #000;
		text-transform: uppercase;
		text-align: center;
		mix-blend-mode: screen;
	}

	.content__inner {
		padding: 103px 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.content__heading-box {
		width: 100%;
		max-width: 39.9%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.content__heading {
		max-width: 284px;
		margin-bottom: 46px;
		position: relative;
		z-index: 2;
	}

	.content__heading:after {
		content: "";
		position: absolute;
		right: -20px;
		bottom: -33px;
		width: 114px;
		height: 150px;
		background: url("../img/leaf--content.png") no-repeat;
		background-position: center center;
		background-size: contain;
		z-index: 3;
	}

	.content__heading:before {
		content: "";
		position: absolute;
		width: 110%;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: url("../img/line--content.svg") no-repeat;
		background-position: center center;
		background-size: contain;
		z-index: -1;
	}

	.content__list-box {
		width: 100%;
		max-width: 45.16%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 36px;
	}

	.content__list-item {
		position: relative;
		padding-left: 57px;
		font-size: 16px;
		line-height: 1.67;
		margin-bottom: 37px;
	}

	.content__list-item p {
		padding-top: 11px;
	}

	.content__list-item:last-child {
		margin-bottom: 0;
	}

	.content__list-item:before {
		top: 6px;
		font-size: 12px;
		line-height: 14px;
	}

	.content__list-item::after {
		font-size: 40px;
		line-height: 51px;
		top: 13px;
	}

	.heading {
		font-family: "Druk Cyr";
		font-weight: 400;
		font-size: 70px;
		line-height: 1.269;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		text-align: center;
	}

	.button {
		font-weight: 500;
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #fff;
		background: #295941;
		border-radius: 2px;
		border: 1px solid transparent;
		transition: background 350ms ease-in-out, color 350ms ease-in-out, border 350ms ease-in-out;
		padding: 24px 32px;
		white-space: nowrap;
	}

	.button:hover {
		background: #fff;
		border: 1px solid #295941;
		color: #295941;
	}

	.diary__inner {
		padding: 103px 0 100px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.diary__img-box {
		width: 100%;
		max-width: 39.9%;
		position: relative;
	}

	.diary__img-box:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		filter: blur(41px);
		z-index: -1;
	}

	.diary__img {
		position: relative;
		left: 0px;
		width: 100%;
	}

	.diary__text-box {
		width: 100%;
		max-width: 45.16%;
	}

	.diary__heading {
		position: relative;
		display: inline-block;
		margin-bottom: 48px;
	}

	.diary__heading:after {
		content: "";
		position: absolute;
		bottom: -19px;
		right: -94px;
		width: 151px;
		height: 172px;
		background: url("../img/leaf--diary.png") no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.diary__text {
		max-width: 62.5%;
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}

	.go__inner {
		padding: 100px 0 200px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.go__top {
		margin-bottom: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.go__top-text {
		font-size: 18px;
		line-height: 1.2222;
		color: #636363;
		margin-right: 72px;
	}

	.go__top-text:last-child {
		margin-right: 0;
	}

	.go__heading {
		font-family: "Druk Cyr";
		font-weight: 700;
		font-size: 140px;
		line-height: 1;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		background: url("../img/go-bg.png") no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		margin-bottom: 69px;
		position: relative;
		text-align: center;
	}

	.go__heading:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -39px;
		transform: translateX(-50%);
		height: 1px;
		width: 129px;
		background: #e8e8e8;
	}

	.go__text {
		font-size: 14px;
		line-height: 1.2;
		color: #636363;
		text-align: center;
		margin-bottom: 11px;
	}

	.go__subheading {
		text-align: center;
		font-family: "Druk Cyr";
		font-weight: 400;
		font-size: 50px;
		line-height: 1.26;
		letter-spacing: 0.08em;
		margin-bottom: 41px;
	}

	.modal-form__content-box {
		max-width: 746px;
		padding: 56px 20px;
	}

	.modal-form__close-button {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 16px;
		height: 16px;
		cursor: pointer;
		z-index: 10001;
	}

	.modal-form__close-button-inner {
		position: relative;
		width: 16px;
		height: 16px;
	}

	.modal-form__close-button-item {
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.modal-form__close-button-item:first-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.modal-form__close-button-item:nth-child(2) {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.modal-form__heading {
		font-size: 52px;
		margin-bottom: 10px;
		max-width: 634px;
	}

	.modal-form__heading:before {
		top: 25px;
		width: 529px;
		height: 108px;
	}

	.modal-form__subheading {
		font-size: 32px;
		max-width: 634px;
		margin-bottom: 32px;
	}

	.modal-form__text {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.modal-form__decor {
		max-width: 114px;
		margin-bottom: 41px;
	}

	.modal-form__form {
		max-width: 332px;
	}

	.form__label-box {
		border: 1px solid #c0c0c0;
		border-radius: 2px;
		margin-bottom: 25px;
		padding: 18px;
	}

	.form__label-name {
		transform: translate(14px, -50%);
		padding: 0 4px;
		font-size: 12px;
	}

	.form__input {
		font-size: 15px;
	}

	.form__custom-select {
		margin-right: 8px;
	}

	.form__button {
		margin-top: 15px;
	}

	.custom-select__select {
		margin-right: 16px;
	}

	.custom-select__head {
		padding-right: 10px;
	}

	.custom-select__head:after {
		width: 6px;
		height: 4px;
	}

	.custom-select__body {
		height: 150px;
		max-height: 150px;
	}

	.custom-select__body .custom-select__item {
		padding-right: 50px;
	}

	.custom-select__body .custom-select__item:after {
		width: 45px;
		font-size: 12px;
	}

	.custom-select__img {
		width: 22px;
		height: 16px;
		filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
		border-radius: 2px;
	}

	.custom-select__body {
		left: -10px;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c0c0c0;
	}

	.custom-select__body .custom-select__item {
		margin-bottom: 5px;
	}

	.custom-select__shortcode {
		max-width: 41px;
		font-size: 15px;
	}

	@keyframes audioButtonItem {
		0% {
			height: 6px;
		}

		to {
			height: 14px;
		}
	}
}

@media (max-width: 1365px) {
	.main-screen__inner {
		justify-content: center;
	}

	.main-screen__text-box {
		margin-right: 40px;
	}
}

@media (max-width: 1219px) {
	.container {
		padding: 0 20px;
	}

	.main-screen {
		min-height: auto;
	}

	.main-screen__inner {
		justify-content: space-between;
	}

	.main-screen__text-box {
		max-width: 49.9%;
		margin-right: 0;
	}

	.video-text__text {
		width: 103%;
		height: 111%;
	}
}

@media (max-width: 1023px) {
	.main-screen__inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding: 18px 0 200px 0;
		position: relative;
	}

	.main-screen__text-box {
		max-width: 100%;
	}

	.main-screen__logo {
		-ms-grid-row-align: center;
		align-self: center;
		margin-bottom: 30px;
	}

	.main-screen__info-text:nth-child(4) {
		margin-bottom: 50px;
	}

	.main-screen__text {
		width: 100%;
		position: absolute;
		bottom: 46px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main-screen__icons {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.main-screen__video-box {
		max-width: 100%;
	}

	.diary__text {
		max-width: 82.5%;
	}

	.diary__inner {
		padding: 50px 0 50px;
	}

	.content__inner {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.main-screen__logo {
		margin-bottom: 19px;
	}

	.main-screen__info-text {
		font-size: 16px;
		margin-bottom: 0;
		transform: translateY(11px);
		z-index: 10;
	}

	.main-screen__info-text:nth-child(4) {
		transform: translateY(-18px);
		margin-bottom: 31px;
	}

	.main-screen__text {
		max-width: 100%;
	}

	.main-screen__video-text {
		margin-bottom: 0;
	}

	.logo {
		max-width: 58px;
	}

	.video-text:after {
		top: 49%;
		width: 106%;
	}

	.video-text__text {
		font-size: 95px;
	}

	.content {
		margin-bottom: 98px;
	}

	.content__inner {
		padding: 80px 0 36px 0;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		position: relative;
	}

	.content__heading-box {
		max-width: 100%;
	}

	.content__heading {
		max-width: 162px;
		margin-bottom: 42px;
	}

	.content__heading:after {
		right: -28px;
		bottom: -20px;
		width: 80px;
		height: 95px;
	}

	.content__button {
		position: absolute;
		left: 50%;
		bottom: -63px;
		transform: translateX(-50%);
	}

	.content__list-box {
		max-width: 100%;
		margin-top: 0;
	}

	.content__list-item {
		margin-bottom: 24px;
		max-width: 100%;
	}

	.content__list-item:before {
		width: 23px;
	}

	.diary {
		overflow: hidden;
	}

	.diary__inner {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 36px 9px;
	}

	.diary__img-box {
		max-width: 100%;
		margin-bottom: 63px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.diary__img-box:after {
		width: 91.64%;
		left: auto;
		right: auto;
		filter: blur(17px);
	}

	.diary__img {
		width: 100%;
		left: 0;
	}

	.diary__text-box {
		max-width: 100%;
	}

	.diary__heading {
		margin-bottom: 24px;
	}

	.diary__heading:after {
		bottom: -14px;
		right: -54px;
		width: 80px;
		height: 100px;
	}

	.diary__text {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.8671;
	}

	.heading {
		font-size: 40px;
	}

	.button {
		padding: 20px 32px;
	}

	.go__inner {
		padding: 36px 0 72px 0;
	}

	.go__top {
		margin-bottom: 9px;
	}

	.go__heading {
		font-size: 95px;
		margin-bottom: 54px;
	}

	.go__heading:after {
		bottom: -28px;
	}

	.go__text {
		margin-bottom: 6px;
	}

	.go__subheading {
		font-size: 48px;
		margin-bottom: 36px;
	}

	.modal-form__content-box {
		padding: 24px 20px 8px 20px;
		max-height: 100%;
		top: 0;
		bottom: 0;
		transform: translate(-50%, 0);
		overflow-y: hidden;
	}

	.modal-form__heading {
		font-size: 32px;
		margin-bottom: 2px;
	}

	.modal-form__heading:before {
		top: 5px;
		width: 299px;
		height: 62px;
	}

	.modal-form__subheading {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.modal-form__decor {
		max-width: 68px;
		margin-bottom: 15px;
	}

	.modal-form__text {
		font-size: 14px;
		margin-bottom: 16px;
		text-align: center;
		max-width: 240px;
	}

	.form__label-box {
		margin-bottom: 22px;
	}

	.form__button {
		margin-top: 7px;
	}
}

@media (max-width: 500px) {
	.diary__img-box:after {
		width: 100%;
		left: auto;
		right: auto;
		filter: blur(17px);
	}

	.diary__img {
		width: 120%;
		left: 0;
	}
}

#dailiness_form {
	overflow: visible !important;
}

/*-------------------------*/
.author {
	padding-bottom: 7.98vw;
	overflow: hidden;
}

.author__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.author__about {
	display: flex;
	flex: 0 1 48.19vw;
	align-items: center;
}

.author__about-text {
	max-width: 15.06vw;
	margin-right: 3.47vw;
	line-height: 1.75;
	color: #505050;
}

.text-400-16 {
	font-weight: 400;
	font-size: 1.1111111111vw;
}

.content__list-item .text-400-16 {
	font-weight: 300;
}

.author__photo {
	width: 29.58vw;
	height: 35.55vw;
	display: flex;
	align-items: center;
}

.author__photo img {
	width: 447px;
	height: 519px;
}

.author__text-block {
	flex: 0 1 32.222vw;
	padding-left: 4.09vw;
}

.author__sub-title {
	margin-top: 2.29vw;
	margin-bottom: 0.55vw;
}

.author__heading {
	margin-right: 4.02vw;
	text-align: left;
	width: fit-content;
	margin-bottom: 2.91vw;
}

.author__heading span {
	position: relative;
}

.author__heading span.name::before {
	content: "";
	position: absolute;
	bottom: -1.31vw;
	right: -6.52vw;
	width: 10.48vw;
	height: 11.94vw;
	background: url("../img/author/listok.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.author__text {
	font-family: "Stolzl";
	font-style: normal;
	font-weight: 300;
	font-size: 1.11vw;
	padding-bottom: 1.458vw;
	line-height: 1.94vw;
	position: relative;
}

.author__text::before {
	content: "";
	width: 2.22vw;
	height: 0.37vw;
	background-image: url("../img/author/before/line.svg");
	background-size: cover;
	position: absolute;
	top: 0.847vw;
	left: -3.958vw;
}

.author__text:last-child {
	padding-bottom: 0;
}

.author__partners-wrapper {
	flex: 0 1 43.263vw;
}

.author__partners {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.472vw;
}

.author__instagram {
	margin-top: 4.097vw;
	flex: 0 1 32.222vw;
	display: flex;
	padding-left: 4.097vw;
	align-items: center;
}

.author__instagram img {
	width: 9.16vw;
	height: 1.66vw;
}

.partner__logo:nth-child(1) {
	width: 2.831vw;
}

.partner__logo:nth-child(2) {
	width: 4.545vw;
}

.partner__logo:nth-child(3) {
	width: 4.696vw;
}

.partner__logo:nth-child(4) {
	width: 6.761vw;
}

.partner__logo:nth-child(5) {
	width: 5.8125vw;
}

.partner__logo:nth-child(6) {
	width: 2.638vw;
}

@media (max-width: 1440px) {
	.author__text::before {
		width: 32px;
		height: 5.34px;
		top: 12.2px;
		left: -57px;
	}

	.author {
		padding-bottom: calc(0px + 115 * ((100vw - 425px) / 1440));
	}

	.author__about {
		flex: 0 1 auto;
	}

	.author__about-text {
		max-width: 217px;
		margin-right: 50px;
	}

	.author__about-text p {
		font-size: 16px;
		font-weight: 300;
	}

	.author__photo {
		width: 426px;
		height: 512px;
	}

	.author__text-block {
		flex: 0 1 32.222vw;
		padding-left: calc(32px + 58 * ((100vw - 425px) / 1440));
	}

	.author__sub-title {
		margin-top: 33px;
		margin-bottom: 8px;
	}

	.author__heading {
		margin-right: 58px;
		margin-bottom: 42px;
	}

	.author__heading span.name::before {
		bottom: -19px;
		right: -94px;
		width: 151px;
		height: 172px;
	}

	.author__text {
		font-size: 16px;
		padding-bottom: 21px;
		line-height: 28px;
	}

	.author__partners {
		flex: 1 1 622px;
		padding-right: calc(0px + 201 * ((100vw - 425px) / 1440));
		margin-top: 50px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.partner__logo {
		margin: 0 23px;
	}

	.partner__logo:nth-child(1) {
		width: 40.78px;
		margin-left: 0;
	}

	.partner__logo:nth-child(2) {
		width: 65.45px;
	}

	.partner__logo:nth-child(3) {
		width: 67.63px;
	}

	.partner__logo:nth-child(4) {
		width: 97.36px;
	}

	.partner__logo:nth-child(5) {
		width: 83.7px;
	}

	.partner__logo:nth-child(6) {
		width: 38px;
		margin-right: 0;
	}

	.author__instagram {
		margin-top: 59px;
		flex: 0 1 32.222vw;
		padding-left: 59px;
	}

	.author__instagram img {
		width: 132px;
		height: 24px;
	}
}

@media (min-width: 1170px) {
	.author__text-block {
		flex: 0 1 37.222vw;
	}
}

@media (max-width: 1090px) {
	.author__partners-wrapper {
		overflow-y: auto;
		box-sizing: content-box;
		flex: 1 1 auto;
		margin-right: -20px;
	}

	.author__inner {
		justify-content: center;
	}

	.author__partners {
		width: 622px;
		margin-left: 32px;
	}

	.author {
		position: relative;
	}

	.author__about {
		align-items: start;
	}

	.author__sub-title {
		position: absolute;
		top: 0;
		left: 24px;
	}

	.author__about-text {
		margin-top: 34px;
		margin-right: 0px;
	}

	.author__about-text .text-400-16 {
		width: 100%;
		width: calc(335px + 1000 * ((100vw - 375px) / 1024));
		padding-right: calc(100 * ((100vw - 375px) / 1024));
		padding-left: calc(100 * ((100vw - 375px) / 1024));
		padding-bottom: 25px;
		font-weight: 300;
	}

	.author__heading {
		position: absolute;
		top: 45px;
		left: 24px;
	}

	.author__heading br {
		display: none;
	}

	.author__about {
		padding-top: 122px;
		flex-direction: column-reverse;
		flex: 0 1 100%;
	}

	.author__photo {
		width: 335px;
		height: auto;
		margin: 0px auto;
	}

	.author__photo img {
		width: 100%;
		height: auto;
	}

	.author__heading span.name::before {
		display: none;
	}

	.author__heading span.surname::before {
		content: "";
		position: absolute;
		bottom: 10px;
		right: -54px;
		width: 87px;
		height: 97px;
		background: url("../img/author/listok.png") no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.author__text-block {
		flex: 0 1 100%;
	}
}

@media (max-width: 768px) {
	.text-400-16 {
		font-size: 14px;
	}

	.author__heading span.surname::before {
		bottom: 0;
	}

	.author__instagram {
		padding-left: 21px;
	}

	.author {
		padding-bottom: calc(0px + 115 * ((100vw - 425px) / 1440));
	}

	.author__text::before {
		width: 22.59px;
		height: 5.34px;
		top: 12.2px;
		left: -32.3px;
	}
}

@media (max-width: 374px) {
	.author__photo {
		width: 300px;
		height: auto;
	}

	.author__heading span.surname::before {
		width: 123px;
		height: 123px;
	}
}

.works__inner {
	display: flex;
	margin-top: 100px;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.works__heading {
	text-align: left;
	padding: 0 4px 0;
	position: relative;
	display: inline-block;
	flex: 0 1 auto;
	margin-bottom: 88px;
}

.works__heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(113%, -6%);
	width: 4.5138vw;
	height: 7.152vw;
	background: url("../img/works/pngwing\ 5.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.works .work-swiper-button-next::after,
.work-swiper-button-prev::after {
	content: "";
	display: none;
}

.works .swiper-button-disabled svg path {
	stroke: #c3d1ca;
}

.swiper-button-disabled {
	opacity: 0.6;
}

.work .work-swiper-button-prev,
.work-swiper-button-next {
	position: absolute;
	top: 0;
}

.work-swiper-button-prev {
	left: 0;
}

.work-swiper-button-next {
	right: 0;
}

.works__slider {
	flex: 0 1 100%;
}

.works .swiper__controllers {
	position: absolute;
	top: 34px;
	right: 116px;
}

.works .swiper__controllers-container {
	position: relative;
	height: 24px;
	width: 104px;
}

.work-swiper-button-next,
.work-swiper-button-prev {
	width: 1.736vw;
	height: 1.25vw;
}

@media (max-width: 1440px) {
	.works__heading::before {
		content: "";
		width: calc(41px + 65 * ((100vw - 425px) / 1440));
		height: calc(65px + 103 * ((100vw - 425px) / 1440));
	}

	.work-swiper-button-next,
	.work-swiper-button-prev {
		width: 25px;
		height: 18px;
	}
}

@media (max-width: 768px) {
	.works-swiper__controllers {
		display: none;
	}

	.works__inner {
		margin-top: calc(75px + 100 * ((100vw - 425px) / 1440));
	}

	.works__heading {
		margin-bottom: 40px;
	}
}

.reviews {
	font-weight: 400;
	margin-top: 14.93vw;
}

.reviews__heading span {
	position: relative;
	padding-right: 65px;
}

.reviews__heading span::after {
	content: "";
	position: absolute;
	bottom: -1.66vw;
	width: 10.48vw;
	height: 11.94vw;
	background: url("../img/reviews/slider/heading.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.reviewsSwiper {
	position: relative;
}

.reviews-slide {
	display: flex;
	margin-top: 4.097vw;
	height: 47.91vw;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.reviews-slide-prev {
	text-align: center;
	flex: 0 1 auto;
}

.reviews-slide-prev img,
.reviews-slide-next img {
	border-radius: 50%;
	width: 5.486vw;
}

.review-author {
	margin: 0.41vw 0;
}

.revievs-slide__reviev {
	box-sizing: content-box;
	padding: 0 9.16vw;
	flex: 0 1 24.44vw;
	background-image: url("../img/reviews/Ellipse.png");
	background-position: center;
	background-size: 536px 604px;
	background-repeat: no-repeat;
}

.reviews-slide-next {
	text-align: center;
	flex: 0 1 auto;
}

.reviewsSwiper-button-prev {
	font-family: "Stolzl";
	font-style: normal;
	font-weight: 400;
	font-size: 1.11vw;
	line-height: 175%;
	text-align: center;
	color: #295941;
	width: 13.402vw;
	top: 75.98%;
	white-space: nowrap;
	left: 8.26vw;
}

.reviewsSwiper-button-prev img,
.reviewsSwiper-button-next img {
	width: 0.972vw;
	margin: 0 0.83vw;
}

.swiper-button-prev::after {
	display: none;
}

.reviewsSwiper-button-next {
	font-family: "Stolzl";
	font-style: normal;
	font-weight: 400;
	font-size: 1.11vw;
	line-height: 175%;
	white-space: nowrap;
	top: 75.98%;
	right: 11.04vw;
	right: calc(10px + 159 * ((100vw - 425px) / 1440));
	text-align: center;
	width: 13.4vw;

	color: #295941;
}

.swiper-button-next::after {
	display: none;
}

.review-author {
	font-size: 1.11vw;
	line-height: 1.31vw;
	text-align: center;
	color: #505050;
}

.review__date {
	font-size: 0.972vw;
	line-height: 1.18vw;
	text-align: center;
	color: rgba(80, 80, 80, 0.5);
}

@media (max-width: 1440px) {
	.review-author {
		font-size: 16px;
		line-height: 19px;
	}

	.review__date {
		font-size: 14px;
		line-height: 17px;
	}

	.reviews {
		margin-top: 215px;
	}

	.reviews-slide {
		margin-top: 59px;
		height: 687px;
	}

	.reviews-slide-prev img,
	.reviews-slide-next img {
		width: 79px;
	}

	.review-author {
		margin: 6px 0;
	}

	.revievs-slide__reviev {
		padding: 0 132px;
		flex: 0 1 352px;
	}

	.reviewsSwiper-button-prev {
		font-size: 16px;
		line-height: 28px;
		width: 193px;
		top: 75.98%;
		left: 119px;
		left: calc(10px + 119 * ((100vw - 425px) / 1440));
	}

	.reviewsSwiper-button-prev img,
	.reviewsSwiper-button-next img {
		width: 14px;
		margin: 0 12px;
	}

	.reviewsSwiper-button-next {
		font-size: 16px;
		line-height: 175%;
		top: 75.98%;
		right: calc(10px + 159 * ((100vw - 425px) / 1440));
		width: 193px;
	}
}

@media (max-width: 1024px) {
	.reviewsSwiper-button-prev {
		left: 10px;
	}

	.reviewsSwiper-button-next {
		right: 10px;
	}
}

.reviews-slide-this {
	display: none;
}

@media (max-width: 940px) {
	.reviewsSwiper-button-prev {
		display: none;
	}

	.reviews-slide-prev {
		display: none;
	}

	.reviews-slide {
		height: fit-content;
		flex-wrap: wrap;
	}

	.reviews-slide-next {
		display: none;
	}

	.reviews-slide-this img {
		width: 72px;
		height: auto;
	}

	.reviews-slide-this {
		padding-bottom: 62px;
		display: block;
		text-align: center;
	}

	.revievs-slide__reviev {
		flex-basis: 100%;
		text-align: center;
		background-size: 363px 403px;
		background-position: center 25px;
	}

	.revievs-slide__reviev img {
		width: 269px;
		height: 526px;
		margin-bottom: 32px;
	}

	.reviewsSwiper-button-next {
		left: 50%;
		top: 100%;
		transform: translate(-50%, -25px);
	}

	.reviewsSwiper__controllers-container,
	.reviewsSwiper__controllers {
		position: relative;
	}

	.button {
		min-width: 334px;
		min-height: 58px;
		padding: 19px 32px;
	}

	.reviews__heading span::after {
		width: 124.72px;
		height: 93.54px;
		right: -19px;
	}

	.reviewsSwiper {
		height: 853px;
	}

	.reviews {
		margin-top: 44px;
	}
}

.content-text {
	text-align: center;
	font-size: 1.111vw;
	font-weight: 400;
	line-height: 188%;
	padding: 2.291vw 8.88vw 0;
	padding-bottom: 0.34vw;
}

.content__list {
	width: 100%;
	padding: 0 5.48vw 6.66vw;
}

.content__list-li p {
	font-size: 1.111vw;
	flex: 1 1 auto;
}

.content__list-li {
	font-weight: 300;
	display: flex;
	padding-top: 1.52vw;
	align-items: center;
}

.content__list-li img {
	width: fit-content;
	height: fit-content;
}

.content__list-li div {
	font-size: 1.66vw;
	flex: 0 1 100px;
	display: flex;
	text-align: left;
	height: 1.66vw;
	color: #5e5e5e;
	align-items: center;
}

.content__list-li div span {
	flex: 1 1 auto;
	text-align: right;
	padding-right: 11px;
}

@media (max-width: 1440px) {
	.content-text {
		font-size: 16px;
	}

	.content__list-li p {
		font-size: 14px;
	}

	.content__list-li {
		padding-top: 19px;
	}

	.content__list-li span {
		font-size: 24px;
	}

	.content__list {
		padding: 0 25px 6.66vw;
	}
}

@media (max-width: 1024px) {
	.content__heading-box {
		max-width: fit-content;
		padding-right: 25px;
	}
}

@media (max-width: 910px) {
	button.content__button {
		min-width: 193px;
		height: 58px;
	}

	.content-text {
		padding: 2.291vw 4.44vw 0;
	}
}

@media (max-width: 730px) {
	.content__list {
		position: absolute;
		bottom: 48px;
		padding: 0 21px;
	}

	.content-text {
		position: absolute;
		bottom: 178px;
	}

	.content__inner {
		padding-bottom: 286px;
	}

	.content__list-box {
		display: flex;
		flex-direction: column;
		padding-bottom: 45px;
		border-bottom: 1px solid #d7d7d7;
	}
}

@media (max-width: 500px) {
	.revievs-slide__reviev {
		background-size: 310px 403px;
		background-position: center 25px;
	}

	.music-button__item {
		width: 1.138889vw;
		height: 1.416667vw;
	}
	.music-button__item:nth-child(2) {
		height: 2.555556vw;
	}
	.music-button__item:nth-child(4) {
		height: 0.4861111111vw;
	}
}

*.lazyload-animated {
	animation: fadeIn 250ms ease-in-out;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.wrapper__telegram__link{
    text-align: center;
    margin-bottom: 10vh;
}

.link__telegram{
    font-size: 18px;
    text-decoration: underline;
}