* {
	box-sizing: border-box;
}

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

:hover {
	transition: 0.3s;
}

p {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

html {
	opacity: 1 !important;
}

body {
	margin: 0;
	background: #EDEDED;
}

img {
	max-width: 100%
}

input:focus {
	outline: none;
}

input {
	border: none;
}

button {
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.container {
	padding: 0 30px;
	max-width: 1760px;
	margin: 0 auto;
}

a {
	color: #6495ED;
}

.background {
	padding: 0 0 0 0;
}

.background-container {
	max-width: 1920px;
}

.background-border {
	position: relative;
	background: linear-gradient(338deg, #66ceba, #49bcb5, #094e54, #033039, #033039);
	background-size: cover;
	border-radius: 40px;
}

.background-border::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/background-border-bf.webp) 0 10% no-repeat;
}

.background-zindex {
	position: relative;
	z-index: 1;
}

.top {
	padding: 9px 0;
	background: #08444c;
	border-radius: 30px;
	margin-top: 60px;
	margin: 0 31px;
	margin-top: 60px;
}

.top p {
	font-family: 'gilroy-semibold';
	font-size: 26px;
	line-height: 32px;
	color: #DCFF78;
	text-align: center;
}

.header {
	padding: 20px 80px 30px 80px;
	transition: .2s;
	top: 0;
}

header.header.upper {
	top: 0;
}

.header-top {
	background: rgb(255 255 255 / .08);
	border-radius: 20px;
	border: 1.5px solid rgb(76 132 147 / .3);
	padding: 19px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-family: 'gilroy-bold';
	font-size: 24px;
	line-height: 30px;
	color: #C9E8F0;
}

.header-logo a img {
	margin: 0 20px 0 0;
}

.header-input {
	position: relative;
}

.header-input-button {
	position: absolute;
	top: 16px;
	left: 30px;
}

#ya-site-form0 {
	margin: 0 0 0 0;
	width: 442px;
	padding: 0 0 0 68px;
	background: rgb(255 255 255 / .08);
	border-radius: 27.5px;
	border: 1px solid rgb(76 132 147 / .3);
}

#ya-site-form0 .ya-site-form__search-input {
	padding: 0px !important;
}

.ya-site-form__submit {
	display: none !important;
}

#ya-site-form0 .ya-site-form__input-text {
	background: rgb(255 255 255 / .08) !important;
}

#ya-site-form0,
#ya-site-form0 .ya-site-form__form,
#ya-site-form0 .ya-site-form__input,
#ya-site-form0 .ya-site-form__input-text,
#ya-site-form0 .ya-site-form__search-precise,
#ya-site-form0 .ya-site-form__submit {
	color: #fff !important;
}

.header-input input,
#ya-site-form0 input {
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin: 0 0 0 0;
	width: 442px;
	padding: 0 0 0 68px;
	height: 50px;
	background: rgb(255 255 255 / .08);
	border-radius: 27.5px;
	border: 1px solid rgb(76 132 147 / .3);
}

.header-input input::-webkit-input-placeholder {
	color: #C9E8F0;
}

.header-input input::-moz-placeholder {
	color: #C9E8F0;
}

.header-input input:-ms-input-placeholder {
	color: #C1CCD6;
}

.header-input input::placeholder {
	color: #C9E8F0;
}

@media (min-width:768px) {

	.ya-site-form,
	.ya-site-form__input-text {
		width: 200px !important;
	}
}

.header-right {
	display: flex;
	align-items: center;
}

.header-block {
	margin: 0 80px 0 0;
}

.header-block:last-child {
	margin: 0;
}

.header-link {
	padding: 0 0 10px 0;
}

.header-link:last-child {
	padding: 0;
}

.header-link a {
	font-family: 'gilroy-bold';
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	color: #C9E8F0;
}

.header-link a:hover {
	color: #DCFF78;
}

.header-title p {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #C9E8F0;
}

.header-button {
	padding: 10px 0 0 0;
}

.header-button button {
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #C9E8F0;
}

.header-button button:hover {
	color: #DCFF78;
}

.header-suptitle p {
	padding: 10px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #C9E8F0;
}

.header-bottom {
	margin: 20px 0 0 0;
	background: rgb(255 255 255 / .08);
	border-radius: 30px;
	border: 1.5px solid rgb(76 132 147 / .3);
	padding: 0 169px;
}

.header-ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-li {
	padding: 15px 0;
	position: relative;
}

.header-nav {
	font-family: 'gilroy-medium';
	text-decoration: none;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #C9E8F0;
}

.header-nav:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #DCFF78;
	width: 0;
	transition: 0.3s;
	left: 0;
	bottom: -4px;
}

.header-li:hover .header-nav {
	color: #DCFF78;
}

.header-li:hover .header-nav:before {
	width: 100%
}

.header-li:hover .header-absolute {
	display: block;
}

.header-absolute {
	display: none;
	position: absolute;
	width: 250px;
	top: 42px;
	left: 0;
	background: #032F39;
	border-radius: 30px;
	border: 1.5px solid rgb(76 132 147 / .3);
	padding: 10px 20px 20px 20px;
	z-index: 1;
}

.header-absolute-li {
	padding: 10px 0 0 0;
}

.header-absolute-li a {
	font-family: 'gilroy-medium';
	text-decoration: none;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #C9E8F0;
}

.header-absolute-li a:hover {
	color: #DCFF78;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header.upper .new-plashka {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.header.upper .new-plashka {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.header.upper .header-top {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.header.upper .header-bottom {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.sitemap-container {
	padding-block-start: 230px;
	padding-inline: 30px;
}

.sitemap-container li {
	color: #C9E8F0;
	font-size: 16px;
	font-family: 'gilroy-medium'
}

.sitemap-container>ul>li {
	padding-block-end: 20px;
}

.work {
	padding: 220px 80px 60px 80px;
}

.work-wrap {
	display: flex;
}

.work-block {
	width: 60%
}

.title {
	font-family: 'Raleway-SemiBold';
	font-size: 80px;
	line-height: 94px;
	color: #E4E8E9;
}

.title span {
	color: rgb(220 255 120);
}

.work-title {
	padding: 40px 0 0 0;
}

.work-title p {
	max-width: 800px;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 36px;
	color: #E4E8E9;
}

.work-buttons {
	display: flex;
	align-items: center;
	padding: 20px 0 0 0;
}

.work-button {
	padding: 0 50px 0 0;
}

.work-button:last-child {
	padding: 0;
}

.work-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	width: 260px;
	height: 50px;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
}

.work-button button a {
	text-decoration: none;
	color: #032F39;
}

.work-button button:hover {
	background: #FFF;
	border: 1.5px solid #FFF;
}

.work-button button:focus {
	background: none;
	border: 1.5px solid #032F39;
}

.work-border {
	padding: 10px 10px;
	margin: 60px 0 0 0;
	max-width: 343px;
	background: rgb(255 255 255 / .1);
	border: 1.5px solid rgb(255 255 255 / .1);
	border-radius: 20px;
}

.work-back {
	background: rgb(255 255 255 / .1);
	border: 1.5px solid rgb(255 255 255 / .1);
	border-radius: 10px;
	padding: 20px 10px 25px 10px;
}

.work-ul {
	padding: 0 0 0 26px;
	list-style: decimal;
	font-family: 'gilroy-medium';
	font-size: 24px;
	line-height: 29px;
	color: #E4E8E9;
}

.work-li {
	padding: 5px 0 0 0;
}

.work-li a {
	font-family: 'gilroy-medium';
	font-size: 24px;
	text-decoration: none;
	line-height: 29px;
	color: #E4E8E9;
}

.work-li a:hover {
	color: #DCFF78;
}

.work-block2 {
	width: 40%
}

.image-services {
	float: right;
	width: 700px;
	height: auto;
	border-radius: 30px;
}

.uslugisec {
	padding: 80px 0 0 0;
}

.title2 {
	font-family: 'Raleway-SemiBold';
	font-size: 48px;
	line-height: 70px;
	color: #032F39;
}

.uslugisec-container {
	max-width: 1584px;
	padding: 0;
}

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

.uslugisec-border {
	position: relative;
	background: linear-gradient(252deg, #38a6a1, #2e9690, #177273, #063b44, #063b44);
	background-size: cover;
	padding: 43px 39px;
	box-shadow: 0 16px 50px 4px rgb(27 27 28 / .3);
	border-radius: 20px;
}

.uslugisec-absolute {
	position: absolute;
	width: 124px;
	top: 0;
	right: 0;
}

.uslugisec-top {
	display: flex;
	align-items: center;
}

.uslugisec-top img {
	width: 28px;
	aspect-ratio: 1 / 1;
}

.uslugisec-top p {
	margin: 0 0 0 20px;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
}

.uslugisec-ul {
	position: relative;
	margin: 10px 0 0 0;
	padding: 16px 0 0 0;
}

.uslugisec-ul:before {
	position: absolute;
	content: '';
	top: 0;
	width: 3px;
	border-left: 2px solid #fff;
	left: 0;
	bottom: 22px;
}

.uslugisec-li {
	position: relative;
	padding: 14px 0 0 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.uslugisec-li:before {
	position: absolute;
	content: '';
	background: url(../images/uslugisec-li2.svg) 0 0 no-repeat;
	width: 25px;
	height: 17px;
	bottom: 25%;
	left: 0;
}

.uslugisec-li a {
	width: 167px;
	font-family: 'gilroy-medium';
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
}

.uslugisec-li a:hover {
	color: #DCFF78;
}

.uslugisec-li p {
	font-family: 'Raleway-SemiBold';
	font-size: 16px;
	line-height: 19px;
	color: #DCFF78;
	white-space: nowrap;
}

.uslugisec-link {
	display: flex;
	justify-content: center;
	padding: 30px 0 0 0;
}

.uslugisec-link a {
	font-family: 'gilroy-bold';
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
}

.uslugisec-link a:hover {
	background: #fff;
	border: 1.5px solid #fff;
}

.uslugisec-link a:focus {
	border: 1.5px solid #032F39;
	background: none;
}

.garantiisec-container {
	max-width: 1920px;
}

.garantiisec-border {
	background: linear-gradient(335deg, #7ddac7, #5ebead, #1d7f7d, #0d575b, #08454d);
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 30px 213px;
	border-radius: 40px;
}

.garantiisec-border::before {
	content: '';
	display: block;
	left: -10px;
	top: -35px;
	width: 215px;
	height: 202px;
	background: url(/files/images/uslugisec-absolute.png) no-repeat center center;
	position: absolute;
	background-size: cover;
	transform: rotateY(180deg) rotate(-24deg);
}

.title-color {
	color: #E4E8E9;
}

.garantiisec-title p {
	text-align: center;
	font-size: 40px;
	line-height: 47px;
	font-family: 'Raleway-SemiBold';
	color: rgb(220 255 120);
}

.garantiisec-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0 0 0;
}

.garantiisec-block-border {
	width: 378px;
	padding: 20px 25px;
	background: rgb(255 255 255 / .1);
	border: 1px solid rgb(76 132 147 / .3);
	border-radius: 30px;
}

.garantiisec-block-icon {
	text-align: center;
}

.garantiisec-block-title p {
	padding: 20px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
}

.garantiisec-button {
	text-align: center;
	padding: 30px 0 0 0;
}

.garantiisec-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	width: 260px;
	height: 50px;
	border: 1.5px solid #DCFF78;
}

.garantiisec-button button:hover {
	border: 1.5px solid #fff;
	background: #fff;
}

.garantiisec-button button:focus {
	border: 1.5px solid #032F39;
	background: none;
}

.premsec {
	padding: 150px 0 170px 0;
}

.premsec-wrap {
	display: flex;
	padding: 100px 0 0 0;
}

.premsec-block {
	width: 63%
}

.premsec-block2 {
	width: 37%
}

.premsec-inner {
	display: flex;
	align-items: center;
}

.premsec-inner-block {
	padding: 0 30px 0 0;
}

.premsec-inner-block:last-child {
	padding: 0;
}

.premsec-inner-border {
	padding: 14px 30px 14px 20px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 10px;
}

.premsec-inner-border-wrap {
	display: flex;
	align-items: center;
}

.premsec-inner-title p {
	margin: 0 0 0 20px;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #000;
}

.premsec-inner-pd {
	padding: 30px 0 0 130px;
}

.premsec-inner-pd2 {
	padding: 30px 0 0 310px;
}

.premsec-inner-icon {
	margin: -6px -10px -17px -10px;
}

.premsec-border {
	padding: 40px 40px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 30px;
}

.premsec-title p {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.premsec-suptitle p {
	padding: 10px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #0A5F73;
}

.premsec-input {
	padding: 20px 0 0 0;
}

.premsec-input input {
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #0A5F73;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 30px;
	height: 56px;
	background: #EDEDED;
	border-radius: 28px;
}

.premsec-input input::-webkit-input-placeholder {
	color: #0A5F73;
}

.premsec-input input::-moz-placeholder {
	color: #0A5F73;
}

.premsec-input input:-ms-input-placeholder {
	color: #0A5F73;
}

.premsec-input input::placeholder {
	color: #0A5F73;
}

.premsec-button {
	padding: 30px 0 0 0;
	text-align: center;
}

.premsec-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
	width: 260px;
	height: 50px;
}

.tekstoviy {
	padding: 40px 0 100px 0;
}

.tekstoviy h2 {
	font-family: 'Raleway-SemiBold';
	font-size: 48px;
	line-height: 56px;
	color: #032F39;
	margin: 24px 0;
}

.tekstoviy h3 {
	font-family: 'Raleway-SemiBold';
	font-size: 36px;
	line-height: 42px;
	color: #032F39;
}

.tekstoviy p {
	//padding: 50px 0 0 0;
	font-family: 'Raleway-Medium';
	font-size: 22px;
	line-height: 26px;
	color: #0A5F73;
}

.tekstoviy ol,
.tekstoviy ul {
	padding: 30px 0 30px 60px;
}

.tekstoviy ol li,
.tekstoviy ul li {
	display: flex;
	align-items: center;
	padding: 20px 0 0 0;
	padding: 0 0 0 30px;
	font-family: 'Raleway-Medium';
	font-size: 22px;
	line-height: 26px;
	color: #0A5F73;
	gap: 20px;
	margin: .5em 0;
}

.tekstoviy ul li {
	font-family: 'Raleway-Medium';
	font-size: 22px;
	line-height: 26px;
	color: #0A5F73;
}

.tekstoviy ol {
	counter-reset: myCounter;
}

.tekstoviy ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	background: url(../images/tekstoviy-li.svg) 50% 24% no-repeat;
	display: inline-block;
	text-align: center;
	padding: 17px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 30px;
	line-height: 36px;
	color: #000;
	max-width: 64px;
	height: 72px;
	flex: 20%
}

.tekstoviy ul li:before {
	content: '';
	background: url(../images/tekstoviy-li.svg) 50% 24% no-repeat;
	display: inline-block;
	text-align: center;
	padding: 0 0 0 0;
	font-family: 'gilroy-medium';
	color: #000;
	max-width: 54px;
	height: 53px;
	flex: 20%;
	background-size: contain;
}

.tekstoviy ol li p {
	width: 90%;
	padding: 0 0 0 30px;
	font-family: 'Raleway-Medium';
	font-size: 22px;
	line-height: 26px;
	color: #0A5F73;
}

.vrachisec {
	padding: 40px 0 0 0;
}

.vrachisec-container {
	padding: 14px 0;
}

.vrachisec-border {
	padding: 20px 20px 30px 20px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 30px;
}

.vrachisec-link {
	display: block;
}

.vrachisec-img {
	display: block;
	border-radius: 20px 20px 0 0;
	position: relative;
	background: linear-gradient(to top, #5abdad, #37a7a2, #2a8c88, #0d5459, #07444c);
}

.vrachisec-img:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/vrachisec-img-bf.png) center 0 no-repeat;
}

.vrachisec-img img {
	position: relative;
	z-index: 1;
	display: flex;
	margin: 0 auto;
}

.vrachisec-button {
	text-align: center;
	position: relative;
	z-index: 1;
	margin: -29px 0 0 0;
}

.vrachisec-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
	width: 260px;
	height: 50px;
}

.vrachisec-button button:hover {
	background: #fff;
	border: 1.5px solid #032F39;
}

.vrachisec-position p {
	padding: 20px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #0A5F73;
}

.vrachisec-name p {
	padding: 10px 0 0 0;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.vrachisec-name a {
	text-decoration: none;
}

@media (max-width:768px) {
	section.background {
		z-index: 2;
		position: relative;
	}
}

.licenziisec {
	padding: 0 0 100px 0;
}

.licenziisec-container {
	max-width: 1650px;
	padding: 0;
}

.licenziisec-slayder {
	padding: 70px 0 0 0;
}

.simptomsec-brd {
	display: flex;
	justify-content: center;
	padding: 10px 0 0 0;
}

.simptomsec-brd-title p {
	font-family: 'gilroy-semibold';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #032F39;
	display: inline-block;
	padding: 6px 30px;
	background: #DCFF78;
	border-radius: 20px;
}

.simptomsec-wrap {
	padding: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
}

.simptomsec-block {
	padding: 30px 0 0 0;
}

.simptomsec-border {
	width: 300px;
	padding: 26px 20px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 10px;
}

.simptomsec-icon {
	text-align: center;
}

.simptomsec-title p {
	padding: 20px 0 0 0;
	text-align: center;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.otsivsec,
.cities {
	padding: 280px 0 0 0;
}

.otsivsec-container {
	padding: 0 10px;
}

.otsivsec-border {
	padding: 30px 30px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 20px;
}

.otsivsec-name p {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.otsivsec-title-border p {
	padding: 4px 30px;
	margin: 10px 0 0 0;
	background: #DCFF78;
	border-radius: 20px;
	display: inline-block;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #032F39;
}

.otsivsec-title p {
	padding: 20px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #0A5F73;
}

.kruglo-container {
	max-width: 1920px;
}

.kruglo-border {
	background: radial-gradient(at 5.956215% 7.376603%, #032E38 0, transparent 0%), radial-gradient(at -3.012048% 8.504808%, #032E38 -1px, transparent 49%), radial-gradient(at .7640317367029091% 81.53044871794873%, #032E38 0, transparent 55%), radial-gradient(at 36.935645% 102.966346%, #3BA19D 18px, transparent 71%), radial-gradient(at 68.452248% 105.197115%, #3BA19D 10px, transparent 75%), radial-gradient(at 97.466647% 99.709936%, #43ABA0 18px, transparent 100%) #063a43;
	padding: 60px 0 33px 0;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.kruglo-border::before {
	content: '';
	display: block;
	left: -5px;
	width: 190px;
	height: 170px;
	background: url(/files/images/uslugisec-absolute.png) no-repeat center center;
	z-index: 2;
	position: absolute;
	background-size: cover;
	transform: rotateY(197deg) rotateX(180deg);
	bottom: -30px;
}

.title2 span {
	color: rgb(220 255 120);
}

.filialsec {
	padding: 90px 0 0 0;
}

.filialsec-container {
	max-width: 1080px;
	padding: 0;
}

.filialsec-link {
	padding: 0 0 50px 0;
}

.filialsec-link:last-child {
	padding: 0;
}

.filialsec-link a {
	background: #fff url(../images/filialsec-link.png) 50% 40% no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 10px;
	font-family: 'Raleway-Bold';
	text-decoration: none;
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.mapsec-container {
	max-width: 1920px;
}

.mapsec-border {
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 30px;
	padding: 20px 20px;
}

.mapsec-wrap {
	display: flex;
}

.mapsec-block {
	width: 29%
}

.mapsec-back {
	border-radius: 30px 0 0 30px;
	padding: 60px 0 52px 60px;
	background: linear-gradient(to top, #268988, #197576, #116266, #0b4f55, #063c45);
	position: relative;
	overflow: hidden;
}

.mapsec-back::before {
	content: '';
	display: block;
	right: 0;
	width: 75px;
	height: 105px;
	background: url(/files/images/uslugisec-absolute.png) no-repeat center center;
	z-index: 2;
	position: absolute;
	background-size: cover;
	transform: rotateX(180deg);
	bottom: -33px;
}

.mapsec-top {
	display: flex;
	align-items: center;
}

.mapsec-icon {
	margin: 0 20px 0 0;
}

.mapsec-title p {
	padding: 20px 0 0 0;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #EFF2FA;
}

.mapsec-pd {
	padding: 10px 0 0 0;
}

.mapsec-link {
	padding: 20px 0 0 0;
}

.mapsec-link a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.mapsec-link-text {
	margin: 0 0 0 30px;
}

.mapsec-link-title {
	font-family: 'gilroy-heavy';
	font-size: 16px;
	line-height: 20px;
	color: #EFF2FA;
}

.mapsec-link-suptitle {
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #EFF2FA;
}

.mapsec-link a:hover .mapsec-link-title {
	color: rgb(220 255 120);
}

.mapsec-gorod {
	display: flex;
	align-items: center;
	padding: 20px 0 0 0;
}

.mapsec-title-pd {
	padding: 17px 0 0 0;
}

.mapsec-block2 {
	width: 71%
}

.mapsec-map {
	height: 100%;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
}

.footer {
	padding: 20px 0 30px 0;
}

.footer-container {
	max-width: 1920px;
}

li.footer-inner-li:nth-child(n+8) {
	display: none;
}

.footer-border {
	background: linear-gradient(346deg, #42a196, #278d8a, #0b5157, #053540, #03303a);
	border-radius: 30px;
	padding: 30px 80px;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.footer-social {
	display: flex;
	align-items: center;
}

.footer-social-title p {
	font-family: 'Raleway-Bold';
	font-size: 20px;
	line-height: 30px;
	color: #E4E8E9;
}

.footer-social-ul {
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
}

.footer-social-li {
	padding: 0 0 0 20px;
}

.footer-social-li a:hover {
	opacity: .6;
}

.footer-number {
	display: flex;
	align-items: center;
	padding: 99px 0 0 0;
}

.footer-number-ul {
	padding: 0 0 0 24px;
}

.footer-number-li {
	padding: 0 0 2px 0;
}

.footer-number-li:last-child {
	padding: 0;
}

.footer-number-li a {
	font-family: 'Raleway-Bold';
	text-decoration: none;
	font-size: 24px;
	line-height: 28px;
	color: #C9E8F0;
}

.footer-number-li a:hover {
	color: #DCFF78;
}

.footer-button-li {
	text-align: right;
	padding: 0 0 40px 0;
}

.footer-button-li:last-child {
	padding: 0;
}

.footer-button-li button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	width: 260px;
	height: 50px;
}

.footer-button-li button:hover {
	background: #fff;
}

.footer-link-ul {
	padding: 40px 0 0 0;
}

.footer-link-li a {
	display: block;
	font-family: 'gilroy-regular';
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #E4E8E9;
}

.footer-link-li a:hover {
	color: #DCFF78;
}

.footer-oplata {
	padding: 30px 0 0 0;
}

.footer-oplata-title p {
	font-family: 'Raleway-Bold';
	font-size: 20px;
	line-height: 30px;
	text-align: right;
	color: #E4E8E9;
}

.footer-oplata-ul {
	padding: 20px 0 0 0;
	display: flex;
	align-items: center;
}

.footer-oplata-li {
	padding: 0 40px 0 0;
}

.footer-oplata-li:last-child {
	padding: 0;
}

.footer-inner {
	position: relative;
	z-index: 2;
	display: flex;
	max-width: 1000px;
	margin: -280px 0 0 413px;
}

.footer-inner-block {
	width: 33.33333333%
}

.footer-inner-title p {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #E4E8E9;
}

.footer-inner-ul {
	padding: 20px 0 0 0;
}

.footer-inner-li p {
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #E4E8E9;
}

.footer-inner-li a {
	font-family: 'gilroy-medium';
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	color: #E4E8E9;
}

.footer-inner-li a:hover {
	color: #DCFF78;
}

.footer-inner-block-pd {
	padding: 28px 0 0 0;
}

.footer-bottom {
	padding: 115px 0 0 0;
}

.footer-bottom-title p {
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #E4E8E9;
}

.mt-munu-mb {
	padding: 20px 30px 20px 30px;
	background: linear-gradient(#034250, #094f5e);
}

.burger {
	position: absolute;
	top: 0;
	right: 0;
	display: none !important;
	color: #23f0ff;
	cursor: pointer;
	z-index: 12;
	display: flex;
}

.burger i:nth-of-type(1) {
	display: block;
}

.burger i:nth-of-type(2) {
	display: none;
}

.burger.burger-open {
	color: #2a3255;
}

.burger.burger-open i:nth-of-type(1) {
	display: none;
}

.burger.burger-open i:nth-of-type(2) {
	display: block;
}

.body-open {
	overflow: auto;
}

.mt-mobile {
	position: fixed;
	top: 107px;
	z-index: 11;
	height: auto;
	width: 100%;
	padding: 0 10px 0 10px;
	transition: 0.5s ease all;
	clip-path: circle(100%);
}

.mt-mobile.nav-open {
	clip-path: circle(0 at 50% 50%);
}

@media (max-width:768px) {

	.tekstoviy ol,
	.tekstoviy ul {
		padding-left: 0;
	}

	.tekstoviy ul li:before {
		width: 10px;
		height: 10px;
		min-width: 10px;
		max-width: 10px;
		min-height: 10px;
		max-height: 10px;

	}

	.tekstoviy ol li,
	.tekstoviy ul li {
		margin: .5em 0;
	}

	.premsec-inner-block-right {
		text-align: left !important;
	}
}

.accordion2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.accordion2 .item2 {
	padding: 15px 0 0 0;
	cursor: pointer;
	margin: 0 0 0 0;
	grid-template-columns: auto 1fr auto;
	column-gap: 24px;
	row-gap: 32px;
	align-items: center;
	transition: border-top 0.3s;
}

.accordion2 .item2.open2 .hidden-box2 {
	display: block;
}

.accordion2 .text2 {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	font-family: 'gilroy-medium';
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	color: #C9E8F0;
	letter-spacing: -.005em;
	margin: 0;
}

.accordion2 .item2.open2 .text2 {
	transition: color 0.3s;
}

.accordion2 .icon2 {
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	border-radius: 50%;
	transition: transform 0.2s ease-in;
}

.accordion2 .item2.open2 .icon2 {
	transform: rotate(45deg);
}

.accordion2 .hidden-box2 {
	padding: 0 0 0 20px;
	grid-column: 1;
	display: none;
	transition: display .2 ease-in;
}

.burger-acc-li {
	padding: 10px 0 0 0;
}

.burger-acc-li a {
	font-family: 'gilroy-medium';
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	color: #C9E8F0;
}

.burger-li {
	padding: 15px 0 0 0;
}

.burger-li a {
	font-family: 'gilroy-medium';
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	color: #C9E8F0;
}

.work-img {
	display: none;
}

.work-img img {
	min-height: 300px;
}

.mapsec-block3 {
	display: none;
}

.footer-inner-block-mb {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	z-index: 12;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.js-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.js-modal .modal__inner {
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.5s ease-in-out 0.1s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}

.js-modal.is-open {
	visibility: visible;
	opacity: 1;
	overflow: auto;
}

.js-modal.is-open .modal__inner {
	opacity: 1;
	transform: translateY(0);
}

.modal-nowrap {
	overflow: hidden !important;
}

.modal {
	background: rgb(3 47 57 / .9);
}

.modal-close-button {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-border {
	position: relative;
	padding: 30px 30px;
	width: 410px;
	background: #FFF;
	border-radius: 30px;
}

.modal-border2 {
	position: relative;
	padding: 10px 10px;
	width: 550px;
	background: #FFF;
	border-radius: 30px;
}

.modal-img img {
	width: 100%
}

.modal-title2 {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #032F39;
}

.modal-suptitle p {
	padding: 10px 0 0 0;
	font-family: 'Raleway-MediumItalic';
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #032F39;
}

.modal-form {
	padding: 30px 0 0 0;
}

.modal-input input {
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #0A5F73;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 30px;
	height: 56px;
	background: #EDEDED;
	border-radius: 28px;
}

.modal-input input::-webkit-input-placeholder {
	color: #0A5F73;
}

.modal-input input::-moz-placeholder {
	color: #0A5F73;
}

.modal-input input:-ms-input-placeholder {
	color: #0A5F73;
}

.modal-input input::placeholder {
	color: #0A5F73;
}

.modal-button {
	text-align: center;
	padding: 30px 0 0 0;
}

.modal-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
	width: 260px;
	height: 50px;
}

.modal-button button:hover {
	border: 1.5px solid #032F39;
	background: none;
}

.modal-suptitle2 p {
	padding: 20px 0 0 0;
	font-family: 'Raleway-MediumItalic';
	font-size: 18px;
	line-height: 27px;
	color: #0A5F73;
}

.background-border2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/background-border-bf2.png) 0 100% no-repeat;
}

.cenisec {
	padding: 80px 0 70px 0;
}

.cenisec-border {
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
	border-radius: 20px;
	padding: 40px 0 30px 0;
}

.cenisec-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 11px 20px 11px;
}

.cenisec-title-border p {
	margin: 10px 0 0 0;
	font-family: 'gilroy-semibold';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #032F39;
	display: inline-block;
	padding: 4px 30px;
	background: #DCFF78;
	border-radius: 20px;
}

.cenisec-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
	width: 260px;
	height: 50px;
}

.cenisec-button button:hover {
	border: 1.5px solid #032F39;
	background: none;
}

.cenisec-wrap {
	display: flex;
	align-items: center;
	padding: 20px 40px;
}

.cenisec-restagle {
	width: 100%;
	height: 1px;
	background: linear-gradient(90.18deg, rgb(76 132 147 / .3) 0%, rgb(68 132 153 / .3) 99.06%);
}

.cenisec-block {
	width: 24%
}

.cenisec-block2 {
	width: 61%
}

.cenisec-block3 {
	width: 15%
}

.cenisec-title p {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.cenisec-suptitle p {
	font-family: 'gilroy-semibold';
	font-size: 20px;
	line-height: 24px;
	color: #0A5F73;
}

.cenisec-price p {
	font-family: 'Raleway-Bold';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #0A5F73;
}

.cenisec-sub {
	font-family: 'gilroy-semibold';
	font-size: 36px;
	color: #032F39;
}

.etapsec {
	padding: 120px 0 0 0;
}

.etapsec-wrap {
	display: flex;
	padding: 80px 0 0 0;
	justify-content: space-between;
}

.etapsec-block {
	text-align: center;
}

.etapsec-number {
	margin: -63px 0 0 -8px;
	position: relative;
	z-index: 1;
}

.etapsec-number p {
	font-family: 'gilroy-regular';
	font-size: 50px;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #032F39;
	background: #DCFF78;
	border-radius: 10px;
	width: 50px;
	height: 50px;
}

.etapsec-title p {
	padding: 43px 0 0 0;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #032F39;
}

.zvazsec {
	padding: 150px 0 0 0;
}

.zvazsec-wrap {
	display: flex;
	align-items: center;
}

.zvazsec-block {
	width: 45%;
	padding: 0 20px 0 0;
}

.zvazsec-block2 {
	width: 55%;
	padding: 0 0 0 20px;
}

.zvazsec-title p {
	padding: 50px 0 0 0;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #0A5F73;
}

.zvazsec-img {
	margin: 0 -18px 0 -18px;
}

.fag {
	padding: 130px 0 0 0;
}

.accordion {
	padding: 0 0 0 0;
	margin: 50px 0 0 0;
	border-top: 2px solid #BFCADF;
}

.accordion .item {
	padding: 26px 0 26px 0;
	cursor: pointer;
	border-bottom: 2px solid #BFCADF;
	grid-template-columns: auto 1fr auto;
	column-gap: 24px;
	row-gap: 32px;
	align-items: center;
}

.accordion .item.open .hidden-box {
	display: block;
}

.accordion .text {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #223858;
	margin: 0;
}

.accordion .item.open .text {
	transition: color 0.3s;
}

.accordion .icon {
	position: absolute;
	right: 0;
	width: auto;
	height: auto;
	transition: transform 0.2s ease-in;
}

.accordion .item.open .icon {
	transform: rotate(45deg);
}

.accordion .hidden-box {
	grid-column: 1;
	display: none;
	transition: display .2 ease-in;
}

.hidden-box p {
	padding: 20px 70px 0 70px;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #0A5F73;
}

.tekstoviy-wrap {
	display: flex;
}

.tekstoviy-block {
	width: 67%;
	padding: 0 50px 0 0;
}

.tekstoviy-block2 {
	width: 33%;
	padding: 50px 0 0 50px;
}

.tekstoviy-img {
	text-align: center;
	margin: -15px -15px 0 -15px;
}

.cenisec-button2 {
	padding: 30px 0 0 0;
	text-align: center;
}

.cenisec-button2 button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
	width: 260px;
	height: 50px;
}

.cenisec-button2 button:hover {
	border: 1.5px solid #032F39;
	background: none;
}

.cenisec-slayder {
	display: none;
}

.zvazsec-relative {
	position: relative;
}

.zvazsec-ul {
	position: absolute;
	top: 20px;
	right: 20px;
}

@media (max-width:767px) {
	#ya-site-form0 {
		margin: 0 0 0 0;
		width: 110px;
		padding: 0 0 0 68px;
		background: rgb(255 255 255 / .08);
		border-radius: 27.5px;
		border: 1px solid rgb(76 132 147 / .3);
	}

	#ya-site-form0 .ya-site-form__search-input {
		padding: 0px !important;
	}

	.ya-site-form__submit {
		display: none !important;
	}

	#ya-site-form0 .ya-site-form__input-text {
		background: rgb(255 255 255 / .08) !important;
	}

	#ya-site-form0,
	#ya-site-form0 .ya-site-form__form,
	#ya-site-form0 .ya-site-form__input,
	#ya-site-form0 .ya-site-form__input-text,
	#ya-site-form0 .ya-site-form__search-precise,
	#ya-site-form0 .ya-site-form__submit {
		color: #fff !important;
	}

	.header-input input,
	#ya-site-form0 input {
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #fff;
		margin: 0 0 0 0;
		width: 110px;
		padding: 0 0 0 68px;
		height: 45px;
		background: rgb(255 255 255 / .08);
		border-radius: 27.5px;
		border: 1px solid rgb(76 132 147 / .3);
	}

	.header-input input,
	#ya-site-form0 input::-webkit-input-placeholder {
		opacity: 0;
	}
}

.zvazsec-li:last-child {
	padding: 0;
}

.zvazsec-li a {
	display: block;
}

.background-border3:before {
	display: none !important;
}

.statyi {
	padding: 285px 0 0 0;
}

.statyi-container {
	max-width: 1330px;
}

.statyi-container2 {
	max-width: 1330px;
}

.statyi-tabs {
	padding: 60px 0 0 0;
}

ul.tabs3 {
	margin: 0;
	padding: 0 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 100%
}

ul.tabs3 li {
	margin: 0 20px;
	cursor: pointer;
	padding: 15px 50px;
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	border: 1.5px solid #032F39;
	border-radius: 30px;
	position: relative;
}

ul.tabs3 li:hover {
	opacity: 1;
}

ul.tabs3 li.active {
	background: #DCFF78;
	border: 1.5px solid #DCFF78;
	opacity: 1;
}

.tab_container {
	border-top: none;
	clear: both;
	width: 100%
}

.tab_content {
	padding: 0 0 0 0;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

.statyi-block {
	padding: 40px 0 0 0;
}

.statyi-border a {
	text-decoration: none;
	display: flex;
	align-items: center;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 20px;
}

.statyi-img img {
	margin: 0 0 -4px 0;
	border-radius: 20px 0 0 20px;
}

.statyi-text {
	padding: 0 40px 0 50px;
	width: 62%
}

.statyi-title p {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.statyi-suptitle p {
	padding: 20px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #032F39;
}

.statyi-inner {
	display: flex;
	align-items: center;
	padding: 30px 0 0 0;
}

.statyi-data {
	padding: 0 30px 0 0;
	display: flex;
	align-items: center;
}

.statyi-data:last-child {
	padding: 0;
}

.statyi-data p {
	margin: 0 0 0 10px;
	font-family: 'gilroy-medium';
	font-size: 16px;
	line-height: 19px;
	color: #0A5F73;
}

.vrach {
	padding: 280px 0 0 0;
}

.vrach-wrap {
	display: flex;
	align-items: center;
}

.vrach-block {
	width: 23%;
	padding: 0 30px 0 0;
}

.vrach-block2 {
	width: 77%;
	padding: 0 0 0 30px;
}

.vrach-inner {
	display: flex;
	align-items: center;
}

.vrach-info {
	width: 693px;
	margin: 0 30px 0 0;
}

.vrach-form {
	margin: 0 0 0 30px;
}

.vrach-border {
	width: 360px;
	padding: 30px 30px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 30px;
}

.vrach-text {
	padding: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.vrach-text-title {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #223858;
}

.vrach-text-suptitle {
	margin: 0 0 0 5px;
	font-family: 'Raleway-Medium';
	font-size: 24px;
	line-height: 28px;
	color: #223858;
}

.vrach-text-suptitle-mr {
	width: 100%;
	margin: 10px 0 0 0;
}

.vrach-links {
	padding: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.vrach-link a {
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 22.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 104px;
}

.vrach-links-block2 {
	padding: 0 0 0 37px;
}

.vrach-links-block3 {
	padding: 37px 0 0 0;
}

.vrach-border-title p {
	font-family: 'gilroy-bold';
	font-size: 20px;
	line-height: 25px;
	color: #032F39;
}

.vrach-border-ul {
	padding: 20px 0 0 0;
}

.vrach-border-li {
	display: flex;
}

.vrach-border-li-title {
	font-family: 'gilroy-bold';
	font-size: 20px;
	line-height: 25px;
	color: #032F39;
}

.vrach-border-li-suptitle {
	margin: 0 0 0 5px;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 25px;
	color: #032F39;
}

.vrach-border-button {
	padding: 30px 0 0 0;
	text-align: center;
}

.vrach-border-button button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	width: 260px;
	height: 50px;
	background: #DCFF78;
	border-radius: 30px;
	border: 1.5px solid #DCFF78;
}

.vrach-border-button button:hover {
	background: none;
	border: 1.5px solid #032F39;
}

.vrachinfo {
	padding: 70px 0 80px 0;
}

.vrachinfo h2 {
	font-family: 'Raleway-SemiBold';
	font-size: 60px;
	line-height: 70px;
	color: #032F39;
}

.vrachinfo p {
	padding: 20px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #032F39;
}

.vrachinfo h3 {
	padding: 20px 0 0 0;
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.vrachinfo ul {
	padding: 20px 0 0 150px;
}

.vrachinfo ul li {
	padding: 0 0 45px 0;
	display: flex;
}

.vrachinfo ul li:last-child {
	padding: 0;
}

.vrachinfo ul li .vrachinfo-title {
	padding: 0;
	font-family: 'gilroy-bold';
	font-size: 20px;
	line-height: 25px;
	color: #032F39;
}

.vrachinfo ul li .vrachinfo-suptitle {
	padding: 0;
	margin: 0 0 0 50px;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 24px;
	color: #032F39;
}

.statyya {
	padding: 280px 0 0 0;
}

.statyya-border {
	background: linear-gradient(349deg, #318782, #2c716e, #1f5e64, #194850, #0b3841);
	border-radius: 20px;
	padding: 78px 0;
}

.statyya-wrap {
	padding: 100px 0 0 0;
	display: flex;
}

.statyya-block {
	width: 63%
}

.statyya-block2 {
	width: 37%
}

.statyya-title {
	display: flex;
	align-items: center;
}

.statyya-icon {
	margin: 0 20px 0 0;
}

.statyya-ul {
	max-width: 800px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 70px;
	background: url(../images/statyya-ul.svg) 0 0 no-repeat;
	list-style: decimal;
	font-family: 'gilroy-medium';
	font-size: 24px;
	line-height: 29px;
	color: #0A5F73;
}

.statyya-li {
	padding: 29px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 24px;
	line-height: 29px;
	color: #0A5F73;
}

.statyya-li a {
	font-family: 'gilroy-medium';
	text-decoration: none;
	font-size: 24px;
	line-height: 29px;
	color: #0A5F73;
}

.statyya-li a:hover {
	color: #DCFF78;
}

.statyya-link {
	padding: 60px 0 0 0;
	display: inline-block;
}

.date-link-suptitle p {
	padding: 10px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 30px;
	color: #032F39;
}

.right_doc {
	padding-left: 100px;
}

.table_cell {
	display: table-cell;
}

@media screen and (max-width: 1200px) {
	.table_cell {
		display: inline-block;
	}
}

.statyya-link a {
	width: 650px;
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 35px;
	text-decoration: none;
	background: #DCFF78;
	border-radius: 70px;
}

.statyya-link-text {
	padding: 0 0 0 20px;
	width: 89%
}

.statyya-link-title p {
	font-family: 'Raleway-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #032F39;
}

.statyya-link-suptitle p {
	padding: 10px 0 0 0;
	font-family: 'gilroy-medium';
	font-size: 20px;
	line-height: 30px;
	color: #032F39;
}

.tekstoviy-wrap2 {
	display: flex;
}

.tekstoviy-block3 {
	width: 53%;
	padding: 0 50px 0 0;
}

.tekstoviy-block4 {
	width: 47%;
	padding: 50px 0 0 50px;
}

.statyi2 {
	padding: 20px 0 80px 0;
}

.licenziisec2 {
	padding: 280px 0 0 0;
}

.kontakti {
	padding: 280px 0 40px 0;
}

.kontakti-container {
	max-width: 1920px;
}

.kontakti-border {
	padding: 20px 20px;
	background: #FFF;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	border-radius: 30px;
}

.kontakti-relative {
	position: relative;
}

.kontakti-map {
	border-radius: 20px;
	height: 710px;
	overflow: hidden;
}

.kontakti-absolute {
	top: 136px;
	left: 61px;
	position: absolute;
	background: url(../images/kontakti-absolute.png) 0 0;
	background-size: cover;
	width: 382px;
	padding: 60px 60px;
	border-radius: 20px;
}

.mapsec-title-pd2 {
	padding: 0 !important;
}

.kontakti-ul {
	display: flex;
	align-items: center;
	padding: 32px 0 0 0;
}

.kontakti-li {
	padding: 0 30px 0 0;
}

.kontakti-li:last-child {
	padding: 0;
}

.kontakti-li a {
	display: block;
}

.kontakti-li a:hover {
	opacity: .6;
}

.service-img {
	padding: 15px;
	float: right;
	width: 35%
}

.page404 {
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page404 h1 {
	font-size: 200px;
	line-height: 200px;
	background: linear-gradient(118.04deg, #fff0 -36.57%, #FFFFFF 105.92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
}

.page404 .work-title {
	font-size: 20px;
	color: rgb(228 232 233);
	width: 50%;
	text-align: center;
	line-height: 24px;
	font-family: 'gilroy-medium'
}

.page404 .work-button a {
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	text-decoration: none;
	display: block;
	padding: 15px 64px;
	font-family: 'gilroy-bold'
}

@media (max-width:767px) {
	.page404 {
		height: auto;
	}

	.page404 .work-title {
		width: auto;
	}
}

.author-block ul {
	display: flex;
	flex-wrap: wrap;
}

.author-block ul li {
	width: 50%
}

@media (max-width:767px) {
	.author-block ul li {
		width: 100%
	}
}

.pricelist .table {
	background: #fff;
	margin-top: 2em;
	padding: 0;
	border-radius: 20px;
	width: 95%
}

.pricelist .table * {
	display: block;
	font-family: 'gilroy-medium'
}

.pricelist .table table {
	width: 100%
}

.pricelist .table table tr {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(68 132 153 / .3);
}

.pricelist .table table tr:nth-child(1),
.pricelist .table table tr:nth-last-child(1) {
	border-bottom: 0;
}

.pricelist .table table th {
	width: 100%;
	background: url(/files/images/garantiisec-border.png) 0 50% no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 32px;
	padding: 30px 0;
	border-radius: 20px;
}

.pricelist .table table td {
	padding: 16px 32px;
	font-size: 20px;
}

.pricelist .table table td:nth-child(1) {
	width: 60%;
	color: rgb(10 95 115);
}

.pricelist .table table td:nth-child(2) {
	width: 20%;
	color: rgb(10 95 115);
}

.pricelist .table table td:nth-child(3) {
	width: 20%
}

.pricelist .table table td button {
	font-family: 'gilroy-bold';
	font-size: 16px;
	line-height: 20px;
	color: #032F39;
	background: #DCFF78;
	border-radius: 30px;
	width: 10em;
	height: 3em;
	margin-left: auto;
}

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

@media (max-width:992px) {
	.pricelist .table table td: nth-child(1) {
		width: 50%
	}

	.pricelist .table table td button {
		width: 8em;
	}
}

@media (max-width:768px) {
	.pricelist {
		padding-top: 100px;
	}
}

@media (max-width:767px) {
	.pricelist .table table th {
		font-size: 20px;
	}

	.pricelist .table table tr {
		flex-wrap: wrap;
	}

	.pricelist .table table td:nth-child(1) {
		width: 100%
	}

	.pricelist .table table td:nth-child(2),
	.pricelist .table table td:nth-child(3) {
		width: 50%
	}
}

.otsivsec-slayder .slider {
	display: flex;
	flex-wrap: wrap;
}

.otsivsec-slayder .slider .otsivsec-wrap {
	width: 31%;
	margin: 1%;
	height: 100%
}

@media (max-width:767px) {
	.otsivsec-slayder .slider .otsivsec-wrap {
		width: 95%;
		margin: 1% auto;
	}
}

.doctor-list .slider {
	display: flex;
	flex-wrap: wrap;
}

.doctor-list .doc-item {
	width: 31%;
	margin: 1%
}

.doctor-list .vrachisec-img {
	background-size: cover;
}

@media (max-width:767px) {
	.doctor-list {
		margin-top: 60px;
	}

	.doctor-list .doc-item {
		width: 95%;
		margin: 1% auto;
	}
}

#cityModal .modal-content,
#callbackModal .modal-content {
	border-radius: 20px;
	position: relative;
}

#cityModal .city_input {
	padding-left: 48px;
	background: rgb(237 237 237);
	background-image: url(/files/images/search.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	left: 8px;
	background-position: 16px;
	border: 0;
	border-radius: 30px;
}

#cityModal .close,
#callbackModal .close {
	position: absolute;
	right: -20px;
	top: -20px;
	background-image: url(/files/images/close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	width: 48px;
	height: 48px;
	display: block;
}

#cityModal #list_city_result {
	margin-top: 2em;
	column-count: 3;
}

#cityModal #list_city_result li {
	margin-bottom: 16px !important;
}

#cityModal #list_city_result a {
	color: rgb(3 47 57);
}

#cityModal .modal-header {
	border: 0;
}

#cityModal .modal-body {
	padding: 60px;
}

#callbackModal .modal-dialog {
	max-width: 450px;
}

@media (max-width:767px) {
	#cityModal #list_city_result {
		column-count: 1;
	}

	#cityModal .modal-body {
		padding: 20px;
	}

	#callbackModal .modal-dialog {
		max-width: 320px;
	}
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0 0 0 / .5);
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
	margin: 0;
	padding: 0;
}

.modal:target {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 750px;
		margin: 30px auto;
	}
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgb(0 0 0 / .2);
	border-radius: .3rem;
	outline: 0;
}

@media (min-width:768px) {
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / .5);
		box-shadow: 0 5px 15px rgb(0 0 0 / .5);
	}
}

.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
}

.modal-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 500;
}

.close {
	float: right;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	text-decoration: none;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
	overflow: auto;
}

.city_input {
	border: solid 1px #d6d6d6;
	border-radius: 15px;
	width: 100%;
	height: 50px;
	font-size: 22px;
	padding: 16px;
}

.url_city_list {
	text-decoration: none;
	font-size: 16px;
	font-family: 'Raleway-SemiBold'
}

@media(max-width:770px) {
	.service-img {
		width: 100%;
		float: inherit;
	}
}

.new-plashka {
	color: #000;
	background: red;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	border-radius: 20px;
}

.city__list {
	margin: 20px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.city__list-item {
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	border: 1px solid rgb(10 95 115);
	border-radius: 30px;
	text-decoration: none;
}

@media (max-width:757px) {
	.background {
		padding: 0 0 0 0;
	}

	.background-container {
		max-width: 1920px;
	}

	.background-zindex {
		position: relative;
		z-index: 1;
	}

	.top {
		padding: 9px 0;
		background: #08444c;
		border-radius: 30px;
		margin-top: 60px;
		margin: 0 31px;
		margin-top: 60px;
	}

	.top p {
		font-family: 'gilroy-semibold';
		font-size: 26px;
		line-height: 32px;
		color: #DCFF78;
		text-align: center;
	}

	.header {
		padding: 20px 80px 30px 80px;
		transition: .2s;
		top: 0;
	}

	header.header.upper {
		top: 0;
	}

	.header-top {
		background: rgb(255 255 255 / .08);
		border-radius: 20px;
		border: 1.5px solid rgb(76 132 147 / .3);
		padding: 19px 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-logo a {
		display: flex;
		align-items: center;
		text-decoration: none;
		font-family: 'gilroy-bold';
		font-size: 24px;
		line-height: 30px;
		color: #C9E8F0;
	}

	.header-logo a img {
		margin: 0 20px 0 0;
	}

	.header-input {
		position: relative;
	}

	.header-input-button {
		position: absolute;
		top: 16px;
		left: 30px;
	}

	#ya-site-form0 {
		margin: 0 0 0 0;
		width: 442px;
		padding: 0 0 0 68px;
		background: rgb(255 255 255 / .08);
		border-radius: 27.5px;
		border: 1px solid rgb(76 132 147 / .3);
	}

	#ya-site-form0 .ya-site-form__search-input {
		padding: 0px !important;
	}

	.ya-site-form__submit {
		display: none !important;
	}

	#ya-site-form0 .ya-site-form__input-text {
		background: rgb(255 255 255 / .08) !important;
	}

	#ya-site-form0,
	#ya-site-form0 .ya-site-form__form,
	#ya-site-form0 .ya-site-form__input,
	#ya-site-form0 .ya-site-form__input-text,
	#ya-site-form0 .ya-site-form__search-precise,
	#ya-site-form0 .ya-site-form__submit {
		color: #fff !important;
	}

	.header-input input,
	#ya-site-form0 input {
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #fff;
		margin: 0 0 0 0;
		width: 442px;
		padding: 0 0 0 68px;
		height: 50px;
		background: rgb(255 255 255 / .08);
		border-radius: 27.5px;
		border: 1px solid rgb(76 132 147 / .3);
	}

	.header-input input::-webkit-input-placeholder {
		color: #C9E8F0;
	}

	.header-input input::-moz-placeholder {
		color: #C9E8F0;
	}

	.header-input input:-ms-input-placeholder {
		color: #C1CCD6;
	}

	.header-input input::placeholder {
		color: #C9E8F0;
	}

	@media (min-width:768px) {

		.ya-site-form,
		.ya-site-form__input-text {
			width: 200px !important;
		}
	}

	.header-right {
		display: flex;
		align-items: center;
	}

	.header-block {
		margin: 0 80px 0 0;
	}

	.header-block:last-child {
		margin: 0;
	}

	.header-link {
		padding: 0 0 10px 0;
	}

	.header-link:last-child {
		padding: 0;
	}

	.header-link a {
		font-family: 'gilroy-bold';
		text-decoration: none;
		font-size: 16px;
		line-height: 20px;
		color: #C9E8F0;
	}

	.header-link a:hover {
		color: #DCFF78;
	}

	.header-title p {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #C9E8F0;
	}

	.header-button {
		padding: 10px 0 0 0;
	}

	.header-button button {
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #C9E8F0;
	}

	.header-button button:hover {
		color: #DCFF78;
	}

	.header-suptitle p {
		padding: 10px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #C9E8F0;
	}

	.header-bottom {
		margin: 20px 0 0 0;
		background: rgb(255 255 255 / .08);
		border-radius: 30px;
		border: 1.5px solid rgb(76 132 147 / .3);
		padding: 0 169px;
	}

	.header-ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-li {
		padding: 15px 0;
		position: relative;
	}

	.header-nav {
		font-family: 'gilroy-medium';
		text-decoration: none;
		position: relative;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		color: #C9E8F0;
	}

	.header-nav:before {
		position: absolute;
		content: '';
		height: 1px;
		background: #DCFF78;
		width: 0;
		transition: 0.3s;
		left: 0;
		bottom: -4px;
	}

	.header-li:hover .header-nav {
		color: #DCFF78;
	}

	.header-li:hover .header-nav:before {
		width: 100%
	}

	.header-li:hover .header-absolute {
		display: block;
	}

	.header-absolute {
		display: none;
		position: absolute;
		width: 250px;
		top: 42px;
		left: 0;
		background: #032F39;
		border-radius: 30px;
		border: 1.5px solid rgb(76 132 147 / .3);
		padding: 10px 20px 20px 20px;
		z-index: 1;
	}

	.header-absolute-li {
		padding: 10px 0 0 0;
	}

	.header-absolute-li a {
		font-family: 'gilroy-medium';
		text-decoration: none;
		position: relative;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		color: #C9E8F0;
	}

	.header-absolute-li a:hover {
		color: #DCFF78;
	}

	.header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header.upper .new-plashka {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.header.upper .new-plashka {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.header.upper .header-top {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header.upper .header-bottom {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.work {
		padding: 220px 80px 60px 80px;
	}

	.work-wrap {
		display: flex;
	}

	.work-block {
		width: 60%
	}

	.title {
		font-family: 'Raleway-SemiBold';
		font-size: 80px;
		line-height: 94px;
		color: #E4E8E9;
	}

	.title span {
		color: rgb(220 255 120);
	}

	.work-title {
		padding: 40px 0 0 0;
	}

	.work-title p {
		max-width: 800px;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 36px;
		color: #E4E8E9;
	}

	.work-buttons {
		display: flex;
		align-items: center;
		padding: 20px 0 0 0;
	}

	.work-button {
		padding: 0 50px 0 0;
	}

	.work-button:last-child {
		padding: 0;
	}

	.work-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		width: 260px;
		height: 50px;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
	}

	.work-button button a {
		text-decoration: none;
		color: #032F39;
	}

	.work-button button:hover {
		background: #FFF;
		border: 1.5px solid #FFF;
	}

	.work-button button:focus {
		background: none;
		border: 1.5px solid #032F39;
	}

	.work-border {
		padding: 10px 10px;
		margin: 60px 0 0 0;
		max-width: 343px;
		background: rgb(255 255 255 / .1);
		border: 1.5px solid rgb(255 255 255 / .1);
		border-radius: 20px;
	}

	.work-back {
		background: rgb(255 255 255 / .1);
		border: 1.5px solid rgb(255 255 255 / .1);
		border-radius: 10px;
		padding: 20px 10px 25px 10px;
	}

	.work-ul {
		padding: 0 0 0 26px;
		list-style: decimal;
		font-family: 'gilroy-medium';
		font-size: 24px;
		line-height: 29px;
		color: #E4E8E9;
	}

	.work-li {
		padding: 5px 0 0 0;
	}

	.work-li a {
		font-family: 'gilroy-medium';
		font-size: 24px;
		text-decoration: none;
		line-height: 29px;
		color: #E4E8E9;
	}

	.work-li a:hover {
		color: #DCFF78;
	}

	.work-block2 {
		width: 40%
	}

	.image-services {
		float: right;
		width: 700px;
		height: auto;
		border-radius: 30px;
	}

	.uslugisec {
		padding: 80px 0 0 0;
	}

	.title2 {
		font-family: 'Raleway-SemiBold';
		font-size: 48px;
		line-height: 70px;
		color: #032F39;
	}

	.uslugisec-container {
		max-width: 1584px;
		padding: 0;
	}

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

	.uslugisec-border {
		position: relative;
		background-size: cover;
		padding: 43px 39px;
		box-shadow: 0 16px 50px 4px rgb(27 27 28 / .3);
		border-radius: 20px;
	}

	.uslugisec-absolute {
		position: absolute;
		width: 124px;
		top: 0;
		right: 0;
	}

	.uslugisec-top {
		display: flex;
		align-items: center;
	}

	.uslugisec-top p {
		margin: 0 0 0 20px;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #FFF;
	}

	.uslugisec-ul {
		position: relative;
		margin: 10px 0 0 0;
		padding: 16px 0 0 0;
	}

	.uslugisec-ul:before {
		position: absolute;
		content: '';
		top: 0;
		width: 3px;
		border-left: 2px solid #fff;
		left: 0;
		bottom: 22px;
	}

	.uslugisec-li {
		position: relative;
		padding: 14px 0 0 34px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.uslugisec-li:before {
		position: absolute;
		content: '';
		background: url(../images/uslugisec-li2.svg) 0 0 no-repeat;
		width: 25px;
		height: 17px;
		bottom: 25%;
		left: 0;
	}

	.uslugisec-li a {
		width: 167px;
		font-family: 'gilroy-medium';
		text-decoration: none;
		font-size: 16px;
		line-height: 19px;
		color: #FFF;
	}

	.uslugisec-li a:hover {
		color: #DCFF78;
	}

	.uslugisec-li p {
		font-family: 'Raleway-SemiBold';
		font-size: 16px;
		line-height: 19px;
		color: #DCFF78;
		white-space: nowrap;
	}

	.uslugisec-link {
		display: flex;
		justify-content: center;
		padding: 30px 0 0 0;
	}

	.uslugisec-link a {
		font-family: 'gilroy-bold';
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 260px;
		height: 50px;
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
	}

	.uslugisec-link a:hover {
		background: #fff;
		border: 1.5px solid #fff;
	}

	.uslugisec-link a:focus {
		border: 1.5px solid #032F39;
		background: none;
	}

	.garantiisec-container {
		max-width: 1920px;
	}

	.garantiisec-border {
		background-size: cover;
		padding: 30px 213px;
		border-radius: 40px;
	}

	.title-color {
		color: #E4E8E9;
	}

	.garantiisec-title p {
		text-align: center;
		font-size: 40px;
		line-height: 47px;
		font-family: 'Raleway-SemiBold';
		color: rgb(220 255 120);
	}

	.garantiisec-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 50px 0 0 0;
	}

	.garantiisec-block-border {
		width: 378px;
		padding: 20px 25px;
		background: rgb(255 255 255 / .1);
		border: 1px solid rgb(76 132 147 / .3);
		border-radius: 30px;
	}

	.garantiisec-block-icon {
		text-align: center;
	}

	.garantiisec-block-title p {
		padding: 20px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #FFF;
	}

	.garantiisec-button {
		text-align: center;
		padding: 30px 0 0 0;
	}

	.garantiisec-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		width: 260px;
		height: 50px;
		border: 1.5px solid #DCFF78;
	}

	.garantiisec-button button:hover {
		border: 1.5px solid #fff;
		background: #fff;
	}

	.garantiisec-button button:focus {
		border: 1.5px solid #032F39;
		background: none;
	}

	.premsec {
		padding: 150px 0 170px 0;
	}

	.premsec-wrap {
		display: flex;
		padding: 100px 0 0 0;
	}

	.premsec-block {
		width: 63%
	}

	.premsec-block2 {
		width: 37%
	}

	.premsec-inner {
		display: flex;
		align-items: center;
	}

	.premsec-inner-block {
		padding: 0 30px 0 0;
	}

	.premsec-inner-block:last-child {
		padding: 0;
	}

	.premsec-inner-border {
		padding: 14px 30px 14px 20px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 10px;
	}

	.premsec-inner-border-wrap {
		display: flex;
		align-items: center;
	}

	.premsec-inner-title p {
		margin: 0 0 0 20px;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #000;
	}

	.premsec-inner-pd {
		padding: 30px 0 0 130px;
	}

	.premsec-inner-pd2 {
		padding: 30px 0 0 310px;
	}

	.premsec-inner-icon {
		margin: -6px -10px -17px -10px;
	}

	.premsec-border {
		padding: 40px 40px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 30px;
	}

	.premsec-title p {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.premsec-suptitle p {
		padding: 10px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #0A5F73;
	}

	.premsec-input {
		padding: 20px 0 0 0;
	}

	.premsec-input input {
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #0A5F73;
		margin: 0 0 0 0;
		width: 100%;
		padding: 0 0 0 30px;
		height: 56px;
		background: #EDEDED;
		border-radius: 28px;
	}

	.premsec-input input::-webkit-input-placeholder {
		color: #0A5F73;
	}

	.premsec-input input::-moz-placeholder {
		color: #0A5F73;
	}

	.premsec-input input:-ms-input-placeholder {
		color: #0A5F73;
	}

	.premsec-input input::placeholder {
		color: #0A5F73;
	}

	.premsec-button {
		padding: 30px 0 0 0;
		text-align: center;
	}

	.premsec-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
		width: 260px;
		height: 50px;
	}

	.tekstoviy {
		padding: 40px 0 100px 0;
	}

	.tekstoviy h2 {
		font-family: 'Raleway-SemiBold';
		font-size: 48px;
		line-height: 56px;
		color: #032F39;
		margin: 24px 0;
	}

	.tekstoviy h3 {
		font-family: 'Raleway-SemiBold';
		font-size: 36px;
		line-height: 42px;
		color: #032F39;
	}

	.tekstoviy p {
		padding: 50px 0 0 0;
		font-family: 'Raleway-Medium';
		font-size: 22px;
		line-height: 26px;
		color: #0A5F73;
	}

	.tekstoviy ol,
	.tekstoviy ul {
		padding: 16px 0 16px 60px;
	}

	.tekstoviy ol li,
	.tekstoviy ul li {
		display: flex;
		align-items: center;
		padding: 20px 0 0 0;
		padding: 0 0 0 30px;
		font-family: 'Raleway-Medium';
		font-size: 22px;
		line-height: 26px;
		color: #0A5F73;
		gap: 20px;
		margin: .5em 0;
	}

	.tekstoviy ul li {
		font-family: 'Raleway-Medium';
		font-size: 22px;
		line-height: 26px;
		color: #0A5F73;
	}

	.tekstoviy ol {
		counter-reset: myCounter;
	}

	.tekstoviy ol li:before {
		counter-increment: myCounter;
		content: counter(myCounter);
		background: url(../images/tekstoviy-li.svg) 50% 24% no-repeat;
		display: inline-block;
		text-align: center;
		padding: 17px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 30px;
		line-height: 36px;
		color: #000;
		max-width: 64px;
		height: 72px;
		flex: 20%
	}

	.tekstoviy ul li:before {
		content: '';
		background: url(../images/tekstoviy-li.svg) 50% 24% no-repeat;
		display: inline-block;
		text-align: center;
		padding: 0 0 0 0;
		font-family: 'gilroy-medium';
		color: #000;
		max-width: 54px;
		height: 53px;
		flex: 20%;
		background-size: contain;
	}

	.tekstoviy ol li p {
		width: 90%;
		padding: 0 0 0 30px;
		font-family: 'Raleway-Medium';
		font-size: 22px;
		line-height: 26px;
		color: #0A5F73;
	}

	.vrachisec {
		padding: 40px 0 0 0;
	}

	.vrachisec-container {
		padding: 14px 0;
	}

	.vrachisec-border {
		padding: 20px 20px 30px 20px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 30px;
	}

	.vrachisec-link {
		display: block;
	}

	.vrachisec-img {
		display: block;
		border-radius: 20px 20px 0 0;
		position: relative;
	}

	.vrachisec-img:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../images/vrachisec-img-bf.png) center 0 no-repeat;
	}

	.vrachisec-img img {
		position: relative;
		z-index: 1;
		display: flex;
		margin: 0 auto;
	}

	.vrachisec-button {
		text-align: center;
		position: relative;
		z-index: 1;
		margin: -29px 0 0 0;
	}

	.vrachisec-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
		width: 260px;
		height: 50px;
	}

	.vrachisec-button button:hover {
		background: #fff;
		border: 1.5px solid #032F39;
	}

	.vrachisec-position p {
		padding: 20px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #0A5F73;
	}

	.vrachisec-name p {
		padding: 10px 0 0 0;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.vrachisec-name a {
		text-decoration: none;
	}

	@media (max-width:768px) {
		section.background {
			z-index: 2;
			position: relative;
		}
	}

	.licenziisec {
		padding: 0 0 100px 0;
	}

	.licenziisec-container {
		max-width: 1650px;
		padding: 0;
	}

	.licenziisec-slayder {
		padding: 70px 0 0 0;
	}

	.simptomsec-brd {
		display: flex;
		justify-content: center;
		padding: 10px 0 0 0;
	}

	.simptomsec-brd-title p {
		font-family: 'gilroy-semibold';
		font-size: 16px;
		line-height: 20px;
		letter-spacing: .04em;
		text-transform: uppercase;
		color: #032F39;
		display: inline-block;
		padding: 6px 30px;
		background: #DCFF78;
		border-radius: 20px;
	}

	.simptomsec-wrap {
		padding: 20px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1120px;
		margin: 0 auto;
	}

	.simptomsec-block {
		padding: 30px 0 0 0;
	}

	.simptomsec-border {
		width: 300px;
		padding: 26px 20px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 10px;
	}

	.simptomsec-icon {
		text-align: center;
	}

	.simptomsec-title p {
		padding: 20px 0 0 0;
		text-align: center;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.otsivsec,
	.cities {
		padding: 280px 0 0 0;
	}

	.otsivsec-container {
		padding: 0 10px;
	}

	.otsivsec-border {
		padding: 30px 30px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 20px;
	}

	.otsivsec-name p {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.otsivsec-title-border p {
		padding: 4px 30px;
		margin: 10px 0 0 0;
		background: #DCFF78;
		border-radius: 20px;
		display: inline-block;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #032F39;
	}

	.otsivsec-title p {
		padding: 20px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #0A5F73;
	}

	.kruglo-container {
		max-width: 1920px;
	}

	.kruglo-border {
		padding: 60px 0 33px 0;
		border-radius: 30px;
	}

	.title2 span {
		color: rgb(220 255 120);
	}

	.filialsec {
		padding: 90px 0 0 0;
	}

	.filialsec-container {
		max-width: 1080px;
		padding: 0;
	}

	.filialsec-link {
		padding: 0 0 50px 0;
	}

	.filialsec-link:last-child {
		padding: 0;
	}

	.filialsec-link a {
		background: #fff url(../images/filialsec-link.png) 50% 40% no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 56px;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 10px;
		font-family: 'Raleway-Bold';
		text-decoration: none;
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.mapsec-container {
		max-width: 1920px;
	}

	.mapsec-border {
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 30px;
		padding: 20px 20px;
	}

	.mapsec-wrap {
		display: flex;
	}

	.mapsec-block {
		width: 29%
	}

	.mapsec-back {
		border-radius: 30px 0 0 30px;
		background: url(../images/mapsec-back.png) 0 0;
		padding: 60px 0 52px 60px;
		background-size: cover;
	}

	.mapsec-top {
		display: flex;
		align-items: center;
	}

	.mapsec-icon {
		margin: 0 20px 0 0;
	}

	.mapsec-title p {
		padding: 20px 0 0 0;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #EFF2FA;
	}

	.mapsec-pd {
		padding: 10px 0 0 0;
	}

	.mapsec-link {
		padding: 20px 0 0 0;
	}

	.mapsec-link a {
		display: flex;
		align-items: center;
		text-decoration: none;
	}

	.mapsec-link-text {
		margin: 0 0 0 30px;
	}

	.mapsec-link-title {
		font-family: 'gilroy-heavy';
		font-size: 16px;
		line-height: 20px;
		color: #EFF2FA;
	}

	.mapsec-link-suptitle {
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #EFF2FA;
	}

	.mapsec-link a:hover .mapsec-link-title {
		color: rgb(220 255 120);
	}

	.mapsec-gorod {
		display: flex;
		align-items: center;
		padding: 20px 0 0 0;
	}

	.mapsec-title-pd {
		padding: 17px 0 0 0;
	}

	.mapsec-block2 {
		width: 71%
	}

	.mapsec-map {
		height: 100%;
		overflow: hidden;
		border-radius: 0 20px 20px 0;
	}

	.footer {
		padding: 20px 0 30px 0;
	}

	.footer-container {
		max-width: 1920px;
	}

	li.footer-inner-li:nth-child(n+8) {
		display: none;
	}

	.footer-border {
		background: linear-gradient(346deg, #42a196, #278d8a, #0b5157, #053540, #03303a);
		border-radius: 30px;
		padding: 30px 80px;
	}

	.footer-wrap {
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}

	.footer-social {
		display: flex;
		align-items: center;
	}

	.footer-social-title p {
		font-family: 'Raleway-Bold';
		font-size: 20px;
		line-height: 30px;
		color: #E4E8E9;
	}

	.footer-social-ul {
		display: flex;
		align-items: center;
		padding: 0 0 0 10px;
	}

	.footer-social-li {
		padding: 0 0 0 20px;
	}

	.footer-social-li a:hover {
		opacity: .6;
	}

	.footer-number {
		display: flex;
		align-items: center;
		padding: 99px 0 0 0;
	}

	.footer-number-ul {
		padding: 0 0 0 24px;
	}

	.footer-number-li {
		padding: 0 0 2px 0;
	}

	.footer-number-li:last-child {
		padding: 0;
	}

	.footer-number-li a {
		font-family: 'Raleway-Bold';
		text-decoration: none;
		font-size: 24px;
		line-height: 28px;
		color: #C9E8F0;
	}

	.footer-number-li a:hover {
		color: #DCFF78;
	}

	.footer-button-li {
		text-align: right;
		padding: 0 0 40px 0;
	}

	.footer-button-li:last-child {
		padding: 0;
	}

	.footer-button-li button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		width: 260px;
		height: 50px;
	}

	.footer-button-li button:hover {
		background: #fff;
	}

	.footer-link-ul {
		padding: 40px 0 0 0;
	}

	.footer-link-li a {
		display: block;
		font-family: 'gilroy-regular';
		text-decoration: none;
		font-size: 16px;
		line-height: 24px;
		text-align: right;
		color: #E4E8E9;
	}

	.footer-link-li a:hover {
		color: #DCFF78;
	}

	.footer-oplata {
		padding: 30px 0 0 0;
	}

	.footer-oplata-title p {
		font-family: 'Raleway-Bold';
		font-size: 20px;
		line-height: 30px;
		text-align: right;
		color: #E4E8E9;
	}

	.footer-oplata-ul {
		padding: 20px 0 0 0;
		display: flex;
		align-items: center;
	}

	.footer-oplata-li {
		padding: 0 40px 0 0;
	}

	.footer-oplata-li:last-child {
		padding: 0;
	}

	.footer-inner {
		position: relative;
		z-index: 2;
		display: flex;
		max-width: 1000px;
		margin: -280px 0 0 413px;
	}

	.footer-inner-block {
		width: 33.33333333%
	}

	.footer-inner-title p {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #E4E8E9;
	}

	.footer-inner-ul {
		padding: 20px 0 0 0;
	}

	.footer-inner-li p {
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #E4E8E9;
	}

	.footer-inner-li a {
		font-family: 'gilroy-medium';
		text-decoration: none;
		font-size: 16px;
		line-height: 19px;
		color: #E4E8E9;
	}

	.footer-inner-li a:hover {
		color: #DCFF78;
	}

	.footer-inner-block-pd {
		padding: 28px 0 0 0;
	}

	.footer-bottom {
		padding: 115px 0 0 0;
	}

	.footer-bottom-title p {
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		color: #E4E8E9;
	}

	.mt-munu-mb {
		padding: 20px 30px 20px 30px;
		background: linear-gradient(#034250, #094f5e);
	}

	.burger {
		position: absolute;
		top: 0;
		right: 0;
		display: none !important;
		color: #23f0ff;
		cursor: pointer;
		z-index: 12;
		display: flex;
	}

	.burger i:nth-of-type(1) {
		display: block;
	}

	.burger i:nth-of-type(2) {
		display: none;
	}

	.burger.burger-open {
		color: #2a3255;
	}

	.burger.burger-open i:nth-of-type(1) {
		display: none;
	}

	.burger.burger-open i:nth-of-type(2) {
		display: block;
	}

	.body-open {
		overflow: auto;
	}

	.mt-mobile {
		position: fixed;
		top: 107px;
		z-index: 11;
		height: auto;
		width: 100%;
		padding: 0 10px 0 10px;
		transition: 0.5s ease all;
		clip-path: circle(100%);
	}

	.mt-mobile.nav-open {
		clip-path: circle(0 at 50% 50%);
	}

	@media (max-width:768px) {

		.tekstoviy ol,
		.tekstoviy ul {
			padding-left: 0;
		}

		.tekstoviy ul li:before {
			width: 10px;
			height: 10px;
			min-width: 10px;
			max-width: 10px;
			min-height: 10px;
			max-height: 10px;
		}

		.tekstoviy ol li,
		.tekstoviy ul li {
			margin: .5em 0;
		}

		.premsec-inner-block-right {
			text-align: left !important;
		}
	}

	.accordion2 {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	.accordion2 .item2 {
		padding: 15px 0 0 0;
		cursor: pointer;
		margin: 0 0 0 0;
		grid-template-columns: auto 1fr auto;
		column-gap: 24px;
		row-gap: 32px;
		align-items: center;
		transition: border-top 0.3s;
	}

	.accordion2 .item2.open2 .hidden-box2 {
		display: block;
	}

	.accordion2 .text2 {
		position: relative;
		padding: 0 0 0 0;
		width: 100%;
		display: flex;
		align-items: center;
		font-family: 'gilroy-medium';
		text-decoration: none;
		font-size: 16px;
		line-height: 19px;
		color: #C9E8F0;
		letter-spacing: -.005em;
		margin: 0;
	}

	.accordion2 .item2.open2 .text2 {
		transition: color 0.3s;
	}

	.accordion2 .icon2 {
		top: 0;
		right: 0;
		width: auto;
		height: auto;
		margin: 0 0 0 10px;
		border-radius: 50%;
		transition: transform 0.2s ease-in;
	}

	.accordion2 .item2.open2 .icon2 {
		transform: rotate(45deg);
	}

	.accordion2 .hidden-box2 {
		padding: 0 0 0 20px;
		grid-column: 1;
		display: none;
		transition: display .2 ease-in;
	}

	.burger-acc-li {
		padding: 10px 0 0 0;
	}

	.burger-acc-li a {
		font-family: 'gilroy-medium';
		text-decoration: none;
		font-size: 16px;
		line-height: 19px;
		color: #C9E8F0;
	}

	.burger-li {
		padding: 15px 0 0 0;
	}

	.burger-li a {
		font-family: 'gilroy-medium';
		text-decoration: none;
		font-size: 16px;
		line-height: 19px;
		color: #C9E8F0;
	}

	.work-img {
		display: none;
	}

	.mapsec-block3 {
		display: none;
	}

	.footer-inner-block-mb {
		display: none;
	}

	.modal {
		position: fixed;
		top: 0;
		z-index: 12;
		height: 100vh;
		width: 100%;
		overflow: hidden;
	}

	.js-modal {
		display: flex;
		align-items: center;
		justify-content: center;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}

	.js-modal .modal__inner {
		transform: translateY(100%);
		opacity: 0;
		transition: transform 0.5s ease-in-out 0.1s;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
	}

	.js-modal.is-open {
		visibility: visible;
		opacity: 1;
		overflow: auto;
	}

	.js-modal.is-open .modal__inner {
		opacity: 1;
		transform: translateY(0);
	}

	.modal-nowrap {
		overflow: hidden !important;
	}

	.modal {
		background: rgb(3 47 57 / .9);
	}

	.modal-close-button {
		z-index: 1;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.modal-border {
		position: relative;
		padding: 30px 30px;
		width: 410px;
		background: #FFF;
		border-radius: 30px;
	}

	.modal-border2 {
		position: relative;
		padding: 10px 10px;
		width: 550px;
		background: #FFF;
		border-radius: 30px;
	}

	.modal-img img {
		width: 100%
	}

	.modal-title2 {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #032F39;
	}

	.modal-suptitle p {
		padding: 10px 0 0 0;
		font-family: 'Raleway-MediumItalic';
		font-size: 18px;
		line-height: 27px;
		text-align: center;
		color: #032F39;
	}

	.modal-form {
		padding: 30px 0 0 0;
	}

	.modal-input input {
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #0A5F73;
		margin: 0 0 0 0;
		width: 100%;
		padding: 0 0 0 30px;
		height: 56px;
		background: #EDEDED;
		border-radius: 28px;
	}

	.modal-input input::-webkit-input-placeholder {
		color: #0A5F73;
	}

	.modal-input input::-moz-placeholder {
		color: #0A5F73;
	}

	.modal-input input:-ms-input-placeholder {
		color: #0A5F73;
	}

	.modal-input input::placeholder {
		color: #0A5F73;
	}

	.modal-button {
		text-align: center;
		padding: 30px 0 0 0;
	}

	.modal-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
		width: 260px;
		height: 50px;
	}

	.modal-button button:hover {
		border: 1.5px solid #032F39;
		background: none;
	}

	.modal-suptitle2 p {
		padding: 20px 0 0 0;
		font-family: 'Raleway-MediumItalic';
		font-size: 18px;
		line-height: 27px;
		color: #0A5F73;
	}

	.background-border2:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../images/background-border-bf2.png) 0 100% no-repeat;
	}

	.cenisec {
		padding: 80px 0 70px 0;
	}

	.cenisec-border {
		background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
		border-radius: 20px;
		padding: 40px 0 30px 0;
	}

	.cenisec-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 11px 20px 11px;
	}

	.cenisec-title-border p {
		margin: 10px 0 0 0;
		font-family: 'gilroy-semibold';
		font-size: 16px;
		line-height: 20px;
		letter-spacing: .04em;
		text-transform: uppercase;
		color: #032F39;
		display: inline-block;
		padding: 4px 30px;
		background: #DCFF78;
		border-radius: 20px;
	}

	.cenisec-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
		width: 260px;
		height: 50px;
	}

	.cenisec-button button:hover {
		border: 1.5px solid #032F39;
		background: none;
	}

	.cenisec-wrap {
		display: flex;
		align-items: center;
		padding: 20px 40px;
	}

	.cenisec-restagle {
		width: 100%;
		height: 1px;
		background: linear-gradient(90.18deg, rgb(76 132 147 / .3) 0%, rgb(68 132 153 / .3) 99.06%);
	}

	.cenisec-block {
		width: 24%
	}

	.cenisec-block2 {
		width: 61%
	}

	.cenisec-block3 {
		width: 15%
	}

	.cenisec-title p {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.cenisec-suptitle p {
		font-family: 'gilroy-semibold';
		font-size: 20px;
		line-height: 24px;
		color: #0A5F73;
	}

	.cenisec-price p {
		font-family: 'Raleway-Bold';
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #0A5F73;
	}

	.cenisec-sub {
		font-family: 'gilroy-semibold';
		font-size: 36px;
		color: #032F39;
	}

	.etapsec {
		padding: 120px 0 0 0;
	}

	.etapsec-wrap {
		display: flex;
		padding: 80px 0 0 0;
		justify-content: space-between;
	}

	.etapsec-block {
		text-align: center;
	}

	.etapsec-number {
		margin: -63px 0 0 -8px;
		position: relative;
		z-index: 1;
	}

	.etapsec-number p {
		font-family: 'gilroy-regular';
		font-size: 50px;
		line-height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #032F39;
		background: #DCFF78;
		border-radius: 10px;
		width: 50px;
		height: 50px;
	}

	.etapsec-title p {
		padding: 43px 0 0 0;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #032F39;
	}

	.zvazsec {
		padding: 150px 0 0 0;
	}

	.zvazsec-wrap {
		display: flex;
		align-items: center;
	}

	.zvazsec-block {
		width: 45%;
		padding: 0 20px 0 0;
	}

	.zvazsec-block2 {
		width: 55%;
		padding: 0 0 0 20px;
	}

	.zvazsec-title p {
		padding: 50px 0 0 0;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #0A5F73;
	}

	.zvazsec-img {
		margin: 0 -18px 0 -18px;
	}

	.fag {
		padding: 130px 0 0 0;
	}

	.accordion {
		padding: 0 0 0 0;
		margin: 50px 0 0 0;
		border-top: 2px solid #BFCADF;
	}

	.accordion .item {
		padding: 26px 0 26px 0;
		cursor: pointer;
		border-bottom: 2px solid #BFCADF;
		grid-template-columns: auto 1fr auto;
		column-gap: 24px;
		row-gap: 32px;
		align-items: center;
	}

	.accordion .item.open .hidden-box {
		display: block;
	}

	.accordion .text {
		position: relative;
		padding: 0 0 0 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #223858;
		margin: 0;
	}

	.accordion .item.open .text {
		transition: color 0.3s;
	}

	.accordion .icon {
		position: absolute;
		right: 0;
		width: auto;
		height: auto;
		transition: transform 0.2s ease-in;
	}

	.accordion .item.open .icon {
		transform: rotate(45deg);
	}

	.accordion .hidden-box {
		grid-column: 1;
		display: none;
		transition: display .2 ease-in;
	}

	.hidden-box p {
		padding: 20px 70px 0 70px;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #0A5F73;
	}

	.tekstoviy-wrap {
		display: flex;
	}

	.tekstoviy-block {
		width: 67%;
		padding: 0 50px 0 0;
	}

	.tekstoviy-block2 {
		width: 33%;
		padding: 50px 0 0 50px;
	}

	.tekstoviy-img {
		text-align: center;
		margin: -15px -15px 0 -15px;
	}

	.cenisec-button2 {
		padding: 30px 0 0 0;
		text-align: center;
	}

	.cenisec-button2 button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
		width: 260px;
		height: 50px;
	}

	.cenisec-button2 button:hover {
		border: 1.5px solid #032F39;
		background: none;
	}

	.cenisec-slayder {
		display: none;
	}

	.zvazsec-relative {
		position: relative;
	}

	.zvazsec-ul {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	@media (max-width:767px) {
		#ya-site-form0 {
			margin: 0 0 0 0;
			width: 110px;
			padding: 0 0 0 68px;
			background: rgb(255 255 255 / .08);
			border-radius: 27.5px;
			border: 1px solid rgb(76 132 147 / .3);
		}

		#ya-site-form0 .ya-site-form__search-input {
			padding: 0px !important;
		}

		.ya-site-form__submit {
			display: none !important;
		}

		#ya-site-form0 .ya-site-form__input-text {
			background: rgb(255 255 255 / .08) !important;
		}

		#ya-site-form0,
		#ya-site-form0 .ya-site-form__form,
		#ya-site-form0 .ya-site-form__input,
		#ya-site-form0 .ya-site-form__input-text,
		#ya-site-form0 .ya-site-form__search-precise,
		#ya-site-form0 .ya-site-form__submit {
			color: #fff !important;
		}

		.header-input input,
		#ya-site-form0 input {
			font-family: 'gilroy-medium';
			font-size: 16px;
			line-height: 19px;
			color: #fff;
			margin: 0 0 0 0;
			width: 110px;
			padding: 0 0 0 68px;
			height: 45px;
			background: rgb(255 255 255 / .08);
			border-radius: 27.5px;
			border: 1px solid rgb(76 132 147 / .3);
		}

		.header-input input,
		#ya-site-form0 input::-webkit-input-placeholder {
			opacity: 0;
		}
	}

	.zvazsec-li:last-child {
		padding: 0;
	}

	.zvazsec-li a {
		display: block;
	}

	.background-border3:before {
		display: none !important;
	}

	.background-border3 {
		background: url(../images/background-border3.png) 0 0;
		background-size: cover;
	}

	.statyi {
		padding: 285px 0 0 0;
	}

	.statyi-container {
		max-width: 1330px;
	}

	.statyi-container2 {
		max-width: 1330px;
	}

	.statyi-tabs {
		padding: 60px 0 0 0;
	}

	ul.tabs3 {
		margin: 0;
		padding: 0 26px;
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		width: 100%
	}

	ul.tabs3 li {
		margin: 0 20px;
		cursor: pointer;
		padding: 15px 50px;
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		border: 1.5px solid #032F39;
		border-radius: 30px;
		position: relative;
	}

	ul.tabs3 li:hover {
		opacity: 1;
	}

	ul.tabs3 li.active {
		background: #DCFF78;
		border: 1.5px solid #DCFF78;
		opacity: 1;
	}

	.tab_container {
		border-top: none;
		clear: both;
		width: 100%
	}

	.tab_content {
		padding: 0 0 0 0;
		display: none;
	}

	.tab_drawer_heading {
		display: none;
	}

	.statyi-block {
		padding: 40px 0 0 0;
	}

	.statyi-border a {
		text-decoration: none;
		display: flex;
		align-items: center;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 20px;
	}

	.statyi-img img {
		margin: 0 0 -4px 0;
		border-radius: 20px 0 0 20px;
	}

	.statyi-text {
		padding: 0 40px 0 50px;
		width: 62%
	}

	.statyi-title p {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.statyi-suptitle p {
		padding: 20px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #032F39;
	}

	.statyi-inner {
		display: flex;
		align-items: center;
		padding: 30px 0 0 0;
	}

	.statyi-data {
		padding: 0 30px 0 0;
		display: flex;
		align-items: center;
	}

	.statyi-data:last-child {
		padding: 0;
	}

	.statyi-data p {
		margin: 0 0 0 10px;
		font-family: 'gilroy-medium';
		font-size: 16px;
		line-height: 19px;
		color: #0A5F73;
	}

	.vrach {
		padding: 280px 0 0 0;
	}

	.vrach-wrap {
		display: flex;
		align-items: center;
	}

	.vrach-block {
		width: 23%;
		padding: 0 30px 0 0;
	}

	.vrach-block2 {
		width: 77%;
		padding: 0 0 0 30px;
	}

	.vrach-inner {
		display: flex;
		align-items: center;
	}

	.vrach-info {
		width: 693px;
		margin: 0 30px 0 0;
	}

	.vrach-form {
		margin: 0 0 0 30px;
	}

	.vrach-border {
		width: 360px;
		padding: 30px 30px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 30px;
	}

	.vrach-text {
		padding: 20px 0 0 0;
		display: flex;
		flex-wrap: wrap;
	}

	.vrach-text-title {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #223858;
	}

	.vrach-text-suptitle {
		margin: 0 0 0 5px;
		font-family: 'Raleway-Medium';
		font-size: 24px;
		line-height: 28px;
		color: #223858;
	}

	.vrach-text-suptitle-mr {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.vrach-links {
		padding: 30px 0 0 0;
		display: flex;
		flex-wrap: wrap;
	}

	.vrach-link a {
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 22.5px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 290px;
		height: 104px;
	}

	.vrach-links-block2 {
		padding: 0 0 0 37px;
	}

	.vrach-links-block3 {
		padding: 37px 0 0 0;
	}

	.vrach-border-title p {
		font-family: 'gilroy-bold';
		font-size: 20px;
		line-height: 25px;
		color: #032F39;
	}

	.vrach-border-ul {
		padding: 20px 0 0 0;
	}

	.vrach-border-li {
		display: flex;
	}

	.vrach-border-li-title {
		font-family: 'gilroy-bold';
		font-size: 20px;
		line-height: 25px;
		color: #032F39;
	}

	.vrach-border-li-suptitle {
		margin: 0 0 0 5px;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 25px;
		color: #032F39;
	}

	.vrach-border-button {
		padding: 30px 0 0 0;
		text-align: center;
	}

	.vrach-border-button button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		width: 260px;
		height: 50px;
		background: #DCFF78;
		border-radius: 30px;
		border: 1.5px solid #DCFF78;
	}

	.vrach-border-button button:hover {
		background: none;
		border: 1.5px solid #032F39;
	}

	.vrachinfo {
		padding: 70px 0 80px 0;
	}

	.vrachinfo h2 {
		font-family: 'Raleway-SemiBold';
		font-size: 60px;
		line-height: 70px;
		color: #032F39;
	}

	.vrachinfo p {
		padding: 20px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #032F39;
	}

	.vrachinfo h3 {
		padding: 20px 0 0 0;
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.vrachinfo ul {
		padding: 20px 0 0 150px;
	}

	.vrachinfo ul li {
		padding: 0 0 45px 0;
		display: flex;
	}

	.vrachinfo ul li:last-child {
		padding: 0;
	}

	.vrachinfo ul li .vrachinfo-title {
		padding: 0;
		font-family: 'gilroy-bold';
		font-size: 20px;
		line-height: 25px;
		color: #032F39;
	}

	.vrachinfo ul li .vrachinfo-suptitle {
		padding: 0;
		margin: 0 0 0 50px;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 24px;
		color: #032F39;
	}

	.statyya {
		padding: 280px 0 0 0;
	}

	.statyya-wrap {
		padding: 100px 0 0 0;
		display: flex;
	}

	.statyya-block {
		width: 63%
	}

	.statyya-block2 {
		width: 37%
	}

	.statyya-title {
		display: flex;
		align-items: center;
	}

	.statyya-icon {
		margin: 0 20px 0 0;
	}

	.statyya-ul {
		max-width: 800px;
		margin: 10px 0 0 0;
		padding: 5px 0 0 70px;
		background: url(../images/statyya-ul.svg) 0 0 no-repeat;
		list-style: decimal;
		font-family: 'gilroy-medium';
		font-size: 24px;
		line-height: 29px;
		color: #0A5F73;
	}

	.statyya-li {
		padding: 29px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 24px;
		line-height: 29px;
		color: #0A5F73;
	}

	.statyya-li a {
		font-family: 'gilroy-medium';
		text-decoration: none;
		font-size: 24px;
		line-height: 29px;
		color: #0A5F73;
	}

	.statyya-li a:hover {
		color: #DCFF78;
	}

	.statyya-link {
		padding: 60px 0 0 0;
	}

	.statyya-link a {
		width: 650px;
		display: flex;
		align-items: center;
		padding: 10px 40px 10px 35px;
		text-decoration: none;
		background: #DCFF78;
		border-radius: 70px;
	}

	.statyya-link-text {
		padding: 0 0 0 20px;
		width: 89%
	}

	.statyya-link-title p {
		font-family: 'Raleway-Bold';
		font-size: 24px;
		line-height: 28px;
		color: #032F39;
	}

	.statyya-link-suptitle p {
		padding: 10px 0 0 0;
		font-family: 'gilroy-medium';
		font-size: 20px;
		line-height: 30px;
		color: #032F39;
	}

	.tekstoviy-wrap2 {
		display: flex;
	}

	.tekstoviy-block3 {
		width: 53%;
		padding: 0 50px 0 0;
	}

	.tekstoviy-block4 {
		width: 47%;
		padding: 50px 0 0 50px;
	}

	.statyi2 {
		padding: 20px 0 80px 0;
	}

	.licenziisec2 {
		padding: 280px 0 0 0;
	}

	.kontakti {
		padding: 280px 0 40px 0;
	}

	.kontakti-container {
		max-width: 1920px;
	}

	.kontakti-border {
		padding: 20px 20px;
		background: #FFF;
		box-shadow: 0 4px 20px rgb(0 0 0 / .1);
		border-radius: 30px;
	}

	.kontakti-relative {
		position: relative;
	}

	.kontakti-map {
		border-radius: 20px;
		height: 710px;
		overflow: hidden;
	}

	.kontakti-absolute {
		top: 136px;
		left: 61px;
		position: absolute;
		background: url(../images/kontakti-absolute.png) 0 0;
		background-size: cover;
		width: 382px;
		padding: 60px 60px;
		border-radius: 20px;
	}

	.mapsec-title-pd2 {
		padding: 0 !important;
	}

	.kontakti-ul {
		display: flex;
		align-items: center;
		padding: 32px 0 0 0;
	}

	.kontakti-li {
		padding: 0 30px 0 0;
	}

	.kontakti-li:last-child {
		padding: 0;
	}

	.kontakti-li a {
		display: block;
	}

	.kontakti-li a:hover {
		opacity: .6;
	}

	.service-img {
		padding: 15px;
		float: right;
		width: 35%
	}

	.page404 {
		height: 70vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.page404 h1 {
		font-size: 200px;
		line-height: 200px;
		background: linear-gradient(118.04deg, #fff0 -36.57%, #FFFFFF 105.92%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: #fff0;
	}

	.page404 .work-title {
		font-size: 20px;
		color: rgb(228 232 233);
		width: 50%;
		text-align: center;
		line-height: 24px;
		font-family: 'gilroy-medium'
	}

	.page404 .work-button a {
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		text-decoration: none;
		display: block;
		padding: 15px 64px;
		font-family: 'gilroy-bold'
	}

	@media (max-width:767px) {
		.page404 {
			height: auto;
		}

		.page404 .work-title {
			width: auto;
		}
	}

	.author-block ul {
		display: flex;
		flex-wrap: wrap;
	}

	.author-block ul li {
		width: 50%
	}

	@media (max-width:767px) {
		.author-block ul li {
			width: 100%
		}
	}

	.pricelist .table {
		background: #fff;
		margin-top: 2em;
		padding: 0;
		border-radius: 20px;
		width: 95%
	}

	.pricelist .table * {
		display: block;
		font-family: 'gilroy-medium'
	}

	.pricelist .table table {
		width: 100%
	}

	.pricelist .table table tr {
		width: 100%;
		display: flex;
		align-items: center;
		border-bottom: 1px solid rgb(68 132 153 / .3);
	}

	.pricelist .table table tr:nth-child(1),
	.pricelist .table table tr:nth-last-child(1) {
		border-bottom: 0;
	}

	.pricelist .table table th {
		width: 100%;
		background: url(/files/images/garantiisec-border.png) 0 50% no-repeat;
		background-size: cover;
		color: #fff;
		font-size: 32px;
		padding: 30px 0;
		border-radius: 20px;
	}

	.pricelist .table table td {
		padding: 16px 32px;
		font-size: 20px;
	}

	.pricelist .table table td:nth-child(1) {
		width: 60%;
		color: rgb(10 95 115);
	}

	.pricelist .table table td:nth-child(2) {
		width: 20%;
		color: rgb(10 95 115);
	}

	.pricelist .table table td:nth-child(3) {
		width: 20%
	}

	.pricelist .table table td button {
		font-family: 'gilroy-bold';
		font-size: 16px;
		line-height: 20px;
		color: #032F39;
		background: #DCFF78;
		border-radius: 30px;
		width: 10em;
		height: 3em;
		margin-left: auto;
	}

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

	@media (max-width:992px) {
		.pricelist .table table td: nth-child(1) {
			width: 50%
		}

		.pricelist .table table td button {
			width: 8em;
		}
	}

	@media (max-width:768px) {
		.pricelist {
			padding-top: 100px;
		}
	}

	@media (max-width:767px) {
		.pricelist .table table th {
			font-size: 20px;
		}

		.pricelist .table table tr {
			flex-wrap: wrap;
		}

		.pricelist .table table td:nth-child(1) {
			width: 100%
		}

		.pricelist .table table td:nth-child(2),
		.pricelist .table table td:nth-child(3) {
			width: 50%
		}
	}

	.otsivsec-slayder .slider {
		display: flex;
		flex-wrap: wrap;
	}

	.otsivsec-slayder .slider .otsivsec-wrap {
		width: 31%;
		margin: 1%;
		height: 100%
	}

	@media (max-width:767px) {
		.otsivsec-slayder .slider .otsivsec-wrap {
			width: 95%;
			margin: 1% auto;
		}
	}

	.doctor-list .slider {
		display: flex;
		flex-wrap: wrap;
	}

	.doctor-list .doc-item {
		width: 31%;
		margin: 1%
	}

	.doctor-list .vrachisec-img {
		background-size: cover;
	}

	@media (max-width:767px) {
		.doctor-list {
			margin-top: 60px;
		}

		.doctor-list .doc-item {
			width: 95%;
			margin: 1% auto;
		}
	}

	#cityModal .modal-content,
	#callbackModal .modal-content {
		border-radius: 20px;
		position: relative;
	}

	#cityModal .city_input {
		padding-left: 48px;
		background: rgb(237 237 237);
		background-image: url(/files/images/search.svg);
		background-repeat: no-repeat;
		background-size: 16px;
		left: 8px;
		background-position: 16px;
		border: 0;
		border-radius: 30px;
	}

	#cityModal .close,
	#callbackModal .close {
		position: absolute;
		right: -20px;
		top: -20px;
		background-image: url(/files/images/close.svg);
		background-repeat: no-repeat;
		background-size: contain;
		opacity: 1;
		width: 48px;
		height: 48px;
		display: block;
	}

	#cityModal #list_city_result {
		margin-top: 2em;
		column-count: 3;
	}

	#cityModal #list_city_result li {
		margin-bottom: 16px !important;
	}

	#cityModal #list_city_result a {
		color: rgb(3 47 57);
	}

	#cityModal .modal-header {
		border: 0;
	}

	#cityModal .modal-body {
		padding: 60px;
	}

	#callbackModal .modal-dialog {
		max-width: 450px;
	}

	@media (max-width:767px) {
		#cityModal #list_city_result {
			column-count: 1;
		}

		#cityModal .modal-body {
			padding: 20px;
		}

		#callbackModal .modal-dialog {
			max-width: 320px;
		}
	}

	.modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgb(0 0 0 / .5);
		z-index: 1050;
		opacity: 0;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
		pointer-events: none;
		margin: 0;
		padding: 0;
	}

	.modal:target {
		opacity: 1;
		pointer-events: auto;
		overflow-y: auto;
	}

	.modal-dialog {
		position: relative;
		width: auto;
		margin: 10px;
	}

	@media (min-width:576px) {
		.modal-dialog {
			max-width: 750px;
			margin: 30px auto;
		}
	}

	.modal-content {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid rgb(0 0 0 / .2);
		border-radius: .3rem;
		outline: 0;
	}

	@media (min-width:768px) {
		.modal-content {
			-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / .5);
			box-shadow: 0 5px 15px rgb(0 0 0 / .5);
		}
	}

	.modal-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 15px;
		border-bottom: 1px solid #eceeef;
	}

	.modal-title {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 1.5;
		font-size: 1.25rem;
		font-weight: 500;
	}

	.close {
		float: right;
		font-family: sans-serif;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		opacity: .5;
		text-decoration: none;
	}

	.close:focus,
	.close:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .75;
	}

	.modal-body {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 15px;
		overflow: auto;
	}

	.city_input {
		border: solid 1px #d6d6d6;
		border-radius: 15px;
		width: 100%;
		height: 50px;
		font-size: 22px;
		padding: 16px;
	}

	.url_city_list {
		text-decoration: none;
		font-size: 16px;
		font-family: 'Raleway-SemiBold'
	}

	@media(max-width:770px) {
		.service-img {
			width: 100%;
			float: inherit;


		}

		.tekstoviy h2 {
			margin: 12px 0 0 0;
		}

	}

	.new-plashka {
		color: #000;
		background: red;
		font-size: 18px;
		margin-bottom: 20px;
		padding: 10px 0;
		text-align: center;
		border-radius: 20px;
	}

	.city__list {
		margin: 20px;
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.city__list-item {
		font-size: 16px;
		font-weight: 600;
		padding: 10px;
		border: 1px solid rgb(10 95 115);
		border-radius: 30px;
		text-decoration: none;
	}

	@media (max-width:757px) {
		.cities {
			padding: 150px 0 0 0;
		}

		.city__list {
			grid-template-columns: 1fr 1fr;
		}

		.city__list {
			grid-template-columns: 1fr 1fr;
		}
	}

	.header__chat img {
		max-width: 37px;
	}

	.header-tg {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.header__chat--mob {
		display: none;
	}

	@media (width <=940px) {
		.header-tg {
			flex-direction: column;
			gap: 0;
		}
	}

	@media (width <=768px) {
		.header-tg {
			display: none;
		}

		.header__chat--mob {
			display: block;
			position: absolute;
			right: 36%;
		}
	}