.order-block {
    padding: 15px 10px;
    background: #f9fbfb;
    border: 1px solid #ecf2f4;
    clear: both;
    width: 100%;
}
.order-block table {
    width: 100%;
}
.order-block .text {
    padding: 0 0 0 60px;
    min-height: 54px;
    text-align: left;
    position: relative;
    color: #333;
}
.order-block .text:before {
    content: "";
    background: url(/bitrix/templates/bitcorp_s1/img/Service_icon.svg) no-repeat;
    display: block;
    width: 42px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 0;
}
.order-block table tr:hover td
{
	background-color:transparent !important;
}

.t-button{
	text-align:right;
	
}
.pp
{
	font-weight:bold;
}
table.pp td {
    padding: 5px 10px;
    vertical-align: middle;
	
}
.nw
{
	white-space:nowrap;
	font-weight:normal;
}
.btn-white:hover
{
	color:#fff;
	background-color:#0682f6;
	border-color:#0682f6;
}
.btn-white
{
	color:#0682f6;
	border-color:#0682f6;
}
.mc .rewiew
{
	max-width: 70%;
}

.tabs
{
	padding-top:25px;
}
.tab-pane
{
	border:1px solid #f2f2f2;
	padding:10px;
	
}
.nav-tabs, .content-wrapper .nav-tabs
{
	border-top:0 !important;
}
.tab-pane .accordion-item_opened .accordion-item--title
{
	color:#0682f6;
	background:#fff;
}
.tab-pane .accordion-item--content
{
	padding: 15px 25px;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}
.tab-pane .accordion-item--title:after{
    right: 3px;
    top: 3px;	
}
.tab-pane .accordion-item--title, .content-wrapper .accordion-item--title
{
	padding:5px 15px;
}
.btn-xxs{
	padding: 3px 10px;
    font-size: 0.9em;
}
table.pp td {
	padding:5px 10px;
}
.people--photo
{
	background-position-y: top;
    background-size: cover;
}
.service--img_icon,
.service--title
{
	text-align:center;
}
.fullText
{
	display:none;
}
.custom-color-menu
{
	background:#0dbc91;
}
.s-border{
    box-shadow: 0 0 0 4px rgb(6 130 246 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.rewiew
{
	box-shadow: 3px 0 0 0 #0682f6 inset;
	
}
.s-border .service:hover{
	box-shadow:none !important;
}
.service--img img
{
	    border-radius: 100%;
}
.certificates_wrap .gallery-item {
	height: 350px;
}
.start-2 li:before {
	content: "2" !important;
}
.start-3 li:before {
    content: "3" !important;
}
.start-4 li:before {
    content: "4" !important;
}
.breadcrumb_service-detail {
	margin-bottom: 25px;
}
.link-footer {
	color: rgba(255,255,255,.5);
	display: inline-block;
	margin-bottom: 5px;
	transition: .2s;
}
.link-footer:hover {
	color: rgba(255,255,255,1);
}
.info-line {
	text-transform: uppercase;
    color: rgba(255,255,255,.5);
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
    padding-top: 20px;
}
@media (max-width:768px) {
	
	.t-button{
		text-align:center;
		
	}
	.info-line {
		font-size: 16px;
	}
	
}
.section_form-appointment{
 background-color: #EFEFF1;
 margin-top: 50px;
}

.form-appointment{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.form_wrap {
    padding: 40px;
    flex: 0 0 53%;
    max-width: 53%;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.main-img{
    flex: 0 0 47%;
    max-width: 47%;
}

.main-img{
    background-image: url(img/doctors.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-top: -80px;
}

.form_wrap .entry{
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 40px;
}
.text-h3{
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}


.flex_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex_row > .form-item {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
    margin-bottom: 10px;
}
.flex_row > .form-item label {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.flex_row > .form-item input, .flex_row > .form-item select {
    width: 100%;
    display: inline-block;
    outline: none;
    appearance: auto;
    border: 1px solid rgba(51, 51, 51, 0.18);
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    height: auto;
}
.flex_row > .form-item select {
    padding-right: 30px;
    background-image: url(img/select.png);
    background-position: right 10px center;
    background-size: 15px;
}

.text-red{
    color: #FA0000;
}

.css-input:not(.width_ic) {
    padding: 0 10px;
}
.css-input.width_ic {
    height: 40px;
    padding:0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-form-items: center;
    position: relative;
}
.css-input#form_TIME_FORM::-webkit-datetime-edit, .css-input#form_DATE_FORM::-webkit-datetime-edit {
    padding: 11px 0;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    height: 40px;
}
.css-input#form_TIME_FORM, .css-input#form_DATE_FORM {
	line-height: 1;
	height: 42px;
}
.flex_row > .form-item.sub-form-item {
	margin-bottom: 0;
}
.button_row {
	margin-top: 40px;
}
.css-input#form_DATE_FORM::-webkit-calendar-picker-indicator {
    background-image: url("img/calendar.png");
}
.css-input#form_TIME_FORM::-webkit-calendar-picker-indicator {
    background-image: url("img/clock.png");
}
.css-input::-webkit-calendar-picker-indicator {
    padding: 11px 0;
    width: 20px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_btn_row {
	margin-top: 30px;
}
.form_btn {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    color: #FFFFFF;
    background: #0682F6;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    
}
.form_btn:focus {
	outline: none;
}
.content-wrapper p.text-info{
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    margin: 0;
    opacity: 0.7;
}

.text-link{
    line-height: 15px;
    color: #0682F6;
}


/*callback*/


.section_callback-form, .section-payment {
    font-family: 'Roboto', sans-serif;
}
.callback-form-full{
    background: #EFEFF1;
    min-height: 400px;
    position: relative;
    background-image: url(img/fon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    justify-content: center;
}

.callback-form {
    min-height: 400px;
    position: relative;
    background: #EFEFF1;
    background-image: url(img/fon.png);
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 -10px;
    background-size: cover;
    width: calc(50vw + 34%);
}
/*.callback-form:after {
    content: "";
    display: block;
    width: calc(50vw - 585px + 877.5px - 17px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #EFEFF1;
    background-image: url(img/fon.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}*/

.block-call{
    padding: 40px;
    max-width: 526px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
}


#licenses_agreement-error {
    position: absolute;
        bottom: -30px;
    left: 20px;
    line-height: 1.2;
}
.text-red{
    color: red;
}

.text-marg{
    margin-left: 10px;
}

.row:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.block-item label{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}
.block-item label > p, .content-wrapper p.pers-info {
    margin: 0;
}
#pers-info {
    position: unset;
    left: unset;
}
.input-item{
    font-size: 15px;
    line-height: 18px;
    color: #6B6B6C;
    width: 526px;
    max-width: 100%;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 4px;
    background: #EFEFF1;
    opacity: 0.8;
    padding: 10px;
    padding-right: 0px;
    padding-left: 0;
    outline: none;
}

.item-text{
    display: flex;
    margin-top: 20px;
}

.item-text-img-1{
    height: 45px
}

.item-text-img-2{
    max-height: 30px
}

.item-text-img-3{
    max-height: 40px
}

.only-text{
    margin-left: 10px;
}

.payment-h3-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0682F6;
    margin-bottom: 8px;
}

.payment-text{
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
}

.block-text{
    margin-bottom: 40px;
}



.block-item{
    margin-bottom: 20px;
}

.hr-call{
    background: #6B6B6C;
    border-radius: 30px;
}



.pers-info-flex{
    display: flex;
    flex-direction: row;
    position: relative;
}

.pers-info{
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}

.pers-info-link{
    font-size: 13px;
    line-height: 15px;
    color: #0682F6;
}

.button-call{
    border-color: #0682F6;
    background: #0682F6;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 11px 50px;
    text-decoration: none;
    align-self: center;
}

.pers-info-flex{
    display: flex;
    margin-bottom: 71px;
}

.pers-info-label{
    margin: 0;
} 

/*callback*/

@media(max-width: 1320px){
    .form_wrap, .form_wrap .entry {
        padding: 40px 20px;
    }
}
@media(max-width: 1199px){
    .form_wrap {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .main-img {
        flex: 0 0 35%;
        max-width: 35%;
    	background-size: cover;
    	background-position: left bottom;
    }
}
@media(max-width: 991px){
    .form_wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px;
    }
    .main-img {
        display: none;

    }
    .callback-form {
        width: calc(50vw + 52%);
    }
}
@media(max-width: 767px){
    .flex_row > .form-item:not(.sub-form-item) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .callback-form {
        width: 100vw;
        margin: 0 -25px;
    }
    .callback-form .block-call {
        margin: 0 auto;
    }
}
@media(max-width: 400px){
    .form_wrap, .form_wrap .entry {
        padding: 15px;
    }
    .block-call {
        padding: 40px 20px;
    }
    .pers-info-flex {
        margin-bottom: 40px;
    }
}

.whatsapp-block {
	display: flex;
	align-items: center;
	margin: 8px 0 5px!important;
}

.whatsapp-block span {
	display: block;
	width: 24px;
	height: 24px;
    background: url(img/whatsapp.png);
	background-size: 24px;
	background-repeat: no-repeat;
}

.whatsapp-block > a {
	margin-left: 5px;
    color: #000;
    font-size: 15px;
}

.whatsapp-block span > a {
	display: block;
	width: 24px;
	height: 24px;
}

.whatsapp-block--new a {
	margin-left:0;
	margin-right: 10px;
}

.head-phones-wrap > a {
    color: #000;
    font-size: 15px;
}

.metro-wrap {
    display: flex;
    gap: 10px;
    margin-left: -35px;
}

.top_fix {
	padding-right: 0!important;
}

@media (max-width: 1200px) {
    .header .hide-lg {
        display: none;
    }

	.header .logo img {
		max-width: 100%;
	}

	.header--row:before, .header--row:after {
		display: none;
	}

	.header--row {
		display: flex;
		align-items: center;
		gap: 0 20px;
		justify-content: space-between;
	}

	.header--row > div {
		padding: 0!important;
	}

	.header--row .col-md-1 {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.header--row {
		flex-direction: column;
    	align-items: flex-start;
    	padding: 0 15px;
		gap: 10px;
	}

	.header .logo img {
		max-width: 200px;
	}

	.metro-wrap > div br {
		display: none;
	}

	.metro-wrap > div [itemprop="streetAddress"] {
		padding-left: 3px;
	}

	.metro-wrap > div {
		font-size: 14px;
		font-weight: bold;
	}

	.head-phones-wrap {
		display: flex;
    	align-items: center;
    	gap: 10px;
	}

	.whatsapp-block--new {
		margin: 0!important;
	}

	.metro-wrap {
		margin: 0;
		align-items: center;
	}

	.header .map_contact, .row-contact .map_contact {
		font-size: 12px;
	}

	.contact-main-info {
		margin-bottom: 30px;
	}

	.header_fix .hide-fix {
		display: none;
	}
}

.row-contact .metro-wrap {
	margin: 0;
}

.row-contact .map_contact, .row-contact .head-phones {
	margin-left: 35px;
}

#pd_widget_column {
    min-height: 150px;
    width: 100% !important;
    margin-bottom: 120px;
}

.flex {
	display: flex;
    align-items: center;
    gap: 10px;
}

.flex-wrap {
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.flex {
		flex-wrap: wrap;
	}
}

.header .btn, .footer .btn, .btn-zps {
	padding: 5px 20px;
}

.mobile-menu-contacts {
	display: none;
}

.btn-zps {
	display: inline-block;
	margin-top: 12px;
    margin-left: 35px;
}



      .medflex-round-widget,
      .medflex-round-widget *,
      .medflex-round-widget *::before,
      .medflex-round-widget *::after {
        box-sizing: border-box;
      }

      .medflex-round-widget__iframe-wrapper {
        position: fixed;
        z-index: 999999999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: rgba(0, 0, 0, 0.4);
      }

      .medflex-round-widget__iframe-wrapper:not(.medflex-round-widget__iframe-wrapper_show) {
        position: absolute;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
      }

      .medflex-round-widget__iframe {
        display: block;
        margin: 0 auto;
        max-width: 650px;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 4px;
        box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
        background-color: #FFFFFF;
      }

      .medflex-round-widget__iframe_loading {
        font-family: Inter, sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .medflex-round-widget__header {
        font-size: 20px;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0.15px;
        color: #111111;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
        border-bottom: 1px solid #C7D1DF;
        padding: 8px;
      }

      .medflex-round-widget__footer {
        font-size: 16px;
        line-height: 125%;
        color: #8DA2BA;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.20);
      }

      .medflex-round-widget__logo {
        width: 105px;
        height: 36px;
        margin-left: 4px;
        background-image: url('${MEDFLEX_LOGO_URL}');
        background-position: center center;
        background-repeat: no-repeat;
      }

      .medflex-round-widget__cross {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }

      .medflex-round-widget__progress-wrapper {
        margin: 0 auto;
        width: 56px;
        height: 56px;
      }

      .medflex-round-widget__progress {
        animation: progress-circular-rotate 1.4s linear infinite;
      }

      .medflex-round-widget__progress-circle {
        animation: progress-circular-dash 1.4s ease-in-out infinite;
        stroke-linecap: round;
        stroke-dasharray: 80, 200;
        stroke-dashoffset: 0px;
      }

      .medflex-round-widget__button, .medflex-round-widget__button-1 {
        position: fixed;
        z-index: 999999995;
        bottom: ${widgetSettings.desktop.indent_y}px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96px;
        height: 96px;
        cursor: pointer;
        border-radius: 50%;
        font-family: Inter, sans-serif;
        text-align: center;
        color: #FFFFFF;
        letter-spacing: 0.15px;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        box-shadow: 0 16px 16px #${widgetSettings.color}60;
        background-color: #${widgetSettings.color};
      }

      .medflex-round-widget__button::before,
      .medflex-round-widget__button::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        border-radius: 50%;
        background-color: #${widgetSettings.color};
        animation-iteration-count: infinite;
      }

      .medflex-round-widget__button::before {
        animation-name: pulse-circle;
        animation-duration: 2.8s;
      }

      .medflex-round-widget__button::after {
        animation-duration: 2.8s;
        animation-name: pulse-animated-circle;
        animation-timing-function: ease-out;
      }

      @media screen and (min-width: 651px) {
        .medflex-round-widget__button {
          ${widgetSettings.desktop.location}: ${widgetSettings.desktop.indent_x}px;
        }
      }

      @media screen and (max-width: 650.98px) {
        .medflex-round-widget__iframe-wrapper {
          padding: 0;
        }
        .medflex-round-widget__iframe {
          border-radius: 0;
        }
        .medflex-round-widget__button {
          ${widgetSettings.mobile.location}: ${widgetSettings.mobile.indent_x}px;
          bottom: ${widgetSettings.mobile.indent_y}px;
        }
      }

      @keyframes pulse-animated-circle {
        0% {
          transform: scale(1);
        }
        10% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.2);
        }
        100% {
          transform: scale(1);
        }
      }

      @keyframes pulse-circle {
        60% {
          opacity: 0;
          transform: scale(1);
        }
        75% {
          opacity: 0.5;
          transform: scale(1.1);
        }
        90% {
          opacity: 0;
          transform: scale(1.4);
        }
        100% {
          opacity: 0;
          transform: scale(1);
        }
      }

      @keyframes progress-circular-dash {
        0% {
          stroke-dasharray: 1, 200;
          stroke-dashoffset: 0px;
        }
        50% {
          stroke-dasharray: 100, 200;
          stroke-dashoffset: -15px;
        }
        100% {
          stroke-dasharray: 100, 200;
          stroke-dashoffset: -125px;
        }
      }

      @keyframes progress-circular-rotate {
        100% {
          transform: rotate(360deg);
        }
      }

.medflex-round-widget:not(.medflex-round-widget-2){ 
	display: none;
}

.medflex-round-widget__button-2 {
	bottom: 220px !important;
}

.medflex-round-widget__button {
	font-size: 12px !important;
}

@media (max-width: 767px) {
	.footer .pull-right {
		float:none!important;
		text-align: left;
	}
}


@media (max-width: 767px) {
.slider-wrapper > #sticky-wrapper:first-child {
	height: auto!important;
}
.medflex-round-widget, .contact_widget_left {
	display: none!important;
	}
}

#prices > div:first-child {
	overflow: auto;
}

.dropdown-menu {
	overflow: auto;
    max-height: 70vh;
}