/*!
Theme Name: novahealth
Theme URI: http://underscores.me/
Author: Digital Octane
Author URI: http://digitaloctane.co/
Description: Description
Version: 1.0.0
Requires PHP: 5.6
Text Domain: novahealth

novahealth 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.
*/


@font-face {
    font-family: 'Karla';
    src: url('assets/fonts/Karla-Regular.ttf')  format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('assets/fonts/Karla-Medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('assets/fonts/Karla-SemiBold.ttf')  format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('assets/fonts/Karla-Bold.ttf')  format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*** General ***/
:root {
    --fontSize: 18px;
    --lineHeight: 1.2;
    --mainBgColor: #fff;
    --fontFamily: 'Karla', sans-serif;
	--textColor: #7D7D7D;
	--blue: #262C4C;
}

body {
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    line-height: var(--lineHeight);
    font-weight: 400;
    color: var(--textColor);
    background: var(--mainBgColor);
}
body.body_active_modal {
   height: 100vh;
   overflow-y: hidden;
   padding-right: 16px;
}

._container {
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

html {
    margin: 0 !important;
}
section {
	overflow: hidden;
}

main.site-main {
    min-height: 80vh;
}


.decor_wrapper {
    position: relative;
}
.decor_container {
    position: relative;
    z-index: 1;
}


a {
    color: inherit;
}

img {
    width: 100%;
    max-width: 100%;
}

.btn, input[type="submit"] {
	font-size: 16px;
	font-weight: 600;
    padding: 13px 20px;
    display: inline-block;
    text-align: center;
	text-transform: uppercase;
    border-radius: 23px;
    color: var(--blue);
    transition: all .3s ease-out;
    cursor: pointer;
	background: linear-gradient(180deg, #a2dad3 0%, #cfe4dd 100%);
	background: linear-gradient(180deg, #a2dad3 0%, rgba(207, 228, 221, 0.7) 100%);
	position: relative;
    overflow: hidden;
}
.btn span, input[type="submit"] span {
    position: relative;
    z-index: 1;
}
.btn:after, input[type="submit"]:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #d1d5eb 0%, #eeeef4 100%);
    transition: 0.08s linear;
	transform: translateY(100%);
}
.btn:hover:after, input[type="submit"]:hover:after {
    transform: translateY(0%);
}
.btn_secondary {
    color: #fff;
    background: #262C4C;
}
.arrow_btn {
	font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color: #262C4C;
    transition: all .3s ease-out;
    cursor: pointer;
	align-items: center;
    display: flex;
	gap: 3px;
}

@media (max-width: 600px) {
	.arrow_btn {
		font-size: 14px;
	}
}

input:not([type="submit"]), textarea {
	padding: 21px 27px;
    font-size: var(--fontSize);
    line-height: var(--lineHeight);
    font-family: var(--fontFamily);
	width: 100%;
    max-width: 100%;
	border: 1px solid #DDDDDD;
	background: #fff;
	outline: none;
}
input::placeholder, textarea::placeholder {
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    line-height: var(--lineHeight);
	color: #AAAAAA;
}
textarea {
    max-height: 144px;
    resize: none;
}

.section_title {
	font-size: 40px;
	line-height: 121%;
	font-weight: 700;
	color: #37393F;
}


._text ul li {
    margin-left: 30px;
    position: relative;
}
._text ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -20px;
    width: 4px;
    height: 4px;
    background: var(--textColor);
    border-radius: 50%;
}
._text p + p {
	margin-top: 20px;
}
._text strong {
    font-weight: bolder;
}

.page-template-default main {
    padding: 223px 0 80px;
    min-height: 75vh;
}
.page-template-default .section_title {
	font-size: 65px;
    margin-bottom: 40px;
	color: #000;
}

@media (max-width: 1200px) {
	.page-template-default main {
		padding-top: 180px;
	}
}

@media (max-width: 768px) {
	body {
		--fontSize: 16px;
	}
	
	._container {
		padding-left: 17px;
		padding-right: 17px;
	}

	.section_title {
		font-size: 35px;
	}
	
	.page-template-default main {
		padding-top: 120px;
	}
	.page-template-default .section_title {
		font-size: 50px;
	}
	
	._text ul li {
		margin-left: 18px;
	}
	._text ul li:before {
		top: 10px;
		left: -13px;
	}
}


.slider_block {
    overflow: hidden;
}
.swiper-pagination {
    position: static;
    line-height: 0;
	width: auto !important;
}
.swiper-pagination-bullet {
    margin: 0 2px !important;
    background-color: #A0D9D2;
    opacity: 0.24 !important;
    width: 10px;
    height: 10px;
	border-radius:50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}


.wpcf7 label {
    margin-bottom: 9px;
    display: block;
}
.wpcf7-spinner {
    display: block;
    margin: 0;
}
.wpcf7-not-valid-tip {
    margin: 10px 0 20px;
}
.wpcf7-response-output {
    border: 0 !important;
    text-align: center;
    margin: 10px 0 !important;
	color: #37393F !important;
}
.wpcf7 .btn_block {
    margin-top: 14px;
	display: flex;
	flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}



/*** Offcanvas ***/
.offcanvas_modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    transition: 0.2s;
}
.offcanvas_modal.active {
    display: block;
}
.offcanvas_modal .modal_block {
    height: 100%;
    max-width: 400px;
    margin-left: auto;
    transition: 0.5s;
    transform: translateX(100%);
}
.offcanvas_modal.show .modal_block {
    transform: translateX(0%);
}
.offcanvas_modal ._inner {
    overflow-y: auto;
    position: relative;
    height: 100%;
    background-color: #fff;
    padding: 20px;
	padding-top: 100px;
}
.offcanvas_modal ._close {
    top: 26px;
    right: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
}
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity .3s linear;
}


/* Accordion */
.accordion_block {
    cursor: pointer;
}
.accordion_block__header {
    padding: 15px 40px 15px 0;
	position: relative;
}
.accordion_block__header svg {
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
	height: 20px;
    transition: 0.3s;
}
.accordion_block__header svg path {
    stroke: currentColor;
    fill: currentColor;
}
.accordion_block__main {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 500ms;
}
.accordion_block ._inner {
    overflow: hidden;
}
.accordion_block.active .accordion_block__header svg {
    transform: rotate(45deg);
}
.accordion_block.active .accordion_block__main {
    grid-template-rows: 1fr;
}
/* Accordion */



#page {
	position: relative;
    overflow-x: hidden;
}

/* about */
.page-id-180 main#primary > section {
	position: relative;
    z-index: 1;
}
.page-id-180 main#primary:before {
    top: 4px;
    left: -180px;
    width: 1100px;
    height: 1100px;
    background: radial-gradient(circle, rgb(160 217 210 / 46%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.page-id-180 main#primary:after {
    top: -150px;
    right: -140px;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, #d1d5eb78 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}

/* contact */
.page-id-182 main#primary > section {
	position: relative;
    z-index: 1;
}
.page-id-182 main#primary:before {
    top: 100px;
    left: -170px;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgb(160 217 210 / 47%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.page-id-182 main#primary:after {
    top: -130px;
    right: -70px;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, #d1d5eb82 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}


.page-id-174 section {
    overflow: initial;
}
.page-id-174 main#primary > section {
	position: relative;
}
.page-id-174 main#primary .hero_section:after {
		top: 0;
		width: 100%;
		height: 938px;
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background: linear-gradient(180deg, #F0EBE5 72%, rgba(240, 235, 229, 0) 100%);
}
.page-id-174 main#primary .steps_section:before {
    top: -190px;
    left: 30px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #d1d5eb4a 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.page-id-174 main#primary .steps_section:after {
    bottom: -120px;
    right: -110px;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgb(160 217 210 / 30%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}

.page-id-174 main#primary .offers_section:before {
    top: -120px;
    left: -110px;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgb(160 217 210 / 33%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.page-id-174 main#primary .offers_section:after {
    top: -250px;
    right: 530px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #d1d5eb6e 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}

@media (min-width: 1921px) {
	
	.page-id-180 main#primary:before {
    	left: calc(-180px + (1200 - 180) * ((100vw - 1920px) / (4000 - 1920)));
	}
	.page-id-180 main#primary:after {
    	right: calc(-140px + (1200 - 140) * ((100vw - 1920px) / (4000 - 1920)));
	}
	
	.page-id-182 main#primary:before {
    	left: calc(-170px + (1180 - 170) * ((100vw - 1920px) / (4000 - 1920)));
	}
	.page-id-182 main#primary:after {
    	right: calc(-70px + (970 - 70) * ((100vw - 1920px) / (4000 - 1920)));
	}
	
	.page-id-174 main#primary .steps_section:before {
    	left: calc(30px + (900 - 30) * ((100vw - 1920px) / (4000 - 1920)));
	}
	.page-id-174 main#primary .steps_section:after {
    	right: calc(-110px + (910 - 110) * ((100vw - 1920px) / (4000 - 1920)));
	}
	
	.page-id-174 main#primary .offers_section:before {
    	left: calc(-110px + (1010 - 110) * ((100vw - 1920px) / (4000 - 1920)));
	}
	.page-id-174 main#primary .offers_section:after {
    	right: calc(530px + (1630 - 530) * ((100vw - 1920px) / (4000 - 1920)));
	}
}

@media (max-width: 768px) {
	.page-id-180 main#primary:before {
		top: -190px;
        left: -400px;
        width: 900px;
        height: 900px;
        background: radial-gradient(circle, rgb(160 217 210 / 39%) 0%, rgba(255, 255, 255, 0) 70%);
		content: '';
		position: absolute;
	}
	.page-id-180 main#primary:after {
		display: none;
	}
	
	.page-id-182 main#primary:before {
        top: -190px;
		left: -400px;
		width: 900px;
		height: 900px;
		background: radial-gradient(circle, rgb(160 217 210 / 39%) 0%, rgba(255, 255, 255, 0) 70%);
	}
	.page-id-182 main#primary:after {
		display: none;
	}
	
	.page-id-174 main#primary .steps_section:after {
		bottom: 30px;
		right: -400px;
		width: 1000px;
		height: 1000px;
		background: radial-gradient(circle, rgb(160 217 210 / 30%) 0%, rgba(255, 255, 255, 0) 70%);
	}
	
	.page-id-174 main#primary .offers_section:after {
		top: -350px;
		right: -200px;
		width: 800px;
		height: 800px;
		background: radial-gradient(circle, #d1d5eb78 0%, rgba(255, 255, 255, 0) 70%);
	}
	.page-id-174 main#primary .offers_section:before {
		display: none;
	}
}



/*.page-id-174 .hero_section {
	background: linear-gradient(180deg, #F0EBE5 72%, rgba(240, 235, 229, 0) 100%);
}

@media (max-width: 500px) {
	 .page-id-174 .hero_section {
		padding-bottom: 274px;
	}
	.page-id-174 .steps_section {
		margin-top: -227px;
		position: relative;
		z-index: 1;
	}
}*/



.site_header {
	padding: 31px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.site_header ._container {
	max-width: 1480px;
}
.site_header ._inner {
	gap: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site_header ._nav {
    gap: 33px;
    display: flex;
    align-items: center;
}
.h_logo {
	max-width: 195px;
}
.main_menu {
    gap: 33px;
    display: flex;
    align-items: center;
}
.menu-item a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blue);
}
.init_mob_offcanvas {
	display: none;
}

.mob_menu {
    text-align: center;
}
.mob_menu .menu-item + .menu-item {
	margin-top: 30px;
}
.mob_menu .menu-item a {
    font-size: 24px;
}

@media (max-width: 950px) {
	.site_header ._nav {
		display: none;
	}
	.init_mob_offcanvas {
		display: block;
	}
}

@media (max-width: 768px) {
	.site_header {
    	padding: 20px 0;
	}
	.h_logo {
    	max-width: 150px;
	}
}

@media (max-width: 450px) {
	.offcanvas_modal ._close {
    	top: 20px;
	}
	.h_logo {
		max-width: 100px;
	}
}





.hero_section {
	padding: 163px 0 100px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.hero_section ._container {
    z-index: 1;
    position: relative;
}
.hero_section .section_title {
	margin-bottom: 25px;
	font-size: 65px;
	color: #000;
}
.hero_section ._text {
	font-size: 25px;
	color: #000;
}
.hero_section .btn {
	margin-top: 25px;
}
.hero_section .video_block {
	margin-top: 44px;
}

.video_block {
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	line-height: 0;
}
.video_block.init {
	height: 560px;
}
.video_block ._poster {
	padding: 20px;
	position: absolute;
	z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video_block ._poster .play_btn {
	width: 172px;
	height: 172px;
	object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.video_block video {
    width: 100%;
    max-width: 100%;
	position: relative;
}

.hero_section:before {
    top: -74px;
    width: 900px;
    height: 900px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(160, 217, 210, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
		z-index: 1;
}

@media (max-width: 768px) {
	.hero_section {
		padding-top: 150px;
	}
	.hero_section .section_title {
    	font-size: 50px;
	}
	.hero_section:before {
		background: radial-gradient(circle, rgb(160 217 210 / 38%) 0%, rgba(255, 255, 255, 0) 70%);
	}
	
	.video_block ._poster .play_btn {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 500px) {
	.hero_section {
		padding-top: 112px;
		padding-bottom: 47px;
	}
	.hero_section ._text {
		max-width: 326px;
		margin: 0 auto;
		font-size: 20px;
	}
	.hero_section .video_block {
		margin-top: 24px;
	}
	
	.video_block.init {
		height: 216px;
	}
}



.steps_section {
	padding: 100px 0;
	text-align: center;
}
.steps_section ._container {
    position: relative;
    z-index: 1;
}
.steps_section ._grid {
	margin-top: 41px;
	gap: 31px;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
}
.steps_section ._card {
	margin-top: 36px;
	padding: 58px 43px;
	padding-top: 0;
	border-radius: 16px;
	background: linear-gradient(132.76deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
	position: relative;
}
.steps_section ._card:nth-of-type(even) {
	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
}
.steps_section ._num {
	margin: -36px auto 22px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #D1D5EB;
	color: #5D679C;
	font-size: 40px;
    line-height: 121%;
    font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.steps_section ._card:nth-of-type(even) ._num {
	background: #A0D9D2;
	color: #43877E;
}
.steps_section ._title {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	color: #37393F;
}
.steps_section ._title ~ ._text {
	margin-top: 16px;
}
.steps_section ._text {
	font-size: 18px;
    line-height: 145%;
}
.steps_section ._arrow {
	width: 40px;
	height: 40px;
	right: -20px;
	top: 121px;
	position: absolute;
	border-radius: 50%;
	background: #262C4C;
	display: flex;
	justify-content: center;
	align-items: center;
}
.steps_section ._card:last-of-type ._arrow {
	display: none;
}
.steps_section .btn {
	margin-top: 38px;
}

@media (max-width: 1100px) {
	.steps_section ._grid {
    	gap: 25px;
	}
	.steps_section ._card {
		padding: 58px 35px;
		padding-top: 0;
	}
}

@media (max-width: 800px) {
	
	.steps_section .section_title {
        padding-bottom: 14px;
    }
	.steps_section ._grid {
		display: block;
	}
	.steps_section ._card {
        padding: 58px 20px;
	}
	.steps_section ._card + ._card {
		margin-top: 81px;
	}
	.steps_section ._num {
		margin: 0;
		position: absolute;
		top: -36px;
		left: 50%;
		transform: translateX(-50%);
	}
	.steps_section ._arrow {
		bottom: -20px;
		left: 50%;
    	transform: translateX(-50%) rotate(90deg);
		right: auto;
		top: auto;
	}
}

@media (max-width: 400px) {
	.steps_section ._card:not(:first-of-type) ._text {
		max-width: 253px;
		margin: 0 auto;
	}
}


.offers_section {
	padding: 100px 0 70px;
}
.offers_section ._container {
    position: relative;
    z-index: 1;
}
.offers_section ._head {
	margin: 0 auto 45px;
	max-width: 906px;
	text-align: center;
}
.offers_section .section_title {
    max-width: 555px;
    margin: 0 auto;
}
.offers_section ._head ._text {
	margin-top: 18px;
	line-height: 146%;
}
.offers_section .row_left img {
	border-radius: 16px;
}
.offers_section ._row + ._row {
	margin-top: 107px;
}
.offers_section ._row {
	display: flex;
}
.offers_section .row_left {
	width: 42.6%;
} 
.offers_section .row_right {
	padding-left: 64px;
	width: 57.4%;
} 
.offers_section .main_block {
	padding-left: 89px;
	position: relative;
}
.offers_section ._top {
	padding: 26px 0 14px;
    font-size: 25px;
    font-weight: 700;
    color: #37393F;
	gap: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #D1D5EB;
}
.offers_section ._icon {
	top: 28px;
	left: 0;
	height: 52px;
	width: auto;
	position: absolute;
}
.offers_section ._title {
	text-transform: uppercase;
}
.offers_section ._price {
	color: #A0D9D2;
}
.offers_section ._card ._text {
	margin-top: 22px;
	max-width: 504px;
}
.offers_section ._bottom {
	margin-top: 28px;
	padding-top: 17px;
	border-top: 1px solid #D1D5EB;
}
.offers_section ._row:nth-of-type(even) .row_left {
    order: 2;
}
.offers_section ._row:nth-of-type(even) .row_right {
    padding-left: 0;
    padding-right: 64px;
}

@media (max-width: 1100px) {
	.offers_section ._row {
		align-items: center;
	}
	.offers_section .row_right {
    	padding-left: 34px;
	}
	.offers_section ._row:nth-of-type(even) .row_right {
		padding-right: 34px;
	}
}

@media (max-width: 1000px) {
	
	.offers_section .main_block {
    	padding-left: 0;
	}
	.offers_section ._icon {
		margin-bottom: 16px;
    	position: static;
	}
}

@media (max-width: 768px) {
	.offers_section ._row {
		display: block;
	}
	.offers_section .row_left {
		width: auto;
	} 
	.offers_section .row_right {
		padding-left: 0;
		width: auto;
	} 
	.offers_section ._row:nth-of-type(even) .row_right {
		padding: 0;
	}
	.offers_section ._card ._text {
		max-width: none;
	}
	.offers_section ._top {
    	font-size: 20px;
	}
	.offers_section ._bottom {
		margin-top: 23px;
	}
}


.text_image {
	padding: 48px 0 72px;
}
.text_image .main_img {
	border-radius: 16px;
	object-fit: cover;
	height: 100%;
	min-height: 549px;
}
.text_image .mob {
	display: none;
}
.text_image ._row {
	grid-template-columns: 1fr 1.78fr;
	gap: 60px;
	align-items: center;
	display: grid;
}
.text_image.type_1 .section_title {
	font-size: 65px;
	margin-bottom: 25px;
	color: #000;
}
.text_image ._right {
    padding: 8px 0;
}
.text_image ._text {
	font-size: 25px;
	color: #000;
}
.text_image ._bottom {
	margin-top: 20px;
}
.text_image ._name {
	font-size: 30px;
	font-weight: 600;
	color: #43877E;
}
.text_image ._position {
	font-size: 28px;
}
.text_image.reverse ._row {
    grid-template-columns: 1.78fr 1fr;
}
.text_image.reverse ._right {
    grid-area: 1;
}
.text_image .list_item + .list_item {
    margin-top: 28px;
}
.text_image .list_item {
	line-height: 145%;
	gap: 17px;
	align-items: flex-start;
	display: flex;
	position: relative;
}
.text_image .list_item img {
	flex-shrink: 0;
	width: 31px;
    object-fit: contain;
}
.text_image .list_item .section_title {
	margin-bottom: 11px;
	font-size: 25px;
	font-weight: 600;
}
.text_image.type_2 .head_title {
	margin-bottom: 28px;
}
.text_image.type_2 ._row {
	grid-template-columns: 1fr 1.04fr;
	gap: 38px;
}
.text_image.type_2.reverse ._row {
	grid-template-columns: 1fr 1.005fr;
	gap: 41px;
}

@media (max-width: 1000px) and (min-width: 769px) {
	.page-id-180 section.text_image[data-section="1"] {
		padding-top: 170px;
	}
	.page-id-180 section.text_image[data-section="1"] .mob.head_title {
		margin-bottom: 50px;
	}
}

@media (max-width: 950px) {
	.text_image.type_2 ._row {
    	display: block;
	}
	.text_image.type_2 .main_img {
		min-height: auto;
		margin-bottom: 10px;
	}
	.text_image.type_2.hide_img .main_img {
		display: none;
	}
}

@media (max-width: 1000px) {
	.text_image .desk {
		display: none;
	}
	.text_image .mob {
		display: block;
	}
	.text_image.type_2 .mob {
		display: none;
	}
	.text_image.type_2 .desk {
		display: block;
	}
	.text_image.type_1 .head_title {
    	margin-bottom: 20px;
		font-size: 50px;
		text-align: center;
	}
	.text_image ._row {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.text_image.reverse ._row {
		grid-template-columns: 1fr 1fr;
	}
	.text_image ._text {
    	font-size: 20px;
	}
	.text_image ._name {
		font-size: 26px;
	}
	.text_image ._position {
		font-size: 24px;
	}
}

@media (max-width: 800px) {
	.text_image ._row {
    	display: block;
	}
	.text_image .main_img {
		min-height: auto;
		margin-bottom: 31px;
	}
	.text_image.hide_img .main_img {
		display: none;
	}
	.text_image .list_item img {
		top: -2px;
		position: absolute;
	}
	.text_image .list_item .section_title {
		padding-left: 40px;
		margin-bottom: 17px;
		font-size: 22px;
	}
	
	.page-id-180 section.text_image[data-section="1"] {
		text-align: center;
	}
}


.cta_section {
	padding: 72px 0 98px;
	color: #37393F;
}
.cta_section ._banner {
	padding: 71px 55px;
	border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cta_section .content_block {
	max-width: 590px;
}
.cta_section .section_title {
	margin-bottom: 14px;
}
.cta_section ._text {
    line-height: 140%;
}
.cta_section .btn {
	margin-top: 28px;
}

@media (max-width: 600px) {
	.cta_section {
		padding: 69px 0;
	}
	.cta_section ._banner {
		padding: 40px 21px;
		padding-bottom: 92vw;
		background-position: center bottom;
	}
	.cta_section .section_title {
		margin-bottom: 21px;
	}
	.cta_section .btn {
		margin-top: 21px;
	}
}


.contact_section {
	padding: 204px 0 37px;
}
.contact_section ._row {
	gap: 24px;
    grid-template-columns: 1fr 1.14fr;
	display: grid;
	align-items: stretch;
}
.contact_section .section_title {
	margin-bottom: 14px;
}
.contact_info {
	padding: 32px 48px 63px;
	border-radius: 16px;
	background: linear-gradient(200deg, #f6f6f6ad -49.04%, #d1d5eb94 139.94%);
	    height: 100%;
}
.contact_info ._text {
    max-width: 400px;
    line-height: 146%;
}
.contact_info .items {
	margin-top: 58px;
}
.contact_info ._img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #F4F4F4;
	display: flex;
    align-items: center;
    justify-content: center;
	    flex-shrink: 0;
}
.contact_info .item_block + .item_block {
	margin-top: 30px;
}
.contact_info .item_block {
	gap: 20px;
	display: flex;
    align-items: center;
}
.contact_info .item_block ._title {
	    margin-bottom: 2px;
	font-size: 16px;
}
.contact_info .item_block ._link {
	color: #37393F;
}
.form_block {
	padding: 32px 53px 31px;
	border-radius: 16px;
	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
	    height: 100%;
}
.form_block ._form {
    margin-top: 21px;
}

@media (max-width: 1000px) {
	.contact_info, .form_block {
    	padding-left: 30px;
    	padding-right: 30px;
	}
	.contact_info ._img {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 900px) {
	.contact_section {
    	padding-top: 150px;
	}
	.contact_section ._row {
    	display: block;
	}
	.contact_section ._right {
		margin-top: 21px;
	}
	.contact_info ._text {
    	max-width: none;
	}
	.contact_info .items {
		margin-top: 21px;
	}
}

@media (max-width: 500px) {
	.contact_section {
    	padding-top: 118px;
		padding-bottom: 21px;
	}
	.contact_section ._head {
		padding: 0 11px;
	}
	.contact_info {
    	padding: 32px 11px 34px;
	}
	.form_block {
    	padding: 35px 11px 20px;
	}
	.contact_info .item_block {
    	gap: 16px;
	}
	.contact_info .item_block ._title {
		font-size: 14px;
	}
	
	.form_block {
    	background: linear-gradient(90deg, #e1f1f0 0%, #eff6f5 100%);
	}
	.form_block input:not([type="submit"]), .form_block textarea {
		background: #F8F8F8;
	}
}


.map_section {
	padding: 77px 0;
}
.map_section ._block {
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
}
.map_section iframe {
    min-height: 530px;
    border: 1px solid #A0D9D2 !important;
    border-radius: 6px;
    width: 100%;
}
.map_section ._block > p {
    line-height: 0;
}

@media (max-width: 500px) {
	
	.map_section ._block {
		padding: 10px;
	}
	.map_section iframe {
		min-height: 326px;
        height: 326px;
	}
	.map_section {
		padding: 50px 0;
	}
}

.faq_section {
	padding: 223px 0 134px;
}
.faq_section .decor_wrapper:before {
    top: -90px;
    left: 30px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #d1d5eb78 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.faq_section .decor_wrapper:after {
    bottom: -300px;
    right: -340px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgb(160 217 210 / 36%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.faq_section .section_title {
	font-size: 65px;
	margin-bottom: 27px;
	color: #000;
}
.faq_section .head_text {
	font-size: 25px;
	color: #000;
}
.faq_section ._row {
	gap: 90px;
    grid-template-columns: 1fr 1.83fr;
	display: grid;
}
.faq_block {
	padding: 35px 62px 60px 42px;
	border-radius: 16px;
	background: linear-gradient(197deg, #eef6f5 0%, #dbefed 100%);
}
.faq_block .accordion_block {
	border-bottom: 1px solid #7D7D7D;
}
.faq_block .accordion_block__header {
	font-size: 25px;
	font-weight: 600;
	color: #43877E;
}
.faq_block .accordion_block__header svg {
    top: 50%;
    transform: translateY(-50%);
}
.faq_block .accordion_block.active .accordion_block__header svg {
    transform: translateY(-50%) rotate(45deg);
}
.faq_block .accordion_block ._text {
	padding-bottom: 23px;
	max-width: 576px;
	line-height: 146%;
}

@media (max-width: 1000px) {
	.faq_section {
    	padding-top: 170px;
	}
	.faq_section .decor_wrapper:before {
		top: -260px;
		left: -460px;
		width: 900px;
		height: 900px;
		background: radial-gradient(circle, #d1d5eb6b 0%, rgba(255, 255, 255, 0) 70%);
		content: '';
		position: absolute;
	}
	.faq_section .decor_wrapper:after {
		display: none;
	}
	.faq_section ._row {
    	display: block;
	}
	.faq_section ._left {
		margin-bottom: 50px;
		    text-align: center;
	}
}

@media (max-width: 600px) {
	.faq_section {
		padding: 112px 0 60px;
	}
	.faq_section .section_title {
		font-size: 50px;
		margin-bottom: 40px;
	}
	.faq_section .head_text {
		font-size: 20px;
	}
	.faq_section ._left {
		margin-bottom: 37px;
	}
	.faq_block {
    	padding: 20px 11px 50px 15px;
	}

	.faq_block .accordion_block ._text {
		padding-bottom: 18px;
	}
	.faq_block .accordion_block__header svg {
    	right: 8px;
	}
}


.offers_grid {
	padding: 223px 0 97px;
}
.offers_grid .decor_wrapper:before {
    top: -430px;
    width: 1100px;
    height: 1100px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgb(160 217 210 / 47%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.offers_grid ._head {
	margin-bottom: 97px;
	text-align: center;
}
.offers_grid .section_title {
	font-size: 65px;
	margin-bottom: 25px;
	color: #000;
}
.offers_grid .head_text {
	font-size: 25px;
	color: #000;
}
.offers_grid ._item {
	padding: 20px 48px;
	min-height: 295px;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
}
.offers_grid ._text {
    line-height: 146%;
}
.offers_grid ._grid + ._grid {
	margin-top: 30px;
}
.offers_grid ._grid {
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	display: grid;
}
.offers_grid ._grid.type_1 ._item:nth-of-type(1) {
    grid-row: 1 / 3;
	background: linear-gradient(132.76deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
}
.offers_grid ._grid.type_1 ._item:nth-of-type(3) {
	background: linear-gradient(132.76deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
}
.offers_grid ._grid.type_1 ._item:nth-of-type(4) {
	grid-column: 2 / 4;
}
.offers_grid ._grid.type_2 {
	grid-template-columns: 2fr 1fr;
}
.offers_grid ._grid.type_2 ._item:nth-of-type(1) {
    background: linear-gradient(347deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
}
.offers_grid ._grid.type_3 {
	grid-template-columns: 1fr 1fr;
}
.offers_grid ._grid.type_3 ._item:nth-of-type(2) {
    background: linear-gradient(8deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
}
.offers_grid .accordion_block__header {
    font-size: 25px;
    font-weight: 600;
    color: #37393F;
}

@media (max-width: 1150px) {
	.offers_grid {
		padding-top: 170px;
	}
	.offers_grid ._item {
    	padding: 20px 28px;
	}
	.offers_grid ._grid {
    	gap: 12px;
	}
	.offers_grid ._grid + ._grid {
		margin-top: 12px;
	}
}

@media (min-width: 1151px) {
	
	.page-id-172 .offers_grid[data-section="1"] ._grid.type_1 ._item:nth-of-type(1) .accordion_block {
        padding: 76px 0;
    }
	.page-id-172 .offers_grid[data-section="1"] ._grid.type_1 ._item:nth-of-type(4) .accordion_block {
        padding: 71px 0 98px;
    }
	.offers_grid ._grid.type_3 ._item, .offers_grid ._grid.type_2 ._item {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 801px) {
	.offers_grid .accordion_block {
		cursor: auto;
	}
	.offers_grid .accordion_block__header svg {
		display: none;
	}
	.offers_grid .accordion_block__main {
		grid-template-rows: 1fr;
	}
	.offers_grid ._grid.type_1 ._item:nth-of-type(4) ._text ul {
		display: flex;
		flex-wrap: wrap;
	}
	.offers_grid ._grid.type_1 ._item:nth-of-type(4) ._text ul li {
		width: calc(50% - 30px);
	}
}

@media (max-width: 800px) {
	.offers_grid .decor_wrapper:before {
		top: -80px;
		width: 700px;
		height: 700px;
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background: radial-gradient(circle, rgb(160 217 210 / 38%) 0%, rgba(255, 255, 255, 0) 70%);
	}
	.offers_grid ._head {
		margin-bottom: 30px;
	}
	.offers_grid .section_title {
		font-size: 50px;
	}
	.offers_grid .head_text {
		font-size: 20px;
	}
	.offers_grid ._grid + ._grid {
		margin-top: 10px;
	}
	 .offers_grid ._grid {
        display: block;
	}
	.offers_grid ._item + ._item {
		margin-top: 10px;
	}
	.offers_grid ._item {
        padding: 0;
        min-height: auto;
    	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%) !important;
	}
	.offers_grid ._item:nth-of-type(odd) {
		background: linear-gradient(170deg, #F6F6F6 -48.04%, #d1d5ebcf 139.94%, #A0D9D2 307.53%) !important;
	}
	.offers_grid .accordion_block__header {
    	padding: 12px 20px 12px 25px;
	}
	.offers_grid .accordion_block__header svg {
		top: 17px;
    	right: 20px;
	}
	.offers_grid ._item ._text {
    	padding: 0 20px 32px 25px;
	}
}

@media (max-width: 600px) {
	.offers_grid ._container {
        padding-left: 14px;
        padding-right: 14px;
    }
	.offers_grid {
		padding: 112px 0 63px;
	}
}


._badge {
	padding: 7px 12px;
	font-size: 12px;
	border-radius: 4px;
	color: #43877E;
	background: #D7EFEC;
	display: inline-block;
}

@media (max-width: 600px) {
	
	._badge:not(.badge_mob_big) {
		padding: 4px 7px;
		font-size: 10px;
	}
}

.author_block {
	font-size: 12px;
	gap: 12px;
    display: flex;
    align-items: center;
	color: #43877E;
}
.author_photo {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
}

.likes_block {
	font-size: 12px;
	gap: 6px;
    display: flex;
    align-items: center;
	color: #43877E;
}
.likes_block svg {
	    flex-shrink: 0;
	cursor: pointer;
}
.likes_block.checked svg path {
	fill: #43877E;
}


.post_grid_item {
	padding: 10px;
	border: 1px solid #E1E1E1;
	border-radius: 16px;
	display: flex;
    flex-direction: column;
	background: #fff;
}
.sidebar_post_grid_item {
	grid-template-columns: 1fr 1.277fr;
	display: grid;
}
.post_grid_item ._img {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.post_grid_item ._img img {
    height: 100%;
    object-fit: cover;
}
.post_grid_item ._badge {
	position: absolute;
	top: 7px;
	left: 7px;
}
.post_grid_item ._main {
	padding: 20px 5px 13px 8px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sidebar_post_grid_item ._main {
	padding: 7px 8px 8px 14px;
}
.post_grid_item ._meta {
	margin-bottom: 7px;
	font-size: 12px;
	border-radius: 4px;
	color: #43877E;
	gap: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
	flex-wrap: wrap;
    row-gap: 5px;
}
.post_grid_item ._title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 127%;
    font-weight: 600;
    color: #37393F;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar_post_grid_item ._title {
	margin-bottom: 5px;
	font-size: 20px;
}
.post_grid_item ._excerpt {
	margin-bottom: 21px;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar_post_grid_item ._excerpt {
	margin-bottom: 15px;
}

@media (max-width: 600px) {

	.sidebar_post_grid_item {
    	grid-template-columns: 1fr 1.81fr;
	}
	.sidebar_post_grid_item ._main {
		padding: 2px 0;
		padding-left: 10px;
	}
	.sidebar_post_grid_item ._title {
		margin-bottom: 26px;
    	font-size: 16px;
	}
	.sidebar_post_grid_item ._excerpt {
		display: none;
	}
	.sidebar_post_grid_item ._meta {
		margin-bottom: 4px;
		font-size: 10px;
	}
}



.single_post {
	padding: 233px 0 67px;
}
.single_post .decor_wrapper:before {
    top: -170px;
    left: -420px;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, #d1d5eb9c 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.single_post .decor_wrapper:after {
    top: -129px;
    right: -450px;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgb(160 217 210 / 61%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.single_post ._grid {
	gap: 27px;
	grid-template-columns: 1.41fr 1fr;
	display: grid;
}
.single_post ._main .section_title {
	margin: 11px 0 28px;
	font-weight: 600;
}
.single_post ._thumbnail {
	margin: 23px 0;
	border-radius: 8px;
	display: block;
}
.single_post .post_content {
	font-size: 14px;
	line-height: 130%;
}
.single_post .meta_block {
	margin: 20px 0;
	padding-top: 11px;
	border-top: 1px solid #BEBDBD;
	gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_post ._sidebar .section_title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 127%;
}
.single_post .sidebar_post_grid_item + .sidebar_post_grid_item {
    margin-top: 20px;
}

@media (max-width: 1300px) {
	.single_post {
		padding-top: 180px;
	}
}

@media (max-width: 900px) {
	.single_post {
		padding-top: 150px;
	}
	.single_post ._grid {
    	display: block;
	}
	.single_post ._sidebar {
		margin-top: 66px;
	}
}
@media (max-width: 768px) {
    .single_post ._container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.single_post .decor_wrapper:before {
		top: -200px;
		left: -400px;
		width: 950px;
		height: 950px;
		background: radial-gradient(circle, rgb(187 226 222 / 40%) 0%, rgba(255, 255, 255, 0) 70%);
		content: '';
		position: absolute;
	}
	.single_post .decor_wrapper:after {
		display: none;
	}
	.single_post ._thumbnail {
		margin: 40px 0 17px;
	}
	.single_post .meta_block {
		margin: 42px 0;
		padding-top: 15px;
	}
	.single_post ._sidebar .section_title {
    	margin-bottom: 25px;
	}
	.single_post .sidebar_post_grid_item + .sidebar_post_grid_item {
		margin-top: 11px;
	}
}

@media (max-width: 600px) {
	.single_post {
		padding-top: 120px;
	}
	.single_post ._main .section_title {
    	margin: 20px 0 40px;
	}
}


/* scrollbar */
._scrollbar::-webkit-scrollbar {
	width: 2px;
}
._scrollbar::-webkit-scrollbar-thumb {
	min-height: 40px;
  	background: #000;
}
._scrollbar::-webkit-scrollbar-track {
  	background: #ACAFAE;
}
/* scrollbar */





/* Custom Select */
._select_block {
  	position: relative;
   	cursor: pointer;
	font-weight: 600;
}
._select_header {
	padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
._select_options {
	right: 0;
    width: 100%;
    position: absolute;
    z-index: 99999999999;
    background-color: #fff;
	min-width: fit-content;
  	display: none;
}
._select_block.active ._select_options {
  display: block;
}
.fixed__options {
    position: relative;
    width: 100%;
    z-index: 9999999999;
    overflow-y: auto;
    overflow-x: hidden;
	border: 1px solid #37393F;
  	max-height: 353px;
}  
.fixed__options ._item {
    padding: 10px 12px;
    cursor: pointer;
}
.fixed__options ._item + ._item {
    padding-top: 2px;
}
._select_arrow {
	transition: 0.3s;
}
._select_block.active ._select_arrow {
    transform: rotate(180deg);
}

@media (max-width: 500px) {
	._select_header {
    	padding: 8px 0;
	}
}
/* Custom Select */



.latest_posts_collage {
    gap: 20px;
    grid-template-columns: 1.43fr 1fr;
    grid-template-rows: repeat(3, 1fr);    
	display: grid;
}
.latest_posts_collage .post_grid_item:first-of-type {
    grid-row: 1 / 4;
}
.latest_posts_collage .post_grid_item:first-of-type ._img {
    aspect-ratio: 2 / 1.1;
}
.latest_posts_collage .post_grid_item:first-of-type ._main {
	padding-bottom: 8px;
}
.latest_posts_collage .post_grid_item:first-of-type ._meta {
    margin-bottom: 18px;
}
.latest_posts_collage .post_grid_item:first-of-type ._excerpt {
    -webkit-line-clamp: 2;
}

@media (max-width: 1200px) {
	.latest_posts_collage {
    grid-template-columns: 1fr 1fr;
		align-items: flex-start;
	}
}

@media (max-width: 950px) {
	.latest_posts_collage {
    	display: block;
	}
	.latest_posts_collage .post_grid_item + .post_grid_item {
		margin-top: 11px;
	}
}

@media (max-width: 500px) {
	.latest_posts_collage .post_grid_item:first-of-type ._meta .mob {
		display: none;
	}
	.latest_posts_collage .post_grid_item:first-of-type ._meta .desk {
    	display: block;
	}
	.latest_posts_collage .post_grid_item:first-of-type ._meta {
		margin-bottom: 7px;
	}
	.latest_posts_collage .post_grid_item:first-of-type ._img {
		aspect-ratio: 2 / 1.25;
	}
	.latest_posts_collage .post_grid_item:first-of-type ._main {
		padding: 11px 4px 9px 3px;
	}
	.latest_posts_collage .post_grid_item:first-of-type ._title {
		margin-bottom: 7px;
		font-size: 22px;
    	-webkit-line-clamp: 3;
		padding-right: 32px;
	}
	.latest_posts_collage .post_grid_item:first-of-type ._excerpt {
		margin-bottom: 12px;
		font-size: 14px;
		-webkit-line-clamp: 3;
		padding-right: 32px;
	}
}


.blog_section {
	padding: 233px 0 72px;
}
.blog_section .section_title {
	margin-bottom: 42px;
    font-size: 65px;
    font-weight: 700;
    color: #000;
}
.blog_section .mob {
	display: none;
}
.blog_section .decor_wrapper:before {
    top: -70px;
    left: -420px;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(160, 217, 210, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.blog_section .decor_wrapper:after {
    top: -200px;
    right: -300px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #d1d5eb70 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.posts_block ._grid {
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.posts_block .post_grid_item ._img {
    aspect-ratio: 2 / 1.3;
}
.posts_block .post_grid_item ._img img {
    object-fit: cover;
}
.load_more_btn_block {
    margin-top: 40px;
    text-align: center;
}
#load_more {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #262C4C;
    cursor: pointer;
}
.nav_bar {
	margin: 56px 0 21px;
	gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #BEBDBD;
}
.nav_bar .chosen {
	color: #37393F;
}
.nav_bar ._right {
    display: flex;
    align-items: center;
}
[data-reset-tax] {
	padding-right: 11px;
	cursor: pointer;
}
.select_btn {
	gap: 7px;
    align-items: center;
	display: flex;
	cursor: pointer;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 600;
	    color: #37393F;
}
.categories_filter_block {
	display: flex;
    align-items: center;
    gap: 11px;
}
.categories_filter_block ._list {
	line-height: 127%;
	font-weight: 600;
	color: #BEBDBD;
	display: flex;
    align-items: center;
}
.categories_filter_block [data-value] {
	padding: 12px 11px;
	cursor: pointer;
}
.categories_filter_block ._select_options {
    right: auto;
    left: 0;
}


.search_block {
	    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.search_block:after {
    width: 1px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    background: #BEBDBD;
}
.search_block .input_block {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.search_block .input_block svg {
    flex-shrink: 0;
	cursor: pointer;
}
.search_block input {
	    padding: 12px 0;
	    padding-left: 10px;
	    width: 100%;
    max-width: 100%;
	border: 0;
    outline: none;
    background: transparent;
	display:none;
}
.search_block.show input {
	display:block;
}
.search_block ._results {
	    margin-top: 2px;
	    max-height: 400px;
    overflow-y: auto;
	background: #fff;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 999;
}
.search_block.active ._results {
	border: 1px solid #BEBDBD;
	border-top: 0;
}
.search_block ._results ._item {
	padding: 10px 16px;
	display: block;
    color: #53575a;
    text-decoration: none;
}
.search_block ._results ._item:first-of-type {
    padding-top: 15px;
}
.search_block ._results ._item:last-of-type {
    padding-bottom: 15px;
}
.search_block ._results .item_title strong {
    font-weight: 700;
}

@media (max-width: 1200px) {
	.blog_section {
		padding-top: 170px;
	}
}

@media (max-width: 900px) {
	.posts_block ._grid {
    	gap: 16px;
	}
}

@media (max-width: 768px) {
	.blog_section {
		padding-top: 112px;
    }
	.blog_section .section_title {
		margin-bottom: 30px;
		font-size: 50px;
		text-align: center;
	}
	.blog_section .desk {
		display: none;
	}
	.blog_section .mob {
		display: block;
	}
	.blog_section .decor_wrapper:after {
		display: none;
	}
	
	.posts_block ._grid {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	
	.nav_bar {
		font-size: 14px;
		margin: 36px 0 14px;
	}
	
	.search_block input {
		padding: 8px 0;
		font-size: 14px;
	}
	.search_block:after {
    	height: 18px;
	}
	
	.blog_section {
        padding-bottom: 46px;
    }
	.blog_section .decor_wrapper:before {
        top: -170px;
        left: -400px;
        width: 750px;
        height: 750px;
        background: radial-gradient(circle, rgb(187 226 222 / 43%) 0%, rgba(255, 255, 255, 0) 70%);
    }
	
	.posts_block ._grid {
		gap: 14px;
		column-gap: 7px;
	}
	
	.posts_block .post_grid_item {
    	padding: 5px;
    	border-radius: 8px;
	}
	.posts_block .post_grid_item ._img {
		aspect-ratio: 2 / 1.25;
    	border-radius: 4px;
	}
	.posts_block .post_grid_item ._main {
    	padding: 5px 2px 2px;
	}
	.posts_block .post_grid_item ._excerpt {
    	display: none;
	}
	.posts_block .post_grid_item ._title {
		margin-bottom: 12px;
		font-size: 14px;
        -webkit-line-clamp: 3;
	}
	
	.posts_block .post_grid_item ._badge {
		padding: 2px 5px;
		font-size: 8px;
		top: 3px;
		left: 3px;
    	border-radius: 2px;
	}

	.posts_block .author_block {
		font-size: 8px;
		gap: 8px;
	}
	.posts_block .author_photo {
		width: 22px;
		height: 22px;
	}
	
	.load_more_btn_block {
    	margin-top: 27px;
	}
}



.site_footer {
    background: var(--blue);
	color: #BEBDBD;
	font-size: 14px;
	position: relative;
}
.site_footer .menu-item a {
    color: inherit;
}
.site_footer ._accent {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.f_logo {
	max-width: 322px;
}
.footer_menu .menu-item + .menu-item {
	margin-top: 20px;
}
.footer_menu .menu-item a {
    color: #fff;
}
.site_footer .main_block {
	padding: 50px 0;
}
.site_footer .main_block ._inner {
	gap: 50px;
    grid-template-columns: 1.6fr 1fr 390px;
	display: grid;
}
.site_footer .menu_block {
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}
.site_footer .info_block {
	margin-bottom: 40px;
	gap: 30px;
    grid-template-columns: 1fr 1fr;
	display: grid;
}
.site_footer .info_block ._title {
    margin-bottom: 14px;
}
.site_footer .bottom_block {
	padding: 14px 0 17px;
	border-top: 1px solid #555a73;
}
.site_footer .bottom_block ._inner {
	gap: 60px;
    row-gap: 12px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.policies_menu {
	gap: 35px;
	display: flex;
	align-items: center;
}
.policies_menu .menu-item {
	position: relative;
}
.policies_menu .menu-item + .menu-item:before {
	width: 2px;
	height: 2px;
	left: -17px;
	background: #BEBDBD;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	position: absolute;
}
.policies_menu .menu-item a {
    font-size: inherit;
	    font-weight: 400;
    text-transform: none;
}
.social_block  {
	gap: 30px;
	display: flex;
	align-items: center;
}
.social_links  {
	gap: 32px;
	display: flex;
	align-items: center;
	line-height: 0;
}
.social_links a {
	height: 14px;
	display: block;
}
.social_links img {
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.site_footer .main_block ._inner {
		gap: 30px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.site_footer .menu_block {
    	justify-content: center;
		padding-right: 0;
	}
	.site_footer .info_block {
    	display: block;
	}
	.site_footer .info_block ._item + ._item {
		margin-top: 30px;
	}
}

@media (max-width: 800px) {
	.site_footer .main_block ._inner {
    	grid-template-columns: 1fr 1fr;
	}
	.f_logo {
		grid-column: 1 / 3;
		margin: 0 auto 40px;
	}
}

@media (max-width: 600px) {
	
	.site_footer ._container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site_footer .main_block {
		padding: 59px 0 30px;
	}
	.site_footer .main_block ._inner {
    	display: block;
	}
	.f_logo {
		margin: 0 auto 50px;
		max-width: 250px;
    	display: block;
	}
	.footer_menu {
		text-align: center;
	}
	.site_footer .info_block {
		margin-top: 60px;
		grid-template-columns: 1.3fr 1fr;
		display: grid;
	}
	.site_footer .info_block ._item + ._item {
		margin-top: 0;
	}
	.social_block {
   		width: 100%;
	}
}

@media (max-width: 450px) {
	.site_footer .bottom_block {
		font-size: 10px;
		padding: 12px 0 16px;
	}
	.site_footer .info_block {
		display: flex;
		justify-content: space-between;
	}
	.policies_menu {
    	gap: 15px;
	}
	.policies_menu .menu-item + .menu-item:before {
    	left: -7px;
	}
	.social_block {
		gap: 17px;
	}
	.social_links {
    	gap: 18px;
	}
	.social_links img {
    	height: auto;
		vertical-align: bottom;
	}
	.social_links a {
		height: auto;
	}
	.social_links a:nth-of-type(1) {
		width: 7px;
	}
	.social_links a:nth-of-type(2) {
		width: 12px;
	}
	.social_links a:nth-of-type(3) {
		width: 11px;
	}
	.social_links a:nth-of-type(4) {
		width: 12px;
	}
}

.pricing_section {
	padding: 223px 0 80px;
}
.pricing_section ._head {
	margin-bottom: 48px;
	text-align: center;
    position: relative;
}
.pricing_section ._head .section_title {
	font-size: 65px;
	margin-bottom: 25px;
	color: #000;
}
.pricing_section .head_text {
	font-size: 25px;
	color: #000;
}
.pricing_section ._grid {
	gap: 34px;
    grid-template-columns: 1fr 2.07fr;
	display: grid;
}
.pricing_section ._card {
	padding: 37px 37px 23px 50px;
	    background: linear-gradient(200deg, #F6F6F6 -49.04%, #d1d5eb9c 100%);
	    border-radius: 16px;
    overflow: hidden;
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.pricing_section .card_2 {
	padding: 37px 54px 23px 44px;
	background: linear-gradient(197deg, #eef6f5 0%, #dbefed 100%);
	align-items: stretch;
}
.pricing_section ._card .section_title {
	margin-bottom: 17px;
    font-weight: 600;
}
.pricing_section ._price {
	font-size: 35px;
    line-height: 1;
    font-weight: 700;
    color: #43877E;
}
.pricing_section ._subtitle {
	    margin-top: 5px;
	font-size: 22px;
	color: #262C4C;
}
.pricing_section ._text {
	margin: 14px 0 21px;
}
.pricing_section .card_2 ._text {
	margin-top: 20px;
	font-size: 14px;
}
.pricing_section ._item {
	gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
	padding-bottom: 13px;
    margin-bottom: 8px;
    border-bottom: 1px solid #F6F6F6;
}
.pricing_section .item_price {
    gap: 6px;
    align-items: baseline;
    display: flex;
	    font-weight: 500;
}
.pricing_section .item_title {
	font-size: 25px;
	    line-height: 140%;
    color: #43877E;
}
.pricing_section .decor_wrapper:before {
    top: -150px;
    left: -500px;
    width: 1100px;
    height: 1100px;
    background: radial-gradient(circle, rgb(160 217 210 / 50%) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}
.pricing_section .decor_wrapper:after {
    top: -180px;
    right: -240px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #d1d5eb75 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
    position: absolute;
}

@media (max-width: 1400px) {
	.pricing_section .decor_wrapper:before {
		top: -300px;
		left: -520px;
	}
}

@media (max-width: 1200px) {
	.pricing_section {
		padding-top: 180px;
	}	
	.pricing_section ._card {
    	padding: 37px 37px 23px;
	}
}

@media (max-width: 1100px) {
	.pricing_section ._grid {
		gap: 24px;
		grid-template-columns: 1fr 1.4fr;
	}
	.pricing_section ._card, .pricing_section .card_2 {
    	padding: 28px 25px;
	}
}
@media (max-width: 900px) {
    .pricing_section ._grid {
        display: block;
	}
	.pricing_section ._card + ._card {
		margin-top: 24px;
	}
}
@media (max-width: 768px) {
	.pricing_section {
		padding-top: 112px;
	}
	.pricing_section ._head .section_title {
		margin-bottom: 40px;
		font-size: 50px;
		text-align: center;
	}
	.pricing_section .head_text {
    	font-size: 20px;
	}
	.pricing_section .decor_wrapper:after {
		display: none;
	}
}
@media (max-width: 500px) {
	.pricing_section ._card + ._card {
		margin-top: 14px;
	}
	.pricing_section ._card {
    	padding: 23px 11px 23px 15px;
	}
	.pricing_section ._item {
		gap: 15px;
	}
	.pricing_section .item_price {
		display: block;
		text-align: right;
	}
	.pricing_section .card_2 ._price {
    	font-size: 32px;
	}
	.pricing_section .card_2 ._text {
		margin-bottom: 36px;
		font-size: 12px;
	}
	.pricing_section .decor_wrapper:before {
		top: -270px;
        left: -400px;
        width: 750px;
        height: 750px;
        background: radial-gradient(circle, rgb(160 217 210 / 43%) 0%, rgba(255, 255, 255, 0) 70%);
	}
}


.cover_section {
	padding: 208px 0 104px;
    position: relative;
}
.cover_section:before {
    top: -74px;
    width: 900px;
    height: 900px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(160, 217, 210, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}
.cover_section:after {
    top: 0;
    width: 100%;
    height: 90%;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #F0EBE5 72%, rgba(240, 235, 229, 0) 100%);
}
.cover_section ._container {
    position: relative;
    z-index: 1;
}
.cover_section ._logo {
	max-width: 975px;
	margin: 0 auto;
}
.cover_section ._grid {
	margin-top: 140px;
	gap: 22px;
	grid-template-columns: 1fr 1fr;
	display: grid;
}
.cover_section .grid_item {
	display: block;
	transition: 0.3s;
}
.cover_section .grid_item:hover {
	transform: scale(1.06);
}

@media (max-width: 1200px) {
	.cover_section ._logo {
		padding: 0 12px;
		max-width: 475px;
	}
	.cover_section ._grid {
    	margin-top: 80px;
	}
}

@media (max-width: 768px) {
	.cover_section ._grid {
    	display: block;
	}
	.cover_section .grid_item + .grid_item {
		margin-top: 12px;
	}
}

@media (max-width: 500px) {
	.cover_section {
    	padding: 104px 0 56px;
	}
	.cover_section ._grid {
    	margin-top: 58px;
	}
}

.home main#primary > section {
    position: relative;
}


.banner_section {
	padding: 132px 0 57px;
    position: relative;
	overflow: visible;
}
.banner_section:before {
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, #d1d5eb 0%, rgba(255, 255, 255, 0) 60%);
    content: '';
    position: absolute;
}
.banner_section:after {
    top: 0;
    width: 100%;
    height: 938px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #F0EBE5 72%, rgba(240, 235, 229, 0) 100%);
}
.banner_section_container {
    max-width: 1518px;
    position: relative;
	z-index: 1;
}
.banner_section ._block {
	padding: 109px 90px 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: -1px 2px 14px 2px rgb(34 60 80 / 12%);
}
.banner_section .section_title {
	font-size: 65px;
	    max-width: 700px;
}
.banner_section .steps_section {
	padding: 0;
}
.banner_section .steps_section ._grid {
    margin-top: -78px;
}
.banner_section .steps_section ._card {
	padding: 0;
}
.banner_section .steps_section ._arrow {
	top: 58px;
}
.banner_section .steps_section .card_main {
    padding: 26px 30px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_section .steps_section ._card:first-of-type .card_main {
    padding-top: 10px;
}
.banner_section ._text {
	margin: 70px auto 0;
	max-width: 816px;
	font-size: 25px;
    color: #000;
    text-align: center;
}

@media (max-width: 1200px) {
	.banner_section ._block {
    	background-position: left center;
	}
	.banner_section .section_title {
    	font-size: 55px;
	}
}

@media (max-width: 1100px) {
	.banner_section ._block {
    	padding: 60px 40px 135px;
	}
	.banner_section .section_title {
		font-size: 50px;
		max-width: 600px;
	}
	.banner_section:before {
		display: none;
	}
}

@media (max-width: 800px) {
	.banner_section:after {
    	height: 737px;
		background: linear-gradient(180deg, #f0ebe5ba 72%, rgba(240, 235, 229, 0) 100%);
	}
	.banner_section .steps_section ._grid {
		margin-top: -12px;
	}
	.banner_section .steps_section ._card + ._card {
        margin-top: 66px;
    }
	.banner_section .steps_section .card_main {
		padding: 52px 25px 25px;
		min-height: 142px;
	}
	.banner_section .steps_section ._card:first-of-type .card_main {
		padding-top: 32px;
	}
	.banner_section .steps_section ._card:nth-of-type(2) .card_main {
		padding-top: 36px;
	}
	.banner_section .steps_section ._arrow {
		bottom: -20px;
		top: auto;
	}
}

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

@media (max-width: 700px) {
	.banner_section {
		padding-top: 82px;
	}
    .banner_section ._block {
        padding: 20px 22px 85vw;
		background-position: center bottom;
    }
	.banner_section ._text {
		margin-top: 40px;
		font-size: 20px;
		margin-left: -18px;
		margin-right: -18px;
	}
}


.products_overview {
    padding-bottom: 77px;
	position: relative;
}
.products_overview ._container {
    position: relative;
    z-index: 1;
}
.products_overview:before {
    bottom: -230px;
    width: 900px;
    height: 900px;
    content: '';
    position: absolute;
    left: 41%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(160, 217, 210, 0.36) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}
.products_overview ._card {
	padding: 25px 20px 35px;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(132.76deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
	height: 100%;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-height: 615px;
    overflow: hidden;
}
.products_overview .swiper-slide:nth-of-type(even) ._card {
	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
}
.products_overview ._title {
    font-size: 35px;
    font-weight: 700;
    color: #37393F;
}
.products_overview ._excerpt {
	margin: 12px 0 21px;
	font-size: 16px;
}
.products_overview .price_label {
	padding: 4px 12px;
    font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #262C4C;
	border-radius: 61px;
	display: inline-block;
}
.products_overview .coming_soon {
    padding: 4px 12px;
    margin: 6px 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #262C4C;
    border-radius: 61px;
    display: inline-block;
}
.products_overview ._price {
    font-size: 35px;
    font-weight: 700;
	color: #262C4C;
}
.products_overview .price_subtitle {
    font-size: 22px;
}
.products_overview ._main {
    position: relative;
}
.products_overview ._thumbnail {
    width: 400px;
    right: -82px;
    /*top: 36px;*/
	bottom: 34px;
    position: absolute;
    max-width: none;
}
.products_overview .swiper-wrapper {
    align-items: stretch;
}
.products_overview .swiper-slide {
    flex: 0 0 auto;
    height: auto;
}
.products_overview .slider_btns {
	display: none;
	margin-top: 22px;
	gap: 14px;
	align-items: center;
	justify-content: center;
}
.products_overview .swiper_btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #262C4C;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products_overview ._card .btn {
    position: relative;
}

.products_overview [data-id="636"] ._excerpt {
    max-width: 190px;
}
.products_overview [data-id="636"] .price_subtitle {
	display: block;
}

@media (min-width: 769px) {
	.products_overview .swiper-wrapper {
		gap: 31px;
		row-gap: 22px;
		grid-template-columns: repeat(3, 1fr);
		display: grid;
	}
}

@media (max-width: 1240px) {
	.products_overview ._thumbnail {
    	width: 32vw;
	}
}

@media (max-width: 1100px) {
	.products_overview .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
	}
	.products_overview ._thumbnail {
        width: 38vw;
        right: -40px;
	}
	.products_overview:before {
		display: none;
	}
}

@media (max-width: 768px) {
	
	.products_overview ._container {
		padding: 0;
	}
	.products_overview .swiper-slide {
    	max-width: 283px;
		max-width: 75.4vw;
	}
	.products_overview .slider_btns {
		display: flex;
	}
	.products_overview ._thumbnail {
        width: 52vw;
	}
	.products_overview [data-id="636"] ._excerpt {
		max-width: none;
	}
}

@media (max-width: 600px) {
	
	.products_overview ._thumbnail {
        width: 300px;
	}
}

@media (max-width: 500px) {
	.products_overview ._card {
    	padding: 18px 18px 16px;
		min-height: 456px;
	}
	.products_overview ._thumbnail {
        right: -64px;
        bottom: 20px;
    }
	.products_overview ._title {
    	font-size: 23.5px;
	}
	.products_overview ._excerpt {
		margin: 6px 0 12px;
		font-size: 14px;
	}
	.products_overview .price_label {
		padding: 3px 9px;
		font-size: 13px;
	}
	.products_overview ._price {
    	font-size: 26px;
	}
	.products_overview .price_subtitle {
		font-size: 16px;
	}
	.products_overview ._card .btn {
		font-size: 12px;
		padding: 10px 15px;
		margin: 0 14px;
	}
	.products_overview .coming_soon {
		font-size: 15px;
	}
	.products_overview [data-id="636"] ._excerpt {
		max-width: 140px;
	}
}

@media (max-width: 374px) {
	.products_overview ._thumbnail {
		right: -52px;
        bottom: 22px;
        width: 74vw;
	}
} 


.product_overview {
	padding: 144px 0 114px;
	font-size: 18px;
	color: #37393F;
}
.product_overview ._container {
    max-width: 1228px;
}
.product_overview ._row {
		grid-template-columns: 366px 1fr;
		display: grid;
	align-items: stretch;
}
.product_overview .section_title {
	margin-bottom: 11px;
}
.product_overview ._price {
    font-size: 36px;
    font-weight: 600;
	color: #262C4C;
}
.product_overview .price_subtitle {
    font-size: 18px;
}
.product_overview .pricing_block {
    position: relative;
}
.product_overview .img_block {
	right: -83px;
	bottom: -30px;
	width: 167px;
	height: 289px;
	position: absolute;
	object-fit: contain;
}
.product_overview .pricing_block ._card {
	padding: 19px 31px 31px;
	background: linear-gradient(200deg, #F6F6F6 -49.04%, #d1d5eb9c 100%);
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.product_overview .pricing_block .card_inner {
	padding-right: 60px;
}
.product_overview .info_block ._card {
	padding: 21px 32px 44px 123px;
	line-height: 24px;
	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.product_overview .info_block h2 {
    margin-bottom: 11px;
    font-size: 40px;
    line-height: 121%;
    font-weight: 700;
    color: #37393F;
}
.product_overview .info_block h2 br {
    display: none;
}

@media (max-width: 1100px) {
	.product_overview .img_block {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width: 900px) {
	.product_overview {
    	padding: 32px 0 47px;
	}
	.product_overview .img_block {
		top: 98px;
        right: 9px;
        bottom: auto;
        transform: none;
	    width: 164px;
		height: auto;
	}
	.product_overview ._row {
    	display: block;
	}
	.product_overview .pricing_block ~ .info_block {
		margin-top: 23px;
	}
	.product_overview .pricing_block ._card {
		padding: 19px 18px 89px;
	}
	.product_overview .pricing_block ._card .section_title {
		margin-bottom: 5px;
	}
	.product_overview .info_block ._card {
		padding: 77px 14px 36px 18px;
	}
	.product_overview .info_block h2 {
		margin-bottom: 18px;
		font-size: 35px;
	}
	.product_overview .info_block h2 br {
		display: block;
	}
	.product_overview .pricing_block .text_2 {
        padding-right: 100px;
    }
}

@media (max-width: 374px) {
	.product_overview .img_block {
		top: 150px;
        width: 140px;
		right: 0;
	}
	.product_overview .pricing_block .text_2 {
        padding-right: 60px;
    }
}


.lists_section {
	padding-top: 93px;
	font-size: 25px;
    line-height: 127%;
    color: #37393F;
	overflow: hidden;
	position: relative;
}
.lists_section:before {
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #d1d5eb78 0%, rgba(255, 255, 255, 0) 60%);
    content: '';
    position: absolute;
}
.lists_section ._container {
    max-width: 1228px;
	position: relative;
	z-index: 1;
}
.lists_section .section_title {
    margin-bottom: 20px;
    text-align: center;
}
.lists_section .text_block h2 {
    margin-bottom: 16px;
	font-size: 35px;
	line-height: 110%;
	font-weight: 600;
	text-transform: capitalize;
}
.lists_section ._grid {
		gap: 62px;
		grid-template-columns: repeat(2, 1fr);
		display: grid;
	}
.lists_section p {
    margin-bottom: 24px;
}
.lists_section ul {
    margin-bottom: 30px;
    font-weight: 700;
}
.lists_section ul li + li {
    margin-top: 16px;
}
.lists_section ul li {
    padding-left: 48px;
    position: relative;
}
.lists_section ul li:before {
    top: 4px;
    left: 0;
    width: 31px;
    height: 31px;
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://novahealth.dodeveloper.co/wp-content/uploads/2024/11/Tick-Box.png);
}

@media (max-width: 900px) {
	
	.lists_section ._grid {
		display: block;
	}
	.lists_section .section_title {
    	margin-bottom: 44px;
	}
}

@media (max-width: 768px) {
	
	.lists_section {
    	font-size: 20px;
	}
	.lists_section .text_block h2 {
		margin-bottom: 22px;
		font-size: 30px;
	}
	.lists_section ul li {
    	padding-left: 31px;
	}
	.lists_section ul li:before {
    	width: 21px;
    	height: 21px;
	}
}


.cards_section ._container {
    max-width: 1228px;
	position: relative;
	z-index: 1;
}
.cards_section ._card {
	padding: 10px;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	background: #fff;
	border: 1px solid #E1E1E1;
}
.cards_section ._card img {
	border-radius: 8px;
}
.cards_section .text_block {
	padding: 8px;
	padding-top: 0;
	line-height: 24px;
}
.cards_section .text_block h2 {
	margin: 20px 0 7px;
	font-size: 35px;
    font-weight: 600;
	color: #37393F;
	line-height: 110%;
}

.cards_section.type_1 ._grid {
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	align-items: stretch;
}

.cards_section.type_2 ._card + ._card {
	margin-top: 30px;
}

@media (min-width: 901px) {
	
	.cards_section.type_2 ._card {
		gap: 37px;
		grid-template-columns: 1.035fr 1fr;
		display: grid;
	}
	.cards_section.type_2 .text_block {
		padding-right: 25px;
	}
}

@media (max-width: 768px) {

	.cards_section ._grid {
    	display: block !important;
	}
	.cards_section ._card + ._card {
		margin-top: 20px;
	}
	.cards_section .text_block {
		line-height: 22px;
	}
	.cards_section .text_block h2 {
		margin: 20px 0 18px;
		font-size: 25px;
	}
}



.novahealth_product_banner {
	padding: 127px 0 106px;
}
.novahealth_product_banner .bg_decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	display: none;
}
.novahealth_product_banner ._container {
    max-width: 1480px;
}
.novahealth_product_banner .card_block {
	padding: 33px 43px 50px;
	border-radius: 16px;
	background: linear-gradient(149.73deg, #D1D5EB -119.97%, #F6F6F6 -53.05%, #A0D9D2 212.35%);
	position: relative;
	display: flex;
	    min-height: 670px;
}
.novahealth_product_banner.Purple .card_block {
    background: linear-gradient(132.76deg, #F6F6F6 -49.04%, #D1D5EB 139.94%, #A0D9D2 307.53%);
}
.novahealth_product_banner .img_decor {
	right: 0;
	bottom: 0;
	position: absolute;
}
.novahealth_product_banner ._thumbnail {
	right: 95px;
	width: 303px;
	bottom: 0;
	position: absolute;
}
.novahealth_product_banner .card_block ._inner {
	max-width: 955px;
	position: relative;
	z-index: 1;
}
.novahealth_product_banner ._row {
	gap: 50px;
	grid-template-columns: 3.48fr 1fr;
	display: grid;
	align-items: stretch;
}
.novahealth_product_banner .content_block {
    padding-right: 50px;
}
.novahealth_product_banner h1 {
	margin-bottom: 34px;
	font-size: 65px;
    font-weight: 700;
	color: #000;
}
.novahealth_product_banner ._content {
	font-size: 25px;
	color: #000;
}
.novahealth_product_banner ._content ul {
	margin: 30px 0;
	padding-left: 30px;
    font-weight: 700;
	line-height: 140%;
}
.novahealth_product_banner ._content ul li {
    list-style: disc;
}
.novahealth_product_banner .btns_block {
	margin-top: 43px;
    gap: 24px;
    display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1300px) {
	.novahealth_product_banner .content_block {
    	width: 68vw;
	}
	.novahealth_product_banner ._thumbnail {
		right: 25px;
		width: 22vw;
	}
	.novahealth_product_banner .card_block {
    	padding: 33px 30px 50px;
	}
}

@media (max-width: 768px) {
	.novahealth_product_banner ._row {
    	display: block;
		position: relative;
    	z-index: 1;
	}
	.novahealth_product_banner .card_block {
    	padding-bottom: 0;
		overflow: hidden;
	}
	.novahealth_product_banner .content_block {
		width: auto;
		padding-right: 0;
	}
	.novahealth_product_banner ._thumbnail {
		margin-top: 30px;
		width: auto;
		max-width: 30vw;
		margin-left: auto;
		position: static;
		display: block;
	}
}

@media (max-width: 500px) {
	.novahealth_product_banner 
	{
		padding: 86px 0 60px;
	}
	.novahealth_product_banner .card_block {
    	padding: 20px 21px 0;
	}
	.novahealth_product_banner h1 {
		margin-bottom: 8px;
		font-size: 40px;
	}
	.novahealth_product_banner ._content {
    	font-size: 18px;
	}
	.novahealth_product_banner .img_decor {
    	display: none;
	}
	.novahealth_product_banner ._content ul {
		margin-top: 16px;
		padding-left: 24px;
	}
	.novahealth_product_banner ._thumbnail {
		margin-top: 10px;
		max-width: 166px;
	}
	.novahealth_product_banner .btns_block {
		margin-top: 35px;
		gap: 18px;
	}
}



.page-id-483 main#primary > section:not(:first-of-type) {
    position: relative;
}


.single-novahealth-product section {
    overflow: visible;
}
.single-novahealth-product .faq_section {
	padding: 0 0 60px;
}
.single-novahealth-product .faq_section ._container {
    max-width: 1228px;
}
.single-novahealth-product .faq_section .btn {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .single-novahealth-product .faq_section .section_title {
        font-size: 45px;
        margin-bottom: 18px;
    }
	.single-novahealth-product .faq_section ._left {
        margin-bottom: 35px;
        text-align: left;
    }
	.single-novahealth-product .faq_block {
		padding: 7px 17px 28px;
        background: linear-gradient(269deg, #eef6f5 0%, #dbefed 100%);
	}
	.single-novahealth-product .faq_block .accordion_block__header {
    	font-size: 20px;
	}
}


.single-novahealth-product.postid-540 .novahealth_product_banner ._row {
    grid-template-columns: 2.2fr 1fr;
}
.single-novahealth-product.postid-540 .novahealth_product_banner ._content {
    max-width: 775px;
}
.single-novahealth-product.postid-540 .novahealth_product_banner .img_decor {
    display: none;
}
.single-novahealth-product.postid-540 .novahealth_product_banner ._thumbnail {
    right: 20px;
    width: 565px;
}

@media (max-width: 1450px) {
	.single-novahealth-product.postid-540 .novahealth_product_banner ._row {
		grid-template-columns: 1fr 1px;
	}
	.single-novahealth-product.postid-540 .novahealth_product_banner .content_block {
		width: auto;
	}
	.single-novahealth-product.postid-540 .novahealth_product_banner ._content {
		max-width: 50vw;
	}
	.single-novahealth-product.postid-540 .novahealth_product_banner ._thumbnail {
    	width: 39vw;
	}
}

@media (max-width: 1100px) {
	.single-novahealth-product.postid-540 .novahealth_product_banner ._row {
    	display: block;
		position: relative;
    	z-index: 1;
	}
	.single-novahealth-product.postid-540 .novahealth_product_banner .card_block {
    	padding-bottom: 0;
		overflow: hidden;
	}
	.single-novahealth-product.postid-540 .novahealth_product_banner .content_block {
		width: auto;
		padding-right: 0;
	}
	.single-novahealth-product.postid-540 .novahealth_product_banner ._content {
        max-width: none;
    }
	.single-novahealth-product.postid-540 .novahealth_product_banner ._thumbnail {
		margin: 0 auto;
		margin-top: 50px;
		width: auto;
		max-width: 100%;
		margin-left: auto;
		position: static;
		display: block;
	}
}


.postid-636 .product_overview ._row {
    grid-template-columns: 429px 1fr;
}
.postid-636 .product_overview .pricing_block .card_inner {
    max-width: 337px;
}

.postid-653 .product_overview ._row {
    grid-template-columns: 496px 1fr;
}

@media (min-width: 1100px) {
	
	.postid-653 .product_overview .pricing_block ._card, .product_overview .info_block ._card {
		padding-bottom: 15px;
	}
}

@media (max-width: 1100px) {
	.postid-653 .product_overview ._row {
		grid-template-columns: 1fr 1.3fr;
	}
}

@media (max-width: 900px) {
    .postid-636 .product_overview .img_block {
        top: 130px;
	}

}

