html {
    overflow-x: hidden;
}
ul.diagnostik_menu_list_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.diagnostik_menu_list_wrap li{
    padding-right: 15px;
}
ul.diagnostik_menu_list_wrap li a{
    color: #0F6CB6;
}

.flex_col_3_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.flex_col_3_item {
    width: calc(33.3% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_col_3_text_wrap {
    width: calc(100% - 70px);
}
.flex_col_3_item_number {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    background: #0F6CB6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_col_3_text_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
}

/**************************/
.what_queston_call{
    background: linear-gradient(92.78deg, #F9EBFB -3.52%, rgba(204, 236, 250, 0) 61.34%), linear-gradient(90deg, #E3EBF5 57.37%, rgba(227, 235, 245, 0) 78.96%), url(505757569-1.jpg);
    border-radius: 7px;
    padding: 40px;
    position: relative;
}
.what_queston_call_img_wrap {
    position: absolute;
}
.what_queston_call_img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.what_queston_call_wrap {
    z-index: 2;
    position: relative;
}
.what_queston_call_img_wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    object-position: right;
}
.what_queston_call_img_wrap_mob{
    display: none;
}
.what_queston_call_title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 140%;
    color: #FF5151;
}
.what_queston_call_wrap p {
    font-weight: normal;
    font-size: 18.72px;
    line-height: 140%;
    color: #000000;
}
.what_queston_call_wrap a {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #0F6CB6;
    display: flex;
    align-items: center;
}
.what_queston_call_wrap a img {
    padding-right: 10px;
}
/**/
.what_queston_call.what_queston_call2 .what_queston_call_img_wrap img {
    object-position: revert;
}

.what_queston_call.what_queston_call2 .what_queston_call_wrap {
    padding-left: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.what_queston_call.what_queston_call2 .what_queston_call_title {
    width: 60%;
}
.what_queston_call.what_queston_call2 .what_queston_call_wrap p {
    color: #919090;
}
/**************************/


.p-slider .tns-item {
    opacity: 1;
}
.disease .horizonal-card .hor-call .button-call {
    text-decoration: none;
    transition: background-color .3s ease;
}

.disease .horizonal-card .hor-call .button-call:hover {
    background-color: #277abd;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0,.10);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .10);
}
.oborud_block_text_after ul h4 {
    font-weight: bold;
    font-size: 18.72px;
    line-height: 140%;
    color: #0F6CB6;
    margin: 0;
}
.isledov_name_wrap.whith_out {
    width: 10%;
}

.num_isled_1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 140%;
    color: #0F6CB6;
}
.diagnostika_container iframe {
    float: right;
    padding: 0 0 20px 20px;
}
.otz_wrap_flex.all_otz_wrap{
    display: none;
}
.text_wrap {
    padding: 20px 0;
}
.show_more_otz {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 185%;
    color: #0F6CB6;
    margin: 30px auto;
    cursor: pointer;
}
.show_more_otz img{
    padding-left: 15px;
}
.otz_wrap_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.otz_name {
    text-align: center;
    color: #0F6CB6;
    font-weight: bold;
    border-bottom: solid 1px #D7D7D7;
    min-height: 80px;
    padding: 10px;
}
.otz_wrap_item {
    width: calc(25% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 30%);
    border-radius: 7px;
    margin-bottom: 20px;
}
.otz_text {
    padding: 10px;
}
.vrach_block_diagnostika .doctors {
    padding: 40px 0;
}

.otz_wrap_item.line_otz {
    width: 100%;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #D7D7D7;
    margin: 10px 0;
}

.otz_wrap_item.line_otz .otz_name {
    border: none;
    text-align: left;
    min-height: auto;
    color: #000;
}
.otz_date {
    font-size: 13px;
    font-weight: 400;
    color: #615f5f;
}


.blue_text {
    color: #0f6cb6;
}
.p-slider__btns2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.p-slider .tns-slide-active.active {
    opacity: 1;
    transition: all 0.3s ease;
}
.slider_wrap{
    position: relative;
    padding-bottom: 40px;
}
.slider_wrap .tns-nav {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.slider_wrap .tns-nav button {
    background: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 5px;
    margin: 0 5px;
}
.slider_wrap .tns-nav button:active,.slider_wrap .tns-nav button:focus,.slider_wrap .tns-nav button:hover{
    outline: none;
}
.slider_wrap .tns-nav button.active,.slider_wrap .tns-nav .tns-nav-active{
    background: #0F6CB6;
}
.preim_block_diagnostika{
    padding: 5px 0 40px 0;
}
.g-slider__btns .p-slider__btn.p-slider__btn--prev {
    left: 0;
    top: 43%;
    transform: rotate(180deg);
}
.g-slider__btns .p-slider__btn.p-slider__btn--next {
    right: 0;
    top: 43%;
}
.g-slider__btns .p-slider__btn.p-slider__btn--next,.g-slider__btns .p-slider__btn.p-slider__btn--prev{
    background: #0F6CB6;
    background-image: url(/local/templates/medicina/img/next_pre_whte.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.g-slider__btns .p-slider__btn.p-slider__btn--next::before, .g-slider__btns .p-slider__btn.p-slider__btn--prev::before{
    display: none;
}

.slider_items{
    padding: 10px;
}
.img_slider_wrap {
    padding: 10px;
}
.slide_text {
    min-height: 180px;
}
.slider_items_wraps {
    background: #FFFFFF;
    box-shadow: 0px 4px 28px rgb(0 0 0 / 7%);
    border-radius: 7px;
    padding: 30px;
    display: flex;
}
.img_slider_wrap {
    width: 40%;
}
.preim_block_diagnostika{
    position: relative;
}
.queston_purpul {
    background: linear-gradient(
            89.87deg
            , #33ADF1 1.08%, #D848FC 99.89%);
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 30px;
    color: #fff;
    margin-top: 60px;
}
.queston_purpul_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.queston_purpul_info_wrap {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    width: 70%;
}
.queston_purpul_phone_wrap a {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.queston_purpul_phone_wrap a img {
    padding-right: 10px;
}
.what_get_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.what_item_icon {
    margin-bottom: 30px;
}
.what_item_icon{
    position: relative;
}
.what_item_icon img{
    position: relative;
    z-index: 22;
}
.what_item_icon:before {
    content: "";
    position: absolute;
    background: #c3d6f4;
    border-radius: 7px;
    width: 48px;
    height: 48px;
    top: 15px;
    left: 16px;
}
.what_item_wrap {
    width: calc(25% - 15px);
    margin-bottom: 15px;
}
.podgot_list{
    margin: 20px 0;
}

.block_kons_blue {
    background: linear-gradient(
            91.82deg
            , #0F6CB6 -3.68%, #3997E2 102.75%);
    border-radius: 7px;
    display: flex;
}
.block_kons_blue_info_wrap {
    padding: 30px;
}
.block_kons_blue {
    margin-top: 60px;
}
.diagnostik_font .block_kons_blue_info_wrap h2 {
    margin: 0px;
    font-weight: 500;
    font-size: 34px;
    line-height: 140%;
    color: #FFFFFF;
}
.block_kons_blue_info_wrap p {
    font-weight: normal;
    font-size: 18.72px;
    line-height: 140%;
    color: #FFFFFF;
}
.tel_kons_wrap a {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.tel_kons_wrap a img {
    padding-right: 10px;
}
.pokaz_text_wrap ul {
    background: #E3F7EB;
    border-radius: 7px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    border-left: solid 8px #219653;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 25px;
}

.pr_pokaz_text_wrap ul {
    background: #FEF0F0;
    border-radius: 7px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    border-left: solid 8px #EB5757;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 25px;
}

.pr_pokaz_text_wrap ul li {
	font-size: 16px !important;
}

.bg_gray,.bg_blue {
    position: absolute;
    z-index: 1;
    background-color: #F8F8F8;
    top: 0;
    bottom: 0;
    left: -50000px;
    right: -50000px;
    overflow: hidden;
}
.bg_blue{
    background: #E9F1FF;
}
.block_for_bg_col {
    position: relative;
    z-index: 2;
}
.isled_block_diagnostika {
    position: relative;
    padding: 5px 0 40px 0;
}
.isledov_flex_wrap {
    display: flex;
    padding: 20px 0;
    border-top: solid 1px #D7D7D7;
}
.isledov_name_wrap {
    width: 30%;
    color: #0F6CB6;
    font-style: normal;
    font-weight: bold;
    font-size: 18.72px;
    line-height: 140%;

}
.isledov_desk_wrap {
    width: 70%;
    padding-left: 30px;
}

.first_block_wrap_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.first_block_flex_item {
    width: calc(50% - 30px);
}
.diagnostik_font{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 185%;
    margin-bottom: 60px;
}
.diagnostik_font h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 40px 0;
}

.first_block_line_info {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    /*text-align: center;*/
    color: #000000;
    background: #E9F1FF;
    padding: 30px 60px;
    margin: 60px auto;
    border-left: solid 8px #0F6CB6;
    border-radius: 7px;
}

.oborud_block_text_before ul {
    list-style-type: circle;
    /* padding-left: 40px; */
    margin: 25px 0 0;
    /* border-radius: 7px; */
    /* font-family: Roboto; */
    /* font-style: normal; */
    font-weight: normal;
    /* font-size: 18.72px; */
    /* line-height: 140%; */
    color: #000000;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0 20px !important;
    text-align: left;
}

.oborud_block_slide{
    margin: 40px auto;
}
.oborud_block_slide img{
    border-radius: 7px;
}
.diagnostik_font ul {
    list-style-type: circle;
    padding-left: 40px;
    margin: 20px 0;
}
.diagnostik_font ul li{
    /* disable for http://medicina.local/diagnostika-i-lechenie/magnitno-rezonansnaya-tomografiya-mrt/*/
    /*list-style-type: disc;*/
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 10px;
}
.num_isled {
    font-weight: bold;
    font-size: 18.72px;
    line-height: 140%;
    color: #919090;
    padding-right: 10px;
    display: none;
}
.rating_count.layout .table_more{
    height: auto;
}
.isled_block_diagnostika_new_style_accordion{
    margin: 40px auto;
}
.isled_block_diagnostika_new_style_accordion .accordion{
    box-shadow: none;
    border-top:solid 1px #C4C4C4;
    margin: 0;
}
.isled_block_diagnostika_new_style_accordion:last-child{
    border-bottom:solid 1px #C4C4C4;
}
.isled_block_diagnostika_new_style_accordion .accordion__bottomBar {
    margin: 0;
}
.isled_block_diagnostika_new_style_accordion ul.flex_col_3{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.isled_block_diagnostika_new_style_accordion .accordion__drop--padding {
    padding: 30px;
    width: 100%;
}
.isled_block_diagnostika_new_style_accordion .formatedTexts ul li:before{
    background: #979797;
}
.first_block_line_info.for_ul{
    padding: 20px;
}
.first_block_line_info.for_ul ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.first_block_line_info.for_ul a{
    color: #0F6CB6;
}

.without_padding {
	padding-left: 0 !important;
}
.small_padding {
	padding-left: 5% !important;
}
.block_light_blue {
	background: #e9f1ff;
	border-left: solid 8px #0f6cb6;
	border-radius: 7px;
	padding: 2%;
}
.block_rainbow {
	/*padding: 20px 10%;*/
	border-left: 8px solid #035597;
	border-right: 8px solid #9513b7;
	margin-top: 5%;
	background: linear-gradient(89.87deg, #33adf1 1.08%, #d848fc 99.89%);
	margin-bottom: 40px;
	border-radius: 6px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text_block_without_back {
	margin: 3%;
}
.text_block_without_back .call_title {
	width: 60%;
    float: left;
}
.text_block_without_back p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	float: left;
	margin: 0;
}
.text_block_without_back .text_block_title {
	line-height: 28px;
}
.text_block_without_back .text_block_small {
	font-size: 18.72px;
    line-height: 26px;
}
.text_block_without_back a {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	padding: 0 0 0 12%;
}
.text_block_without_back span {
	font-size: 18px;
	color: #fff;
}
.text_block_without_back .block_call_price_icon {
	position: relative;
}
.text_block_without_back .call_more {
	width: 30%;
	float: right;
	text-align: left;
}
.text_block_without_back.vaktsinatsiya_icon {
	position: relative;
}
.block_call_price_icon:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: 2%;
}
.icon__call_block_white:before {
	background-image: url(/upload/medialibrary/188/icon_tel_white.png);
}
.one-column-count ul {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.block_call_girlleft {
	position: relative;
	height: 182px;
	margin: 5% 0;
}
.block_call_girlleft .call_img {
	background: url(/upload/medialibrary/4da/block_call_girlleft.png) no-repeat 100%;
	width: 100%;
	height: 182px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20%;
	border-radius: 7px;
	position: absolute;
	z-index: -1;
}
.block_call_girlleft .call_text {
	width: 82%;
	padding: 3% 4%;
	float: right;
	text-align: left;
}
.block_call_girlleft .call_text .call_text_head {
	width: 53%;
	float: left;
}
.block_call_girlleft .call_text_head h2 {
	font-size: 34px;
	line-height: 48px;
	font-weight: 500;
	color: #ff5151;
	text-align: left;
	margin: 0;
}
.block_call_girlleft .call_text_head p {
	margin-top: 0;
}
.block_call_girlleft .call_text .call_text_more {
	width: 40%;
	float: right;
}
.block_call_girlleft .call_text p {
	font-size: 18px;
}
.block_call_girlleft .call_text .grey {
	color: #919090;
}
.block_call_girlleft_icon {
	position: relative;
}
.block_call_girlleft_icon:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 1;
}
.icon__call:before {
	background-image: url(/upload/medialibrary/40d/bot_tel.png);
}
.block_call_girlleft .call_text a {
	font-size: 30px;
	padding: 0 14%;
	font-weight: 500;
}
.block_dark_blue {
	margin-top: 5%;
	background: linear-gradient(91.29deg, #338bd0 0%, #0f6cb6 102.49%);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	border-radius: 7px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.spec_number {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    padding: 2% 8%;
}
.strong_title p {
	margin: 0;
}
.what_item_desk {
	text-align: left;
}
.block_blue_woman_right {
	padding: 3% 0;
	position: relative;
}
.block_blue_woman_right .img_background {
    background: url(https://www.medicina.ru/upload/medialibrary/df2/block_blue_woman_right.png) no-repeat 100%;
    width: 100%;
    height: 212px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.block_blue_woman_right .main_text {
    width: 65%;
    margin: 3% 5%;
	position: relative;
	text-align: left;
}
.block_blue_woman_right .main_text .text_block_title {
    font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 48px;
}
.block_blue_woman_right .main_text p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.block_blue_woman_right .main_text a {
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-decoration-line: underline;
	color: #fff;
	padding: 0 6%;
}
.block_blue_woman_right .main_text .block_call_price_icon {
	position: relative;
}
.block_blue_woman_right .blue_woman_right.block_call_price_icon:before {
	margin-top: 1%;
}
@media screen and (max-width: 1279px) {
    .what_queston_call.what_queston_call2 .what_queston_call_wrap {
        padding-left: 70px;
    }
    .bg_gray,.bg_blue {
        left: -20px;
        right: -20px;
    }
    /**/
    .slider_items_wraps {
        flex-wrap: wrap;
    }
    .img_slider_wrap img {
        height: 80px;
        width: auto;
        object-fit: contain;
    }
}

@media screen and (max-width: 1024px) {
	.text_block_without_back .call_title {
		width: 55%;
	}
	.text_block_without_back .call_more {
		width: 40%;
		padding: 3% 0;
	}
	.block_call_girlleft .call_text {
		width: 80%;
		padding: 1% 4%;
	}
	.block_blue_woman_right .main_text {
		margin: 2% 5%;
	}
	.block_blue_woman_right .main_text .text_block_title {
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	.block_call_girlleft .call_text .call_text_head {
		width: 50%;
	}
	.block_call_girlleft .call_text_head h2 {
		font-size: 30px;
	}
	.block_call_girlleft .call_text .call_text_more {
		width: 45%;
		padding-top: 3%;
	}
	.block_call_girlleft .call_text a {
		font-size: 24px;
		padding: 0 0 0 14%;
	}
	.block_blue_woman_right .main_text .text_block_title {
		font-size: 30px;
	}
}

@media screen and (max-width: 825px) {
	.block_call_girlleft .call_text {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
    .flex_col_3_item {
        width: 100%;
        margin: 20px 0;
    }


    .isled_block_diagnostika_new_style_accordion ul.flex_col_3{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .first_block_line_info.for_ul ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .oborud_block_text_before ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0 20px !important;
        text-align: left;
    }
    .what_queston_call.what_queston_call2 .what_queston_call_wrap {
        padding-left: 0px;
    }
    .what_queston_call.what_queston_call2 .what_queston_call_title {
        width: 100%;
    }
    .first_block_flex_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .otz_wrap_item {
        width: calc(50% - 20px);
    }
    .what_item_wrap {
        width: calc(50% - 15px);
    }
    .block_kons_blue_img_wrap {
        display: none;
    }
    .diagnostik_font .block_kons_blue_info_wrap h2 {
        font-weight: bold;
        font-size: 18.72px;
    }
    .tel_kons_wrap a {
        align-items: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        justify-content: center;
    }
    .block_kons_blue_info_wrap {
        width: 100%;
        text-align: center;
    }



    .isledov_flex_wrap {
        flex-wrap: wrap;
    }
    .isledov_name_wrap{
        width: 100%;
    }
    .isledov_desk_wrap {
        width: 100%;
        padding: 0;
    }
    .num_isled {
        display: inline-block;
    }


    .pokaz_text_wrap ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .pr_pokaz_text_wrap ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .queston_purpul_flex{
        flex-wrap: wrap;
    }
    .queston_purpul_info_wrap{
        width: 100%;
    }
    .queston_purpul_phone_wrap {
        width: 100%;
    }
    .queston_purpul_phone_wrap {
        width: 100%;
        text-align: left;
    }
    .queston_purpul_phone_wrap a{
        justify-content: start;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
    }
    .queston_purpul_info_wrap {
        text-align: left;
        font-weight: 500;
        font-size: 18.7px;
        line-height: 140%;
        padding-bottom: 20px;
        order: -1;
    }
	
	.block_rainbow {
		padding: 20px 3%;
	}
	.text_block_without_back {
		width: 100%;
	}
	.text_block_without_back .call_title {
		width: 100%;
    	float: none;
	}
	.text_block_without_back p {
		float: none;
	}
	.text_block_without_back .call_more {
		width: 100%;
	    float: none;
	    text-align: left;
	}
	.text_block_without_back a {
		padding: 0 0 0 7%;
	}
	.block_call_price_icon:before {
		margin-top: 1%;
	}
	.block_dark_blue {
		padding: 20px 3%;
	}
	.block_blue_woman_right .img_background {
		background-position: 80% 40%;
	}
	.block_blue_woman_right .main_text {
		width: 70%;
		margin: 3% 5%;
	}
	.block_blue_woman_right .main_text .text_block_title {
		line-height: 38px;
	}
}

@media screen and (max-width: 620px) {
	.flex_wrapper.img .h_item {
		padding: 10% 0 0;
	}
	.block_call_girlleft {
		height: 460px;
	}
	.block_call_girlleft .call_img {
		background: url(/upload/medialibrary/e83/block_call_girlleft_mobile.png) no-repeat;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		height: 460px;
	}
	.block_call_girlleft .call_text {
		float: none;
		width: 85%;
		padding-top: 60%;
		margin: 7%;
	}
	.block_call_girlleft .call_text .call_text_head {
		width: 100%;
		float: none;
	}
	.block_call_girlleft .call_text_head h2 {
		font-size: 18px;
		line-height: 26px;
		color: #ff5151;
	}
	.block_call_girlleft .call_text p {
		font-size: 14px;
	}
	.block_call_girlleft .call_text .call_text_more {
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.block_call_girlleft .call_text a {
		font-size: 24px;
		padding: 0 0 0 20%;
	}
	.spec_number {
		font-size: 18px;
		padding: 2% 6%;
	}
	.block_blue_woman_right {
		display: none;
	}
}

@media screen and (max-width: 600px) {
    /**/
    .what_queston_call_img_wrap_mob{
        display: block;
    }
    .what_queston_call_img_wrap{
        display: none;
    }
    .what_queston_call_img_wrap_mob img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top;
    }
    .what_queston_call_img_wrap_mob {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .what_queston_call {
        padding-top: 200px;
    }
    .what_queston_call_title {
        font-style: normal;
        font-weight: bold;
        font-size: 18.72px;
        line-height: 140%;
        color: #FF5151;
    }
    .what_queston_call_wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
    }
    .what_queston_call_wrap a {
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
    }
    /**/
    .queston_purpul_phone_wrap a{
        font-size: 20px;
        line-height: 24px;
    }
    .tel_kons_wrap a{
        font-size: 20px;
        line-height: 24px;
    }
    .what_item_wrap {
        width: 100%;
    }

	.text_block_without_back a {
	    padding: 0 0 0 12%;
	}
}

@media screen and (max-width: 420px) {
	.block_call_girlleft {
		height: 358px;
	}
	.block_call_girlleft .call_img {
		height: 358px;
	}
}

@media screen and (max-width: 320px) {
	.block_call_girlleft .call_text a {
		font-size: 21px;
	}
}

/*Кастомные стили для стр диагностики*/

.diagnostica__custom .block_rainbow_title {
    padding: 1%;
    border-left: 8px solid #035597;
    border-right: 8px solid #9513b7;
    margin-top: 5%;
    background: linear-gradient(89.87deg, #33adf1 1.08%, #d848fc 99.89%);
    margin-bottom: 40px;
    border-radius: 6px;
}
.diagnostica__custom .block_rainbow_title .banner_title {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #fff;
}

.diagnostica__custom .head_subtitle.back p {
    font-size: 18px;
    line-height: 140%;
}

.diagnostica__custom .banner_back_mob {
    display: none;
}
.diagnostica__custom .banner_back {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 694px;
    top: 0;
}

.diagnostica__custom .btn-order.white {
    color: #fff!important;
    text-decoration: none!important;
}

.diagnostica__custom .red_back {
    background: #eb5757 !important;
}

@media screen and (min-width: 1920px) {
    .diagnostica__custom .banner_back {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: -1;
        height: 694px;
        top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .diagnostica__custom .block_rainbow_title .banner_title {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .diagnostica__custom .block_rainbow_title {
        padding: 20px 3%;
    }
}

@media screen and (max-width: 620px) {
    .diagnostica__custom .block_rainbow_title .banner_title {
        font-size: 28px;
    }
    .diagnostica__custom .head_subtitle.back .subtitle{
        max-width: 100%;
    }
    .diagnostica__custom .head_subtitle.back .btn-order {
        display: none;
    }    
    .diagnostica__custom .banner_back {
        display: none;
    }
    .diagnostica__custom .banner_back {
        display: block;
    }
    .diagnostica__custom .head_subtitle.back .btn-order {
        display: none;
    }
}



.price_list_table_wrap .price_list_table_item_name{
    word-break: break-word;
}