@media (max-width: 768px){
	.rtj-dop-b{
		width: 100% !important;
	}
	.top-banner {
		margin-top: 10px;
		width: 100%;
	}
}
:root {
	--main-page-color: #9D6F94;
	--second-color: #bd6aaa;
	--third-color: #9C6E94;
}
.text-18{
	font-size: 18px;
	line-height: 32px;
}
.text-24{
	font-size: 24px;
	line-height: 36px;
}
.polegen{
	color: #4C4C4E;
}
.polegen .h2{
	font-weight: 300;
	color: #646565;
	font-family: HelveticaNeueCyr;
}
.polegen .cwcontainer-top.polepurple .cwitem-top.cwshadow{
	-webkit-box-shadow: 0px 2px 2px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 2px 2px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 2px 2px 1px rgba(34, 60, 80, 0.2);
	position: relative;
	background-position: bottom right;
	background-size: auto;
}
.top-banner{
	position: relative;
	overflow: hidden;
}
.top-banner .image {
	background-image: url('./images/top-banner.png');
	position: relative;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-banner .image .text{
	position: absolute;
	width: 100%;
	bottom: 70px;
    height:190px;
}
.top-banner .btn-arrow {
	margin-bottom: 20px;
}
.top-banner h1 {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--second-color);
	font-size: 40px;
	line-height: 48px;
}
.video iframe {
	display: block;
	margin: 0 auto;
}
#description .current {
	font-size: 24px;
	font-weight: 600;
}
#description .count {
	margin: 0 16px;
	color: #9D6F94;
	font-size: 18px;
	line-height: 36px;
}
#description .slider-arrows {
	display: none;
}
#description .slider-arrow {
	background-color: transparent;
	border: none;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/local/templates/.default/components/bitrix/news/services/bitrix/news.detail/ginekologiya/images/arrow-purple.svg");
}
#description .slider-prev {
	transform: rotate(180deg);
}
#description {
	display: block;
}
#description .cwrow-top {
	display: block;
}
#description .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
#description .slick-dots li {
	cursor: pointer;
	margin: 0;
	padding: 4px;
}
#description .slick-dots li:not(.slick-active)::before {
	background-color: white;
}
#description .slick-dots li::before {
	border: 1px solid var(--second-color);
}
#description .slick-dots li button {
	background-color: transparent;
	border: none;
	font-size: 0;
}

@media (min-width: 1201px){
	.polegen .h3{
		font-size: 24px;
		line-height: 36px;
		margin: 30px 0;
	}
	.polegen .h2{
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.desktop-hide{
		display: none !important;
	}
}
@media (min-width: 801px) and (max-width: 1200px){
	.polegen .h3{
		font-size: 24px;
		line-height: 36px;
		margin: 70px 0 30px 0;
	}
	.polegen .h2{
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.desktop-hide{
		display: none !important;
	}
}

@media (max-width: 800px){
	.polegen .h3{
		font-size: 24px;
		line-height: 36px;
		margin: 30px 0 15px 0;
	}
	.polegen .h2{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.top-banner .image {
		height: 30.44vw;
	}
	.top-banner .gurl {
		width: 45%;
	}
	.top-banner .image .text {
        height:110px;
	}
	.top-banner h1 {
		font-size: 24px;
		line-height: 31px;
	}
	.top-banner .btn-arrow._color-purple-inverse {
		display: none;
	}
	.mobile-hide {
		display: none !important;
	}
	.mobile-order-parent {
		display: flex;
		flex-direction: column;
	}
	.mobile-order-1 {
		order: -3;
	}
	.mobile-order-2 {
		order: -2;
	}
	.mobile-order-3 {
		order: -1;
	}
}
@media (max-width: 500px) {
    .top-banner .image .text {
        height:70px;
    }
    .top-banner h1 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 380px) {
    .top-banner .image .text {
        height:54px;
    }
    .top-banner h1 {
        font-size: 18px;
        line-height: 20px;
    }
}

/* ul lists */
.polegen li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--main-page-color);
	position: absolute;
	left: 0;
	top: 10px;
}
.polegen li {
	font-weight: 400;
	margin-bottom: 30px;
	padding-left: 25px;
	position: relative;
	line-height: 28px;
}

/* tabs top */
.section._no-padding{
	background-color: #FFF1FF;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 2px 2px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 2px 2px 1px rgba(34, 60, 80, 0.2);
}
.tabs__head {
	align-items: center;
	justify-content: center;
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
}
.tabs__head__item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	flex-direction: column;
	height: 32px;
	box-sizing:border-box;
	line-height: 32px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	color: white;
	border-color: #ebd7ea;
}
.tabs__head__item a{
	color: var(--main-page-color) !important;
}

@media (min-width: 1201px) {
	.tabs__head__item{
		font-weight: 300;
		font-size: 18px;
		line-height: 32px;
	}
	.section._no-padding {
		margin: 0 0 80px 0;
	}
}
@media (min-width: 801px) and (max-width: 1200px) {
	.tabs__head__item{
		font-weight: 300;
		font-size: 18px;
		line-height: 32px;
		padding: 0 15px;
	}
	.section._no-padding {
		margin: 0 0 80px 0;
	}
}
@media (max-width: 800px) {
	.tabs__head__item{
		font-weight: 300;
		font-size: 18px;
		line-height: 32px;
		padding: 0 9px;
		flex-basis: 33%;
	}
	.section._no-padding {
		margin: 0 0 40px 0;
	}
}




/* flex container rules */
.polegen .cwrow-top > .cwitem-top,
.polegen .cwrow > .cwitem {
	flex: 1;
	position: relative;
}
.polegen .cwrow-top,
.polegen .cwrow {
	display: flex;
	flex-flow: row;
}
.polegen .cwcontainer-top,
.polegen .cwcontainer {
	color: #646565;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	justify-content: space-around;
}

@media (max-width: 1000px) {
	.video iframe {
		width: 90%;
	}
}
@media (min-width: 801px) {
	.polegen .cwrow-top .cwitem-top,
	.polegen .cwrow .cwitem {
		flex: 1 0 0px;
	}
	.polegen .cwcontainer-top {
		margin: 0 auto 0 auto;
	}
	.polegen .cwcontainer {
		margin: 80px auto 40px auto;
	}
}
@media (max-width: 800px) {
	.polegen .cwcontainer-top,
	.polegen .cwcontainer{
		margin: 0 auto 40px auto;
	}
	.polegen .cwrow img{
		margin: 0 auto;
	}
	.polegen .img-flower {
		width: 100%;
		position: relative;
		text-align: center;
	}
	.polegen .cwcentext{
		text-align: center;
		margin: -10px 0 40px 0 !important;
		max-width: unset !important;
		width: 100%;
		display: block;
	}
	.video iframe {
		max-height: 370px;
	}
}
/* 2 span in 1 row */
.polegen .cwitem-top .uprow,
.polegen .cwitem .uprow{
	display: flex;
}

/* 4 item bar */
@media (min-width: 1600px) {
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top {
		width: 100%;
		max-width: 400px;
		height: 400px;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwtitle {
		font-size: 28px;
		line-height: 32px;
		margin: 0 .5em;
	}
}
@media (min-width: 1202px) and (max-width: 1599px) {
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top {
		width: 100%;
		max-width: 300px;
		height: 300px;
		/*flex-basis: 50% !important;*/
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwtitle{
		font-size: 23px;
		line-height: 28px;
		margin: 0 1.25em 0 1.25em;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwleftimg > img{
		width: 65px;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top.cwshadow._img5 {
		background-size: 90%;
	}
}
@media (min-width: 801px) and (max-width: 1201px){
	.polegen .cwcontainer-top.polepurple{
		margin: 0 15px 80px 15px;
		width: calc( 100% - 30px ) !important;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top {
		flex: 1 0 50% !important;
		max-width: calc( 50% - 10px ) !important;
		height: 400px;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwtitle{
		font-size: 24px;
		margin: 0 2vw;
	}
	.polegen .cwrow-top {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img1{
		margin: 0 10px 12px 0;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img2{
		margin: 0 0 12px 10px;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img3{
		margin: 12px 10px 0 0;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img4{
		margin: 12px 0 0 10px;
	}
}

@media (max-width: 800px){
	#description .slider-arrows {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top.cwshadow {
		background-size: auto 100%;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top.cwshadow._img5 {
		background-size: auto 60%;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top.cwshadow._img0 {
		background-size: auto 60%;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img1,
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img2{
		margin-bottom: 5px;
	}

	/*.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img1,*/
	/*.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img3{*/
	/*	padding-right: 2px;*/
	/*}*/
	/*.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img2,*/
	/*.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._img4{*/
	/*	padding-left: 2px;*/
	/*}*/
	.polegen .cwcontainer-top.polepurple {
		margin: 0 0 40px 0 !important;
	}
	.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top {
		cursor: pointer;
		border-radius: 10px;
		flex: 1 0 50% !important;
		min-height: 185px;
		width: 50vw;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwtitle{
		font-size: 14px;
		line-height: 20px;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwtitle {
		margin: 1vw 1vw 0 1vw;
	}

	.polegen .cwcontainer-top.polepurple .cwrow-top {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .cwleftimg > img {
		width: 40px;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top .uprow {
		margin: 2vw 2vw 0 2vw !important;
	}
	.polegen .cwcontainer-top.polepurple .btn-arrow{
		display: none;
	}
}
@media (min-width: 801px){
	.rightside.cwtwositem img{
		border-radius: 0 15px 15px 0;
	}
	.polegen .cwcontainer-top.polepurple .cwitem-top {
		background-size: cover;
	}
}
.polegen .cwcontainer-top.polepurple{
	width: 100%;
	max-width: 1600px;
}
.polegen .cwcontainer-top.polepurple .cwitem-top .cwtitle {
	color: var(--main-page-color);
	text-align: left;
}
.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top._active,
.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top:hover {
	background-color: #fff2f2;
}
.polegen .cwcontainer-top.polepurple .cwrow-top .cwitem-top {
	flex: 1 0 25%;
}
.polegen .cwcontainer-top.polepurple .cwitem-top .uprow{
	margin: 25px 25px 0 25px;
}
.polegen .cwcontainer-top.polepurple .cwitem-top {
	background-color: #fff;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
.polegen .cwcontainer-top.polepurple .cwitem-top._img0{ background-image: url('./images/matka.png'); background-position: 85% 85%;}
.polegen .cwcontainer-top.polepurple .cwitem-top._img1{ background-image: url('./images/gineko_img1.png'); }
.polegen .cwcontainer-top.polepurple .cwitem-top._img2{ background-image: url('./images/gineko_img2.png'); }
.polegen .cwcontainer-top.polepurple .cwitem-top._img3{ background-image: url('./images/gineko_img3.png'); }
.polegen .cwcontainer-top.polepurple .cwitem-top._img4{ background-image: url('./images/gineko_img4.png'); }
.polegen .cwcontainer-top.polepurple .cwitem-top._img5{ background-image: url('./images/eko.png'); }
.polegen .cwcontainer-top.polepurple .cwitem-top.active {
	background-color: #fff2f2;
}

.btn-arrow._color-purple-inverse {
	background-color: var(--second-color);
	color: #fff;
	border-width: 0;
}
.polepurple .btn-arrow._color-purple-inverse{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.btn-arrow._color-purple-inverse:after {
	background-color: unset;
}
.btn-arrow._color-purple-inverse:after{
	background-image: url('./images/circle.svg') !important;
	background-size: unset !important;
}




/* item 3 img with pic in row */
.purpletext{
	color: var(--main-page-color);
	font-weight: 600;
}
.polegen .cwcentext{
	max-width: calc( 100% - 200px );
	margin: auto 0 auto 20px;
}
/* item for with outer image */
.polegen .cwtwositem {
	position: relative;
}
.polegen .leftside.cwtwositem img{
	float: right;
	border-radius: 10px;
}
@media (max-width: 800px){
	.flower-block img{
		max-width: 305px;
	}
	.tab1 .rightside.cwtwositem{
		margin: 20px -15px 0 -15px;
	}
	.tab1  .cwcontainer.lbg {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EFF4F9 100%);
	}
	.polegen .accordion{
		background: unset;
	}
	.polegen .accordion__head{
		padding: 10px 0 10px 0;
	}
	.polegen .accordion__head__title{
		width: calc( 100% - 55px );
		font-size: 18px;
	}
	.polegen .accordion__toggler{
		background-color: unset;
	}
	.polegen .accordion__body{
		padding: 0 0 0 1rem;
		font-size: 14px;
		padding-bottom: 8px;
		border-color: #dab2d3;
		border-bottom-width: 1px;
		border-style: solid;
	}
}

.polegen .services-geni-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 1201px){
	.polegen .services-geni-list li{
		max-width: calc( 50% - 15px );
		width: 100%;
	}
	.polegen .cwitem.cwtwositem{
		max-width: 50%;
	}
	.polegen .rightside {
		margin: 0 0 0 10px;
	}
	.polegen .leftside {
		margin: 0 10px 0 0;
	}
}

@media (min-width: 801px ) and (max-width: 1200px){
	.polegen .cwitem.cwtwositem{
		max-width: 38%;
	}
	.polegen .rightside {
		margin: 0 0 0 10px;
	}
	.polegen .leftside {
		margin: 0 10px 0 0;
	}
	.polegen .services-geni-list li{
		max-width: calc( 50% - 15px );
		width: 100%;
	}
}
@media (max-width: 800px ) {
	.polegen .cwrow{
		display: block !important;
		flex-flow: unset;
	}
	.polegen .cwrow > .cwitem{
		flex: unset !important;
		display: block;
	}
	.polegen .services-geni-list li {
		width: 50%;
	}
	.polegen .services-geni-list li{
		width: 100%;
	}
}


/* problems block */
.polegen .problems{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.polegen .problems .item > img,
.polegen .problems .item > div{
	display: inline-block;
}
.polegen .problems .item > img {
	float: left;
}
.polegen .problems .item > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.polegen .problems .text > div{
	display: inline-block;
}

/* Заболевания */
.polegen .sicks {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.polegen .sicks p {
	margin: 0 0 29px 90px;
}
.polegen .sicks p::before {
	content: "";
	display:block;
	background-repeat: no-repeat;
	height: 56px;
	position: absolute;
	top: -10px;
	min-width: 42px;
	right: -11px;
	width: 100%;
}
.polegen .sicks p.sick_i1::before { background-image: url('./images/sicks/i1.svg'); }
.polegen .sicks p.sick_i2::before { background-image: url('./images/sicks/i2.svg'); }
.polegen .sicks p.sick_i3::before { background-image: url('./images/sicks/i3.svg'); }
.polegen .sicks p.sick_i4::before { background-image: url('./images/sicks/i4.svg'); }
.polegen .sicks p.sick_i5::before { background-image: url('./images/sicks/i5.svg'); }
.polegen .sicks p.sick_i6::before { background-image: url('./images/sicks/i6.svg'); }

@media (min-width: 801px){
	.polegen .sicks .item.mrr {
		margin: 0 20px 0 0;
	}
	.polegen .sicks {
		margin: 80px 0 80px 0;
	}
	.polegen .problems {
		margin: 40px 0 80px 0;
	}
	.polegen .problems .item > div {
		max-width: calc(100% - 198px);
		height: 178px;
	}
	.polegen .problems .item.mrr {
		margin: 0 20px 0 0;
	}
	.polegen .problems .item,
	.polegen .sicks .item {
		flex: 1 0 50%;
		max-width: calc( 50% - 20px );
		position: relative;
		margin: 0 0 15px 20px;
	}
	.polegen .problems .item > img {
		width: 178px;
		margin: 0 20px 0 0;
	}
	.polegen .problems .shield{
		height: 123px;
		margin: 55px 20px 0 0 !important;
	}
}
@media (max-width: 800px) {
	.polegen .sicks {
		margin: 15px 0 40px 0;
	}
	.polegen .problems {
		margin: 15px 0 0 0;
	}
	.polegen .problems .item > div {
		max-width: calc(100% - 90px);
		height: 80px;
	}
	.polegen .sicks .item,
	.polegen .problems .item{
		margin-bottom: 20px;
	}
	.polegen .sicks .item {
		flex: 1 0 100%;
		position: relative;
		width: 100%;
	}
	.polegen .problems .item > img{
		width: 80px;
		margin: 0 10px 0 0;
		border-radius: 10px;
	}
	.polegen .problems .text > div{
		font-size: 14px;
		line-height: 20px;
	}
	.polegen .problems .shield{
		display: none !important;
	}
}

@media (max-width: 800px) {
	.h2.purple-h2{
		display: block;
		font-size: 28px;
		line-height: 36px;
		text-align: center;
	}
}


/* block 8 with left image */
.polegen .purple-text{
	text-align: center;
	color: var(--main-page-color);
	font-weight: 600;
	margin: 40px 0 80px 0;
}
.polegen .custom-text1 p {
	margin: 0 0 20px 0;
}

.polegen .leftside.cwtwositem .img-block8{
	background-image: url("./images/block9.jpg");
	background-position: right;
	background-repeat: no-repeat;
	float:right;
	display: block;
	border-radius: 10px;
}


@media (min-width: 1201px) {
	.polegen .leftside.cwtwositem .img-block8{
		height: 369px;
		width: 950px;
		background-size: cover;
		background-position-y: 0;
	}
}
@media (min-width: 801px) and (max-width: 1200px) {
	.polegen .leftside.cwtwositem .img-block8{
		height: 369px;
		width: 800px;
		background-position-x: 316px;
		background-size: contain;
	}
}
@media (max-width: 800px) {
	.polegen .leftside.cwtwositem{
		width: 100%;
	}
	.polegen .leftside.cwtwositem .img-block8{
		background-size: cover;
		width: 100%;
		min-height: 215px;
		height: auto;
		margin: 0 0 20px 0;
	}
}

/* Лабораторные исследования */
.lab-research{
	margin: 80px 0;
}
.lab-research .mdtop{
	margin: 30px 0 0 0;
}
.lab-research .mobile-hide .laboratoria__logo {
	position: absolute;
	top: 112px;
	left: 15px;
}
.lab-research .laboratoria__logo{
	width: 288px;
	height: 288px;
}
.lab-research .laboratoria__logo .text{
	margin: 21px 0 0 0;
	font-size: 13px !important;
	line-height: 18px;
}
.lab-research .cwrow .cwitem.leftside{
	flex-grow: 2;
}
.lab-research .cwrow .cwitem.rightside{
	flex-grow: 1;
}
.laboratoria__logo.for-lab-research{
	margin: -230px auto 0 auto;
}
.lab-research .laboratoria__logo.mobile-hide{
	position: absolute;
	top: 112px;
}
@media (min-width: 801px) {
	.lab-research .h2 {
		font-size: 36px;
	}
}
@media (min-width: 1201px){
	.lab-research .cwrow .cwitem.rightside {
		max-width: 414px;
	}
	.lab-research .laboratoria__logo.mobile-hide{
		left: 112px;
	}
}
@media (min-width: 801px) and (max-width: 1200px){
	.lab-research .cwrow .cwitem.rightside {
		max-width: 315px;
	}
	.lab-research .laboratoria__logo.mobile-hide{
		left: 22px;
	}
}
@media (max-width: 800px){
	.lab-research .h2{
		font-size: 24px;
	}
	.lab-research{
		background-image: url('./images/lab_bg.png');
		background-repeat: repeat;
		background-size: contain;
	}
	.lab-research .leftside{
		padding: 20px 0 160px 0;
	}
}

@media (max-width: 500px) {
	.video iframe {
		max-height: 250px;
	}
}

.section{
	padding : 0!important;
}

.section__row {
	margin-top: 20px;
}

.rtj-tabs {
	position: relative;
	max-width: 810px;
}

.rtj-tabs .services-in-zelenograd {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0px;
	text-transform: none;
	border: 1px solid #e9f7f7;
	-webkit-box-shadow: 0 3px 8px rgba(138,180,70,0.2);
	box-shadow: 0 3px 8px rgba(138,180,70,0.2);
	color: #8ab446;
	display: inline-block;
	vertical-align: middle;
	border-radius: 1.5rem;
	background-color: #fff;
	padding: .8rem;
	white-space: nowrap;
	font-size: .875rem;
	line-height: .875rem;
	font-family: "HelveticaNeueCyr";
	cursor: pointer;
	padding-right: 40px;
}
.rtj-tabs .services-in-zelenograd:hover, .rtj-tabs .services-in-zelenograd.active {
	color: #fff;
	background: #8ab446;
}
.rtj-tabs .services-in-zelenograd.active:hover {
	color: #8ab446;
	background: #fff;
}
.rtj-tabs .services-in-zelenograd:after{
	content: url('square-regular.svg');
	right: 12px;
	top: 50%;
	position: absolute;
	width: 18px;
	height: 18px;
	filter: invert(42%) sepia(70%) saturate(1501%) hue-rotate(57deg) brightness(102%) contrast(50%);
	margin-top: -9px;
}
.rtj-tabs .services-in-zelenograd.active:after{
	content: url('check-square-regular.svg');
	right: 12px;
	top: 50%;
	width: 18px;
	height: 18px;
	position: absolute;
	filter: invert(99%) sepia(70%) saturate(1501%) hue-rotate(187deg) brightness(102%) contrast(100%);
	margin-top: -9px;
}
.rtj-tabs .services-in-zelenograd.a-load:after{
	width: 22px !important;
	height: 22px !important;
	margin-top: -10px !important;
	background: url(tail-spin-1.svg);
	content: '' !important;
	background-size: contain;
	background-repeat: no-repeat;
}
.rtj-tabs .services-in-zelenograd:hover:after{
	filter: invert(99%) sepia(70%) saturate(1501%) hue-rotate(187deg) brightness(102%) contrast(100%);
}
.rtj-tabs .services-in-zelenograd.active:hover:after{
	filter: invert(42%) sepia(70%) saturate(1501%) hue-rotate(57deg) brightness(102%) contrast(50%);
}
@media screen and (max-width: 780px) {
	.rtj-tabs .services-in-zelenograd {
		display: block;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.rtj-tabs .link {
		width: 100%;
	}
}

.price-block__item-rtj {
	padding: 0;
	cursor: pointer;
}
.js--prices-container2 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.container__coweb_prices .btn-arrow ._color-purple-inverse {
	color:#fff;
	float:right;
}
.genikolomap select.js--map-marker-select{
	border: 1px solid rgba(157, 111, 148, 0.2);
}
.genikolomap select.js--map-marker-select:hover{
	border: 1px solid rgba(157, 111, 148, 0.5);
}
.genikolomap select.js--map-marker-select:focus{
	border: 1px solid rgba(157, 111, 148, 1);
}
@media (min-width:801px){
	.callback-widget{
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.genikolomap{
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
@media (max-width:800px){
	.callback-widget{
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.genikolomap {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (min-width: 801px){
	.cw-collapse-block .cw-collapse-toggle{
		display: none;
	}
}
@media (max-width: 800px){
	.cw-collapse-block{
		position: relative !important;
		padding-bottom: 30px;
	}
	.cw-collapse-block.act .cw-collapse-toggle{
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.cw-collapse-block .cw-collapse-toggle{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 30px;
		width: 30px;
		border-radius: 30px;
		cursor: pointer;
		margin: 0 auto 0 auto;
		background-color: #fff;
		background-image: url('./images/arrow-purple.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: calc( 50% - 15px );
	}
	.cw-collapse-block:not(.act) .cw-text-content{
		height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
	}
}

.breadcrumbs {
	margin-bottom: 0 !important;
}
.top-banner .gurl {
	margin-left: auto;
	display: block;
}

.detail {
	margin-bottom: 80px;
	color: #4C4C4E;
}
.detail h2 {
	color: #9D6F94;
}
.detail img {
	border-radius: 10px;
	object-fit: cover;
}
.detail__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px;
	font-size: 18px;
	line-height: 24px;
}

@media screen and (max-width: 800px) {
	.detail {
		margin-bottom: 40px;
	}
	.main h2 {
		font-family: "HelveticaNeueCyr", sans-serif;
	}
	.detail__inner {
		grid-template-columns: 1fr;
	}
}

.health {
	margin-bottom: 80px;
}
.health h2 {
	color: #9D6F94;
}
.health p {
	font-size: 18px;
	line-height: 24px;
	coloor: #646565;
}
.health img {
	border-radius: 10px;
}
.health__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 50px;
	margin-top: 20px;
}
.health__item {
	display: flex;
	align-items: center;
}
.health__img {
	margin-right: 22px;
}
.health__grid--mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	.health__grid {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}

@media screen and (max-width: 600px) {
	.health {
		margin-bottom: 40px;
	}
	.health__grid {
		display: none;
	}
	.health__grid--mobile {
		display: block;
	}
	.health__item {
		flex-direction: column;
	}
	.health img {
		margin-left: auto;
		margin-right: auto;
	}
}

.content-1,
.content-2,
.content-3,
.content-4 {
	margin-bottom: 80px;
	font-size: 18px;
	line-height: 24px;
	color: #4C4C4E;
}
.content-1 h2,
.content-2 h2,
.content-3 h2,
.content-4 h2 {
	color: #9D6F94;
}
.content-4 p {
	margin-bottom: 20px;
}
.content-4 ul {
	column-count: 2;
}
.content-4 li {
	padding-left: 20px;
	position: relative;
}
.content-4 li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #9D6F94;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.content__colored {
	color: #9D6F94;
}
.warning {
	background-color: #FFFBFB;
	padding: 25px 100px;
	position: relative;
	color: #9D6F94;
	margin-top: 20px;
}
.warning::before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("images/icon-warning.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.content-1-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 22px;
}
.content-1-item {
	display: flex;
}
.content-1 img {
	width: 74px;
	height: 80px;
	margin-right: 26px;
}
.content-1--4 .content-1-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content-1--4 .content-1-item,
.content-1--5 .content-1-item {
	flex-direction: column;
	align-items: center;
}
.content-1--4 img,
.content-1--5 img {
	margin-right: 0;
	margin-bottom: 12px;
}
.content-1--4 p,
.content-1--5 p {
	text-align: center;
}
.content-1--5 .content-1-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.content-1--5 .content-2-slider {
	display: none;
}

@media screen and (max-width: 1200px) {
	.content-1--5 .content-1-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 800px) {
	.content-1,
	.content-2 {
		margin-bottom: 40px;
	}
	.content-1-grid,
	.content-1--4 .content-1-grid {
		grid-template-columns: 1fr;
	}
	.warning {
		padding: 25px 25px 25px 60px;
	}
	.warning::before {
		transform: translateY(0);
		top: 10px;
		left: 10px;
	}
	.content-1--5 .content-1-grid {
		display: none;
	}
	.content-1--5 .content-2-slider {
		display: block;
	}
	.content-1--5 img {
		margin-left: auto;
		margin-right: auto;
	}
}

.content-2-grid {
	display: flex;
	flex-wrap: wrap;
}
.content-2-grid > div:nth-child(odd) {
	margin-right: 20px;
}
.content-2-img {
	max-width: 380px;
}
.content-2-img img {
	width: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.content-2-grid .content-2-text {
	max-width: calc(100% - 400px);
	margin-top: 40px;
}
.content-2 h3 {
	color: #9D6F94;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 10px;
}
.content-2-slider {
	display: none;
}

@media screen and (max-width: 800px) {
	.content-2-grid {
		display: none;
	}
	.content-2-slider {
		display: block;
	}
	.content-2-img {
		max-width: 100%;
	}
	.content-2-text {
		margin-top: 20px;
		max-width: 100%;
	}
}

.content-5 {
	margin-bottom: 80px;
	background-color: #FFFBFB;
	padding-top: 32px;
	padding-bottom: 40px;
}
.content-5 h2 {
	font-size: 36px;
	line-height: 42px;
	color: #9D6F94;
	margin-bottom: 45px;
}
.content-5__inner {
	position: relative;
}
.content-5__inner::after {
	content: "";
	width: 54px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("images/icon-5-bg.svg");
	position: absolute;
	bottom: -20px;
	right: 19%;
}
.content-5__img {
	max-width: 445px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content-5__img img {
	width: 100%;
}
.content-5__l {
	column-count: 2;
}
.content-5__l li {
	display: flex;
	align-items: center;
	color: #9D6F94;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 14px;
}
.content-5__l li:nth-child(5),
.content-5__l li:nth-child(6),
.content-5__l li:nth-child(7) {
	flex-direction: row-reverse;
}
.content-5__l img {
	margin-right: 18px;
}
.content-5__l li:nth-child(5) img,
.content-5__l li:nth-child(6) img,
.content-5__l li:nth-child(7) img {
	margin-right: 0;
	margin-left: 18px;
}

@media screen and (max-width: 1000px) {
	.content-5 {
		margin-bottom: 40px;
		padding-top: 24px;
		padding-bottom: 36px;
	}
	.content-5 h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.content-5__img {
		max-width: 360px;
		position: relative;
		transform: translate(0, 0);
		top: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.content-5__inner {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 800px) {
	.content-5 {
		margin-bottom: 40px;
	}
	.content-5__l {
		column-count: 1;
	}
	.content-5__l img {
		width: 50px;
		height: 50px;
		margin-right: 9px;
	}
	.content-5__l li:nth-child(5), .content-5__l li:nth-child(6), .content-5__l li:nth-child(7) {
		flex-direction: row;
	}
	.content-5__l li:nth-child(5) img, .content-5__l li:nth-child(6) img, .content-5__l li:nth-child(7) img {
		margin-right: 9px;
		margin-left: 0;
	}
	.content-5__inner::after {
		bottom: 60%;
		right: 5%;
	}
}

@media screen and (max-width: 500px) {
	.content-5__img {
		max-width: 250px;
	}
	.content-5__inner::after {
		bottom: 68%;
		right: 0;
	}
}

.content-6 {
	margin-bottom: 80px;
	color: #646565;
}
.content-6 h2 {
	font-size: 36px;
	line-height: 42px;
	color: #9D6F94;
	margin-bottom: 12px;
}
.content-6__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
}
.content-6__row {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
}
.content-6__row > *:first-child {
	margin-right: 24px;
}
.content-6__row._rigth {
	text-align: right;
}
.content-6__row li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
}
.content-6__row li::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #9D6F94;
}

@media screen and (max-width: 1200px) {
	.content-6__inner {
		grid-gap: 8px;
	}
}

@media screen and (max-width: 1000px) {
	.content-6__inner {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 800px) {
	.content-6 {
		margin-bottom: 40px;
	}
	.content-6__row._rigth {
		flex-direction: row-reverse;
	}
	.content-6__row {
		justify-content: center;
	}
	.content-6__right .content-6__row {
		flex-direction: column;
	}
	.content-6__row img {
		max-width: 125px;
	}
}

@media screen and (max-width: 400px) {
	.content-6__row img {
		max-width: 100px;
		margin-right: 16px;
	}
}

#description .cwrow-top {
	display: none;
}
#description .cwrow-top._init {
	display: block;
}