/*!
Theme Name: Lady Moon
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ladymoon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Light.woff') format('woff'),
        url('fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Bold.woff') format('woff'),
        url('fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'VinnytsiaSerif';
	src: url('fonts/VinnytsiaSerif.eot');
	src: url('fonts/VinnytsiaSerif.eot') format('embedded-opentype'),
		url('fonts/VinnytsiaSerif.woff2') format('woff2'),
		url('fonts/VinnytsiaSerif.woff') format('woff'),
		url('fonts/VinnytsiaSerif.ttf') format('truetype'),
		url('fonts/VinnytsiaSerif.svg#VinnytsiaSerif') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'VivaldiScript';
	src: url('fonts/VivaldiScript.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mangro';
	src: local('Mangro Regular'), local('Mangro-Regular'),
		url('fonts/MangroRegular.woff2') format('woff2'),
		url('fonts/MangroRegular.woff') format('woff'),
		url('fonts/MangroRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


:root {
	--container: 1180px;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Gilroy';
	line-height: 1.5;
	color: #FFFFFF;
	background: #141626;
}
a {
	color: #CCB683;
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'VinnytsiaSerif';
	font-weight: 400;
	margin: 0 0 25px;
	color: #CCB683;
	line-height: 1;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 35px;
}
h5 {
	font-size: 30px;
}
h6 {
	font-size: 25px;
}
p, ul, ol, blockquote {
	margin: 0 0 25px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-33 {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.wpcf7-form-control-wrap {
	display: block;
}
::-webkit-input-placeholder {
	color: #ffffff;
}
::-moz-placeholder {
	color: #ffffff;
}
:-ms-input-placeholder {
	color: #ffffff;
}
:-moz-placeholder {
	color: #ffffff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Gilroy';
	line-height: 1.5;
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255,255,255,.4);
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	min-height: 52px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 145px;
	resize: vertical;
}
select {
	cursor: pointer;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid {
	border-color: red;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: rgba(255,255,255,.8);
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
	bottom: calc(100% + 2px);
	left: 0;
	line-height: 1.1;
	z-index: -1;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 8px 16px;
	font-size: 16px;
	text-align: center;
	position: absolute;
	width: 90%;
	left: 5%;
	background: #141626;
}


.screen-reader-text {
	display: none;
}
.grecaptcha-badge {
	z-index: 5;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}

.heading {
	position: relative;
	margin-bottom: 34px;
}
.heading.center {
	text-align: center;
}
.heading h1,
.heading h2 {
	font-size: 70px;
}
.heading h3 {
	font-size: 50px;
	font-family: 'VivaldiScript';
	line-height: 1.6;
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-family: 'Gilroy';
	font-weight: 700;
	line-height: 1.5;
	border: none;
	padding: 9px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	min-width: 245px;
	min-height: 52px;
	cursor: pointer;
	transition: .5s;
}
.btn-primary {
	background: linear-gradient(0deg, #D8AC6F 0%, #F4D4A7 100%);
	box-shadow: 0px 4px 0px 0px #997454;
	color: #594331;
}
.btn-primary:hover {
	background: linear-gradient(0deg, #D8AC6F 0%, #F4D4A7 100%);
	box-shadow: 0px 1px 0px 0px #997454;
	color: #141626;
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 30px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a rect {
	transition: .5s;
}
.soc-links li a:hover rect {
	fill: #F4D4A7;
} 




.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.wrapper {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.hero-section {
	position: relative;
	padding: 40px 0 0;
	z-index: 1;
}
.hero-section:before {
	content: '';
	position: absolute;
	width: 645px;
	height: 645px;
	top: -154px;
	left: calc((100% - var(--container)) / 2 - 570px);
	background: #000DFF;
	filter: blur(150px);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: .4;
	z-index: -4;
}
.hero-section:after {
	content: '';
	position: absolute;
	width: 630px;
	height: 630px;
	top: -192px;
	right: calc((100% - var(--container)) / 2 - 520px);
	background: #BB00FF;
	filter: blur(100px);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: .2;
	z-index: -4;
}
.hero-element-1 {
	position: absolute;
	background: url(images/hero-element-1.svg) no-repeat center;
	background-size: contain;
	top: -36px;
	left: calc((100% - var(--container)) / 2 - 460px);
	width: 569px;
	height: 550px;
	z-index: -1;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 900px;
	background: url(images/hero-bg.webp) no-repeat center bottom;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -5;
}
.hero-bg:after {
	content: '';
	background: linear-gradient(0deg, #141626 0%, rgba(20, 22, 38, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 279px;
	z-index: 1;
}
.hero-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.hero-left {
	flex: 0 0 calc(61% - 25px);
	max-width: calc(61% - 25px);
	padding-top: 33px;
}
.hero-content {
	font-size: 20px;
}
.hero-right {
	flex: 0 0 calc(39% - 25px);
	max-width: calc(39% - 25px);
}
.hero-image {
	margin-bottom: -22px;
	height: 462px;
}

.about-section {
	position: relative;
	z-index: 2;
}
.about-element {
	position: absolute;
	background: url(images/about-element-1.svg) no-repeat center;
	background-size: contain;
	width: 294px;
	height: 317px;
	bottom: -148px;
	right: calc((100% - var(--container)) / 2 - 270px);
	z-index: -1;
}
.about-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.about-left {
	flex: 0 0 calc(38.5% - 24px);
	max-width: calc(38.5% - 24px);
}
.about-content {
	font-size: 20px;
}
.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6 {
	font-family: 'VivaldiScript';
	font-weight: 400;
	margin-bottom: 20px;
}
.about-right {
	flex: 0 0 calc(61.5% - 24px);
	max-width: calc(61.5% - 24px);
}
.about-image {
	position: relative;
	padding: 40px;
	z-index: 1;
}
.about-image:before {
	content: '';
	background: url(images/about-image-border.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-image-inner {
	position: relative;
	height: calc((var(--container) * .385 - 24px - 40px * 2) / .8192);
	z-index: 1;
}
.about-image-inner:after {
	content: '';
	background: #111244;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	z-index: 1;
}



.programm-section {
	position: relative;
	padding-top: 80px;
	z-index: 1;
}
.programm-section:before {
	content: '';
	position: absolute;
	background: url(images/programm-bg.svg) no-repeat center;
	background-size: contain;
	width: 2246px;
	height: 1344px;
	bottom: -45px;
	left: calc(50% - 82px);
	transform: translateX(-50%);
	z-index: -1;
}
@media (min-width: 1920px) {
	.programm-section:before {
		width: calc(120% + 164px);
		height: calc((120vw + 164px) / 1.67);
		background-size: cover;
	}
}
.programm-main {
	margin-bottom: 48px;
}
.programm-main:last-child {
	margin-bottom: 0;
}
.programm-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px -30px;
}
.programm-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 14px;
}
.programm-item__wrap {
	position: relative;
	height: calc((var(--container) - 28px * 2) / 3 / 1.7523);
	padding: 56px 20px 20px 20px;
	z-index: 1;
}
.programm-item__wrap:before {
	content: '';
	background: url(images/programm-item-border.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.programm-item__inner {
	display: flex;
}
.programm-item__number {
	flex: 0 0 55px;
	max-width: 55px;
	margin-right: 10px;
	color: #CCB683;
	font-family: 'Mangro';
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
}
.programm-item__content {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.programm-sub_heading.heading {
	margin-bottom: 45px;
}

.programm-gallery-items {
	display: flex;
	justify-content: space-around;
}
.programm-gallery-item {
	flex: 0 0 auto;
	max-width: 100%;
}
.programm-gallery-item__image {
	width: 98px;
	height: 166px;
}
.programm-gallery-item:nth-child(2n) {
	padding-top: 27px;
}




.packages-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 93px;
	z-index: 1;
}
.packages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.packages-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 20px;
	padding: 0 10px;
}
.packages-item__wrap {
	position: relative;
	height: 100%;
	background: linear-gradient(90deg, #7F80BA 0%, #111244 100%);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 20px 36px;
	z-index: 1;
}
.packages-item__wrap:before {
	content: '';
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background: #121435;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
.packages-item__head {
	position: relative;	
	padding-left: 134px;
	padding-top: 8px;
	min-height: 112px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	z-index: 1;
}
.packages-item__head:before {
	content: '';
	background: url(images/packages-icon.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 112px;
	height: 112px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.packages-item__title {
	font-size: 35px;
	margin-bottom: 12px;
}
.packages-item__price {
	font-family: 'VinnytsiaSerif';
	line-height: 1;
	font-size: 35px;
}
.packages-item__price ins {
	text-decoration: none;
}
.packages-item__price del {
	color: #A8A8A8;
}
.packages-item__content {
	position: relative;
	padding: 0 5px;
	z-index: 1;
}
.packages-item__content ul {
	padding-left: 0;
	list-style: none;
}
.packages-item__content ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 48px;
	z-index: 1;
}
.packages-item__content ul li:last-child {
	margin-bottom: 0;
}
.packages-item__content ul li:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 31px;
	background: url(images/ul-icon.svg) no-repeat center;
	background-size: contain;
	top: -3px;
	left: 0;
	z-index: 1;
}
.packages-content {
	margin-top: 44px;
}




.banner-section {
	position: relative;
	padding: 110px 0;
	z-index: 2;
}
.banner-bg {
	position: absolute;
	width: 130%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 100px 0px #000DFF;
	z-index: -1;
}
.banner-bg:after {
	content: '';
	background: #15165B;
	opacity: .8;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-heading {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}
.banner-content {
	text-align: center;
	font-size: 25px;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}



.faq-section {
	position: relative;
	padding: 100px 0;
	z-index: 1;
}
.faq-bg {
	position: absolute;
	background: url(images/faq-bg.webp) no-repeat center;
	background-size: cover;
	width: 100%;
	height: calc(100% + 200px);
	top: -85px;
	left: 0;
	opacity: .3;
	z-index: -1;
}
.faq-bg:after {
	content: '';
	background: linear-gradient(0deg, #141626 0%, rgba(20, 22, 38, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 279px;
	z-index: 1;
}
.faq-items {
	position: relative;
	z-index: 1;
}
.faq-item {
	position: relative;
	margin-bottom: 20px;
	background: rgba(17, 18, 68, 0.5);
	border: 1px solid #7F80BA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 20px;
	cursor: pointer;
	transition: .5s;
}
.faq-item__head:hover,
.active .faq-item__head {
	color: #CCB683;
}
.faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: #ffffff;
	margin-left: 10px;
	transition: .5s;
}
.active .faq-item__toggle,
.faq-item__head:hover .faq-item__toggle {
	background-color: #CCB683;
}
.active .faq-item__toggle {
	transform: rotate(180deg);
}
.faq-item__body {
	position: relative;
	padding: 20px;
	z-index: 1;
}
.faq-item__body:before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 20px * 2 - 25px - 10px);
	height: 1px;
	background: rgba(255,255,255,.2);
	z-index: 1;
}
.faq-item__content > * {
	margin-bottom: 12px;
}
.faq-item__content > *:last-child {
	margin-bottom: 0;
}


.feedback-section {
	position: relative;
	z-index: 1;
}
.feedback-element-1 {
	position: absolute;
	background: url(images/hero-element-1.svg) no-repeat center;
	background-size: contain;
	bottom: -215px;
	left: calc((100% - var(--container)) / 2 - 414px);
	width: 442px;
	height: 427px;
	transform: rotate(92deg);
	z-index: -1;
}
.feedback-element-2 {
	position: absolute;
	background: url(images/element-carts.svg) no-repeat center;
	background-size: contain;
	bottom: -145px;
	right: calc((100% - var(--container)) / 2 - 303px);
	width: 422px;
	height: 300px;
	z-index: 2;
}
.feedback-wrap {
	position: relative;
	background: url(images/feedback-border.svg) no-repeat center;
	background-size: contain;
	height: calc(var(--container) / 3.2777);
	padding: 30px 105px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.feedback-heading.heading h2 {
	font-size: 50px;
}


.contacts-section {
	position: relative;
	padding: 100px 0 64px;
	z-index: 2;
}
.contacts-soc {
	justify-content: center;
}



@media (max-width: 1249px) {
	:root {
		--container: 910px;
	}
	body {
		font-size: 16px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 35px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 25px;
	}
	h6 {
		font-size: 20px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading h1, .heading h2 {
		font-size: 50px;
	}
	.heading h3 {
		font-size: 40px;
	}
	.hero-section {
		padding-top: 30px;
	}
	.hero-left {
		padding-top: 10px;
	}
	.hero-content,
	.about-content {
		font-size: 18px;
	}
	.hero-image {
		margin-bottom: 10px;
		height: 360px;
	}
	.about-image {
		padding: 24px;
	}
	.about-image-inner {
		height: calc((var(--container) * .385 - 24px - 24px * 2) / .8192);
	}
	.programm-item__wrap {
		padding: 22px;
	}
	.programm-item__number {
		flex: 0 0 42px;
		max-width: 42px;
		font-size: 30px;
	}
	.packages-item__wrap {
		padding: 20px 20px 30px;
	}
	.packages-item__head {
		min-height: 100px;
	}
	.packages-item__head:before {
		width: 100px;
		height: 100px;
	}
	.packages-item__head {
		padding-left: 122px;
	}
	.packages-item__title,
	.packages-item__price {
		font-size: 25px;
	}
	.packages-item__content ul li {
		margin-bottom: 12px;
		padding-left: 38px;
	}
	.packages-item__content ul li:before {
		width: 26px;
		height: 26px;
		top: -2px;
	}
	.banner-section {
		padding: 90px 0;
	}
	.banner-heading {
		font-size: 35px;
		margin-bottom: 24px;
	}
	.banner-content {
		font-size: 23px;
	}
	.faq-item__head {
		font-size: 18px;
	}
	.feedback-heading.heading h2 {
		font-size: 35px;
	}
	.feedback-element-2 {
		right: calc((100% - var(--container)) / 2 - 350px);
	}
}



@media (max-width: 991px) {
	:root {
		--container: 690px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 16px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.form-fields {
		margin: 0 -8px -18px;
	}
	.form-field {
		margin: 0 0 18px;
		padding: 0 8px;
	}
	.form-field-33 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heading {
		margin-bottom: 20px;
	}
	.heading h1, .heading h2 {
		font-size: 40px;
	}
	.heading h3 {
		font-size: 30px;
		line-height: 1.16;
	}
	.hero-section {
		margin-bottom: 23px;
	}
	.hero-section:before {
		width: 238px;
		height: 238px;
		top: -83px;
		left: calc((100% - var(--container)) / 2 - 104px);
		filter: blur(50px);
	}
	.hero-element-1 {
		width: 172px;
		height: 166px;
		top: -8px;
		left: calc((100% - var(--container)) / 2 - 50px);
	}
	.hero-section:after {
		top: -216px;
		right: calc((100% - var(--container)) / 2 - 532px);
	}
	.hero-right {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 22px;
	}
	.hero-image {
		margin-bottom: 0;
		height: 160px;
		text-align: center;
	}
	.hero-left {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
		order: 2;
	}
	.hero-heading {
		text-align: center;
		font-size: 37px;
	}
	.hero-content,
	.about-content {
		font-size: 17px;
	}
	.about-wrap {
		justify-content: center;
	}
	.about-left {
		flex: 0 0 60%;
		max-width: 60%;
		margin-bottom: 22px;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-image {
		padding: 32px;
	}
	.about-image-inner {
		height: calc((var(--container) * .6 - 32px * 2) / .8192);
	}
	.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content h5, .about-content h6 {
		margin-bottom: 12px;
	}
	.about-content h2 {
		font-size: 40px;
	}
	.programm-section {
		padding-top: 50px;
	}
	.programm-section:before {
		left: calc(50% + 334px);
		bottom: auto;
		top: -50%;
	}
	.about-element {
		display: none;
	}
	.programm-main {
		margin-bottom: 24px;
	}
	.programm-items {
		margin: 0 -10px -20px;
	}
	.programm-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.programm-item__wrap {
		height: calc((var(--container) - 20px) / 2 / 1.7523);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.programm-item__number {
		flex: 0 0 55px;
		max-width: 55px;
		font-size: 40px;
	}
	.programm-sub_heading.heading {
		margin-bottom: 35px;
	}
	.programm-gallery-item {
		display: none;
	}
	.programm-gallery-item:nth-child(1),
	.programm-gallery-item:nth-child(2),
	.programm-gallery-item:nth-child(3),
	.programm-gallery-item:nth-child(4),
	.programm-gallery-item:nth-child(5),
	.programm-gallery-item:nth-child(6) {
		display: block;
	}
	.packages-section {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.packages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.packages-item__wrap {
		padding: 20px 12px 24px;
	}
	.packages-item__head {
		margin-bottom: 16px;
		padding-left: 86px;
		min-height: 72px;
	}
	.packages-item__head:before {
		width: 72px;
		height: 72px;
		top: 0;
		transform: none;
	}
	.packages-content {
		margin-top: 30px;
		font-size: 18px;
	}
	.banner-section {
		padding: 60px 0;
	}
	.banner-bg {
		width: 1920px;
	}
	.banner-heading {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.banner-content {
		font-size: 20px;
	}
	.faq-section {
		padding: 50px 0 80px;
	}
	.faq-item__head {
		font-size: 17px;
		padding: 12px 16px;
	}
	.faq-item__body {
		padding: 12px 12px 16px;
	}
	.faq-item__body:before {
		width: calc(100% - 16px * 2 - 25px - 10px);
		left: 16px;
	}
	.feedback-wrap {
		padding: 40px 24px 50px;
		background-image: url(images/feedback-border-tablet.svg);
		height: 480px;
		max-width: 355px;
        margin: auto;
	}
	.contacts-section {
		padding: 74px 0 60px;
	}
	.feedback-element-1,
	.feedback-element-2 {
		display: none;
	}
}



@media (max-width: 767px) {
	:root {
		--container: 510px;
	}
	.about-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-image-inner {
        height: calc((var(--container) - 32px * 2) / .8192);
    }
    .programm-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .programm-item__wrap {
    	height: calc(var(--container) / 1.7523);
    }
    .programm-gallery-items {
    	margin: 0 -10px;
    }
    .programm-gallery-item {
    	padding: 0 10px;
    	flex: 0 0 calc(100% / 6);
    	max-width: calc(100% / 6);
    }
    .programm-gallery-item__image {
    	width: 100%;
    	height: calc((var(--container) - 20px * 5) / 6 / .59);
    }
    .programm-gallery-item:nth-child(2n) {
    	padding-top: 12px;
    }
    .programm-section:before {
    	top: -26%;
    }
	.banner-heading {
		line-height: 1.33;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 40px);
	}
	.programm-section:before {
		top: -35%;
	}
}



@media (max-width: 399px) {
	:root {
		--container: calc(100vw - 32px);
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.heading h1, .heading h2, .about-content h2 {
		font-size: 35px;
	}
	.programm-section:before {
		top: -40%;
	}
	.hero-image {
		height: 148px;
	}
	.hero-heading {
		font-size: 35px;
	}
	.packages-item__title, .packages-item__price {
		font-size: 22px;
	}
	.banner-heading {
		font-size: 26px;
	}
	.banner-content {
		font-size: 18px;
	}
	.feedback-heading.heading h2 {
		font-size: 28px;
	}
}