

/* Start:/vrachi/style.css?17571649282670*/
.vrachi *[hidden] {
    display: none !important;
}

.vrachi__description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 60px 0;
    padding: 0 20px;
}

.vrachi__description * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1c1c1c;
}

@media (max-width: 1023px) {
    .vrachi__description {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.doctor-list__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eaeaea;
}

.doctor-list__slider-item + .doctor-list__slider-item .doctor-list__item {
    margin-left: 10px;
}

.doctor-list__item-img-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 330px;
    background-color: #f7f8f8;
}

.doctor-list .doctor-list__item-img {
    width: 227px;
    height: 322px;
    object-fit: cover;
    object-position: bottom;
}

.doctor-list__item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.doctor-list__item-info > *:nth-last-child(2) {
    margin-bottom: auto;
}

.doctor-list__item-name {
    display: block;
    min-height: 10px;
    margin-bottom: 20px;
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #1c1c1c;
    transition: min-height 150ms ease;
}

.doctor-list__item-name:hover {
    text-decoration: none;
}

.doctor-list__item-post,
.doctor-list__item-description {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #1c1c1c;
}

.doctor-list__item-description {
    color: #8b8b8b;
}

.doctor-list__item-salon {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 20px;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #1c1c1c;
    background-color: #f7f8f8;
}

.doctor-list__item-salon::before {
    flex-shrink: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-top: 2px;
    background-image: url("/upload/map-balloon-2.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.doctor-list__form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: 20px;
    border-radius: 2px;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    background-color: #ed0e3d;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/numbers-ajax/style.css?1757165776840*/
.pagination__nums {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.pagination__nums-item {
    width: 40px;
    height: 40px;
    border: 1px solid #dbe4eb;
    border-radius: 2px;
}

.pagination__nums .pagination__nums-item * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #848c91;
    transition: all 300ms ease;
}

.pagination__nums .pagination__nums-item.active *,
.pagination__nums-item:not(.disabled):hover *:not(span) {
    color: #0078d7;
}

.pagination__nums-item:hover * {
    text-decoration: none;
}

.pagination__nums-item.disabled:hover *,
.pagination__nums-item.active:hover * {
    cursor: default;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/our_doctors/style.css?17571657763573*/
.vrachi-filter,
.doctor-list__items,
.doctor-list__empty-items,
body.adaptive h1.pagetitle {
    padding-left: 20px;
    padding-right: 20px;
}

body.adaptive h1.pagetitle {
    border-bottom: none;
}

.doctor-list__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 10px;
    margin-top: 30px;
}

.doctor-list__empty-items {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #1c1c1c;
}

@media (max-width: 1023px) {
    .vrachi-filter,
    .doctor-list__items,
    .doctor-list__empty-items,
    body.adaptive h1.pagetitle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .doctor-list__items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .doctor-list__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .doctor-list__items {
        grid-template-columns: 1fr;
    }
}

.vrachi-filter__search-container {
    position: relative;
}

.vrachi-filter__search {
    width: 100%;
    min-height: 42px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #1c1c1c;
}

.vrachi-filter__search::placeholder {
    text-transform: uppercase;
    font-size: 12px;
}

.vrachi-filter__search-container .fa-search {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 16px;
    line-height: 1;
    color: #0078d7;
    transform: translateY(-50%);
}

.vrachi-filter__container {
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f7f8f8;
}

.vrachi-filter__container-wrapper {
    align-items: center;
}

.vrachi-filter__filters,
.vrachi-filter__applied-filters,
.vrachi-filter__container-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vrachi-filter__applied-filter {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #1c1c1c;
    cursor: pointer;
    transition: all 300ms ease;
}

.vrachi-filter__applied-filter:hover {
    background-color: #f2f2f2;
}

.vrachi-filter__applied-filters:not(:empty) {
    margin-top: 12px;
}

vrachi-filter__applied-filters:empty {
    display: none;
}

.vrachi-filter__applied-filter {
    position: relative;
    padding: 12px 32px 12px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-color: #f7f8f8;
}

.vrachi-filter__applied-filter::before,
.vrachi-filter__applied-filter::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 2px;
    height: 14px;
    background-color: #1c1c1c;
    transform: rotate(45deg);
}

.vrachi-filter__applied-filter::after {
    transform: rotate(-45deg);
}

.vrachi-filter__found-result {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #8b8b8b;
}

.vrachi-filter__found-result:empty {
    display: none;
}

.vrachi-filter__checkbox,
.vrachi-filter__checkbox label {
    display: flex;
    align-items: center;
}

.vrachi-filter__checkbox label {
    position: relative;
    gap: 10px;
    font-size: 13px;
    line-height: 1;
    color: #1c1c1c;
}

.body .vrachi-filter__checkbox input[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    background: #fff;
}

.body .vrachi-filter__checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 8px;
    height: 5px;
    border: 1px solid #0078d7;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

/* End */


/* Start:/local/components/custom/select/templates/.default/style.css?17571657841910*/
.custom-select__container {
    position: relative;
}

.custom-select__select {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #1c1c1c;
    cursor: pointer;
    transition: all 300ms ease;
}

.custom-select__select:hover {
    background-color: #f2f2f2;
}

.custom-select__select {
    max-width: 250px;
    padding: 16px 32px 16px 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
}

.custom-select__select[multiple] {
    max-height: 46px;
}

.custom-select__container::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    transform: rotate(-45deg);
}

.custom-select__select-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1;
    max-height: 300px;
    padding: 6px 0;
    border-radius: 2px;
    background-color: #ffffff;
    overflow-y: auto;
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
}

.custom-select__select-option {
    padding: 8px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #1c1c1c;
    transition: all 300ms ease;
}

.custom-select__select-option[data-disabled] {
    color: #8b8b8b;
}

.custom-select__select-option.selected {
    position: relative;
    color: #0078d7;
}

.custom-select__select-option.selected::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 8px;
    height: 5px;
    border: 1px solid #1c1c1c;
    border-top: none;
    border-right: none;
    transform: translateY(-50%) rotate(-45deg);
}

.custom-select__select-option:not([data-disabled]):hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

/* End */
/* /vrachi/style.css?17571649282670 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/numbers-ajax/style.css?1757165776840 */
/* /local/templates/.default/components/bitrix/news.list/our_doctors/style.css?17571657763573 */
/* /local/components/custom/select/templates/.default/style.css?17571657841910 */
