

/* Start:/local/templates/avaclinic/components/bitrix/news.list/apteka_price_shop/style.css?17792689777354*/
/*==== 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?17792689771277*/
/*==== 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/avaclinic/components/bitrix/system.pagenavigation/general/style.css?17792689771014*/
.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 */
/* /local/templates/avaclinic/components/bitrix/news.list/apteka_price_shop/style.css?17792689777354 */
/* /local/templates/avaclinic/css/smoothModal.css?17792689771277 */
/* /local/templates/avaclinic/components/bitrix/system.pagenavigation/general/style.css?17792689771014 */
