

/* Start:/local/components/bz/news.detail/templates/doctorDetail_v8/style.css?177315784919847*/
.doctor {
    display: flex;
}

.doctor__info-container {
    margin-left: 40px;
}

.doctor__img-container {
    width: 332px;
    height: 404px;
    border-radius: 20px;
    background: linear-gradient(90deg, #336CC9, #42BAFD);;
}

.doctor__img-background {
    width: 332px;
    height: 404px;
    border-radius: 20px;
    position: relative;
    background-image: url(/bitrix/templates/oxo/img/icons/icon-budzdorov-white-gradient.svg);
    background-position: top -55px right 25px;
    background-repeat: no-repeat;
    background-size: 110%;
}

.doctor__img {
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.doctor__img-expert {
    position: absolute;
    bottom: 29px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}

.doctor__img-container-old .doctor__img-expert {
    bottom: auto;
    top:10px;
    width: 100px;
}

.doctor .doctor__info-name {
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.doctor__info-spec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.doctor__info-spec-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #ECF7FF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0047BB;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.doctor__info-spec-item:hover, .doctor__info-spec-item:active {
    color: #0047BB;
    text-decoration: none;
}

.doctor__info-clinics-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2B3031;
}

.doctor__info-clinics {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 28px;
}

.doctor__info-clinics:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/oxo/img/icons/icon-location-pin-violet-gradient.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    display: block;
    position: absolute;
    left:0px;
    top:-1px;
}

.doctor__info-education, .doctor__info-experience {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
}

.doctor__info-experience {
    position: relative;
    padding-left: 28px;
    margin-right: 40px;
}

.doctor__info-experience:before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/oxo/img/experience.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left:0px;
    top:-1px;
}

.doctor__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.doctor__info-education-item {
    margin-right: 40px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 28px;
}

.doctor__info-education-item:before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/oxo/img/education-category.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left:0px;
    top:-1px;
}

.doctor__price-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 16px;
    box-shadow: 1px 1px 8px rgba(0, 71, 187, 0.1), 0px 0px 10px rgba(0, 71, 187, 0.1);
    border-radius: 12px;

    align-items: flex-start;
}

.doctor__price-container-price {
    display: flex;
}

.doctor__price-container-buttons {
    display: flex;
}

.doctor__appointment {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

.doctor__appointment:before {
    content: '';
    width: 6px;
    height: 6px;
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%);
    display: block;
    position: absolute;
    top:8px;
    left: 1px;
    border-radius: 50%;
}

.doctor__appointment-price {
    color: #0047BB;
}

.b-clinic__btn {
    display: block;
    position: relative;
    background: #0047BB;
    color: #fff;
    border: 1px solid #0047BB;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    margin-right: 16px;
    width: max-content;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.b-clinic__btn:hover, b-clinic__btn:active{
    color: #6899e9;
}

.b-clinic__btn_white {
    background-color: white;
    color: #0047BB;
    border: 1px solid #0047BB;
    border-radius: 8px;
}

.b-clinic__btn_call-icon {
    position: relative;
    padding-left: 33px;
}

.b-clinic__btn_call-icon:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top:11px;
    left: 8px;
    background: url("/bitrix/templates/oxo/img/phone-in.svg");
}

.text-block {
    padding: 24px 40px;
    box-shadow: 0px 0px 15px rgba(0, 71, 187, 0.1);
    border-radius: 20px;
    background: #FFFFFF;
}

.text-block__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

.text-block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
}

.doctor-description {
    margin-top: 80px;
    background: #F9FBFF;
    padding-top: 40px;
    padding-bottom: 80px;
}

.doctor-description__item {
    margin-bottom: 24px;
}

.doctor-description__item ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin: 6px 0;
    padding: 0 0 0 20px;
}

.doctor-description__item ul li:before {
    position: absolute;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 10px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#6F8AEB), to(#43A6F1));
    background: -webkit-linear-gradient(top, #6F8AEB 0%, #43A6F1 100%);
    background: -moz- oldlinear-gradient(top, #6F8AEB 0%, #43A6F1 100%);
    background: -o-linear-gradient(top, #6F8AEB 0%, #43A6F1 100%);
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%);
    content: '';
}

.doctor-description__navigator {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.doctor-description__navigator-item {
    box-shadow: 0px 0px 6px rgba(51, 108, 201, 0.15), 1px 2px 2px rgba(51, 108, 201, 0.15);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 32px;
    background: #FFFFFF;
    cursor: pointer;
    color: #0047BB;
    text-decoration: none;
    margin-right: 12px;
}

.doctor-description__container {
    padding: 24px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 71, 187, 0.1);
    border-radius: 20px;
}

.doctor-description__container-title{
    font-size: 28px;
    line-height: 40px;
}

.doctor-table {
    display: table;
    font-weight: 500;
}

.doctor-description__container-title {
    margin-top: 0px;
    margin-bottom: 40px;
}

.doctor-description__education-item {
    position: relative;
}

.doctor-description__education-item-year {
    padding-left: 28px;
    width: 106px;
    padding-right: 20px;
}

.doctor-description__education-item-name{
    width: 25%;
    padding-right: 80px;
}

.doctor-description__education-item-education {
    width: calc(40% - 106px);
    padding-right: 80px;
}

.doctor-description__education-item-spec {
    width: 25%;
}

.doctor-description__education-item:before {
    content: '';
    position: absolute;
    background: url("/bitrix/templates/oxo/img/widget/table-circle.svg") no-repeat;
    display: block;
    width: 12px;
    height: 87px;
    left: 0;
    top:4px;

}

.doctor-description__education-item:last-child:before {

    background: url("/bitrix/templates/oxo/img/widget/elipce.svg") no-repeat;
}

.doctor-table__row:last-child .doctor-table__cell {
    height: auto;
}

.doctor-table__row {
    display: table-row;
}

.doctor-table__cell {
    display: table-cell;
    padding-bottom: 15px;
    height: 108px;
}


.oxo-section-licenses {
    padding-top: 0px !important;
}
.oxo-main {
    padding-bottom: 0px;
}

.doctor {
    margin-top: 40px;
}

.doctor__img-container-old {
    width: 220px;
    height: 220px;
    border: 1px solid #eef2f8;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

@media (max-width: 992px) {
    .doctor__info-container {
        margin-left: 40px;
    }

    .doctor__info-name {
        margin-bottom: 12px;
    }

    .doctor {
        flex-wrap: wrap;
    }
    .doctor-table {
        display: block;
    }
    .doctor-table__row {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .doctor-table__cell {
        display: block;
        height: auto;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .doctor-description__education-item-year {
        padding-left: 0px;
    }

    .doctor-description__education-item {
        padding-left: 24px;
    }

    .doctor__img-container, .doctor__img-background {
        height: 186px;
        width: 100%;
    }

    .doctor__img {
        width: 164px;
        height: 240px;
    }

    .doctor {
        margin-top: 0px;
        justify-content: center;
    }

    .doctor__img-container {
        margin-top: 60px;
    }

    .doctor__info-container {
        margin-left: 0px;
        padding: 10px;
    }
    .doctor .doctor__info-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .doctor__info-education-item {
        margin-bottom: 12px;
        margin-right: 20px;
    }
    .doctor__info-experience {
        margin-bottom: 12px;
    }

    .doctor__info-clinics {
        /*flex-direction: row;*/
    }
    .doctor__info-clinics-title {
        margin-right: 12px;
    }
    .doctor__info-clinics-name a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    .doctor__info {
        margin-bottom: 20px;
    }
    .doctor__info-spec {
        margin-bottom: 20px;
    }
    .doctor__price-container .b-clinic__btn_white {
        /*display: none;*/
        margin-top: 16px;
    }
    .doctor__price-container .b-clinic__btn {
        width: 100%;
    }

    .doctor__appointment {
        flex-direction: row;
        margin-bottom: 16px;
    }
    .doctor__appointment-title {
        margin-right: 12px;
    }

    .b-clinic__btn {
        margin-right: 0px;
    }

    .doctor-description {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .doctor-description__navigator-item {
        padding: 8px 20px;
        margin-bottom: 8px;
    }
    .doctor-description__navigator {
        margin-bottom: 20px;
    }
    .doctor__img-container_none {
        /*display: none;*/
        margin-top: 0px;
    }


    .doctor__price-container-price {
        flex-wrap: wrap;
    }

    .doctor__price-container-buttons {
        flex-direction: column;
        width: 100%;
    }

    .doctor__img-expert {
        bottom: 12px;
    }
    .doctor__img-container-old .doctor__img-expert {
        bottom: auto;
        top:10px;
    }
}

.doctor__price-old {
    text-decoration: line-through;
    color: #99B5E4;
    margin: 0 0 0 10px;
    white-space: nowrap;
}

.doctor__info-main {
    margin-top: -20px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .doctor__info-main {
        margin-top: -10px;
        margin-bottom: 12px;
    }
}

.doctor__info-only-online {
    position: relative;
    padding: 2px 0 0 24px;
}

.doctor__info-only-online:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC43NTA1IDExLjAwMDlMMTguNzQ0MyAxMS4yNDQxTDE4Ljc1MDUgMTEuNTAwOUwxOC43NDQ2IDExLjc0NThMMTguNzUwNCAxMi4wMDA5TDE4LjU2MTcgMjAuMjU0MUMxOC41MzgzIDIxLjI4MTIgMTcuNzU3MSAyMi4xMzE4IDE2LjczNTcgMjIuMjQyNEMxMy41ODc5IDIyLjU4MzMgMTAuNDEyNSAyMi41ODMzIDcuMjY0NzcgMjIuMjQyNEM2LjI0MzM3IDIyLjEzMTggNS40NjIxOSAyMS4yODEyIDUuNDM4NzEgMjAuMjU0MUw1LjI1MDAzIDEyLjAwMDlMNS4yNTU5IDExLjc0NDFMNS4yNTAwNSAxMS41MDA5TDUuMjU2MiAxMS4yNDUxTDUuMjUgMTEuMDAwOUw1LjQxODcgNC4zNTk0MkM1LjQxOTgyIDQuMzE1NTMgNS40MjE5NCA0LjI3MTg4IDUuNDI1MDYgNC4yMjg0OUw1LjQzNjE4IDMuNzY2MzJDNS40NjE2MSAyLjcwOTYyIDYuMjY4NjggMS44MzY2IDcuMzIwMTQgMS43Mjg0M0M3LjQwNzY1IDEuNzE5NDIgNy40OTUxNyAxLjcxMDY3IDcuNTgyNzIgMS43MDIxOEM3LjcwMTQ1IDEuNjc0NTggNy44MjMyIDEuNjU0NDYgNy45NDc0NyAxLjY0MjM1QzEwLjY0MjkgMS4zNzk2MyAxMy4zNTc2IDEuMzc5NjMgMTYuMDUzIDEuNjQyMzVDMTYuMTc3MyAxLjY1NDQ2IDE2LjI5OSAxLjY3NDU4IDE2LjQxNzcgMS43MDIxN0MxNi41MDUzIDEuNzEwNjcgMTYuNTkyOSAxLjcxOTQyIDE2LjY4MDQgMS43Mjg0M0MxNy43MzE5IDEuODM2NiAxOC41Mzg5IDIuNzA5NjIgMTguNTY0NCAzLjc2NjMyTDE4LjU3NTUgNC4yMjk1NEMxOC41Nzg2IDQuMjcyNTkgMTguNTgwNyA0LjMxNTg5IDE4LjU4MTggNC4zNTk0M0wxOC43NTA1IDExLjAwMDlaTTE2LjAwMDIgMTcuNzUwOEMxNi40MTQ1IDE3Ljc1MDggMTYuNzUwMiAxNy40MTUgMTYuNzUwMiAxNy4wMDA4QzE2Ljc1MDIgMTYuNTg2NiAxNi40MTQ1IDE2LjI1MDggMTYuMDAwMiAxNi4yNTA4SDguMDAwMjRDNy41ODYwMyAxNi4yNTA4IDcuMjUwMjQgMTYuNTg2NiA3LjI1MDI0IDE3LjAwMDhDNy4yNTAyNCAxNy40MTUgNy41ODYwMyAxNy43NTA4IDguMDAwMjQgMTcuNzUwOEgxNi4wMDAyWk0xMi4wMDAyIDIxLjcwMDlDMTIuODI4NyAyMS43MDA5IDEzLjUwMDIgMjEuMDI5MyAxMy41MDAyIDIwLjIwMDlDMTMuNTAwMiAxOS4zNzI1IDEyLjgyODcgMTguNzAwOSAxMi4wMDAyIDE4LjcwMDlDMTEuMTcxOCAxOC43MDA5IDEwLjUwMDIgMTkuMzcyNSAxMC41MDAyIDIwLjIwMDlDMTAuNTAwMiAyMS4wMjkzIDExLjE3MTggMjEuNzAwOSAxMi4wMDAyIDIxLjcwMDlaIiBmaWxsPSIjNDNBNkYxIi8+Cjwvc3ZnPgo=") 50% 50% no-repeat;
}
.doctor__info-only-online span {
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*color: #2B3031;*/
}

.doctor__info-only-online:before {
    position: absolute;
    top:0;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
}

.video-icon {
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yMzAzOV8xODYwMDIpIj4KPGNpcmNsZSBjeD0iMjMiIGN5PSIyMSIgcj0iMTYiIGZpbGw9IndoaXRlIi8+CjxjaXJjbGUgY3g9IjIzIiBjeT0iMjEiIHI9IjE2LjUiIHN0cm9rZT0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNMjkuMDU0MSAyMi4yNjI1QzI5Ljg4MDcgMjEuNjIyOSAyOS44ODA3IDIwLjM3NSAyOS4wNTQxIDE5LjczNTVDMjYuNTU2MSAxNy44MDI2IDIzLjc2NjggMTYuMjc5MiAyMC43OTA1IDE1LjIyMjFMMjAuMjQ2OCAxNS4wMjlDMTkuMjA2NiAxNC42NTk1IDE4LjEwNzggMTUuMzYzMyAxNy45NjcgMTYuNDM3MUMxNy41NzM1IDE5LjQzNzMgMTcuNTczNSAyMi41NjA2IDE3Ljk2NyAyNS41NjA4QzE4LjEwNzggMjYuNjM0NiAxOS4yMDY2IDI3LjMzODQgMjAuMjQ2OCAyNi45NjlMMjAuNzkwNSAyNi43NzU4QzIzLjc2NjggMjUuNzE4OCAyNi41NTYxIDI0LjE5NTMgMjkuMDU0MSAyMi4yNjI1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIzMDM5XzE4NjAwMikiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yMzAzOV8xODYwMDIiIHg9IjAiIHk9IjAiIHdpZHRoPSI0NiIgaGVpZ2h0PSI0NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjI3ODQzMSAwIDAgMCAwIDAuNzMzMzMzIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18yMzAzOV8xODYwMDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjMwMzlfMTg2MDAyIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjMwMzlfMTg2MDAyIiB4MT0iMTcuNjQxNyIgeTE9IjE0LjkyOTciIHgyPSIzMC4yMDEzIiB5Mj0iMTUuNTM2OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDA0N0JCIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzFDODFFNiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=)  no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top:12px;

}
.video-icon:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yMzAzOV8xODYzMzgpIj4KPGNpcmNsZSBjeD0iMjMiIGN5PSIyMSIgcj0iMTYiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMzAzOV8xODYzMzgpIi8+CjxjaXJjbGUgY3g9IjIzIiBjeT0iMjEiIHI9IjE2LjUiIHN0cm9rZT0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNMjkuMDU0MSAyMi4yNjI1QzI5Ljg4MDcgMjEuNjIyOSAyOS44ODA3IDIwLjM3NSAyOS4wNTQxIDE5LjczNTVDMjYuNTU2MSAxNy44MDI2IDIzLjc2NjggMTYuMjc5MiAyMC43OTA1IDE1LjIyMjFMMjAuMjQ2OCAxNS4wMjlDMTkuMjA2NiAxNC42NTk1IDE4LjEwNzggMTUuMzYzMyAxNy45NjcgMTYuNDM3MUMxNy41NzM1IDE5LjQzNzMgMTcuNTczNSAyMi41NjA2IDE3Ljk2NyAyNS41NjA4QzE4LjEwNzggMjYuNjM0NiAxOS4yMDY2IDI3LjMzODQgMjAuMjQ2OCAyNi45NjlMMjAuNzkwNSAyNi43NzU4QzIzLjc2NjggMjUuNzE4OCAyNi41NTYxIDI0LjE5NTMgMjkuMDU0MSAyMi4yNjI1WiIgZmlsbD0id2hpdGUiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yMzAzOV8xODYzMzgiIHg9IjAiIHk9IjAiIHdpZHRoPSI0NiIgaGVpZ2h0PSI0NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjI3ODQzMSAwIDAgMCAwIDAuNzMzMzMzIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18yMzAzOV8xODYzMzgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjMwMzlfMTg2MzM4IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjMwMzlfMTg2MzM4IiB4MT0iNi45MTk2IiB5MT0iNS4wMDAwMSIgeDI9IjQwLjQwNCIgeTI9IjYuNjM2OTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzAwNDdCQiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxQzgxRTYiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K)  no-repeat;
    background-size: 100% 100%;
}
.video-icon-title {
    display: none;
    position:absolute;
    background: white;
    color:#0047BB;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 12px;
    border-radius: 40px;
    top:40px;
    right:6px;
    z-index: 1;
}

.video-icon:hover .video-icon-title{
    display: block;
}
/* End */


/* Start:/local/components/bz/widget.pageDoctor/templates/.default/style.css?175637800646988*/
.btn {
    border-color: #fff;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    /*margin: 5px;*/
    display: inline-block;
    color: #6691d6;
    font-weight: 600;
}

.btn:hover,.btn:active,.btn:focus {
    text-decoration: none;
}

.btn.selected {
    border-color: #336cc9;
    background-color: #336cc9;
    color: #fff;
}

.btn_white{
    border: 1px solid #0047BB;

}

.btn_center{
    width: 100%;
    text-align: center;
}

.btn_height {
    padding: 11px 10px;
}


.select2-container li:before {
    content: "";
}

.select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-selection__arrow {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 45px !important;
    width: 45px !important;;
    font-size: 1.5em !important;
    margin-right: 6px !important;
    /*box-shadow: var(--primary-box-shadow);*/
    /*border-radius: 50px;*/
    background-image: url("/local/components/bz/widget.page/templates/.default/img/x.svg");
    background-repeat:no-repeat;
    background-position: center center;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-width: 8px 6px 0 6px !important;
    margin-left: -8px !important;
    margin-top: -4px !important;
}



.ui-widget-header {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;

}

.ui-icon-circle-triangle-e {
    background-position: -32px 0px !important;
}

.ui-icon-circle-triangle-w {
    background-position: -95px 0px !important;
}

.ui-state-hover {
    /*border: none !important;*/
    /*background: none !important;*/
    font-weight: normal;
    color: #3498db !important;
}

.ui-state-default {
    background: #F2FAFF !important;
}

.ui-state-active {
    border: #3498db !important;
    background: #3498db !important;
}

/*#slots {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -moz-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-flex-wrap: wrap;*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*margin-left: -2%;*/
/*margin-right: -2%;*/
/*padding: 20px 0 0;*/
/*}*/

.form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0047bb26;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
    width: 320px;
}

#appointment-form {
    display: none;
}

#appointment-form-error, #days-slots-error,#widget-error {
    position: relative;
    font-size: 14px;
    text-align: left;
    background: rgba(253, 94, 94, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E9E6;
    /*margin: 5px;*/
    padding: 13px 20px 14px;
    display: none;
    margin-top: 15px;
}
#widget-error {
    display: block;
}
#days-slots-error{
    margin-left: auto;margin-right: auto;
}

#appointment-form-success {
    position: relative;
    font-size: 14px;
    text-align: left;
    background: rgb(0 255 78 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E9E6;
    margin: 5px;
    padding: 13px 20px 14px;
    display: none;
}

.slots {
    display: flex;
    /*display: none;*/
    /*margin-top: 40px;*/
    width: calc(100% - 368px - 24px);

}



.slots-doctor__name {
    padding: 25px;
}

.slots-doctor__name-p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin: 0px;

}

.slots-doctor__name-clinic {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    margin-top: 4px;
}



.slots-time {
    display: flex;
    flex-wrap: wrap;
    /*margin: 15px;*/
    height: 100%;
    justify-content: flex-start;
    align-content: flex-start;
    background: white;
    min-height: 339px
}

.slots-days {
    /*margin: 15px 8px;*/
    /*margin-right: 24px;*/
}

@media (max-width: 992px) {
    .slots {
        /*display: block;*/
        flex-wrap: wrap;
    }
    .slots-days {
        width: 100%;
    }

    .appointment__user, .appointment__phone,.appointment__submit {
        margin-right: 0px !important;
        width: 100%;
    }
    .slots-container {
        width: 100% !important;
    }
    .slots-doctor {
        width: 100%;
    }
}

.slots-time-value {

    margin: 8px;
    padding: 6px 14px;
    padding-top: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    /*border: 1px solid #E5E7E3;*/
    color: #000;
    min-width: 75px;
    height: fit-content;
}

.slots-time-value:hover {
    color: #fff;
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%);
}

.slots-time-value__selected {
    color: #fff;
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%);
}

.appointment {
    margin-top: 28px;
}
.appointment__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}




.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #ffffffa3;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.preloader {
    display: none;
}

.loading .preloader {
    display: block;
}

.slots-time {
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 24px;
}

.slots-time-value {
    box-shadow: var(--primary-box-shadow);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.appointment__form {
    display: flex;
    flex-wrap: wrap;
}

.appointment__user {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 40px;
}
.appointment__phone {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 40px;
}
.appointment__submit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.appointment__form-item {
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

.form-input-name {
    position: absolute;
    height: 16px;
    left: 12px;
    top: -9px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #0047BB;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    display: inline-block;
}
























.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    /*padding-left: 8px;*/
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    /*border: 1px solid #aaa;*/
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: var(--primary-box-shadow);
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 0px;*/
    user-select: none;
    -webkit-user-select: none;
    font-weight: 400;
    padding-left: 24px;

}



.select2-results__option:before{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #aaa;
    margin-top: 1px
}
.select2-results__option.select2-results__message:before {
    display: none;
}


.select2-container--default .select2-results__option--selected {
    background-color: white !important;
}

.select2-results__option.select2-results__option--selected:before{
    border-color: #336cc9;
    background-color: #336cc9;
}

.select2-results__option.select2-results__option--selected:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid white;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 15px;
    left: 5px;

}


.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    /*padding: 4px*/
    margin-bottom: 8px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    /*border: 1px solid #aaa;*/
    border-radius: 4px;

    background-color: #fff;
    box-shadow: var(--primary-box-shadow);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #336cc9;
    line-height: 28px;
    margin-left: 12px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2B3031;
    font-weight: 600;
    display: flex;
    /*margin-left: 40px;*/
    /*padding-left: 8px;*/
}
.select2-selection__placeholder-image {
    margin-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('/local/components/bz/widget.pageDoctor/templates/.default/img/arrow.svg');
    border: none;
    height: 20px !important;
    width: 20px !important;
    margin-top: 12px !important;;
    display: block;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-selection--clearable .select2-selection__arrow {
    display: none;

}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #CCDAF1;
    border-radius: 8px;
    height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:-moz-focus-inner {
    border: 0;
}


.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*background-color: #5897fb;*/
    /*color: white*/
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    /*/border: 1px solid transparent*/
    box-shadow: var(--primary-box-shadow);
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}







/* полоса прокрутки (скроллбар) */
.select2-results__options::-webkit-scrollbar {
    width: 6px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #E6F6FD;
}

/* ползунок скроллбара */
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #0047bb;
    border-radius: 9em;
    /*box-shadow: inset 1px 1px 10px #f3faf7;*/
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #0047bb;
}

/* Стрелки */
#select2-spec-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/specs.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}
#select2-service-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/specs.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}
#select2-center-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/clinic.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}
#select2-doctor-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/doctor.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}


.select-adults {
    box-shadow: var(--primary-box-shadow);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 20px;
    margin-left: 15px;
    display: inline-block;
}

.select-adults a:last-child {
    padding: 8px 15px;
}

@media (max-width: 992px) {

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-left: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px;
    }

    .select2-dropdown {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
    }

    .select-adults {
        display: flex;
        margin-right: 15px;
    }

    .select-adults .btn {
        width: 50%;
        text-align: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 6px !important;
    }
}





.slots .ui-widget.ui-widget-content {
    border: none;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 24px;
}

.slots .ui-datepicker {
    width: 359px;
}

.slots .ui-state-default {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.slots .ui-datepicker td span, .slots .ui-datepicker td a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background:#E6F6FD;
    padding-top: 2px;

    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #2B3031;
}

.slots .ui-datepicker-unselectable {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #2B3031;
}

.slots .ui-state-disabled {
    /*opacity:unset !important;*/
}

.slots .ui-state-disabled span {
    background:none !important;
}

.slots .ui-datepicker td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.slots .ui-datepicker .ui-datepicker-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.slots .ui-datepicker .ui-datepicker-header {
    /*margin-bottom: 20px;*/
}

.slots .ui-state-active {
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%) !important;
    color: #fff !important;
}

.slots .ui-datepicker .ui-datepicker-prev span {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/arrow-left.svg");
    background-position:center !important;
    margin-left: -12px;
    margin-top: -12px;
}

.slots .ui-datepicker .ui-datepicker-next span {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/arrow-right.svg");
    background-position:center !important;
    margin-left: -12px;
    margin-top: -12px;
}

.slots .ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}

.slots .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.slots .ui-datepicker-header .ui-state-hover {
    border: 1px solid #336cc9 !important;
    background: white !important;
}

.slots .ui-icon {
    width: 24px;
    height: 24px;
}

.slots .ui-datepicker th {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #CCDAF1;
}


.slots .ui-datepicker th.ui-datepicker-week-end {
    color: #FFBEBB;
}

@media (max-width: 992px) {

    .slots .ui-datepicker {
        width: 100%;
    }

    .slots-time {
        padding: 24px;
    }
    .form input {
        width: 100%;
    }

    .appointment__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
}

.slots-container {
    /*padding: 15px;*/
    /*padding-left: 8px;*/
    width: 100%;
}

.days-slots-empty {
    display: block;
    height: 100%;
    background: #f1f1f152;
    min-height: 339px;
    width: 359px;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 50px 42px;
    background-image: url('/bitrix/templates/oxo/img/apformdate.png');
    background-repeat:no-repeat;
    background-position: center center;
}

.widget-doctor-filter {
    border: none;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 24px;
    /*width: 368px;*/
    /*margin-right: 24px;*/
    min-height: 339px;
    background: white;
}

.slots-doctor__img {
    position: relative;
    background-color: #91B5F0;
    height: 216px;
    border-radius: var(--border-radius-3);
    background-image: url(/bitrix/templates/oxo/img/icons/icon-budzdorov-white-gradient.svg);
    background-position: top 16px right 20px;
    background-repeat: no-repeat;
}

.slots-doctor__img-pic {
    position: absolute;
    width: auto;
    height: 260px;
    left: 35px;
    bottom: 0;
}

.slots-doctor__img-pic img {
    height: 260px;
    width: auto;
}

.slots-doctor {

    width: 377px;
    margin: 15px;
    margin-right: 8px;
}
.slots-doctor__inner {
    /*padding: 24px;*/
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    height: 100%;
}

.slots-time-empty {
    display: block;
    height: 100%;
    background: #f1f1f152;
    min-height: 339px;
    width: 100%;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 50px 42px;
    background-image: url(/bitrix/templates/oxo/img/apformtime.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.w-clinic {
    display: flex;
    flex-wrap: wrap;
}

.w-clinic__metro {
    display: flex;
    align-items: center;
}

.w-clinic__name {
    color: #336CC9;
    font-weight: 600;
}

.w-clinic__metro-bullet {
    margin-right: 8px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0px;
}

.w-clinic__address {
    /*margin-left: 24px;*/
}

.w-clinic__metro {
    /*margin-left: 24px;*/
}

.widgetRobomed__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0047BB;
    margin-bottom: 24px;
    display: flex;
    position: relative;
    width: fit-content;
    padding-right: 54px;
}

.widgetRobomed__title:after {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("/bitrix/templates/oxo/img/appointment.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right:0px;
    top:3px;

}

@media (max-width: 992px) {

    .w-clinic__address {
        margin-left: 0px;
    }
    .w-clinic__metro {
        margin-left: 0px;
    }
}

.widget-doctor {
    display: flex;
    flex-wrap: wrap;
}

.widget-doctor-block {
    display: flex;
    flex-direction: column;

}

.widget-doctor-block__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
}

.widget-doctor-block__title:before {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0047BB;
    position: absolute;
    left: 0px;
    top: -5px;
}

.widget-doctor-block__title_step1:before{
    content: '1';
}
.widget-doctor-block__title_step2:before{
    content: '2';
}
.widget-doctor-block__title_step3:before{
    content: '3';
}

.widget-doctor-block-filter {
    width: 368px;
    margin-right: 24px;
}

.widget-doctor-block-date {
    width: 359px;
    margin-right: 24px;
}

.widget-doctor-block-time {
    width: calc(100% - 359px - 24px);
    min-width: 364px;
}

.widget-doctor-block__appointment {
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 40px;
    background: white;
}

.widgetRobomed {
    margin-top: 40px;
    background: #F9FBFF;
    box-shadow: 1px 1px 8px rgba(0, 71, 187, 0.1), 0px 0px 10px rgba(0, 71, 187, 0.1);
    border-radius: 20px;
    padding: 40px 80px;
}

@media (max-width: 1400px) {
    .widget-doctor-block-filter {
        width: 100%;
        margin-right: 0px;
    }
    .widget-doctor-block {
        margin-bottom: 24px;
    }
    .slots {
        width: 100%;
    }
    .widget-doctor-block-time {
        width: 100%;
    }
    .widget-doctor-block-date {
        width: auto;
        min-width: 359px;

    }
    .days-slots-empty {
        width: 100%;
    }
    .slots-time-empty {
        width: 100%;
    }
}


@media (max-width: 992px) {
    .widgetRobomed {
        padding:0px 24px;
        padding-top: 12px;
        box-shadow: none;
        border-radius:unset;
    }
    .containter_widgetRobomed {
        padding: 0px !important;
    }

    .widget-doctor-block-filter {
        width: 100%;
        margin-right: 0px;
    }
    .widget-doctor-block {
        margin-bottom: 24px;
    }
    .slots {
        width: 100%;
    }
    .widget-doctor-block-time {
        width: 100%;
    }
    .widget-doctor-block-date {
        width: 100%;
        margin-right: 0px;
    }
    .days-slots-empty {
        width: 100%;
    }
    .slots-time-empty {
        width: 100%;
    }
    .appointment-form {
        padding: 0px;
    }
    .widget-doctor-block__appointment {
        padding: 20px;
    }

    .widget-doctor-filter {
        min-height: unset;
    }
    .days-slots-empty,.slots-time-empty {
        min-height: unset;
    }
    .slots-time {
        min-height: unset;
    }

}

.widgetRobomed .b-tax-form__attention {
    position: relative;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 20px 12px 48px;
    margin-bottom: 15px;
}

.b-tax-form__attention.hide {
    display: none;
}
.widgetRobomed .b-tax-form__attention-red {
    background: -webkit-gradient(linear, left top, left bottom, from(#fae9e9), color-stop(100%, #fdefef), color-stop(100%, #fdefef), to(#fdefef));
    background: -moz-linear-gradient(top, #fae9e9 0%, #fdefef 100%, #fdefef 100%, #fdefef 100%);
    background: linear-gradient(180deg, #fae9e9 0%, #fdefef 100%, #fdefef 100%, #fdefef 100%);
}
.widgetRobomed .b-tax-form__attention span {
    color: #e112129c;
    font-weight: 700;
}
.widgetRobomed .b-tax-form__attention:before {
    position: absolute;
    top: 10px;
    left: 18px;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDZWMTBNMTAgMTRIMTAuMDFNMTkgMTBDMTkgMTEuMTgxOSAxOC43NjcyIDEyLjM1MjIgMTguMzE0OSAxMy40NDQyQzE3Ljg2MjYgMTQuNTM2MSAxNy4xOTk3IDE1LjUyODIgMTYuMzY0IDE2LjM2NEMxNS41MjgyIDE3LjE5OTcgMTQuNTM2MSAxNy44NjI2IDEzLjQ0NDIgMTguMzE0OUMxMi4zNTIyIDE4Ljc2NzIgMTEuMTgxOSAxOSAxMCAxOUM4LjgxODEgMTkgNy42NDc3OCAxOC43NjcyIDYuNTU1ODUgMTguMzE0OUM1LjQ2MzkyIDE3Ljg2MjYgNC40NzE3NyAxNy4xOTk3IDMuNjM2MDQgMTYuMzY0QzIuODAwMzEgMTUuNTI4MiAyLjEzNzM4IDE0LjUzNjEgMS42ODUwOCAxMy40NDQyQzEuMjMyNzkgMTIuMzUyMiAxIDExLjE4MTkgMSAxMEMxIDcuNjEzMDUgMS45NDgyMSA1LjMyMzg3IDMuNjM2MDQgMy42MzYwNEM1LjMyMzg3IDEuOTQ4MjEgNy42MTMwNSAxIDEwIDFDMTIuMzg2OSAxIDE0LjY3NjEgMS45NDgyMSAxNi4zNjQgMy42MzYwNEMxOC4wNTE4IDUuMzIzODcgMTkgNy42MTMwNSAxOSAxMFoiIHN0cm9rZT0iIzI2QzU5RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+") 50% 50% no-repeat;
    content: "";
}

.widgetRobomed .b-tax-form__attention-red:before {
    position: absolute;
    top: 10px;
    left: 18px;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2NzkzXzg5NTg0KSI+CjxwYXRoIGQ9Ik0xMCA2VjEwTTEwIDE0SDEwLjAxTTE5IDEwQzE5IDExLjE4MTkgMTguNzY3MiAxMi4zNTIyIDE4LjMxNDkgMTMuNDQ0MkMxNy44NjI2IDE0LjUzNjEgMTcuMTk5NyAxNS41MjgyIDE2LjM2NCAxNi4zNjRDMTUuNTI4MiAxNy4xOTk3IDE0LjUzNjEgMTcuODYyNiAxMy40NDQyIDE4LjMxNDlDMTIuMzUyMiAxOC43NjcyIDExLjE4MTkgMTkgMTAgMTlDOC44MTgxIDE5IDcuNjQ3NzggMTguNzY3MiA2LjU1NTg1IDE4LjMxNDlDNS40NjM5MiAxNy44NjI2IDQuNDcxNzcgMTcuMTk5NyAzLjYzNjA0IDE2LjM2NEMyLjgwMDMxIDE1LjUyODIgMi4xMzczOCAxNC41MzYxIDEuNjg1MDggMTMuNDQ0MkMxLjIzMjc5IDEyLjM1MjIgMSAxMS4xODE5IDEgMTBDMSA3LjYxMzA1IDEuOTQ4MjEgNS4zMjM4NyAzLjYzNjA0IDMuNjM2MDRDNS4zMjM4NyAxLjk0ODIxIDcuNjEzMDUgMSAxMCAxQzEyLjM4NjkgMSAxNC42NzYxIDEuOTQ4MjEgMTYuMzY0IDMuNjM2MDRDMTguMDUxOCA1LjMyMzg3IDE5IDcuNjEzMDUgMTkgMTBaIiBzdHJva2U9IiNFMjNFM0QiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTY3OTNfODk1ODQiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") 50% 50% no-repeat;
    content: "";
}
.widgetRobomed .b-tax-form__attention p {
    margin: 0;
}
.appointment-form-info {
    background: linear-gradient(180deg, #fae9e9 0%, #fdefef 100%, #fdefef 100%, #fdefef 100%);
    padding: 12px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}
.appointment-form-price-box {
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.preloader-mini {
    /*фиксированное позиционирование*/
    position: relative;
    width: 40px;
    margin-left: 10px;
}

.preloader-mini__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader-mini__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader-mini__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-mini-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-mini-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader-mini {
    transition: 0.3s opacity;
    opacity: 0;
}

.preloader-mini {
    display: none;
}

.loading-mini .preloader-mini {
    display: block;
}

.form input {
    width: 100%;
}

.form input[type=checkbox]  {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    width: auto;
    height: auto;
}
.appointment__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    grid-template-rows: auto auto auto;
    row-gap:0px;
    column-gap: 20px;
}

.appointment__form-item__form-checkbox {
    grid-column: span 2;
    padding-top:10px;
}

@media (max-width: 992px) {
    .appointment__form {
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto auto auto auto auto auto;
    }

    .appointment__form-item__form-checkbox {
        grid-column: span 1;
        padding-top:0px;
        order: 1;
    }
    .appointment__form-item__btn {
        order: 2;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/bz_page_new_ajax/style.css?17244104342759*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: right !important;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  color: #0047BB !important;
  border: 2px solid #0047BB !important;
  background-color: transparent !important;
  border-radius: 50px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1 !important;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #0047BB !important;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.b-pagination a.b-pagination__num, .b-pagination__num {
  border: 2px solid white;
}
.system-pagenavigation-item div {
  width: 36px;
  height: 36px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bz/reviews.list/templates/reviews.list.6/style.css?17586419104853*/
.reviews-outer {
  background: linear-gradient(264.49deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
  padding-bottom: 60px;
  padding-block: 60px;
  margin-top: 40px;
}
.reviews-title {
  margin: 0px;
  font-weight: 500;
  font-size: 32px;
  color: #0047BB;
  line-height: 40px;
}
.review {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 71, 187, 0.1);
  border-radius: 20px;
  padding: 24px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.review__name {
  font-weight: 500;
  /*min-width: 80px;*/
}
.review__clinic {
    margin-inline: auto 0;
    color: #2B3031;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}
.review__clinic::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi40OTkgMi4yNGE1LjYgNS42IDAgMSAxIDcuOTIgNy45MmwtMy45NiAzLjk2LTMuOTYtMy45NmE1LjYgNS42IDAgMCAxIDAtNy45MlptMy45NiA1LjU2YTEuNiAxLjYgMCAxIDAgMC0zLjIgMS42IDEuNiAwIDAgMCAwIDMuMloiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjYuNDU5IiB4Mj0iNi40NTkiIHkxPSIuNiIgeTI9IjE0LjEyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzZGOEFFQiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzQzQTZGMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat;
    background-position: left center;
    background-size: contain;
}
.review__date {
  color: #6691D6;
  margin-left: 16px;
}

.review__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review__text {
  margin-top: 16px;
  font-weight: 300;
}

.reviews-footer {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content:flex-end;
}
.reviews-footer .count {
  color: #6691D6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.reviews-footer a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #0047BB;
}
.reviews-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0047BB;
  text-decoration: none;
  padding-inline: 10px 32px;
  position: relative;
}
.reviews-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 16px;
  height: 100%;
  background: url(/bitrix/templates/universe_s1/components/bitrix/catalog.section/medicinskie-uslugi-na-domu/images/arrow-blue-next.svg) no-repeat;
  background-position: center;
}
.reviews-more:hover {
  color: #336CC9;
}

.newReviewsButton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-newReviews {
  height: 46px;
  display: block;
  position: relative;
  background: #0047BB;
  color: #fff;
  border: 1px solid #0047BB;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  margin-right: 16px;
  width: max-content;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.btn-newReviews:hover, .btn-newReviews:active{
  color: #6899e9;
}

.more_goods{
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 40px 0 0;
  text-transform: uppercase;
  color: #0047BB;
  font-weight: 600;
  white-space: nowrap;
}

.more_goods:before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 12px;
  margin: -6px 0 0 0;
  content: '';
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNDdCQiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMjkzIDEuMDczYTEgMSAwIDAgMSAxLjQxNCAwbDQgNGExIDEgMCAwIDEgMCAxLjQxNGwtNCA0YTEgMSAwIDAgMS0xLjQxNC0xLjQxNGwyLjI5My0yLjI5M0gxYTEgMSAwIDAgMSAwLTJoMTEuNTg2bC0yLjI5My0yLjI5M2ExIDEgMCAwIDEgMC0xLjQxNFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% 50% no-repeat;
}

#pagination-container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  #pagination-container {
    flex-direction: column;
    margin-top: 40px;
  }
  .reviews-outer {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .review__header {
    gap: 8px;
  }
  .reviews-title {
    font-size: 24px;
    line-height: 32px;
  }
  .btn-newReviews {
    margin-block: 16px;
  }
  .review__clinic {
    margin-inline: initial;
    font-size: 14px;
    line-height: 16px;
  }
  .review__clinic::before {
    width: 16px;
    height: 16px;
  }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/bz_page/style.css?16666987632487*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/doctorsList-dsc/style.css?17093109984546*/
.oxo-section-doctors {
    min-height: 600px;
    padding-bottom: 60px;
}
.oxo-section-doctors .oxo-heading-group .oxo-heading-group-link {
    margin-right: auto;
}
.oxo-section-doctors-btn {
    margin-left: 24px;
}
.oxo-doctors-list {
    padding-top: 60px;
    padding-bottom: 10px;
}
.oxo-doctors-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding-left: 5px;
    padding-right: 5px;
}
.oxo-doctors-list__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: var(--border-radius-3);
    -webkit-box-shadow: var(--box-shadow-3);
            box-shadow: var(--box-shadow-3);
}
.oxo-doctors-list__item-main {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 240px;
    border-radius: var(--border-radius-3);
    background-color: var(--dark-blue-5);
    background-image: url('/bitrix/templates/oxo/img/icons/icon-budzdorov-white-gradient.svg');
    background-position: top 16px right 20px;
    background-repeat: no-repeat;
}
.oxo-doctors-list__item:nth-child(3n + 1) .oxo-doctors-list__item-main {
    background-color: #91B5F0;
}
.oxo-doctors-list__item:nth-child(3n + 2) .oxo-doctors-list__item-main {
    background-color: #9CCAFF;
}
.oxo-doctors-list__item:nth-child(3n) .oxo-doctors-list__item-main {
    background-color: #A5DDFD;
}
.oxo-doctors-list__item-img {
    position: absolute;
    width: auto;
    height: 300px;
    left: 20px;
    bottom: 0;
}
.oxo-doctors-list__item-img img {
    height: 300px;
    width: auto;
}

.oxo-doctors-list__item-img-old{
    padding-left: 20px;
}
.oxo-doctors-list__item-btn {
    position: absolute;
    bottom: 4px;
    right: 4px;
    border-bottom-right-radius: 20px;
}
.oxo-doctors-list__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 16px;
    color: var(--body-text-color);
}
.oxo-doctors-list__item-name {
    margin-bottom: 8px !important;
    line-height: 24px !important;
}
.oxo-doctors-list__item-properties {
    margin-bottom: 8px;
    font-size: var(--body-small-text-font-size);
    line-height: var(--body-small-text-line-height);
    color: var(--primary-color);
}
.oxo-doctors-list__item-clinic {
    /*margin-top: auto;*/
    margin-bottom: 0;
    font-size: var(--body-small-text-font-size);
    line-height: var(--body-small-text-line-height);
}
.oxo-doctors-list__item-link:hover .oxo-doctors-list__item-btn {
    color: #fff;
    background-color: var(--primary-color);
}
.oxo-doctors-list__item-link:hover .oxo-doctors-list__item-btn svg {
    fill: #fff;
}
.oxo-doctors-wrapper {
    position: relative;
}
.oxo-doctors-wrapper .oxo-slider-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/********************
Media
********************/

@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
    .oxo-section-doctors-btn {
        display: none;
    }
    .oxo-section-doctors .oxo-select-clinics {
        margin-right: 0 !important;
    }
}
@media (max-width: 991px) {
    .oxo-section-doctors .oxo-select-clinics {
        margin-right: auto !important;
        margin-left: 0 !important;
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .oxo-section-doctors .oxo-select-clinics {
        margin-top: 16px;
    }
    .oxo-section-doctors .oxo-heading-group {
        margin-bottom: 16px;
    }
    .oxo-doctors-list__item-img {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 575px) {
    .oxo-section-doctors {
        padding-bottom: 30px;
        padding-top: 48px;
    }
    .oxo-doctors-list__item-img {
        width: 100%;
        text-align: center
    }
}
@media (max-width: 399px) {

}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/licenses2/style.css?17073820264248*/
.b-licenses {
  margin: 80px 0;
}
.b-licenses__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-licenses__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: -moz-linear-gradient(186deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
  background: linear-gradient(264deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
}
.b-licenses__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 32px 60px;
}
.b-licenses__left img {
  display: block;
  width: 146px;
  height: auto;
}
.b-licenses__center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 20px;
}
.b-licenses__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -40px;
  padding: 0 10px 0 0;
}
.b-licenses__right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b-licenses__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.b-licenses__button {
  display: block;
  white-space: nowrap;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border: 1px solid #0047BB;
  line-height: 42px;
  color: #0047BB;
}
.b-licenses__button:hover {
  text-decoration: underline;
}
.b-licenses__button_blue {
  background: #0047BB;
  color: #fff;
  line-height: 44px;
  margin: 0 24px 0 0;
  font-weight: 600;
}
.b-licenses__button_blue:hover {
  color: #fff;
}
.b-licenses__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 40px;
}
@media all and (max-width: 1400px) {
  .b-licenses__left {
    padding: 32px 40px;
  }
  .b-licenses__right {
    margin-top: 0;
    width: 350px;
  }
}
@media all and (max-width: 1200px) {
  .b-licenses__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .b-licenses__text {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 20px;
  }
  .b-licenses__center {
    padding: 32px 0;
  }
}
@media all and (max-width: 992px) {
  .b-licenses__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-licenses__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 16px;
  }
  .b-licenses__center {
    padding: 0;
  }
  .b-licenses__right {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .b-licenses__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
  }
  .b-licenses__button {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .b-licenses__button_blue {
    margin: 0;
  }
  .b-licenses__text {
    padding: 0 16px;
    margin: 0 0 8px;
  }
}
/* End */
/* /local/components/bz/news.detail/templates/doctorDetail_v8/style.css?177315784919847 */
/* /local/components/bz/widget.pageDoctor/templates/.default/style.css?175637800646988 */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/bz_page_new_ajax/style.css?17244104342759 */
/* /local/components/bz/reviews.list/templates/reviews.list.6/style.css?17586419104853 */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/bz_page/style.css?16666987632487 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/doctorsList-dsc/style.css?17093109984546 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/licenses2/style.css?17073820264248 */
