

/* Start:/local/templates/avaclinic/components/bitrix/system.pagenavigation/general/style.css?17809101781014*/
.generalPagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.generalPagination_page.previous {
    margin-left: 0;
}

.generalPagination_page.next {
    margin-right: 0;
}

.generalPagination_page.previous svg,
.generalPagination_page.next svg {
    cursor: default;
    fill: #7D8694;
    opacity: 1;
}

a.generalPagination_page.previous svg,
a.generalPagination_page.next svg {
    cursor: pointer;
    fill: #5EB92D;
}

.generalPagination_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    margin: 0 4px;
}

a.generalPagination_page:hover {
    border: 1px solid rgba(130, 200, 49, 0.5);
    background: #EFF9E3;
    text-decoration: unset;
    box-sizing: border-box;
}

.generalPagination_page.current {
    flex-shrink: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
}

/* End */


/* Start:/local/templates/avaclinic/components/bitrix/news.list/apteka_price_shop/style.css?17809101787354*/
/*==== region search block ====*/
.searchBlock {
}
.searchBlock_from {
    margin-bottom: 32px;
}
.searchBlock_search {
}
.searchBlock .searchBlock_searchIcon {
    position: absolute;
    top: 0;
    left: 16px;
    height: 56px;
    width: 24px;
    fill: #7d8694;
}
.searchBlock_search.onFocus .searchBlock_searchIcon {
    fill: #79ce4b;
}

.searchBlock .searchBlock_searchInput {
    border: 1px solid #cfd3da;
    border-radius: 100px;
    padding: 0 128px 0 54px;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.searchBlock .searchBlock_searchInput:focus {
    /*ios fix*/
    display: flex;
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
}

.pharmaciesSearch_searchButtons {
    position: absolute;
    right: 26px;
    height: 56px;
    display: flex;
    align-items: center;
}
.searchBlock svg.searchBlock_searchClear {

    padding: 0 8px;
    display: none;
    position: unset;
}
.searchBlock_searchSubmit {
    background: unset;
    border: unset;

    color: #5EB92D;
    /*height: 56px;*/
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .searchBlock_from {
        margin-bottom: 24px;
    }
    div.pharmaciesDesc{
        width: 100%;
    }
}
/*==== endRegion search block ====*/


/*==== region Main ====*/
.pharmacies .pharmaciesTitle {
    margin-bottom: 32px;
}
.pharmaciesWrapper {
    display: flex;
}
.pharmaciesForm {
    width: 384px;
    margin-top: 88px;
}
.pharmaciesContent {
    margin-right: 24px;
    flex-grow: 1;
}
.pharmaciesDesc {
    width: 792px;
    margin-top: 48px;
    font-size: 18px;
    line-height: 28px;
}

.pharmaciesNothing {
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}
.pharmaciesNothing_icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}
.pharmaciesNothing_message {
    width: 744px;
    text-align: center;
}
.pharmaciesAddress_header {
    margin-top: 80px;
}
button.js_search_reset {
    text-transform: unset;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1279px) {
    .pharmaciesForm {
        width: 0;
    }
    .js_smoothModal_overlay {
        display: none;
    }
    .pharmaciesContent {
        width: 100%;
        margin-right: 0;
    }
    .pharmaciesNothing_message {
        width: 100%;
    }

    div.titleBanner{
        margin-bottom: 32px;
    }
}
@media (max-width: 767px) {
    .pharmaciesAddress_header {
        margin-bottom: 32px;
    }
    .pharmacies {
        margin-bottom: 48px;
    }
    .pharmacies .pharmaciesDesc {
        margin-top: 24px;
    }
    div.titleBanner{
        margin-bottom: 40px;
    }
    .pharmaciesAddress_header {
        margin-top: 48px;
    }
}
/*==== endRegion Main =====*/


/*==== region Prices ====*/
.pharmaciesPrices {
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 12px;
    padding: 24px;
}
.pharmaciesPrices_items {
}
.pharmaciesPrices_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.pharmaciesPrices_item:first-child {
    padding-top: 0;
}
.pharmaciesPrices_item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
.pharmaciesPrices_name {
    width: 415px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-right: 24px;
}
.pharmaciesPrices_values {
    flex-grow: 1;
    text-align: right;
    color: #64b704;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    flex-shrink: 0;
}
.pharmaciesPrices_item .pharmaciesPrices_addCart {
    text-transform: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: 24px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .pharmaciesPrices_item {
        flex-direction: column;
        align-items: flex-start;
    }
    .pharmaciesPrices_name {
        width: 100%;
        margin-bottom: 8px;
    }
    .pharmaciesPrices_values {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .pharmaciesPrices_item .pharmaciesPrices_addCart {
        width: 100%;
        margin-left: 0;
    }
}
/*==== endRegion Prices ====*/


/*==== region Pagination ====*/
.pharmaciesPrices_pagination {
    margin-top: 24px;
}
/*==== endRegion Pagination ====*/


/*==== region Steps ====*/
.pharmaciesSteps {
    margin-top: 80px;
}
.pharmaciesSteps_title {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 47px;
    font-weight: 900;
}
.pharmaciesSteps_items {
    display: flex;
}
.pharmaciesSteps_item {
    width: calc(100% / 4 - 12px);
}
.pharmaciesSteps_item:not(:last-child) {
    margin-right: 24px;
}
.pharmaciesSteps_num {
    margin-bottom: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #79ce4b;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.pharmaciesSteps_desc {
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1279px) {
    .pharmacies .pharmaciesDesc {
        width: 100%;
    }
    .pharmaciesSteps_items {
        flex-direction: column;
    }
    .pharmaciesSteps_items .pharmaciesSteps_item {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }
    .pharmaciesPrices_name {
        max-width: 343px;
    }
    .pharmaciesSteps_num {
        margin-bottom: 0;
        margin-right: 24px;
        flex-shrink: 0;
    }
    .pharmaciesSteps_item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .pharmaciesSteps_title {
        font-size: 24px;
    }
    .pharmaciesSteps {
        margin-top: 48px;
    }
    .pharmaciesSteps_items .pharmaciesSteps_item {
        align-items: flex-start;
    }
    .pharmaciesSteps_desc {
        padding-top: 8px;
    }
}
/*==== endRegion Steps ====*/


/*=== region Mobile Card ====*/
.pharmaciesCard_mobile {
    position: fixed;
    left: 16px;
    bottom: 54px;
    height: 64px;
    width: 64px;
    background-color: #5eb92d;
    border-radius: 60px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}
.pharmaciesCard_mobileImg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
}
.pharmaciesCard_mobileCount {
    position: absolute;
    top: 0;
    background: #eff9e3;
    width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 13px;
    line-height: 20px;
    right: 0;
}
.pharmaciesCard_mobile.isFilled .pharmaciesCard_mobileCount {
    display: flex;
}
@media (max-width: 1279px) {
    .pharmaciesCard_mobile.isFilled {
        display: flex;
    }
}
/*=== endRegion Mobile Card ====*/

.modal_closeBtn {
    display: none;
    width: 24px;
    height: 24px;
    fill: #1d2f3c;
    cursor: pointer;
    align-self: center;
}


/* End */


/* Start:/local/templates/avaclinic/css/smoothModal.css?17809101781277*/
/*==== region Smooth Modal ====*/
.isMobile.smoothModal .smoothModal_container {
    transform: translate(0px, 100%);
    opacity: 1;
}
.isOpen.smoothModal .smoothModal_container {
    display: block;
    transform: none;
    opacity: 1;
    margin: auto auto 0;
    transition: all 0.6s ease 0s;
}
.isMobile.smoothModal .smoothModal_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 9996;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.isOpen.smoothModal .smoothModal_overlay {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease 0s;
    background-color: rgba(26%, 31%, 35%, 0.8);
}
.smoothModal .smoothModal_overlay.modalOverflow {
    align-items: stretch !important;
}
/*Блочим скрол у обёртки во время анимации*/
.smoothModal .smoothModal_overlay.scrollLock{
    overflow: hidden;
}
.smoothModal.animation .smoothModal_container,
.smoothModal.animation .smoothModal_overlay{
    transition: all .6s ease 0s;
}
/*==== endRegion Smooth Modal ====*/
/* End */


/* Start:/local/templates/.default/components/snippet/maps/.default/style.css?178091017811311*/
/*====================snippet maps start========================*/
.mapBlock_item {
    display: none;
    width: 100%;
    filter: drop-shadow(0px 2px 8px rgba(120, 160, 190, 0.3));
    border-radius: 12px;
    font-size: 0;
    overflow: hidden;
    height: 450px;
}

.mapBlock_item.active {
    display: block;
}

.tapMap_list {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    overflow-y: auto;
    min-width: 280px;
}

.tapMap_listItem {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 24px;
    box-sizing: border-box;
}

.tapMap_listItem.active {
    background: #F6F9FB;
}

.tapMap_listItem:hover {
    background-color: #f6f9fb;
    cursor: pointer;
}

.tapMap_listItem svg {
    fill: #5EB92D;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.tapMap_listItem.active .tapMap_listItemName {
    color: #1D2F3C;
    font-weight: 500;
}

.tapMap_listItemName {
    display: block;
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2F3C;
    margin-bottom: 0;
}

.tapMap_listItemPhone,
.tapMap_listItemWorkHours {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

.tapMap_listItemPhone a {
    font-size: 13px;
    line-height: 21px;
    color: #1D2F3C;
    display: inline-block;
    margin: 0;
}

.tapMap_listItemPhone span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin: 0;
}

.tapMap_listItemAddress {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}

.tapMap_listItemAddress p,
.tapMap_listItemAddress a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #7D8694;
    margin: 0;
}

.tapMap_listItemAddress p {
    font-size: 13px;
    line-height: 20px;
}

.tapMap_listItemAddress span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin: 0;
}

.tapMap_listItemSubway {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
}

.tapMap_listItemSubway p {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin: 0;
    width: 100%;
}

.metro_ball {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    margin-right: 4px;
}

.metro_ball.blue {
    background: #339BE6;
}

.metro_ball.orange {
    background: #FF9721;
}

.metro_ball.green {
    background: #5EB92D;
}

.metro_ball.red {
    background: #D81615;
}

.metro_ball.purple {
    background: #b700d8;
}

.tapMap_listItemHours {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
}

.mapBlock_itemMap {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    max-width: calc(100% - 280px);
}

.mapBlock_itemMapYa {
    width: 100%;
    height: 100%;
}

.mapBlock_tabs {
    width: 100%;
    font-size: 0;
    margin-bottom: 24px;
    display: none;
}

.mapBlock_tabsItem {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(130, 200, 50, 0.5);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5EB92D;
    padding: 14px 0 14px;
    font-weight: 500;
    cursor: pointer;
}

.mapBlock_tabsItem:first-child {
    border-radius: 8px 0 0 8px;
}

.mapBlock_tabsItem:last-child {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

.mapBlock_tabsItem.open {
    background: rgba(130, 200, 49, 0.12);
}

.tapMap_listShowMore {
    display: none!important;
}

.tapMap_listItemDetail a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.tapMap_listLink {
    display: none;
    width: 100%;
    filter: unset;
    color: #5EB92D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .tapMap_list {
        display: inline-block!important;
    }

    .mapBlock_itemMap {
        display: inline-block!important;
    }
}

@media (max-width: 767px) {
    .mapBlock_item {
        filter: unset;
    }

    .tapMap_listItem.active {
        background-color: transparent ;
    }

    .tapMap_listItem.active .tapMap_listItemName {
        font-weight: 500;
    }

    .tapMap_listItemPhone a {
        /*color: #5EB92D;*/
    }

    .tapMap_listLink {
        display: inline-flex;
        margin-top: 8px;
    }

    .mapBlock_tabs {
        display: block;
    }

    .tapMap_list {
        display: none;
        max-width: unset;
        min-width: unset;
        width: 100%;
        background: none;
    }

    .mapBlock_itemMap {
        display: none;
        max-width: unset;
        min-width: unset;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        transform: translateZ(0px);
    }

    .mapBlock_itemMap.tab_active {
        display: block;
    }

    .tapMap_list.tab_active {
        display: block;
    }


    .mapBlock_item {
        box-shadow: none;
        border-radius: 0;
        height: auto;
        min-height: 450px;
        transition: height, 0.2ms;
    }

    .mapBlock_itemMapYa {
        height: 450px;
    }

    .tapMap_listItem {
        padding: 8px 0;
    }

    .tapMap_listShowMore {
        display: inline-flex!important;
        width: 100%;
    }
}

/*MAP BALLOON*/
.mapBalloon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    max-width: 360px;
    width: 360px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 8px;
    padding: 16px 16px 16px 16px;
}

.mapBalloon_content {
    max-width: 328px;
}

.mapBalloon_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-width: 11px;
}

.mapBalloon_arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

}

.mapBalloon_arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.mapBalloon .close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.mapBalloon .close svg {
    fill: #7D8694;
    width: 24px;
    height: 24px;
}

.mapBalloon_content svg {
    fill: #5EB92D;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.snippetMap_tooltipWrapp {
    width: 328px;
    color: #1D2F3C;
}

.snippetMap_tooltipTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #1d2f3c;
    width: calc(100% - 16px);
}

.snippetMap_tooltipAdress {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.snippetMap_tooltipText {
    background: linear-gradient(98.62deg, #FFEEDE -0.24%, #F2FFE2 100%);
    border-radius: 8px;
    padding: 12px;
    padding-bottom: 8px;
    margin-top: 8px;
    color: #1D2F3C;
    line-height: 20px;
    font-size: 13px;
}

.snippetMap_tooltipText.snippetMap_tooltipText--solo {
    margin-top: 0;
}

.snippetMap_tooltipText p {
    color: #1D2F3C;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 8px;
}

.snippetMap_tooltipText b {
    line-height: 16px;
    font-size: 12px;
}

.snippetMap_tooltipText span {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

.snippetMap_tooltipCause {
    margin-bottom: 8px;
}

.snippetMap_tooltipPhone {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.snippetMap_tooltipPhone a {
    color: #1D2F3C;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.snippetMap_tooltipMetros {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #7D8694;
    margin-top: 8px;
}

.snippetMap_tooltipMetros p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #7D8694;
    margin: 0;
}

.snippetMap_tooltipDetail {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .snippetMap_tooltipWrapp {
        width: 221px;
    }
}

@media (max-width: 1279px) {
    .offices_main .offices_tooltipWr,
    .searchSection .offices_tooltipWr,
    .offices_main .snippetMap_tooltipWrapp,
    .searchSection .snippetMap_tooltipWrapp,
    .snippetClinics .snippetMap_tooltipWrapp,
    .snippetClinics .snippetClinics_tooltipWr {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .mapBalloon {
        max-width: 253px;
        padding: 16px 8px 16px 16px;
    }

    .mapBalloon .tapMap_listItemName {
        max-width: 185px;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 1;
    }

    .mapBalloon_content {
        max-width: 221px;
    }

    .mapBalloon_content svg {
        display: none;
    }

    .mapBalloon_content .tapMap_listItemPhone {
        display: none;
    }

    .mapBalloon_content .tapMap_listItemAddress {
        padding-left: 0;
        margin-bottom: 4px;
        line-height: 1;
    }

    .mapBalloon_content .tapMap_listItemAddress span {
        display: none;
    }

    .mapBalloon_content .tapMap_listItemAddress p {
        display: block;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0.02em;
        color: #7D8694;
    }

    .mapBalloon_content .tapMap_listItemHours {
        padding-left: 0;
        margin-bottom: 0;
    }

    .mapBalloon_content .tapMap_listItemSubway {
        padding-left: 0;
        margin-bottom: 4px;
    }

    .offices_mapInit .tapMap_listItemSubway,
    .offices_mapInit .tapMap_listItemHours,
    .offices_mapInit .snippetMap_tooltipAdress,
    .offices_mapInit .snippetMap_tooltipText,
    .offices_mapInit .snippetMap_tooltipMetros,
    .offices_mapInit .snippetMap_tooltipPhone {
        display: none;
    }

    .offices_mapInit .snippetMap_tooltipDetail {
        margin-top: 0;
        color: #5EB92D;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .offices_main .offices_tooltipWr,
    .searchSection .offices_tooltipWr,
    .offices_main .snippetMap_tooltipWrapp,
    .searchSection .snippetMap_tooltipWrapp,
    .snippetClinics .snippetMap_tooltipWrapp,
    .snippetClinics .snippetClinics_tooltipWr {
        width: 100%;
    }
}

.mapBlock_itemMap {
    position: relative;
}

.mapBlock_static {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: #f4f4f4;
}

.mapBlock_static img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mapBlock_itemMapYa {
    position: relative;
    z-index: 2;
}

.mapBlock_itemMapYa:not(.is-loaded) {
    opacity: 0;
}

.mapBlock_itemMapYa.is-loaded {
    opacity: 1;
}
/* End */
/* /local/templates/avaclinic/components/bitrix/system.pagenavigation/general/style.css?17809101781014 */
/* /local/templates/avaclinic/components/bitrix/news.list/apteka_price_shop/style.css?17809101787354 */
/* /local/templates/avaclinic/css/smoothModal.css?17809101781277 */
/* /local/templates/.default/components/snippet/maps/.default/style.css?178091017811311 */
