@font-face {
    font-family: 'Golos';
    src: url('/common/fonts/Golos-Text/GolosText-Regular.eot');
    src: url('/common/fonts/Golos-Text/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
    url('/common/fonts/Golos-Text/GolosText-Regular.woff') format('woff'),
    url('/common/fonts/Golos-Text/GolosText-Regular.woff2') format('woff2'),
    url('/common/fonts/Golos-Text/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Bold';
    src: url('/common/fonts/Golos-Text/GolosText-DemiBold.eot');
    src: url('/common/fonts/Golos-Text/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('/common/fonts/Golos-Text/GolosText-DemiBold.woff') format('woff'),
    url('/common/fonts/Golos-Text/GolosText-DemiBold.woff2') format('woff2'),
    url('/common/fonts/Golos-Text/GolosText-DemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

form#form_element {
    font-family: Golos, sans-serif;
}

:root {
    font-family: Golos, sans-serif;
}

.chosen-container-single .chosen-single span {
    font-family: Golos, sans-serif;
}

#service-container .chosen-search-input {
    font-family: Golos, sans-serif !important;
}

.mpgu-autocomplete li.ui-menu-item a, .ui-autocomplete li.ui-menu-item a {
    font-family: Golos, sans-serif;
}

#hint_times_pop .body {
    font-family: Golos, sans-serif;
}

#hint_times_pop .body .button-apply, #hint_times_pop .body .button-cancel {
    font-family: Golos, sans-serif;
}

@media (max-width: 767px) {
    .form-step-block > legend:first-child, .step-link span {
        font-family: Golos, sans-serif;
    }
}

.record-type_wrapper {
    display: flex;
    flex-direction: row;
}

.record-type-item {
    display: flex;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .record-type_wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .record-type_wrapper {
        padding-left: 20px;
    }

    #step_1 .tab-links a, #step_1 .record-type_wrapper .slash {
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
    }
}
.pets .gender label{
    padding-left: 1rem;
    padding-right: 1rem;
}
#button_next {
    width: 248px;
}
.btn{
    height: 48px;
    border-radius: 4px;
    background-color: #0044CC!important;
    border-color: #0044CC;
    color: #fff;
    padding: 13px 15px 17px 15px;
    margin: 10px 0 15px 0!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:hover {
     background-color: #0133aa!important;
}
.ui-menu-item div{
    padding: 17px!important;
}
.tab-links, .tab-links a{
    font-size: 28px;
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #C4C8D0;
}
.tab-links a.active{
    color: #333333;
}
.tab-links .slash{
    margin-left: 20px;
    margin-right: 20px;
}
.tab-links .cnt{
    color: #0044CC;
}
.h2{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #0E0E0F;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.h3{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 32px;
}
.ps_on_line_block .h3 {
    margin-bottom: 0;
}
.gray_text{
    /*ont-family: 'Golos';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #696C71;
}
.records{
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1000px) {
    .records {
        flex-direction: column;
    }
    .record {
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .records h4 {
        margin-left: 20px;
    }
}
.record{
    padding: 8px;
    background: #FFFFFF;
    max-width: calc(50% - 10px);
    /*font-family: 'PT Sans';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A6E72;
    width: 100%;
}
.record .show_map {
    font-size: 14px;
}

.record-content {
    height: 100%;
    padding: 16px;
    border: 1px solid #D6DADE;
    border-radius: 4px;
}
.record-content:hover {
    border: 1px solid #6688DD;
    cursor: pointer;
}
.record-content-title {
    font-size: 12px;
}
.record-content-value {
    color: black;
}
.record .date{
    color: #0C1014;
}
.record a{
    color:#007BFF;
    white-space: nowrap;
}

.record-datetime {
    color: black;
    font-weight: bold;
}

.current-record-card-button-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

@media (max-width: 1248px) {
    .current-record-card-button-wrapper {
        flex-direction: column;
    }
}

.current-record-card-button-wrapper .main-card-wrapper {
    display: flex;
    gap: 10px;
}

@media (max-width: 480px) {
    .current-record-card-button-wrapper .main-card-wrapper {
        flex-direction: column;
    }
}

.current-record-card-button-wrapper .secondary-card-wrapper {
    display: flex;
}

.history-card-button-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

@media (max-width: 1180px) {
    .history-card-button-wrapper {
        flex-direction: column;
    }
}

.history-card-button-wrapper .main-card-wrapper, .history-card-button-wrapper .secondary-card-wrapper {
    display: flex;
}

.record_cancel{
    color: #CC2222!important;
}
.record_download {
    float: right;
    background-image: url('/common/img/forms/dvm/061101/download.svg') !important;
    background-repeat: no-repeat;
    background-position: right 0 top -2px;
    padding-right: 25px;
}
.record_cart{
    float: right;
    background-image: url('/common/img/forms/dvm/061101/download.svg') !important;
    background-repeat: no-repeat;
    background-position: right 0 top -2px;
    padding-right: 25px;
}


/*styles infoblock new*/
.info {
    /*background-color: #fff7e6;*/
    border-radius: 4px;
    padding: 8px 16px;
    position: relative;
    margin-bottom: 1rem;
}
.info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fa0;
    width: 4px;
    height: 100%;
}
.info__left {
    margin-right: 0.8rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

@media screen and (max-width:577px) {
    .info::before {
        width: 100%;
        height: 4px;
        border-radius: 4px 4px 0 0;
    }
    .radiogroup .col-md-4{
        margin-bottom: 1rem;
    }
}
.info__wrap {
    display: flex;
}
@media screen and (max-width:577px) {
    .schoolSearchButton{
        min-width: 20px;
        margin: 0px!important;
        padding: 0px!important;
        width: 54px;
        height: 54px;
    }
    .info__wrap {
        flex-direction: column;
    }
    button .pc{
        display: none;
    }
    button .mobile{
        display: block;
    }
    .pagination span{
        display: none;
    }
    .pagination .mobile{
        display: block!important;
    }
}
.info__left {
    margin-right: 0.8rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
@media screen and (max-width:577px) {
    .info__left {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.info__right h3.title-3 {
    margin-bottom: 10px;
}
.info__right {
    margin-top: 0.1rem;
    color: #0e0e0f;
}

.info__right ul li::before {
    color: #fa0;
}

.custom-info-color-white {
    background-color: #fff;
}

.custom-info-color-warning {
    background-color: #fff7e6;
}

.custom-info-color-danger {
    background-color: #ffe5e5;
}

.custom-info-color-danger.info::before {
    background-color: #950000
}
.custom-info-color-blue {
        background-color: #EBF1FF;
}

.custom-info-color-blue.info::before {
    background-color: #04C
}

/***/

/* custom radiogroup */

.ckm_custom_radiogroup {
    display: flex;
    padding-right: 0;
}

.ckm_custom_radiogroup_bordered {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ckm_custom_radiogroup_bordered:hover, .ckm_custom_radiogroup_bordered:focus {
    border: 3px solid #6688DD;
}


.ckm_custom_radiogroup_checked {
    border: 3px solid #6688DD;
}


.ckm_custom_radiogroup_bordered > .ckm_custom_radio {
    margin-top: 5px;
}



.ckm_custom_radiogroup_bordered .custom-control-label:before {
    display: none;
}

.ckm_custom_radiogroup_bordered .custom-control-label:after {
    display: none;
}

.ckm_custom_radio {
    margin-top: 12px;
}

.field_zayv-pod .ckm_custom_radiogroup {
    margin-right: 10px;
}

.field_zayv_yavl {
    margin-left: 10px;
    width: 93%;
    min-width: auto !important;
}

.label_custom_radiogroup_item {
    margin-right: 10px;
    background-color: #f0f8ff;
    padding: 12px;
    width: 50px;
    height: 50px;
}

.ckm_custom_radiogroup_bordered .icon_custom_radiogroup_item {
    margin-right: 20px;
    background: none;
    padding: 12px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 25px;
    left: 12%;
}
/*.popular_services .ckm_custom_radiogroup_bordered .icon_custom_radiogroup_item img {*/
/*    width: 38px;*/
/*    height: 38px;*/
/*}*/
.ckm_custom_radiogroup_bordered .icon_custom_radiogroup_item img{
    width: 44px;
    height: 44px;
}

.ckm_custom_radiogroup_bordered .label_custom_radiogroup_item {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ckm_custom_radiogroup label{
    /*font-family: 'PT Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.ckm_custom_radiogroup_bordered .ckm_custom_radio {
    position: absolute;
    right: 0px;
    text-align: left;
    width: 60%;
    margin-top: 0;
    z-index: 0;
}

.ckm_custom_radiogroup_bordered .custom-radio {
    padding: 0;
}
/*.popular_services, .search_type {*/
/*    margin-right: 0;*/
/*    width: auto;*/
/*    margin-bottom: 1rem;*/
/*}*/
/*.search_type{*/
/*    width: auto;*/
/*    margin-bottom: 1rem;*/
/*}*/
/*.search_type label,*/
/*.popular_services label {*/
/*    font-size: 16px;*/
/*}*/
.popular_services_wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.popular_services_item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.popular_services_item img {
    width: 20px;
    height: 20px;
}
.map-popup {
    left: -150px;
    position: absolute;
    /*bottom: 32px;*/
    background-color: white;
    border-radius: 5px;
    transform: translate(0, -16px);
    box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, 0.4 );
    width: 300px;
}

.map-popup .body::after {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    top: 100%;
    left: 50%;
    content: ' ';
    transform: translate(-50%, -10px) rotate(45deg);
    box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, 0.4 );
}

.map-popup .close {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    left: auto;
    right: 10px;
    background-image: url('/common/img/mos-ru/hint-close.png');
    opacity: 0.5;
}

.map-popup .content {
    padding: 10px;
    text-align: center;
}

.map-popup .content .button {
    margin: 10px 0 10px 0;
}

.map-popup .loader {
    width: 100px;
    float: none;
}

.map-popup .content p {
    margin: 0.2rem;
}

.map-popup .btn-lg {
    margin: 0;
}

#docs_block{
    margin-top: 1rem;
}

#docs_block .title{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0E0E0F;
}
#docs_block .col-md-2, .no-slots-message{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #828282;
}
#docs_block .col-md-10{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0F;
}
#docs_block .row{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#docs_block .metro{
    /*font-family: Golos,sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0E0E0F;
}
.metro_circle{
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: #BED12C;
    border-radius: 4px;
    margin-bottom: 2px;
}
.metro_circle2{
    margin-left: 5px;
    margin-right: 8px;
    width: 4px;
    height: 4px;
    background: #CED4DA;
    border-radius: 4px;
    margin-bottom: 4px;
}
.metro_km{
    color: #696C71;
}
#docs_block .show_map{
    /*font-family: 'PT Sans';*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #007BFF;
    background-image: url('/common/img/forms/dvm/061101/map2.svg') !important;
    background-repeat: no-repeat;
    padding-left: 25px;       
}
.doc_view .fio{
    /*font-family: Golos;*/
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0E0E0F;
}
.doc_view .link{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #2F80ED;
}
.arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #2F80ED;
    border-right: 2px solid #2F80ED;
    margin-right: 10px;
}
.arrow-bottom {     
    transform: rotate(135deg); 
    margin-bottom: 2px;
} 
.arrow-top {     
    transform: rotate(-45deg); 
    margin-bottom: -2px;
} 
/* calendar */  
.times_data{
    margin-top: 1rem;
}
.calendar-weekday{
    /*font-family: 'Golos Bold';*/
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #333333;
    display: block!important;
}
.calendar-day-month{
    /*font-family: Golos;*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #333333;
}
.time-container{
    width: 54px;
    height: 30px;
    background: #E4F7DE;
    display: block;
    float:left;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.time-container button{
    width: 100%;
    height: 25px;
    background: #E4F7DE;
    display: block;
    border: 0px;
    padding-top: 5px;
    cursor: pointer;
}    
.time-container span{
    width: 100%;
    display: block;
    /*font-family: 'Golos Bold';*/
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #333333;
}
.alt_time_navigation div{
    float: left;
    margin-right: 1rem;
}
.new-popup {
    width: 380px;
    border: 1px solid #DEE3E9;
    border-radius: 2px;
    background-color: #FFFFFF;
    display: none;
    position: absolute;        
    box-sizing: border-box;
    z-index: 1000;                
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.alt_time_popup{
    padding: 20px 16px;
    background: #FFFFFF;
}
.alt_time_popup_title{
    font-family: Golos, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F;
}
.alt_time_popup_fild{
    /*font-family: 'Golos';*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0E0E0F;
}
.alt_time_popup_fild b{
    /*font-family: 'Golos Bold';*/
}
.alt_time_popup .make_appointment{
    float: left;
}
.alt_time_popup .cancel{
    color: #0044CC;
    background-color: #fff!important;
    border: 0px;
    float: left;
    margin-left: 10px!important;
}
.alt_time_popup .close-popup-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #EEEFF2;
    border: none;
    border-radius: 50%;
    margin: 16px;
    padding: 0 0;
    cursor: pointer;
}
.alt_time_popup  .close-popup-btn::before {
    width: 20px;
    height: 20px;
    display: block;
    content: ' ';
    background: no-repeat center url(/common/v2/images/icons/081501/close-popup.svg);
    margin: 0 auto;
}
/*.ps_at_clinic_block .chosen-single div b, .breed_animal div b {*/
/*    background-image: none!important;*/
/*}*/
.pmulti_link {    
    float: left!important;
}
.pmulti_block  .file-btn-body{
    margin-left: -16px!important;
}

.time_calendar_body{
    margin-left: 20px;
}
.calendar-start-picture {
    max-width: 940px;
}
.calendar{
    margin-top: 20px!important;
}

.doc_view.single-doctor > .time_calendar_body.timeCalendar {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
}

#hint_times_pop {
    height: auto;
}
#hint_times_pop.in-process .buttons {
    margin-top: 0;
}

.btn#button_next[disabled] {
    background-color: #d6dade !important;
    color: #fff;
    pointer-events: none;
}

.form-controls.form-controls-move .loader {
    margin-top: -10px;
}

#time-of-receipt .timeselect_slider {
    margin-left: 15px;
    margin-right: 15px;
}

.date_period {
    font-family: inherit !important;
}

.popup-container .confirm_no {
    width: 60px;
}

.popup-container .confirm_ok {
    width: 60px;
    margin-right: 16px !important;
}

.timeCalendarTime.timeCalendarAllow.timeCalendarActiveSelected {
    color: #fff;
    background: #2EBD2F;
}

#time-of-receipt.timeslider {
    flex-direction: column;
}

#time-of-receipt.timeslider .holder {
    display: flex;
    flex-direction: row;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.map {
    height: 550px;
}
@media screen and (max-width:768px) {
    #time-of-receipt.timeslider .holder {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .map {
        height: 600px;
    }
}

button.search_by_date  {
    margin-top: 20px !important;
}
