body {
	font-family: "Raleway", sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	font-feature-settings: "lnum" 1;
	position: relative;
	margin: 0
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

.modal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, .2);
	backdrop-filter: background-blur(5);
	z-index: 999999;
	left: 0;
	top: 0;
	display: none
}

.modal#video .modal-content {
	padding: 0;
	background-color: rgba(0, 0, 0, 0)
}

.modal#video video {
	height: 100%
}

.modal .btn-close {
	position: absolute;
	border: none;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: .5s;
	opacity: .5;
	z-index: 1
}

.modal .btn-close:hover {
	opacity: 1
}

.modal h2 {
	margin-bottom: 0
}

.modal p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative
}

.modal a {
	color: #006d76
}

.modal .second-btn {
	margin-top: -10px;
	margin-bottom: 0
}

.modal .modal-content {
	margin-top: 30px;
	padding: 60px;
	border-radius: 16px
}

.modal .modal-content .form-inner {
	padding: 0;
	border: none
}

.modal .modal-title {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 16px
}

.btn-up {
	position: fixed;
	right: 60px;
	bottom: 60px;
	background-color: #006d76;
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 6px;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	opacity: .5;
	transition: .5s;
	cursor: pointer
}

.btn-up:hover {
	opacity: 1
}

h1 {
	font-weight: 400;
	font-family: "El Messiri", sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 40px;
	position: relative;
	line-height: 120%
}

h2 {
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 110%;
	font-family: "El Messiri", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto
}

.c-scrollbar {
	height: 100vh !important
}

h3 {
	font-size: 24px;
	margin-bottom: 40px;
	font-family: "El Messiri", sans-serif;
	font-optical-sizing: auto
}

ul.slick-dots {
	font-size: 1px;
	text-indent: -1000px;
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	justify-content: center
}

ul.slick-dots li {
	width: 24px;
	height: 8px;
	border-radius: 4px;
	margin: 0 3px;
	display: inline-block;
	background-color: #006d76;
	opacity: .3;
	transition: .5s;
	cursor: pointer
}

ul.slick-dots li.slick-active {
	width: 48px
}

ul.slick-dots li.slick-active,
ul.slick-dots li:hover {
	opacity: 1
}

ul.slick-dots li button {
	opacity: 0
}

.h2-description {
	font-size: 24px
}

.mobile-menu-btn {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	cursor: pointer
}

.overlay-bg {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	display: none;
	top: 0;
	left: 0;
	padding: 12px
}

.overlay-bg a.second-btn {
	position: absolute;
	bottom: 12px;
	right: 12px
}

.wp-block-buttons.btns-block a {
	padding: 0;
	background: none
}

.wp-block-buttons.btns-block .white-btn a {
	color: #333
}

.error404 .site-header,
.wp-singular .site-header {
	background-color: #006d76
}

.error404 .site-header .accent-btn,
.wp-singular .site-header .accent-btn {
	background-color: hsla(0, 0%, 100%, .2)
}

.error404 .site-header .accent-btn:hover,
.wp-singular .site-header .accent-btn:hover {
	background-color: #fff;
	color: #006d76 !important
}

.site-header .left-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center
}

.site-header .rigth-header .menu-main-menu-container {
	display: none
}

.site-header .rigth-header .menu-main-menu-container.myshow {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #006d76;
	height: 100vh;
	min-width: 300px;
	width: 40%;
	padding: 140px 0 40px;
	border-radius: 0 16px 16px 0
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu {
	flex-direction: column;
	gap: 20px
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item {
	transition: .5s;
	cursor: pointer
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item:hover {
	background-color: hsla(0, 0%, 100%, .2)
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item a {
	font-size: 24px;
	padding: 0 40px;
	padding-left: 100px;
	display: block;
	border: none
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item.menu-item-has-children {
	padding-bottom: 0
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item.menu-item-has-children a {
	pointer-events: none
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item.menu-item-has-children:after {
	left: auto;
	right: 20px
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item.menu-item-has-children:hover {
	background-color: hsla(0, 0%, 100%, .2)
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item .sub-menu {
	width: 100%;
	left: 0;
	position: relative;
	margin-top: 10px
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item .sub-menu a {
	pointer-events: all
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item .sub-menu li {
	padding: 10px 0
}

.site-header .rigth-header .menu-main-menu-container.myshow #primary-menu .menu-item .sub-menu li:hover {
	background-color: #f3f4f8
}

.site-header {
	position: fixed;
	z-index: 99999;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100vw;
	padding: 40px 100px;
	justify-content: space-between;
	color: #fff;
	transition: .5s
}

.site-header a {
	color: #fff
}

.site-header a:visited {
	color: #fff
}

.site-header.scrolled {
	background-color: #006d76;
	padding: 15px 100px
}

.site-header.scrolled .accent-btn {
	background-color: hsla(0, 0%, 100%, .2)
}

.site-header.scrolled .accent-btn:hover {
	background-color: #fff;
	color: #006d76 !important
}

.site-header img.custom-logo {
	max-width: 107px
}

.site-header .menu-languages-container {
	display: inline-block;
	margin-left: 40px
}

.site-header .menu-languages-container .menu {
	display: flex;
	margin: 0
}

.site-header .menu-languages-container .menu li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 6px
}

.site-header .menu-languages-container .menu li a:hover {
	background-color: #fff;
	color: #006d76
}

.site-header .menu-languages-container .menu li.current-lang a {
	background-color: hsla(0, 0%, 100%, .2)
}

.site-header .menu-languages-container .menu li.current-lang a:hover {
	color: #fff
}

.site-header .worktime {
	display: inline-flex;
	margin-left: 40px;
	position: relative;
	gap: 5px;
	font-size: 14px
}

.site-header .worktime:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #5de44c;
	border-radius: 10px;
	right: calc(100% + 5px);
	top: calc(50% - 5px);
	animation: pulse-circle 1s linear infinite
}

.site-header .rigth-header {
	display: flex;
	gap: 50px;
	align-items: center
}

.site-header .rigth-header #primary-menu {
	display: flex;
	gap: 30px;
	font-size: 16px;
	margin: 0
}

.site-header .rigth-header #primary-menu .menu-item {
	position: relative;
	padding: 10px 0
}

.site-header .rigth-header #primary-menu .menu-item a {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.site-header .rigth-header #primary-menu .menu-item a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
	color: hsla(0, 0%, 100%, .8)
}

.site-header .rigth-header #primary-menu .menu-item.menu-item-has-children a {
	border: none
}

.site-header .rigth-header #primary-menu .menu-item.menu-item-has-children:after {
	content: url("../../assets/svg/down.svg");
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: 100%;
	display: inline-block
}

.site-header .rigth-header #primary-menu .menu-item.menu-item-has-children:hover .sub-menu {
	display: block
}

.site-header .rigth-header #primary-menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	margin-top: 10px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden
}

.site-header .rigth-header #primary-menu .menu-item .sub-menu .menu-item {
	padding: 0
}

.site-header .rigth-header #primary-menu .menu-item .sub-menu a {
	color: #333;
	padding: 15px 20px;
	border-bottom: 1px solid #e7ebeb;
	display: block;
	width: 100%;
	font-weight: 500;
	text-wrap: nowrap
}

.site-header .rigth-header #primary-menu .menu-item .sub-menu a:hover {
	background-color: #f3f4f8;
	color: #006d76
}

.site-header .rigth-header .phone {
	font-weight: 600
}

.site-header .rigth-header .phone img {
	display: none
}

.site-header .rigth-header .phone:hover {
	color: hsla(0, 0%, 100%, .8)
}

@keyframes pulse-circle {
	from {
		transform: scale(1);
		opacity: .5
	}

	to {
		transform: scale(1.05);
		opacity: 1
	}
}

section {
	padding: 100px 0
}

section.content {
	padding: 0
}

section.content ul {
	padding-left: 15px
}

section.content ul li {
	position: relative;
	display: flex;
	gap: 5px;
	margin-bottom: 5px
}

section.content ul li:before {
	content: "";
	min-width: 14px;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	min-height: 14px;
	display: inline-block;
	background-image: url("../../assets/svg/marker.svg");
	background-size: contain;
	background-repeat: no-repeat
}

section.content ul {
	font-weight: bold;
	gap: 8px
}

section.content ul li:before {
	margin-top: 6px;
	margin-bottom: 8px
}

section.content .container {
	padding: 0 60px
}

section.grey {
	background-color: #f3f4f8
}

.h2-block .h2-subtitle {
	color: #006d76;
	font-family: "Great Vibes", cursive;
	font-size: 48px
}

.h2-block h2 {
	font-size: 86px;
	line-height: 100%
}

strong {
	font-weight: 700
}

ol {
	margin: 30px 0 30px 0
}

ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 20px 0
}

p {
	margin-bottom: 15px
}

a {
	text-decoration: none;
	color: #333;
	transition: .5s
}

a:hover {
	color: #006d76
}

a:visited {
	color: #333
}

a:visited:hover {
	color: #006d76
}

input,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	padding: 10px 0;
	display: inline-block;
	text-transform: uppercase;
	width: 100%;
	border: none;
	border-radius: 0;
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #bdbdbd;
	transition: .5s;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	font-feature-settings: "lnum" 1
}

input[type=submit].accent-btn {
	border: none
}

input[type=submit].second-btn {
	border: none
}

.accent-btn,
.white-btn,
.second-btn,
input.accent-btn,
input.second-btn {
	padding: 20px 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 6px;
	font-weight: 500;
	transition: .3s;
	display: inline-flex;
	justify-content: center;
	text-transform: uppercase;
	gap: 5px
}

.accent-btn svg,
.white-btn svg,
.second-btn svg,
input.accent-btn svg,
input.second-btn svg {
	width: 24px;
	height: 24px
}

.accent-btn img,
.white-btn img,
.second-btn img,
input.accent-btn img,
input.second-btn img {
	width: 24px;
	height: 24px
}

.accent-btn.mini,
.white-btn.mini,
.second-btn.mini,
input.accent-btn.mini,
input.second-btn.mini {
	padding: 10px 25px;
	font-size: 14px
}

.white-btn {
	background: rgba(0, 0, 0, 0);
	border: 1px solid hsla(0, 0%, 100%, .5);
	color: #fff
}

.white-btn:hover {
	background-color: hsla(0, 0%, 100%, .2);
	color: #fff
}

.white-btn:visited {
	color: #fff
}

.white-btn:visited:hover {
	color: #fff
}

.second-btn,
input.second-btn {
	background-color: #f3f4f8;
	color: #006d76
}

.second-btn:visited,
input.second-btn:visited {
	color: #006d76
}

.second-btn:hover,
input.second-btn:hover {
	background-color: hsl(228, 26.3157894737%, 94.2745098039%)
}

.accent-btn,
input.accent-btn {
	background-color: #006d76
}

.accent-btn:hover,
input.accent-btn:hover {
	background-color: rgb(0, 90.1559322034, 97.6);
	color: #fff !important
}

.accent-btn:visited,
input.accent-btn:visited {
	color: #fff
}

.a-color {
	color: #006d76
}

.container {
	max-width: 1420px
}

.social-block {
	display: inline-flex;
	align-items: center;
	gap: 15px
}

.social-block a:hover svg {
	transform: scale(1.1)
}

.social-block svg {
	width: 24px;
	height: 24px;
	transition: .5s
}

.menu-button {
	display: inline-block;
	margin-right: 20px;
	padding: 10px;
	background: none;
	border: none
}

.menu-button .bar {
	width: 25px;
	height: 2px;
	background-color: #fff;
	display: block;
	transition: .5s;
	border-radius: 1px
}

.menu-button .bar:nth-child(1) {
	transform-origin: 0 0;
	transition: transform .4s ease-in-out;
	margin-bottom: 6px
}

.menu-button .bar:nth-child(2) {
	transition: transform .2s ease-in-out
}

.menu-button .bar:nth-child(3) {
	margin-top: 6px;
	transform-origin: left bottom;
	transition: transform .4s ease-in-out
}

.menu-button.active .bar:nth-child(2) {
	transform: scale(0)
}

.menu-button.active .bar:nth-child(1) {
	transform: rotate(45deg)
}

.menu-button.active .bar:nth-child(3) {
	transform: rotate(-45deg)
}

.animation[data-type=scale] {
	opacity: 0;
	transform: scale(0.8)
}

.animation[data-type=move-to-left] {
	opacity: 0;
	transform: translateX(-100%)
}

.banner {
	padding: 180px 0 130px;
	position: relative;
	color: #fff;
	max-height: calc(100vh - 50px);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px
}

.banner .overflow {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
	height: calc(100% + 30px);
	background-color: rgba(1, 41, 44, .7)
}

.banner__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: calc(100% + 30px);
	object-fit: cover;
}

.banner .container {
	z-index: 2;
	position: relative
}

.banner .subtitle {
	font-family: "Great Vibes", cursive;
	font-size: 64px
}

.banner .title {
	font-size: 96px;
	font-family: "El Messiri", serif;
	line-height: 120%
}

.banner .info-object ul {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 0
}

.banner .info-object ul li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600
}

.banner .line-information {
	background-color: rgba(0, 0, 0, .4);
	padding: 60px 0;
	margin-top: 100px;
	position: relative;
	z-index: 2
}

.banner .line-information .price {
	color: #e08738;
	font-weight: 800;
	font-size: 36px
}

.banner .line-information .btns-block {
	display: flex;
	gap: 20px;
	margin-top: 30px
}

.banner .scroll {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 50px
}

.banner .scroll:hover {
	color: hsla(0, 0%, 100%, .6)
}

.banner .scroll .line {
	position: absolute;
	z-index: 1;
	height: 45px;
	overflow: hidden;
	width: 3px;
	bottom: 0;
	left: calc(50% - 1px);
	background-color: #fff
}

.banner .scroll .line:after {
	content: "";
	position: absolute;
	z-index: 2;
	height: 60px;
	width: 4px;
	bottom: 0;
	left: calc(50% - 2px);
	background-color: #006d76;
	animation: line-move 5s linear infinite
}

@keyframes line-move {
	from {
		bottom: 100%
	}

	to {
		bottom: -100px
	}
}

.aida-arrows-block {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 30px;
	margin-bottom: 60px
}

.aida-arrows-block .counter {
	font-size: 36px;
	font-family: "El Messiri", serif;
	line-height: 100%;
	color: #006d76;
	padding-top: 5px;
	width: 60px;
	text-align: center
}

.aida-arrows-block .counter .total-count {
	display: inline-block
}

.aida-arrows-block .aida-arrow {
	display: flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: 1px solid #006d76;
	cursor: pointer;
	transition: .3s
}

.aida-arrows-block .aida-arrow.next svg {
	transform: scaleX(-1)
}

.aida-arrows-block .aida-arrow.next svg path {
	transition: .3s
}

.aida-arrows-block .aida-arrow:hover {
	background-color: #006d76
}

.aida-arrows-block .aida-arrow:hover svg path {
	fill: #fff
}

.slider-objects-inner {
	position: relative
}

.slider-objects-inner .slick-list {
	overflow: visible
}

.object-item {
	overflow: hidden;
	border-radius: 16px;
	background-color: #fff;
	margin-right: 20px;
	opacity: .5;
	transition: 1s
}

.object-item.slick-current {
	opacity: 1
}

.object-item.slick-current .text-box .excerpt {
	max-height: 300px;
	display: block
}

.object-item .image-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 320px
}

.image-box__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.object-item .image-box .line-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 15px 30px;
	background-color: rgba(0, 109, 118, .7)
}

.object-item .image-box .line-info ul {
	color: #fff;
	display: flex;
	gap: 20px;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0
}

.object-item .image-box .line-info ul li {
	display: flex;
	gap: 5px;
	line-height: 120%
}

.object-item .image-box .line-info ul img {
	width: 14px;
	height: 14px;
	display: inline-block
}

.object-item .text-box {
	padding: 25px 30px
}

.object-item .text-box .title {
	font-family: "El Messiri", serif;
	font-size: 24px;
	margin-bottom: 10px
}

.object-item .text-box .excerpt {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	overflow: hidden;
	transition: 2s;
	max-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2
}

.why-slider .for-arrow {
	position: relative
}

.why-slider .aida-arrows-block {
	position: absolute;
	right: 0;
	z-index: 3
}

.why-slider .why-slider-inner-container {
	display: flex;
	gap: 20px;
	align-items: end;
	width: 180%
}

.why-slider .why-slider-inner-container .why-slider-inner {
	width: 30%;
	position: relative;
	z-index: 2
}

.why-slider .why-slider-inner-container .why-slider-inner-nav {
	width: 70%;
	position: relative;
	z-index: 1
}

.why-slider .why-slider-inner-container .why-slider-inner-nav .why-slider-item {
	margin-right: 20px
}

.why-slider-item {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	height: 560px;
	width: 100%
}

.why-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.why-slider-item .text-container {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 1;
	color: #fff;
	background-image: linear-gradient(180deg, rgba(1, 41, 44, 0) 41%, rgb(1, 41, 44) 100%);
	display: flex;
	justify-content: end;
	flex-direction: column
}

.why-slider-item .text-container .title {
	font-family: "El Messiri", serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px
}

.why-slider-item .text-container .text {
	font-size: 16px
}

.why-slider .slick-slide.show-in img {
	transform: scale(2)
}

.why-slider .slick-slide.show-out img {
	transform: scale(1);
	transition: transform 1s ease-in-out .8s
}

.why-slider .why-slider-inner-nav .why-slider-item {
	height: 450px
}

.video-block {
	position: relative
}

.video-block video {
	object-fit: cover;
	border-radius: 16px;
	overflow: hidden
}

.video-block video source {
	object-fit: cover
}

.video-block .play {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	padding: 25px;
	background-color: hsla(0, 0%, 100%, .7);
	border-radius: 50px
}

.video-block .play:hover {
	background-color: #fff
}

.video-block .play:before {
	content: "";
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 200px;
	z-index: 1;
	background-color: hsla(0, 0%, 100%, .5);
	opacity: 0;
	animation: img-scale 2s linear infinite;
	transform-origin: center
}

.video-block .play img {
	width: 100%;
	position: relative;
	z-index: 2
}

@keyframes img-scale {
	from {
		transform: scale(0);
		opacity: 1
	}

	to {
		transform: scale(3);
		opacity: 0
	}
}

.payment-plan .payment-plan-inner {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 16px
}

.payment-plan .payment-plan-inner .left,
.payment-plan .payment-plan-inner .right {
	width: 50%
}

.payment-plan .payment-plan-inner .left {
	background-color: #006d76;
	color: #fff;
	padding: 60px 40px
}

.payment-plan .payment-plan-inner .left .subtitle {
	font-weight: bold
}

.payment-plan .payment-plan-inner .left .title {
	font-size: 48px;
	font-family: "EL Messiri", serif;
	margin-bottom: 10px
}

.payment-plan .payment-plan-inner .left .text {
	margin-bottom: 30px
}

.payment-plan .payment-plan-inner .right {
	display: flex;
	flex-wrap: wrap
}

.payment-plan .payment-plan-inner .right-item {
	width: 50%;
	flex: 0 0 50%;
	padding: 50px 80px;
	border: 1px solid #e7ebeb;
	background-color: #f3f4f8
}

.payment-plan .payment-plan-inner .right-item .number {
	color: #006d76;
	font-size: 48px;
	font-family: "EL Messiri", serif;
	font-weight: bold
}

.slider-why-invest .for-arrow {
	position: relative
}

.slider-why-invest .aida-arrows-block {
	position: absolute;
	right: 0;
	z-index: 3
}

.slider-why-invest .slick-track {
	display: flex;
	gap: 20px;
	align-items: end
}

.slider-why-invest-container {
	width: 140%
}

.slider-why-invest-container .slider-why-invest-item {
	border-radius: 16px;
	background-color: #f3f4f8;
	padding: 30px;
	display: flex;
	justify-content: end;
	flex-direction: column;
	height: 320px;
	gap: 10px;
	flex: 0 0 460px
}

.slider-why-invest-container .slider-why-invest-item .title {
	font-family: "EL Messiri", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%
}

.slider-why-invest-container .slider-why-invest-item .text {
	font-size: 16px
}

.slider-why-invest-container .slider-why-invest-item.slick-current {
	color: #fff;
	background-color: #006d76;
	height: 400px;
	flex: 0 0 600px
}

.slider-why-invest-container .slider-why-invest-item.slick-current .title {
	font-size: 36px
}

.faq .accordion-button {
	padding: 20px 30px;
	padding-bottom: 15px;
	background-color: #006d76;
	color: #fff;
	border-radius: 6px;
	font-family: "EL Messiri", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	position: relative
}

.faq .accordion-button:after,
.faq .accordion-button:before {
	content: "";
	position: absolute;
	right: 30px;
	top: calc(50% - 1px);
	height: 2px;
	width: 14px;
	border-radius: 1px;
	background-color: #fff;
	transition: .5s
}

.faq .accordion-button:before {
	transform: rotate(180deg)
}

.faq .accordion-button.collapsed {
	background-color: #fff;
	color: #333
}

.faq .accordion-button.collapsed:after,
.faq .accordion-button.collapsed:before {
	background-color: #333
}

.faq .accordion-button.collapsed:before {
	transform: rotate(90deg)
}

.faq .accordion-body {
	padding: 20px 30px
}

.faq .accordion-item {
	margin-bottom: 10px
}

footer {
	background-color: #006d76;
	padding: 80px 0;
	color: #fff;
	font-size: 14px
}

footer a {
	color: #fff
}

footer a:hover {
	color: hsl(0, 0%, 90%)
}

footer a:visited {
	color: #fff
}

footer a:visited:hover {
	color: hsl(0, 0%, 90%)
}

footer .footer-container {
	display: flex
}

footer .footer-container .border-right {
	border-right: 1px solid hsla(0, 0%, 100%, .2)
}

footer .footer-container .footer-col {
	padding: 20px 60px
}

footer .footer-container a.accent-btn {
	background-color: hsla(0, 0%, 100%, .2);
	margin-top: 30px
}

footer .footer-container a.accent-btn:hover {
	background-color: #fff;
	color: #006d76 !important
}

footer .footer-container .widget-title {
	font-size: 18px;
	font-family: "EL Messiri", serif;
	text-transform: uppercase;
	margin-bottom: 30px
}

footer .footer-container .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 0
}

footer .footer-container .menu li {
	flex: 0 0 50%
}

footer .footer-container .col-logo {
	padding-left: 0
}

footer .footer-container .col-logo .copy {
	color: #afd6d9;
	margin: 20px 0
}

footer .footer-container .col-contact {
	padding-right: 0
}

footer .footer-container .col-contact .phone {
	font-weight: 700;
	text-wrap: nowrap
}

footer .footer-container .col-contact .contacts-blocks {
	display: flex;
	align-items: center;
	gap: 30px
}

footer .footer-container .col-logo,
footer .footer-container .col-contact {
	flex: 0 0 15%;
	width: 15%
}

footer .footer-container .col-object,
footer .footer-container .col-vilas {
	width: 35%;
	flex: 0 0 35%
}

.wpcf7 .wpcf7-form br {
	display: none
}

.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
	display: block
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 12px
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
	border-right: none;
	border-top: none;
	border-bottom: 0;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	border-radius: 3px;
	background-color: #fff;
	border-width: 3px;
	color: #333
}

.wpcf7 .wpcf7-form input.wpcf7-not-valid {
	border-color: #dc3232
}

.wpcf7 .wpcf7-form .wpcf7-spinner {
	position: absolute;
	left: calc(100% + 20px);
	top: 8px;
	margin: 0
}

form input {
	margin-bottom: 10px
}

.wp-block-gallery {
	margin: 100px 0;
	margin-left: -50px;
	width: calc(100% + 100px)
}

.wp-block-gallery.mt-none {
	margin-top: 0
}

.wp-block-gallery img {
	border-radius: 16px
}

.wp-block-gallery.galery-in-content {
	margin: 0;
	padding-right: 40px;
	width: 100%
}

.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0
}

.wp-block-table table tr:first-child td {
	background-color: #006d76;
	color: #fff;
	border: 1px solid #006d76;
	font-weight: 700
}

.wp-block-table table tr:first-child td:first-child {
	border-top-left-radius: 5px
}

.wp-block-table table tr:first-child td:last-child {
	border-top-right-radius: 5px
}

.wp-block-table table tr:last-child td:first-child {
	border-bottom-left-radius: 5px
}

.wp-block-table table tr:last-child td:last-child {
	border-bottom-right-radius: 5px
}

.wp-block-table table tr:not(:first-child):hover td {
	background-color: #f3f4f8
}

.wp-block-table table td {
	border: 1px solid #e7ebeb;
	padding: 9px 25px
}

.wp-block-table table th {
	padding: 9px 25px
}

.wp-block-column.has-background {
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	padding: 15px
}

.block-with-image .col-lg-6 {
	padding: 0
}

.block-with-image .right-inner {
	color: #fff;
	background-color: #006d76;
	border-radius: 16px 0 0 16px;
	padding: 80px 300px;
	width: 120%;
	margin-left: -20%
}

.block-with-image .right-inner .title {
	font-size: 48px;
	font-family: "EL Messiri", serif;
	margin-bottom: 40px
}

.block-with-image img {
	border-radius: 0 16px 16px 0
}

.gallery-block {
	position: relative
}

.gallery-block .aida-arrows-block {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}

.gallery-block .gallery-inner-container {
	display: flex;
	gap: 20px;
	align-items: end;
	width: 180%
}

.gallery-block .gallery-inner-container .gallery-inner {
	width: 30%;
	position: relative;
	z-index: 2
}

.gallery-block .gallery-inner-container .gallery-inner-nav {
	width: 70%;
	position: relative;
	z-index: 1
}

.gallery-block .gallery-inner-container .gallery-inner-nav .gallery-item {
	margin-right: 20px
}

.gallery-block .gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	height: 560px;
	width: 100%
}

.gallery-block .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.gallery-block .slick-slide.show-in img {
	transform: scale(2)
}

.gallery-block .slick-slide.show-out img {
	transform: scale(1);
	transition: transform 1s ease-in-out .8s
}

.gallery-block .gallery-inner-nav .gallery-item {
	height: 450px
}

.image-block2 img {
	border-radius: 16px 0 0 16px;
	margin-left: 60px;
	min-width: 140%
}

.swift .swift-item {
	height: calc(100% - 60px)
}

.swift .swift-item .header-swift {
	margin-bottom: 3px;
	padding: 20px 40px;
	background-color: #f3f4f8;
	color: #006d76;
	border-radius: 16px;
	font-family: "EL Messiri", serif;
	display: flex;
	align-items: center;
	gap: 15px;
	transition: .3s
}

.swift .swift-item .header-swift .number {
	font-size: 36px;
	padding: 3px;
	padding-right: 20px;
	border-right: 1px solid #b8ccce
}

.swift .swift-item .header-swift .subtitle {
	font-size: 24px
}

.swift .swift-item .body-swift {
	padding: 40px;
	height: inherit;
	border-radius: 16px;
	background-color: #f3f4f8;
	transition: .3s
}

.swift .swift-item .body-swift .title {
	font-family: "EL Messiri", serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 110%
}

.swift .swift-item:hover .header-swift,
.swift .swift-item:hover .body-swift {
	background-color: #006d76;
	color: #fff
}

.payment-options .payment-item {
	padding: 40px;
	border-radius: 16px;
	background-color: #fff;
	margin-bottom: 20px;
	height: calc(100% - 40px)
}

.payment-options .payment-item img {
	margin-bottom: 50px;
	display: inline-block;
	width: 48px
}

.payment-options .payment-item .title {
	color: #006d76;
	font-family: "EL Messiri", serif;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 32px
}

.payment-plan-items .slick-list {
	overflow: visible
}

.payment-plan-items .swift-item {
	margin-right: 20px
}

.payment-plan-items .swift-item .header-swift .subtitle {
	line-height: 100%
}

.payment-plan-items .swift-item.slick-current {
	height: 220px
}

.payment-plan-items .swift-item.slick-current .header-swift,
.payment-plan-items .swift-item.slick-current .body-swift {
	background-color: #006d76;
	color: #fff
}

.additional {
	border-top: 1px solid #e7ebeb
}

.additional-info {
	text-align: center;
	padding: 0 30px
}

.additional-info .title {
	font-size: 36px;
	font-family: "EL Messiri", serif
}

.additional-info .subtitle {
	font-weight: bold
}

.additional-info ul {
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	overflow: hidden;
	background-color: #f3f4f8;
	margin: 20px 0
}

.additional-info ul li {
	padding: 20px 30px;
	border-bottom: 1px solid #e7ebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 500
}

.additional-info .price {
	color: #006d76;
	font-weight: 800;
	font-size: 36px
}

.additional-info a.accent-btn {
	margin: 20px auto 0
}

section.page-404,
section.page {
	padding: 250px 0 120px
}

