@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local(fonts), url(/maket001/fonts/Formular-Black.woff2) format("woff2"), url(/maket001/fonts/Formular-Black.woff) format("woff"), url(/maket001/fonts/Formular-Black.ttf) format("ttf")
}
@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(fonts), url(/maket001/fonts/Formular-Bold.woff2) format("woff2"), url(/maket001/fonts/Formular-Bold.woff) format("woff"), url(/maket001/fonts/Formular-Bold.ttf) format("ttf")
}
@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(fonts), url(/maket001/fonts/Formular-Medium.woff2) format("woff2"), url(/maket001/fonts/Formular-Medium.woff) format("woff"), url(/maket001/fonts/Formular-Medium.ttf) format("ttf")
}
@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(fonts), url(/maket001/fonts/Formular.woff2) format("woff2"), url(/maket001/fonts/Formular.woff) format("woff"), url(/maket001/fonts/Formular.ttf) format("ttf")
}
@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(fonts), url(/maket001/fonts/Formular-Light.woff2) format("woff2"), url(/maket001/fonts/Formular-Light.woff) format("woff"), url(/maket001/fonts/Formular-Light.ttf) format("ttf")
}

* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;

}

:hover {
	transition: 0.3s;
}

body {
	font-family: 'Formular';
	margin: 0;
	background: #fff;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

input:focus {

	outline: none;
}

input {
	border: none;
}

button {
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2 {
	margin: 0;
}

h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #0D1C2D;
}

p {
	margin: 0;
}

.clear {
	clear: both;
}

.container {
	padding: 0 20px;
	max-width: 1380px;
	margin: 0 auto;
}


/*topinfo*/

.topinfo {
	padding: 17px 0;
	background: #F4F8FC;
	font-size: 16px;
}

.topinfo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topinfo-addres {
	max-width: 296px;
}

.topinfo-addres a {
	font-weight: 400;
	line-height: 17px;
	color: #99A1A8;
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	transition: color 0.2s ease;
}

.topinfo-addres a img {
	margin: 0 12px 0 0;
}

.topinfo-addres a:hover {
	opacity: 1;
}

.topinfo-right {
	display: flex;
	align-items: flex-start;
}

.topinfo-link a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #0D1C2D;
	text-decoration: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.topinfo-right__wrap {
	white-space: nowrap;
}

.topinfo-link a img {
	margin: 0 11px 0 0;
}

.topinfo-link a:hover {
	color: #1F83FF;
}

.topinfo-link2 {
	padding: 0 0 0 53px;
}

.topinfo-link2 a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #0D1C2D;
	text-decoration: none;
	display: flex;
	align-items: center;
	display: none;
}

.topinfo-link2 a:hover .topinfo-link-border {
	background: #39CA3C;
	transition: 0.3s;
}

.topinfo-link2 a:hover {
	color: #39CA3C;
}

.topinfo-link2 a:hover .topinfo-link-text {
	color: #fff;
	transition: 0.3s;
}

.topinfo-link2 a:hover svg path {
	transition: 0.3s;
	fill: #fff;
}

.topinfo-link-border {
	margin: 0 14px 0 0;
	padding: 5px 6px 1px 6px;
	width: 105px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(13, 28, 45, 0.05);
	border-radius: 100px;
}

.topinfo-link-wrap {
	display: flex;
	align-items: flex-start;
}

.topinfo-link-text {
	padding: 1px 0 0 6px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #39CA3C;
}

/*background*/

.background {
	position: relative;

	margin: 17px 0 0 0;
}

.background:before {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	/*background: url(../images/background-bg.webp) center 0 no-repeat;*/
	background: url(../images/background-bg_new_min.webp) center 0 no-repeat;
}

.background-zindex {
	position: relative;
	z-index: 1;
}

/*header*/

.header-fixed {
	width: 100%;
	position: fixed;
	z-index: 2;

}


.header-fixed.sticky {
	top: 0;
	padding: 13px 0;
}

.sticky .header-bg {
	width: 100%;
}

.header {
	padding: 25px 0 0 0;
}

.header-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(36, 53, 62, 0.1);
	width: 0;
}

.header-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo a {
	display: flex;
	align-items: flex-end;
}

.header-logo-img2 {
	margin: 0 0 0 16px;
}

.sticky .header-logo-img {
	width: 28px;
	transition: all 1s ease;
}

.sticky .header-logo-img2 {
	height: 0;
	transition: all 1s ease;
}

.sticky .header-ul {
	padding: 0;
	transition: all 1s ease;
}

.sticky .header-button2 {
	display: flex;
	transition: all 1s ease;
}

.sticky .header-button2>a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0D1C2D;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-right: 12px;
}

.sticky .header-button {
	display: none;
	transition: all 1s ease;
}

.header-button2 {
	display: none;
}

.header-button2 button {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #1F83FF;
}

.header-button2 button img {
	margin: 0 10px 0 0;
}

.header-button2 button:hover {
	color: #10D7CB;
}

.burger-box {
	z-index: 1;
	position: relative;

	display: block;


}

.burger-box span {
	color: #000;
	position: relative;
	z-index: 111;
}

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.burger2 {
	content: "";
	font-size: 0px;
	user-select: none;
	position: absolute;
	top: 15px;
	left: unset;
	right: 17px;
	width: 17px;
	height: 17px;
	background: #fff;
	z-index: 1;

}

.burger2:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 1px;
	background: #000;
	top: -15px;
	left: 0;
	content: "";
	transform: rotateZ(-45deg);
}

.burger2:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 1px;
	background: #000;
	top: 15px;
	left: 0;
	transform: rotateZ(45deg);
	content: "";
}

.burger2.is-open {

	transition: all 0.25s linear;
	background: transparent;

}

.burger2.is-open:before {
	top: 7px;

	background: #0D1C2D;
}

.burger2.is-open:after {
	top: 7px;
	background: #0D1C2D;

}

.sliding-panel-content {
	position: fixed;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 1150px;
	padding: 0 0 0 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background: #fff;
	z-index: 9999 !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.sliding-panel-content ul {
	padding: 0;
	margin: 0;
	column-count: 2;
}

.sliding-panel-content li {
	list-style: none;
}

.sliding-panel-content li:first-child {}

.sliding-panel-content li a {}

.sliding-panel-content li a:focus {
	/*background-color: #4d4d4d;*/
}

.sliding-panel-content li a:hover {
	/*color: #fff;*/
}

.sliding-panel-content.is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}

.sliding-panel-fade-screen {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: black;
	opacity: 0;
	visibility: hidden;
	z-index: 997;
}

.sliding-panel-fade-screen.is-visible {
	opacity: 0.4;
	visibility: visible;
}

.sliding-panel-button {
	padding: 10px 16px;
	display: inline-block;
	position: relative;
	outline: none;
}

.sliding-panel-button img {
	height: 1.3em;
}


.header-right {
	display: flex;
	align-items: center;
}

.header-ul {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header-li {
	cursor: pointer;
	position: relative;
}

.header-li2 {
	cursor: pointer;
	position: relative;
}

.header-link {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0D1C2D;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.header-link2 {
	font-family: Formular;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0D1C2D;
	display: flex;
	align-items: center;
	z-index: 1;
}

.header-link:hover {
	color: #10D7CB;
	transition: 0.3s;
}



.header-link:hover svg {
	transform: rotate(180deg);
	transition: 0.3s;
}

.header-link:hover svg path {
	stroke: #10D7CB;
	transition: 0.3s;
}

.header-link svg {
	transition: 0.3s;
	margin: 0 0 0 9px;
}

.header-link2 svg {
	transition: 0.3s;
	margin: 0 0 0 9px;
}

.header-absolute:before {
	background: #FFFFFF;
	box-shadow: 0px -20px 40px rgba(13, 28, 45, 0.2);
	width: 163px;
	left: 0;
	top: -52px;
	height: 52px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	content: '';
}



.header-link2:hover {
	color: #10D7CB;
	transition: 0.3s;
}

.header-link2:focus svg {
	transform: rotate(180deg);
	transition: 0.3s;
}

.header-link2:hover svg path {
	stroke: #10D7CB;
	transition: 0.3s;
}

.header-absolute {
	position: absolute;
	top: 35px;
	left: 0;
	width: 231px;
	background: #FFFFFF;
	box-shadow: 0px 10px 40px rgba(13, 28, 45, 0.2);
	border-radius: 0 10px 10px 10px;
	padding: 0 0 19px 25px;
}





.header-absolute-li {
	padding: 3px 0 0 0;
}

.header-absolute-li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 38px;
	color: #0D1C2D;
}

.header-absolute-li a:hover {
	color: rgba(31, 131, 255, 1);
}

.burger2-wrap {
	display: flex;
}

.burger2-block {
	width: 24%;
	background: #1F83FF;
	padding: 20px 0 0 19px;
	height: auto;
}

.burger2-overflo {
	overflow-y: auto;
}

.burger2-block2 {
	width: 76%;
	padding: 35px 25px 50px 25px;
}

.tabs {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	justify-content: space-between;
}
}

.tabs-wrapper {
	display: none;
}

.tabs-wrapper {
	display: block;
	margin: 0 -1px 0 0;
}


#accordion2 {
	padding: 0 !important;
	margin: 0 !important;
}

.tabs {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	justify-content: space-between;
}

.tabs li {
	margin: 0 -1px 0 0;
	align-items: center;
	display: flex;
	height: 100%;
	padding: 15px 0 15px 23px;
	width: 100%;
}

.tabs li {
	color: #fff;
	cursor: pointer;
	transition: all 0.3s linear;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

.tabs .tab--active {
	background: #fff;
	border-radius: 10px 0 0 10px;
	color: #0D1C2D;
}

.accordion {}

.accordion__title {
	display: none;
}

.accordion__content--active {
	display: block !important;
}

.accordion__content {
	border-bottom: 0;
}

.accordion__content {
	display: none;
	padding: 0 0 0 0;
}

.accordion-search-title {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.7;
}

.accordion-search-input {
	position: relative;
	padding: 12px 0 0 0;
}

.accordion-search-input input {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 55px;
	height: 49px;
	background: #ECF0F5 url(../images/accordion-search-input.svg) 26px 50% no-repeat;
	border-radius: 10px;
}

.accordion-search-input input::-webkit-input-placeholder {
	color: #0D1C2D;
}

.accordion-search-input input::-moz-placeholder {
	color: #0D1C2D;
}

.accordion-search-input input:-ms-input-placeholder {
	color: #0D1C2D;
}

.accordion-search-input input::placeholder {
	color: #0D1C2D;
}

.accordion-search-input-button {
	position: absolute;
	bottom: 16px;
	right: 154px;
}

.accordion-search-input-button button {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #0D1C2D;
	opacity: 0.7;
	display: flex;
	align-items: center;
}

.accordion-search-input-button button img {
	margin: 0 10px 0 0;
}

.accordion-search-input-button button:hover {
	opacity: 1;
}

.accordion-search-input-button2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.accordion-search-input-button2 button {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	width: 124px;
	height: 49px;
	background: #10D7CB;
	border-radius: 0px 10px 10px 0px;
}

.accordion-search-input-button2 button:hover {
	box-shadow: inset 500px 0 0 0 #0d706a;
}

.accordion-title {
	padding: 43px 0 0 0;
	font-weight: 700;
	font-size: 25px;
	line-height: 31px;
	color: #0D1C2D;
}

.accordion-padding {
	padding: 0 25px;
}

.accordion-wrap {
	display: flex;
	padding: 8px 0 0 0;
}

.accordion-block {
	width: 100%;
	padding: 0 25px;
}

.accordion-li {
	padding: 28px 0 0 16px;
	position: relative;
}

.accordion-li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #1F83FF;
	border-radius: 50%;
	left: 0;
	top: 35px;
}

.accordion-li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.8;
}

.accordion-li a:hover {
	color: #1F83FF !important;
	opacity: 1;
	transition: 0.3s;
}

.accordion-li button {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.8;
}

.accordion-li button:hover {
	color: #1F83FF !important;
	opacity: 1;
	transition: 0.3s;
}

.header-button {
	padding: 0 0 0 0;
}

.header-button button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 49px;
	background-color: #C7EEFF;
	border-radius: 200px;
	color: #1F83FF;
	font-size: 12px;
	font-weight: 700;
	padding: 17px 20px 17px 0;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.header-button-text {
	position: relative;
	z-index: 1;
	font-family: 'Formular';
}

.header-button button:before {
	background: #C7EEFF;
	opacity: 0.5;
	border-radius: 200px;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.header-button-img {
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, #0C71EF -0.82%, #1F83FF 100%);
	border-radius: 200px;
	margin: 0 13px 0 0;
	transition: all 0.3s linear;
}

.header-button-img img {
	margin: -10px 0 -5px 0;
}

.header-button button:hover:before {
	background: #10D7CB;
	opacity: 0.1;
	transition: 0.3s;
}

.header-button button:hover {
	color: #10D7CB;
	transition: 0.3s;
}

.header-button button:hover .header-button-img {
	/*background: #10D7CB;*/
	transition: 0.3s;
	box-shadow: inset 500px 0 0 0 #10D7CB;
}

/*work*/

.work {
	padding: 204px 0 0 0;
}

.work-relative {
	position: relative;
}

.work-width {
	max-width: 611px;
}

.work-top {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1F83FF;
}

.work-title {
	padding: 11px 0 0 0;
	font-weight: 700;
	font-size: 38px;
	line-height: 45px;
	color: #0D1C2D;
}

.work-wrap {
	display: flex;
	align-items: center;
	padding: 25px 0 0 0;
}

.work-addres {
	padding: 0 0 0 21px;
	font-weight: 400;
	font-size: 30px;
	line-height: 37px;
	color: #0D1C2D;
}

.work-suptitle {
	padding: 38px 0 0 0;
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	color: #0D1C2D;
	opacity: 0.7;
}

.work-suptitle span {
	font-weight: 700;
}

.work-inner {
	display: flex;
	padding: 60px 0 0 0;
}

.work-button {
	padding: 0 40px 0 0;
}

.work-button:last-child {
	padding: 0;
}

.work-button button {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #122484;
	border-radius: 10px;
	width: 285px;
	height: 62px;
}

.work-button button:hover {
	background: #10D7CB;
	transition: 0.3s;
}

.work-absolute {
	width: 198px;
	padding: 21px 0 28px 0;
	position: absolute;
	right: 70px;
	top: 24px;
}

.work-absolute:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 30px 40px rgba(36, 53, 62, 0.1);
	backdrop-filter: blur(6px);
	border-radius: 20px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.work-absolute2 {
	width: 198px;
	padding: 21px 0 28px 0;
	position: absolute;
	right: 0;
	top: 248px;
}

.work-absolute2:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 30px 40px rgba(36, 53, 62, 0.1);
	backdrop-filter: blur(6px);
	border-radius: 20px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.work-absolute-img {
	text-align: center;
	position: relative;
	z-index: 1;
}

.work-absolute-text {
	padding: 13px 0 0 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.work-absolute3 {
	width: 412px;
	padding: 16px 0 16px 15px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.work-absolute3:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 30px 40px rgba(36, 53, 62, 0.1);
	backdrop-filter: blur(5px);
	border-radius: 100px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.work-absolute3-img {
	position: relative;
	z-index: 1;
}

.work-absolute3-text {
	padding: 0 0 0 15px;
	position: relative;
	z-index: 1;
}

.work-absolute3-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #0D1C2D;
}

.work-absolute3-position {
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #0D1C2D;
	opacity: 0.7;
}

.work-absolute3-link a {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #1F83FF;
	text-decoration: none;
}

.work-absolute3-link a img {
	margin: 0 9px 0 0;
}

/*prem*/

.prem {
	padding: 86px 0 0 0;
}

.prem-border {
	padding: 49px 33px 39px 33px;
	background: #FFFFFF;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
	border-radius: 30px;
}

.title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1F83FF;
}

.title2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	color: #0D1C2D;
}


/*Tabs*/

ul.tabs2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	transform: rotate(0.05deg);
	padding: 0 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.tabs2 li {
	padding: 0 0 25px 0;
	width: 16.666666%;
	margin: 0 7px -5px 7px;
	text-align: center;
	cursor: pointer;
	background: linear-gradient(0deg, #DEE8F2 31.65%, #E6F0FA 69.74%, #F4FAFF 100%);
	border-radius: 10px 10px 0 0;
}

ul.tabs2 li.current {
	background: #F4F8FC;
}

ul.tabs2 li.current .tabs-img {
	background: #10D7CB !important;
	box-shadow: 0px 10px 20px rgba(16, 215, 203, 0.3) !important;
}

ul.tabs2 li.current .tabs-text p {
	opacity: 1;
}

ul.tabs2 li:hover .tabs-img {
	background: #122484;
	transition: 0.3s;
	box-shadow: 0px 10px 20px rgba(18, 36, 132, 0.3);
}

.tab-content {
	position: relative;
	z-index: 1;
	display: none;
	padding: 0 7px;
}

.tab-content.current {
	display: inherit;
}

.tabs-img {
	margin: -18px auto 0 auto;
	background: #1F83FF;
	box-shadow: 0px 10px 20px rgba(31, 131, 255, 0.3);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

.tabs-text {
	padding: 15px 0 0 0;
}

.tabs-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #0D1C2D;
	opacity: 0.6;
}

.prem-tabs {
	padding: 74px 0 0 0;
}

.tab-content-border {
	background: #F4F8FC;
	border-radius: 10px;
	padding: 44px 50px 47px 50px;
}

.tab-content-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #0D1C2D;
}

.tab-content-suptitle {
	padding: 10px 0 0 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #0D1C2D;
	opacity: 0.7;
}

/*usluga*/

.usluga {
	padding: 104px 0 0 0;
}

.usluga-container {
	padding: 0;
}

.usluga-wrap {
	display: flex;
	padding: 56px 0 0 0;
}

.usluga-block {
	width: 33.3333333%;
	padding: 0 20px;
}

.usluga-border {
	background: #10D7CB;
	border-radius: 20px;
	padding: 20px 7px 7px 7px;
}

.usluga-img {
	text-align: center;
}

.usluga-title {
	padding: 9px 0 11px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}

.usluga-border2 {
	background: #FFFFFF;
	border-radius: 15px;
	position: relative;
	margin: 5px 0 0 0;
	padding: 16px 16px 14px 19px;
}

.usluga-border2-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0D1C2D;
}

.usluga-border2-suptitle {
	padding: 3px 0 0 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #0D1C2D;
	opacity: 0.7;
}

.usluga-border2-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 0 0;
}

.usluga-border2-inner {
	display: flex;
	align-items: center;
}

.usluga-border2-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #EE4564;
	opacity: 0.6;
}

.usluga-border2-price2 {
	padding: 0 6px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #EE4564;
}

.usluga-border2-link a {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #1F83FF;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 40px;
}

.usluga-border2-link a:before {
	position: absolute;
	content: '';
	width: 120px;
	height: 40px;
	background: #1F83FF;
	border-radius: 5px;
	opacity: 0.15;
}

.usluga-border2-link a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.usluga-border2-link a p {
	position: relative;
	z-index: 1;
}

.usluga-border2:hover {
	box-shadow: 0px 15px 30px rgba(13, 28, 45, 0.2);
	transition: 0.3s;
}

.usluga-border2:hover .usluga-border2-title {
	color: #1F83FF;
	transition: 0.3s;
}



.usluga-border2:hover .usluga-border2-link a:before {
	box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
	opacity: 1;
	transition: 0.3s;
}

.usluga-border2:hover .usluga-border2-link a {
	color: #fff;
	transition: 0.3s;
}

/*rabota*/

.rabota {
	padding: 110px 0 159px 0;
}

.rabota-container {
	max-width: 1420px;
	padding: 0;
}

.rabota-wrap {
	display: flex;
	padding: 43px 0 0 0;
}

.rabota-block {
	width: 25%;
	padding: 0 40px;
}

.rabota-number {
	background: #1F83FF;
	box-shadow: 0px 10px 20px rgba(31, 131, 255, 0.3);
	border-radius: 50%;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rabota-number p {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

.rabota-title {
	padding: 22px 0 0 0;
}

.rabota-title p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #0D1C2D;
}

.rabota-suptitle {
	padding: 10px 0 0 0;
}

.rabota-suptitle p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #0D1C2D;
	opacity: 0.7;
}

/*zayavka*/

.zayavka-container {
	max-width: 1920px;
	padding: 0;
}

.zayavka-wrap {
	display: flex;
}

.zayavka-block {
	position: relative;
	padding: 63px 108px 63px 290px;
	width: 50%;
	background: #1F83FF url(../images/zayavka-block-bg.png) 0 0 no-repeat;
}

.zayavka-input input {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #24353E;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 51px;
	height: 49px;
	background: #fff url(../images/zayavka-input.svg) 26px 50% no-repeat;
	border-radius: 10px;
}

.zayavka-input input::-webkit-input-placeholder {
	opacity: 0.7;
	color: #24353E;
}

.zayavka-input input::-moz-placeholder {
	color: #24353E;
	opacity: 0.7;
}

.zayavka-input input:-ms-input-placeholder {
	color: #24353E;
	opacity: 0.7;
}



.zayavka-input2 input {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #24353E;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 51px;
	height: 49px;
	background: #fff url(../images/zayavka-input2.svg) 26px 50% no-repeat;
	border-radius: 10px;
}

.zayavka-input2 input::-webkit-input-placeholder {
	color: #0D1C2D;
	opacity: 0.7;
}

.zayavka-input2 input::-moz-placeholder {
	color: #0D1C2D;
	opacity: 0.7;
}

.zayavka-input2 input:-ms-input-placeholder {
	color: #0D1C2D;
	opacity: 0.7;
}

.zayavka-input {
	padding: 23px 0 0 0;
}

.zayavka-input2 {
	padding: 24px 0 0 0;
}

.title3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	color: #FFFFFF;
}

.zayavka-title {
	padding: 12px 0 0 0;
}

.zayavka-title p {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	opacity: 0.7;
}

.zayavka-chekbox {
	width: 360px;
	margin: -50px 0 0 0;
}

/*CSS ЧЕКБОКСА*/

.checkbox-main {
	display: flex;
	padding-left: 0;
	position: relative;
	height: auto;
	cursor: pointer;
	align-items: center;
	padding: 0 0 0 0;


}

.checkbox-main .checkbox {
	display: flex;
	align-items: center;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
}

.checkbox-main input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
}

.checkbox-main input[type="checkbox"]:checked~.checkbox {
	background: #10D7CB url(../images/svg-chekbox.svg) 50% 50% no-repeat;
	box-sizing: border-box;
	border: 1px solid #10D7CB;
}



.chekbox-title {
	padding: 0 0 0 32px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;

}

.chekbox-title span {
	opacity: 0.7;
}

.chekbox-title a {
	padding: 0 0 0 7px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	opacity: 1;
}

.zayavka-suptitle {
	width: 360px;
	padding: 8px 0 0 32px;
}

.zayavka-suptitle p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.7;
}

.zayavka-button {
	width: 168px;
	margin: 0 0 0 auto;
	position: relative;
	padding: 38px 0 0 0;
	text-align: right;
}

.zayavka-button button {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	background: #122484;
	border-radius: 10px;
	width: 168px;
	height: 51px;
}

.zayavka-button button:hover {
	background: #10D7CB;
}

.zayavka-block2 {
	width: 50%;
	background: url(../images/zayavka-block2-bg.webp) 0 0 no-repeat;
	padding: 0 0 0 99px;
}

.zayavka-img {
	position: relative;
	margin: -59px 0 -4px 0;
}


/*platnaya*/

.platnaya {
	padding: 112px 0 86px 0;
}

.title4 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	color: #0D1C2D;
}



.platnaya p {
	padding: 15px 0 0 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #0D1C2D;
	opacity: 0.7;
}

.platnaya p span {
	color: rgba(31, 131, 255, 1);
}



.platnaya-title {
	padding: 26px 0 0 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #0D1C2D;
}

.platnaya-wrap {
	display: flex;
}

.platnaya-block {
	width: 67%;
	padding: 0 40px 0 0;
}

.platnaya-block p {
	margin: 0 0 26px 0;
}

.platnaya-block2 {
	width: 33%;
	padding: 0 0 0 40px;
}

/*vrachi*/

.vrachi {
	padding: 104px 0 0 0;
	background: #F4F8FC url(../images/vrachi-bg.png) 0 0 no-repeat;
}

.vrachi-slayder {
	max-width: 1176px;
	margin: 0 auto;
}

.vrachi-border {
	display: block;
	text-decoration: none;
	padding: 39px 42px 38px 42px;
	background: #FFFFFF;
	box-shadow: 0px 40px 30px rgba(36, 53, 62, 0.05);
	border-radius: 20px;
}

.vrachi-border:hover {
	transform: translate(0px, -10px);
	transition: box-shadow 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
}

.vrachi-name p {
	padding: 20px 0 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #0D1C2D;
}

.vrachi-position p {
	padding: 5px 0 0 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #0D1C2D;
	opacity: 0.7;
}

.vrachi-staj {
	background: rgba(16, 215, 203, 0.1);
	border-radius: 100px;
	width: 131px;
	height: 38px;
	margin: 29px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vrachi-staj p {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #10D7CB;
}

.vrachi-img {
	text-align: center;
}

/*vidi*/

.vidi {
	padding: 83px 0 106px 0;
}

.title5 {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #0D1C2D;
}



.vidi p {
	padding: 15px 0 0 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #0D1C2D;
	opacity: 0.7;
}

.vidi ul {
	padding: 4px 0 19px 0;
}

.vidi ul li {
	position: relative;
	padding: 10px 0 0 25px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #616871;
  position: relative;
}

.vidi ul li p {
	padding: 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #0D1C2D;
	opacity: 0.7;
}

.vidi ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #1F83FF;
	border-radius: 50%;
	left: 0;
	top: 18px;
}

.platnaya-block ul li,
.ceni2-suptitle ul li {
	padding: 10px 0 0 30px;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #616871;
	position: relative;
}

.platnaya-block ul li:before,
.ceni2-suptitle ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #1F83FF;
	border-radius: 50%;
	left: 0;
	top: 18px;
}

.vidi ol {
	padding: 8px 0 0 0;
}

.vidi ol li {
	display: flex;
	padding: 12px 0 0 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #616871;
  position: relative;
}

.vidi ol,
.ceni2-suptitle ol,
.platnaya-block ol {
	counter-reset: myCounter;
	padding: 0 0 0 30px;
}

.vidi ol li:before,
.ceni2-suptitle ol li:before,
.platnaya-block ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	background: #10D7CB;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	width: 31px;
	height: 30px;
	position: absolute;
	left: -30px;
}

.ceni2-suptitle ol li:before,
.platnaya-block ol li:before {
	position: absolute;
	left: -30px;
}


.vidi ol li {
	width: 97%;
	padding: 0 0 10px 17px;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color: #616871;
	position: relative;
	list-style: none;
}

.vidi ol li p {
	width: 97%;
	padding: 0 0 0 0;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color: #0D1C2D;
	opacity: 0.7;
}


.ceni2-suptitle ol,
.platnaya-block ol {
	padding: 0 0 0 30px;
}

.ceni2-suptitle ol li,
.platnaya-block ol li {
	width: 97%;
	padding: 0 0 10px 17px;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #616871;
	position: relative;
	list-style: none;
}


.ceni2-suptitle a,
.platnaya-block a,
.vidi a {
	color: #1f83ff;
	text-decoration: none;
	font-weight: 400;
}


/*otziv*/

.otziv {
	padding: 94px 0 90px 0;
	background: #F4F8FC;
}

.otziv-tabs {
	padding: 32px 0 0 0;
}


ul.tabs3 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 100%;
}

ul.tabs3 li {
	margin: 0;
	cursor: pointer;
	padding: 12px 24px;
	border: 2px solid #D3DBE2;
	border-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #0D1C2D;
	margin: 0 13px;
	opacity: 0.7;
	position: relative;
}

.tab_last {}

ul.tabs3 li:hover {
	color: #1F83FF;
	border: 2px solid #1F83FF;
}

ul.tabs3 li.active {
	background: #D3DBE2;
	color: #0D1C2D !important;
	border: 2px solid #D3DBE2 !important;
}

ul.tabs3 li.active:before {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 100%;
	height: 12px;
	left: 0;
	background: url(../images/tabs3-bg.svg) 50% 0 no-repeat;
}

.tab_container {

	border-top: none;
	clear: both;

	width: 100%;


}

.tab_content {
	padding: 52px 0 0 0;
	display: none;
}

.tab_content-uni {
	padding: 52px 0 0 0;
}

.tab_drawer_heading {
	display: none;
}

div.otziv-slide{
	height: auto;
}

.otziv-container {
	max-width: 1390px;
	padding: 0;
}

.otziv-wrap {
	display: flex;
}

.otziv-block {
	width: 33.3333333%;
	padding: 0 25px;
}

.otziv-border {
	padding: 29px 34px 28px 34px;
	background: #FFFFFF;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
	border-radius: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.otziv-zvezda {
	text-align: left;
}

.otziv-title {
	padding: 19px 0 0 0;
}

.otziv-title p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #0D1C2D;
	opacity: 0.7;
}

.otziv-name {
	padding: 80px 0 0 0;
	margin-top: auto;
}

.otziv-name p {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #0D1C2D;
}

.otziv-data p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #0D1C2D;
	opacity: 0.5;
}

.otziv-link {
	text-align: center;
	padding: 50px 0 0 0;
}

.otziv-link a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 19px 33px;
	background: #1F83FF;
	border-radius: 10px;
}

.otziv-link a:hover {
	background: #10D7CB;
	transition: 0.3s;
}

/*licenzii*/

.licenzii {
	padding: 90px 0 113px 0;
	background: #1F83FF url(../images/licenzii-bg.png) 0 0 no-repeat;
}

.title6 {
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
}

.licenzii-title {
	padding: 14px 0 0 0;
}

.licenzii-title p {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	opacity: 0.7;
}

.licenzii-slayder {
	max-width: 1160px;
	margin: 48px auto 0 auto;
}

/*goroda*/

.goroda {
	padding: 110px 0 0 0;
}

.goroda-border {
	background: #F4F8FC;
	border-radius: 30px;
	margin: 55px 0 0 0;
	padding: 52px 60px 63px 60px;
}

.goroda-input input {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #0D1C2D;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 63px;
	height: 56px;
	background: #fff url(../images/goroda-input.svg) 25px 50% no-repeat;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(36, 53, 62, 0.05);
}

.goroda-input input::-webkit-input-placeholder {
	opacity: 0.5;
	color: #0D1C2D;
}

.goroda-input input::-moz-placeholder {
	color: #0D1C2D;
	opacity: 0.5;
}

.goroda-input input:-ms-input-placeholder {
	color: #0D1C2D;
	opacity: 0.5;
}

.goroda-wrap {
	display: flex;
	padding: 55px 0 0 0;
}

.goroda-block {
	width: 20%;
}

.goroda-inner {
	display: flex;
}

.goroda-bukva p {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #0D1C2D;
}

.goroda-ul {
	padding: 0 0 0 20px;
}

.goroda-li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #1F83FF;
	text-decoration: none;
}

.goroda-li a:hover {
	color: rgba(18, 36, 132, 1);
}

.goroda-button {
	text-align: center;
	padding: 46px 0 0 0;
}

.goroda-button button {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 19px 30px;
	background: #1F83FF;
	border-radius: 10px;
}

.goroda-button button:hover {
	background: #10D7CB;
	transition: 0.3s;
}

/*map*/

.map {
	padding: 110px 0 0 0;
}

.map-container {
	padding: 0;
	max-width: 1360px;
}

.map-wrap {
	display: flex;
	padding: 50px 0 0 0;
}

.map-block {
	width: 33.3333333%;
	padding: 0 30px;
}

.map-link a:not(.map-link-suptitle) {
	display: block;
	text-decoration: none;
	background: #1F83FF;
	border-radius: 30px;
	padding: 30px 30px;
	width: 100%;
}

.map-link-img {
	text-align: center;
}

.map-link-title {
	padding: 15px 0 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

.map-link-suptitle {
	padding: 4px 0 0 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.7;
}

.map-map {
	padding: 60px 0 0 0;
}

/*silki*/

.silki {
	padding: 51px 0 64px 0;
}

.silki-container {
	max-width: 1360px;
	padding: 0;
}

.silki-wrap {
	display: flex;
}

.silki-block {
	width: 33.3333333%;
	padding: 0 30px;
}

.silki-li {
	padding: 5px 0 0 0;
}

.silki-li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #1F83FF;
	display: block;
	width: 100%;
	padding: 11px 26px;
	background: #F4F8FC;
	border-radius: 5px;
}

.silki-li a:hover {
	background: #E0EEFF;
	transition: 0.3s;
}

/*footer*/

.footer {
	padding: 50px 0;
	background: #ECF0F5;
}

.footer-wrap {
	display: flex;
}

.footer-block {
	width: 32%;
}

.footer-title p {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #0D1C2D;
}

.footer-suptitle {
	padding: 11px 0 0 0;
}

.footer-suptitle p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #0D1C2D;
	opacity: 0.7;
}

.footer-block2 {
	width: 68%;
}

.footer-border {
	border: 2px solid #E0E7EF;
	border-radius: 20px;
	padding: 24px 32px 31px 32px;
}

.footer-border-title p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #0D1C2D;
	opacity: 0.7;
}

.footer-links {
	padding: 28px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-link a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #1F83FF;
	text-decoration: none;
}

.footer-link a:hover {
	text-decoration: underline;
}



/*BURGER*/

.mt-munu-mb {
	padding: 0 0 0 0;
}



.burger {
	position: absolute;
	top: 5px;
	right: 0;
	display: none !important;
	color: #23f0ff;
	cursor: pointer;
	z-index: 12 !important;
	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;
}



.mt-mobile {
	position: absolute;
	top: 0;
	z-index: 11;
	left: 0;
	height: auto;
	width: 300px;
	padding: 62px 0 40px 0;
	background-color: #ffff;
	transition: 0.5s ease all;
	clip-path: circle(100%);
	border-radius: 0 0 15px 0;
}




.mt-mobile.nav-open {
	clip-path: circle(0px at 0px 0%);
}

.burger i svg {}

.header-button-mb {
	display: none;
}

.mt-mobile-close {
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}

.body-open {
	position: relative;
	overflow: auto;
}

.body-open:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(13, 28, 45, 0.2);
	backdrop-filter: blur(15px);
	z-index: 3;
}

.burger-restagle {
	width: 3px;
	height: 313px;
	background: #1F83FF;
	position: absolute;
	top: 0;
	left: 0;
}

.burger-padding {
	padding: 0 0 30px 20px;
	border-bottom: 1px solid #F2F2F2;
}

.burger-button button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	padding: 15px 16px 15px 23px;
	border-radius: 10px 0px 0px 10px;
	width: 100%;
}

.burger-button button:focus {
	background: #EFF6FF;
	color: #1F83FF;
}

.burger-button button:focus svg path {
	stroke: #1F83FF;
	opacity: 0.5;
}

.burger-padding2 {
	padding: 35px 20px 35px 40px;
}

/*ACCARDION2*/

.accordion2 {

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.accordion2 .item2 {
	cursor: pointer;
	padding: 0;
	grid-template-columns: auto 1fr auto;
	column-gap: 24px;
	row-gap: 32px;
	align-items: center;
	transition: border-top 0.3s;

}

.accordion2 .item2.open2 {}

.accordion2 .item2.open2 .hidden-box2 {
	display: block;
	font-size: 16px;
	line-height: 150%;
	color: #1E3301;
}


.accordion2 .text2 {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.7;
	margin: 0;
}

.accordion2 .item2.open2 .text2 {
	transition: color 0.3s;
}

.accordion2 .icon2 {
	position: relative;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	transition: transform 0.2s ease-in;
}

.accordion2 .item2.open2 .icon2 {
	transform: rotate(90deg);
}

.accordion2 .hidden-box2 {
	grid-column: 1;
	display: none;
	transition: display 0.2 ease-in;
}

.hidden-box2 {
	padding: 0 0 0 0;
}

.acc-ul {
	padding: 0 0 0 15px;
}

.acc-li {
	padding: 10px 0 0 0;
}

.acc-li a {
	font-weight: 400;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.7;
}

.burger-li {
	padding: 15px 0 0 0;
}

.burger-li a {
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.7;
}

.modal {
	position: fixed;
	top: 0px;
	z-index: 9999;
	height: 100vh;
	width: 100%;
}

.js-modal {
	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;
}

.js-modal.is-open .modal__inner {
	opacity: 1;
	transform: translateY(0);
}

.modal {}

.js-modal.is-open {
	overflow: auto;
}

.modal-border {
	position: relative;
	margin: 0 auto 0 300px;
	max-width: 410px;
	padding: 34px 20px 90px 20px;
	background: #EFF6FF;
	border-right: 3px solid #122484;
}

.modal-close-button {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 23px;
}

.burger-padding3 {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.burger-link-pd {
	padding: 22px 0 0 0;
}

.burger-link {
	padding: 22px 0 0 0;
}

.burger-link a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0D1C2D;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}

.burger-link a img {
	margin: 0 11px 0 0;
}

.burger-link a span {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #39CA3C;
	margin: 0 0 0 8px;
}

/*ACCARDION3*/

.accordion3 {

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.accordion3 .item3 {
	cursor: pointer;
	margin: 11px 0 0 0;
	grid-template-columns: auto 1fr auto;
	column-gap: 24px;
	row-gap: 32px;
	align-items: center;
	transition: border-top 0.3s;
	background: linear-gradient(0deg, #DEE8F2 31.65%, #E6F0FA 69.74%, #F4FAFF 100%);
	border-radius: 20px;
}

.accordion3 .item3.open3 {
	background: #F4F8FC;
}

.accordion3 .item3.open3 .accordion3-img {
	background: #10D7CB;
	transition: 0.3s;
}

.accordion3 .item3.open3 .hidden-box3 {
	display: block;
	font-size: 16px;
	line-height: 150%;
	color: #1E3301;
}

.accordion3 .text3 {
	position: relative;
	padding: 18px 24px 18px 16px;
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #0D1C2D;

	margin: 0;
}

.accordion3 .text3 span {
	opacity: 0.6;
}

.accordion3 .item3.open3 .text3 {
	transition: color 0.3s;
}

.accordion3 .icon3 {
	position: absolute;
	top: 45px;
	right: 24px;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	transition: transform 0.2s ease-in;
}

.accordion3 .item3.open3 .icon3 {
	transform: rotate(-180deg);
}

.accordion3 .hidden-box3 {
	grid-column: 1;
	display: none;
	transition: display 0.2 ease-in;
}

.hidden-box3 {
	padding: 22px 26px 22px 26px;
	border-top: 2px solid #fff;
}


.accordion3-img {
	margin: 0 22px 0 0;
	background: #1F83FF;
	box-shadow: 0px 10px 20px rgba(31, 131, 255, 0.3);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

.prem-accordion {
	display: none;
}

.zayavka-img-pl {
	display: none;
}

.zayavka-img-mb {
	display: none;
}

.platnaya-block3 {
	display: none;
}

.modal-border2 {
	position: relative;
	margin: 50px auto 0 auto;
	max-width: 498px;
	padding: 36px 44px 37px 44px;
	background: #fff;
	border-radius: 30px;
}

.modal-close-button2 {
	z-index: 1;
	position: absolute;
	top: 19px;
	right: 24px;
}

.modal-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	color: #0D1C2D;
}


.modal-input input {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #24353E;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 51px;
	height: 51px;
	background: #ECF0F5 url(../images/zayavka-input.svg) 26px 50% no-repeat;
	border-radius: 10px;
}

.modal-input input::-webkit-input-placeholder {
	opacity: 0.7;
	color: #24353E;
}

.modal-input input::-moz-placeholder {
	color: #24353E;
	opacity: 0.7;
}

.modal-input input:-ms-input-placeholder {
	color: #24353E;
	opacity: 0.7;
}

.modal-input2 input {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #24353E;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 51px;
	height: 51px;
	background: #ECF0F5 url(../images/zayavka-input2.svg) 26px 50% no-repeat;
	border-radius: 10px;
}

.modal-input2 input::-webkit-input-placeholder {
	color: #24353E;
	opacity: 0.7;
}

.modal-input2 input::-moz-placeholder {
	color: #24353E;
	opacity: 0.7;
}

.modal-input2 input:-ms-input-placeholder {
	color: #24353E;
	opacity: 0.7;
}

.modal-input {
	padding: 36px 0 0 0;
}

.modal-input2 {
	padding: 27px 0 0 0;
}

.modal-button {
	padding: 27px 0 0 0;
	text-align: center;
}

.modal-button button {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 16px 43px;
	background: #1F83FF;
	border-radius: 10px;
}

.modal-chekbox {
	padding: 26px 0 0 0;
}

/*CSS ЧЕКБОКСА*/

.checkbox-main2 {
	display: flex;
	padding-left: 0;
	position: relative;
	height: auto;
	cursor: pointer;
	align-items: center;
	padding: 0 0 0 0;
}

.checkbox-main2 .checkbox {
	display: flex;
	align-items: center;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #bdbfc1;
	border-radius: 3px;
}

.checkbox-main2 input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
}

.checkbox-main2 input[type="checkbox"]:checked~.checkbox {
	background: #10D7CB url(../images/svg-chekbox.svg) 50% 50% no-repeat;
	box-sizing: border-box;
	border: 1px solid #10D7CB;
}

.chekbox-title2 {
	padding: 0 0 0 32px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #0D1C2D;
}

.chekbox-title2 span {
	opacity: 0.7;
}

.chekbox-title2 a {
	padding: 0 0 0 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #1F83FF;
	text-decoration: none;
	opacity: 1;
}

.modal-suptitle {
	padding: 8px 0 0 32px;
}

.modal-suptitle p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0D1C2D;
	opacity: 0.7;
}

.modal-bg {
	background: rgba(13, 28, 45, 0.2);
	backdrop-filter: blur(15px);
}

.modal-wrap {
	padding: 23px 0 0 0;
	display: flex;
	align-items: flex-end;
}

.modal-left p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #0D1C2D;
}

.modal-right {
	display: flex;
	align-items: flex-end;
	padding: 0 0 0 11px;
}

.modal-right p {
	margin: 0 0 0 7px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #39CA3C;
}

.modal-link {
	padding: 7px 0 0 0;
}

.modal-link a {
	font-weight: 700;
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 0.05em;
	color: #0D1C2D;
	text-decoration: none;
}

.title-pd {
	padding: 12px 0 0 0;
}

/*index2*/

/*header2*/

.header2 {
	padding: 53px 0;
	background: #FFFFFF;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.07);
}

/*vivod*/

.vivod {
	margin: 170px 0 80px 0;
	padding-top: 20px;
	background-color: #fff;
}

.vivod__service {
	position: relative;
}

.vivod__service::before {
	position: absolute;
	display: block;
	content: '';
	background: url(/maket001/images/bg.svg) center center no-repeat;
	left: 242px;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 600px;

}

.semechki {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

.semechki-li {
	padding: 0 32px 0 0;
	position: relative;
}

.semechki-li:before {
	position: absolute;
	content: '';
	background: #24353E;
	opacity: 0.25;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	bottom: 6px;
	right: 14px;
}

.semechki-li a {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #0D1C2D;
	opacity: 0.7;
	text-decoration: none;
}

.semechki-li a:hover {
	opacity: 1;
}

.vivod-relative {
	margin-top: 66px;
	display: flex;
	gap: 35px;
	position: relative;
}

.vivod-width {
	max-width: 646px;
	height: auto;
	display: flex;
	flex-direction: column;
}

.vivod-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 65px;
	color: #0D1C2D;
	margin-bottom: 15px;
	flex-grow: 1;
}

.vivod-descr {
	margin-bottom: 35px;
}

.vivod-wrap {
	display: flex;
	gap: 10px;
}


.vivod-border {
	padding: 18px 20px;
	background: #ECF1F5;
	opacity: 0.7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.vivod-block {
	width: calc(33.3333% - 6.6666px)
}

.vivod-border-img {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #10D7CB;
	box-shadow: 0px 10px 20px rgba(16, 215, 203, 0.3);
	border-radius: 50%;
}

.vivod-border-img img {
	width: 26px;
	height: 25px;
}


.vivod-border-title p {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: flex-star;
	color: #0D1C2D;
	opacity: 0.7;
}

.vivod-inner {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.vivod-button button {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1F83FF;
	box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
	border-radius: 10px;
	width: 278px;
	height: 65px;
}

.vivod-button button:hover {
	background: #10D7CB;
}

.vivod-button button img {
	margin: 0 13px 0 0;
}

.vivod-price {
	display: flex;
	padding: 0 0 0 43px;
}

.vivod-price-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	color: #EE4564;
	opacity: 0.6;
}

.vivod-price-title2 {
	margin: 0 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: 49px;
	color: #EE4564;
}

.vivodshag-container {
	max-width: 1390px;
	padding: 0;
}

.vivodshag {
	display: flex;
	padding: 82px 0 0 0;
}

.vivodshag-block {
	width: 20%;
	padding: 0 25px;
}

.vivodshag-block2 {
	width: 20%;
	padding: 0 25px;
}

.vivodshag-border {
	cursor: pointer;
	height: 100%;
	border: 2px solid #ECF0F5;
	border-radius: 15px;
	padding: 17px 23px 22px 23px;
}

.vivodshag-border:hover {
	transform: translate(0px, -10px);
	transition: box-shadow 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
}

.vivodshag-number p {
	font-weight: 900;
	font-size: 40px;
	line-height: 49px;
	color: #1F83FF;
}

.vivodshag-title {
	padding: 6px 0 0 0;
}

.vivodshag-title p {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #0D1C2D;
	opacity: 0.7;
}

.vivod-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 644px;
}

/*ceni*/

.ceni {
	padding: 101px 0 81px 0;
	background: #F4F8FC;
}

.ceni-container {
	max-width: 1390px;
	padding: 0;
}

.ceni-wrap {
	display: flex;
	padding: 65px 0 0 0;
}

.ceni-block {
	/* width: 25%; */
	padding: 0 25px;
}

.ceni-border {
	background: #FFFFFF;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
	border-radius: 20px;
	padding: 0 0 20px 0;
}

.ceni-title {
	background: #10D7CB;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	padding: 18px 0 20px 0;
}

.ceni-title p {
	font-weight: 700;
	font-size: 19px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
}

.ceni-pd {
	padding: 0 20px;
}

.ceni-spisok ul {
	padding: 17px 0 0 0;
}

.ceni-spisok ul li {
	padding: 0 0 20px 16px;
	position: relative;
}

.ceni-spisok ul li:before {
	position: absolute;
	content: '';
	background: url(../images/ceni-li.svg) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	left: 0;
	top: 7px;
}

.ceni-spisok ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #0D1C2D;
}

.ceni-spisok2 ul li {
	padding: 0 0 20px 16px;
	position: relative;
}

.ceni-spisok2 ul li:before {
	position: absolute;
	content: '';
	background: url(../images/ceni-li2.svg) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	left: 0;
	top: 6px;
}

.ceni-spisok2 ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #0D1C2D;
	opacity: 0.5;
}

.ceni-price {
	padding: 8px 0 0 0;
	display: flex;
	justify-content: center;
}

.ceni-price-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: #EE4564;
}

.ceni-price-title2 {
	margin: 0 0 0 10px;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: #EE4564;
	opacity: 0.6;
}

.ceni-button {
	padding: 17px 0 0 0;
}

.ceni-button button {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 55px;
	background: #1F83FF;
	box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
	border-radius: 10px;
}

.ceni-button button:hover {
	background: #10D7CB;
}

.cenibt {
	padding: 81px 0 0 0;
}

.cenibt-border {
	background: #10D7CB;
	border-radius: 20px;
	padding: 47px 20px 46px 206px;
	position: relative;
}

.cenibt-wrap {
	display: flex;
	align-items: center;
}

.cenibt-text {
	width: 90%;
	padding: 0 0 0 22px;
}

.cenibt-title p {
	font-weight: 500;
	font-size: 22px;
	line-height: 19px;
	color: #FFFFFF;
}

.cenibt-suptitle {
	padding: 6px 0 0 0;
}

.cenibt-suptitle p {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	opacity: 0.9;
}

.cenibt-img {
	position: absolute;
	width: 234px;
	bottom: -4px;
	left: -46px;
}

/*ceni2*/

.ceni2 {
	padding: 89px 0 113px 0;
}

.ceni2-border {
	background: #F4F8FC;
	border-radius: 30px;
	margin: 55px 0 90px 0;
}

.ceni2-wrap {
	padding: 29px 33px 25px 39px;
	border-top: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ceni2-wrap:first-child {
	border-top: none;
}

.ceni2-wrap-title p {
	font-weight: 500;
	font-size: 17px;
	line-height: 28px;
	color: #0D1C2D;
}

.ceni2-wrap-title p.ceni2-wrap-title-h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #0D1C2D;
}


.ceni2-wrap-right {
	display: flex;
	align-items: center;
}

.ceni2-wrap-price {
	display: flex;
}

.ceni2-wrap-price-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #EE4564;
	opacity: 0.6;
}

.ceni2-wrap-price-title2 {
	margin: 0 6px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #EE4564;
}

.ceni2-wrap-button {
	padding: 0 0 0 31px;
}

.ceni2-wrap-button button {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #1F83FF;
	position: relative;
	width: 122px;
	height: 40px;
	border-radius: 5px;
}

.ceni2-wrap-button button:before {
	background: #1F83FF;
	opacity: 0.15;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
}

.ceni2-wrap-button button:hover {
	background: #1F83FF;
	box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
	color: #fff;
}

.ceni2-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #0D1C2D;
}

.ceni2-suptitle {
	padding: 15px 0 0 0;
}

.ceni2-suptitle p {
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #0D1C2D;
	opacity: 0.7;
	margin-top: 14px;
	margin-bottom: 20px;
}

.zayavka-title2 {
	padding: 23px 0 0 0;
}

.zayavka-title2 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}

.zayavka-button2 {
	padding: 37px 0 0 0;
}

.zayavka-button2 button {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	width: 193px;
	height: 51px;
	background: #122484;
	border-radius: 10px;
}

.zayavka-button2 button:hover {
	background: #10D7CB;
}

.zayavka-block3 {
	width: 50%;
	background: url(../images/zayavka-block3-bg.png) 0 0 no-repeat;
	padding: 0 0 0 143px;
}

.zayavka2-licen {
	position: absolute;
	width: 341px;
	top: 90px;
	right: -171px;
}


.zayavka-img2 {
	position: relative;
	margin: -31px 0 -4px 0;
}

.vidi-border {
	margin: 59px 0 0 0;
	background: #ECF0F5;
	border-radius: 10px;
	border-left: 11px solid #10D7CB;
	padding: 23px 42px 27px 39px;
}

blockquote {
	margin: 59px 0 0 0;
	background: #ECF0F5;
	border-radius: 10px;
	border-left: 11px solid #10D7CB;
	padding: 23px 42px 27px 39px;
}

.vidi-border-title p {
	font-weight: 500;
	font-size: 17px;
	line-height: 27px;
	color: #0D1C2D;
	opacity: 0.7;
}

.bgsection {
	background: #F4F8FC url(../images/bgsection-bg.png) 0 110% no-repeat;
}

.lechenie {
	padding: 94px 0 0 0;
}

.lechenie-container {
	max-width: 1390px;
	padding: 0;
}

.lechenie-wrap {
	display: flex;
	padding: 53px 0 0 0;
}

.lechenie-block {
	/* width: 33.333333%; */
	padding: 0 25px;
}

.lechenie-img img {
	width: 100%;
	max-height: 200px;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;

}

.lechenie-border {
	background: #FFFFFF;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
	border-radius: 20px;
	height: 743px;
	position: relative;
}

.lechenie-text {
	margin: -4px 0 0 0;
	background: #10D7CB;
	padding: 14px 32px 15px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lechenie-title p {
	font-weight: 900;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.lechenie-suptitle p {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
}

.lechenie-pd {
	padding: 9px 32px 0 32px;
}

.lechenie-spisok ul li {
	padding: 17px 0 0 16px;
	position: relative;
}

.lechenie-spisok ul li:before {
	position: absolute;
	content: '';
	background: url(../images/ceni-li.svg) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	top: 24px;
	left: 0;
}

.lechenie-spisok ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #0D1C2D;
}

.lechenie-absolute {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 39px;
}

.lechenie-price {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lechenie-price-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	color: #EE4564;
}

.lechenie-price-title2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	color: #EE4564;
	opacity: 0.6;
	margin: 0 0 0 10px;
}

.lechenie-button {
	text-align: center;
	padding: 17px 0 0 0;
}

.lechenie-button button {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	background: #1F83FF;
	box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
	border-radius: 10px;
	width: 257px;
	height: 55px;
}

.lechenie-button button:hover {
	background: #10D7CB;
}

.lechenie-absolute2 {
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	top: 18px;
}

.lechenie-popular {
	background: #FFFFFF;
	border-radius: 100px;
	padding: 11px 19px 10px 19px;
	width: 140px;
	display: flex;
	align-items: center;
}

.lechenie-popular-title {
	padding: 0 0 0 8px;
}

.lechenie-popular-title p {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #EE4564;
}

.preim {
	padding: 117px 0 166px 0;
}

.preim-container {
	max-width: 1390px;
	padding: 0;
}

.preim-wrap {
	display: flex;
	flex-wrap: wrap;
}

.preim-block {
	width: 25%;
	padding: 50px 25px 0 25px;
}

.preim-border {
	background: #FFFFFF;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
	border-radius: 10px;
	padding: 27px 23px 33px 23px;
}

.preim-title {
	padding: 11px 0 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #0D1C2D;
}

.preim-suptitle {
	padding: 10px 0 0 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #0D1C2D;
	opacity: 0.7;
}

.preim-icon {
	text-align: center;
}

.zayavka-block4 {
	width: 50%;
	background: url(../images/zayavka-block4-bg.png) 0 0 no-repeat;
	padding: 0 0 0 99px;
}

.garantii {
	padding: 112px 0 62px 0;
}

.garantii-container {
	max-width: 1390px;
	padding: 0;
}

.garantii-wrap {
	display: flex;
}

.garantii-block {
	width: 33.33333333%;
	padding: 0 25px;
}

.garantii-block2 {
	width: 66.666666666%;
}

.garantii-border {
	background: #1F83FF url(../images/garantii-border-bg.png) 0 0 no-repeat;
	border-radius: 15px;
	padding: 0 0 47px 0;
}

.garantii-title {
	padding: 28px 0 0 0;
	font-weight: 900;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.garantii-suptitle {
	padding: 8px 0 0 0;
	font-weight: 400;
	font-size: 19px;
	line-height: 32px;
	color: #FFFFFF;
}

.garantii-suptitle span {
	font-weight: 700;
}

.garantii-pd {
	padding: 0 42px;
}

.garantii-inner {
	display: flex;
	flex-wrap: wrap;
}

.garantii-inner-block {
	width: 50%;
	padding: 0 25px 50px 25px;
}

.garantii-inner-border {
	background: #ECF0F5;
	border-radius: 15px;
	padding: 0 0 25px 0;
	height: 100%;
}

.garantii-inner-title {
	padding: 14px 35px 0 35px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #0D1C2D;
	opacity: 0.7;
}

.fag {
	position: relative;
	padding: 89px 0 67px 0;
}

.fag-zindex {
	position: relative;
	z-index: 1;
}

.fag:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 422px;
	right: 200px;
	background: url(../images/fag-bf.png) 100% 0 no-repeat;
}

.fag-wrap {
	display: flex;
	padding: 40px 0 0 0;
}

.fag-block {
	width: 63%;
	padding: 0 25px 0 0;
}

.fag-block2 {
	width: 37%;
	padding: 0 0 0 25px;
}


.expand {

	float: right;
	display: inline;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	margin: 0 10px;
}





.sidebar-1 {
	/* these are the styles for the container around the menu */
	width: 100%;
	padding: 0px;
	display: inline-block;


}

.sidebar-menu {
	margin: 0 0 22px 0;
	/*this style impacts the look of the heading containers. */
	cursor: pointer;
	padding: 18px 94px 18px 39px;
	position: relative;
	color: $maincolor;
	background: #F4F8FC;
	border-radius: 15px;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	text-rendering: optimizeLegibility;
	letter-spacing: .5px;
}

.sidebar-menu:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #10D7CB;
	position: absolute;
	right: 33px;
	border-radius: 5px;
	top: 34%;
	transition: all .2s ease;
}

.sidebar-menu:after {
	content: "";
	width: 3px;
	height: 21px;
	background: #10D7CB;
	position: absolute;
	right: 33px;
	border-radius: 5px;
	top: 34%;
	transition: all .2s ease;
}



.sidebar-menu:after {
	transform: rotate(90deg);
}


.open {
	margin: 0 !important;
	background: #1F83FF !important;
	color: #fff;
	border-radius: 15px 15px 0px 0px;
}



.open:before {
	background: #fff;
	animation: turn-plus;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}

.open:after {
	background: #fff;
	animation: turn-crossbar;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}

@keyframes turn-plus {
	0% {
			transform: translate(0, 0);
	}

	50% {
			transform: rotate(0deg);
	}

	100% {
			transform: rotate(90deg);
	}
}

@keyframes turn-crossbar {
	0% {
			transform: none;
			transform: rotate(90deg)
	}

	50% {
			transform: rotate(0deg);
	}

	100% {
			transform: rotate(90deg);
	}
}





.sub-menu {
	/*this style is for the sub-menu box*/
	color: darken($maincolor, 30%);
	padding: 26px 33px 40px 39px;
	margin: 0 0 22px 0;
	font-size: 1em;
	display: none;
	background: #F4F8FC;
	border-radius: 0 0 15px 15px;

	&:last-child {
			border-bottom: 0;
	}
}

.sub-menu p {
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	color: #0D1C2D;
	opacity: 0.7;
}

.platnaya-suptitle-mb {
	display: none;
}

.lechenie-img-mb {
	display: none;
}

.garantii-img-mb {
	display: none;
}

.fag-block3 {
	display: none;
}

/*inex3*/

.spec {
	padding: 214px 0 0 0;
}

.semechki-li2 {
	padding: 0 32px 0 0;
	position: relative;
}

.semechki-li2:before {
	position: absolute;
	content: '';
	background: #24353E;
	opacity: 0.25;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	bottom: 6px;
	right: 14px;
}

.semechki-li2 a {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #0D1C2D;
	opacity: 0.7;
	text-decoration: none;
}

.semechki-li2 a:hover {
	opacity: 1;
}

.spec-wrap {
	padding: 88px 0 0 0;
	display: flex;
}

.spec-border {
	height: 100%;
	background: #1F83FF;
	border-radius: 20px;
	padding: 25px 33px 30px 33px;
}

.spec-block {
	width: 76%;
	padding: 0 24px 0 0;
}

.spec-block2 {
	width: 24%;
	padding: 0 0 0 24px;
}

.spec-inner {
	display: flex;
}

/*
.spec-img {
margin: -59px 0 -144px -100px;
width: 51%;
}
*/

.spec-img img {
	object-fit: cover;
	object-position: center;
	width: 300px;
}

.spec-info {
	//margin: 0 0 0 -109px;
	width: 70%;
	padding: 0 0 0 50px;
}

.spec-name {
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
	color: #0D1C2D;
}

.spec-ul {
	display: flex;
	padding: 17px 0 0 0;
}

.spec-li {
	padding: 0 0 0 30px;
	margin: 0 51px 0 0;
	position: relative;
}

.spec-li:last-child {
	margin: 0;
}

.spec-li:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background: #10D7CB url(../images/spec-li.svg) 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.spec-li p {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #0D1C2D;
	opacity: 0.7;
}

.spec-suptitle {
	padding: 45px 0 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #0D1C2D;
}

.spec-suptitle2 {
	padding: 38px 0 0 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #0D1C2D;
	opacity: 0.7;
}

.spec-bottom {
	padding: 80px 0 0 0;
	display: flex;
	align-items: center;
}

.spec-button button {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #1F83FF;
	border-radius: 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 219px;
	height: 45px;
}

.spec-button button:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #1F83FF;
	opacity: 0.15;
	border-radius: 100px;
}

.spec-button button:hover {
	background: #10D7CB;
	color: #fff;
}

.spec-button button:hover .spec-bottom-img {
	background: #122484;
}

.spec-bottom-img {
	background: #1F83FF;
	width: 29px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 11px 0 0;
}

.spec-social {
	padding: 0 0 0 26px;
}

.spec-social-ul {
	display: flex;
	align-items: center;
}

.spec-social-li {
	margin: 0 15px 0 0;
}

.spec-social-li:last-child {
	margin: 0;
}

.spec-border-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 43px;
	color: #FFFFFF;
}

.spec-border-pd {
	padding: 4px 0 0 0;
}

.spec-border-wrap {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0 0;
	align-items: flex-end;
}

.spec-border-suptitle {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #FFFFFF;
}

.spec-border-rest {
	width: 40%;
	padding: 0 3px 3px 3px;
}

.spec-border-rest2 {
	width: 45%;
	padding: 0 3px 3px 3px;
}

.spec-border-restagle {
	width: 100%;
	opacity: 0.15;
	height: 2px;
	background: #fff;
}

.spec-border-suptitle2 {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #FFFFFF;
}

.spec-border-button {
	padding: 38px 0 0 0;
}

.spec-border-button button {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	height: 57px;
	background: #122484;
	border-radius: 10px;
}

.spec-border-button button:hover {
	background: #10D7CB;
}

.spec-border-link {
	padding: 27px 0 0 0;
}

.spec-border-link a {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.spec-border-link a img {
	margin: 0 11px 0 0;
}

.cpecinfo {
	padding: 69px 0 80px 0;
}

.cpecinfo-wrap {
	display: flex;
}

.cpecinfo-block {
	width: 50%;
	padding: 0 24px 0 0;
}

.cpecinfo-block2 {
	width: 50%;
	padding: 0 0 0 24px;
}

.cpecinfo-border {
	background: #F4F8FC;
	border-radius: 20px;
	padding: 27px 34px 50px 34px;
	height: 100%;
}

.cpecinfo-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #0D1C2D;
}

.cpecinfo-suptitle {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #0D1C2D;
	padding: 5px 0 0 0;
}

.cpecinfo-spisok ul li {
	padding: 14px 0 0 27px;
	position: relative;
}

.cpecinfo-spisok ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 16px;
	background: url(../images/cpecinfo-li.svg) 0 0 no-repeat;
	width: 15px;
	height: 15px;
}

.cpecinfo-spisok ul li p {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #0D1C2D;
	opacity: 0.7;
}

.cpecinfo-spisok p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #0D1C2D;
	opacity: 0.7;
	margin-bottom: 20px;
}

.cpecinfo-spisok ul+h2 {
	margin-top: 40px;
}

.cpecinfo-padding {
	padding: 69px 0 0 0;
}

.tele {
	padding: 63px 0 91px 0;
	background: #F4F8FC;
}

.tele-wrap {
	display: flex;
	padding: 36px 0 0 0;
}

.tele-container {
	max-width: 1390px;
	padding: 0;
}

.tele-block {
	width: 33.3333333%;
	padding: 0 25px;
}

.tele-border {
	position: relative;
}

.tele-link {
	padding: 20px 0 0 0;
}

.tele-link a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
}

.tele-link a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.tele-link-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #0D1C2D;
	opacity: 0.7;
}

.tele-link-time {
	margin: 0 11px 0 0;
	text-align: center;
	display: inline-block;
	background: #1F83FF;
	border-radius: 5px;
	padding: 4px 8px;
}

.tele-link-time p {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	opacity: 0.7;
}

.tele2 {
	padding: 63px 0 91px 0;
	background: #ECF0F5;
}

.otziv2-block {
	padding: 0 25px 35px 25px;
}

.otziv-link-new {
	padding: 20px 0 0 0;
}

.otziv-name-new {
	padding: 14px 0 0 0;
}

.spec-img-lg {
	display: none;
}

.spec-img-mb {
	display: none;
}



.modal-border3 {
	position: relative;
	margin: 50px auto 0 auto;
	max-width: 498px;
}

.modal-licenziya img {
	width: 100%;
}

.modal-border4 {
	position: relative;
	margin: 50px auto 0 auto;
	max-width: 700px;
}

.modal-foto img {
	width: 100%;
}



.vivod-page-vc {
	background: #fdfeff;
	padding-bottom: 40px;
}

.ceni2-page-vc {
	padding-top: 0;
}





.title-page {
	margin-top: 30px;
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: #0D1C2D;
}

#map22 {
	height: 450px;
}


.vivod-relative .vivod-banner__img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.spec-list4 {
	background: #F4F8FC url(../images/vrachi-bg.png) 0 0;
	padding-bottom: 100px;
}

.spec-listT {
	padding-bottom: 100px;
}

.spec-block-listed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.spec-block-listed .vrachi-border {
	width: 300px;
	height: 420px;
	margin: 0 12px 24px 12px;
}

.spec-block-listed .litsenzii-slayder-block {
	width: 300px;
	margin: 0 12px 24px 12px;
}

.spec-block-listed .otziv-wrap {
	margin-bottom: 30px;
	width: 100%;
}

.spec-block-listed .otziv-zagolok1 h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 14px;
}

.spec-block-listed .otziv-btn1 {
	display: flex;
	justify-content: end;
}

.spec-block-listed .otziv-text1 {
	height: 56px;
	margin-top: 12px;
	margin-bottom: 10px;
}

.spec-block-texter p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #0D1C2D;
	opacity: 0.7;
	margin: 14px 0 8px 0;
}

.map-contacts {
	padding: 30px 0 0 0;
}

.otziv {
	overflow: hidden;
}

.ceni,
.bgsection {
	overflow: hidden;
}

.silki-block-maps li a {
	color: #1F83FF;
	text-decoration: none;
}

.silki-block-maps .silki-lvl-1 {
	margin: 15px 10px 5px 15px;
}

.silki-block-maps .silki-lvl-2 {
	margin: 15px 10px 5px 30px;
}

.modal-supcity-list-filter a {
	display: block;
	text-align: center;
	margin: 7px 0 4px 0;
}

.zayavka2-licen-sm img {
	padding: 30px;
}

.accordion-search-filter .search-service {
	display: block;
	text-decoration: none;
	color: #0D1C2D;
	margin: 25px 0 6px 0;
	position: relative;
	padding-left: 20px;
}

.accordion-search-filter .search-service:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #1F83FF;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
header .hide {
	display: none;
}
.accordion-sohide.sohide {
	display: none;
}

.accordion2.accordion33 {
	padding-bottom: 15px;
}

.accordion2.accordion33 .item2>.text2 {
	font-weight: 500;
}

.accordion-search-input.accordion-search-shadow {
	width: 264px;
	box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
}

.modal-supcity-list {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 22px;
}

.modal-supcity-list a {
	color: #1F83FF;
	text-decoration: none;
	width: 50%;
	margin: 12px 0 6px 0;
}

.form8-main .result_wrapper {
	text-align: center;
}

.form8-main .result_wrapper .tpl-block-add-form {
	display: none;
}

.form8-main .result_wrapper.white8 {
	margin-bottom: 30px;
}

.form8-main .result_wrapper.white8 h2 {
	font-size: 18px;
	color: #FFF;
}

.form8-main .result_wrapper.white8 h3 {
	color: #FFF;
	font-size: 15px;
	margin: 0;
}

.form8-main .result_wrapper.white8 .decorate_line,
.form8-main .result_wrapper.white8 .title_decor {
	color: #FFF;
	margin-top: 18px;
	font-size: 20px;
}

.form8-main .result_wrapper.white8 p {
	color: #FFF;
	font-size: 14px;
}



#toTop {
	width: 60px;
	padding: 5px;
	position: fixed;
	bottom: 12px;
	left: 8px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
	z-index: 90;
}

#toTop img {
	width: 50px;
}

.modal-WhatsAppN,
section.goroda {
	display: none;
}

button.hide-btn {
	display: none;
}

.btn {
	font-family: 'Formular';
}

.on-duty-narcologist {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: left;
	color: #1F83FF;
}

.topinfo-text {
	display: flex;
	margin-right: 12px;
}

.topinfo-text img {
	margin-right: 8px;
}


.header-social {
	margin-right: 15px;
	display: flex;
}

.social__items {
	display: flex;
}

.social__item:not(:last-child) {
	margin-right: 15px;
}

.header-buttons__mob {
	display: none;
	z-index: 900;
	position: absolute;
}

.header-buttons__mob button:not(:last-child) {
	margin-right: 6px;
}

.header-button__mob {
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	padding: 12px 23px;
	color: #1F83FF;
	background: #C7EEFF;
	border-radius: 200px;
	font-family: 'Formular';
	display: block;
}

.header__licences-link {
	text-decoration: none;
	color: #99A1A8;
	display: flex;
	align-items: flex-start;
	max-width: 225px;
	transition: color 0.2s ease;
}

.topinfo__link-wrap {
	display: flex;
}

.header__badsee {
	display: flex;
	align-items: flex-start;
	max-width: 149px;
	font-size: 16px;
	text-align: left;
	font-family: Formular;
	transition: color 0.2s ease;
}

.header__badsee:hover {
	color: #10D7CB;
}

.header__licences-icon,
.topinfo-right__img,
.header__badsee-picture {
	margin-right: 8px;
}

.header__badsee-picture img {
	min-width: 20px;
	min-height: 13px;
	width: 100%;
	height: 100%;
}

.header__licences-link:hover,
.topinfo-addres a:hover {
	color: #585d61;
}




.modal-input3 textarea {
	width: 270px;
	border: none;
	max-width: 100%;
	min-width: 100%;
	font-weight: 400;
	min-height: 160px;
	font-size: 18px;
	line-height: 19px;
	color: #24353E;
	margin: 0 0 0 0;
	padding: 12px 0 0 51px;
	background: #ECF0F5 url(../images/mdi_text.png) 26px 10% no-repeat;
	border-radius: 10px;
	resize: none;
}

.modal-input3 textarea::placeholder {
	font-family: Formular;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
}

.modal-button--question button {
	width: 100%;
}

.modal-input3 {
	padding: 27px 0 0 0;

}


.modal-input3 textarea placeholder {
	font-size: 18px;
}


.header-buttons__mob-wrapper {
	display: flex;
	justify-content: center;
}

.article__preview {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;

}

.article__preview img {
	width: 100%;
	height: 199px;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

.article__date {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	padding: 6px 18px;
	color: #10D7CB;
	background-color: #E7FBFA;
	border-radius: 100px;
}

.article__title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #0D1C2D;

}

.article__descr {
	font-family: Formular;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #56606C;
}

.article-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;

}

.article__content {
	padding: 0px 34px;
	margin-bottom: 61px;
}

.article {
	flex-basis: calc(33.333% - 20px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	border-radius: 20px;
	position: relative;
}

.article__link-text {
	display: flex;
	border-radius: 5px;
	position: absolute;
	bottom: 0px;
	padding: 0px 34px 20px 34px;
}

.article__link-text span {
	padding: 11px 27px;
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	color: #1F83FF;
	background: #DDECFF;
	text-decoration: none;
	border-radius: 5px;
}


.article__title-info {
	font-family: Formular;
	font-size: 20px;
	font-size: clamp(12px, 2vw, 20px);
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #1F83FF;
}

.article-container {
	margin-bottom: clamp(26px, 2vw, 70px);
}

.article__title-page {
	margin-bottom: clamp(26px, 2vw, 64px);
	text-align: center;
}

.article__text-block blockquote {
	font -size: clamp(16px, 2vw, 18px);
}

.article__page-banner {
	background-image: url('/maket001/images/Vecto01.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1052px 781px;
	background-color: white;

}

.article__page-top {
	display: flex;
}

.article__page-autor {
	display: flex;
	position: relative;
}

.article__page-date {
	display: flex;
}

.article__page-date div {
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	color: #10D7CB;
	padding: 11.5px 18px;
	background: #E7FBFA;
	border-radius: 100px;
}

.article__page-date div:not(:last-child) {
	margin-right: 10px;
}

.article__page-info {
	padding-right: 20px;
}

.article__page-title {
	margin-bottom: 20px;
}

.article__page-date {
	margin-bottom: 60px;
}

.article__page-autor-img {
	margin-right: 20px;
	overflow: hidden;
	height: 128px;
	width: 128px;
	border-radius: 50%;
}

.article__page-autor-img img {
	width: 128px;
}


.article__text-block,
.article__zayavka {
	margin-bottom: 80px;
}

.article__page-autor-title h2 {
	margin-bottom: 20px;
	font-size: clamp(16px, 2vw, 24px);
	line-height: clamp(20px, 2vw, 25px);
}

.article__page-autor-title p {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: clamp(16px, 2vw, 24px);
	line-height: clamp(20px, 2vw, 25px);
}

.article__page-autor-fast,
.article__page-autor-views {
	display: flex;
}

.article__page-autor-fast {
	margin-bottom: 10px;
}

.article__page-autor-link {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	padding: 11px 26.5px;
	color: #1F83FF;
	background: #DDECFF;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;

}

.article__page-autor-link a {
	color: #1F83FF;
	text-decoration: none;
	margin-right: 34px;
}

.article__page-autor-fast,
.article__page-autor-views {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.article__page-autor-fast span,
.article__page-autor-views span {
	color: #8EA1AE;
}

.article .article__link {
	text-decoration: none;
}

.article__page-autor-views {
	margin-bottom: 20px;
}

.article__page-autor {
	padding: 20px;
}

.article__page-contents {
	background: #F4F8FC;
	border-radius: 20px;
}

.article__page-table-contents {
	padding: 20px;
	margin: 20px;
	background: #E3F7FF;
	border-radius: 20px;
}

.article__page-table-contents p:not(:last-child) {
	margin-bottom: 15px;
}

.article__page-table-contents p {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #8EA1AE;
}

.article__page-list-title-num,
#article__page-list-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #10D7CB;
	list-style-type: none;
}

#article__page-list-title {
	color: #0D1C2D;
	padding-left: 0px;
}

.article__page-info {
	width: 660px;
}

.article__page-img img {
	border-radius: 20px;
	width: 100%;
}

.article__text-block p:not(:last-child),
.article__text-block h2:not(:last-child),
.article__text-block h3:not(:last-child),
.article__text-block h4:not(:last-child),
.article__text-block div:not(:last-child),
.article__text-block ul:not(:last-child),
.article__text-block ol:not(:last-child) {
	margin-bottom: clamp(15px, 2vw, 25px);
}

.article__text-block p {
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	line-height: clamp(20px, 2vw, 25px);
	letter-spacing: 0em;
	text-align: left;
}

#article__page-list-title li:not(:last-child) {
	margin-bottom: 10px;
}


.article__text-block ul li {
	padding: 10px 0 0 30px;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #616871;
	position: relative;
}

.article__text-block ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #1F83FF;
	border-radius: 50%;
	left: 0;
	top: 18px;
}

.article__text-block ol {
	counter-reset: myCounter;
	padding: 0 0 0 30px;
}

.article__text-block ol li::before {
	counter-increment: myCounter;
	content: counter(myCounter);
	background: #10D7CB;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	width: 31px;
	height: 30px;
	position: absolute;
	left: -30px;
}


.article__text-block ol li {
	width: 97%;
	padding: 0 0 10px 17px;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #616871;
	position: relative;
	list-style: none;
}

.article__page-autor-text {
	color: #1F83FF;
	font -size: clamp(12px, 2vw, 14px);
	font-family: Formular;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;

}

.article__text-block h2 {
	font-size: clamp(22px, 2vw, 36px);
	line-height: clamp(26px, 2vw, 40px);
	font-weight: 700;
	letter-spacing: 0em;
	text-align: left;
}



.article__page-estimation {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #0D1C2D;
	padding-top: 40px;
	border-top: 1px solid #E3E7EE;
	margin-bottom: clamp(40px, 2vw, 80px);
}

.article__page-estimation p:first-child {
	color: #8EA1AE;
}

.article__page-estimation p {
	margin-right: 20px;
}

.article__page-estimationi-img {
	display: flex;
	margin-right: 80px;
}

.article__page-estimationi-img :not(:last-child) {
	margin-right: 5px;
}

.article__page-estimation img {
	height: 20px;
}


.article__page-information {
	padding: 40px;
	border-radius: 40px;
	background: #F4F8FC;
	margin-bottom: clamp(40px, 2vw, 80px);
}

.article__page-information-title {
	font-weight: 500;
	letter-spacing: 0em;
	text-align: left;
	color: #0D1C2D;
	margin-bottom: 15px;
	font-size: clamp(16px, 2vw, 22px);
	line-height: clamp(22px, 2vw, 30px);
}

.article__page-information-list {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #0D1C2D;

}
.article__page-information-list li {
	margin-bottom: 10px;

}

.article__page-information-list ol {
	counter-reset: item;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.article__page-information-list ol li:before {
	display: inline-block;
	content: counter(item) ".";
	counter-increment: item;
	color:#10D7CB;
	margin-right:5px;
	background-color: transparent;
}
.vidi .article__page-information-list li:before {
	left: -15px;
}
.article__slide {
	max-width: 1508px;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	width: 300px;
}

.swiper-slide .article {
	flex-basis: auto;
}

.article__slide .swiper-button-next,
.article__slide .swiper-button-prev {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	opacity: 0.15px;
	color: #1F83FF;
	background: #d4e6fc;
	border-radius: 50%;


}

.article__slide .swiper-button-next:after,
.article__slide .swiper-button-prev:after {
	font-size: 15px;
	font-weight: bolder;
}

.swiper .article {
	height: 525px;
}

.swiper .article__descr {
	height: 160px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper {
	margin-bottom: 30px;
}

.article__slide {
	position: relative;
}


.swiper-pagination {
	display: none;
}

.article__slide-container {
	background: #F4F8FC;
	padding: 90px 0px;
	position: sticky;

}

.article__slide .article {
	background: white;
}

.article__slide-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 12px;
	color: #1F83FF;
}

.article__slide-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 64px;
	color: #0D1C2D;

}

.article__zayavka {
	margin-bottom: 64px;
}


.article__text-block a {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	color: #1F83FF;
	text-decoration: none;
}

.article__text-block img {
	float: right;
	margin: 0 0 5px 5px;
}

.estimates__rating {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.estimates__rating-item {
	margin-right: 15px;
}

.rating__body {
	position: relative;
	width: fit-content;
	margin-bottom: 5px;
}

.rating__active {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.rating__items {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rating__stars {
	display: flex;
}

.rating__set .rating__item {
	cursor: pointer;
}

.rating__item {
	flex: 0 0 20%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
}


.article__slide {
	max-width: 1508px;
	margin: 0 auto;
}

.swiper__inner {
	position: relative;
	padding: 0 30px;
}

.swiper__price,
.swiper__room,
.swiper__price,
.swiper__reviews {
	overflow: visible !important;
}

.swiper-button__wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	justify-content: space-between;
	display: flex;
	width: 100%;
}

.swiper-button__wrap .swiper-button-next,
.swiper-button__wrap .swiper-button-prev {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	color: #1F83FF;
	background: #d4e6fc;
	border-radius: 50%;
	opacity: 0.6;
}

.swiper-button__wrap .swiper-button-next:hover,
.swiper-button__wrap .swiper-button-prev:hover {
	opacity: 1;
}

.swiper-button__wrap .swiper-button-next:after,
.swiper-button__wrap .swiper-button-prev:after {
	font-size: 15px;
	font-weight: bolder;
}

.navigation__list {
	background-color: #fff;
	border: 2px solid rgba(31, 131, 255, 0.5);
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(36, 53, 62, 0.06);
	padding: 40px;
	margin-bottom: 80px;
	column-count: 2;
}

.navigation__list ol {
	list-style: decimal;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 10px;
	padding-left: 20px;
}

.navigation__list ol li::marker {
	color: #1F83FF;
}

.navigation__title {
	font-size: 36px;
	font-weight: 700;
	color: #000000;
}

.navigation__list-link {
	text-decoration: none;
	color: #0D1C2D;
	transition: color 0.2s ease;
}

.navigation__list-link:hover {
	color: #1F83FF;
}

.header-button-answer {
	background: #C7EEFF;
	border-radius: 200px;
	color: #1F83FF;
	font-size: 12px;
	font-weight: 700;
	padding: 17px 20px;
	text-transform: uppercase;
	transition: background 0.3s linear, color 0.3s linear;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	white-space: nowrap;
}

.header-button-answer:hover {
	background: #b5ecf9;
	color: #10D7CB;
	cursor: pointer;
}

.header__btn-wrap {
	display: flex;
	gap: 12px;
}

.reviewer__picture {}

.reviewer__img {
	min-width: 118px;
	min-height: 118px;
	max-width: 118px;
	max-height: 118px;
	object-fit: cover;
	border-radius: 50%;
}

.reviewer {
	display: flex;
	gap: 20px;
	border-radius: 20px;
	padding: 20px;
	background-color: #F4F8FC;
	max-width: fit-content;
	cursor: pointer;
	border: 1px solid transparent;
	align-items: center;
	transition: border 0.2s linear;
}

.reviewer:hover {
	border-color: rgba(31, 131, 255, 0.5);
}

.reviewer__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 100%;
	gap: 5px;
}

.reviewer__name {
	color: #1F83FF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.reviewer__name span {
	color: #0D1C2D;
	font-size: 20px;
	text-transform: none;
}

.reviewer__spec,
.reviewer__stage {
	font-size: 16px;
	font-weight: 500px;
	color: #8EA1AE;
}

.reviewer__spec span,
.reviewer__stage span {
	color: #0D1C2D;
}

/* price_table */
.mobile-phone {
	top: 12px !important;
}
@media(max-width: 360px){
	.mobile-phone a {
		font-size: 12px;
	}
}
.price__table,
.price__table2 {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border-radius: 20px;
	margin-top: 55px;
}

.price__table thead,
.price__table2 thead {
	background-color: #1F83FF;
	color: #ffffff;
	border-radius: 20px 20px 0 0;
	width: 100%;
	display: flex;
	text-align: left;
}

.price__table tbody,
.price__table2 tbody {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #0D1C2D;
}

.price__table tbody tr,
.price__table2 tbody tr {
	width: 100%;
	display: flex;
}

.price__table tbody tr td,
.price__table2 tbody tr td {
	padding: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #C7EEFF;
}

.price__table thead tr,
.price__table2 thead tr {
	width: 100%;
	display: flex;
}

.price__table thead tr th,
.price__table2 thead tr th {
	padding: 20px 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;

}

.price__table-button {
	background: #1f84ff24;
	color: #1F83FF;
	border-radius: 5px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	transition: color 0.3s linear, background 0.3s linear;
	width: 100%;
}

.price__table-button:hover {
	background: #1F83FF;
	color: #ffffff;
}

.price__table thead tr th:nth-child(1) {
	width: 20%;
}

.price__table thead tr th:nth-child(2) {
	width: 25%;
}

.price__table thead tr th:nth-child(3) {
	width: 20%;
}

.price__table thead tr th:nth-child(4) {
	width: 11%;
}

.price__table thead tr th:nth-child(5) {
	width: 13%;
}

.price__table thead tr th:nth-child(6) {
	width: 11%;
}

.price__table tbody tr td:nth-child(1) {
	width: 20%;
}

.price__table tbody tr td:nth-child(2) {
	width: 25%;
}

.price__table tbody tr td:nth-child(3) {
	width: 20%;
}

.price__table tbody tr td:nth-child(4) {
	width: 11%;
}

.price__table tbody tr td:nth-child(5) {
	width: 13%;
}

.price__table tbody tr td:nth-child(6) {
	width: 11%;
}


.price__table2 thead tr th:nth-child(1) {
	width: 50%;
}

.price__table2 thead tr th:nth-child(2) {
	width: 25%;
}

.price__table2 thead tr th:nth-child(3) {
	width: 25%;
}

.price__table2 tbody tr td:nth-child(1) {
	width: 50%;
}

.price__table2 tbody tr td:nth-child(2) {
	width: 25%;
}

.price__table2 tbody tr td:nth-child(3) {
	width: 25%;
}

.hide-item__content {
	display: none;
}

@media (max-width: 1100px) {

	.price__table tbody tr td,
	.price__table2 tbody tr td,
	.price__table thead tr th,
	.price__table2 thead tr th {
			padding: 8px;
	}

	.price__table,
	.price__table2,
	.price__table-button {
			font-size: 14px;
	}

}

@media (max-width: 900px) {

	.price__table thead,
	.price__table2 thead {
			display: none;
	}

	.price__table tbody tr,
	.price__table2 tbody tr {
			flex-wrap: wrap;
			justify-content: space-between;
	}

	.price__table tbody tr td:first-child,
	.price__table2 tbody tr td:first-child {
			width: 100%;
	}

	.price__table tbody tr td:nth-child(5),
	.price__table2 tbody tr td:nth-child(2) {
			width: 50%;
	}

	.price__table tbody tr td:nth-child(6),
	.price__table2 tbody tr td:nth-child(3) {
			width: 50%;
	}

	.price__table tbody tr td,
	.price__table2 tbody tr td {
			border: none;
	}

	.price__table tbody tr td:nth-child(2),
	.price__table2 tbody tr td:nth-child(2) {
			color: #1F83FF;
			font-weight: bold;
	}

	.price__table tbody tr,
	.price__table2 tbody tr {
			background-color: #f8f8f8;
			border-radius: 10px;
			margin-bottom: 15px;
			padding: 20px 15px;
			align-items: center;
	}

	.price__table tbody tr td:first-child,
	.price__table2 tbody tr td:first-child {
			font-weight: bold;
	}

	.price__table-button {
			min-width: fit-content;
	}

	.hide-item__content {
			display: block;
			overflow: hidden;
			max-height: 0;
			-webkit-transition: max-height 0.3s ease;
			-o-transition: max-height 0.3s ease;
			transition: max-height 0.3s ease;
			pointer-events: none;
	}

	.hide-item__content.active {
			pointer-events: all;
	}


	.price__content {
			display: flex;
			flex-direction: column;
			gap: 10px;
			padding-top: 10px;
	}

	.price__content p {
			color: #0d1c2dbe;
			font-size: 14px;
			font-weight: 400;
			line-height: 18px;
	}

	.price__content p span {
			color: #0D1C2D;
	}

	.hide-item__title {
			position: relative;
			cursor: pointer;
	}
	
	.micro-product__price {
	color: #1F83FF;
	font-weight: bold;
	}


	.hide-item__title::before {
			position: absolute;
			display: block;
			content: '';
			width: 30px;
			height: 30px;
			border-radius: 6px;
			background: #1f84ff24;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
	}

	.hide-item__title::after {
			position: absolute;
			display: block;
			content: '';
			width: 12px;
			height: 7px;
			right: 9px;
			top: 6px;
			background: url(../images/arrow.svg);
			background-repeat: no-repeat;
			transition: transform .3s linear, -webkit-transform .3s linear;

	}

	.active  .hide-item__title::after{
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);

	}

	.price__table tbody tr td:nth-child(2),
	.price__table tbody tr td:nth-child(3),
	.price__table tbody tr td:nth-child(4) {
			max-height: 0;
			overflow: hidden;
			padding: 0;
			transition: 0.3s;
	}

	.price__table tbody tr.price-page__element td:nth-child(2),
	.price__table tbody tr.price-page__element td:nth-child(3),
	.price__table tbody tr.price-page__element td:nth-child(4){
		max-height: 300px;
		padding: 8px;
	}

	.price__table tbody tr.active td:nth-child(2),
	.price__table tbody tr.active td:nth-child(3),
	.price__table tbody tr.active td:nth-child(4) {
		max-height: 300px;
		padding: 8px;
		transition: 0.3s;
	}

	.price__table tbody tr td:nth-child(4), .price__table tbody tr td:nth-child(3), .price__table tbody tr td:nth-child(2){
		font-weight: 400;
		font-size: 14px;
		color: rgba(13, 28, 45, 0.65);
		width: 100%;
	}

	.price__table tbody tr td:first-child{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.price__table tbody tr td:first-child::after{
		content: "";
		flex-grow: 0;
		flex-shrink: 0;
		display: block;
		width: 30px;
		height: 30px;
		margin-left: 40px;
		background-image: url("/maket001/images/icons/price-button.svg");
		transform: rotate(180deg);
		transition: 0.3s;
	}

	.price__table tbody tr.active td:first-child::after{
		transform: none;
		transition: 0.3s;
	}

	.price__table tbody tr td:nth-child(2)::before{
		content: "Описание:";
		display: block;
		width: 100%;
		color: rgba(13, 28, 45, 1);
	}

	.price__table tbody tr td:nth-child(3)::before{
		content: "Для кого подходит:";
		display: block;
		width: 100%;
		color: rgba(13, 28, 45, 1);
	}

	.price__table tbody tr td:nth-child(4)::before{
		content: "Срок: ";
		color: rgba(13, 28, 45, 1);
	}

	.price__table tbody tr.price-page__element td:first-child::after, .price__table tbody tr.price-page__element td::before{
		content: none;
	}
}

.doctors__block {
display: flex;
justify-content: space-between;
gap: 15px;
}
.reviewer {
max-width: 100%;
width: 100%;
}

@media (max-width: 900px) {
.doctors__block {
	flex-direction: column;
}
}

.service-doc__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 50px;
}

.service-doc__item {
	padding: 23px 25px;
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid #1F83FF;
	border-radius: 10px;
	color: #0D1C2D;
	text-decoration: none;
}

.service-doc__item:hover {
	background-color: #1F83FF;  
	color: #FFF; 
}
.service-doc__item:hover path {
	stroke: #FFF;
}

.stati-doc, .service-doc {
	padding: 94px 0 90px 0;
	background: #F4F8FC;
}

.licenzii-vrach {
	padding: 94px 0 90px 0;
}

.stati-doc__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 50px;
}

.stati-doc__item {
	background: #1F83FF14;
	color: #0D1C2D;
	padding: 18px 30px;
	border-radius: 10px;
	text-decoration: none;
}
.stati-doc__item:hover {
	background: #1F83FF;
	color: #FFFFFF;
}

@media (max-width: 900px) {
	.service-doc__list, .stati-doc__list {
			grid-template-columns: 1fr;
	}
	.service-doc__item {
			padding: 15px;
	}
}
@media(max-width: 767px){
    .vivod-banner__picture {
        display: none;
    }
    .article__page-img {
        display: none;
    }
}
@media (max-width: 640px) {
	.stati-doc, .service-doc, .licenzii-vrach {
			padding: 40px 0 50px 0;
	}
}

.licenzii-vrach__tabs {
	display: flex;
	margin-bottom: 20px;
}
.licenzii__tabs-item {
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	cursor: pointer;
	transition: background-color 0.3s;
}
.licenzii__tabs-item.active {
	background-color: #e3e3e3;
	border-bottom: none;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.swiper-container {
	width: 100%;
	height: 300px;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.otziv .vivod-button {
	display: flex;
	justify-content: center;
}

.doctor-page__diplomas_swiper {
	margin-bottom: 20px;
	height: auto;
	width: calc(100% - 120px);
	padding: 10px 0 !important;
}

.doctor-page__diplomas_pos {
	position: relative;
}
@media(max-width:1300px) {
	.container.doctor-page__diplomas-container {
			overflow: hidden;
			max-width: 100%;
	}
}
@media(max-width:550px) {
	.doctor-page__diplomas_swiper {
			width: 100%;
			max-width: 100%;
	}
}

.doctor-page__diplomas_swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 10px 30px 0px #24353E0F;
	width: 375px;
	height: 400px;
}

.doctor-page__diplomas_swiper-slide a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
}

.doctor-page__diplomas_swiper-slide a p {
	padding: 20px;
	width: 100%;
	color: #0D1C2DCC;
	transition: .8s;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: center;
	text-decoration: none;
}

.doctor-page__diplomas_swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px
}

.doctor-page__diplomas_swiper-pagination {
	justify-content: center
}

.doctor-page__diplomas_picture {
	display: block;
	border-radius: 10px;
	overflow: hidden
}
.doctor-page__tab_btns {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: center;
	margin: 30px 0;
}

.doctor-page__tab_btn {
	border-radius: 5px;
	padding: 8px 16px;
	background: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	transition: .3s;
	border: 1px solid #1F83FF4D;
}

.doctor-page__tab_btn:hover {
	color: #1F83FF;
	border: 1px solid #1F83FF;
}

.doctor-page__tab_btn.active {
	background: #1F83FF;
	color: #FFFFFF;
	border: 1px solid #1F83FF;
}


.diplomas__swiper-button-prev {
	left: -85px;
	background: url(../images/slayder-arrow.svg) 50% 50% no-repeat;
	width: 56px;
	height: 56px;
	transition: 0.3s;
	display: block;
	border-radius: 50%;
	top: 40%;
	z-index: 1;
	transform: rotate(180deg);
	font-size: 0;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	color: transparent;
}

.diplomas__swiper-button-prev:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	background: #1F83FF;
	opacity: 0.15;
	border-radius: 50%;
	width: 56px;
	height: 56px;
}

.diplomas__swiper-button-next {
	right: -85px;
	background: url(../images/slayder-arrow.svg) 50% 50% no-repeat;
	width: 56px;
	height: 56px;
	transition: 0.3s;
	border-radius: 50%;
	display: block;
	top: 50%;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	position: absolute;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}
.diplomas__swiper-button-next:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	background: #1F83FF;
	opacity: 0.15;
	border-radius: 50%;
	width: 56px;
	height: 56px;
}

@media(max-width: 1300px) {
	.diplomas__swiper-button-prev {
			left: 0;
	}
	.diplomas__swiper-button-next {
			right: 0;
	}
}

@media screen and (max-width: 640px) {
	.diplomas__swiper-button-prev {
			position: static;
			width: 51px;
			height: 51px;
			transform: rotate(180deg);
	}

	.diplomas__swiper-button-prev:before {
			width: 51px;
			display: block;
			height: 51px;
		
			position: static;
	}
	.diplomas__swiper-button-next {
			position: static;
			width: 51px;
			height: 51px;
		transform: none;
	}
	.diplomas__swiper-button-next:before {
			width: 51px;
			position: static;
			display: block;
			height: 51px;
	}

	.doctor-page__tab_btn {
			width: 100%;
	}
	.diplomas__swiper-button {
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
}

.article__banner{
	position: relative;
	padding: 28px 32px;
	border-radius: 20px;
	background-color: rgba(231, 246, 254, 1);
	margin: 30px 0;
	overflow: hidden;
}

.article__banner::after{
	content: "";
	display: block;
	width: 448px;
	height: 302px;
	background-image: url('/maket001/images/pyatno.svg');
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	right: -50px;
}

.banner-title{
	font-weight: 700;
	font-size: 24px;
	color: rgba(13, 28, 45, 1);
	margin-bottom: 12px;
}

.bunner-subtitle{
	font-weight: 400;
	font-size: 18px;
	color: rgba(13, 28, 45, 0.7);
	margin-bottom: 35px;
}

.bunner-row{
	display: flex;
	padding-top: 16px;
	border-top: 1px solid rgba(13, 28, 45, 0.2);
}

.bunner-des{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-right: 22px; 
}

.bunner-button{
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(64, 129, 247, 0.1);
	position:relative;
	z-index: 2;
}

.bunner-button:last-child{
	margin-left: 12px;
}

.article__banner a{
	text-decoration: none;
	font-weight: 700;
	color: #000;
}


.header-li2 .header-absolute::before {
  content: none;
  box-shadow: none;
  background-color: transparent;
  display: none;
}

.container-overflow-hidden
{
	overflow-x: hidden;
}

.cons__wrap {
    margin: 55px 0 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.cons__link {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background: #1f83ff14;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: border-color .2s linear;
}
.cons__link:hover {
    border-color: #1F83FF;
}
.cons__name {
    width: 100%;
    color: #0D1C2D;
    border-right: 1px solid #1f83ff33;
    transition: color .2s linear;
}
.cons__link:hover .cons__name {
    color: #1F83FF;
}
.cons__price {
    color: #1F83FF;
    font-weight: 500;
    text-wrap: nowrap;
    min-width: 150px;
    width: 150px;
    text-align: center;
}
.cons__arrow {
    position: relative;
    width: 28px;
    height: 28px;
    background: #1F83FF;
    border-radius: 50%;
    flex-shrink: 0;
}
.cons__arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    rotate: 45deg;
}
.cons__arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 10px;
    rotate: -45deg;
}
@media screen and (max-width: 800px) {
    .cons__link {
        width: 100%;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .cons__link {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .cons__name {
        border-right: none;
        border-bottom: 1px solid #1f83ff33;
        padding-bottom: 10px;
    }
    .cons__price {
        min-width: fit-content;
        width: fit-content;
    }
}

.map-prev {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(4px);
    position: relative;
    z-index: -1;
}

#main_map__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

.map-map {
    position: relative;
}

.geography-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
        margin: 50px 0;
}
.geography-list li{
    margin-bottom: 7px;
}
.geography-list li a{
    color: rgb(33, 66, 99);
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    font-weight: 600;
}
.geography-list li a:hover {
        color: #69c6e7;
    }
@media (max-width: 1024px) {
    .geography-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 624px) {
    .geography-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* так надо, не удалять */
li[data-tab="tab-content-9"], div[id="tab-content-9"] { 
    display: none;
}

.navigation__list-item.disable{
display:none;
}
#article__page-list-title li.hidden{
display:none;
}
.container-overflow-hidden {
    overflow-x: clip;
}

.swiper .article--services {
    height: auto;
}

/*адаптивные таблицы 19 05 26*/
.big-table table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.big-table {
    overflow: auto;
    position: relative;
}