@font-face {
	font-family: 'Attentica 4F';
	font-display: swap;
	src: url('../fonts/Attentica-4F-UltraLight.woff2') format('woff2');
	font-weight: 250;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('../fonts/Montserrat-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

:root {
	--font-family: "Montserrat", sans-serif;
	--second-family: "Attentica 4F", sans-serif;
	--content-width: 1200px;
	--container-offset: 15px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--light-color: #fff;
}

body.overflow-hidden {
	overflow: hidden;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
	opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
	outline: 2px solid #f00;
	outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
	opacity: 0.4;
	pointer-events: none;
}

html {
	box-sizing: border-box;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-family), sans-serif;
	font-weight: 300;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.page {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.page__body {
	margin: 0;
	min-width: 320px;
	min-height: 100%;
	font-size: 16px;
}

img {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

a {
	text-decoration: none;
}

.site-container {
	overflow: hidden;
	background-color: #fffdf7;
}

.is-hidden {
	display: none !important;
	/* stylelint-disable-line declaration-no-important */
}

.btn-reset {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.input-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
	display: none;
}

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

.container {
	margin: 0 auto;
	padding: 0 var(--container-offset);
	max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

.centered {
	text-align: center;
}

.dis-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.page--ios .dis-scroll {
	position: relative;
}

.h2 {
	display: block;
	margin: 0;
	font-family: var(--second-family);
	font-weight: 250;
	font-size: 65px;
	color: #252525;
	position: relative;
	z-index: 3;
}
@media (max-width: 480px) {
	.h2 {
		font-size: 45px;
	}
}
.h2::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100px;
	height: 100px;
	left: 0;
	top: -25px;
	transform: translate(-50%, 0%);
	background-image: url("./../img/circle.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.h2::before {
		width: 70px;
		height: 70px;
		top: -12px;
	}
}
@media (max-width: 576px) {
	.h2::before {
		top: 0;
		width: 50px;
		height: 50px;
	}
}

.desc {
	margin: 0;
	font-weight: 300;
	font-size: 16px;
	color: #000;
}

.list {
	list-style-type: none;
	margin: 0;
	padding-left: 30px;
}
@media (max-width: 576px) {
	.list {
		list-style-image: none;
		list-style-type: none;
		padding-left: 0;
	}
}
.list__item {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	color: #000;
}
.list__item::before {
	content: '';
	position: absolute;
	left: -30px;
	top: -2px;
	width: 20px;
	height: 20px;
	background: url(./../img/star.png) no-repeat center center;
	background-size: contain;
}
@media (max-width: 576px) {
	.list__item::before {
		content: none;
	}
}
.list__item span {
	font-weight: 500;
}
.list__item:not(:last-child) {
	margin-bottom: 20px;
}

[data-aos=custom-fade-up] {
	transform: translateY(40px);
	opacity: 0;
}

[data-aos=custom-fade-up].aos-animate {
	transform: translateY(0);
	opacity: 1;
}

[data-aos=custom-scale] {
	transform: scale(1.3);
	opacity: 0;
}

[data-aos=custom-scale].aos-animate {
	transform: scale(1);
	opacity: 1;
}

[data-aos=custom-opacity] {
	opacity: 0;
}

[data-aos=custom-opacity].aos-animate {
	opacity: 1;
}

.ymaps3x0--main-engine-container {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.header {
	padding: 25px 0;
	position: relative;
	z-index: 100;
}
.header.sticky {
	background-color: rgba(249, 243, 222, 0.5);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
}
@media (max-width: 1024px) {
	.header {
		padding: 20px 0;
	}
}
@media (max-width: 768px) {
	.header {
		padding: 10px 0;
	}
}
.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 576px) {
	.header__nav {
		display: none;
	}
}
.header__burger {
	display: none;
}
@media (max-width: 576px) {
	.header__burger {
		display: block;
		width: 32px;
		height: 32px;
	}
	.header__burger svg {
		width: 100%;
		height: 100%;
	}
}
.header__tel {
	font-family: var(--second-family);
	font-weight: 250;
	font-size: 45px;
	text-align: right;
	color: #505050;
	transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
	.header__tel:hover {
		color: #f39f3d;
	}
}
@media (max-width: 1024px) {
	.header__tel {
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.header__tel {
		font-size: 25px;
	}
}
@media (max-width: 1024px) {
	.header__plug {
		display: none;
	}
}

.nav__list {
	display: flex;
	align-items: center;
	gap: 50px;
}
@media (max-width: 1024px) {
	.nav__list {
		gap: 30px;
	}
}
.nav__link {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	transition: color 0.3s ease-out;
}
@media (max-width: 1024px) {
	.nav__link {
		font-size: 15px;
	}
}
.nav__link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 10%;
	background-color: #f39f3d;
	opacity: 0;
	transition: width 0.3s ease-out, opacity 0.3s ease-out;
}
@media (any-hover: hover) {
	.nav__link:hover {
		color: #f39f3d;
	}
	.nav__link:hover::before {
		opacity: 1;
		width: 100%;
	}
}

.hero {
	padding-top: 35px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}
@media (max-width: 1024px) {
	.hero {
		padding-top: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.hero:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -110px;
	top: -150px;
	width: 280px;
	height: 350px;
	background-image: url("./../img/leafs/01.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 1920px) {
	.hero:before {
		width: 32%;
		height: 50vh;
		top: -150px;
		left: -200px;
	}
}
@media (max-width: 1279px) {
	.hero:before {
		top: -50px;
	}
}
@media (max-width: 768px) {
	.hero:before {
		left: -130px;
		top: 80px;
	}
}
@media (max-width: 480px) {
	.hero:before {
		left: -130px;
		top: 80px;
		height: 230px;
	}
}
.hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 450px;
	height: 450px;
	background-image: url("./../img/leafs/02.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1279px) {
	.hero::after {
		right: -5%;
		top: 40%;
	}
}
@media (max-width: 768px) {
	.hero::after {
		width: 250px;
		height: 250px;
	}
}
@media (max-width: 768px) {
	.hero::after {
		width: 170px;
		height: 170px;
	}
}
@media (min-width: 1920px) {
	.hero::after {
		width: 32%;
		height: 70vh;
		top: 40%;
	}
}
.hero__line {
	position: absolute;
	width: 75%;
	height: auto;
	top: 46%;
	left: -10%;
	transform: rotate(26deg);
}
@media (min-width: 1920px) {
	.hero__line {
		transform: rotate(16deg);
	}
}
@media (max-width: 1279px) {
	.hero__line {
		width: 75%;
		top: 80%;
		left: -2%;
		transform: rotate(0);
	}
}
@media (max-width: 768px) {
	.hero__line {
		width: 110%;
		top: 80%;
		left: -2%;
		transform: rotate(0);
	}
}
@media (max-width: 480px) {
	.hero__line {
		width: 120%;
		top: 75%;
		left: -10%;
		transform: rotate(-20deg) scaleX(-1);
	}
}
.hero__line img {
	width: 100%;
	height: auto;
}
.hero__title {
	margin: 0;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 1279px) {
	.hero__title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.hero__title {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.hero__title {
		font-size: 12px;
		max-width: 200px;
		margin: 0 auto 10px;
	}
}
.hero__container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}
@media (max-width: 1279px) {
	.hero__container {
		grid-template-rows: repeat(4, 1fr);
		align-items: flex-start;
		gap: 0 20px;
	}
}
@media (max-width: 480px) {
	.hero__container {
		grid-template-columns: 1fr 135px;
	}
}
.hero__left {
	-ms-grid-column-span: 3;
	grid-column: 3 span;
	padding-top: 20px;
}
@media (max-width: 1279px) {
	.hero__left {
		grid-column: 1 / 4;
		grid-row: 1 / 3;
		padding-top: 0;
	}
}
@media (max-width: 768px) {
	.hero__left {
		grid-row: 2 / 5;
	}
}
@media (max-width: 480px) {
	.hero__left {
		grid-column: 1 / 2;
		transform: translateY(-30px);
	}
}
.hero__right {
	-ms-grid-column-span: 4;
	grid-column: 4 span;
	margin-left: -20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 1279px) {
	.hero__right {
		grid-column: 9 / 13;
		grid-row: 3 / 5;
		margin-left: unset;
	}
}
@media (max-width: 991px) {
	.hero__right {
		grid-column: 9 / 13;
		grid-row: 2 / 5;
		margin-left: unset;
	}
}
@media (max-width: 768px) {
	.hero__right {
		grid-row: 3 / 5;
		height: 250px;
	}
}
@media (max-width: 480px) {
	.hero__right {
		height: 280px;
		grid-column: 2 / 3;
	}
}
.hero__image {
	overflow: hidden;
}
.hero__image--small {
	border-radius: 150px 0;
	max-height: 360px;
}
@media (max-width: 1279px) {
	.hero__image--small {
		border-radius: 0;
		height: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.hero__image--small img {
		border-radius: 70px 0;
		width: auto;
		display: block;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.hero__image--big {
	border-radius: 200px 200px 0 0;
	max-height: 525px;
}
@media (max-width: 1279px) {
	.hero__image--big {
		border-radius: 0;
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 768px) {
	.hero__image--big {
		width: auto;
		height: 250px;
		border-radius: 0;
		justify-content: flex-end;
		align-items: flex-end;
		margin-left: auto;
	}
	.hero__image--small img {
		border-radius: 40px 0;
		height: 115px;
	}
}
.hero__image--big img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1279px) {
	.hero__image--big img {
		border-radius: 200px 200px 0 0;
		height: 429px;
		width: auto;
		display: block;
	}
}
@media (max-width: 768px) {
	.hero__image--big img{
		border-radius: 100px 100px 0 0;
		height: 175px;
	}
}
@media (max-width: 576px) {
	.hero__image {
		height: 100% !important;
	}
}
.hero__content {
	-ms-grid-column-span: 5;
	grid-column: 5 span;
	padding-left: 10px;
	padding-right: 25px;
}
@media (max-width: 1279px) {
	.hero__content {
		grid-column: 1 / 9;
		grid-row: 1 / 5;
		order: -1;
		text-align: left;
	}
}
@media (max-width: 768px) {
	.hero__content {
		grid-column: 1 / 13;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.hero__content {
		grid-column: 1 / 3;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		flex-direction: column;
	}
}
.hero__logo {
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 25px;
}
@media (max-width: 1279px) {
	.hero__logo {
		margin: 10% 10% 22% auto;
	}
}
@media (max-width: 1024px) {
	.hero__logo {
		width: 140px;
	}
}
@media (max-width: 768px) {
	.hero__logo {
		width: 125px;
		margin: 0 auto;
		order: 1;
	}
}

.hero__desc {
	margin: 0;
	margin-bottom: 10px;
	font-family: var(--second-family);
	font-weight: 250;
	font-size: 95px;
	color: #252525;
}
@media (max-width: 1024px) {
	.hero__desc {
		font-size: 60px;
		margin-bottom: 15px;
		margin-right: 140px;
	}
}
@media (max-width: 768px) {
	.hero__desc {
		order: 3;
		margin-right: 35%;
	}
}
@media (max-width: 768px) {
	.hero__desc {
		margin-right: 0;
	}
}

.hero__discount {
	margin: 0;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 18px;
	color: #000;
}
@media (max-width: 768px) {
	.hero__discount {
		order: 2;
		margin: 60px 0 60px 115px;
	}
}
@media (max-width: 480px) {
	.hero__discount {
		font-size: 16px;
		margin: 85px 0 15px 105px;
	}
}
.hero__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 135px;
	height: 135px;
	border-radius: 100%;
	position: relative;
	background-color: #75d5c8;
	font-weight: 500;
	font-size: 14px;
	color: #252525;
	transition: all .3s;
}
@media (max-width: 1024px) {
	.hero__btn {
		margin: 0 auto 0 0;
		padding: 5px;
	}
}
@media (max-width: 768px) {
	.hero__btn {
		order: 4;
	}
}
@media (max-width: 480px) {
	.hero__btn {
		width: 113px;
		height: 113px;
	}
}
.hero__btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 1px solid #505050;
	border-radius: 100%;
	background-color: #fffdf7;
}
@media (any-hover: hover) {
	.hero__btn:hover {
		background-color: #f39f3d;
		/* -webkit-animation: pulsColor 2s ease-out infinite;
        animation: pulsColor 2s ease-out infinite; */
	}
	.hero__btn:hover::before {
		-webkit-animation: puls 2s ease-out infinite;
		animation: puls 2s ease-out infinite;
	}
}

@-webkit-keyframes puls {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.05);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes puls {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.05);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}
@-webkit-keyframes pulsColor {
	0% {
		background-color: #f39f3d;
	}
	50% {
		background-color: #f3b266;
	}
	100% {
		background-color: #f39f3d;
	}
}
@keyframes pulsColor {
	0% {
		background-color: #f39f3d;
	}
	50% {
		background-color: #f3b266;
	}
	100% {
		background-color: #f39f3d;
	}
}
.about {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
	padding-top: 120px;
}
@media (max-width: 1024px) {
	.about {
		margin-bottom: 40px;
		padding-top: 80px;
	}
}
.about__title {
	margin-bottom: 10px;
}
@media (max-width: 1024px) {
	.about__title {
		margin-left: 30px;
	}
}
.about::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: -100px;
	width: 380px;
	height: 590px;
	background-image: url("./../img/leafs/03.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1279px) {
	.about::before {
		top: -70px;
	}
}
@media (max-width: 768px) {
	.about::before {
		top: 40%;
	}
}
@media (max-width: 480px) {
	.about::before {
		content: none;
	}
}
@media (min-width: 1920px) {
	.about::before {
		width: 30%;
		height: 90vh;
		top: -100px;
	}
}
.about__container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 768px) {
	.about__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
.about__images {
	height: 500px;
	padding-bottom: 58px;
	padding-right: 30px;
	position: relative;
}
@media (max-width: 768px) {
	.about__images {
		height: auto;
		order: 1;
		max-width: 80%;
		margin: 0 0 0 auto;
	}
}
@media (max-width: 480px) {
	.about__images {
		max-width: 100%;
	}
}
.about__desc {
	padding-left: 30px;
	margin-bottom: 20px;
}
@media (max-width: 480px) {
	.about__desc {
		padding-left: 0;
	}
}
.about__img {
	position: relative;
}
.about__img--big {
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 80px 0 0 0;
	overflow: hidden;
	padding-right: 90px;
}
@media (max-width: 576px) {
	.about__img--big {
		padding-right: 30px;
		border-radius: 50px 0 0 0;
	}
}
.about__img--big img {
	height: 100%;
	width: 100%;
}
.about__img--small {
	position: absolute;
	z-index: 1;
	height: 290px;
	max-width: 209px;
	right: 0;
	bottom: 0;
}
.about__img--small img {
	border-radius: 70px 0;
	height: 100%;
}
.about__img--small::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -20px;
	top: -20px;
	width: 100%;
	height: 100%;
	background-color: #fffdf7;
	border-radius: 70px 0;
}
@media (max-width: 768px) {
	.about__img--small::before {
		left: -12px;
		top: -12px;
	}
}
@media (max-width: 768px) {
	.about__img--small {
		height: 80%;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 480px) {
	.about__img--small {
		height: 60%;
	}
	.about__img--small img {
		border-radius: 40px 0;
	}
	.about__img--small::before {
		border-radius: 40px 0;
		left: -10px;
		top: -10px;
	}
}

.benefits {
	position: relative;
}
.benefits__container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 768px) {
	.benefits__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.benefits__line {
	position: absolute;
	width: 78%;
	height: auto;
	top: 34%;
	right: -10%;
	transform: rotate(220deg) rotateX(180deg);
}
@media (max-width: 1024px) {
	.benefits__line {
		display: none;
	}
}
@media (min-width: 1920px) {
	.benefits__line {
		transform: rotate(225deg) rotateX(180deg);
	}
}
.benefits__line img {
	width: 100%;
	height: auto;
}
.benefits__content {
	padding-right: 30px;
}
@media (max-width: 576px) {
	.benefits__content {
		padding-right: 0;
	}
}
.benefits__images {
	position: relative;
	padding-left: 210px;
	padding-bottom: 150px;
	height: 585px;
}
@media (max-width: 1024px) {
	.benefits__images {
		padding-left: 150px;
		padding-bottom: 75px;
		height: 500px;
	}
}
@media (max-width: 768px) {
	.benefits__images {
		height: auto;
		max-width: 80%;
		margin: 0 auto;
		padding-left: 200px;
		padding-bottom: 0;
	}
}
@media (max-width: 576px) {
	.benefits__images {
		max-width: 100%;
		padding-left: 110px;
	}
}
.benefits__img img {
	border-radius: 0 80px 0 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 576px) {
	.benefits__img img {
		border-radius: 0 40px 0 0;
	}
}
.benefits__img--sec {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 307px;
	max-height: 385px;
}
@media (max-width: 1024px) {
	.benefits__img--sec {
		width: 250px;
	}
}
@media (max-width: 768px) {
	.benefits__img--sec {
		width: 55%;
	}
}
@media (max-width: 480px) {
	.benefits__img--sec {
		width: 55%;
		transform: translateX(-10px);
	}
}
.benefits__img--sec::after {
	content: "";
	position: absolute;
	left: 13px;
	bottom: 13px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 200px 210px 0 0;
	background-color: #fffdf7;
}
@media (max-width: 768px) {
	.benefits__img--sec::after {
		content: none;
	}
}
.benefits__img--sec img {
	border-radius: 200px 200px 0 0;
}
@media (max-width: 768px) {
	.benefits__img--sec img {
		border: 10px solid #fffdf7;
		border-bottom-width: 0;
	}
}
.services {
	padding-top: 120px;
	position: relative;
}
@media (max-width: 1024px) {
	.services {
		padding-top: 80px;
	}
}
.services:before {
	content: "";
	position: absolute;
	right: 0;
	top: -50px;
	width: 290px;
	height: 410px;
	background-image: url("./../img/leafs/04.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 1920px) {
	.services:before {
		width: 20%;
		height: 60vh;
		top: 0;
	}
}
@media (max-width: 1024px) {
	.services:before {
		width: 210px;
		height: 350px;
	}
}
@media (max-width: 768px) {
	.services:before {
		width: 170px;
		height: 250px;
		top: 30px;
	}
}
.services__header {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
@media (max-width: 1024px) {
	.services__header {
		margin-bottom: 40px;
	}
}

.tabs {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 67px;
}
@media (max-width: 991px) {
	.tabs {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
@media (max-width: 670px) {
	.tabs {
		display: flex;
		flex-direction: column;
	}
}
.tabs__wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.tabs__wrapper {
		gap: 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 670px) {
	.tabs__wrapper {
		flex-direction: row;
		gap: 0 15px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		height: 30px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.tabs__wrapper::-webkit-scrollbar {
		display: none;
	}
}
.tabs__buttons {
	-ms-grid-column-span: 3;
	grid-column: 3 span;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.tabs__buttons {
		-ms-grid-column-span: 1;
		grid-column: 1 span;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 670px) {
	.tabs__buttons {
		display: block;
	}
}
.tabs__content {
	-ms-grid-column-span: 6;
	grid-column: 6 span;
}
@media (max-width: 768px) {
	.tabs__content {
		-ms-grid-column-span: 1;
		grid-column: 1 span;
	}
}
.tabs__btn {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 25px;
	color: #000;
	position: relative;
	transition: opacity 0.6s linear, color 0.3s ease-out, transform 0.6s ease-out !important;
}
@media (max-width: 1024px) {
	.tabs__btn {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.tabs__btn {
		font-size: 14px;
	}
}
.tabs__btn::after {
	content: "";
	position: absolute;
	left: calc(100% + 44px);
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 0;
	background-color: #f39f3d;
	transition: width 0.3s ease-out;
	will-change: width;
}
@media (max-width: 1024px) {
	.tabs__btn::after {
		left: calc(100% + 10px);
	}
}
@media (max-width: 670px) {
	.tabs__btn::after {
		top: unset;
		-webkit-transform: unset;
		transform: unset;
		bottom: 0;
		left: 0;
	}
}
.tabs__btn.active {
	color: #f39f3d;
}
.tabs__btn.active::after {
	width: 150px;
}
@media (max-width: 1024px) {
	.tabs__btn.active::after {
		width: 100px;
		transform: translateY(5px);
	}
}
@media (max-width: 768px) {
	.tabs__btn.active::after {
		width: 150px;
	}
}
@media (max-width: 670px) {
	.tabs__btn.active::after {
		width: 100%;
	}
}
.tabs__btn:not(:last-of-type) {
	margin-bottom: 45px;
}
@media (max-width: 1024px) {
	.tabs__btn:not(:last-of-type) {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.tabs__btn:not(:last-of-type) {
		margin-bottom: 0;
	}
}
.tabs__btn:last-of-type {
	margin-bottom: 60px;
}
@media (max-width: 768px) {
	.tabs__btn:last-of-type {
		margin-bottom: 0;
	}
}
@media (any-hover: hover) {
	.tabs__btn:hover {
		color: #f39f3d;
	}
}
.tabs__image {
	border-radius: 80px 0 0 0;
	overflow: hidden;
}
.tabs__image img {
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.tabs__image {
		display: none;
		width: 300px;
		height: 280px;
	}
	.tabs__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 480px) {
	.tabs__image {
		height: 250px;
	}
}
@media (max-width: 360px) {
	.tabs__image {
		height: 200px;
	}
}
.tabs__pricelist,
.tabs__image {
	display: none;
}
.tabs__pricelist.active,
.tabs__image.active {
	display: block;
}
@media (max-width:670px) {
	.tabs__images {
		width: 100%;
		margin: 27px 0 0 0;
	}
	.tabs__image {
		width: 100%;
	}
}
.pricelist__before-header {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	margin-bottom: 15px;
}
@media (max-width: 540px) {
	.pricelist__before-header {
		display: none;
	}
}
.pricelist__info:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.pricelist__info:not(:last-child) {
		margin-bottom: 20px;
	}
}
.pricelist__info--no-margin {
	margin-bottom: 0 !important;
}
.pricelist__before-header--wrapper {
	width: 240px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 670px) {
	.pricelist__before-header--wrapper {
		width: 160px;
	}
}
.pricelist__before-header--wrapper.has-3-col {
	width: 300px;
	gap: 30px;
}
@media (max-width: 768px) {
	.pricelist__before-header--wrapper.has-3-col {
		width: 270px;
	}
}
@media (max-width: 670px) {
	.pricelist__before-header--wrapper.has-3-col {
		width: 250px;
	}
}
.pricelist__wrapper {
	width: 190px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 670px) {
	.pricelist__wrapper {
		width: 130px;
	}
}
@media (max-width: 540px) {
	.pricelist__wrapper {
		width: 100%;
		justify-content: center;
		gap: 20px;
	}
	.pricelist__wrapper .pricelist__price:first-child::before,
	.pricelist__wrapper .pricelist-item__price:first-child::before{
		content:'Мастер ';
		font-size: 12px;
		color: #555;
	}
	.pricelist__wrapper .pricelist__price:last-child::before,
	.pricelist__wrapper .pricelist-item__price:last-child::before,
	.pricelist__wrapper.has-3-col .pricelist__price:nth-child(2)::before,
	.pricelist__wrapper.has-3-col .pricelist-item__price:nth-child(2)::before{
		content:'Топ-мастер ';
		font-size: 12px;
		font-weight: 400;
		color: #555;
	}
	.pricelist__wrapper.has-3-col .pricelist__price:last-child::before,
	.pricelist__wrapper.has-3-col .pricelist-item__price:last-child::before{
		content:'Ведущий мастер ';
		font-size: 12px;
		font-weight: 400;
		color: #555;
	}
}
.pricelist__wrapper.has-3-col {
	width: 250px;
}
@media (max-width: 768px) {
	.pricelist__wrapper.has-3-col {
		width: 240px;
	}
}
@media (max-width: 670px) {
	.pricelist__wrapper.has-3-col {
		width: 220px;
	}
}
@media (max-width: 540px) {
	.pricelist__wrapper.has-3-col {
		width: auto;
		gap: 20px;
		justify-content: center;
		flex-wrap: wrap;
	}
}
.pricelist__price.pricelist__price--single {
	width: 190px;
	text-align: center;
}
@media (max-width: 670px) {
	.pricelist__price.pricelist__price--single {
		width: 130px;
	}
}
.pricelist__header {
	padding: 16px 30px;
	background: rgba(243, 159, 61, 0.2);
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.pricelist__header {
		padding: 15px 20px;
	}
}
@media (max-width: 540px) {
	.pricelist__header {
		flex-direction: column;
	}
	.tabs__pricelist--design .pricelist__header,
	.tabs__pricelist--buildup .pricelist__header {
		flex-direction: row;
	}
}
.pricelist__name, .pricelist__price {
	font-weight: 500;
	font-size: 20px;
	color: #000;
}
@media (max-width: 768px) {
	.pricelist__name, .pricelist__price {
		font-size: 16px;
	}
}
@media (max-width: 670px) {
	.pricelist__name, .pricelist__price {
		font-size: 14px;
	}
}
.pricelist__before-header--wrapper.has-3-col .pricelist__price {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media (max-width: 768px) {
	.pricelist__before-header--wrapper.has-3-col .pricelist__price {
		font-size: 16px;
	}
}
@media (max-width: 670px) {
	.pricelist__before-header--wrapper.has-3-col .pricelist__price {
		font-size: 14px;
	}
}
.tabs__pricelist--pedicure .pricelist__name,
.tabs__pricelist--manicure .pricelist__name{
	font-size: 16px;
}
@media (max-width: 768px) {
	.tabs__pricelist--pedicure .pricelist__name,
	.tabs__pricelist--manicure .pricelist__name{
		font-size: 12px;
		text-align: center;
	}
}
@media (max-width: 540px) {
	.tabs__pricelist--pedicure .pricelist__name,
	.tabs__pricelist--manicure .pricelist__name{
		margin-bottom: 15px;
	}
}
.pricelist__price {
	text-align: right;
}
.pricelist__content {
	padding: 20px 30px;
}
@media (max-width: 768px) {
	.pricelist__content {
		padding: 15px 20px;
	}
}
@media (max-width: 540px) {
	.pricelist__content {
		text-align: center;
		padding: 15px 10px;
	}
}
.pricelist__desc {
	margin: 0;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}
@media (max-width: 768px) {
	.pricelist__desc {
		font-size: 16px;
	}
}
@media (max-width: 670px) {
	.pricelist__desc {
		font-size: 14px;
	}
}

.pricelist-item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 540px) {
	.pricelist-item {
		flex-wrap: wrap;
	}
}
.pricelist-item:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 540px) {
	.pricelist-item:not(:last-child) {
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #dedede;
	}
}
.pricelist-item__name, .pricelist-item__price {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.pricelist-item__name, .pricelist-item__price {
		font-size: 18px;
	}
}
@media (max-width: 670px) {
	.pricelist-item__name, .pricelist-item__price {
		font-size: 14px;
	}
}
.pricelist-item__name {
	padding-right: 20px;
}
@media (max-width: 540px) {
	.pricelist-item__name {
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
}
.pricelist-item__price {
	text-align: right;
	padding-left: 20px;
}
@media (max-width: 540px) {
	.pricelist-item__price {
		width: 100%;
		text-align: center;
		padding-left: 0;
		flex-shrink: unset;
	}
}
.pricelist-item__separator {
	flex-grow: 1;
	height: 100%;
	border-bottom: 1px dashed #b0b0b0;
}
@media (max-width: 540px) {
	.pricelist-item__separator {
		display: none;
	}
}
.work {
	padding: 20px 0;
	padding-top: 120px;
}
@media (max-width: 1024px) {
	.work {
		padding-top: 80px;
		padding-bottom: 0;
	}
}
.work__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 45px;
}
@media (max-width: 576px) {
	.work__header {
		margin-bottom: 30px;
	}
}
.work__title {
	margin-bottom: 20px;
}
.work__desc {
	font-size: 18px;
	text-align: center;
}
@media (max-width: 576px) {
	.work__desc {
		font-size: 15px;
	}
}
.work__desc a {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #d37100;
}
.work__slider {
	margin-bottom: 40px;
}
.work__slider .swiper-slide img {
	width: 100%;
	height: auto;
}
.work__control {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.work__btn {
	width: 30px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.work__btn svg {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.work__pagination {
	position: static !important;
	width: auto !important;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	color: #505050;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.design {
	margin-bottom: 120px;
	padding-top: 120px;
	position: relative;
}
@media (max-width: 768px) {
	.design {
		margin-bottom: 60px;
		padding-top: 80px;
	}
}
.design__line {
	position: absolute;
	width: 120%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0) rotate(14deg);
}
.design__line img {
	width: 100%;
	height: auto;
}

.design:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 290px;
	height: 360px;
	background-image: url("./../img/leafs/05.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 1920px) {
	.design:before {
		width: 25%;
		height: 60vh;
	}
}
.design__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}
@media (max-width: 576px) {
	.design__header {
		margin-bottom: 30px;
	}
}
.design__title {
	margin-bottom: 20px;
}
.design__desc {
	font-size: 18px;
}
@media (max-width: 576px) {
	.design__desc {
		font-size: 16px;
		text-align: center;
	}
}
.design__container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
	.design__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.design-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.design-left__image {
	height: 410px;
	margin-bottom: 65px;
	border-radius: 0 0 100px 0;
	overflow: hidden;
	display: inline-block;
}
@media (max-width: 768px) {
	.design-left__image {
		margin: 0 auto;
		margin-bottom: 0;
		width: 70%;
		height: auto;
		border-radius: 0 0 80px 0;
	}
}
@media (max-width: 576px) {
	.design-left__image {
		border-radius: 0;
		width: 100%;
		margin-bottom: 10px;
	}
}
.design-left__image img {
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 576px) {
	.design-left__image img{
		border-radius: 0 0 50px 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.design-images__wrapper .design-left__image img{
		border-radius: 50px 0 0 0;
	}
}
.design-left__image--bottom {
	height: 440px;
	margin-bottom: 0;
	border-radius: 80px 0 0 0;
	align-self: flex-end;
	position: relative;
	right: -50px;
}
@media (max-width: 768px) {
	.design-left__image--bottom {
		height: unset;
		margin-bottom: 20px;
	}
	.design-left__image--bottom img {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.design-left__image--bottom {
		border-radius: 40px 0 0 0;
	}
}

.design-right {
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.design-right {
		padding-left: 0;
	}
}
.design-right__image {
	overflow: hidden;
}
.design-right__image--big {
	width: 100%;
	height: 650px;
	border-radius: 150px 0 0 0;
	margin-bottom: 96px;
}
@media (max-width: 768px) {
	.design-right__image--big {
		height: auto;
		width: 70%;
		height: 400px;
		margin: 0 auto;
		margin-bottom: 0;
	}
	.design-right__image--big img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: bottom;
		object-position: bottom;
	}
}
@media (max-width: 576px) {
	.design-right__image--big {
		width: 100%;
		border-radius: 50px 0 0 0;
	}
}
.design-right__image--small {
	height: 480px;
	align-self: flex-end;
	margin-bottom: 87px;
}
@media (max-width: 768px) {
	.design-right__image--small {
		width: 70%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
.design-right__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.design-right__content {
	padding-left: 112px;
}
@media (max-width: 1024px) {
	.design-right__content {
		padding-left: 50px;
	}
}
@media (max-width: 768px) {
	.design-right__content {
		margin: 0 auto;
		padding-left: 0;
	}
}
.design-right__title {
	margin-bottom: 33px;
}
.design-right__title::before {
	display: none;
}

.shape {
	max-width: 585px;
	max-height: 585px;
	position: relative;
	padding-left: 218px;
	padding-bottom: 154px;
	margin-bottom: 60px;
}
@media (max-width: 1024px) {
	.shape {
		padding-left: 150px;
		padding-bottom: 75px;
		max-height: 500px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.shape {
		margin: 0 auto;
		margin-bottom: 0;
		overflow: hidden;
	}
}
@media (max-width: 576px) {
	.shape {
		padding-left: 100px;
		padding-bottom: 30px;
	}
}

.shape__img--main {
	border-radius: 0 80px 0 0;
	overflow: hidden;
}
@media (max-width: 576px) {
	.shape__img--main {
		border-radius: 0 40px 0 0;
	}
}
.shape__img--arc {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 307px;
	max-height: 385px;
}
@media (max-width: 1024px) {
	.shape__img--arc {
		width: 250px;
	}
}

@media (max-width: 768px) {
	.shape__img--arc {
		transform: translateY(10px);
	}
}
@media (max-width: 576px) {
	.shape__img--arc {
		width: 50%;
	}
}
.shape__img--arc::after {
	content: "";
	position: absolute;
	left: -13px;
	bottom: 4px;
	z-index: -1;
	width: calc(100% + 26px);
	height: calc(100% + 10px);
	border-radius: 200px 200px 0 0;
	background-color: #fffdf7;
}
.shape__img--arc img {
	border-radius: 200px 200px 0 0;
}
.shape img {
	width: 100%;
	height: 100%;
}

.map {
	min-height: 600px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	.map {
		padding-bottom: 360px;
		padding-top: 0;
	}
}
.map__container {
	flex-grow: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.map__container {
		padding: 0;
	}
}
.map__map {
	position: absolute;
	inset: 0;
}
@media (max-width: 768px) {
	.map__map {
		top: 360px;
	}
}
.map__title {
	display: inline-block;
	margin-bottom: 25px;
}
.map__title::before {
	background: none;
	left: calc(100% + 30px);
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 2px;
	background-color: #f39f3d;
}
@media (max-width: 991px) {
	.map__title::before {
		width: 120px;
	}
}
.map__content {
	position: relative;
	z-index: 4;
	padding: 50px 40px 60px;
	background-color: #fff;
	border-radius: 0 150px 0 0;
	width: 100%;
	max-width: 530px;
}
@media (max-width: 991px) {
	.map__content {
		max-width: 55%;

	}
}
@media (max-width: 768px) {
	.map__content {
		max-width: 100%;
		width: 100%;
		border-radius: 0;
		padding: 30px 20px;
	}
}


.address__item:not(:last-child) {
	margin-bottom: 25px;
}
.address__title {
	display: block;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.address__title {
		font-size: 18px;
	}
}
.address__desc {
	display: block;
	margin: 0;
	font-weight: 300;
	font-size: 20px;
	color: #000;
	transition: all .3s;
}
@media (max-width: 576px) {
	.address__desc {
		font-size: 16px;
	}
}
.address__desc:hover {
	color: #f39f3d;
}

.footer {
	padding: 20px 0;
	background-color: #f39f3d;
}
.footer__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__link {
	font-weight: 300;
	font-size: 16px;
	color: #000;
}
.footer__link:last-child {
	text-align: right;
}
@media (max-width: 576px) {
	.footer__link {
		font-size: 14px;
	}
}
@media (any-hover: hover) {
	.footer__link:hover {
		text-decoration: underline;
	}
}

.menu {
	position: fixed;
	display: flex;
	flex-direction: column;
	z-index: 100;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
}
.menu.active {
	transform: translateX(0);
}
.menu__body {
	padding: 30px var(--container-offset);
	padding-top: 60px;
	background-color: #fffdf7;
	position: relative;
	height: 100%;
	background-image: url("./../img/leafs/02.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.menu__close {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 15px;
	height: 15px;
}
.menu__close svg {
	width: 100%;
	height: 100%;
}
.menu__nav .nav__list {
	flex-direction: column;
}
.menu__nav .nav__link {
	font-size: 20px;
}

.socials {
	margin-top: 25px;
	display: flex;

}

.social {
	display: block;
	width: 76px;
	height: 76px;
	position: relative;
}
@media (max-width:768px) {
	.social {
		width: 50px;
		height: 50px;
	}
}
.social:not(:first-child){
	margin-left: 27px;
}

.social::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.social--whatsapp::before {
	background: #25d366;
	border: 1px solid #25d366;
}

.social--telegram::before {
	background: #229fda;
	border: 1px solid #229fda;
}

@media (any-hover: hover) {
	.social:hover::before {
		-webkit-animation: puls 2s ease-out infinite;
		animation: puls 2s ease-out infinite;
	}
}

#showButton {
	display: none;
}
@media (max-width:480px) {
	.about__content-inner {
		max-height: 230px;
		transition: max-height 0.5s ease;
		overflow: hidden;
		position: relative;
	}
	.about__content-inner::before {
		content: '';
		display: block;
		width: 100%;
		height: 180px;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFDF7 100%);
		position: absolute;
		bottom: -30px;
		left: 0;
	}
	#showButton {
		display: inline-block;
		margin-top: 15px;
		color: #f39f3d;
		border-bottom: 1px solid #f39f3d;
	}
	.work__content {
		width: calc(100% + 20px);
	}
	.work__control {
		display: none;
	}
}
.design__container.design__container--mobile {
	display: none;
}
@media (max-width:768px) {
	.design__container {
		display: none;
	}
	.design__container.design__container--mobile {
		display: flex;
		flex-direction: column;
		gap: 13px;
	}
	.design-images__wrapper {
		display: flex;
		width: 70%;
		margin: 0 auto;
		gap: 10px;
		margin-bottom: 30px;
	}
	.design-left__image--bottom,
	.design-right__image--small {
		flex: 0 1 50%;
		width: 50%;
		height: 400px;
		align-self: flex-start;
		right: 0;
		margin-bottom: 0;
	}
	.design-left__image--bottom img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 576px) {
	.design-images__wrapper {
		width: 100%;
	}
	.design-right__content .hero__btn {
		margin: 0 auto;
	}
	.design-left__image--bottom,
	.design-right__image--small {
		height: 200px;
	}
}

.work__slider .swiper-slide {
	position: relative;
}
.work__slider .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 134%;
}

.work__slider .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(256, 256, 256, .7);
	z-index: 999;
}

.popup {
	display: none;
	width: 80%;
	max-width: 893px;
	background: #505050;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	border-radius: 80px 0 0 0;
}

@media (max-width: 1200px) {
	.popup {
		transform: translate(-55%, -50%);
	}
}

.popup__inner {
	position: relative;
	padding: 59px 136px 36px 136px;
	border-radius: 80px 0 0 0;
	overflow: hidden;
}

@media (max-width: 1100px) {
	.popup__inner {
		padding: 59px 136px 36px 60px;
	}
}

@media (max-width: 768px) {
	.popup__inner {
		padding: 59px 60px 36px 60px;
	}
}

@media (max-width: 540px) {
	.popup__inner {
		padding: 59px 25px 90px 25px;
	}
}

.popup__inner img {
	position: absolute;
}

img.popup-bg-1 {
	left: 0;
	bottom: 0;
	height: 100%;
	width: auto;
}

@media (max-width: 768px) {
	img.popup-bg-1 {
		left: 0;
		top: 0;
		bottom: auto;
		height: 60%;
		width: auto;
	}
}

img.popup-bg-2 {
	right: 0;
	bottom: 0;
	height: 50%;
	width: auto;
}

@media (max-width: 768px) {
	img.popup-bg-1 {
		display: none;
	}
}

.popup__title {
	color: #FFFDF7;
}

@media (max-width: 991px) {
	.popup__title {
		font-size: 50px;
	}
}

@media (max-width: 768px) {
	.popup__title {
		font-size: 40px;
	}
}

@media (max-width: 540px) {
	.popup__title {
		text-align: center;
	}
}

.h2.popup__title::before {
	top: -15px;
	background-image: url(./../img/circle_popup.png);
}

@media (max-width: 991px) {
	.h2.popup__title::before {
		top: -10px;
	}
}

@media (max-width: 768px) {
	.h2.popup__title::before {
		width: 50px;
		height: 50px;
		top: -5px;
	}
}

@media (max-width: 540px) {
	.h2.popup__title::before {
		content: none;
	}
}

.popup__inner p {
	font-size: 25px;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 991px) {
	.popup__inner p {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.popup__inner p {
		font-size: 16px;
	}
}

@media (max-width: 540px) {
	.popup__inner p {
		text-align: center;
	}
}

.popup__inner small {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	max-width: 560px;
}

@media (max-width: 991px) {
	.popup__inner small {
		padding-right: 50px;
	}
}

@media (max-width: 768px) {
	.popup__inner small {
		font-size: 14px;
		padding-right: 120px;
	}
}

@media (max-width: 540px) {
	.popup__inner small {
		text-align: center;
		padding-right: 0;
	}
}

.popup-close {
	width: 45px;
	height: 45px;
	background: #FFFDF7;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.popup-close {
		width: 38px;
		height: 38px;
	}
}

.popup-close::before, .popup-close::after {
	content: '';
	display: block;
	width: 44px;
	height: 1px;
	background: #75D5C8;
	position: absolute;
	top: 22px;
	right: 0;
}

@media (max-width: 768px) {
	.popup-close::before, .popup-close::after {
		width: 38px;
		top: 19px;
	}

}

.popup-close::before {
	transform: rotate(45deg);
}

.popup-close::after {
	transform: rotate(-45deg);
}

.popup_btn {
	position: absolute;
	bottom: -70px;
	right: -70px;
	z-index: 800;
}

@media (max-width: 991px) {
	.popup_btn {
		bottom: -40px;
		right: -40px;
	}
}

@media (max-width: 768px) {
	.popup_btn {
		bottom: -40px;
		right: -20px;
	}
}

@media (max-width: 540px) {
	.popup_btn {
		bottom: -70px;
		right: 10px;
	}
}

.popup .hero__btn {
	width: 200px;
	height: 200px;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.popup .hero__btn {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 768px) {
	.popup .hero__btn {
		width: 115px;
		height: 115px;
		font-size: 12px;
	}
}

.popup .hero__btn::before {
	width: calc(100% + 30px);
	height: calc(100% + 30px);
}

.popup .hero__btn::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 70px);
	height: calc(100% + 70px);
	border-radius: 100%;
	background-color: rgba(256, 256, 256, 1);
}

@media (max-width: 768px) {
	.popup .hero__btn::after {
		width: calc(100% + 50px);
		height: calc(100% + 50px);
	}
}

.social-media {
	margin-bottom: 120px;
	position: relative;
	z-index: 1;
}

.social-media::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: -250px;
	width: 380px;
	height: 500px;
	background-image: url("./../img/leafs/03.png");
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.social-media::before {
		content: none;
	}
}

@media (min-width: 1920px) {
	.social-media::before {
		width: 30%;
		height: 70vh;
		top: -350px;
	}
}

.social-media::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -120px;
	width: 290px;
	height: 360px;
	background-image: url(./../img/leafs/05.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

@media (min-width: 1920px) {
	.social-media::after{
		width: 25%;
		height: 40vh;
	}
}

.social-media__header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social-media__title {
	margin-bottom: 20px;
	text-align: center;
}

.social-media__desc {
	text-align: center;
	max-width: 894px;
	margin: 0 auto;
	font-size: 18px;
}

.social-media__items {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	background: #fff;
}

@media (max-width: 768px) {
	.social-media__items {
		gap: 30px;
		flex-wrap: wrap;
	}
}

@media (max-width: 540px) {
	.social-media__items {
		gap: 20px;
	}
}

.social-media__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 80px;
}

@media (max-width: 768px) {
	.social-media__item {
		height: 60px;
	}
}

@media (max-width: 540px) {
	.social-media__item {
		height: 40px;
	}
}

.social-media__item img {
	width: auto;
	height: 80px;
	opacity: .8;
	transition: .3s;
}

@media (max-width: 768px) {
	.social-media__item img {
		height: 60px;
	}
}

@media (max-width: 540px) {
	.social-media__item img {
		height: 40px;
	}
}

.social-media__item a:hover img {
	opacity: 1;
}

.benefits__big.img--mob {
	display: none;
	width: 78%;
	margin: 0 auto;
	transform: translate(5px, -13px);
}

.benefits__big.img--mob img {
	border-radius: 0 0 0 80px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.benefits__big.img--mob {
		display: block;
	}
}

@media (max-width: 576px) {
	.benefits__big.img--mob {
		width: 98%;
	}
}