

/* Start:/local/templates/zvezda-new/components/bitrix/news.list/contacts/style.css?17800364782345*/
.offices-list {
    width: 410px;
    height: 625px;
    border: 1px solid #C4C4C4;
    padding: 20px 45px;
    flex-shrink: 0;
    overflow: auto;
}

.contacts-offices {
    display: flex;
    gap: 30px;
}

.contacts-offices__map {
    width: 100%;
    height: 625px;
}

.offices-list__office {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 25px;
}

.offices-list__office-more {
    width: fit-content;
    font-size: 18px;
    color: #fff;
    background: #098CE3;
    margin: 25px auto 0 auto;
    padding: 5px 30px;
    border-radius: 20px;
    cursor: pointer;
}

.offices-list__office-metro {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #2B75BA;
    margin: 10px auto 0 auto;
}

.offices-list__office-metro:before {
    content: "";
    display: block;
    width: 32px;
    height: 26px;
    background: url("/local/templates/zvezda-new/components/bitrix/news.list/contacts/images/metro.svg") no-repeat center;
    background-size: contain;
    margin-right: 7px;
}

.ymap-custom-balloon {
    position: relative;
    width: 320px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}

.ymap-custom-balloon-head {
    background: #E6332A;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    border-radius: 19px 19px 0px 0px;
    padding: 10px 20px 10px;
    text-align: center;
}

.ymap-custom-balloon-address {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.ymap-custom-balloon-phone {
    display: block;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.ymap-close-custom {
    background-image: url(/local/templates/zvezda-new/components/bitrix/news.list/contacts/images/close.svg);
    height: 32px;
    width: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

.ymap-custom-balloon-worktime-label {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ymap-custom-balloon-worktime {
    font-size: 19px;
    text-align: center;
}

.ymap-custom-balloon-worktime-wrapper {
    text-align: center;
    margin-top: 5px;
}

.ymap-custom-balloon-body {
    padding: 10px 20px 20px 20px;
}

.ymap-custom-balloon-photo {
    display: block;
    width: 100%;
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/zvezda-new/components/bitrix/news.list/contacts-mobile/style.css?17800364784655*/
.contacts-mobile__list {
    display: none;
}

.contacts-mobile__list--active {
    display: block;
}

.contacts-mobile__map {
    display: none;
}

.contacts-mobile__map--active {
    display: block;
}

.mobile-office {
    font-size: 15px;
}

.mobile-office:not(:last-child) {
    margin-bottom: 55px;
}

.mobile-office__photo {
    width: 100%;
    margin-top: 20px;
}

.mobile-office__photo img {
    width: 100%;
}

.mobile-office__address {
    font-size: 15px;
}

.mobile-office__show-on-map {
    display: block;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 15px;
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    color: #328aac;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    width: 90%;
}

.mobile-office__show-on-map:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #328aac;
}

.mobile-office__show-on-map:hover {
    border-color: #b9b0b0;
    color: #df5438;
}

.mobile-office__show-on-map:hover:after {
    border-left-color: #df5438;
}

.mobile-office__worktime {
    font-size: 15px;
}

.mobile-office__worktime-header {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
}

.mobile-office__phones-email-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.mobile-office__phone {
    color: #000;
    text-decoration: none;
}

.mobile-office__email {
    color: #a8bddf;
    text-decoration: none;
}

.mobile-office__landmark {
    color: #999;
    font-style: italic;
    margin-top: 15px;
}

.mobile-office__landmark:before {
    background-image: url(/local/templates/zvezda-new/components/bitrix/news.list/contacts-mobile/images/icon-sprite.png);
    background-position: -16px -20px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.mobile-office__metro {
    width: fit-content;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-top: 15px;
}

.mobile-office__metro:before {
    content: "";
    display: block;
    width: 32px;
    height: 26px;
    background: url(/local/templates/zvezda-new/components/bitrix/news.list/contacts-mobile/images/metro.svg) no-repeat center;
    background-size: contain;
    margin-right: 7px;
}

.contacts-mobile__switch {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    margin-bottom: 25px;
}

.contacts-mobile__switch-slider-wrapper {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 27px;
    margin: 0;
    padding: 0;
}

.contacts-mobile__switch-slider {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6332a;
    transition: 0.3s;
}

.contacts-mobile__switch-slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.3s;
}

.contacts-mobile__switch-input:checked + .contacts-mobile__switch-slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

#mobile-map {
    max-height: 80vh;
    height: 600px;
}

.contacts-mobile__wrapper {
    position: relative;
}




.ymap-custom-balloon {
    position: relative;
    width: 320px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}

.ymap-custom-balloon-head {
    background: #E6332A;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    border-radius: 19px 19px 0px 0px;
    padding: 10px 20px 10px;
    text-align: center;
}

.ymap-custom-balloon-address {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.ymap-custom-balloon-phone {
    display: block;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.ymap-close-custom {
    background-image: url(/local/templates/zvezda-new/components/bitrix/news.list/contacts-mobile/images/close.svg);
    height: 32px;
    width: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

.ymap-custom-balloon-worktime-label {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ymap-custom-balloon-worktime {
    font-size: 19px;
    text-align: center;
}

.ymap-custom-balloon-worktime-wrapper {
    text-align: center;
    margin-top: 5px;
}

.ymap-custom-balloon-body {
    padding: 10px 20px 20px 20px;
}

.ymap-custom-balloon-photo {
    display: block;
    width: 100%;
    margin-top: 10px;
}
/* End */
/* /local/templates/zvezda-new/components/bitrix/news.list/contacts/style.css?17800364782345 */
/* /local/templates/zvezda-new/components/bitrix/news.list/contacts-mobile/style.css?17800364784655 */
