html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    outline: none;
}

ul.map_list_items li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
    color: #2bacef;
    font-family: "Futura New";
}

ul.map_list_items {
    font-size: 14px;
    line-height: normal;
}

ul.map_list_items li a {
    color: inherit;
}

.map-wrap .map-content,
.map-section .map-content {
    display: none;
}

.map-section .map-wrap:after {
    display: none;
}

a.scroll-to-top {
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #29b6fb url("images/scroll.png") no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 23px;
    left: inherit;
    bottom: 23px;
    opacity: 0;
    z-index: 1040;
}

a.scroll-to-top.visible {
    opacity: 1;
}

.articles-item--content__title a {
    color: inherit;
}

.news__text--title a {
    color: inherit;
}

.articles-detail--top .comment_wrap {
    display: none;
}

.breadcrumbs li {
    font-size: 16px !important;
}

.breadcrumbs {
    margin-bottom: 20px !important;
}

.form-popup .form-wrap .form-group .form-checkbox label {
    font-size: 11px;
    display: block;
}

.form-popup .form-wrap .form-group .form-checkbox label:before {
    margin-top: -6px;
}

.form-popup .form-wrap .form-group .form-checkbox label:after {
    margin-top: -6px;
}

.faq-item__title a {
    color: inherit;
    transition: 0.3s;
}

.faq-item__title a:hover {
    color: #000;
}

.faq-page-detail h1 {
    margin-bottom: 30px;
}

.faq-page-detail .faq-list {
    margin-top: 0px;
}

.bonus__text--title a {
    color: inherit;
}

.section-show--bg__image {
    max-height: 100%;
}

main .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.advert {
    background-size: cover;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center center;
    font-weight: 200;
    line-height: 1.2;
}

.advert * {
    color: inherit;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.advert p {
    margin: 10px 0px;
}

.advert::before {
    content: "";
    background: #000;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.advert .container {
    position: relative;
    z-index: 2;
}

.advert h2 {
    margin-bottom: 40px;
    font-size: 65px;
    font-weight: 500;
}

.advert__social .icon {
    fill: #fff;
    fill-opacity: 1;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.advert__social .icon:hover {
    fill: #29b6fb;
}

.advert__social a {
    display: inline-block;
    margin: 0px 10px;
}

.advert__social {
    text-align: center;
    padding: 10px 0px;
}

.advert__text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
}

.advert__footnote::before {
    content: "";
    height: 1px;
    background: #fff;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.advert__footnote {
    font-size: 18px;
}

.advert__footnote p {
    margin: 5px 0px;
}

.work-slide--content__title a {
    color: inherit;
}

.vacancies-item__title {
    font-size: 48px;
    color: #054c96;
    font-family: "Futura New";
    margin-bottom: 10px;
}

.vacancies-item__title::after {
    content: "";
    background-color: rgb(43, 172, 239);
    width: 148px;
    height: 2px;
    display: block;
    margin-left: -45px;
    margin-top: 7px;
}

.vacancies-item {
    margin-bottom: 72px;
}

.vacancies-item:last-of-type {
    margin-bottom: 0px;
}

.vacancies-item__body {
    font-size: 18px;
    color: #141414;
    font-family: 'Roboto';
    margin-bottom: 45px;
}

.vacancies-item__body p {
    font: inherit;
    color: inherit;
}

.vacancies-item__salary {
    font-family: "Futura New";
    font-size: 30px;
    margin-bottom: 30px;
}

.vacancies-item__short-description {
    font-family: "Futura New";
    margin-bottom: 30px;
    line-height: 28px;
}

.vacancies-item__description {
    margin-bottom: 30px;
}

.vacancies-item__order-call {
    background-color: rgb(43, 172, 239);
    width: 180px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'Roboto';
}

.vacancies-item__order-call:hover {
    background-color: rgb(1, 58, 115);
}

footer .footer-menu__item {
    padding-left: 10px;
    padding-right: 10px;
}

footer .footer-menu {
    justify-content: space-between;
}

.vacancies__text {
    font-family: "Futura New";
    font-size: 18px;
    line-height: 20px;
}

.vacancies__text p {
    font: inherit;
    font-size: inherit;
    margin-bottom: 10px;
}

.vacancies__text ul li::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    display: block;
    background: #054C96;
    left: 0px;
    top: 8px;
}

.vacancies__text ul li {
    clear: both;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.vacancies__text ul {
    margin-top: 25px;
    margin-bottom: 20px;
}

.vacancies__titile {
    margin-bottom: 36px;
}

.vacancies__text a {
    color: #d71205;
    text-decoration: none;
}

.vacancies__text a:hover {
    text-decoration: underline;
}

.submenu-item_nevrolog {
    -webkit-box-ordinal-group: 999;
    -ms-flex-order: 999;
    order: 999;
}

.submenu-item_spravka {
    white-space: nowrap;
}

.footer-services .footer-services--item {
    margin-bottom: 10px;
}

.footer-bottom__creator {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;  
    opacity: 0.8;
    transition: 0.3s;
}
.footer-bottom__creator:hover {
    opacity: 1;
}
.footer-bottom__creator img {
    float: left;
    height: 40px;
}
.footer-bottom__creator span {
    padding-top: 13px;
    display: block;
    float: left;
    padding-left: 12px;
}

.filter-list{
      max-height: 200px;
    overflow: auto;
}

.text-discount-form{
	position: relative;
	padding-left: 20px;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.text-discount-form:before{
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url('images/info-icon.png') no-repeat center;
	position: absolute;
	top: 3px;
	left: 0;
}



@media (min-width: 1200px) {
    .contacts .contacts-item {
        /* flex: 0 0 50%; */
		flex: auto;
        /* width: 50%; */
		width: calc(50% - 30px);
		max-width: 50%;
        /* margin-top: 30px; */
        margin-top: 0;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
		padding: 0 0 0 24px;
    }

	
	.form-popup.form-popup_big .form-wrap--left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 350px);
		flex: 0 0 calc(100% - 350px);
		width: calc(100% - 350px);
		max-width: calc(100% - 350px);
		padding-right: 15px;
		
	}
	
	.form-popup.form-popup_big form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 390px;
		flex: 0 0 390px;
		width: 390px;
		max-width: 390px;
	}
	
	.form-popup.form-popup_big .form-wrap--left:before{
		right: 20px;
	}
	
}

@media (min-width: 1024px) {
    .header-sticky .header-right--info a {
        white-space: nowrap;
    }

    .header-sticky.main-header {
	top:0;
        position: fixed;
        background: #013a73;
        z-index: 1001;
    }

    .header-sticky.main-header .header-logo {
        display: none;
    }

    .header-sticky .header-right--info .email-wrap {
        display: none;
    }

    .header-sticky .header-right--info .delimiter {
        display: none;
    }

    .header-sticky.main-header .header-right {
        -ms-flex: 0;
        flex: 100%;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .header-sticky.main-header .header {
        padding-top: 0;
    }

    .header-sticky.main-header .header-right__map {
        order: 2;
    }

    .header-sticky.main-header .header-right--info {
        order: 3;
        margin-top: 14px;
    }

    .header-sticky.main-header .menu {
        order: 1;
        width: 90%;
        margin-top: 14px;
    }

    .header-sticky.main-header .header-right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 100%;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: initial;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
    }

    .header-sticky .menu-item__link {
        padding-bottom: 17px;
    }

    .header-sticky .header-right__map {
        margin-top: 14px;
    }

    .header-sticky.main-header .header:after {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .header-sticky.main-header .menu {
        width: 67%;
    }

    .header-sticky .header-right__map {
        font-size: 12px;
        margin-right: 10px;
        margin-left: 25px;
    }
}

@media (max-width: 1023px) and (min-width: 640px) {
    .header-sticky.main-header {
        position: fixed;
        background: #013a73;
        z-index: 1001;
    }

    .header-sticky.main-header .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-sticky.main-header .header-logo {
        display: none;
    }

    .header-sticky .header-right--info .email-wrap {
        display: none;
    }

    .header-sticky .burger {
        left: 0;
        right: auto;
    }

    .header-sticky .burger:after {
        display: none;
    }

    .header-sticky.main-header .header-right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 100%;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: flex-end;
    }

    .header-sticky.main-header .header-right__map {
        display: block;
    }

    .header-sticky.main-header .burger span {
        background: #fff;
    }

    .header-sticky.main-header .header:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .slick-slider + .info-content {
        height: auto;
    }

    .advert {
        color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .advert h2 {
        margin-bottom: 20px;
        font-size: 35px;
    }

    .advert__text {
        margin-bottom: 30px;
        font-size: 17px;
    }

    .advert__footnote {
        font-size: 14px;
    }
}

@media (max-width: 767px) { 
    .vacancies-item__title {
        font-size: 40px;
    }

    .container .filter {
        margin-left: 0px;
        margin-right: 0px;
    }

    .banner-bg {
        overflow: hidden;
    }

    .content-item .image{
        overflow: hidden;
    }
}

@media (max-width: 640px) {
    .price .price__title {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .vacancies-item__title {
        font-size: 35px;
    }
    .vacancies-item__title::after {
        margin-left: 0px;
    }
    .vacancies-item__body {
        font-size: 16px;
    }
    .vacancies__text {
        font-size: 16px;
    }
    .work-slide .work-slide--images_twenty {
        max-height: inherit;
    }
}

@media (max-width: 425px) {
    .advert h2 {
        font-size: 24px;
    }

    .advert__text {
        font-size: 14px;
    }

    .advert__social .icon {
        width: 40px;
        height: 40px;
    }

    .advert__footnote {
        font-size: 12px;
    }

    .vacancies-item__title {
        font-size: 30px;
    }
    
    .vacancies-item__salary {
        font-size: 24px;
    }

    .filter .filter-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }   
}

@media (max-width: 1279px) {
.order_btn_top {
  display:none !important;
}
}

@media (max-width: 767px) {
    .header-sticky.main-header {
	top:0;
        position: fixed;
        z-index: 1001;
    }
    a.callibri_phone {
        position: relative;
    }
    a.callibri_phone:before {
        background: url(/local/templates/spartamed/images/phone_call.svg) no-repeat;
        background-size: contain;
        width: 20px;
        content: no-close-quote;
        position: absolute;
        height: 15px;
        left: 10px;
    }

.burger-menu_top .menu .menu-item:nth-child(6) a {
    color: #ff6f6f;
}
}


.order_btn_top {
    margin-left: 20px;
    margin-top: -20px;
}

.order_btn_top .btn {
    padding: 20px 10px 20px 35px;
}

.order_btn_top .btn:before {
  left:10px;
}

.header-sticky .order_btn_top .btn {
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    height: 58px;
}

.header-sticky.main-header .header-right--info.order_btn_top {
    margin-top: 0;
}

.menu-item.menu-item_sale a {
    color: #ff6f6f;
}

.sale_block_top_desc {
    position: relative;
    background: #2bacef;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.sale_block_top_close {
  position:relative;
}

.sale_block_top_close button:after {
    top: 0;
    color:#fff;
    background: transparent;
}

.sale_block_top {
    display: flex;
}

.sale_block_top_desc {
    width: 100%;
    padding: 5px 30px;
}

.sale_block_top {
  visibility: visible;
  opacity: 1;
}

.sale_block_top.block_inactive {
  visibility: hidden;
  opacity: 0;
  height:0;
  transition: visibility 0s, opacity 0.5s linear;
}

header.main-header {
  top:auto;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.services-page-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.services-page .header-right--info.hidden-xs.order_btn_top {
    display: none;
}

.services-page .work-slider--btn {
    display: none;
}

.services-tooth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.container-bottom-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services-page .price .btn {
    display: none;
}

.services-page-content-item_order-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services-page-content-item_padding-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blockquote-before-services-page:before {
    right: 0!important;
    left: auto!important;
}

.blockquote-before-services-page {
    padding-left: 0!important;
}

.services-page-image .content-item {
    padding: 0;
    padding-left: 10px;
}

.content-small-services-page {
    margin-top: 24px;
}

.content-small-services-page img {
    width: auto!important;
}

.service-page-large-image {
     -ms-grid-columns: 2fr 1fr;
     grid-template-columns: 2fr 1fr;
}

@media screen and (min-width: 1024px) {

    .services-page .banner {
        min-height: auto;
        padding-top: 30px;
    }

    .service-page-form .form-popup .form-wrap {
        width: 100%;
        max-width: 1185px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 10px 10px 10px 320px;
        border: 4px solid #0088db;
        position: relative;
    }

    .service-page-form-container {
        max-width: 700px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (5em)[2];
        grid-template-rows: repeat(2, 5em);
        margin-top: 20px;
    }

    .service-page-form-container > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .service-page-form-container > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .service-page-form-container > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .service-page-form-container > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .last-grid {
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
        margin-top: 49px!important;
        margin-left: 50px;
    }

    .service-page-form .form-wrap--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: end!important;
            -ms-flex-align: end!important;
                align-items: flex-end!important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: end!important;
            align-content: flex-end!important;
        position: absolute !important;
        left: -550px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .service-page-form .form-wrap--left__text {
        width: 235px!important;
    }

    .service-page-form .form-popup .form-wrap--left img {
        margin-right: 20px;
    }

    .service-page-form form {
        -webkit-box-flex: 0!important;
            -ms-flex: 0 0 100%!important;
                flex: 0 0 100%!important;
        max-width: initial!important;
        width: 100%!important;
    }

   .service-page-form .btn {
        margin-left: 80px;
        margin-top: 20px;
        margin-bottom: 20px;
   }
}

.price__pay_discount {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center!important;
   -ms-flex-align: center!important;
   align-items: center!important;
   padding: 15px;
   border: 2px solid #f3392b;
}

.price-discount__big {
   font-size: 40px;
   font-family: Roboto;
   line-height: 40px;
   font-weight: 500;
   color: #054c96;
}

.price-discount__text {
    font-size: 16px;
    font-family: Roboto;
    line-height: 16px;
    font-weight: 500;
    color: #054c96;
}

@media screen and (max-width: 800px) {
    .hide-on-mob {
        display: none !important;
    }

    .services-page .pb-0-xs {
        padding-bottom: 0 !important;
    }

    .services-page .pt-20-xs {
        padding-top: 20px !important;
    }

    .services-page .pb-20-xs {
        padding-bottom: 20px !important;
    }

    .services-page .price__pay {
        display: none;
    }

    .services-page .service-page-form {
        padding: 10px;
    }

    .services-page .form-popup {
        border: 2px solid #008bdf;
        padding: 10px;
    }

    .services-page .form-popup .form-wrap {
        max-width: 320px;
        position: relative;
        overflow: hidden;
        padding: 40px 0px 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services-page .form-popup .form-wrap .h3 {
        font-size: 22px;
        text-transform: none;
    }

    .services-page-image-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-flow: column-reverse!important;
                flex-flow: column-reverse!important;
        margin-bottom: 24px;
    }

    .services-page-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .services-page .btn-mob-blue {
        background-color: #2bacef;
        color: #ffffff;
    }

    .services-page .btn-mob-blue.btn:before {
        background-image: url(/images/btn.svg);
    }

    .services-page .blockquote-before.blockquote-before-desk {
        padding: 0;
    }

    .services-page .blockquote-before.blockquote-before-desk:before {
        display: none;
    }

    .price-discount__text {
	    font-size: 12px;
	    line-height: 12px;
	}

	.price-discount__big {
	    font-size: 25px;
	    line-height: 25px;
	}

	.price__pay_discount {
	    padding: 5px;
	    border: 1px solid #f3392b;
	    margin-left: 5px;
	}
}


/* MG */

.contacts-item--street.doctor-det{
    margin-top: 15px;
    width: 316px;
}
.input-doct-zayv-name{
    background: unset;
}
.btn.btn_mt.white{
    border: 2px solid #2bacef;
    background-color: white;
    color: #2bacef;
}

.btn.white:before {
    content: '>';

    top: 28%;

    font-size: 38px;

    width: 22px;
    font-family: cursive;
    height: 20px;
    background-image: none;
}
.one-block{
    width: 32%;
}
.block-width3{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.custom_years_doctors{
    font-size: 16px;
}

.mt-newc{
    margin-top: 20px;
}

.dost-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dost-item img{
    width: 85px;
}
.dost-item {
    margin-bottom: 20px;
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}
.text-dost{
    font-weight: bold;
    font-size: 12px;
    padding: 20px 5px;
}
.dost-item-long{
    width: 100%;
    text-align: center;
    color: #054C96;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.53846;
    font-weight: 400;
    text-decoration: underline !important;
    margin-top: 30px;
}
.one-block.flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.hide-btn-link{
    display: none !important;
}
.non-show{
   display: none !important;
}
.img-icon-d{
    width: 80px;
    margin-right: 20px;

    margin-top: 15px;

}
.h3border{
    border-bottom: 2px solid #2bacef;
    padding-bottom: 10px;
}
.sert-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}
.img-item-long {
        width: 100%;
    text-align: center;
    color: #054C96;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.53846;
    font-weight: 400;
    text-decoration: underline !important;
    margin-top: 30px;
}
.sert-item{
    width: 30%;
    margin-bottom: 20px;
}
.sert-item .info-content--picture img{
    width: 215px;
    height: 300px;
}
.sert-item .info-content--picture{
   height: auto;
}
.img-icon-d-z{
    width: 62px;
    margin-right: 20px;
    padding-top: 20px;
}
.obr-item-long{

    width: 100%;
    text-align: center;
    color: #054C96;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.53846;
    font-weight: 400;
    text-decoration: underline !important;

}
.a-abs.mb {
        bottom: -30px;
}
.a-abs{
    color: black;

    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.h3cl{


    margin-top: 50px;
    text-align: left;
}
.relativ-b{
    position: relative;
    padding-bottom: 20px;
}
.img-big{
    display: block !important;
}
.fancybox-is-open .img-big{
    display: inline-block !important;
    width: 100%;
    height: auto;
    max-width: 400px;
}
.sert-item .info-content--picture {
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.only_mob{
    display: none;
}

.preview-video-big{
    width: 100%;
    height: 451px;
}

@media(min-width: 320px){
    .preview-video-big{
        height: 157px;
    }
}

@media(min-width: 375px){
    .preview-video-big{
        height: 188px;
    }
}

@media(min-width: 425px){
    .preview-video-big{
        height: 217px;
    }
}

@media(min-width: 768px){
    .preview-video-big{
        height: 376px;
    }
}

@media(min-width: 1024px){
    .preview-video-big{
        height: 306px;
    }
}

@media(min-width: 1025px){
    .preview-video-big{
        height: 453px;
    }
}

@media (max-width: 767px){
.only_mob{
    display: block;
}
    .sert-cont{
        margin-top: 40px;
    }
    .only_pc{
        display: none !important;
    }
    body a.tel_black{
        color:#5a5a5a;
        text-decoration: unset;
    }
    .block-width3{
        flex-wrap: wrap;

    }
    .one-block{
        width: 100%;
        margin-bottom: 30px;
    }
    .one-block.flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .img-icon-d-z {
        min-width: 80px;
    }
    .custom_years_doctors {
        font-size: 14px;
    }
    .one-block.flex .mt-10{
        margin-top: 0 !important;
    }

    .dost-item {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    body .section-reviews-last.section-padding {
        padding-top: 60px;
    }

    body .content-item_middle-doctor-datail{
        margin-top: 20px;
    }
    .section-white.section-padding.sert{
        padding-left: 20px;
    }
    .center-btn{
        width: 100%;
        text-align: center;
    }
    .center-btn button.btn{
        margin: 40px auto;
    }
    .sert-cont .non-show{
        display: block !important;

    }

}

.text-dost{
    text-transform: uppercase;
}

.doctor.image img {
    width: 400px;
    height: 525px;
}
#prev{
    position: absolute;
    top: 54%;
    height: 20px;
    width: 20px;
    padding: 0;
    left: 10%;
}
#next{
    position: absolute;
    top: 54%;
    height: 20px;
    width: 20px;
    padding: 0;
    right: 10%;
}
body .btn.btn-juliet:before{
    content: '';
    position: absolute;
    top: 52%;
    left: 5px;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 9px;
    background-image: url(/images/btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body #prev.btn.btn-juliet:before{
    transform: rotate(
            180deg
    ) !important;
    position: absolute;
    top: 31%;
    left: 2px;
}
.order_btn_content {
    padding-top: 40px;
    margin-left: 0;
}

.order_btn_content .btn {
    height: 40px;
    padding: 11px 10px 11px 35px;
}

@media (max-width: 1279px) {
    .order_btn_content {
        display: block !important;
    }
}

.let30 {
	position: absolute;
    right: 0;
}
.video-block {
	margin-top: 40px;
    margin-left: 40px;
	float: right;
}
@media (max-width: 1024px) {
	.video-block {
		margin-left: 0;
		float: none;
	}
	.video-block iframe {
		width: 100%;
	}
	.let30 {
		right: 50px;
	}
}
@media (max-width: 480px) {
	.banner h1 {
		margin-top: 80px;
	}
	.let30 {
		right: 10px;
	}
}

.rmfy_show
{
display:none!important;
}

.itb-copyright{
    font-weight: 500;
    font-size: 11.9813px;
    line-height: 27px;
    color: #FFFFFF;
    opacity: 0.3;
}

.bonus__screen{
    display: block;
}