/*
Theme Name: medvoyage
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: D.E.
Author URI: https://degorov.ru/
Version: 1.0
*/


:root {
	--zoom: 1;
	--p-24: calc(18px + (24 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-28: calc(16px + (28 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-40: calc(20px + (40 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--h2: calc(25px + (40 - 25) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--h1: calc(25px + (50 - 25) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--big: calc(70px + (172 - 70) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-32: calc(18px + (32 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-96: calc(32px + (96 - 32) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-36: calc(20px + (36 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.page-frame {
	background: var(--light);
}

.home h2 {
	font-size: var(--h2);
	margin-bottom: 2.5rem;
}

.our__clinics-ved-inner span {
	color: var(--color);
}

.our__clinics-items {
	display: grid;
	gap: 2rem;
}


.our__clinics-item {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	/* box-shadow: 0 30px 60px -5px rgba(0, 0, 0, 0.15);
	background-color: var(--color_bg_2); */
	border-radius: 10px;
}

.our__clinics-item-wrapper {
	display: flex;
	flex-direction: column;
}

.our__clinics-item p {
	margin: 0;
}

.our__clinics-ved {
	margin-top: auto;
}

.our__clinics-item-wrapper .btn {
	width: max-content;
	margin: 0 auto;
	margin-top: 2rem;
}

.our__clinics-item .g-ratings {
	align-items: flex-start;
}

.our__clinics-item-price {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.our__clinics-item-price-line {
	border-bottom: 1px solid #e0d7d7;
	padding-bottom: 1rem;
}

.span-name {
	display: block;
	opacity: 0.8;
	font-size: 0.875rem;
}

.our__clinics {
	background-color: #fff;
}

.our__clinics-item .btn {
	margin: 0 auto;
	display: block;
	margin-top: 2rem;
}

.our__clinics-ved-inner span:last-child {
	display: none;
}

.our__col {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 3rem;
	row-gap: 1rem;
	border-radius: 0.5rem;
}

.our__col:nth-child(1) {
	background-color: var(--color_bg_2);
}

.our__col:nth-child(2) {

	background-color: var(--color_bg_1);
	color: #fff;
}

.our__clinics-item-img {
	border-radius: 20px;
	overflow: hidden;
	height: 14rem;
}

.our__clinics-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our__clinics-item-priceline {
	font-size: 1rem;
}

.our__clinics-item-dop-desc {
	font-size: 1.25rem;
	width: 70%;
}

.our__clinics-item-title {
	font-size: var(--p-32);
	padding-right: 3rem;
}

.our__clinics-item-city {
	font-size: 0.875rem;
	padding: 0.7rem 1rem;
	background: #fff;
	width: max-content;
	border-radius: 15px;
}

.our__clinics-item {
	color: var(--dark);
}

#header {
	z-index: unset;
}

.active.mobile .mobile__blur {
	display: block;
	width: 100vw;
	background: rgba(61, 61, 61, 0.53);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

}

.mobile__wrapper {
	position: relative;
	height: 100%;
}


.active .mobile__inner {
	transform: translateX(0);
}

.open {
	align-items: center;
	justify-content: space-between;
	height: 14px;
	width: 18px;
}

.mobile-icon {
	width: 2.5rem;
	height: 2.5rem;
}

.open span {
	background-color: #F0F0F0;
	width: 18px;
}


#header .container-fluid {
	z-index: unset;
}

.wrapper {
	overflow: hidden;
}

h1 {
	font-size: var(--h1);
	line-height: 134.02%;

}

.mobile-icon.hidden-lg {
	display: flex !important;
}

#header .row {
	position: relative;
}


.mobile-icon {
	background-color: var(--color);
	border-radius: 10px;
	padding: 12px 10px;
}

.active .open span,
.active:hover .open span {
	width: 18px;
}

.our__clinics-item-city-sertificate {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: flex-start;
}

.our__clinics-item-city-sertificate-img svg {
	width: 1.5rem;
}

.mobile-icon.mobile-icon-bg {
	opacity: 0.6 !important;
}

.mobile-icon:hover .open span {
	width: 18px;
}

.active .open span:nth-child(2) {
	left: -18px;
	width: 0px;
}

.mobile {
	background-color: transparent;

}

.mobile__inner {
	transform: translateX(100%);
	transition: all 0.3s;
}

.mobile .menu .current-menu-item a {
	font-weight: 500;
}

.mobile__inner {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 33.7rem;
	margin-left: auto;
	height: 100%;
	z-index: 2;
	position: relative;
}

.mobile .menu .menu-item a {
	color: #525252;
	padding-left: 1.68rem;
	position: relative;
	padding-top: 0.84rem;
	padding-bottom: 0.84rem;
	font-weight: 500;
}

.mobile .menu,
.mobile__head {
	padding: 1rem 4rem;
}

.mobile__head {
	padding-right: 2rem;
	padding-top: 3rem;
}

.mobile__head {
	display: flex;
	align-items: center;
	gap: 3rem;
	padding-right: 4rem;
}

.mobile .menu .menu-item a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #2AAEC5;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: block;
}

.mobile .menu .menu-item .sub-menu {
	margin-left: 4rem;
}

.mobile .menu .menu-item .sub-menu .menu-item a::before {
	display: none;
}

.home .hero3__title h1 {
	font-size: var(--h1);
}

h2 {
	line-height: 1.2;
}

#manager textarea {
	padding: 0;
}

.footer-social-inner {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-social-inner .soc {
	background-color: #fff;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social-inner .soc svg {
	fill: #2AAEC5;
}

#manager .form-wrap .form-header {
	display: none;
}

.container-fluid,
#hero .container-fluid {
	max-width: 1369px;
}

.home #hero {
	overflow: hidden;
}

.btn {
	font-size: 1.25rem;
}

.btn span {
	padding: 1.75rem 2.3rem;
}

#header {
	padding-top: 3rem;
}

.header__soc {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-right: 4.625rem;
}

.header__soc .soc {
	background: linear-gradient(0deg, #3dadbf, #79c57e);
	border-radius: 50%;
	width: 1.8125rem;
	height: 1.8125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}

.header__soc .soc svg path,
.header__soc .soc {
	transition: all 0.3s;
}

.header__soc .soc:hover svg path {
	fill: var(--color);
}

.header__soc .soc:hover {
	background: #fff;
}

#header .contacts .link,
.mobile .contacts .link {
	font-size: 0.937rem;
	color: rgba(110, 191, 119, 1);
	border: 3.08px solid #6FC089 !important;
	border-radius: 41px;
	padding: 0.9rem 1.5rem;
	font-weight: 600;
	margin-left: 2.5rem;
	line-height: 1.125;
	background: var(--light);
}

#header .contacts .link {
	/* background-color: transparent; */
}

.mobile .contacts .link {
	margin-left: 0;
}

.mobile .contacts {
	padding: 1rem 4rem;
	border-bottom: none;
	display: flex;
	gap: 1.5rem;
	align-items: center;
	margin-top: auto;
}

.mobile-phone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-phone a {
	border-bottom: 1px solid;
}

.mobile-phone a:hover {
	border-bottom-color: transparent;
}

.mobile .menu .menu-item a:hover {
	color: var(--color);
}

.mobile .menu .menu-item a:hover::before {
	background-color: var(--color);
}

.slick-arrow:hover {
	transform: scale(1.1);
}

#header .contacts .link:hover {
	border-bottom: 3.08px solid #6FC089 !important;
	background-color: #fff;
}

.mobile .contacts .link:hover {
	border-bottom: 3.08px solid #6FC089 !important;
	background-color: #6FC089;
	color: #fff;
}

#header .content .contacts {
	flex: unset;
	display: flex;
	align-items: center;
}

#header .contacts .phone-content {
	color: #20812B;
	font-weight: 600;
	border-bottom: 2px solid;
}

#header .contacts .phone-content:hover {
	border-bottom-color: transparent;
}

#header .contacts svg {
	margin: 0;
	border: none;
	margin-right: 0.3rem;
}

#header .content .descriptor .text {
	max-width: 262px;
	color: #656565;
	line-height: 1.4;
}

#footer {
	background-color: #2AAEC5;
}

#footer .footer-head {
	font-size: 1rem;
	letter-spacing: 0;
	margin-bottom: 1.25rem;
}

.footer-menu .menu .menu-item a {
	opacity: 1;
	font-size: 1rem;
	text-decoration: none;
	border-bottom: 1px solid;

}

.home .hero3__content.mobile-inf {
	display: none;
}

.footer-menu .menu .menu-item a:hover {
	border-bottom-color: transparent;
}

#footer .descriptor {
	font-size: 1rem;
	line-height: 1.56;
}

.footer-menu .menu li:not(:last-child) {
	margin-bottom: 0.6rem;
}

.footer-2-inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

#footer .phone-content,
#footer a[href^="mailto:"] {
	color: #fff;
	font-size: 1rem;
}

.b2b-copy {
	margin: 0;
}

#footer .link {
	font-size: 1rem;
}

.footer-social .soc {
	list-style: none;
}

.footer-social .soc a {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.3rem;
}

.footer-social {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	margin-top: 2.4rem;
}

.footer-head-contacts {
	font-weight: 700;
}

.footer-contacts li {
	margin-bottom: 2rem !important;
	font-size: 1rem !important;
}

.footer-head-contacts {
	font-size: 1rem;
}

#footer .phone-content:hover,
#footer a[href^="mailto:"]:hover {
	color: var(--color);
}

.hero3__slider.act {
	display: block;
}

.hero3__slider-wrap {
	position: relative;
}

.hero3__slider.act {
	opacity: 1;
}

.home .hero3__slider,
.home .hero3__slider.act .slick-track {
	width: 100%;
	/* min-height: 81.6vh; */
	border-radius: 10px;
	overflow: hidden;

}

.home .hero3__title {
	width: 60%;
}

.home .hero3__slider .slick-slide>div {
	height: 100%;
}

.home .hero3__slider .slick-track {
	display: flex !important;
	justify-content: center !important;
}

.home .hero3__slider.act .slick-track {
	display: block !important;
}

.home .hero3__slider.act .hero3__slide {
	opacity: 1 !important;
	position: initial;
	border-radius: 5px;
}

.home .hero3 .hero3__slide {
	min-height: 81vh;
	display: flex !important;
}

.home .hero3__inner-content {
	min-height: 81vh;
}

.home .hero3__content {
	padding: 0;
}

.home .hero__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100%; */
	padding-left: calc(60px + (148 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.home .hero3__slide {
	position: relative;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.hero3__inner-content {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding-top: 4.75rem;
}

.form__inner .form-group input {
	border-radius: 50px;
}

.images__btns .slick-arrow {
	background: #fff;
	width: 1.8rem;
	height: 1.8rem;
	box-shadow: none;
}

.images__btns .slick-arrow:hover {
	background: linear-gradient(0deg, rgba(42, 174, 197, 1), rgba(115, 192, 120, 1))
}

.images__btn-next {
	right: 0.875rem;
}

.cat_card-text {
	font-size: 1.25rem;
	color: #484848;
	margin-bottom: .5rem;
	margin-top: 2rem;
	line-height: 1.1;
}

.block__cat {
	padding-bottom: 5.6rem;
}

.steps__inner .title h2 {
	margin-top: 0;
	color: #3D3D3D;
}

.cat_card_img img {
	border-radius: 28px;

}

.cat__inner .title {
	width: 60%;
	margin: 0 auto;
}

.cat__inner .title .text_color {
	color: #54ACBB;
}

.cat__inner .title h2 {
	margin-top: 0;
}

.cat_card-text p strong,
.cat_card-text p b {
	font-size: var(--p-24);

}

.images__btn-prev {
	left: 0.875rem;
}


.home .hero3__title h1 {
	margin-top: 2rem;
	margin-bottom: 3.6rem;
}

.hero3__text-top {
	padding: 1.125rem 1.75rem;
	background-color: #F6F6F6;
	border-radius: 20px;
	color: #48889B;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}

.hero3__text-top-img {
	width: 2.2rem;
	height: 2.2rem;
	flex-shrink: 0;
}

.hero__text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	font-size: 0.937rem;
	color: #fff;
	font-weight: 600;
	padding: 1.5rem 2.2rem;
	border-radius: 20px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	margin-bottom: 4rem;
	cursor: pointer;
	transition: all 0.1s;

}

a[href^="tel:"].hero__text {
	border-bottom-color: rgba(255, 255, 255, 0.9);
	color: #fff;
}

a[href^="tel:"].hero__text:hover {
	border-color: var(--color);
}

.hero__text p {
	margin: 0;
}

.hero__text::before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	will-change: filter;
	z-index: -1;
}

.contacts__call {
	display: none;
}

#header .contacts .contacts__call:hover {
	background: #fff;
}

#header .contacts .contacts__call svg:hover {
	fill: var(--color);
}

.home .hero3__content {
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	color: #6C6C6C;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 3.56rem;
	padding: 2rem;
	width: 79%;
	align-self: flex-end;
	margin-top: 1.5rem;
	margin-left: 1.5rem;
	margin-top: auto;
	border-top: 1.5rem solid var(--light);
	border-left: 1.5rem solid var(--light);
	position: relative;

}

.portfolio__slider-big .section-review__item .section-review__item-img {
	opacity: 1;
}

#hero .slick-arrow {
	background: transparent;
	box-shadow: none;
	border: 1px solid #fff;
	width: 3.625rem;
	height: 3.725rem;
}

#hero .slick-arrow svg {
	width: auto;
	height: auto;
}

.home .hero3__buttons .btn span {
	padding: 1.75rem 2.25rem;
}


.home .hero3__buttons .btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 92%;
	height: 80%;
	background: linear-gradient(0deg, #3dadbf, #79c57e);
	border-radius: 50px;
	filter: blur(40px);
	will-change: filter;
	transform: translate(-50%, 11%);
}

.hero3-slick-next {
	right: 2.5rem;
}

.hero3-slick-prev {
	left: 2.5rem;
}

.home .hero3__content li {
	padding-left: 4.375rem;
	position: relative;
	font-size: 1.125rem;
	line-height: 142.5%;
}


.elimore_show,
.elimore_hide {
	display: block;
}

.home .hero3__content li:not(:last-child) {
	margin-bottom: 2.8rem;
}

.hero3__inner {
	position: relative;

}

.home .hero3__content li::before {
	position: absolute;
	content: '';
	width: 3rem;
	height: 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

#footer .footer-logo {
	margin-left: 0;
}

#footer .descriptor {
	width: 69%;
}

.home .hero3__content li:nth-child(1)::before {
	background-image: url(assets/i/li1.svg);
}

.home .hero3__content li:nth-child(2)::before {
	background-image: url(assets/i/li2.svg);
}

.home .hero3__buttons {
	margin: 0;
}

.home .hero3__buttons .btn {
	width: 100%;
}

.hero__text-img {
	flex-shrink: 0;
}

.hero__info--action {
	margin-top: 2.2rem;
	font-size: 0.875rem;
	text-align: center;
}

.about .title {
	color: #3F3F3F;
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

.about .title h2 {
	margin: 1.25rem 0
}

.about .title p {
	width: 80%;
	margin: 0 auto;
	color: #707070;
}

.about__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 4.7rem;
}

.home section {
	background-color: var(--light);
}

#header {
	padding-bottom: 4.5rem;
}

.popular .title {
	margin: 0 auto;
	width: 63%;
}

.cat_card_img-in img {
	height: 170px;
	width: 100%;
	object-fit: cover;
}

.about__item {
	background-color: #fff;
	border-radius: 10px;
	width: calc(50% - 0.625rem);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(189, 189, 189, 0.25);
	-moz-box-shadow: 0px 0px 60px 0px rgba(189, 189, 189, 0.25);
	box-shadow: 0px 0px 60px 0px rgba(189, 189, 189, 0.25);
	font-size: var(--p-24);
	padding: 3.125rem 4rem;
	font-weight: 600;
	position: relative;
	color: #5B5B5B;
	min-height: 26.75rem;
	line-height: 1.2;
}


.steps-img {
	display: flex;
	align-items: center;
	justify-content: center;

}

.footer-social .soc {
	transition: all 0.3s;
}

.footer-social .soc:hover {
	transform: scale(1.1);
}

.steps__items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.25rem;
	row-gap: 2.5rem;
	justify-content: center;
	padding-top: 2rem;
	padding-top: 1.5rem;
}

.step_item {
	width: 32%;
	border-radius: 20px;
	background-color: #fff;
	padding: 2rem 2.5rem;
	padding-right: 4.7rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 138.52%;
}

section.steps {
	padding-bottom: 0;
	background-color: #D3E5E8;
	background-image: url(assets/i/bg.webp);
}

.step_num {
	margin-bottom: 1.25rem;
	color: #ABABAB;
	font-weight: 700;
}

.title_btn {
	background: transparent;
	border: 4px solid #fff;
	border-radius: 50%;
	width: 61rem;
	height: 61rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.map__pulse {
	width: 150%;
	height: 150%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	opacity: 1;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 0.5;
	animation: czmPulse 2.5s infinite;
}

.map__pulse:nth-child(2) {
	width: 180%;
	height: 180%;
}

@keyframes czmPulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		-moz-transform: translate(-50%, -50%) scale(0.3);
		-ms-transform: translate(-50%, -50%) scale(0.3);
		-o-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}

	50% {
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		-o-opacity: 0.5;
		opacity: 0.5;

	}



	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-moz-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
	}
}

.about__item-img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.about__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__item:nth-child(3) .about__item-img img {
	width: unset;
	height: unset;

}

.about__item strong,
.about__item b {
	color: #000000;
}

.about__item:last-child {
	width: 100%;
	display: flex;
	padding-left: calc(60px + (141 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	align-items: center;
	background-image: url(assets/i/gr1.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.popular {
	padding-top: 2rem;
}

.popular__inner .title h2 {
	margin-top: 0;
	/* line-height: 138.52%; */
}

.about__item:last-child .about__item-img {
	left: unset;
	top: unset;
	width: 40%;
}

.about__item-title p {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	line-height: 1.1;
}

.about__item-title p strong {
	font-weight: 700;
}

.about__item:last-child .about__item-title {
	width: 57%;
}

.about__item-title .text_color strong {
	color: var(--color);
}

.title p {
	font-size: 1.25rem;
}

.popular__items {
	display: grid;
	gap: 2rem;
	padding-top: 1rem;
}

.popular__item {
	background-color: #fff;
	border-radius: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 3rem;
	gap: calc(60px + (112 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	font-size: 1.25rem;
	color: #303030;
	font-weight: 500;
	line-height: 138.52%;

}

.popular__item ul {
	color: #525252;
	margin-top: 0.25rem;
	margin-bottom: 3rem;
	line-height: 138.52%;

}

.popular__item ul li {
	position: relative;
	padding-left: 1.35rem;
}

.popular__item ul li::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	background-color: #525252;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	border-radius: 50%;
}

.popular__item strong,
.popular__item b {
	font-size: var(--p-24);
	color: #303030;
}

.popular__item p:first-child {
	margin-bottom: 0;
	line-height: 138.52%;
}


.popular__item ul li {
	font-size: inherit;
	font-weight: 400;
}

.popular__item ul li strong {
	font-weight: 600;
}

.popular__item-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;

}



.cat_card-inner {
	position: relative
}

.cat_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding-top: 1.5rem;
}

.cat_card {
	background-color: #fff;
	border-radius: 30px;
	width: calc((100% / 3) - 1.4rem);
	padding: 2rem;
	display: flex;
	flex-direction: column;
}

.cat_card .btn {
	width: 100%;
	margin-top: auto;

}



.btn.btn-white::before {
	content: '';
	position: absolute;
	top: 2.8px;
	left: 2.8px;
	bottom: 2.8px;
	right: 2.8px;
	background: #fff;
	border-radius: 50px;
	width: unset;
	height: unset;
	opacity: 1;
	transform: unset;
	filter: none
}



.btn-white span {
	position: relative;
	display: block;
	text-align: center;
	background: linear-gradient(0deg, rgba(42, 174, 197, 1), rgba(115, 192, 120, 1));
	font-weight: 600;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

.hand-from-inner {
	background: rgb(169, 207, 244);
	background: linear-gradient(180deg, rgba(169, 207, 244, 1) 0%, rgba(195, 223, 248, 1) 55%);
	border-radius: 20px;
	padding: 3.12rem;
	padding-left: calc(60px + (104 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	height: 281px;
	position: relative;
}

.hand-from-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(assets/i/bg2.webp);
	border-radius: 20px;
}

.hand-from-inner .title {

	font-weight: 700;
	color: #484848;
	margin-bottom: 1.75rem;
	width: 28rem;
}

.hand-from-inner .title p {
	margin: 0;
	font-size: var(--p-24);
}

.hand-from-img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-9.4%);
}

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

.partners__item-img {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.125rem 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners .btn-white::before {
	background-color: var(--light)
}

.partners__item-desc {
	border-radius: 20px;
	background-color: #fff;
	padding: 1.25rem 1.75rem;
}

.partners__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.partners .title {
	color: #515151;
}

.partners__item:nth-child(even) {
	margin-top: 3.8rem;
}

.partners__item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-weight: 500;
}

.partners__item strong,
.partners__item b {
	font-size: var(--p-24);
	font-weight: 700;
	display: block;
	margin-bottom: 0.6rem;
}

.partners__item p br {
	display: none;
}

.partners__item-desc p {
	margin: 0;
	font-weight: 500;
}

.how__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem;
}

.partners__item-desc p br {
	display: none;
}

.how_desc {
	font-weight: 500;
	color: #383838;
}

.how_desc strong {
	margin-bottom: 1.25rem;
	font-size: var(--p-24);
	display: block;
}

.founder__inner .title h2 {
	color: #515151;
	margin-top: 0;
}

.how {
	padding-bottom: 6.25rem;
}

.how_item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2.2rem;
	position: relative;
	font-size: 1.25rem;
	color: #383838;
	line-height: 138.52%;

}

.how_num {
	color: #828282;
	font-weight: 700;
	font-size: 1.25rem;
	padding: 5px 1rem;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 3.19rem;
	transform: translateY(-50%);
}

.how_item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	border-radius: 20px;
	height: 13.2rem;
	background-size: contain;
	background-image: url(assets/i/bg2.webp);
}

.how__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
}

.how__inner .title h2 {
	margin: 0;
}

.btn span {
	border-radius: 80px;
	overflow: hidden;
}

.how_item:nth-child(odd) .how_item-img {
	background-color: #A1E1A6;
}

.how_item:nth-child(even) .how_item-img {
	background-color: #7EDBEB;
}

.founder__items {
	display: flex;
	gap: 1.25rem;
	padding-top: 2rem;
}

.founder-item {
	width: 27%;
	flex: 0 0 27%;
	color: #383838;
	font-weight: 500;
	padding-bottom: 4.5rem;
	line-height: 134.02%;
}

.founder-item:nth-child(1) {
	text-align: right;
}

.section-review__items .slick-slide {
	margin: 0 0.82rem;
}

.section-review__items {
	margin-right: calc(((100vw - 100%) / 2)* -1);
	width: calc(100% + ((100vw - 100%) / 2));
}

.section-review__item-title {
	font-weight: 700;
	font-size: 1rem;
	color: #ACACAC;
	line-height: 138.52%;
}

.section-review__inner {
	position: relative;
}

.title-btns {
	position: absolute;
	width: 11.25rem;
	bottom: 0;
	height: 5rem;
}

.slick-arrow {
	background: linear-gradient(0deg, #3dadbf, #79c57e);
	box-shadow: none;
	width: 5rem;
	height: 5rem;
}

.founder-item:nth-child(1) ul li {
	text-align: right;
	padding-right: 1.7rem;
	padding-left: 0;
}

.portfolio__slider-big .section-review__item .section-review__item-name {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.title-btns .slick-arrow svg {
	fill: transparent;
	width: auto;
	height: auto;
}

.title-btns .slick-arrow:hover {
	transform: scale(1.1);
}

.popular__item-img {
	border-radius: 31px;
	justify-self: flex-start;
	align-self: flex-start;
	align-items: flex-start;
}

.popular__item-img img {
	border-radius: 31px;
}

.btn {
	transition: all 0.3s;
}

.btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 92%;
	height: 80%;
	background: linear-gradient(0deg, #3dadbf, #79c57e);
	border-radius: 50px;
	filter: blur(40px);
	will-change: filter;
	transform: translate(-50%, 11%);
	opacity: 0;
	transition: 0.3s linear;
}

.btn:hover {
	transform: scale(1.05);

}

.btn:hover:before {
	opacity: 1;
}



.title-btns .slick-arrow {
	bottom: 0;
	transform: unset;
}

.manager-1 .wrap {
	display: flex;
	flex-direction: column;
	padding: 5.3rem 5.3rem 3.56rem 4.94rem;
	position: relative;
	background-image: url(assets/i/rec2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: none;
}

.manager-1 .text-wrap .subheader {
	margin: 0 0 3.1rem 0;
}

.manager-1 .wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(assets/i/rec.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.manager__img {
	position: absolute;
	bottom: 0;
	right: -9%;
	width: 61%;
}

.form__inner {
	align-items: flex-start;
	display: flex;
	gap: 4rem;
}

.hideLabels .form-group label {
	color: #979797;
	font-size: 1rem;
	left: 2rem;
}

.form__inner .btn {
	width: 100%;
}

.form__inner .form-group {
	border-radius: 50px;
	background-color: #fff;
	border: none;

}

.form__inner {
	position: relative;
	border: 2px solid rgba(216, 233, 245, 0.7);
	border-radius: 20px;
	padding: 2.3rem 4.6rem 2.5rem 2.93rem;
}

.agreement-label a {
	color: var(--dark);
	border-bottom: 1px solid;
}

.agreement-label a:hover {
	border-bottom-color: transparent
}

.form__inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(194, 221, 239, 0.4);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	will-change: filter;
	border-radius: 20px;

}

.form__inner .form-group input {
	padding: 1.5rem 2rem;
}

.manager-1 .text-wrap .header p {
	border: 1px solid #1B8A9C;
	border-radius: 50px;
	color: #387F8A !important;
	font-size: 1rem;
	padding: 1.75rem 1.9rem;
	position: relative;
	padding-left: 4rem;
}

.manager-1 .text-wrap .header p::before {
	content: '';
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/i/h.svg);
	top: 50%;
	left: 1.9rem;
	transform: translateY(-50%);
}

.form__text {
	background-color: #fff;
	border-radius: 20px;
	padding: 3.75rem;
	padding-right: 3rem;
	font-size: 1.25rem;
	font-weight: 600;
	z-index: 2;
	color: #454545;

}

.form__text p {
	margin: 0;
}

.form__text p strong {
	color: #187A8A;
	font-weight: 700;
	font-size: var(--p-24);

}

.form__text p .text_color strong {
	margin-top: 2.5rem;
	display: block;
}

.agreement-label,
.agreement-label a {
	color: #454545;
}

.agreement-label .check {
	background-color: #fff;
}

.agreement-check input:checked+.agreement-label .check::before {
	border: 2px solid #2AAEC5;
	border-top-color: transparent;
	border-left-color: transparent;

}

.manager-1 .form-wrap {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;
	max-width: 310px;
}

.agreement-check input+.agreement-label .check::after {
	border: none;
}

.manager-1 .text-wrap {
	max-width: 435px;
	flex: 1 0 435px;
	padding: 0;
}

.manager-1 .text-wrap .header h2 {
	color: #2A7986;
	margin-right: 0;
	line-height: 141.52%;
}

.title-btns .slick-arrow.slick-next {
	right: 0;
}

.portfolio__slider-big .section-review__item .section-review__item-title {
	color: #000;
	font-size: var(--p-24);
}

.section-review__items .slick-slide {
	width: 33.5rem;
}

.portfolio__slider-big .section-review__item {
	color: #000;
	font-size: 1rem;
}

.portfolio__wrapper {
	display: flex;
	padding-top: 2rem;
	gap: 2.5rem;
}

.portfolio__slider-big .section-review__item::before {
	opacity: 0;
	display: none;
}

.portfolio__buttons {
	display: flex;
	gap: 1.25rem;
}


.portfolio-slider__wrapper {
	width: 70%;
}

.portfolio__inner {
	width: calc(((100% - 70% - 2.5rem)) + ((100vw - 100%) / 2));
	margin-left: -0.81rem;
	position: relative;
}

.portfolio__inner .slick-list {
	padding: 0 0.81rem !important;
}

.portfolio__inner .section-review__item-text p {
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	height: calc(10px * 1.5 * 10);
	overflow: hidden;
}

.portfolio__inner .slick-slide {
	margin: 0 0.81rem;
}

.portfolio__slider-big .section-review__item .section-review__item-img {
	height: auto;
}

.section-review__item-img img {
	border-radius: 20px;
}

/* .portfolio__slider-big .section-review__item {
	width: 52rem !important;
} */

.section-review__item-name {
	color: #73C078;
	font-weight: 500;
	margin-bottom: 1.25rem;
	margin-bottom: 0.6rem;
	margin-top: 0.3rem;
	font-size: 12px;
}

.section-review__item {
	color: #ACACAC;
	padding: 2rem 2.4rem;
	background-color: #fff;
	border-radius: 30px;
	display: flex !important;
	gap: 1.25rem;
	font-size: 10px;
	height: 100%;
	position: relative;
	line-height: 152.02%;
}

.section-review__item::before {
	content: '';
	position: absolute;
	background-color: rgba(16, 95, 107, 0.2);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 30px;
	z-index: 2;
}

.section-review .title h2 {
	color: #515151;
	margin-top: 0;
}

.section-review__item-img {
	flex-shrink: 0;
	height: 15rem;
	opacity: 0.7;
}

.founder-item ul li {
	position: relative;
	padding-left: 1.7rem;
}

.founder-item ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}

section.founder {
	padding-bottom: 0;
	background-color: #C4E6FD;
	background-image: url(assets/i/bg3.webp);
	background-repeat: no-repeat;
	background-size: cover;

}

.policy {
	border-bottom: 1px solid;
}

.policy:hover {
	border-bottom-color: transparent;
}

#hero .hero3__text-top,
#hero .hero3__title,
#hero .hero__text {
	transform: translateY(1rem);
	opacity: 0;
}

.body_load #hero .hero3__text-top,
.body_load #hero .hero3__title,
.body_load #hero .hero__text {
	transform: translateY(0%);
	transition: all .7s cubic-bezier(.215, .61, .355, 1);
	opacity: 1;
	transition-delay: .5s;
}

.founder-bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 91%;
}

.founder-img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.founder-item ul li::before {
	content: '';
	position: absolute;
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	background-color: #fff;
	top: 5px;
	left: 0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(96, 152, 191, 0.4);
	-moz-box-shadow: 0px 3px 6px 0px rgba(96, 152, 191, 0.4);
	box-shadow: 0px 3px 6px 0px rgba(96, 152, 191, 0.4);
}

.founder-item:nth-child(1) ul li::before {
	right: 0;
	left: unset;
}

.founder-item .text_color {
	color: #1A7281;
	font-size: var(--p-32);
	font-weight: 700;
	display: block;
	margin-bottom: 2.1rem;
	line-height: 1.2;
}

#header .content .row {
	margin: 0;
}

.hero__err h1 {
	text-align: center;
	background: linear-gradient(146deg, rgba(42, 174, 197, 1) 0%, rgba(115, 192, 120, 1) 84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 113%;
	text-fill-color: transparent;
	padding: 0 0.5rem;
	font-size: calc(70px + (300 - 70) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	margin-bottom: 0;
}

.hero__err#hero .list h1+p {
	font-size: calc(18px + (50 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	font-weight: 700;
	color: #616161;
	text-align: center;
}

.hero__err#hero .button {
	justify-content: center;
}

.hero__err#hero {
	background-color: #fff;
}

.hero__err#hero .row {
	justify-content: center;
}

#hero.hero__err .main::before {
	content: 'error';
	position: absolute;
	font-size: calc(100px + (400 - 100) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	color: #F8F8F8;
	text-transform: uppercase;
	font-weight: 700;
	top: -2rem;
	z-index: -1;
}

.hero__err#hero .intro {
	line-height: 161%;
	font-size: 1.25rem;
	text-align: center;
}

#hero.hero__err .main {
	justify-content: center;

}

#hero.g-hero-custom .main {
	justify-content: center;
	color: #616161;
}

#hero.g-hero-custom {
	background-color: #fff;
}

#hero.g-hero-custom .main .button {
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hero.g-hero-custom h1 {
	margin-bottom: 1rem;
}

#hero.g-hero-custom h1 .text_color {
	background: linear-gradient(180deg, rgba(42, 174, 197, 1) 0%, rgba(115, 192, 120, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 113%;
	text-fill-color: transparent;
}

#hero.g-hero-custom .thanks-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

#hero.g-hero-custom p {
	font-size: var(--p-24);
}

#hero.g-hero-custom strong,
#hero.g-hero-custom b {
	display: block;
	margin-top: 4rem;
}

@media screen and (min-width: 2500px) {
	body {
		zoom: 1.333;
	}

	:root {
		--zoom: 1.333
	}
}

@media screen and (max-width: 1919px) {
	.about__items {
		margin-top: 2.7rem;
	}

	#hero.g-hero-custom strong,
	#hero.g-hero-custom b {
		margin-top: 2rem;
	}

	#hero.g-hero-custom .main {
		padding-top: 3rem;
	}

	.home .hero3__content li {
		font-size: 1rem;
	}

	.about__item {
		min-height: 23.75rem;
	}

	.home .hero3__content {
		gap: 2.56rem;
	}

	.about__item:last-child .about__item-img {
		width: 31%;
	}

	#header {
		padding: 2rem 0;
	}

	.home .hero3__title h1 {
		margin-bottom: 2rem;
	}

	.home .hero3__content li:not(:last-child) {
		margin-bottom: 1.7rem;
	}

	#header .contacts .link,
	.mobile .contacts .link {
		padding: 1rem 2rem;
	}
}

@media screen and (max-width: 1679px) {
	.hero__text {
		margin-bottom: 2rem;
	}

	.home .hero3 .hero3__slide {
		min-height: 89vh;
	}

	.mobile__head {
		padding-top: 1.5rem;
	}

	.home .hero3__inner-content {
		min-height: 89vh;
	}

	.hero__info--action {
		margin-top: 1.5rem;
	}

	.hero__text {
		padding: 1.5rem;
	}

	.mobile .menu .menu-item a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

@media screen and (max-width:1599px) {
	.home .hero3__inner-content {
		padding-top: 3rem;
	}

	#header {
		padding: 1rem 0;
	}

	.founder__items {
		padding-top: 0;
		justify-content: center;
	}
}


@media screen and (max-width: 1535px) {
	.about__item {
		font-size: 1.125rem;
	}

	.block__cat,
	.how {
		padding-bottom: 4rem;
		padding-top: 2rem;
	}

	.manager-1 {
		padding-top: 3rem;
	}

	.manager-1 .wrap {
		padding: 3rem;
	}

	.home .hero3__content li {
		font-size: 1.1rem;
	}

	.hero__info--action {
		margin-top: 1.2rem;
	}

	.form__text p .text_color strong {
		margin-top: 1.5rem;
	}

	.form__text {
		padding: 3rem;
	}

	.manager__img {
		width: 55%;
	}

	.cat_flex {
		padding-top: 0;
	}

	.founder-item .text_color {
		margin-bottom: 1.5rem;
	}



	.mobile__head {
		padding-top: 2.5rem;
	}


}

@media screen and (max-width: 1439px) {
	.portfolio-slider__wrapper {
		width: 60%;
	}

	.mobile-icon {
		right: 1rem;
	}

	.active.mobile-icon {
		right: 1rem !important;
	}

	.mobile__head {
		padding-top: 1.5rem;
	}

	.mobile .menu .menu-item a {
		font-size: 1rem;

	}

	.home .hero3__inner-content {
		min-height: 92vh;
	}

	.about__item:last-child .about__item-img {
		width: 29%;
	}



	.popular__item {
		padding: 2rem;
	}

	.home .hero3__content li:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.hero__text {
		padding: 1rem;
	}

	.popular__item ul {
		margin-bottom: 2rem;
	}

	.popular__items,
	.steps__items,
	.partners__items,
	.portfolio__wrapper {
		padding-top: 0;
	}

	.home .hero3__content li {
		font-size: 1rem;
	}

	.home .hero3__content {
		width: 64%;
	}

	.how__inner {
		gap: 2rem;
	}

	.how {
		padding-bottom: 4rem;
	}

	.founder-item {
		width: 28%;
		flex: 0 0 28%;

	}


	.founder-img {
		width: 37%;
	}

	.steps-img {
		width: 77%;
		margin: 0 auto;
	}

	.portfolio__inner {
		width: calc(((100% - 60% - 2.5rem)) + ((100vw - 100%) / 2));
		margin: 0 -0.81rem;
	}




}

@media screen and (max-width: 1365px) {
	.step_item {
		padding: 1.5rem;
		padding-right: 3rem;
	}

	#hero.g-hero-custom p {
		font-size: 1.25rem;
	}

	#hero.g-hero-custom .main .button {
		margin-top: 2rem;
	}

	.home .hero3__content {
		width: 73%;
	}

	.home .hero3 .hero3__slide,
	.home .hero3__inner-content {
		min-height: 450px;
	}

	.portfolio-slider__wrapper {
		width: 60%;
	}

	.portfolio__inner {
		width: calc(((100% - 60% - 2.5rem)) + ((100vw - 100%) / 2));

	}

	.portfolio__slider-big .section-review__item {
		height: auto !important;
	}

	#header {
		padding: 1rem 0;
	}

	.section-review__item {
		padding: 1.5rem;
	}

	.portfolio__inner .slick-slide {
		margin: 0 0.5rem;
	}

	.portfolio__inner {
		margin: 0 -0.5rem;
	}


	.home .hero3__content li:not(:last-child) {
		margin-bottom: 0.8rem;
	}

	.home .hero3__content {
		display: none;
	}

	.home .hero3__content.mobile-inf {
		display: grid;
		margin: 0 auto;
		border-left: none;
	}

	.mobile .contacts .link {
		padding: 0.7rem 1rem;
	}

	.mobile .menu {
		padding: 0 4rem;
	}
}



@media screen and (max-width: 1279px) {
	.form__text {
		padding: 2rem;
		font-size: 1.125rem;
	}

	.mobile-icon {
		right: 3rem;
	}

	.active.mobile-icon {
		right: 3rem !important;
	}

	#footer .main {
		padding-left: 0.75rem;
	}

	#footer .descriptor {
		width: 100%;
	}

	/* .mobile-icon.hidden-lg {
		display: block !important;
	} */

	.mobile__wrapper {
		height: 100%;
	}





	.mobile .menu .menu-item a {
		font-size: 1.125rem;
	}

	.mobile__head,
	.mobile .menu,
	.mobile .contacts {
		padding-left: 2rem;
	}

	.mobile-icon {
		border-radius: 10px;
	}

	.nav__social-list.header__soc {
		justify-content: center;
	}

	.nav__social-list.header__soc .soc {
		display: flex !important;
	}

	.open {
		align-items: center;
	}

	.mobile .menu,
	.mobile__head {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

}

@media (max-width: 1183px) {
	.header__soc {
		margin-right: 4rem;
	}
}

@media screen and (max-width: 1149px) {
	.about__item {
		min-height: 20.75rem;
	}

	.our__clinics-item-dop-desc {
		font-size: 1.125rem;
		width: auto;
	}

	#hero.g-hero-custom .wrap {
		max-width: 70vw;
	}

	.manager__img {
		width: 62%;
	}

	.footer-menu .menu .menu-item a {
		font-size: 0.9rem;
	}

	.manager-1 {
		padding: 3rem 0;
	}

	.manager-1 .text-wrap .subheader {
		margin: 0 0 2.1rem 0;
	}

	.portfolio__inner .section-review__item-text p {
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		height: calc(10px * 1.5 * 5);

	}

	.portfolio__inner .section-review__item-img {
		display: none;
	}

	.founder-item {
		width: 32%;
		flex: 0 0 32%;
	}

	.founder-item p br {
		display: none;
	}

	.home .hero3__title {
		width: 69%;
	}

	.popular__item {

		align-items: flex-start;
	}
}

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

	#header .contacts .link {
		border: none !important;
		border-bottom: 2px solid #6FC089 !important;
		border-radius: 0;
		padding: 0.1rem 0;
	}



	.our__clinics-item {
		grid-template-columns: unset;
	}

	.our__clinics-item-img {

		height: 20rem;
	}

	.our__clinics-item {
		padding: 2rem 2rem;
	}

	.our__col {
		grid-template-columns: unset;
	}

	.hero__err#hero .intro {
		font-size: 1.125rem;
	}

	.hero__err#hero .list h1+p {
		margin-bottom: 1rem;
	}

	.mobile-icon,
	.active.mobile-icon {
		right: 2.5rem !important;
	}

	.mobile__head {
		padding-right: 6rem;
	}

	.how_desc {
		font-size: 1rem;
	}

	#header .row {
		row-gap: 1rem;
		align-items: flex-start;
	}

	.header__soc {
		margin-right: 1rem;
	}

	.about__item:last-child .about__item-img {
		width: 36%;
	}

	.home .hero3__content.mobile-inf {
		width: 100%;
	}

	.steps-img {
		width: 100%;
	}

	.partners__item:nth-child(even) {
		margin-top: 1.8rem;
	}

	.home .hero3__title h1 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.hero__text {
		margin-bottom: 0;
		padding: 1rem;
	}

	.home .hero3__content {
		width: auto;
		margin-right: 0;
		margin-left: 0;
		border-left: none;
		border-radius: 0;
	}

	.home .hero__content {
		padding: 0 2rem;
	}

	.home .hero3__inner-content {
		align-items: center;
	}

	#footer .col:nth-child(4),
	#footer .col:nth-child(3) {
		padding-left: 0.75rem;
	}

	.manager-1 {
		padding-bottom: 0;
		padding-top: 1rem;
	}

	.portfolio__inner {
		width: 100%;
	}

	.manager__img {
		display: none;
	}

	.form__inner {
		align-items: center;
		display: flex;
		gap: 2rem;
		flex-direction: column;
		padding: 2rem;
	}

	.manager-1 .wrap {
		width: calc(100% + (100vw - 100%));
		margin-left: calc(((100vw - 100%) / 2) * -1);
	}

	.title-btns {
		position: relative;
		margin-left: auto;
	}

	.founder-img {
		order: 1;
		width: 63%;
		margin-left: auto;
		margin-top: -9rem;
	}

	.cat_card {
		width: calc((100% / 2) - 1.4rem);
	}

	.title_btn {
		width: 41rem;
		height: 41rem;
	}

	.step_item {
		width: 45%;
	}

	.about__item {
		padding: 2rem;
	}

	.about .title {
		width: 70%;
	}

	.about__item:last-child {
		min-height: 16.75rem;
	}

	.about__item:last-child {
		padding-left: 3rem;
	}

	.header__soc {
		gap: 0.6rem;
	}

	.popular__item {
		gap: 2rem;

	}

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

	.popular .title {
		width: 82%;
	}

	.hand-from-inner .title {
		width: 25rem;
	}

	.hand-from-img {
		top: unset;
		right: 0;
		transform: unset;
		width: 50%;
		bottom: 0;
	}

	.how__items {
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);

	}

	.how_item:last-child {
		grid-column-start: 1;
		grid-column-end: 3;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.founder__items {
		flex-wrap: wrap;
		gap: 2rem;
		justify-content: center;
	}

	.founder-item {
		width: 47%;
		flex: 0 0 47%;
		padding: 0;
	}

	.founder-item ul li:not(:last-child) {
		margin-bottom: 0.9rem;
	}

	.portfolio__slider {
		display: none;
	}

	.portfolio__wrapper {
		gap: 2rem;
		flex-direction: column;
	}

	.portfolio-slider__wrapper {
		width: 100%;
	}

	.home .hero3__title h1 {
		text-align: center;
	}

	.manager-1 {
		padding-top: 0;
	}

	.manager-1 .wrap {

		border-radius: 0;
	}
}

@media screen and (max-width: 767px) {
	#header .content .contacts {
		align-items: flex-end;
		flex-direction: column;
		gap: 1rem;
	}

	.our__clinics .title {
		text-align: center;
	}

	#hero.g-hero-custom p br {
		display: none;
	}

	#hero.g-hero-custom .wrap {
		max-width: 100%;
	}

	.our__clinics-item-wrapper .btn {
		margin-top: 0;
	}

	#hero.g-hero-custom .thanks-img {
		width: 40%;
		margin: 0 auto;
	}

	#hero.g-hero-custom p {
		font-size: 1.125rem;
	}

	.hero__err#hero .intro {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.hero__err#hero .intro br {
		display: none;
	}

	.mobile-phone svg {
		display: none;
	}

	#header .content .contacts {
		gap: 0.5rem;
	}

	.mobile__head .logo {
		width: 11rem;
	}

	.mobile__head {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}

	.mobile__inner {
		width: 26.7rem;
	}

	.about__item:last-child .about__item-img {
		right: -2rem;
		width: 47%;
	}

	.home .hero3__content.mobile-inf {
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}



	.slick-arrow {
		width: 4rem;
		height: 4rem;
	}

	.portfolio__wrapper {
		position: relative;
	}

	.title-btns {

		width: 100%;
	}

	.portfolio__inner {
		position: absolute;
		top: 30%;
		margin: 0;

	}

	.title-btns .slick-prev {
		left: -2rem;
	}

	.title-btns .slick-arrow.slick-next {
		right: -2rem;
	}




	.founder-item {
		width: 45%;
		flex: 0 0 45%;
	}

	.partners__items {
		padding-top: 0;
	}

	.hero3-slick-next {
		right: 2rem;
	}

	.portfolio__wrapper {
		padding-top: 0;
	}

	.popular__items {
		padding-top: 0;
	}

	.hero3__text-top {
		width: 100%;
	}


	.founder__items {
		padding-top: 0;
	}

	.home .hero3__buttons .btn span {
		padding: 1.5rem;
		font-size: 1rem;
	}

	.hero__info--action {
		margin-top: 1.5rem;
	}

	.hero3-slick-prev {
		top: 1rem;
	}

	.hero3-slick-next {
		top: 1rem;
	}

	.home .hero3__inner-content {
		padding-top: 5.75rem;
	}

	.hero3-slick-prev {
		left: unset;
		right: 7.5rem;
	}

	.home .hero3__buttons {
		align-items: center;
		justify-content: center;
	}

	.home .hero3__title {
		width: 100%;
	}


	.home .hero3__content li {
		padding-left: 3rem;
		font-size: 1rem;
	}



	.home .hero3__content {
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}

	.home .hero3__content li::before {
		width: 2rem;
	}

	.manager-1 .text-wrap .header h2 {
		margin-bottom: 2rem;
	}

	.section-review__item-img img {
		width: 100%;
		height: 20rem;
		object-fit: contain;
	}

	.section-review__item {
		flex-direction: column;
	}

	.hand-from-inner {
		padding: 2rem;
	}



	.hand-from-inner .title {
		width: 80%;
	}

	.title_btn {
		width: 30rem;
		height: 30rem;
	}

	.step_item {
		width: 80%;
	}

	#header .mainrow {
		align-items: flex-start;
	}

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

	.about__item br {
		display: none;
	}

	.popular__item ul {
		margin-bottom: 2rem;
	}

	.about__item:last-child .about__item-title {
		width: 67%;
	}

	#header .content .row {
		align-items: flex-start;
		gap: 0.5rem;
	}

	.about .title {
		width: 100%;
	}

	.header__soc {
		margin-right: -1rem;
	}

	.cat_card {
		width: 80%;
	}

	.cat_flex {
		justify-content: center;
	}

	.cat__inner .title {
		width: 90%;
	}
}

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

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

	.header__soc .soc.wa,
	.header__soc .soc.in {
		display: none
	}

	.our__col {
		padding: 2rem;
	}

	#hero.g-hero-custom strong,
	#hero.g-hero-custom b {
		margin-top: 1rem;
		font-size: 1rem;
	}

	.our__clinics-item-img {
		height: 13rem;
	}

	.our__clinics-item {
		padding: 0;
	}

	.our__clinics-item-wrapper .btn {
		margin-top: 1.5rem;
	}

	#hero.g-hero-custom h1 {
		font-size: 1.56rem;
	}

	.hero__err#hero .button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hero3__slide {
		min-height: auto !important;
	}


	.header__soc {
		margin-right: 0;
	}

	.mobile-icon,
	.active.mobile-icon {
		right: 1.4rem !important;
	}

	.mobile__inner {
		width: auto;
	}

	.hand-from-inner .title {
		width: 90%;
	}

	.mobile .contacts {

		align-items: flex-start;

	}

	.founder-item ul li br {
		display: none;
	}


	.popular__item-title br {
		display: none;
	}

	.step_item {
		padding: 1.5rem;

	}

	.partners__items {
		gap: 1rem;
	}

	.partners__item-desc {
		padding: 1.25rem;
	}

	.contacts__call {
		display: block;
	}

	#header .contacts .contacts__call svg {
		display: block;
	}

	#header .contacts .contacts__call {
		border-radius: 50%;
		background: linear-gradient(0deg, #3dadbf, #79c57e);
	}

	#header .contacts .contacts__call svg {
		fill: #fff;
		margin: 0;
	}

	.header__soc .soc {
		width: 2rem;
		height: 2rem;
	}

	#header .contacts .phone-content,
	#header .contacts .link {
		display: none;
	}

	.about__item:last-child .about__item-img {
		width: 55%;
	}

	.home .hero3__inner-content {
		justify-content: center;
	}

	.about__items {
		margin-top: 1.7rem;
	}

	#header {
		padding-bottom: 2rem;
	}

	#header .content .contacts {
		gap: 0.5rem;
	}

	#header .logo {

		-ms-flex: 0 0 11rem;
		flex: 0 0 11rem;
	}

	#header .logo a {
		max-width: 11rem;
	}


	.home .hero3 .hero3__slide,
	.home .hero3__inner-content {
		min-height: 420px !important;
	}

	#hero .slick-arrow svg {
		width: 0.9rem;

	}

	#header .contacts .link:hover {
		background: transparent;
		border-bottom: 3.08px solid transparent !important;
		border-bottom-color: transparent;

	}

	.hero3__text-top {
		display: none;
		text-align: center;
		order: 1;
		margin-top: 2rem;

	}

	.home .hero3__title h1 {
		margin-top: 0;
	}

	.founder-img {
		width: 100%;
		margin: 0 auto;
	}

	.popular .title {
		width: 100%;
	}

	#footer .descriptor {
		text-align: left;
	}

	.manager-1 .wrap {
		padding: 3rem 1rem;
	}

	.footer-contacts li {
		margin-bottom: 1rem !important;
	}

	#footer .row {
		margin: 0;
		row-gap: 0rem;
	}

	#footer .col {
		padding: 0 0.5rem !important;
	}

	#footer .col:nth-child(1) {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.slick-arrow {
		width: 4rem;
		height: 4rem;
	}



	.title-btns .slick-arrow svg {
		width: 2rem;
		height: 2rem;
	}

	.portfolio__slider-big .section-review__item .section-review__item-title,
	.portfolio__slider-big .section-review__item .section-review__item-name {
		text-align: center;
	}

	.title-btns .slick-prev {
		left: -1rem;
	}

	.title-btns .slick-arrow.slick-next {
		right: -1rem;
	}

	.founder-img {
		width: 69%;
		margin-top: 0rem;
	}

	.founder-item {
		width: 100%;
		flex: unset;

	}

	.founder-item:nth-child(1) ul li::before {
		right: unset;
		left: 0;
	}

	.founder-item .text_color {
		margin-bottom: 1.1rem;
	}

	.founder-item ul li:not(:last-child) {
		margin-bottom: 0.5rem;
	}

	.founder-item:nth-child(1) ul li {
		text-align: left;
		padding-right: 0;
		padding-left: 1.7rem;
	}

	.founder-item:nth-child(1) {
		text-align: left;
	}

	.how_item:last-child {
		grid-column-start: unset;
		grid-column-end: unset;
		display: flex;
		flex-direction: column;
	}

	.how__items {
		gap: 1rem;
		grid-template-columns: repeat(1, 1fr);
	}



	.partners__item-img {
		padding: 1rem 1.5rem;
	}

	.partners__item:nth-child(even) {
		margin-top: 1.8rem;
	}

	.steps__items {
		row-gap: 1.25rem;

	}

	.partners__items {
		padding-top: 0;
	}

	.cat_card {
		width: 100%;
	}

	.popular__item-title .btn {
		width: 100%;
	}

	.cat__inner .title {
		width: 100%;
	}

	.about .title p {
		width: 100%;
		font-size: 1.125rem;
	}

	.about__item {
		width: 100%;
	}

	.about__item:last-child {
		padding: 2rem;
	}


	.about__item {
		min-height: 19rem;
	}

	.popular__item {
		padding: 2rem;
	}


}

@media screen and (max-width: 413px) {
	.about__item {
		font-size: 1rem;
	}

	.our__clinics-item {

		gap: 1.5rem;
	}

	.mobile .contacts a[href^="tel:"].phone-content {
		font-size: 1rem;
	}

	.mobile .contacts .link {
		border: none !important;
		border-bottom: 2px solid #6FC089 !important;
		border-radius: 0;
		padding: 0.1rem 0;
	}

	.mobile .menu .menu-item a {
		font-size: 1rem;
	}

	.mobile .menu,
	.mobile__head {
		padding-bottom: 0;
	}

	.partners__items {
		width: 80%;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
	}

	.partners__item:nth-child(even) {
		margin-top: 0;
	}

	.home .hero3__content {
		margin-right: -1rem;
		margin-left: -1rem;
	}

	.about__item:last-child .about__item-img {
		width: 61%;
	}

	.home .hero__content {
		padding: 0px 1rem;
	}

	.home .manager-1 .text-wrap .header p strong {
		display: block;
	}

	.popular .title {
		width: 100%;
	}



	.about__item:last-child {
		align-items: flex-start;
	}

	.btn span {
		padding: 1.75rem 1.7rem;
	}

	.step_item {
		width: 100%;
		padding: 1.5rem;
	}

	.about__item {
		min-height: 17rem;
	}
}

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


	.partners__item:nth-child(even) {
		margin-top: 0;
	}

	.partners__items {
		width: 100%;
	}

	#hero.g-hero-custom h1 {
		font-size: 1.46rem;
	}

}

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

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