:root {
	--akcent: #ee336b;
	--fon: #395b84;
	--dop-elementy: #2d4984;
	--tekst: #000b22;
}




.main-slider {
	position: relative;
}
.main-slider--inside .main-slider-js .item {
	min-height: 750px;
	box-sizing: border-box;
	padding-top: 200px;
}
.main-slider--inside .main-slider-js .item_min {
	min-height: 260px;
	box-sizing: border-box;
	padding-top: 100px;
}
.main-slider-js .item {
	min-height: 400px;
	padding: 250px 0 60px;
    gap: 60px;
}
.main-slider-js .item h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	color: var(--tekst);
    margin-bottom: 12px;
}
.main-slider-js .item h1 span {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: var(--dop-elementy);
	margin-bottom: 16px;
}
.main-slider-js .request-form {
	width: 100%;
    max-width: 660px;
}
.main-slider h1+p {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: var(--tekst);
	max-width: 704px;
}
.main-slider h1+p a {
	color: var(--tekst);
}
.main-slider--inside h1+p {
    font-weight: 600;
    color: var(--dop-elementy);
}
.button,button {
	transition: 0.3s;
}
.button:hover,button:hover {
	opacity: 0.7;
}
h2.title-big, h1.title-big {
	font-size: 42px;
	line-height: 45px;
}
h2.title-lit {
	font-size: 34px;
	line-height: 37px;
}
h2.title span, h1.title {
	position: relative;
	display: block;
	max-width: 1310px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	/* color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c ,  #a60169); */
    color: #354f87;
}
.inner.content h1 {
	padding:30px;
	text-align: center
}
h2.title span:before, h1.title span:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 8px;
	margin-top: -4px;
	width: 406px;
	background-color: rgba(166, 1, 105,0.302);
    background: rgba(45, 73, 132, 0.2);
	right: 100%;
	margin-right: 57px;
}
.undertitle {
	max-width: 1310px;
	margin: 15px auto 35px;
	font-size: 28px;
	line-height: 31px;
	color: #494949;
}
.benefist-services {
	background-image: url(../img/services-benefist-bg.jpg);
	position: relative;
	padding: 244px 0 86px;
}
body.compensate-for-scrollbar {
	overflow: visible;
}
.benefists .benefists__slider {
	display: flex;
	justify-content: space-around;
}
.benefists .benefists__slider .item .icon {
	background-color: rgb(220, 241, 249);
	width: 175px;
	height: 175px;
	margin: 0 auto 61px;
	transition: 0.3s;
}
.benefists .benefists__slider .item .icon span {
	font-size: 54px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#0070bf ,  #2cb9f5);
	transition: 0.3s;
}
.benefists .benefists__slider .item p {
	font-size: 27px;
	line-height: 44px;
	color: #000;
	font-weight: 600;
}
.benefists .benefists__slider .item:hover .icon {
	background-image: -moz-linear-gradient( 0deg, rgb(166,1,105) 0%, rgb(188,31,76) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(166,1,105) 0%, rgb(188,31,76) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(166,1,105) 0%, rgb(188,31,76) 100%);
}
.benefists .benefists__slider .item:hover .icon span {
	color: #fff;
}
.services {
	margin-top: 85px;
}
.services .row {
	margin-right: -75px;
	flex-wrap: wrap;
}
.services .row .item-container {
	width: 33.3%;
    min-height: 100%;
	box-sizing: border-box;
	padding-right: 75px;
	margin-bottom: 40px;
}
.services .row .item-container .item {
	border-radius: 8px;
	position: relative;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	box-sizing: border-box;
	padding: 29px 26px 22px;
	background: var(--akcent);
    height: 100%;
}
.services .row .item-container .item:before {
	content: '';
	position: absolute;
	top: -1px;
	height: calc(100% + 1px);
	width: calc(100% + 2px);
	left: -1px;
	background-color: #fff;
	border-radius: 6px;
	transition: 0.3s;
}
.services .row .item-container .item:hover:before {
	width: 0;
}
.services .row .item-container .item .image_block img {
	max-height: 235px;
	max-width: 100%;
    width: 100%;
    height: 100%;
	border-radius: 8px;
    object-fit: cover;
}
.services .row .item-container .item .image_block {
	margin-bottom: 20px;
	position: relative;
}
.services .row .item-container .item .item-title {
	position: relative;
	justify-content: space-between;
	font-size: 22px;
	line-height: 25px;
	color: #000000;
	font-weight: 600;
	transition: 0.3s;
}
.services .row .item-container .item .item-title:after {
	content: '';
	height: 6px;
	width: 6px;
}
.services .row .item-container .item:hover .item-title {
	color: #fff;
}
.you_get {
	background-image: url(../img/you_get-bg.jpg);
	padding: 85px 0 547px;
	position: relative;
}
.you_get .row {
	flex-wrap: wrap;
	margin-right: -60px;
}
.you_get .row .item-container {
	width: 50%;
	box-sizing: border-box;
	padding-right: 48px;
	margin-bottom: 24px;
}
.you_get .row .item-container .item {
	align-items: flex-start;
	box-shadow: 0 6px 60px 0 rgba(203, 203, 203, 0.4);
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	background-image: url(../img/you-get-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 20px;
	min-height: 177px;
    height: 100%;
}
.you_get .row .item-container .item .icon {
	background-color: #dcf0f8;
	transition: 0.3s;
	position: relative;
    width: 84px;
    height: 84px;
	margin-right: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    background: var(--akcent);
}
.you_get .row .item-container .item .icon span {
	font-size: 55px;
	color: #fff;
	transition: 0.3s;
}
.you_get .row .item-container .item .right_side {
	color: #494949;
}
.you_get .row .item-container .item .right_side .item-title {
    font-size: 19px;
    line-height: 141%;
	font-weight: 600;
	transition: 0.3s;
	margin-bottom: 15px;
}
.you_get .row .item-container .item .right_side p {
    font-size: 17px;
    line-height: 142%;
	transition: 0.3s;
}
/* .you_get .row .item-container .item:hover .right_side {
	color: #fff;
} */
.text-block-sertificates {
	background-image: url(../img/text-block-sertificates-bg.jpg);
	padding: 410px 0 90px;
	position: relative;
}
.text-block-sertificates .consult {
	position: absolute;
	left: 0;
	width: 100%;
	top: -415px;
}
.text-block .row {
	align-items: center;
	margin-top: 50px;
}
.text-block .row .image-block {
	box-sizing: border-box;
	position: relative;
	flex-shrink: 0;
}
.text-block .row .image-block-left {
	padding-left: 60px;
	margin-right: 70px;
	margin-bottom: 55px;
	float: left;
}
.text-block .row .image-block-left:before {
	content: '';
	position: absolute;
	left: 0;
	top: 55px;
	background-image: url(../img/text-block-image-left.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: calc(100% - 60px);
	border-radius: 8px;
}
.text-block .row .image-block-right {
	padding-right: 60px;
	margin-left: 70px;
	margin-bottom: 55px;
	float: right;
}
.text-block .row .image-block-right:before {
	content: '';
	position: absolute;
	right: 0;
	top: 55px;
	background-image: url(../img/text-block-image-right.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: calc(100% - 60px);
	border-radius: 8px;
}
.text-block .row .image-block img {
	border-radius: 8px;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	max-width: 100%;
	position: relative;
	z-index: 10;
}
.text-block .row .content p {
	font-size: 18px;
	line-height: 140%;
	color: #494949;
	margin-bottom: 15px;
}
.text-block .row .content h2, .text-block .row .content h3 {
	margin-bottom: 20px;
}
.text-block-doctors {
	background-image: url(../img/text-block-doctors-bg.jpg);
	padding: 45px 0 100px;
}
.text-block-reviews {
	background-image: url(../img/.text-block-reviews-bg.jpg);
	/*padding-bottom: 325px;
	padding-top: 540px;
	*/position: relative;
}
.reviews {
	margin-top: 175px;
	padding-bottom: 50px;
}
.reviews .reviews-slider {
	margin-top: 40px;
	box-sizing: border-box;
	padding: 0 10px;
}
.reviews .reviews-slider .slide {
	box-sizing: border-box;
	padding: 0 12px;
}
.reviews-wrapper {
	width:30%;
	padding:10px 1%
}
.doc-wrapper {
	width: 23%;
	padding:0 1%;
	margin: 15px 0;
}
.doc-item {
	width: 100%;
}
.stati_a {
	color:black;
	width: 100%;
	margin:auto;
	border-radius:8px;
	transition: .2s linear;
}
.stati_a:hover {
	box-shadow: 0 0 15px #466bc4;
}
.stati-wrapper {
	width:31%;
	padding:10px 1%;
}
.stati-item img {
	width:100%;
	max-height:230px;
}
.stati-item {
	box-sizing: border-box;
	padding: 45px 35px 31px 45px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	height:370px;
}
.stati-item p {
	font-weight: 600;
}
.stati_date {
	display:block;
	text-align:right;
}
.reviews .reviews-slider .slide .item, .reviews-item {
	box-sizing: border-box;
	padding: 45px 35px 31px 45px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
}
.reviews .reviews-slider .slide .item p, .reviews-item p {
	font-size: 22px;
	line-height: 28px;
	color: #494949;
	margin-bottom: 60px;
}
.reviews .reviews-slider .slide .item .who, .reviews-item .who {
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: 600;
}
.reviews .reviews-slider .slide .item .city, .reviews-item .city {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
.slick-arrow {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	width: 60px;
	height: 70px;
	margin-top: -35px;
	font-size: 0;
	z-index: 20;
}
.slick-next {
	right: -60px;
}
.slick-prev {
	left: -60px;
}
.slick-arrow:before {
	content: "\e904";
	font-family: 'icomoon';
	font-size: 24px;
	color: #000;
}
.slick-arrow.slick-prev:before {
	transform: rotate(180deg);
}
.doctors {
	/*position: absolute;
	top: -450px;
	margin-bottom: 110px;
	*/padding: 60px 0;
	width: 100%;
	left: 0;
}
.doctors .doctors__slider .slide {
	padding: 0 110px;
}
.doctors .doctors__slider .slide .item .image_block, .doc-item .image_block {
	height: 340px;
	border-radius: 8px;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	margin-bottom: 33px;
}
.doctors .doctors__slider .slide .item .image_block span, .doc-item .image_block span {
	border-radius: 8px;
}
.doctors .doctors__slider .slide .item .name, .doc-item .name {
	color: #000;
	font-weight: 600;
}
.doctors .doctors__slider .slide .item .experience, .doc-item .experience {
	color: #000;
	margin-bottom: 10px;
}
.doctors .doctors__slider .slide .item .button, .doc-item .button {
	border-radius: 8px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 12px 18px;
}
.doctors .doctors__slider .slide .item .button+.button, .doc-item .button+.button {
	margin-top: 11px;
}
.doctors .doctors__slider .slide .item .button--white, .doc-item .button--white {
	border: 2px solid var(--akcent);
	color: var(--akcent);
	background: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.doctors .doctors__slider .slide .item .button--blue, .doc-item .button--blue {
	background: var(--akcent);
	color: #fff;
}
.sertificates {
	margin-top: 170px;
}
.sertificates .sertificates__slider .slide {
	box-sizing: border-box;
	padding: 0 60px 0 75px;
	text-align: center;
}
.sertificates .sertificates__slider .slide .item {
	position: relative;
	display: inline-block;
}
.sertificates .sertificates__slider .slide .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(220, 241, 249,0);
	transition: 0.3s;
	border-radius: 8px;
}
.sertificates .sertificates__slider .slide .item:hover:before {
	background-color: rgba(220, 241, 249,0.871);
}
.sertificates .sertificates__slider .slide .item img {
	max-width: 100%;
	max-height: 296px;
	border-radius: 8px;
	transition: 0.3s;
	box-shadow: none;
}
.sertificates .sertificates__slider .slide .item:after {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.3s;
	content: "\e915";
	font-family: 'icomoon';
	font-size: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#3fb0fc ,  #5672f0);
}
.sertificates .sertificates__slider .slide .item:hover:after {
	opacity: 1;
}
.footer {
	color: #fff;
}
.footer {
	padding: 160px 0 70px;
	position: relative;
	box-shadow: 0 6px 60px 0 rgba(203, 203, 203, 0.4);
	background: var(--fon);
}
.footer .fp-block {
	position: relative;
	overflow: hidden;
}
.footer .fp-block .row {
	justify-content: space-between;
}
.footer .fp-block .row .right_side {
	/* margin-left: auto; */
	max-width: 380px;
	width: 100%;
	flex-shrink: 0;
}
.footer .fp-block .row .right_side .logo {
	margin-left: 18px;
	align-items: center;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.footer .fp-block .row .right_side .logo img {
	margin-right: 12px;
	flex-shrink: 0;
	max-width: 290px;
}
.footer .fp-block .row .right_side .btn-container {
	margin-top: 18px;
	position: relative;
	border-radius: 8px 0 0 8px;
	box-sizing: border-box;
	padding: 20px 0 20px 13px;
	background-color: #fff;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
}
.footer .fp-block .row .right_side .btn-container:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1000em;
	background-color: #fff;
	top: 0;
	left: 99%;
}
.footer .fp-block .row .right_side .btn-container a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 146%;
	max-width: 455px;
	border-radius: 8px;
	background: var(--akcent);
	position: relative;
	z-index: 10;
}
.footer .fp-block .row .right_side .btn-container a img {
	margin-right: 12px;
	flex-shrink: 0;
}
.footer .fp-block .row .right_side .btn-container p {
	font-size: 14px;
	line-height: 146%;
	color: #494949;
}
.footer .fp-block .row .list ul.columns {
	column-count: 1;
}
.footer .fp-block .row .numbers {
	flex-shrink: 0;
	margin-right:20px;
	margin-left: 20px;
	max-width: 500px;
}
.footer .fp-block .row .list+.list {
	margin-left: 25px;
}
.footer .fp-block .row .numbers a {
	font-size: 19px;
	line-height: 141%;
}
.footer .fp-block .row .numbers .number {
	display: flex;
	justify-content: center;
}
.footer .fp-block .row .numbers .number span {
	font-size: 18px;
	line-height: 21px;
	margin-right: 10px;
}
.footer .fp-block .row .geo {
	margin-top: 20px;
	display: flex;
	font-size: 19px;
	line-height: 141%;
	justify-content: center;
}
.footer .fp-block .row .geo span {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 20px;
	margin-top: 3px;
}
.footer .fp-block .row .site_map {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.footer .fp-block .row .circle_link {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.footer .fp-block .row .list h3 {
	font-weight: 400;
	font-size: 19px;
	line-height: 146%;
	margin-bottom: 16px;
}
.footer .fp-block .row .list ul li {
	line-height: 28px;
}
.footer .fp-block .row .list ul li a {
	font-size: 14px;
	line-height: 194%;
}
.footer .fp-block .social {
	justify-content: center;
}
.footer .fp-block .pay_main p {
	font-size: 14px;
	line-height: 181%;
}
.pay img {
	width: 54px;
}
.footer .second-block {
	margin-top: 58px;
	padding-top: 56px;
	box-sizing: border-box;
	border-top: 2px solid rgb(255, 255, 255)
}
.footer .second-block p {
	max-width: 1062px;
	font-size: 22px;
	line-height: 32px;
}
.footer .second-block p:first-child {
	padding-right:15px;
}

.footer .request-form{position: absolute;left: 0;top: -215px;width: 100%;}
.footer .request-form .content{box-sizing: border-box;padding: 22px 60px;  border-radius: 8px;background-color: rgb(255, 255, 255);box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);}
.footer .request-form .content h2, .request-form .content h3{font-size: 24px;line-height: 175%;text-transform: uppercase; font-weight: 600; color: transparent;-webkit-background-clip: text;background-clip: text;background-image: linear-gradient(to right,#bc1f4c ,  #a60169);}
.footer .request-form .content h2+p, .request-form .content h3+p{display: block;font-size: 16px;line-height: 150%;font-weight: 400;color: #494949;}
.footer .request-form .content h2+p span, .request-form .content h3+p span{font-size: 16px;color: #a60169;font-weight: 400;display: inline-block;}
.footer .request-form .content .row{margin-top: 24px;display: flex;flex-direction: row;gap: 0; flex-wrap: nowrap;}
.footer .request-form .content .row .item{width: 100%;}
.footer .request-form .content .row .item+.item{margin-left: 44px;}
.footer .request-form .content .row .item button, .contact-form .item button, .request-form .content .row .item .button, .contact-form .item .button {display: block; width: 100%;text-transform: uppercase; height: 55px;color: #fff;font-size: 22px; border-radius: 8px;background: var(--akcent);}
.footer .request-form .content .row .item p{color: #494949;margin: 10px -62px 0;font-size: 14px;line-height: 140%;font-weight: 100;}

.social {
	padding-top: 20px;
	align-items: center;
}
.social a {
	margin: 0 10px;
	height: 51px;
	width: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: 0.3s;
}
.social a:hover {
	background-color: #fff;
}
.social a:hover span {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#3fb0fc ,  #5672f0);
}
.request-form .content {
	box-sizing: border-box;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
}
.specials-title {
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c ,  #a60169);
}
.request-form .content p:not(:last-child), .request-form .content span {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: var(--dop-elementy);
}
.request-form .content p:nth-child(2) {
    display: block;
    font-weight: 500;
    font-size: 20px;
}
.request-form .content .row {
	margin-top: 26px;
	display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}
.request-form .content .row .form-item {
	width: 100%;
    max-width: calc(100% / 2 - 10px);
    flex: 1 0 100%;
}
.request-form .content .row .button {
	display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
	border-radius: 8px;
	background: var(--akcent);
}
.request-form .content .input {
	display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 16px;
    border-radius: 8px;
    background: #f4f4f8;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 11, 34, 0.8);
}
.request-form .content .input::placeholder {
    font-size: 16px;
    color: rgba(0, 11, 34, 0.6);
}
.request-form .content p, .request-form .content a {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: rgba(0, 11, 34, 0.6);
}
.request-form .content a {
    font-weight: 600;
}

.contact-form .item button, .contact-form .item .button {
	display: block;
	width: 100%;
	text-transform: uppercase;
	height: 64px;
	color: #fff;
	font-size: 22px;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
}

.input-container {
	display: flex;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(163, 163, 163);
	box-sizing: border-box;
	height: 64px;
}
.input-container .icon {
	height: 100%;
	width: 73px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(163, 163, 163);
}
.input-container .icon span {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#3fb0fc ,  #5672f0);
	font-size:35px;
}
.input-block {
	position: relative;
	border-radius: 2px;
	width:100%
}
.input-block input {
	position: relative;
	height: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	z-index: 2;
	padding: 0 15px;
	font-size: 22px;
	line-height: 25px;
	color: #494949;
}
.input-block textarea {
	position: relative;
	height: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	z-index: 2;
	padding: 0 15px;
	font-size: 22px;
	line-height: 25px;
	color: #494949;
}
.input-block label {
	width: auto !important;
	padding: 0 10px;
	position: absolute;
	top: 40%;
	left: 0;
	color: #c7c7c7;
	transition: 0.3s;
	background-color: #fff;
	transform: translateY(-50%);
	top: 50%;
	left: 15px;
}
.input-block label span {
	color: #2fb9f3;
}
.input-block label.active {
	top: 0;
	font-size: 12px;
	z-index:900;
	width: auto !important	;
}
.input-block input:focus ~ label,.input-block input:not(:placeholder-shown) ~ label {
	top: 0;
	font-size: 12px;
	z-index: 3;
}
.footer .input-block label span {
    color: #2fb9f3;
	display: inline;
}
.consult .content {
	background: var(--fon);
	position: relative;
	padding: 76px 250px 80px;
	border-radius: 15px;
	color: #fff;
}
.consult .content img {
	right: 10px;
	width: 30%;
}
.consult .content h2 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 175%;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 10;
}
.consult .content h2:after {
	content: '';
	position: absolute;
	top: 20px;
	height: 7px;
	width: 406px;
	margin-right: 55px;
	right: 100%;
	background-color: rgb(255, 255, 255);
	opacity: 0.302;
}
.consult .content h2+p {
	font-weight: 100;
	font-size: 14px;
	line-height: 181%;
	color: #fff;
	position: relative;
	z-index: 10;
}
.consult .content .controls {
	margin-top: 40px;
	max-width: 512px;
	width: 100%;
	position: relative;
	z-index: 10;
}
.consult .content .controls input {
	position: relative;
	z-index: 20;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3ebf5;
	padding: 8px 26px;
	font-size: 17px;
	line-height: 25px;
	color: #ffffff;
}
.consult .content .controls input + input {
	margin-top: 25px;
}
.consult .content .controls button, .consult .content .controls .button {
	display: block;
	height: 67px;
	border: none;
	margin: 40px 0 15px;
	padding: 24px 34px;
	border-radius: 8px;
	background: var(--akcent);
	font-weight: 600;
	font-size: 16px;
	line-height: 144%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 100%;
}
.consult .content .controls button+p, .consult .content .controls .button+p {
	font-weight: 100;
	font-size: 17px;
	line-height: 142%;
	text-align: center;
	color: #fff;
}
.consult .content .controls input::-webkit-input-placeholder {
	font-weight: 100;
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.consult .content .controls input::-moz-placeholder {
	font-weight: 100;
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.consult .content .controls input:-moz-placeholder {
	font-weight: 100;
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.consult .content .controls input:-ms-input-placeholder {
	font-weight: 100;
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.header {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header .row {
	display: flex;
	align-items: center;
	padding: 24px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;
}
.header .row .button {
	margin-left: 31px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 390px;
	flex-shrink: 0;
	border-radius: 8px;
	padding: 16px;
	background: #EE336B;
}
.header .row .button b {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	line-height: 156%;
}
.header .row .button span {
	font-weight: 500;
	font-size: 12px;
	line-height: 156%;
}
.header .row .left_side .line .logo {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 32px;
	color: #aa0664;
	text-transform: uppercase;
	font-weight: 500;
}
.header .row .left_side {
	width: 100%;
}
.header .row .left_side .line {
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding-right: 50px;
}
.header .row .left_side .line+.line {
	margin-top: 12px;
	padding-top: 11px;
	position: relative;
}
.header .row .left_side .line+.line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #bebebe;
}
.header .row .left_side .line .logo img {
	flex-shrink: 0;
	margin-right: 12px;
}
.header .row .left_side .line .item {
	display: flex;
	font-size: 22px;
	line-height: 25px;
	color: #2d2d2d;
}
.header .row .left_side .line .item span {
	flex-shrink: 0;
	margin-right: 3px;
	margin-top: 1px;
}
.header .row .left_side .line .menu .main-menu {
	display: flex;
	justify-content: space-between;
}
.header .row .left_side .line .menu .main-menu > li > a, .header .row .left_side .line .menu .main-menu > li > span {
	color: #2d2d2d;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
}
.header .row .left_side .line .menu .main-menu > li:nth-child(n+6) .submenu {
	left: auto;
	right: 0;
}
.header .row .left_side .line .menu .main-menu > li:nth-child(n+6) .submenu:before {
	left: auto;
	right: 141px;
}
.header .row .left_side .line .menu .main-menu > li:hover .submenu {
	display: block;
}
.header .row .left_side .line .menu .main-menu > li {
	position: relative;
	line-height: 28px;
}
.header .row .left_side .line .menu .main-menu > li > a:hover,.header .row .left_side .line .menu .main-menu > li > span:hover {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.header .row .left_side .line .menu .submenu {
	display: none;
	padding: 45px 60px;
	position: absolute;
	top: 100px;
	left: -84px;
	border-radius: 8px;
	box-sizing: border-box;
	width: 1148px;
	background-color: #fff;
	background-image: url(../img/submenu-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.header .row .left_side .line .menu .submenu:after {
	content: "";
	top: -75px;
	height: 75px;
	width: 100%;
	left: 0;
	position: absolute;
}
.header .row .left_side .line .menu .submenu > li > a {
	display: flex;
	justify-content: space-between;
	width: 380px;
	position: relative;
	font-size: 24px;
	line-height: 28px;
	color: #2c2c2c;
	font-weight: 600;
}
.header .row .left_side .line .menu .submenu > li:hover .third-menu {
	display: block;
}
.header .row .left_side .line .menu .submenu > li > a:hover {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.header .row .left_side .line .menu .submenu > li > a:after {
	content: "\e904";
	font-family: 'icomoon';
	font-size: 20px;
}
.header .row .left_side .line .menu .submenu > li {
	line-height: 28px;
}
.header .row .left_side .line .menu .submenu > li + li {
	margin-top: 40px;
}
.header .row .left_side .line .menu .submenu::before {
	content: '';
	position: absolute;
	bottom: 99%;
	left: 141px;
	height: 31px;
	width: 35px;
	background-image: url(../img/triangle.png);
}
.header .row .left_side .line .menu .third-menu {
	display: none;
	padding-top: 10px;
	z-index: 10;
	right: 100px;
	column-count: 2;
	position: absolute;
	width: 586px;
	top: 20px;
	height: calc(100% - 40px);
	box-sizing: border-box;
	border-left: 1px solid #bebebe;
	padding-left: 10px;
}
.header .row .left_side .line .menu .third-menu li a {
	font-size: 22px;
	line-height: 25px;
	color: #000000;
}
.header .row .left_side .line .menu .third-menu li a:hover {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.header .row .left_side .line .menu .third-menu li {
	line-height: 25px;
	margin-bottom: 45px;
}
.inside-page {
	padding-top: 60px;
	background-color: #f5f8ff;
	padding-bottom: 365px;
}
.inside-page .slick-arrow {
	height: 50px;
	width: 40px;
	margin-top: -25px;
}
.inside-page .slick-arrow:before {
	font-size: 18px;
}
.inside-page h2 {
	font-size: 42px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
	/* color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169); */
    color: var(--dop-elementy);
}
.breadcrumbs {
	margin-bottom: 65px;
}
.breadcrumbs .breadcrumbs__item {
	font-size: 22px;
	line-height: 25px;
	color: #c7c7c7;
}
.breadcrumbs .breadcrumbs__item:not(:last-child):after {
	content: "/";
	margin: 0 6px 0 1px;
}
.breadcrumbs .breadcrumbs__item.breadcrumbs__item--last {
	color: #000;
}
.inside-page .container .aside {
	width: 420px;
	flex-shrink: 0;
	margin-right: 64px;
}
.inside-page .container .aside nav ul {
	margin-bottom: 55px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
}
.inside-page .container .aside nav ul li {
	line-height: 27px;
}
.inside-page .container .aside nav ul li a {
	display: block;
	padding: 30px 0;
	padding-left: 15px !important;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 27px;
	color: #2c2c2c;
	font-weight: 600;
}
.inside-page .container .aside nav ul li.active a {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.inside-page .container .aside nav ul li a:hover {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.inside-page .container .aside nav ul li:not(:last-child) a {
	border-bottom: 1px solid #bebebe;
}
.inside-page .container .aside .aside-slider {
	margin-bottom: 70px;
}
.inside-page .container .aside .aside-slider h3 {
	font-size: 24px;
	line-height: 36px;
	color: #2c2c2c;
	font-weight: 600;
	margin-bottom: 20px;
}
.inside-page .container .aside .aside-slider img {
	border-radius: 8px;
	max-width: 100%;
}
.inside-page .container .aside .aside-slider .slick-next {
	right: -30px;
}
.inside-page .container .aside .aside-slider .slick-prev {
	left: -30px;
}
.inside-page .container .aside .aside-form {
	position: sticky;
	top: 10px;
	color: var(--tekst);
	box-sizing: border-box;
	padding: 28px 0 ;
	border-radius: 8px;
    box-shadow: 0 6px 60px 0 rgba(203, 203, 203, 0.4);
    background: #ecf2f9;
}
.inside-page .container .aside .aside-form h3 {
    font-size: 16px;
	font-weight: 600;
}
.inside-page .container .aside .aside-form .padding {
	box-sizing: border-box;
	padding: 0 12px;
}
.inside-page .container .aside .aside-form .garanty {
	background-color: #fff;
	box-sizing: border-box;
	padding: 13px 10px;
	margin: 12px 0;
}
.inside-page .container .aside .aside-form .garanty span {
    font-size: 14px;
	font-weight: 600;
	color: var(--dop-elementy);
}
.inside-page .container .aside .aside-form input {
    font-size: 16px;
    color: var(--tekst);
	line-height: 21px;
	display: block;
	width: 100%;
	background-color: transparent;
	box-sizing: border-box;
	height: 50px;
	padding: 0 24px;
	border-bottom: 1px solid rgba(0, 11, 34, 0.1);
}
.inside-page .container .aside .aside-form input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: var(--tekst);
}
.inside-page .container .aside .aside-form input::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: var(--tekst);
}
.inside-page .container .aside .aside-form input:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: var(--tekst);
}
.inside-page .container .aside .aside-form input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: var(--tekst);
}
.inside-page .container .aside .aside-form input+input {
	margin-top: 10px;
}
.inside-page .container .aside .aside-form button, .inside-page .container .aside .aside-form .button {
	display: block;
	width: 100%;
	height: 36px;
    font-size: 12px;
    line-height: 156%;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin: 14px 0 10px;
	border-radius: 8px;
    box-shadow: 0 6px 60px 0 rgba(203, 203, 203, 0.4);
    background: var(--akcent);
}
.inside-page .container .aside .aside-form p {
    font-weight: 100;
    font-size: 11px;
    line-height: 120%;
    text-align: center;
    color: var(--tekst);
}
.inside-page .container .content {
	width: calc(100% - 484px);
}
.inside-page .container .content .content-header {
	margin-bottom: 20px;
	align-items: flex-start;
}
.inside-page .container .content .content-header .content-header-form {
	margin-left: 60px;
	max-width: 360px;
	width: 100%;
	flex-shrink: 0;
	color: #494949;
	box-sizing: border-box;
	padding: 35px 0 ;
	border-radius: 8px;
	background-color: #dcf1f9;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
}
.inside-page .container .content .content-header .content-header-form .padding {
	box-sizing: border-box;
	padding: 0 30px;
}
.inside-page .container .content .content-header .content-header-form h3 {
	font-weight:600;
}
.inside-page .container .content .content-header .content-header-form .garanty {
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px 30px;
	margin: 30px 0;
}
.inside-page .container .content .content-header .content-header-form .garanty span.current {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.inside-page .container .content .content-header .content-header-form .garanty span.old {
	color: #c6c6c6;
	font-size: 20px;
	line-height: 28px;
	text-decoration: line-through;
	text-decoration-color: #5588f3;
}
.inside-page .container .content .content-header .content-header-form input {
	font-size: 18px;
	line-height: 21px;
	display: block;
	width: 100%;
	background-color: transparent;
	box-sizing: border-box;
	height: 50px;
	padding: 0 30px;
	border-bottom: 1px solid #c3ebf5;
}
.inside-page .container .content .content-header .content-header-form input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .container .content .content-header .content-header-form input::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .container .content .content-header .content-header-form input:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .container .content .content-header .content-header-form input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .container .content .content-header .content-header-form input+input {
	margin-top: 10px;
}
.inside-page .container .content .content-header .content-header-form button, .inside-page .container .content .content-header .content-header-form .button, .da_calculator .submit_order {
	display: block;
	width: 100%;
	height: 71px;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #494949;
	margin: 42px 0 27px;
	border-radius: 8px;
	background: var(--akcent);
	color: #fff;
}
.inside-page .container .content .content-header .content-header-form .phone-link {
	font-size: 20px;
	line-height: 36px;
	font-weight: 600;
	color: #494949;
}
.inside-page .container .content .content-header .left_side {
	width: 100%;
}
.inside-page .container .content .content-header .left_side ul.vertical_menu {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 19px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
}
.inside-page .container .content .content-header .left_side ul.vertical_menu li {
	line-height: 28px;
	width: 100%;
	text-align: center;
}
.inside-page .container .content .content-header .left_side ul.vertical_menu li a {
	display: block;
	padding: 15px 0;
	font-size: 22px;
	line-height: 28px;
	color: #2c2c2c;
	font-weight: 600;
}
.inside-page .container .content .content-header .left_side ul.vertical_menu li a:hover {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.inside-page .container .content .content-header .left_side ul.vertical_menu li:not(:last-child) a {
	padding-right: 30px;
	border-right: 1px solid #bebebe;
}
.inside-page .container .content .content-header .left_side p {
	/*margin-top: 47px;
	*/font-size: 22px;
	line-height: 36px;
}
.inside-page .container .content .content-header .left_side p:first-child {
	margin-top: 47px;
}
.result ol, .t_area ol {
	list-style: none;
	padding-left: 15px;
	box-sizing: border-box;
}
.result ol li, .t_area ol li {
	margin: 20px 0;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
	font-size: 18px;
	line-height: 140%;
	color: #494949;
}
.result ol li span, .t_area ol li span {
	position: absolute;
	left: 0;
	top: -7px;
	height: 41px;
	width: 41px;
	border-radius: 50px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #b51655;
	color: #b51655;
}
.result ul, .t_area ul {
	padding-left: 15px;
	box-sizing: border-box;
}
.result ul li, .t_area ul li {
	margin: 20px 0;
	box-sizing: border-box;
	padding-left: 45px;
	position: relative;
	font-size: 18px;
	line-height: 140%;
	color: #494949;
}
.result ul li:before, .t_area ul li:before {
	content: '';
	height: 11px;
	width: 11px;
	position: absolute;
	left: 16px;
	top: 9px;
	border-radius: 50px;
	box-sizing: border-box;
	background-image: linear-gradient(to right,#bc1f4c , #a60169)
}
.result ol+ul, .t_area ol+ul {
	margin-top: 30px;
}
.inside-page .content .doctors__inside .doctors__slider--inside .slide .item .experience {
	margin-bottom: 10px;
}
.inside-page .content p {
	font-size: 18px;
	line-height: 140%;
	color: #494949;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
	text-align: justify;
}
.inside-page .content p a, .t_area a {
	color: #0b82cc;
	text-decoration: underline;
}
.inside-page .content p a:hover,  .t_area a:hover {
	text-decoration: none;
}
.inside-page .content p b {
	font-weight: 600;
}
.inside-page .content .quote-block {
	margin: 50px 0;
	padding: 42px 108px 42px 65px ;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgb(220, 241, 249);
}
.inside-page .content .quote-block:after {
	content: "\e913";
	font-family: 'icomoon';
	position: absolute;
	font-size: 30px;
	right: 51px;
	bottom: -18px;
	color: var(--akcent);
}
.inside-page .content .will_get ul li b {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	display: block;
}
.inside-page .content .will_get ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 30px;
}
.inside-page .content .will_get ul li {
	width: 48%;
	position: relative;
	box-sizing: border-box;
	padding-left: 50px;
}
.inside-page .content .will_get ul li:before {
	content: "\e905";
	position: absolute;
	font-family: 'icomoon';
	left: 0;
	top: 4px;
	font-size: 23px;
	color: #2D4984;
}
.inside-page .content .will_get ul li p {
	font-size: 22px;
}
.inside-page .content .slick-next {
	right: 0;
}
.inside-page .content .slick-prev {
	left: 0;
}
.inside-page .content .our_reviews {
	padding: 40px 0 100px;
	position: relative;
}
.inside-page .content .reviews-slider-lit {
	box-sizing: border-box;
	padding: 0 80px;
	position: relative;
}
.inside-page .content .reviews-slider-lit  .slide {
	box-sizing: border-box;
	padding: 0 20px;
}
.inside-page .content .reviews-slider-lit  .slide .item {
	box-sizing: border-box;
	padding: 45px 25px 31px 25px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 1px 0px rgba(203, 203, 203, 0.4);
}
.inside-page .content .reviews-slider-lit  .slide .item p {
	font-size: 22px;
	line-height: 28px;
	color: #494949;
	margin-bottom: 60px;
}
.inside-page .content .reviews-slider-lit  .slide .item .who {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	font-weight: 600;
}
.inside-page .content .reviews-slider-lit  .slide .item .city {
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.inside-page .content  .doctors__inside {
	margin: 100px 0;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide {
	padding: 0 20px;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .image_block {
	height: 475px;
	border-radius: 8px;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	margin-bottom: 40px;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .image_block span {
	border-radius: 8px;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .name {
	color: #000;
	font-weight: 600;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .doc_name {
	color: #bc1f4c;
	font-weight: 600;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .experience {
	color: #000;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .button {
	border-radius: 8px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 19.5px;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .button+.button {
	margin-top: 11px;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .button--white {
	border: 2px solid var(--akcent);
	color: var(--akcent);
	background: transparent;
}
.inside-page .content  .doctors__inside .doctors__slider--inside .slide .item .button--blue {
	background: var(--akcent);
}
.inside-page .content .our__sertificates {
	margin: 90px 0;
}
.inside-page .content .our__sertificates .slide {
	box-sizing: border-box;
	padding: 0 30px 0 0;
}
.inside-page .content .our__sertificates .slide .item {
	position: relative;
	display: inline-block;
}
.inside-page .content .our__sertificates .slide .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(220, 241, 249,0);
	transition: 0.3s;
	border-radius: 8px;
}
.inside-page .content .our__sertificates .slide .item:hover:before {
	background-color: rgba(220, 241, 249,0.871);
}
.inside-page .content .our__sertificates .slide .item img {
	max-width: 100%;
	max-height: 296px;
	border-radius: 8px;
	transition: 0.3s;
	box-shadow: none;
}
.inside-page .content .our__sertificates .slide .item:after {
	opacity: 0;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	content: "\e915";
	font-family: 'icomoon';
	font-size: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#3fb0fc ,  #5672f0);
}
.inside-page .content .our__sertificates .slide .item:hover:after {
	opacity: 1;
}
.inside-page .content .our__garanty .row {
	margin-right: -50px;
	flex-wrap: wrap;
}
.inside-page .content .our__garanty .row .item-container {
	padding-right: 50px;
	width: 50%;
	margin-bottom: 20px;
}
.inside-page .content .our__garanty .row .item-container .item {
	padding: 26px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	text-align:center;
    height: 100%;
}
.inside-page .content .our__garanty .row .item-container .item .icon {
	margin-bottom: 25px;
}
.inside-page .content .our__garanty .row .item-container .item .icon span {
	font-size: 48px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#3fb0fc , #5672f0);
}
.inside-page .content .our__garanty .row .item-container .item p {
	font-size: 16px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 600;
}
.inside-page .consult {
	margin: 25px 0;
}
.inside-page .consult .consult-container {
	background: var(--fon);
	position: relative;
	padding: 64px 270px 30px 76px;
	color: #fff;
}
.inside-page .consult .consult-container img {
	right: 0;
	width: 40%;
	max-width: 400px;
}
.inside-page .consult .consult-container h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 175%;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 10;
}
.inside-page .consult .consult-container h2+p {
	font-size: 19px;
	line-height: 140%;
	color: #fff;
	position: relative;
	z-index: 20;
}
.inside-page .consult .consult-container .controls {
	margin-top: 40px;
	max-width: 640px;
	width: 100%;
	position: relative;
	z-index: 10;
}
.inside-page .consult .consult-container .controls input {
	position: relative;
	z-index: 20;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3ebf5;
	padding: 0 33px;
	font-size: 22px;
	line-height: 25px;
	color: #ffffff;
}
.inside-page .consult .consult-container .controls input + input {
	margin-top: 25px;
}
.inside-page .consult .consult-container .controls button, .inside-page .consult .consult-container .controls .button {
	display: block;
	margin: 50px 0 15px;
	height: 84px;
	border-radius: 8px;
	background-color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #494949;
	width: 100%;
}
.inside-page .consult .consult-container .controls button+p, .inside-page .consult .consult-container .controls .button+p {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin: 0 -50px;
}
.inside-page .consult .consult-container .controls input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .consult .consult-container .controls input::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .consult .consult-container .controls input:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .consult .consult-container .controls input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.inside-page .content .coast {
	margin-bottom: 90px;
}
.inside-page .content .coast .table {
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	background-color: #fff;
	border-radius: 8px;
}
.inside-page .content .coast .table .thead {
	box-sizing: border-box;
	padding: 25px 50px;
	background-color: #dcf1f9;
}
.inside-page .content .coast .table .thead:first-child {
	border-radius: 8px 8px 0 0;
}
.inside-page .content .coast .table .thead .thead-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
.inside-page .content .coast .table .tbody {
	box-sizing: border-box;
	padding: 25px 0;
	position: relative;
}
.inside-page .content .coast .table .tbody:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 66.6%;
	background-image:url(../img/tbody-bg.png), linear-gradient( 0deg, rgb(0,112,191) 0%, rgb(44,185,245) 100%);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.inside-page .content .coast .table .tbody .line .w33-3 {
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.inside-page .content .coast .table .tbody .line+.line {
	margin-top: 20px;
}
.inside-page .content .coast .table .tbody .line .w33-3:not(:first-child) {
	padding: 0px 0px 0px 15px;
	color: #fff;
}
.inside-page .content .coast .table .tbody .line .w33-3:first-child {
	padding: 0 20px 0 50px;
}
@media (min-width: 701px) {
	.inside-page .content .coast .table .tbody .line .w33-3:first-child {
	width:50%!important;
}
.inside-page .content .coast .table .tbody .line .w33-3:not(:first-child) {
	width:25%!important;
}
.inside-page .content .coast .table .tbody:before {
	width:50%!important
}
}
.inside-page .content .coast .table .tbody.border:before {
	border-radius: 0 0 8px 0;
}
.inside-page .content .coast .table a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}
.inside-page .content .coast .table a:hover {
	text-decoration: none;
}
.modal-form {
	position: relative;
	color: #fff;
	display: flex;
	max-width: 1460px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
	background-image:url(../img/form-bg.png), linear-gradient( 20deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.modal-form .img_block {
	flex-shrink: 0;
	margin-left: 51px;
	border-radius: 0 8px 8px 0;
}
.modal-form .img_block span {
	border-radius: 0 8px 8px 0;
}
.modal-form .left_side {
	padding: 39px 0 40px 64px;
	width: 100%;
	width: 100%;
}
.modal-form .left_side h2 {
	font-size: 42px;
	line-height: 45px;
	font-weight: 600;
	text-transform: uppercase;
}
.modal-form .left_side h2+p {
	font-size: 24px;
	line-height: 27px;
	margin: 15px 0;
}
.modal-form .left_side input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border-bottom: 1px solid #a5cdf4;
	padding: 0 15px;
	font-size: 22px;
	line-height: 25px;
	background-color: transparent;
}
.modal-form .left_side input+input {
	margin-top: 15px;
}
.modal-form .left_side button, .modal-form .left_side .button {
	display: block;
	width: 100%;
	height: 85px;
	font-size: 20px;
	line-height: 23px;
	color: #494949;
	font-weight: 600;
	margin: 32px 0 3px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(203, 203, 203, 0.4);
}
.modal-form .left_side button+p, .modal-form .left_side .button+p {
	font-size: 22px;
	line-height: 25px;
	text-align: center;
}
.modal-form .left_side input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.modal-form .left_side input::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.modal-form .left_side input:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.modal-form .left_side input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #fff;
}
.modal-form .arcticmodal-close, #regions .arcticmodal-close {
	height: 35px;
	width: 35px;
	background-image: url(../img/close-icon.png);
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 30px;
	cursor: pointer;
}
.flex_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:flex-start;
	-webkit-align-items:flex-start;
	-webkit-box-align:flex-start;
	align-items:flex-start;
	float:none
}
.spec-img {
	width: 100%;
	height: 450px;
	margin: 20px 0;
}
.specials-item {
	position:relative;
	height: 450px;
}
.special-text-block {
	position: absolute;
	top:100px;
	right:100px;
	max-width: 450px;
	height: 230px;
	padding: 10px 15px;
	background: #fff;
	-webkit-box-shadow: 0 -2px 30px rgba(38,44,71,.1);
	box-shadow: 0 -2px 30px rgba(38,44,71,.1);
	text-align: center;
}
@media (min-width: 701px) {
	.left_block {
	left: 100px;
}
}
.btn_specials {
	display: block;
	position:absolute;
	bottom:10px;
	margin-left: calc(50% - 115px);
	margin-bottom:10px;
	width: 200px;
	padding: 10px 0;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(166,1,105) 0%, rgb(188,31,76) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(166,1,105) 0%, rgb(188,31,76) 100%);
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.btn_specials:hover {
	opacity:0.8;
}
.specials-text {
	margin-top: 10px;
	height: 100px;
	overflow: hidden;
}
.da_columns {
	display: inline-flex;
	margin: 30px 0;
}
.lil_column h2 {
	text-align: center;
}
.lil_column_row span {
	font-weight: 600;
}
.lil_column_row {
	padding-bottom: 10px;
}
.contact-form .item {
	padding: 10px 0;
}
#map {
	min-height: 700px;
}
.list_404 a {
	color:#0b82cc;
}
.button {
	cursor:pointer;
}
.content-header-nav {
	margin-bottom:20px;
}
.result ol, .t_area ol {
	counter-reset: myCounter;
}
.result > ol > li:before, .t_area > ol > li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	position: absolute;
	left: 0;
	top: -4px;
	height: 41px;
	width: 41px;
	border-radius: 50px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #b51655;
	color: #b51655;
}
/*.aside-form p {
	color: #fff!important;
}*/
.will_get {
	margin-top: 100px;
}
.t_area h3 {
	font-size: 24px;
	line-height: 45px;
	font-weight: 600;
	margin: 20px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right,#bc1f4c , #a60169);
}
#toTop {
	width: 100px;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	left: 30px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
	z-index: 9999;
}
.t_fixed {
	display:none
}
@media (max-width: 767px) {
	.t_fixed {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom:3px;
	right:3px;
}
.t_fixed a span {
	background-color: #29b6f6;
	padding: 2px;
	border-radius: 5px;
	color: white;
}
.t_fixed a {
	display: grid;
	text-align: -webkit-center;
}
#toTop {
	left: 10px;
	bottom: 0px;
}
}
.city__filter {
	width: calc(100% - 30px);
	;
	border: #aa0664 1px solid;
	border-radius: 5px;
	padding: 15px;
	font-size: 15px
}
.city_names {
	color: #0b82cc;
	text-decoration: underline
}
.city_names:hover {
	text-decoration:none
}
.region_ul li, .region_ul_mo li {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin: 0 0 10px
}
.main_city, .main_city a {
	font-weight:600;
}
.region_select {
	font-weight: 500;
	cursor: pointer;
	color: #aa0664;
	text-decoration: underline;
}
.region_select:hover {
	text-decoration: none
}
.region_select_subdomains, .region_select_moscow {
	font-weight: 500;
	cursor: pointer;
	color: #aa0664;
	text-decoration: underline;
}
.region_select_subdomains:hover, .region_select_moscow:hover {
	text-decoration: none
}
.region_ul, .region_ul_mo {
	margin-top: 20px;
}
.doc_target {
	width: 100%;
}
.doc-about {
	width: 73%;
	padding:0 1%;
	margin: 15px 0;
}
@media (max-width: 1200px) {
	.region_ul li, .region_ul_mo li {
	width: 24%;
}
}
@media (max-width: 1025px) {
	.doc-about {
	width: 66%;
}
.region_ul li, .region_ul_mo li {
	width: 33%;
}
}
@media (max-width: 767px) {
	.region_ul li, .region_ul_mo li {
	width: 49%;
}
}
@media (max-width: 426px) {
	.doc-about {
	width: 100%;
}
.region_ul li, .region_ul_mo li {
	width: 100%;
}
}
.adoc {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
	font-weight: 600;
}
.da_calculator {
	box-shadow: 0 0 10px 0 rgba(93, 146, 225, 0.43);
	background-color: #fff;
	padding: 0 15px 50px;
	border-radius:10px;
	margin-top: 30px;
}
.da_calculator h2 {
	text-align:center;
	margin:auto!Important;
	padding:10px;
}
.calc_col h3 {
	margin: 0;
	padding: 20px 0 5px;
}
.phone_numb {
	height: 30px;
	border-radius: 5px;
	border: solid 1px #dedede;
	background: none;
	color: #666;
	padding-left: 15px;
	line-height: 30px;
	width: calc(100% - 186px);
}
.da_calculator .agree {
	font-size: 14px;
}
.da_calculator a {
	color: #0b82cc;
	text-decoration: underline;
}
.da_calculator .submit_order {
	display:inline;
	width:160px;
	height: 32px!important;
	vertical-align: top;
}
@media (min-width: 2560px) {
	.da_calculator .submit_order {
	font-size: 13px;
}
}
@media (max-width: 767px) {
	.da_calculator {
	font-size: 15px;
}
.da_calculator .submit_order {
	display:block;
	margin:auto;
}
.phone_numb {
	width:calc(100% - 15px);
	padding-left: 15px;
	margin-bottom:10px;
}
}
.footer .fp-block .row .pay {
	display:flex;
	flex-shrink: 0;
	margin-right: 15px;
	margin-left: 15px;
}
.pay {
	max-width: 250px;
}
.pay img {
	width: 54px;
}
@media (max-width: 700px) {
	.pay {
	margin:auto!important;
}
}
.pay_elem {
	margin:auto
}
.pay_main h3 {
	text-align:center;
}
.warnText p {
	text-align:center
}
.hide {
	display:none
}
.refreshButton {
	background-color: #827a7a!important
}
.title_ajax {
	font-size:25px!important
}
#accordion, .accordion {
	background: transparent;
	/* box-shadow: 0 0 24px 0 rgba(39, 158, 221, 0.21);
	*/
	color:#494949;
}
#accordion h3, .accordion h3 {
	border-radius:8px;
	background: -webkit-linear-gradient( 20deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
	min-height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-left: 19px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-right: 10px;
	cursor: pointer;
	color:#fff;
}
#accordion p, .accordion p {
	font-size: 17px;
	line-height: 22px;
}
#accordion h4, .accordion h4 {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 15px;
}
#accordion .ui-accordion-content, .accordion .ui-accordion-content {
	padding-left: 19px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}
/*.ne_whats-link span {
	padding-top: 15px;
}
*/
.ne_serv-links {
	display: block;
}
.whats-icon {
	padding-left: 5px;
}
.ne_serv-wrap {
	text-align: center;
	margin-top: 15px;
}
/*NEW YEAR*/
/* .logo picture {
	position:relative;
}
*/
/* #santaHat {
	*/
    /* background: url(/netcat_template/template/default/img/nyear/santahat.png) no-repeat;
	*/
   /* position: absolute;
	*/
   /* left: 8%;
	*/
   /* top: -35%;
	*/
   /* width: 70%;
	*/
   /* height: 70%;
	*/
   /* background-size: 100%;
	*/
/*
}
*/
/* #Christmas_Lights {
	*/
    /* height: 38%;
	*/
    /* margin: 0;
	*/
    /* position: absolute;
	*/
    /* width: 95%;
	*/
    /* z-index: 1000;
	*/
/*
}
*/
/* .light_cord {
	*/
  /* fill: none;
	*/
  /* stroke: #174700;
	*/
/*
}
*/
/* .light_fixture {
	*/
  /* fill: #134413;
	*/
/*
}
*/
/* .red_bulb {
	*/
  /* fill: #CA2128;
	*/
  /* stroke: #6D6D6D;
	*/
  /* stroke-miterlimit: 10;
	*/
/*
}
*/
/* .green_bulb {
	*/
  /* fill: #2D754A;
	*/
  /* stroke: #6D6D6D;
	*/
  /* stroke-miterlimit: 10;
	*/
/*
}
*/
/* .blue_bulb {
	*/
  /* fill: #2C3EA8;
	*/
  /* stroke: #6D6D6D;
	*/
  /* stroke-miterlimit: 10;
	*/
/*
}
*/
/* .white_bulb {
	*/
  /* fill: #F5EED7;
	*/
  /* stroke: #6D6D6D;
	*/
  /* stroke-miterlimit: 10;
	*/
/*
}
*/
/* .gold_bulb {
	*/
  /* fill: #ffcc5e;
	*/
  /* stroke: #6D6D6D;
	*/
  /* stroke-miterlimit: 10;
	*/
/*
}
*/
/* .bulb {
	*/
  /* -webkit-animation-duration: 0.5s;
	*/
  /* -webkit-animation-name: glow;
	*/
  /* -webkit-animation-iteration-count: infinite;
	*/
  /* -webkit-animation-timing-function: ease-in-out;
	*/
  /* -webkit-animation-direction: alternate;
	*/
  /* animation-name: glow;
	*/
  /* animation-duration: 0.5s;
	*/
  /* animation-iteration-count: infinite;
	*/
  /* animation-timing-function: ease-in-out;
	*/
  /* animation-direction: alternate;
	*/
/*
}
*/
/* @-webkit-keyframes glow {
	*/
  /* 0% {
	*/
    /* fill-opacity: 0.25;
	*/
  /*
}
*/
  /* 100% {
	*/
    /* fill-opacity: 1 */
  /*
}
*/
/*
}
*/
/* @keyframes glow {
	*/
  /* 0% {
	*/
    /* fill-opacity: 0.25;
	*/
  /*
}
*/
  /* 100% {
	*/
    /* fill-opacity: 1.0 */
  /*
}
*/
/*
}
*/
/* .blink-1 {
	*/
  /* -webkit-animation-delay: 0.6s;
	*/
  /* animation-delay: 0.6s;
	*/
/*
}
*/
/* .blink-2 {
	*/
  /* -webkit-animation-delay: 2s;
	*/
  /* animation-delay: 2s;
	*/
/*
}
*/
/* .blink-3 {
	*/
  /* -webkit-animation-delay: 2s;
	*/
  /* animation-delay: 2s;
	*/
/*
}
*/
/* .blink-4 {
	*/
  /* -webkit-animation-delay: 6s;
	*/
  /* animation-delay: 6s;
	*/
/*
}
*/
/* .blink-5 {
	*/
  /* -webkit-animation-delay: 2.5s;
	*/
  /* animation-delay: 2.5s;
	*/
/*
}
*/
/* .blink-6 {
	*/
  /* -webkit-animation-delay: .3s;
	*/
  /* animation-delay: .3s;
	*/
/*
}
*/
/* .blink-7 {
	*/
  /* -webkit-animation-delay: 2s;
	*/
  /* animation-delay: 2s;
	*/
/*
}
*/
/* .blink-8 {
	*/
  /* -webkit-animation-delay: .2s;
	*/
  /* animation-delay: .2s;
	*/
/*
}
*/
/* .blink-9 {
	*/
  /* -webkit-animation-delay: 0.95s;
	*/
  /* animation-delay: 0.95s;
	*/
/*
}
*/
/* .blink-10 {
	*/
  /* -webkit-animation-delay: 1.2s;
	*/
  /* animation-delay: 1.2s;
	*/
/*
}
*/
/* @media (max-width: 1025px) {
	*/
	/* #Christmas_Lights {
	width: 95%;
	height: 25%
}
*/
/*
}
*/
/* @media (max-width: 750px) {
	*/
	/* #Christmas_Lights {
	height: 15%
}
*/
/*
}
*/
.gg-wp {
	text-align: center!important;
}
.help-me p span {
	color: #a60169;
}
.otziv {
	padding: 10px;
	border: solid 1px #40aefb;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
	background: #fff;
}
.solo-link:after {
	display:none!important
}
.solo-sub {
	width:auto!important
}
/* Табы */
.tabheader__items {
	border: 1px solid #07385d;
	display:grid;
	grid-template-columns:1fr 1fr;
	cursor: pointer;
	transition: 0.3s;
	color:#07385d;
}
.tabheader__item {
	padding:10px;
	background-color: #50a1f6;
	color:#fff;
}
.tabheader__item:hover {
	background-color: #b91b50;
}
.tabheader__item_active {
	background-color: #064cf3;
}
.filials__h2 {
	text-align:center;
	margin-top:20px;
}
.tabcontent__list {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:10px;
	border: 1px solid #07385d;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	overflow: auto;
	max-height: 400px;
}
.filials__link {
	color:#4468be;
}
.ph_gal {
	justify-content:space-around
}
.ph_gal .slide {
	margin:20px
}
.sertificates img, .our__sertificates img, .ph_gal img {
	max-width:250px
}
.tablinks {
	position:relative
}
.tab {
	overflow: hidden;
	border: 1px solid #aa0664;
	background-color: white;
	color:black;
}
.tab button {
	background-color: inherit;
	color:black;
	width: 25%;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 10px;
	transition: 0.3s;
}
.tab button.active {
	background-color: #aa0664;
	color:white
}
.tabcontent {
	display: none;
	padding: 12px;
	border: 1px solid #aa0664;
	border-top: none;
}
#regions_mo {
	max-width: 80%;
}
@media (max-width: 767px) {
	.tab button {
	width:50%
}
}
@media (max-width:768px) {
	.tabcontent__list {
	grid-template-columns:1fr 1fr;
}
}
@media (max-width:550px) {
	.tabcontent__list {
	grid-template-columns:1fr;
	text-align: center;
}
.tabheader__item {
	font-size: 13px;
	padding: 5px;
}
}
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade {
	from {
	opacity: 0.1;
}
to {
	opacity: 1;
}
}
.show {
	display:block!important
}
/*ПРАВКИ | 3.12.21*/
.header .row .left_side .line .menu .submenu {
	background-image: none;
}
.mobile_header-numbers_link {
	color:#2d2d2d;
}
.mobile_header-numbers a:last-child {
	margin-left: 10px;
}
.mobile_networks {
	display: none;
}
.mobile_networks a {
	height: 20px;
	color: #000;
}
.mobile_networks a:first-child {
	margin-right: 10px;
}
.result_wrapper p {
	text-align: center;
	font-size: 15px;
	padding-top: 15px;
}
@media (max-width: 450px) {
	.mobile_networks {
	display: block;
}
.desktop_networks {
	display: none;
}
.mobile_header-numbers_link {
	font-size: 13px;
}
.coast .on__mobile {
	text-align: center;
}
.coast .on__mobile a {
	color: #BC1F4C!important;
}
/*.mobile-menu .second-menu > li > .item-link {
	font-size: 13px!important;
}
*/
	.consult .content {
	padding: 45px 35px 25px!important;
}
.mobile-menu .second-menu {
	background-image: none!important;
}
}
@media (max-width: 400px) {
	.logo span {
	font-size: 8px;
	line-height: 13px;
}
.mobile_networks ._blank a {
	margin: 0;
}
.mobile_networks a:first-child {
	margin-right: 5px;
}
.mobile-reg_wrapper {
	margin-top: 10px;
}
.mobile-branches {
	margin-bottom: 10px;
}
}
@media (max-width: 350px) {
	.mobile_header-numbers_link {
	font-size: 12px;
}
}
#result_wrapper {
	max-width: 700px;
	height: 250px;
	margin: auto;
	background-color: #fff;
}
.close-poppup_btn {
	width: fit-content;
	float: right;
	padding-top: 15px;
	font-size: 30px;
}
.result_wrapper .title.title_ajax {
	padding-top: 75px;
}
@media (max-width: 400px) {
	#result_wrapper {
	max-width: 700px;
	height: 205px;
}
.result_wrapper .title.title_ajax {
	padding-top: 35px;
	font-size: 16px!important;
}
.modal_window-wrapper p {
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
}
}
/*ДРУГИЕ УСЛУГИ*/
.other_services {
	display: grid;
	grid-template-columns: 37% 63%;
	align-items: center;
	padding: 50px 0;
}
.other_services-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
    color: var(--dop-elementy);
	padding-bottom: 15px;
	border-bottom: 7px solid rgba(45, 73, 132, 0.2);
}
.other_services-links{
    padding-left: 20px;
}
.search-result a {
	color: #000;
	display: block;
	margin: 10px 0;
}
.search-result-elem {
	margin-bottom: 30px;
}
.search-result .search-link-url {
	color: rgb(86,114,240);
	text-decoration: underline;
}
.search-result .message {
	margin: 24px 0;
	font-size: 20px;
	font-weight: 500;
}
footer .search-form {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 99;
	margin-top: 20px;
}
footer .search-input-button {
	margin-left: 0;
	margin-top: 10px;
	background: var(--akcent);
	font-size: 17px;
	height: 52px;
}
footer .search-form .input-container {
	width: 100%;
	height: 52px;
}
.search-form {
	display: flex;
}
footer .request-form .input-container {
	height: 55px;
}
.search-form .input-container {
	width: 500px;
	height: 66px;
}
.search-input-button {
	display: block;
	min-width: 200px;
	margin-left: 15px;
	text-transform: uppercase;
	height: 64px;
	color: #fff;
	font-size: 22px;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
	background-image: -webkit-linear-gradient( 
0deg, rgb(86,114,240) 0%, rgb(63,176,252) 100%);
}
.other_services-items {
	margin-top: 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.other_services-item {
	position: relative;
}
.other_services-link {
	text-decoration: none;
	display: flex;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}
.other_services-item_img {
	z-index: 10;
}
.other_services-item_img i {
	margin-right: 10px;
	color: #2D4984;
}
.fa-arrow-right:before {
	font-size: 16px;
}
.other_services-image-mobile {
	display: none;
}
.other_services-item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #494949;
	z-index: 10;
}
.other_services-item:hover .other_services-item-text {
	color: #2D4984;
	transition: .5s ease all;
}
@media (max-width: 1250px) {
	.other_services-image img {
	max-width: 300px;
}
}
@media (max-width: 950px) {
	.other_services-image img {
	max-width: 275px;
}
}
@media (max-width: 850px) {
	.other_services-image img {
	max-width: 250px;
}
.other_services-item-text {
	font-size: 14px;
	line-height: 15px;
}
.search-input-button {
	font-size: 18px;
	padding: 10px 0;
	height: auto;
}
.search-container .search-form .input-container {
	width: 70%;
	height: 66px;
}
}
@media (max-width: 775px) {
	.other_services {
	display: block;
}
.other_services-image {
	display: none;
}
.other_services-item-text {
	font-size: 16px;
	line-height: 20px;
}
.other_services-links{
    padding-left: 0;
}
.search-input-button {
	font-size: 18px;
	padding: 10px 0;
	height: auto;
}
}
@media (max-width: 625px) {
	.other_services-items {
	display: block;
}
.other_services-link {
	align-items: center;
}
.other_services-item {
	margin-bottom: 15px;
}
.other_services-items .other_services-item:last-child {
	margin-bottom: 0;
}
.search-form {
	display: flex;
	flex-direction: column;
}
.search-container .search-form .input-container {
	width: 100%;
}
.search-container .search-input-button {
	margin: 0;
	margin-top: 10px;
}
}
@media (max-width: 450px) {
	.other_services-image-mobile {
	display: block;
	margin-top: 15px;
}
.other_services-image-mobile img {
	max-width: 370px;
	width: 100%;
}
}
.select-your_city {
	display: flex;
	width: 100%;
	height: fit-content;
	flex-direction: column;
	justify-content: space-between;
}
.select-city_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.select-city_name {
	color: #000;
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.select-district {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 10px 17px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.district-link {
	padding: 5px;
	width: 32%;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	margin-bottom: 3px;
	font-size: 16px;
	height: fit-content;
}
.select-city_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.select-rerions {
	overflow-y: scroll;
	display: flex;
	flex-direction: row;
	height: 187px;
	width: 100%;
	padding: 10px 17px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.regions-link {
	padding: 5px;
	width: 32%;
	display: none;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	margin-bottom: 3px;
	font-size: 16px;
	height: fit-content;
}
.city-link {
	display: none;
	width: 32%;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	margin-bottom: 3px;
	font-size: 16px;
	padding: 5px;
	height: fit-content;
}
.select-city {
	overflow-y: scroll;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 10px 17px;
	flex-wrap: wrap;
	height: 160px;
	justify-content: flex-start;
}
.select-city_name hr {
	width: 85%;
	height: 1px;
	background: rgb(166,1,105);
	border: none;
}
.select-city_name span {
	width: 15%;
}
.district-link:hover {
	background: rgba(166,1,105, 0.1);
	border-radius: 50px;
	color: rgb(166,1,105);
	transition: background 0s 0.1s;
}
.district-link:focus {
	color: rgb(166,1,105);
	transition: color 0s 0.1s;
}
.regions-link:hover {
	background: rgba(166,1,105, 0.1);
	border-radius: 50px;
	color: rgb(166,1,105);
	transition: background 0s 0.1s;
}
.city-link:hover {
	background: rgba(166,1,105, 0.1);
	border-radius: 50px;
	color: rgb(166,1,105);
	transition: background 0s 0.1s;
}
.regions-link:focus {
	color: rgb(166,1,105);
	transition: color 0s 0.1s;
}
.select-rerions::-webkit-scrollbar {
	width: 10px;
}
.select-rerions::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	background-color: rgb(166,1,105, 0.1);
	border-radius: 10px;
}
.select-rerions::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgb(166,1,105);
}
.select-city::-webkit-scrollbar {
	width: 10px;
}
.select-city::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	background-color: rgb(166,1,105, 0.1);
	border-radius: 10px;
}
.select-city::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgb(166,1,105);
}
.select-city_name_list {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 20%;
}
.activity {
	color: #000;
	display: block;
}
@media(max-width: 800px) {
	.select-your_city {
	display: none;
	width: 100%;
	height: 359px;
	flex-direction: column;
	justify-content: space-between;
}
}
.reviews_link {
	margin: 50px auto 0;
	width: fit-content;
}
.reviews_link a {
	background: var(--akcent);
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 20px 40px;
	cursor: pointer;
	transition: .4s ease all;
}
.reviews_link a:hover {
	opacity: .7;
	transition: .4s ease all;
}
/*НОВЫЕ ТАБЛИЦЫ ЦЕН*/
.price_table-new {
	padding-top: 75px;
}
.price_table-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #BB1E4C;
	text-align: center;
	margin-bottom: 35px;
}
.price_table-wrapper {
	margin-top: 15px;
}
.price_item-top {
	background: var(--fon);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price_item-line {
	padding: 12px;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 2px 0;
	cursor: pointer;
	transition: .4s ease all;
}
.price_item-bottom:first-child .price_item-line {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.price_item-line:hover {
	background: #FAE1E8;
	transition: .4s ease all;
}
.price_item-line:hover .price_item-line_cost {
	color: #B21159;
	transition: .4s ease all;
}
.price_item-line, .price_item-line_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .4s ease all;
}
.price_item-line_text {
	/*font-weight: bold;
	*/
	font-size: 16px;
	line-height: 26px;
	color: #494949;
}
/*.price_item-line_text span {
	font-weight: normal;
}
*/
.price_item-line_cost {
	font-size: 16px;
	line-height: 26px;
	color: #494949;
	background-color: #F4F4F4;
	padding: 5px 20px;
	border-radius: 8px;
	margin-right: 15px;
}
.price_item-line_cost span {
	font-weight: bold;
}
.price_item-line_button a {
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #B21159;
	background-color: #FAE1E8;
	padding: 8px 10px;
	border-radius: 8px;
	text-decoration: none;
}
.price_item-line:hover .price_item-line_button a {
	color: #FFFFFF;
	background-image: linear-gradient(270deg, #B81951 0%, #AB0C69 100%);
	transition: .4s ease all;
}
@media (max-width: 800px) {
	.price_item-line {
	display: block;
}
.price_item-line_left {
	margin-top: 15px;
}
}
@media (max-width: 475px) {
	.price_table-title {
	font-weight: 600;
	font-size: 24px;
}
.price_item-top {
	font-size: 18px;
}
.price_item-line_text {
	font-size: 14px;
}
}
@media (max-width: 355px) {
	.price_item-top {
	font-size: 16px;
}
.price_item-line_cost {
	font-size: 14px;
}
.price_item-line_button {
	font-size: 12px;
}
}
/*ОТВЕТЫ НА ВОПРОСЫ*/
.question_wrapper {
	margin-top: 25px;
}
.question_title {
	font-weight: 600;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	color: #BB1E4C;
	margin-bottom: 25px;
}
.question_item {
	margin: 10px 0;
}
.question_item:hover {
	cursor: pointer;
}
.question_item-top {
	background: #FFFFFF;
	border-radius: 8px;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #494949;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	transition: .4s ease all;
}
.question_item:hover .question_item-top {
    background-color: rgba(45, 73, 132, 0.2);
	transition: .4s ease all;
}
.question_item-bottom {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #494949;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
    padding: 25px;
	display: none;
}
.question_item-top.active-qoa {
	color: #FFFFFF!important;
    background: var(--fon) !important;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	transition: .4s ease all;
}
.question_item-bottom.active-bottom-qoa {
	background-color: #FFFFFF;
	padding: 25px;
}
@media (max-width: 1025px) {
	.question_item-top {
	font-size: 16px;
}
}
@media (max-width: 805px) {
	.question_title, .other_services-title {
	font-size: 26px;
}
}
@media (max-width: 440px) {
	.question_title, .other_services-title {
	font-size: 22px;
}
}
@media (max-width: 380px) {
	.question_title {
	font-size: 18px;
	line-height: 25px;
}
.question_item-top {
	font-size: 14px;
}
}







  .page-articles__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-articles__card {
    border-radius: 20px;
    background: #ecf2f9;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .page-articles__card p{
    margin: 0;
  }
  .page-articles__card:hover {
    background: #cdd4e5;
  }
  .page-articles__card_img {
    height: 210px;
  }
  .page-articles__card_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  .page-articles__card_inner {
    padding: 25px 30px 30px 30px;
  }
  .page-articles__card_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--tekst);
    margin-bottom: 14px;
  }
  .page-articles__card_subtitle {
    font-size: 16px;
    line-height: 140%;
    color: var(--tekst);
    margin-bottom: 25px;
  }
  .page-articles__card_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .page-articles__card_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--dop-elementy);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .page-articles__card_btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--dop-elementy);
    border-right: 1px solid var(--dop-elementy);
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
  .page-articles__card_btn:hover::after {
    transform: rotate(45deg) translate(5px, -5px);
  }
  .page-articles__card_date {
    border-radius: 10px;
    padding: 8px 14px;
    background: #fff;
    font-size: 14px;
    line-height: 140%;
    color: var(--dop-elementy);
  }


  @media (max-width: 1100px) {
    .page-articles__cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 24px;
    }
  }
  @media (max-width: 688px) {
    .page-articles__cards {
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
    }
    .page-articles__card_inner {
      padding: 20px;
    }
    .page-articles__card_img {
        height: 200px;
      }
    .page-articles__card_title {
      font-size: 18px;
    }
    .page-articles__card_subtitle {
        font-size: 14px;
      }
  }
  
  .article__top_row {
    display: flex;
    gap: 57px;
    justify-content: space-between;
    align-items: center;
  }
  .article {
    margin-top: 80px;
  }
  .article__grid {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 60px;
  }
  .article__grid:not(:last-child) {
    margin-bottom: 40px;
  }
  .article__left, .article__right {
    padding-top: 20px;
    border-top: 1px solid #c7d6dc;
  }
  .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: 700;
    line-height: 140%;
    color: var(--tekst);
    margin-bottom: 40px;
  }
  .article h2 {
    font-size: 34px;
  }
  .article h3 {
    font-size: 30px;
  }
  .article h4 {
    font-size: 26px;
  }
  .article h5 {
    font-size: 18px;
  }
  .article h2:empty, .article h3:empty, .article h4:empty, .article h5:empty, .article h6:empty {
    margin-bottom: 0;
  }
  .article p:not(:last-child) {
    margin-bottom: 20px;
  }
  .article span {
    font-weight: 500;
  }
  .article a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--tekst);
    transition: all 0.3s ease;
  }
  .article a:hover {
    color: var(--akcent);
  }
  .article ul:not(.breadcrumbs) {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .article ul:not(.breadcrumbs) li {
    display: flex;
    gap: 10px;
  }
  .article ul:not(.breadcrumbs) li::before {
    content: "";
    display: block;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--dop-elementy);
    margin-top: 7px;
  }
  .article ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    list-style-type: none;
    counter-reset: item;
  }
  .article ol li {
    display: flex;
    gap: 10px;
  }
  .article ol li::before {
    content: counter(item);
    counter-increment: item;
    display: block;
    min-width: 28px;
    width: 28px;
    height: 28px;
    border: 1px solid var(--tekst);
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    color: var(--tekst);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article__img img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .article__img p {
    font-size: 14px;
    color: rgba(64, 95, 106, 0.8);
    margin: 0;
  }
  .article table {
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  .article table thead th {
    border: none;
    padding: 20px 25px;
    background: #e8eefb;
    font-weight: 500;
    font-size: 14px;
    color: var(--tekst);
    border-right: 2px solid #fff;
  }
  .article table thead tr th:last-child {
    border-right: none;
  }
  .article table tbody td {
    border-right: 2px solid #fff;
    padding: 20px;
    font-size: 14px;
    color: var(--tekst-svetlyy);
    vertical-align: top;
  }
  .article table tbody tr td:last-child {
    border-right: none;
  }
  .article table tbody tr:nth-child(even) {
    background: #f9f9f9;
  }
  .article__literature_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: var(--tekst);
    margin-bottom: 40px;
  }
  .article__literature ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7d6dc;
    margin-bottom: 30px;
    list-style-type: none;
    counter-reset: item;
  }
  .article__literature ol li {
    display: flex;
    gap: 12px;
    color: var(--tegi);
    opacity: 0.85;
  }
  .article__literature ol li::before {
    content: counter(item);
    counter-increment: item;
    display: block;
    min-width: max-content;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--dop-elementy);
    opacity: 0.4;
  }
  .article__literature_bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .article__literature_item {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: var(--tekst);
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
  .article__literature_item p {
    font-weight: 700;
    margin: 0 !important;
  }
  .article__literature_share {
    font-weight: 500;
    font-size: 16px;
    color: var(--tekst);
  }
  .article__literature_links {
    display: flex;
    gap: 6px;
  }
  .article__literature_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: var(--dop-elementy);
  }

.author {
    border-radius: 10px;
    padding: 20px 24px 24px 24px;
    background: #fff;
    min-width: 486px;
}
.author__top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(199, 199, 199, 0.4);
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 140%;
    color: var(--tekst);
}
.author__inner {
    display: flex;
    gap: 20px;
    align-items: center;
}
.author__img {
    border-radius: 5px;
    max-width: 111px;
    max-height: 142px;
    overflow: hidden;
}
.author__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author__fio {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--tekst);
    margin-bottom: 18px;
}
.author__post {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 150%;
    color: var(--tekst);
    margin-bottom: 6px;
}
.author__post:last-child {
    margin-bottom: 0;
}

  /* rating */
.full-stars {
    text-align: center;
}
.full-stars .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.full-stars input {
    position: absolute;
    left: -9999px;
}
.full-stars label {
    margin: 0;
    cursor: pointer;
}
.full-stars label svg {
    margin: 0 2px;
    height: 18px;
    width: 20px;
    fill: var(--dop-elementy);;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}
.full-stars input:checked ~ label svg {
    fill: transparent;
}
.full-stars .rating-group:hover label svg {
    fill: var(--dop-elementy);
}
.full-stars .rating-group input:hover ~ label svg {
    fill: transparent;
}
  @media (max-width: 1100px) {
    .article__top_row {
        flex-direction: column;
    }
    .article__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      padding-top: 20px;
      border-top: 1px solid #c7d6dc;
    }
    .article__right {
      display: contents;
    }
    .article__left {
      display: contents;
    }
    .article h2, .article h3, .article h4, .article h5, .article h6 {
      order: -2;
    }
    .article__img {
      order: 2;
      margin-bottom: 20px;
    }
    .article__img img {
      max-height: 400px;
    }
    .article__form {
      margin: 0 0 20px 0;
      padding: 40px;
    }
  }
  @media (max-width: 688px) {
    .article {
        margin-top: 60px;
      }
    .article__grid:not(:last-child) {
      margin-bottom: 30px;
    }
    .article h2 {
      font-size: 24px;
    }
    .article h3 {
      font-size: 22px;
    }
    .article h4 {
      font-size: 20px;
    }
    .article h5 {
      font-size: 16px;
    }
    .article p {
        font-size: 14px !important;
        line-height: 140% !important;
      }
    .article ol {
      padding: 0;
    }
    .article ol li, .article ul li{
      font-size: 14px;
      line-height: 140%;
    }
    .article ul li::before {
      min-width: 8px;
      width: 8px;
      height: 8px;
    }
    .article__img img {
      max-height: 230px;
    }
    .article__img p {
      font-size: 12px;
    }
    .article__form {
      border-radius: 10px;
      padding: 20px;
      flex-direction: column;
      gap: 0;
    }
    .article__form_title {
      font-size: 22px;
    }
    .article table {
      overflow-x: auto;
      max-width: 100%;
    }
    .article table thead th, .article table tbody td {
      min-width: 243px;
    }
    .article table::-webkit-scrollbar {
      width: 0;
      height: 0;
    }
    .article__literature_title {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .article__literature ol {
      margin-bottom: 14px;
    }
    .article__literature ol li {
      font-size: 14px;
    }
    .article__literature ol li::before {
      font-size: 18px;
    }
    .article__literature_bottom {
      flex-direction: column;
      gap: 14px;
    }
    .article__literature_item {
      padding-bottom: 14px;
      font-size: 14px;
      border-bottom: 1px solid #c7d6dc;
      align-items: center;
    }
    .article__literature_share {
      font-size: 14px;
    }
    .article__literature_links {
      display: flex;
      gap: 10px;
    }
    .article__literature_link {
      width: 32px;
      height: 32px;
    }
    .author {
        min-width: auto;
        padding: 20px;
    }
    .author__content {
        display: contents;
    }
    .author__inner {
        flex-wrap: wrap;
        gap: 16px;
    }
    .author__img {
        max-width: 50px;
        max-height: 50px;
    }
    .author__fio {
        flex: 1 0 70%;
        font-size: 16px;
        margin-bottom: 0;
    }
    .author__post {
        flex: 1 0 100%;
    }
  }
  
  .popup {
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 2000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 8, 84, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
}

.popup.active {
  display: block;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  width: 100%;
  max-width: 950px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  scale: 0.3;
  transition: scale 0.4s ease;
  background-color: rgb(243, 246, 251);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
}

.popup.open .popup__content {
  scale: 1;
}
.header .popup-btn {
    color: #fff;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: var(--akcent);
}
.button__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 146%;
    max-width: 455px;
    border-radius: 8px;
    width: 100%;
    background: var(--akcent);
    position: relative;
    z-index: 10;
    color: white;
}

.button__footer img {
    margin-right: 10px;
}

.search-input-button {
    cursor: pointer;
}

.alCenter .popup-btn {
    width: 100%;
}

.popup__result_wrapper .arcticmodal-close {
    height: 35px;
    width: 35px;
    background-image: url(../img/close-icon.png);
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 30px;
    cursor: pointer;
}
.result_wrapper h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #2d4984;
}

.result_wrapper p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #2d4984;
}

.popup__result_wrapper .result_wrapper {
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
}
.popup__result_wrapper .popup__content {
    width: auto;
}
@media (max-width: 545px) {
    .popup__result_wrapper .arcticmodal-close {
        top: -43px;
        margin-left: -35px;
    }

    .popup__result_wrapper .result_wrapper {
        padding: 20px;
    }

    .popup__result_wrapper .popup__content {
        margin: 20px;
    }
}
.alCenter .popup-btn {
    color: white;
}
.price_item-line_button button {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #B21159;
  background-color: #FAE1E8;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
}

.price_item-line:hover .price_item-line_button button {
  color: #FFFFFF;
  background-image: linear-gradient(270deg, #B81951 0%, #AB0C69 100%);
  transition: .4s ease all;
}