

/* Start:/local/templates/samsmogu_landing/components/bitrix/news/specialists/style.css?177747885810600*/
.specialists {
    background-color: #F1ECE5;
    position: relative;
}

.specialists::before {
    content: '';
    position: absolute;
    background: url(/images/paper.png) no-repeat center;
    background-size: contain;
    width: 480px;
    height: 480px;
    right: 0;
    top: 98px;
}

.top-section {
    padding: 218px 0 80px;
    background: #F1ECE5;
}

.top-section .first-section__title {
    padding-top: 12px;
    line-height: 1.1;
}

.specialists-list-wrapper {
    padding-bottom: 80px;
}

.specialists-filter__select .select2-container--default .select2-selection--single {
    font-family: Kontora, sans-sarif;
    width: 100%;
    display: block;
    background: #fff;
    box-sizing: border-box;
    border: 0;
    padding: 13.5px 19px;
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    height: auto;
    border-radius: 0;
}

.specialists-filter__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.specialists-filter__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw1IDUuNUw5IDEuNSIgc3Ryb2tlPSIjRUQxQzI0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
}

.specialists-filter__select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
}

.specialists-filter__select select {
    width: 100%;
}

.specialists-filter__input input::placeholder {
    color: #3B3B3B;
}

.specialists-list-wrapper {
    position: relative;
}

.specialists-preloader {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    left: 0;
    top: -64px;
    display: none;
}

.specialists-preloader.loading {
    display: block;
}

.specialists-header-row {
    display: flex;
}

.specialists-filter__title {
    font-weight: 100;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 30px;
}

.specialists-filter {
    max-width: 626px;
}

.specialists-filter__title span {
    font-weight: 400;
}

.specialists-filter__select .select2-dropdown {
    background: #E8E3DD;
    border: 1px solid #3B3B3B;
    border-top: 1px solid #3B3B3B !important;
    border-bottom: 1px solid #3B3B3B !important;
    border-radius: 0;
    padding: 0;
}

.specialists-filter__select .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    border: 0;
    padding: 13.5px 19px;
}

.specialists-filter__select .select2-results__option {
    padding: 13.5px 19px;
    background-color: #E8E3DD;
    color: #3B3B3B;
}

.specialists-filter__select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e3deda;
    color: #3B3B3B;
    padding: 13.5px 19px;
}

.specialists-list__result {
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #3B3B3B;
    margin-left: 261px;
}

.specialists-list__result span {
    color: #ED1C24;
}

.specialists-list__num,
.specialists-list__name,
.specialists-list__name-link {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #DBD3CA;
    min-width: 40px;
}

.specialists-list__name,
.specialists-list__name-link,
.specialists-list__profession-item,
.specialists-list__more-btn {
    color: #3B3B3B;
}

.specialists-list__more-btn, .specialists-list__name-link {
    transition: all .2s;
}

.specialists-list__more-btn:hover, .specialists-list__name-link:hover {
    color: #ED1C24;
}

.specialists-list__profession-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    background: #E8E3DD;
    display: inline-block;
}

.specialists-list__more-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.specialists-list__split {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
}

.specialists-list__split:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #EAE2D7;
    display: block;
}

.specialists-list__item {
    display: flex;
    align-items: center;
    padding: 32px 0;
    gap: 30px;
}

.specialists-list__item:not(:last-child) {
    border-bottom: 1px solid #DBD3CA;
}

.specialists-list__info {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.specialists-list__profession-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 1750px){
    .specialists::before {
        right: -100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1600px){
    .specialists::before {
        right: -200px;
    }
    .top-section .first-section__title {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .specialists-header-row {
        flex-direction: column;
        gap: 30px;
    }
    .specialists-list__result {
        margin-left: 0;
    }
    .specialists-list__split {
        display: none;
    }
    .top-section .first-section__title {
        padding-top: 0;
    }

    .specialists-preloader {
        top: -60px;
    }
}

@media screen and (max-width: 767px) {
    .specialists-filter {
        max-width: 100%;
        width: 100%;
    }

    .specialists-filter__title {
        width: 60%;
        font-weight: 100;
        font-size: 14px;
    }

    .top-section {
        padding: 86px 0 64px;
    }

    .top-section .first-section__title {
        width: 163px;
    }

    .specialists-list__result {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .specialists-list-wrapper {
        padding-bottom: 45px;
    }

    .specialists::before {
        width: 240px;
        height: 240px;
        right: -90px;
        top: 59px;
    }

    .specialists-header-row {
        gap: 20px;
    }

    .specialists-list__name, .specialists-list__name-link {
        font-size: 18px;
    }

    .specialists-list__profession-item {
        font-size: 12px;
    }

    .specialists-list__info {
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .specialists-list__num, .specialists-list__split, .specialists-list__more-btn span {
        display: none;
    }

    .specialists-list__info {
        flex-direction: column;
        align-items: unset;
    }

    .specialists-list__profession-list {
        gap: 8px;
    }

    .specialists-list__item {
        padding: 16px 0;
    }
}

.specialist-info {
    background: #fff;
    width: 960px;
    max-width: 100%;
    position: relative;
    padding: 60px;
}

.specialist-info__close {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.specialist-info__top {
    display: flex;
    gap: 60px;
}

.specialist-info__name {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.specialist-info__name-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3B3B3B;
    letter-spacing: 3px
}

.specialist-info__profession-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.specialist-info__profession-list-item {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #3B3B3B;
    padding: 16px 24px;
    background: #F1ECE5;
}

.specialist-info__photo {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.specialist-info__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialist-info__text {
    margin-top: 60px;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #3B3B3B;
}

.specialist-info__address {
    margin-top: 30px;
}

.specialist-info__address {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.specialist-info__address-address {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    margin-right: auto;
}

.specialist-info__schedule {
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
}

.specialist-info__contacts {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.specialist-info__phone {
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    color: #3B3B3B;
    text-decoration: none;
    transition: all .2s;
}

.specialist-info__phone:hover {
    color: #ED1C24;
}

.specialist-info__services {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.specialist-info__services-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #3B3B3B;
    display: flex;
    gap: 10px;
}

.specialist-info__services-line {
    flex-grow: 1;
    border-bottom: 1px solid #F1ECE5;
}

.specialist-info__services-price {
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .specialist-info__photo {
        margin: 0 auto;
    }
    .specialist-info__top {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    .specialist-info__name-title {
        font-size: 40px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .specialist-info {
        padding: 40px;
    }
    .specialist-info__profession-list-item {
        font-size: 15px;
        padding: 12px 16px;
    }
    .specialist-info__services, .specialist-info__text, .specialist-info__address, .specialist-info__contacts {
        margin-top: 40px;
    }
    .specialist-info__text, .specialist-info__schedule, .specialist-info__services-item {
        font-size: 15px;
    }
    .specialist-info__address-address {
        font-size: 20px;
    }
    .specialist-info__contacts {
        gap: 20px;
    }
    .specialist-info__phone {
        font-size: 30px;
    }
    .specialist-info__services-line {
        display: none;
    }
    .specialist-info__services-item {
        align-items: flex-end;
        border-bottom: 1px solid #F1ECE5;
        padding: 14px 0 10px;
    }
    .specialist-info__services {
        gap: 0;
    }
    .specialist-info__services-item:first-child {
        padding-top: 0;
    }
}
/* End */


/* Start:/local/templates/samsmogu_landing/css/select2/select2.min.css?177747885816264*/
.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:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.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}.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{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.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:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .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--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-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 #aaa}.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:200px;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}.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}

/* End */
/* /local/templates/samsmogu_landing/components/bitrix/news/specialists/style.css?177747885810600 */
/* /local/templates/samsmogu_landing/css/select2/select2.min.css?177747885816264 */
