

/* Start:/local/templates/asna-new/css/search.css?17522343256222*/
.header-new__search__form__text {
    width: 100%;
    border-radius: 8px;
    -webkit-appearance: none;
    background: #f8f8f8 url(/local/templates/asna-new/css/../img/search_green.svg) no-repeat 16px 16px;
    background-size: 16px 16px;
    border: 1px solid #E2E2E2;
    height: 100%;
    font-size: 16px;
    line-height: 18px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 120px 0 40px;
    color: #333;
}

.header-new__search__form__text:focus {
    outline: none;
}

.header-new__search__form__text:hover {
    border-color: #50be14;
}

.search-clear-button {
    right: 82px;
    width: 48px;
    height: 48px;
    background: transparent;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    top: 0;
}

.search-clear-button svg {
    width: 30px;
    height: 30px;
    stroke: #878787;
}

.search-clear-button:hover svg {
    stroke: #000;
}

.search-hint__container {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: top .2s ease;
}

.search-hint__container--active {
    display: block;
}

.search-hint__container::-webkit-scrollbar-track {
    border-radius: 10px
}

.search-hint__container::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.search-hint__container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c4c4c4
}

.search-hint__wrapper {
    background: #fff;
    overflow: auto;
    max-height: 320px;
}

.search-hint__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 40px;
    background: #f4f4f4;
    color: #878787;
}

.search-hint__title-button {
    cursor: pointer;
    color: #878787;
    border: none;
}

.search-hint__title-button:hover {
    color: #000
}

.search-hint__item-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.search-hint__item-wrapper:hover {
    background-color: #f4f4f4;
}

.search-hint__item-wrapper--suggest {
    font-weight: 600;
    color: #878787;
    background-color: #f4f4f4;
}

.search-hint__item-wrapper--suggest:hover {
    background-color: #e2e2e2;
}

.search-hint__item {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-hint__item-left {
    display: flex;
    flex-direction: column;
}

.search-hint__item-right {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.search-hint__item-bold {
    font-weight: 700;
}

.search-hint__item-brand {
    color: #50be14;
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap;
}

.search-hint__item-label {
    background-color: #f4f4f4;
    color: #878787;
    border-radius: 60px;
    padding: 3px 8px;
    margin-right: 13px;
}

.search-hint__item-empty {
    background: #fff;
    padding: 10px 20px;
}

.price-block {
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
    color: #333;
}

.price-block--economy {
    color: #50be14;
}

.price-block--shortfall {
    color: #F03540;
}

.price-block--inline .price-block__label {
    display: inline-block;
}

.price-block--small {
    margin-right: 20px;
    white-space: nowrap;
    margin-left: 10px;
}

.price-block--small .price-block__label {
    font-size: 14px;
    margin-right: 4px;
}

.price-block--small .price-block__price {
    font-size: 16px;
}

.price-block--small .price-block__cents {
    font-size: 14px;
}

.price-block--small .price-block__currency {
    font-size: 14px;
}

.price-block__label {
    font-size: 14px;
    margin-right: 6px;
}

.price-block__price {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.price-block__cents {
    font-size: 16px;
}

.price-block__currency {
    font-weight: 600;
    font-size: 18px;
    margin-left: 4px;
}

.search-hint__item svg {
    fill: #c4c4c4;
    height: 14px;
    width: auto;
}

@media (max-width: 767px) {
    .header-new__search__form__text {
        font-size: 24px;
    }

    .toggle-menu-mobile.hidden {
        display: none;
    }

    .search-clear-button {
        width: 30px;
        height: 30px;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        padding: 0;
    }

    .search-clear-button svg {
        width: 30px;
        height: 30px;
        stroke: none;
        border-radius: 100%;
    }

    .search-hint-close {
        margin-left: 16px;
        font-size: 20px;
        margin-right: -9px;
        align-self: center;
    }

    .search-hint__container {
        background-color: #fff;
        border-radius: 0;
        height: calc(100vh - 64px);
        left: 0;
        max-height: none;
        position: absolute;
        top: 88px;
        width: 100vw;
        margin-left: -25px;
    }

    .search-hint__wrapper {
        max-height: calc(100vh - 64px);
    }

    .search-hint-suggest__container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 4px 7px;
    }
    
    .search-hint__item-wrapper--suggest {
        border-radius: 5px;
        display: inline-flex;
        margin: 6px;
        padding: 10px 20px;
        width: auto;
    }

    .search-hint__item-wrapper--suggest .search-hint__item {
        padding: 0;
    }
    
    .search-hint__item {
        padding: 20px 0;
    }

    .search-hint__title,
    .search-hint__item,
    .price-block--small .price-block__label,
    .price-block__cents,
    .search-hint__item-empty {
        font-size: 22px;
    }

    .price-block--small .price-block__price {
        font-size: 24px;
    }

    .price-block--small .price-block__cents,
    .price-block--small .price-block__currency,
    .price-block__label {
        font-size: 20px;
    }

    .price-block__price {
        font-size: 26px;
    }

    .price-block__currency {
        font-size: 24px;
    }
}
/* End */


/* Start:/local/templates/asna-new/css/style.css?175223432598885*/
@font-face {
    font-family: 'pf_beausans_pro_thin';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-thin-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-thin-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-thin-webfont.ttf) format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-100.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-100.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-100.ttf) format('truetype');
    font-display: fallback;
}


@font-face {
    font-family: 'pf_beausans_pro';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-italic-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-italic-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-italic-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-reg-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-reg-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-reg-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-500.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-500.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-500.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}


@font-face {
    font-family: 'pf_beausans_pro';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-sebold-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-sebold-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-sebold-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-700.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-700.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-700.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-seboldital-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-seboldital-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-seboldital-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-700italic.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-700italic.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-700italic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-bold-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-bold-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-bold-webfont.ttf) format('truetype');
    font-weight: 900;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-900.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-900.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-900.ttf) format('truetype');
    font-weight: 900;
    font-display: fallback;
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-bolditalic-webfont.eot);
    src: url(/local/templates/asna-new/css/../fonts/pfbeausanspro-bolditalic-webfont.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/pfbeausanspro-bolditalic-webfont.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-900italic.eot);
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-900italic.woff) format('woff'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-900italic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: fallback;
}

blockquote:after,
blockquote:before {
    content: none;
}

button {
    outline: none;
    border: none;
}

.newslist hr.clear {
    padding-bottom: 70px;
}


.body-wrap {
    padding-top: 20px;
}

@media only screen and (max-width: 1450px) {
    .leftcol2 {
        width: 251px;
    }

    .rightcol2 {
        margin-left: 281px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer,
    .wrapper {
        min-width: 1000px;
    }

    .f1,
    .f2,
    .finner,
    .inner {
        margin: 0 auto;
        min-width: 960px;
        padding-left: 0;
        padding-right: 0;
        width: 960px;
    }

    .fcol {
        width: 143px;
    }

    .next {
        right: -22px;
    }

    .prev {
        left: -22px;
    }

    .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fcontacts span {
        padding-right: 3px;
        width: auto;
    }
}

.top {
    vertical-align: top;
}

img[align=left] {
    margin-right: 30px;
    margin-bottom: 20px;
}

.no-decoration {
    text-decoration: none;
}

.error-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.error-label {
    color: #fc491f;
}

.news_bn {
    margin-top: 20px;
}

.orders-price {
    font-size: 10px;
    line-height: 12px;
}

.orders-price .param,
.orders-price > span {
    font-size: 18px;
    line-height: 24px;
}

.breadcrumbs li.act a {
    color: #080808;
}

.breadcrumbs li.act::after {
    display: none;
}

.mobileonly {
    display: none !important;
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"]::before,
[class^=icon-]::before {
    width: 1em;
    height: 1em;
    display: block;
}

.icon-arr_l_s:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-arr_l_s.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-clock:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-clock.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-close:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/close-catalog-menu-green.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}

@media screen and (min-width: 768px) {
    .icon-close:before {
        transform: translate(-130%, -70%);
    }
}

@media screen and (min-width: 768px) {
    a.icon-close.js-close-map-popup {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-menu__element__text.active-tab {
        color: rgb(80, 190, 20);
    }

}


.icon-cv1:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-cv1.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-cv2:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-cv2.svg') no-repeat;
    background-size: 100%;
    background-position: 0 2px;
}

.icon-dropdown:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-dropdown.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-econom:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-econom.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-ok:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-ok.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-percent:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-percent.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

.icon-s_ok:before {
    content: '';
    background: url('/local/templates/asna-new/css/../img/icon-s_ok.svg') no-repeat;
    background-size: 100%;
    background-position: 0 top;
}

a,
article,
audio,
b,
blockquote,
canvas,
dd,
div,
dl,
em,
footer,
form,
h3,
h5,
header,
html,
i,
iframe,
img,
label,
li,
nav,
ol,
section,
small,
span,
strong,
sub,
sup,
u,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

table,
tbody,
td,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
}

body,
p {
    padding: 0;
}

body,
h1,
h2,
h4,
p {
    border: 0;
    vertical-align: baseline;
}

body, button, input, textarea, html {
    -webkit-font-smoothing: antialiased;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

h1,
h2,
h4,
p {
    font: inherit;
}

body,
h4,
p {
    margin: 0;
}

p {
    margin: 0 0 1.6em;
}

article,
footer,
header,
main,
nav,
section {
    display: block;
}


.header__inner_wrap {
    max-width: 1400px;
    margin: 0 auto;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #50be14;
}

i {
    font-style: italic;
}

body,
html {
    height: 100%;
}

.wrapper {
    min-width: 1200px;
    min-height: 100%;
    height: auto !important;
    overflow: visible;
    position: relative;
}

.content {
    padding: 0 60px 232px;
}

.content.fullw {
    padding: 0 0 232px;
}

.footer {
    position: relative;
}

.footer {
    height: 176px;
    margin: -232px auto 0;
}

.hp {
    padding: 0 60px;
}

.placeholder,
input.styled.placeholder {
    color: #878787;
    font-style: italic;
    font-weight: 700;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.iconmenu li {
    font-weight: 700;
}

.iconmenu li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 42px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 81px;
    font-size: 18px;
    line-height: 24px;
}

.iconmenu a {
    color: #080808;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.f1,
.f2 {
    border-top: 1px solid #C0F1DA;
    clear: both;
    margin: 0 60px;
}

.f2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    padding-top: 12px;
}

.f2 span {
    color: #50be14;
}

.fcol {
    float: left;
    margin-right: 10px;
    width: 143px;
    padding-bottom: 40px;
}

.fcol.last,
.finner .fcol:last-child {
    margin-right: 0;
}

.footer a {
    color: #080808;
    text-decoration: none;
}

.finner {
    margin: 0 auto;
    width: 1080px;
}

.fcol,
.fcol a {
    color: #080808;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
}

h1 {
    font-size: 48px;
}

h1 {
    margin: 0 0 .5em;
}

h1,
h2.small {
    padding: 30px 0 0;
    color: #50be14;
}

h1.center,
p.gr.center {
    text-align: center;
}

h1,
h2,
h3.analog {
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 .5em;
    padding: 10px 0 0;
}

.f1 .h4 a,
h2.line,
h3,
h4 {
    color: #50be14;
    font-weight: 700;
}

h2.line {
    border-top: 1px solid #C0F1DA;
    padding-top: 19px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
}

h3,
h4 {
    font-size: 20px;
    line-height: 24px;
}

h3.analog {
    margin-top: 25px;
    margin-bottom: 20px;
}

.f1 .h4 a,
.h4 {
    color: #50be14;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

.fcol .h4,
.fcol .h4 a {
    padding-top: 15px;
    height: 28px;
    font-style: normal;
}

.phem {
    float: right;
}

.vlist a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.leftcol {
    width: 347px;
    float: left;
}

.rightcol {
    margin-left: 367px;
}

.leftcol2 {
    width: 330px;
    float: left;
}

.rightcol2 {
    margin-left: 365px;
    position: relative;
}

.breadcrumbs {
    padding: 12px 0;
}

.breadcrumbs li::after {
    content: "/";
    padding-left: 10px;
}

.breadcrumbs li,
.breadcrumbs li a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #878787;
    font-style: italic;
}

.breadcrumbs li {
    padding-right: 6px;
}

.pic,
.vimg {
    text-align: center;
}

.pic {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 347px;
    width: 347px;
    cursor: pointer;
}

.pic.pic-slider {
    text-align: right;
}

.pic img,
.vimg img {
    display: inline-block;
}

/*zoomImg*/

.zoomContainer .zoomWindowContainer.width-small > div {
    background-position-x: center !important;
}

.zoomContainer .zoomWindowContainer.height-small > div {
    background-position-y: center !important;
}

/*end zoomImg*/

.leftcol .pic img {
    max-height: 347px;
    max-width: 347px;
}

.leftcol .pic.pic-slider .pic-img {
    text-align: center;
    max-width: 269px;
    margin-left: 62px;
}

.leftcol .pic.pic-slider .pic-img img {
    max-height: 269px;
    max-width: 269px;
}

.product-img-info-text {
    color: #878787;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

.vimg {
    height: 100px;
    padding-right: 20px;
    width: 100px;
}

.vlist a {
    color: #080808;
    display: table;
    text-decoration: none;
    width: 100%;
}

.vimg,
.vtitle {
    display: table-cell;
    vertical-align: middle;
}

.gray {
    color: #878787;
    font-style: italic;
    font-weight: 700;
    padding-top: 11px;
    display: block;
}

.leftcol .gray {
    padding-bottom: 40px;
}

.gray:hover {
    text-decoration: none;
}

.infos {
    margin-bottom: 14px;
}

.admin_utility_link {
    display: block;
    margin: -10px 0 14px;
    font-size: 14px;
    line-height: 18px;
}

.infos li {
    font-style: italic;
    font-weight: 700;
    list-style: outside none none;
}

.param {
    color: #878787;
    display: inline-block;
    width: 127px;
}

@media screen and (max-width: 1000px) {
    .leftcol .pic.pic-slider .pic-img {
        margin-left: 0;
    }

    .admin_utility_link {
        margin: 5px 0 14px;
        font-size: 20px;
        line-height: 24px;
    }
}

.adtcp {
    font-weight: 700;
    padding-right: 240px;
}

.bnews a,
.f1 .h4 a,
.footer a,
.icon-close.scc,
.iconmenu a,
.newslist a,
.pmenu a,
.prodtit,
.tonewsl {
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.style2,
.style3,
.style4 {
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
}

.bnews a:hover,
.footer a:hover,
.iconmenu a:hover,
.newslist a:hover,
.pmenu a:hover,
.pmenu li.act a,
.prodtit:hover {
    color: #50be14;
}

.style2:hover,
.style3:hover,
.style4:hover {
    background-color: #3aa400;
}

.tonewsl:hover {
    color: #080808;
}

.inner {
    padding: 0 60px;
    position: relative;
}

.caroufredsel_wrapper {
    overflow: visible !important;
}

.prodc {
    color: #878787;
    font-size: 12px;
    line-height: 18px;
}

.prodc {
    font-style: italic;
    display: block;
    font-weight: 400;
    margin-top: 7px;
}

/* РќРµ РЅСѓР¶РЅРѕ Р·Р°РєСЂР°С€РёРІР°С‚СЊ РІ РєРѕСЂР·РёРЅРµ */

.prodtit {
    color: #080808;
    font-weight: 700;
    text-decoration: none;
}

.pmenu a {
    display: block;
}

.pmenu {
    padding-top: 27px;
}

.pmenu a {
    color: #080808;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-decoration: none;
}

.infos2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 2px;
    margin-left: 0 !important;
}

.infos2 li {
    list-style: outside none none;
    list-style-type: none !important;
}

.infos2 .param {
    width: 200px;
}

.thist,
.thist div.detailst {
    display: table;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.thist {
    margin-bottom: 40px;
}

.thist .head,
.thist .row {
    border-bottom: 1px solid #C0F1DA;
    display: table;
    padding: 12px 0;
    text-align: left;
    width: 100%;
}

.thist .row {
    height: 24px;
    min-height: 24px;
}

.thist div {
    display: table-cell;
    vertical-align: middle;
}

.thist .item {
    display: block;
    position: relative;
    width: 100%;
}

.thist .head {
    border-top: 1px solid #C0F1DA;
    color: #878787;
    font-size: 14px;
    line-height: 18px;
}

.detailst .dr,
.detailst .hd {
    display: table-row;
}

.detailst .dr.preorder {
    color: #ffad11;
}

.detailst .dr div {
    border-bottom: 1px solid #C0F1DA;
    padding-top: 12px;
    vertical-align: middle;
    padding-bottom: 12px;
}

.detailst,
.thist div.detailst {
    display: none;
}

.detailst .hd {
    background-color: #50be14;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    height: 26px;
}

button.style2 {
    background-color: #50be14;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.detailst .c1,
.thist .head .c1,
.thist .row .c1 {
    width: 23%;
    padding-left: 1%;
}

.thist .head .c2,
.thist .row .c2 {
    width: 19%;
}

.thist .head .c3,
.thist .row .c3 {
    width: 29%;
    padding-right: 10px;
}

.thist .head .c4,
.thist .row .c4 {
    width: 26%;
}

.thist .row .c3 {
    font-size: 10px;
    line-height: 12px;
}

.detailst .c1 {
    width: 36%;
}

.detailst .c2 {
    width: 14%;
    text-align: center;
}

.detailst .c3 {
    text-align: center;
    width: 20%;
}

button.style2 {
    border: medium none;
    border-radius: 28px;
    display: inline-block;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 14px;
    line-height: 18px;
    height: 28px;
    width: 230px;
    font-weight: 700;
}

.item .retry {
    display: none;
    height: 50px;
    width: 100%;
}

.item.open,
.item:hover {
    background-color: #f1fae0;
}

.item.open .retry {
    display: block;
}

.thist .item.open .detailst {
    display: table;
}

.retry button {
    display: block;
    margin: 21px auto 0;
}

p.gr {
    color: #878787;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

input.styled,
textarea.styled {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    outline: medium none;
    padding: 0 14px;
}

input.styled,
textarea.styled {
    width: 222px;
}

input.styled {
    height: 37px;
}

input.styled,
textarea.styled {
    border: 1px solid #d5edce;
    box-shadow: 0 0 8px #d5edce;
    margin-bottom: 23px;
}

textarea.styled {
    height: 177px;
}

.lbl {
    color: #878787;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    vertical-align: middle;
    width: 115px;
}

.lbl.tarea {
    float: left;
    margin-top: 10px;
}

.labeled input.styled {
    margin-bottom: 0;
}

.labeled {
    display: table;
    margin-bottom: 23px;
}

hr.clear {
    background: 0 0;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

.formc1 {
    float: left;
    width: 433px;
}

.style3 {
    background-color: #50be14;
}

.popup .style3,
.style3,
.style4 {
    border: medium none;
    border-radius: 45px;
    color: #fff;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    height: 45px;
    padding: 0 20px;
    cursor: pointer;
    text-decoration: none;
}

.to-main-page-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.to-main-page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.block404 h1 {
    line-height: 1;
}

.style4 {
    background-color: #50be14;
    border-radius: 54px;
    font-size: 27px;
    height: 54px;
    width: 450px;
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.ccbut button {
    margin-top: 33px;
}

.ccbut {
    height: 110px;
    margin-bottom: 40px;
    width: 800px;
}

.center,
.metro {
    text-align: center;
}

#map {
    height: 597px;
    width: 100%;
    margin-top: 20px;
}

.metro {
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    height: 22px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    width: 22px;
}

.hl,
.txtaddr .infos a {
    color: #50be14;
}

ul.tabs {
    margin-bottom: 15px;
}

.tabs li {
    display: inline-block;
    font-weight: 700;
}

.tabs li {
    border-bottom: 2px dotted #d6d6d6;
    cursor: pointer;
    margin: 0 11px;
    padding: 5px 0;
    color: #d6d6d6;
}

input[type=checkbox] {
    width: auto;
    display: none;
}

.next,
.prev {
    height: 40px;
    position: absolute;
    top: 158px;
    width: 40px;
    cursor: pointer;
}

.prev {
    background: rgba(0, 0, 0, 0) url(/local/templates/asna-new/css/../img/arr_l.png) no-repeat center center;
    left: -40px;
}

.next {
    background: rgba(0, 0, 0, 0) url(/local/templates/asna-new/css/../img/arr_r.png) no-repeat center center;
    right: -40px;
    z-index: 10;
}

.ms,
.txtaddr .infos li {
    font-weight: 700;
}

.ms {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}

.txtaddr .infos li {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.txtaddr .infos .param {
    width: 143px;
}

.benefits {
    float: right;
    padding-top: 17px;
}

.benefits span {
    color: #50be14;
    font-size: 27px;
    font-weight: 400;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.benefits li {
    font-style: italic;
    font-weight: 700;
}

.ms span.metro {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    top: -4px;
    margin-right: 10px;
}

.icon-close.scc {
    color: #d6d6d6;
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    right: 137px;
    top: 17px;
    display: none;
}

.icon-close.scc:hover {
    color: #ff4800;
}

#overlay {
    z-index: 99;
    background-color: rgba(225, 255, 174, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#overlay,
.popup {
    display: none;
    position: fixed;
}

.popup {
    background: #fff 0 0;
    box-shadow: 0 0 12px #50be14;
    left: 50%;
    top: 50%;
    z-index: 999;
}

.popup .icon-close {
    color: #50be14;
    cursor: pointer;
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    right: 22px;
    top: 22px;
    text-decoration: none;
}

.filters a span {
    margin-right: 10px;
}

/* .gitem-analog */

.bnews a {
    font-weight: 700;
    text-decoration: none;
}

.nhead {
    display: table;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 35px;
}

.nhead img.newsp {
    border-radius: 248px;
    float: left;
    height: 248px;
    margin-right: 37px;
    width: 248px;
}

.nhead .nrtxt {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.nhead .article {
    margin-top: 35px;
}

.tonewsl {
    font-weight: 700;
    left: -5px;
    position: absolute;
    text-decoration: none;
    top: -3px;
    display: flex;
    align-items: center;
}

a.tonewsl span {
    margin-right: 9px;
    font-size: 12px;
    line-height: 18px;
    margin-top: -2px;
}

.nhead h2 {

    margin-top: 10px;
    margin-bottom: .3em;
}

section.news_bn {
    border-top: 1px solid #C0F1DA;
    padding-top: 20px;
}

.bnews {
    display: table;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 85px;
}

.bnews a {
    color: #080808;
}

.bnews a {
    display: table-cell;
    vertical-align: top;
    width: 33%;
}

.bnews a img {
    border-radius: 51px;
    float: left;
    height: 51px;
    width: 51px;
}

.bnews .bntit {
    display: table-cell;
    margin-left: 10px;
    padding: 0 15px;
}

.ndate {
    color: #878787;
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}

.bnews .ndate {
    margin-top: 8px;
    width: 100%;
}

.news_bn h3,
.newslist a {
    width: 100%;
    text-align: center;
}

.newslist {
    width: 100%;
    margin-left: -23px;
    padding-top: 8px;
}

.newslist a {
    color: #080808;
    display: block;
    float: left;
    font-weight: 700;
    height: 280px;
    margin: 0 23px;
    overflow: hidden;
    text-decoration: none;
    width: 170px;
}

.newslist a img {
    border-radius: 156px;
    height: 156px;
    width: 156px;
    margin-bottom: 11px;
}

.newslist a .ndate {
    margin-top: 5px;
}

#va {
    width: 542px;
    height: 365px;
    margin-left: -271px;
    margin-top: -182px;
}

#va .style3 {
    margin-top: 19px;
}

#va .pad {
    padding: 0 36px;
    text-align: center;
}

#va p {
    margin-bottom: 1.3em;
}

.pbb2 {
    background-color: #1b6431;
}

#ptocart .pbb1,
#va .pbb1 {
    float: left;
}

#ptocart .pbb2,
#va .pbb2 {
    float: right;
}

.icon-econom.stl {
    color: #5abf33;
    font-size: 12px;
    line-height: 18px;
    margin: 0 3px;
}

#ptocart {
    width: 589px;
    height: 248px;
    margin-left: -294px;
    margin-top: -124px;
}

#ptocart .pad {
    text-align: center;
    padding: 0 50px;
}

#ptocart .style3 {
    margin-top: 5px;
    width: 226px;
}

.block404 p.gr {
    font-size: 24px;
    line-height: 32px;
    margin-top: 1.6em;
}

.block404 {
    padding: 49px 0 34px;
}

.slide {
    text-align: center;
}

.slide {
    float: left;
    margin-top: 3px;
}

.fcontacts span {
    display: inline-block;
}

.tchoose a {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    padding: 0 2px;
}

.fcontacts,
.infos.text li {
    font-style: normal;
}

.fcontacts span {
    color: #878787;
    width: 44px;
}

.partnf input.styled,
.partnf textarea.styled {
    width: 485px;
}

.partnf .lbl {
    color: #080808;
    width: 160px;
}

.partnf .labeled {
    width: 100%;
}

.required {
    color: #ff4800;
}

.hl2 {
    color: #50be14;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

ul.oklst li {
    margin-left: 30px;
    padding: 7px 0 0;
}

.oklst h4,
.sendblock {
    position: relative;
}

.oklst h4 .icon-s_ok {
    position: absolute;
    left: -26px;
    top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.infos.text .param {
    font-style: normal;
    width: 81px;
}

.sendblock {
    margin-left: 162px;
    margin-top: -22px;
    margin-bottom: 40px;
}

.sendblock .style3 {
    width: 218px;
}

.ffinfo {
    color: #878787;
    font-weight: 700;
    position: absolute;
    left: 256px;
    top: 5px;
}

.tchoose {
    float: left;
    height: 267px;
    padding-right: 0px;
    width: 252px;
    padding-left: 17px;
}

.tchoose.tchoose2 {
    padding-left: 22px;
}

.tchoose a {
    clear: both;
    color: #080808;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 10px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.usmost {
    margin-bottom: 0px;
}

.tchoose a.act {
    background-color: #50be14;
    color: #fff;
}

.nicescroll-rails {
    background: #d6d6d6;
    border-radius: 8px;
}

#regselect {
    height: 419px;
    margin-left: -327px;
    margin-top: -210px;
    width: 624px;
}

#regselect h2 {
    font-size: 45px;
    text-align: center;
}

#regselect .pad {
    padding: 0 20px;
}

.error-label {
    margin-bottom: 5px;
}

@media only screen and (max-width: 1920px) {
    .leftcol2 {
        width: 251px;
    }

    .rightcol2 {
        margin-left: 281px;
    }
}

@media only screen and (min-width: 1920px) {
    .leftcol2 {
        width: 251px;
    }

    .rightcol2 {
        margin-left: 281px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer,
    .wrapper {
        min-width: 980px;
    }

    .f1,
    .f2,
    .finner,
    .inner {
        margin: 0 auto;
        min-width: 960px;
        padding-left: 0;
        padding-right: 0;
        width: 960px;
    }

    .fcol {
        width: 143px;
    }

    .next {
        right: -22px;
    }

    .prev {
        left: -22px;
    }

    .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fcontacts span {
        padding-right: 3px;
        width: auto;
    }
}

.thist-status {
    font-style: italic;
}

.detailst-items-mobile {
    display: none !important;
}

.like-prod-slide-prod {
    background-image: url(/local/templates/asna-new/css/../img/asna_2017/heart-bold.png);
    width: 23px;
    height: 20px;
    background-position: center top;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9;
    display: none;
    background-size: 100%;
}

.add-to-heart {
    color: #495AF6;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

/* end */


/* min */

@media screen and (max-width: 1000px) {
    .add-to-heart {
        font-size: 0;
    }

    .like-prod-slide-prod {
        width: 55px;
        height: 49px;
    }
}

.rightcol2.about-asna h3 {
    margin: 0 0 15px;
}

.rightcol2.about-asna table {
    width: 100%;
}

.rightcol2.about-asna table.style-table tr td {
    font-weight: 500;
}

/*reviews begin*/

.detail .add-review-form {
    border-bottom: 1px solid #C0F1DA;
    margin-bottom: 10px;
    display: none;
}

.detail .js-add-review-form textarea.styled {
    margin: 0 0 0 4px;
}

.detail .js-add-review-form .star-form {
    display: inline-block;
    margin-left: -12px;
}

.detail .js-add-review-form .sendblock {
    margin-top: 0px;
}

.clear {
    clear: both;
}

.reviews-tab {
    display: none;
}

.reviews-container h2 {
    font: normal normal 25px/25px 'textbooknewreg', Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
}

.reviews-container {
    width: 700px;
}

ul.reviews-list {
    margin: 0;
    list-style: none;
    font-size: 0;
}

ul.reviews-list li {
    font-size: 16px;
    line-height: 24px;
}

ul.reviews-list .reviews-head {
    margin-bottom: 10px;
    display: block;
}

ul.reviews-list .reviews-head span.author {
    font: normal normal 14px/20px 'textbooknewextrabold', Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}

a.reviews-ti-name-link {
    display: none;
}

ul.reviews-list .reviews-head span.date {
    display: inline-block;
    margin-right: 5px;
}

ul.reviews-list p {
    margin-bottom: 15px;
}

.evaluate-review {
    margin-bottom: 15px;
}

.evaluate-review .title {
    display: inline-block;
    margin-right: 7px;
}

.evaluate-link-wrap {
    display: inline-block;
    margin-right: 7px;
}

.evaluate-link-wrap .evaluate-link-unit {
    display: inline-block;
    margin-right: 5px;
}

.evaluate-link-wrap .evaluate-link-unit a {
    color: #C4C4C4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

[class^="piluli-"] {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.piluli-44:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url("/local/templates/asna-new/css/../img/plus.png") no-repeat;
    background-size: 100% 100%;
}

.evaluate-link-wrap .evaluate-link-unit a {
    color: #C4C4C4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.piluli-45:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url("/local/templates/asna-new/css/../img/minus.png") no-repeat;
    background-size: 100% 100%;
}

.evaluate-review .next-row {
    display: inline-block;
    white-space: nowrap;
}

.evaluate-review .reply-link {
    color: #333333;
    display: inline-block;
    margin-right: 10px;
}

.reply-link i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 16px;
    line-height: 24px;
}

.piluli-46:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/local/templates/asna-new/css/../img/Strelka.svg") no-repeat;
    background-size: 100% 100%;
}

.star-form {
    display: inline-block;
}

@media only screen and (min-width: 1000px) {
    .star-form {
        margin-left: -12px;
    }
}

.star-form-readonly {
    margin-left: 0;
}

div.star-rating,
div.star-rating a {
    background: url(/local/templates/asna-new/css/../img/Star-02.svg) no-repeat;
    background-size: 100% 300%;
}

div.star-rating-on a {
    background-position: 0 100% !important;
}

.reply-unit {
    margin-left: 50px;
}

.reply-unit .reply-to {
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
}

.add-review-form.sub-review {
    display: none;
}

.sub-review2 {
    margin-left: 50px;
}

.add-review-form .review-header > div {
    float: left;
    width: 50%;
}

.add-review-form.sub-review .review-header > div {
    float: none;
}

.add-review-form .review-header .review-title {
    font-size: 18px;
    line-height: 24px;
}

.add-review-form textarea.styled,
.add-review-form input.styled {
    font-weight: normal;
}

.add-review-form.sub-review .review-body > textarea {
    display: inline-block;
}

.add-review-form.sub-review .review-body > textarea {
    margin: 5px 0 0 0px;
}

.add-review-form.sub-review .sendblock {
    margin: 20px 0 25px 0px;
}

.reviews-tab.active {
    display: block;
}

.detail .js-add-review-form .star-form {
    display: inline-block;
    margin-left: 0;
}

.star-rating-control {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 117px;
    height: 15px;
    margin-top: 3px;
}

.reply-unit .reply-to .piluli-46 {
    margin-right: 5px;
}

.reviews-container {
    padding-top: 20px;
    position: relative;
}

.reviews-container:after {
    display: none;
    content: '';
    width: 367px;
    border-top: 1px solid #C0F1DA;
    position: absolute;
    top: -1px;
    right: 100%;
}

.prod-star-wrap {
    margin-bottom: 7px;
    margin-left: 10px;
}

.prod-star-text {
    display: inline-block;
    vertical-align: middle;
    color: #50be14;
    text-decoration: underline;
    font-style: italic;
    margin: 0 0 0 -7px;
}

/*reviews end*/

/*reviews*/

.revievs-title {
    color: #50be14;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.reviews-container h2 {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.reviews-tab {
    position: relative;
}

.sendblock .style3.js-review-submit {
    width: 145px;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
}

ul.reviews-list .reviews-head span.date {
    color: #50be14;
}

.piluli-44:before {
    background: url("/local/templates/asna-new/css/../img/reviews/plus.png") no-repeat;
    background-size: 100%;
}

.piluli-45:before {
    background: url("/local/templates/asna-new/css/../img/reviews/minus.png") no-repeat;
    background-size: 100%;
}

.piluli-46:before {
    background: url("/local/templates/asna-new/css/../img/reviews/arrow.png") no-repeat;
    background-size: 100%;
}

.evaluate-link-wrap .digit {
    color: #50be14;
}

.evaluate-review .reply-link {
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .prod-star-wrap {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*end*/

.complex-actions-list {
    font-size: 0;
    padding-right: 20px;
}

.complex-actions-item {
    display: inline-block;
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-top: 20px;
}

.complex-actions-item:last-of-type {
    margin-right: 0;
}

.complex-actions-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    .complex-actions-list {
        margin-top: 0;
    }

    .complex-actions-item {
        width: calc(50% - 20px);
    }
}

/* Asna 2017 */

.js-auth-form.js-errors-on-form {
    position: relative;
}

div.title-search-result {
    top: 49px;
    border-radius: 17px;
}

.icon-close.scc {
    top: 9px;
}

.choose-mobile {
    display: none;
}

.action-content .rightcol2.about-asna {
    width: 100%;
    margin-left: 0;
}

.action-big-banner-wrap {
    position: relative;
}

.action-big-banner {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-top: 20px;
}

.action-min-banners-wrap {
    font-size: 0;
    text-align: center;
}

.action-big-banner-title {
    font-weight: 900;
    text-align: left;
    color: #fff;
    top: 38px;
    left: 50px;
    font-size: 90px;
    position: absolute;
}

.action-big-banner-text {
    font-size: 32px;
    line-height: 38px;
    top: 160px;
    position: absolute;
    left: 50px;
}

.action-content article p {

}

.action-content .rightcol2 ul {

}

.action-content article {

}

.detail-analogues .gray {
    font-size: 14px;
    line-height: 18px;
    color: #50be14;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 2px solid #50be14;
    border-radius: 15px;
    text-decoration: none;
    padding: 0;
}

.content-catalog-detail .detail-analogues {
    border-top: 1px solid #C0F1DA;
}

.icon-close.scc {
    right: 125px;
}

.action-steps-wrap {
    padding: 0 60px;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: center;
}

.action-step {
    display: inline-block;
    width: 18%;
    margin-left: 8%;
    vertical-align: top;
}

.action-step:first-child {
    margin-left: 0;
}

.action-step-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: bold;
    margin-top: 18px;
}

body {
    max-width: 1400px;
    min-width: 1000px;
    margin: 0 auto;
}

.revievs-mobile-wrap {
    display: none;
}

.wrapper .banner-incredible-prices:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease;
}

.wrapper .banner-incredible-prices:hover:after {
    opacity: 0.15;
}

.complex-actions-item {
    position: relative;
}

.wrapper .complex-actions-item:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 9;
    pointer-events: none;
}

.wrapper .complex-actions-item:hover:after {
    opacity: 0.15;
}

.wrapper .banners-wrap li:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 9;
    pointer-events: none;
}

.wrapper .banners-wrap li:hover:after {
    opacity: 0.15;
}

.complex-actions-list {
    margin-top: 23px;
}

.wrapper-asna .banners-wrap {
    margin-top: -20px;
}

.wrapper-asna .banners-wrap.banners-wrap-two-in-row {
    margin-top: 0 !important;
}

.avail-map-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e1ffae;
    opacity: 0.7;
    z-index: 3;
}

.icon-producer-mid {
    margin-left: 15px;
}

.icon-producer-mid:first-child {
    margin-left: 0;
}

.icon-producer-mid-recept {
    background-image: url("/local/templates/asna-new/css/../img/asna_2018/recipe.png?2") !important;
    margin-right: 0;
}

.list-discount-info-desk {
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.list-discount-info-desk:hover .info-desk-show-message {
    display: block;
}

.info-desk-show-message {
    position: absolute;
    background: #50be14;
    color: #ffffff;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    width: 181px;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    padding: 7px 0 7px 11px;
    box-sizing: border-box;
    top: 122%;
    z-index: 999;
    border-radius: 10px;
    display: none;
    text-align: center;
}

.info-desk-show-message:after {
    position: absolute;
    bottom: 100%;
    border: 6px solid transparent;
    border-bottom-color: #50be14;
    display: block;
    content: '';
    left: 50%;
    margin-left: -6px;
    z-index: 9999;
}

/* TODO Костыль! Разобраться почему в корзине (в окошке добора) применяется стиль с important*/

.popup-others-products .info-desk-show-message:after {
    left: 50% !important;
    right: inherit;
}

.thist .head {
    border-top: 1px solid #C0F1DA;
    padding: 5px 60px !important;
}

.wrapper-mobile-cart .gm-style div {
    box-shadow: none !important;
}

.my-marker-opas {
    opacity: 0.4;
    pointer-events: none;
}

.star-rating-control {
    width: 99px;
}

#regselect.popup {
    border: 2px solid #50be14;
    border-radius: 10px;
    box-sizing: border-box;
    height: 351px;
    width: 600px;
    margin: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 20px 0 hsl(0deg 0% 62% / 40%) !important;
}

div.title-search-result {
    box-shadow: 0 0 9px rgba(80, 190, 20, 1) !important;
}

#ptocart.popup {
    border: 2px solid #50be14;
    box-sizing: border-box;
    border-radius: 10px;
    height: 245px;
    z-index: 1001;
}

#ptocart.popup .title-1.larger {
    margin-bottom: 0;
}

@media only screen and (min-width: 1001px) {
    .content-catalog-detail.detail .rightcol.detail .style5 {
        font-size: 20px;
        line-height: 24px;
        width: 345px;
        box-sizing: border-box;
        height: 45px;
    }
}

.content-catalog-detail.detail .item-back-to-catalog-button {
    display: none;
}

.content-catalog-detail.detail .product-forms-wrapper .product-forms-title {
    text-align: left;
}

.slide {
    cursor: pointer;
}

.box-table-about {
    position: relative;
    width: 100%;
}

article .style-table {
    width: 100% !important;
}

.action-information {
    color: #878787;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}

.action-winners {
    font-weight: 900;
    text-align: center;
    font-size: 48px;
    transform: translateY(15px);
}

.action-social-link img {
    width: 100%;
}

.action-social-link {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin-left: 10px;
    opacity: 0.7;
    transition: all 0.6s ease;
}

.action-social-link:hover {
    opacity: 1;
}

.action-share-text {
    display: inline-block;
    vertical-align: middle;
}

.action-share {
    margin: 15px auto 0;
    width: 640px;
}

.map-metro-plus {
    position: absolute;
    z-index: 9;
    right: 60px;
    top: 92px;
    display: block;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    background: #50be14;
    text-decoration: none;
}

.map-metro-plus:after {
    content: "\e91a";
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
}

.map-metro-minus {
    position: absolute;
    z-index: 9;
    right: 60px;
    top: 120px;
    display: block;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    text-decoration: none;
    background: #50be14;
    border-radius: 100%;
}

.map-metro-minus:after {
    content: "\e915";
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
}

.pic-min-wrap {
    display: none;
}

.analog-item-block .vimg img,
.product-forms-list-item-link .product-forms-list-item-img img {
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
    display: block;
    width: unset;
    height: unset;
}

.pic-popup-wrap {
    display: none;
}

.pic-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    border: 2px solid #50be14;
    box-sizing: border-box;
}

.pic-slider-wrap {
    width: 80%;
    margin: 50px auto;
}

.pic-slider-wrap img {
    width: 100%;
    height: auto;
}

.pic-popup-wrap .caroufredsel_wrapper {
    overflow: hidden !important;
}

.pic-popup-wrap .popup {
    display: block;
}

.pic-slide-prev.prev {
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.pic-slide-next.next {
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.clearfix {
    float: none;
    clear: both;
}

#pager2 {
    text-align: center;
    font-size: 0;
    bottom: 13px;
    position: absolute;
    left: 0;
    width: 100%;
}

#pager2 a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(157, 157, 157, 0.4);
    margin-left: 15px;
    border-radius: 100%;
}

#pager2 a:first-child {
    margin-left: 0;
}

#pager2 a.selected {
    background-color: #878787;
}

.metro-check-inform-name {
    display: inline-block;
}

.happy-hours-title {
    font-size: 105px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .happy-hours-title {
        font-size: 95px;
    }
}

.happy-hours-step .action-step {
    width: 22%;
    margin-left: 12%;
}

.happy-hours-step .action-step:first-child {
    margin-left: 0;
}

.winners-galerey-wrap {
    text-align: center;
    font-size: 0;
    margin: 30px 0 20px 0;
}

.winners-galerey-block {
    width: 20%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
    vertical-align: top;
}

.winners-galerey-block img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.winners-block-name {
    font-size: 20px;
    line-height: 24px;
    color: #080808;
    font-weight: bold;
    margin: 5px 0;
}

.winners-block-text {
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: bold;
}

.winners-block-link {
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
    cursor: pointer;
}

.winners-show-text {
    font-size: 12px;
    line-height: 18px;
    color: #080808;
    position: absolute;
    background: #fff;
    width: 215%;
    border: 2px solid #50be14;
    box-sizing: border-box;
    font-weight: bold;
    padding: 9px 12px 17px 12px;
    text-align: left;
    top: 100%;
    left: -15px;
    display: none;
}

.winners-block-link:hover + .winners-show-text {
    display: block;
}

.checkbox-login {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.checkbox-login + label {
    cursor: pointer;
}

.checkbox-login:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox-login:not(checked) + label {
    position: relative;
    padding: 0 0 0 27px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-login:not(checked) + label a {
    color: #50be14;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

.checkbox-login:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #50be14;
}

.checkbox-login:checked + label:before {
    background: url(/local/templates/asna-new/css/../img/check.svg) no-repeat;
    background-size: 80%;
    background-position: center;
}

.login-checkbox-partners {
    position: relative;
    top: -35px;
    left: 160px;
}

.footer .phem a {
    font-size: 14px;
    line-height: 18px;
    color: #50be14;
}

.ok-button-disabled {
    pointer-events: none;
    background: #878787 !important;
}

/* end */

/*стили для програмы НН в синей плашке*/

/*end*/

@media screen and (min-width: 1001px) {
    .content-catalog-detail.detail .rightcol.detail .js-review-toggle.style5 {
        width: fit-content;
        height: 30px;
        font-size: 14px;
        line-height: 18px;
        float: right;
        position: relative;
        background: #50be14;
        color: #ffffff;
        top: -80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1150px) {
    .reviews-container {
        width: auto;
    }
}

@media screen and (min-width: 1000px) {
    .reviews-container.reviews-flag {
        width: 100%;
    }

    .list-discount-info.list-discount-info-desk .icon-asna-card-min {
        background: url("/local/templates/asna-new/css/../img/asna_2017/benefit-icon.png") no-repeat;
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    /* end */
}

@media screen and (min-width: 1366px) {
    .winners-show-text {
        left: -35px;
    }
}

@media screen and (min-width: 1440px) {
    .item-special-bg .item-special-bg-rigth {
        display: block !important;
    }

    .item-special-bg .item-special-bg-left {
        display: block !important;
    }

    .winners-show-text {
        left: -15px;
    }

    .winners-show-text {
        width: 577px;
    }
}

@media screen and (min-width: 1600px) {
    .action-big-banner-text {
        top: 230px;
    }
}

@media screen and (max-width: 1000px) {
    .action-content .rightcol2.about-asna {
        border-top: none;
    }

    #regselect.popup .pad h2.small {
        color: #080808;
    }

    .choose-nomobile {
        display: none;
    }

    .choose-mobile {
        display: block;
    }

    .select-two-wrap .choose-mobile-select-city,
    .select-one-wrap .choose-mobile-select {
        width: 100%;
        border: 1px solid #50be14;
        border-radius: 7px;
        height: 61px;
        outline: none;
        background: transparent;
        font-size: 24px;
        line-height: 32px;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
        color: #080808;
        padding: 0 30px 0 10px !important;
        text-align-last: center;
    }

    .choose-mobile .select-two-wrap,
    .choose-mobile .select-one-wrap {
        position: relative;
    }

    .choose-mobile .select-two-wrap:after,
    .choose-mobile .select-one-wrap:after {
        top: 50%;
        width: 35px;
        right: 5px;
        height: 39px;
        content: '';
        position: absolute;
        transform: translateY(-50%);
        background: #fff;
        box-sizing: border-box;
        border-radius: 0 15px 15px 0;
        pointer-events: none;
        background-size: 22px 100%;
        background-image: url(/local/templates/asna-new/img/arr-min.svg);
        background-repeat: no-repeat;
    }

    .svg .popup .icon-close:before {
        /* height: 28px !important;
    width: 28px !important; */
    }

    .action-big-banner-title {
        top: 25px;
        left: 35px;
        font-size: 90px;
        font-size: 7.6vw;
        position: absolute;
    }

    .action-big-banner-text {
        font-size: 32px;
        line-height: 38px;
        font-size: 3.2vw;
        top: 95px;
        position: absolute;
        left: 35px;
    }

    .action-min-banners-wrap {
        margin-top: 50px;
    }

    .select-one-wrap {
        margin-bottom: 25px;
    }

    .choose-enter-link {
        width: 100%;
        background: #50be14;
        color: #ffffff;
        text-align: center;
        height: 61px;
        border-radius: 7px;
        font-size: 34px;
        margin-top: 47px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    #regselect .pad {
        padding-top: 28px;
    }

    #regselect.popup .icon-close {
        font-size: 32px;
        line-height: 38px;
        right: 20px;
        top: 20px;
    }

    .choose-enter-link-disable {
        pointer-events: none;
    }

    .mgitem:after {
        display: none;
    }

    .mprodlist .prodtit {
        max-width: none !important;
    }

    div.title-search-result {
        padding: 0 !important;
    }

    .action-steps-wrap {
        padding: 0 29px;
        margin-bottom: 70px;
    }

    .action-step {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 40px;
        margin: 15px 0;
    }

    .detail .mprodlist .prodtit {
        box-sizing: border-box;
        padding-right: 130px;
    }

    .gm-style .gm-style-iw {
        width: 430px !important;
    }

    .iconmenu li {
        width: 132px !important;
    }

    .gm-style-iw + .google-icon-close + img {
        right: 22px !important;
        top: 27px !important;
    }

    #map {
        height: 581px !important;
    }

    .content-catalog-detail.detail .leftcol {
        width: 350px;
        padding: 0;
    }

    .content-catalog-detail.detail .leftcol .pic {
        width: 100%;
        height: auto;
        display: block;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .pic:after {
        content: '';
        width: 56px;
        height: 56px;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        bottom: 0;
        right: 15px;
        background-image: url('/local/templates/asna-new/css/../img/asna_2018/lupe.svg');
        background-size: 36px 40px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .content-catalog-detail.detail .leftcol .pic img {
        max-height: 100%;
        max-width: none;
        width: 100%;
    }

    .revievs-mobile-wrap {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(239, 255, 212, 0.7);
        z-index: 9;
        top: 0;
        left: 0;
    }

    .revievs-mobile {
        background: #fff;
        width: 90%;
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -45%;
        box-sizing: border-box;
        border: 5px solid #50be14;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
    }

    .revievs-mobile .partnf .labeled {
        display: block;
    }

    .revievs-mobile .partnf input.styled,
    .revievs-mobile .partnf textarea.styled {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .revievs-mobile-title {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .revievs-mobile .labeled input.styled,
    .revievs-mobile input.styled {
        font-size: 20px;
        line-height: 24px;
    }

    .revievs-mobile input.styled,
    .revievs-mobile textarea.styled {
        font-size: 20px;
        line-height: 24px;
        padding-top: 10px;
    }

    .revievs-mobile .star-form.rating {
        margin-top: 15px;
    }

    .revievs-mobile .star-rating-control,
    .detail .star-rating-control {
        width: 285px;
        height: 47px;
    }

    .detail .star-rating-control {
        width: 235px;
    }

    .detail .js-scroll-to-reviews {
        padding-top: 20px;
    }

    .revievs-mobile div.star-rating,
    .detail div.star-rating {
        width: 45px;
        height: 41px;
    }

    .revievs-mobile div.star-rating a,
    .detail div.star-rating a {
        width: 45px;
    }

    .revievs-mobile .sendblock .style3.js-review-submit {
        width: 100%;
        height: 80px;
        font-size: 32px;
        line-height: 38px;
        box-sizing: border-box;
    }

    .close-revievs-popup {
        right: -5px !important;
        top: 14px !important;
        position: absolute;
        font-size: 32px;
        line-height: 38px;
        color: #50be14;
        margin-right: 20px;
        text-decoration: none;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }

    .close-revievs-popup:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('/local/templates/asna-new/css/../img/closePopup.svg');
        background-size: 100% 100%;
    }

    .wrapper.wrapper-asna .mprodlist .mgitem {
        border: none;
    }

    .wrapper.wrapper-asna .mprodlist .mgitem .mgline {
        padding: 0 10px 10px;
    }

    .content-catalog-detail.detail .rightcol.detail .js-review-toggle.style5 {
        position: static;
        width: 100% !important;
        height: 57px;
        font-size: 24px;
        line-height: 32px;
        float: none;
        box-sizing: border-box;
    }

    .revievs-mobile div.star-rating,
    .detail div.star-rating {
        width: 28px;
        height: 27px;
        margin-left: 3px;
    }

    .revievs-mobile div.star-rating a,
    .detail div.star-rating a {
        width: 28px;
    }

    .detail .star-rating-control {
        width: 166px;
        height: 33px;
        padding-top: 3px;
    }

    .text-producer.text-producer-recept {
        color: #ff0000;
    }

    .text-producer.text-producer-recept .icon-producer {
        background: url(/local/templates/asna-new/css/../img/asna_2017/recept-icon.png) no-repeat;
        width: 40px;
        margin-right: 14px;
        border-radius: 100%;
    }

    .content.content-profile .rightcol-profile {
        border-color: #a7de89;
    }

    .content.content-profile .leftcol2.leftcol-profile ul.pmenu a {
        font-size: 24px;
        line-height: 32px;
    }

    .content-catalog-detail.detail .reviews-container {
        margin-top: 45px;
        padding-top: 40px;
        border-top: 1px solid #a7de89;
    }

    .content-catalog-detail.detail .reviews-container ul.reviews-list {
        margin-top: 30px;
        padding-top: 25px;
        box-sizing: border-box;
        border-top: 1px solid #a7de89;
    }

    .content-catalog-detail.detail ul.reviews-list .reviews-head span.author {
        font-size: 24px;
        line-height: 32px;
    }

    .content-catalog-detail.detail ul.reviews-list .reviews-head span.date {
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .content-catalog-detail.detail ul.reviews-list .reviews-head {
        position: relative;
    }

    .content-catalog-detail.detail ul.reviews-list p {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
    }

    .content-catalog-detail.detail .evaluate-review .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

    .content-catalog-detail.detail .reviews-list .star-rating-control {
        width: 143px;
        height: 27px;
        margin-top: 0;
    }

    .content-catalog-detail.detail .reviews-list .star-form.star-form-readonly {
        position: absolute;
        right: 0;
        top: -7px;
    }

    .content-catalog-detail.detail .reviews-list div.star-rating {
        width: 25px;
        height: 24px;
    }

    .content-catalog-detail.detail .reviews-list div.star-rating a {
        width: 25px;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap .digit {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap .evaluate-link-unit a {
        width: 45px;
        height: 45px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px;
        border-radius: 100%;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap .evaluate-link-unit a .piluli-45:before {
        width: 45px;
        height: 45px;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        color: #ffffff;
        border-radius: 100%;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap .evaluate-link-unit a .piluli-44:before {
        width: 45px;
        height: 45px;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        color: #ffffff;
        border-radius: 100%;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap .evaluate-link-unit a {
        color: #50be14;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-review .reply-link {
        font-size: 20px;
        line-height: 24px;
        color: #080808;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

    .content-catalog-detail.detail .reviews-list a .piluli-46:before {
        background: url("/local/templates/asna-new/css/../img/asna_2017/piculi-icon-mobile-new.png?v1.2") no-repeat;
        width: 45px;
        height: 45px;
        background-size: 100%;
        transform: translateY(3px);
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap {
        margin-right: 55px;
    }

    .reviews-container.reviews-flag .revievs-mobile .star-form.rating {
        margin-top: 0;
        margin-bottom: 19px;
    }

    .reviews-container.reviews-flag .revievs-mobile div.star-rating,
    .reviews-container.reviews-flag .revievs-mobile div.star-rating {
        width: 52px;
        height: 52px;
    }

    .reviews-container.reviews-flag .revievs-mobile div.star-rating a {
        width: 52px;
    }

    .reviews-container.reviews-flag .revievs-mobile .star-rating-control {
        width: 277px;
        height: 52px;
    }

    .reviews-container.reviews-flag .revievs-mobile .styled {
        font-size: 24px;
        line-height: 32px;
        color: #878787;
        font-style: italic;
    }

    .rating-text {
        font-size: 24px;
        line-height: 32px;
        color: #080808;
        font-weight: 900;
        font-style: italic;
        text-align: center;
        margin: 30px 0 20px;
    }

    .wrapper-asna.landing-action-wrapper .content.fullw {
        padding-bottom: 0;
    }

    .producer-recept-prod {
        width: 270px;
        margin: 25px auto;
    }

    .wrapper-mobile-cart .content.content-cart-mobile {
        padding-bottom: 60px;
    }

    .detail .reviews-container.reviews-flag .block-btn-add-reviews {
        margin-bottom: 50px;
    }

    .detail .mprodlist .c2 {
        width: 79% !important;
        padding-left: 0 !important;
        padding-right: 29px;
    }

    .detail .mprodlist .c2 .prodtit {
        font-size: 32px;
        line-height: 38px;
        padding-right: 0;
    }

    .content-catalog-detail.detail .rightcol.detail .prod-star-wrap .prod-star-text {
        margin-left: 7px;
    }

    .evaluate-review {
        margin-bottom: 30px;
    }

    .revievs-title {
        font-weight: bold;
    }

    .reviews-container h2 {
        font-weight: bold;
    }

    .reply-unit .reply-to {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
    }

    .reply-unit .reply-to .piluli-46:before {
        background: url(/local/templates/asna-new/css/../img/asna_2017/piculi-icon-mobile-new.png?v1.2) no-repeat;
        width: 45px;
        height: 45px;
        background-size: 100% 100%;
    }

    .reply-unit .reply-to .piluli-46 {
        display: inline-block;
        vertical-align: middle;
    }

    ul.reviews-list li {
        margin-bottom: 30px;
    }

    .gmnoprint > div > div {
        transform: scale(1.4);
    }

    .avail-map-back {
        transform: scale(1.4);
    }

    .analog-advertised-item h3 {
        margin-bottom: 30px;
    }

    .pic-min-wrap {
        width: 640px;
        margin-left: -155px;
    }

    .pic-popup {
        width: 576px;
    }

    .pic-popup-wrap .caroufredsel_wrapper .slide {
        width: 465px;
    }

    .popup .icon-close.icon-close-pic {
        font-size: 32px;
        line-height: 38px;
        right: 15px;
        top: 15px;
        z-index: 10;
    }

    .map-metro-plus {
        right: 30px;
        width: 45px;
        height: 45px;
        top: 242px;
    }

    .map-metro-plus:after {
        font-size: 23px;
    }

    .map-metro-minus {
        right: 30px;
        width: 45px;
        height: 45px;
        top: 297px;
    }

    .map-metro-minus:after {
        font-size: 23px;
    }

    .checkbox-login:not(checked) + label br {
        display: none;
    }

    .checkbox-login:not(checked) + label {
        padding-top: 0px;
        padding-left: 45px;
    }

    .login-checkbox-partners {
        left: 0;
    }

    .infos.text .param {
        margin-right: 15px;
    }

    .login-checkbox-wrap {
        width: 90%;
        margin: 0 auto;
    }

    .footer .phem a {
        font-size: 18px;
        line-height: 24px;
    }

    .ccbut .login-checkbox-wrap {
        width: 100%;
        margin-bottom: 25px;
    }

    .ccbut .login-checkbox-wrap .checkbox-login:not(checked) + label {
        font-size: 20px;
        line-height: 24px;
    }

    .ccbut .login-checkbox-wrap .checkbox-login:not(checked) + label a {
        font-size: 23px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 1001px) {
    .iconmenu li {
        width: 132px !important;
    }

    .content-catalog-detail.detail .rightcol.detail .style5 {
        width: 316px !important;
        font-size: 20px;
        line-height: 24px;
        margin-left: 19px !important;
        height: 47px;
    }

    .content-catalog-detail.detail .reviews-container {
        width: 615px;
    }

    .partnf input.styled,
    .partnf textarea.styled {
        width: 412px;
    }

    .content-catalog-detail.detail .product-forms-list .product-forms-list-item .product-forms-list-item-link {
        white-space: nowrap;
    }

    .content-catalog-detail.detail .product-forms-list .product-forms-list-item .product-forms-list-item-link .product-forms-list-item-title {
        white-space: normal;
    }

    article .style-table {
        font-size: 18px;
        line-height: 24px;
    }

    .action-min-banners-wrap #my-video {
        width: 100%;
        margin-top: 25px;
    }

    .action-information {
        font-size: 12px;
        line-height: 18px;
    }

    .content-catalog-detail.detail .rightcol.detail .js-review-toggle.style5 {
        width: 161px !important;
        height: 30px;
        font-size: 14px;
        line-height: 18px;
        float: right;
        position: relative;
        top: -60px;
    }

    .content-catalog-detail.detail .rightcol.detail .js-review-toggle.style5 {
        background: #50be14;
        color: #ffffff;
        top: -80px;
    }

    .map-metro-plus {
        top: 68px;
    }

    .map-metro-minus {
        top: 96px;
    }

    .happy-hours-title {
        font-size: 92px;
    }
}

.desktop-footer {
    margin-top: 40px;
}

@media screen and (min-width: 1001px) {

    .content {
        padding-bottom: 0 !important;
    }

    .footer {
        margin: 0 0 15px 0;
    }

    /* fix end */
    .revievs-mobile-wrap {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(239, 255, 212, 0.7);
        z-index: 999;
        top: 0;
        left: 0;
    }

    .revievs-mobile {
        background: #fff;
        width: 628px;
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        box-shadow: 0 0 14px 0px #50be14;
        padding: 25px 60px 0;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 10px;
    }

    .close-revievs-popup {
        right: 0px !important;
        top: 22px !important;
        position: absolute;
        font-size: 27px;
        color: #50be14;
        margin-right: 20px;
        text-decoration: none;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }

    .close-revievs-popup:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('/local/templates/asna-new/css/../img/closePopup.svg');
        background-size: 100% 100%;
    }

    .revievs-mobile-title {
        font-size: 48px;
        font-weight: bold;
        color: #50be14;
        margin-bottom: 15px;
    }

    .reviews-container.reviews-flag .revievs-mobile .styled {
        font-size: 18px;
        line-height: 24px;
        color: #878787;
        font-style: italic;
        box-sizing: border-box;
        width: 100%;
    }

    .reviews-container.reviews-flag .revievs-mobile textarea.styled {
        box-sizing: border-box;
        padding-top: 8px;
        resize: none;
        -ms-overflow-style: none;
    }

    .rating-text {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 18px;
        color: #080808;
        font-weight: bold;
        font-style: italic;
    }

    .reviews-container.reviews-flag .revievs-mobile div.star-rating,
    .reviews-container.reviews-flag .revievs-mobile div.star-rating {
        width: 28px;
        height: 28px;
    }

    .reviews-container.reviews-flag .revievs-mobile div.star-rating a {
        width: 28px;
    }

    .reviews-container.reviews-flag .revievs-mobile .star-rating-control {
        width: 140px;
        height: 28px;
        margin-top: 0;
    }

    .reviews-container.reviews-flag .revievs-mobile .star-form.rating {
        vertical-align: middle;
        margin-left: 15px;
    }

    .reviews-container.reviews-flag .revievs-mobile .sendblock {
        width: 218px;
        margin: 0 auto;
    }

    .reviews-container.reviews-flag .revievs-mobile .sendblock .style3.js-review-submit {
        width: 100%;
        height: 45px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 45px;
    }

    .reviews-container.reviews-flag .revievs-mobile .add-review-form {
        border-bottom: none;
        padding-bottom: 30px;
    }

    .content-catalog-detail.detail .reviews-list .star-rating-control {
        margin-top: 2px;
    }

    .content-catalog-detail.detail ul.reviews-list .reviews-head span.date {
        display: inline-block;
        margin-right: 25px;
    }

    .evaluate-link-wrap .digit {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
    }

    .evaluate-link-wrap .evaluate-link-unit a {
        margin-top: -1px;
    }

    .reply-link i {
        top: 0;
    }

    ul.reviews-list li {
        margin-bottom: 20px;
    }

    .content-catalog-detail.detail .rightcol.detail .reviews-container.reviews-flag h2 {
        font-weight: bold;
    }

    .detail .leftcol .vlist.new-style-icon .analog-item-block .vtitle a:hover {
        color: #50be14;
    }

    .detail .leftcol .vlist.new-style-icon .analog-item-block .vtitle a {
        transition: all 0.6s ease;
        position: relative;
    }

    .detail .product-forms-list .product-forms-list-item-link .product-forms-list-item-title {
        transition: all 0.6s ease;
    }

    .detail .product-forms-list .product-forms-list-item-link:hover .product-forms-list-item-title {
        color: #50be14;
    }

    .complex-actions-list {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .banners-wrap.banners-wrap-two-in-row {
        padding-bottom: 10px;
    }

    .content.content-catalog {
        padding-bottom: 100px !important;
    }

    .no-product-reviews .block-btn-add-reviews {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
    }

    .no-product-reviews .block-btn-add-reviews .style5 {
        top: 0 !important;
    }

    .no-product-reviews h2 {
        box-sizing: border-box;
        padding-right: 175px;
    }

    .reply-unit .reply-to {
        font-size: 14px;
        line-height: 18px;
        margin-right: 5px;
        vertical-align: middle;
        font-weight: bold;
        display: inline-block;
    }

    .reply-unit .reply-to .piluli-46 {
        vertical-align: middle;
        display: inline-block;
    }

    .content.content-profile .rightcol2.rightcol-profile .thist .head {
        padding-left: 0 !important;
    }

    .content.content-profile .infos2 .orders-price {
        font-size: 14px;
        line-height: 18px;
    }

    /*СЃС‚РёР»Рё РґР»СЏ + - РЅР° РІС‚РѕСЂРѕРј С€Р°РіРµ*/
    /*end*/
    .item-special-bg:after {
        display: none;
    }

    .item-special-bg:before {
        display: none;
    }

    .item-special-bg .item-special-bg-rigth {
        background: linear-gradient(to top, #00acbc 0%, #4fb84f 100%);
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 1000px;
        height: 100%;
        right: -999px;
        display: none;
    }

    .item-special-bg .item-special-bg-rigth:after {
        content: '';
        background: url("/local/templates/asna-new/css/../img/asna_2017/item-special-bg.png?v:1.2");
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .item-special-bg .item-special-bg-left {
        background: linear-gradient(to top, #00acbc 0%, #4fb84f 100%);
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 1000px;
        height: 100%;
        left: -999px;
        display: none;
    }

    .item-special-bg .item-special-bg-left:after {
        content: '';
        background: url("/local/templates/asna-new/css/../img/asna_2017/item-special-bg.png?v:1.2");
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    body:after {
        width: 1000px !important;
        right: -999px !important;
    }

    .banners-wrap li {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .st44 {
        opacity: 1 !important;
    }

    .video-wrap video {
        width: 100%;
        padding-bottom: 1px;
    }

    .video-wrap {
        border-radius: 8px;
        overflow: hidden;
    }

    .icon-close-pic {
        z-index: 9;
    }

    .pic-slider-wrap img {
        max-height: 420px;
        width: auto;
    }

    .st0,
    .st5 {
        cursor: pointer;
    }
}

.metro-cursor svg {
    cursor: move !important;
}

/* added Nightwriter 16.04.2017 */

.green {
    color: #50be14;
}

@media screen and (max-width: 1000px) {
    .wrapper-mobile-cart .content-cart-mobile {
        margin-top: 0px;
    }
}

.wrapper-mobile-cart .content {
    padding-bottom: 20px;
}

/* added Nightwriter 16.04.2017 end*/

.breadcrumbs {
    padding-top: 22px;
}

@media screen and (min-width: 1001px) {
    .analog-advertised-item h3.analog + .analog-item-wrap {
        position: relative;
    }

    .analog-advertised-item .analog-item-block {
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .detail-analogues.analog-advertised-item {
        width: 96%;
    }

    .analog-advertised-item h3.analog + .analog-item-wrap:after {
        content: '';
        display: block;
        pointer-events: none;
        border: 2px solid #50be14;
        box-sizing: border-box;
        position: absolute;
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%;
    }
}

.wrapper-happy-hours {
    min-height: 0;
    overflow: visible;
}

@media screen and (max-width: 1000px) {
    .wrapper-happy-hours {
        min-height: 100%;
        overflow: hidden;
    }
}

/*новые иконки для страницы товара*/

.guarantee-asna {
    position: relative;
    width: 192px;
    height: 192px;
    background: url('/local/templates/asna-new/css/../img/asna_2017/garant.png?v=1');
    background-size: 100% 100%;
}

.guarantee-asna-desc {
    color: #878787;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    .infos-garant {
        max-width: calc(100% - 280px);
    }

    .guarantee-asna {
        width: 174px;
        height: 174px;
        background-size: 100% 100%;
    }
}

.guarantee-asna-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.guarantee-asna-part {
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    color: #ffffff;
    display: inline-block;
    letter-spacing: -2px;
    white-space: nowrap;
}

.guarantee-asna-part-old {
    opacity: 0.4;
    position: relative;
}

.guarantee-asna-part-old:before {
    content: '*';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
}

.guarantee-asna-part-old:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #ffffff;
}

.guarantee-asna-part span {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin-left: 5px;
}

@media only screen and (max-width: 1000px) {
    .guarantee-asna {
        width: 250px;
        height: 250px;
    }

    .guarantee-asna-part {
        font-size: 56px;
    }

    .guarantee-asna-part span,
    .guarantee-asna-part-old:before {
        font-size: 24px;
        line-height: 32px;
    }

    .guarantee-asna-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

/*новые иконки свж только в браузерах которые его держут*/

.svg .popup .icon-close:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('/local/templates/asna-new/css/../img/closePopup.svg');
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.svg #regselect.popup .icon-close:before {
    width: 15px;
    height: 15px;
    filter: brightness(0%);
}

.svg .icon-close.scc:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('/local/templates/asna-new/css/../img/asna_2017/icon-close-gray-red.svg');
    background-size: 100% 200%;
    background-position: left top;
}

.svg .icon-close.scc:hover:before {
    background-position: left bottom;
}

.svg .fixed .icon-close.scc:before {
    width: 16px;
    height: 16px;
}

.video-wrap {
    display: none;
}

.video .video-wrap {
    display: block;
}

.item-page-not-available-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #ff4800;
    font-weight: bold;
    display: block;
}

@media screen and (max-width: 1000px) {
    .nhead .article {
        margin-top: 0;
        padding-top: 35px !important;
    }

    .item-page-not-available-text {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .product-information .item-page-not-available-text {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10%;
        padding: 0;
    }

    .video .video-wrap {
        padding: 20px 0;
    }

    .video .video-wrap video {
        width: 100%;
    }

    #regselect.popup {
        width: calc(100% - 60px);
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
        margin-top: 0;
        margin-left: 0;
        max-height: calc(100% - 40px);
        height: 388px;
    }

    #regselect.popup .icon-close {
        padding: 0px !important;
        position: absolute;
        top: 15px !important;
        right: 15px !important;
    }

    #regselect.popup .icon-close:before {
        width: 24px !important;
        height: 24px !important;
    }

    .regselect__tilte {
        font-size: 28px !important;
        padding: 0 !important;
    }

    #regselect .pad {
        padding: 38px 33px;
    }
}

/* стили для нового баннера */

.banner-block {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 5px #cfebc8;
    padding: 25px 40px;
    box-sizing: border-box;
    font-size: 0;
}

.banner-info {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
    height: 100%;
    color: #080808;
    font-weight: normal;
    font-style: normal;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.banner-block .banner-img {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    padding-left: 20px;
    box-sizing: border-box;
}

.banner-info p {
    margin: 0;
}

.banner-info > :nth-child(1) {
    font-size: 34px;
    margin-bottom: 17px;
    font-weight: 900;
}

.banner-info > :nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    height: 58px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner-info > :nth-child(3) {
    font-size: 78px;
    font-weight: 900;
}

.banner-info > :nth-child(4) {
    font-weight: 600;
    color: #080808;
    opacity: 0.4;
    font-size: 12px;
    line-height: 18px;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banners-wrap .slick-slider li {
    padding: 10px;
}

.banners-wrap > ul:not(.slick-slider) {
    margin-top: 10px;
}

.banners-wrap li a {
    display: block;
    text-decoration: none;
    outline: none;
}

.banners-wrap li img {
    max-width: 100%;
    max-height: 185px;
}

.green {
    color: #50be14;
    font-weight: bold;
}

.black {
    color: #080808;
    font-weight: bold;
}

.submenu-header {
    display: none;
}

.catalog-back-mobile {
    display: none;
}

.catalog-back-mobile-wrapper {
    display: none;
}


@media screen and (max-width: 768px) {
    .nhead .article {
        padding-top: 0 !important;
        margin-top: 15px;
    }

    .icon-close-speacial::after, .icon-close-speacial::before {
        width: 45px;
        height: 3px;
        content: "";
        position: absolute;
        margin-top: -2px;
        background: #ffffff;
    }

    .icon-close-speacial {
        position: relative;
        top: 19px;
        right: 15px;
        z-index: 1000;
    }

    .header-new__logo-special {
        position: relative;
        right: 10px;
    }

    .icon-close-speacial::after {
        transform: rotate(-45deg);
    }

    .icon-close-speacial::before {
        transform: rotate(45deg);
    }

    .catalog-back-mobile {
        display: block;
        margin-top: -33px;
        color: rgb(0, 0, 0);
        padding: 23px 67px;
        position: relative;
        font-size: 24px;
        line-height: 32px;
        background: rgb(242, 242, 242);
    }

    .catalog-back-mobile-wrapper {
        position: relative;
        display: block;
    }

    .catalog__menu__sub-menu__title__new {
        display: block !important;
        color: rgb(0, 0, 0) !important;
        padding: 23px 67px !important;
        position: relative !important;
        font-size: 28px !important;
        background: rgb(242, 242, 242) !important;
        text-decoration: none;
    }

    #sub-menu-items {
        margin-top: 7px !important;
    }

    .catalog-back-mobile-arrow-back {
        top: 50%;
        left: 20px;
        z-index: 1000;
        width: 25px;
        height: 25px;
        cursor: pointer;
        position: absolute;
        transform: translateY(-50%);
        background: url("/local/templates/asna-new/img/arrow-back-mob-catalog.svg") no-repeat;
    }

    #main-menu .catalog__menu__main-menu li .main-menu__element__amount {
        display: none !important;
    }

    #main-menu .catalog__menu__main-menu li {
        position: relative;
    }

    #main-menu .catalog__menu__main-menu li:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 15px;
        right: 10px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        transform: translateY(-50%);
        background: url("/local/templates/asna-new/img/catalog-item-next.svg") no-repeat;
    }

}

@media screen and (max-width: 1100px) {
    .banner-info > :nth-child(1) {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-info > :nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .banner-info > :nth-child(3) {
        font-size: 65px;
    }

    .banner-info > :nth-child(4) {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .banner-info > :nth-child(1) {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .banner-info > :nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .banner-info > :nth-child(3) {
        font-size: 58px;
    }

    .banner-info > :nth-child(4) {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 900px) {
    .banner-info > :nth-child(1) {
        font-size: 34px;
    }

    .banner-info > :nth-child(2) {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-info > :nth-child(3) {
        font-size: 78px;
    }

    .banner-info > :nth-child(4) {
        font-size: 12px;
        line-height: 18px;
    }
}

/*SEO*/

.thumbnailUrl-video-link-seo,
.image_seo_el {
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
    font-size: 0 !important;
}

.contentUrl-video-wrap-seo,
.contentUrl-video-wrap-seo img {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

.video-item-description-seo {
    margin: 0 !important;
}

.description-seo {
    position: absolute !important;
    opacity: 0 !important;
    font-size: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

/*new video-banner*/

.asna-karmolis-video-banner .asna-karmolis-video-banner-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/asna-new/img/video-banner/percent_green_hd.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
    left: 0;
    top: 0;
}

.asna-karmolis-video-banner {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.banner-wrap {
    position: relative;
}

.your-clock-wrap {
    width: 30%;
    position: absolute;
    left: 71%;
    margin: 0;
    top: 11%;
    font-size: 0;
    height: 80%;
    opacity: 0;
}

img[src*="pixel.gif"] {
    display: none;
}

.your-clock-wrap .total-img {
    position: absolute;
    height: 25%;
    top: 50%;
    margin-top: -6%;
    width: 2%;
    border: 2px solid #080808;
    box-sizing: border-box;
    font-size: 0;
    z-index: 10;
}

.your-clock-wrap .total-img .img-total-top {
    height: 50%;
    width: 100%;
    background: linear-gradient(#cbcbcb, #ffffff);
}

.your-clock-wrap .total-img .img-total-bottom {
    height: 50%;
    width: 100%;
    background: linear-gradient(#ffffff, #b2abab);
}

.your-clock-wrap .total-img.left-left-total {
    left: 12%;
}

.your-clock-wrap .total-img.left-right-total {
    left: 42%;
}

.your-clock-wrap .total-img.right-left-total {
    left: 56%;
}

.your-clock-wrap .total-img.right-right-total {
    left: 86%;
}

/*mobile*/

.banner-wrap.mobile .your-clock-wrap {
    width: 55%;
    position: absolute;
    left: 44%;
    margin: 0;
    top: auto;
    font-size: 0;
    height: 58%;
    opacity: 0;
    bottom: 10%;
}

.banner-wrap.mobile .your-clock-wrap .total-img {
    position: absolute;
    height: 25%;
    top: 50%;
    margin-top: -6%;
    width: 2%;
    border: 2px solid #080808;
    box-sizing: border-box;
    font-size: 0;
    z-index: 10;
}

.banner-wrap.mobile .your-clock-wrap .total-img .img-total-top {
    height: 50%;
    width: 100%;
    background: linear-gradient(#cbcbcb, #ffffff);
}

.banner-wrap.mobile .your-clock-wrap .total-img .img-total-bottom {
    height: 50%;
    width: 100%;
    background: linear-gradient(#ffffff, #b2abab);
}

.banner-wrap.mobile .your-clock-wrap .total-img.left-left-total {
    left: 10%;
}

.banner-wrap.mobile .your-clock-wrap .total-img.left-right-total {
    left: 40%;
}

.banner-wrap.mobile .your-clock-wrap .total-img.right-left-total {
    left: 58%;
}

.banner-wrap.mobile .your-clock-wrap .total-img.right-right-total {
    left: 88%;
}

/*end mobile*/

/*end new video-banner*/

/* правка битриксовой шапки под реактовскую */

div.header-new__logo {
    margin-right: 0px;
}

.header-new__line-bottom .header-new__choose-city .choose-city-link {
    font-size: 16px;
    line-height: 24px;
    padding-left: 26px;
}

.header-new__line-bottom .header-new__right__info-menu a {
    text-transform: none;
}

.header-new__line-bottom .header-new__right__info-menu li.header-new__right__info-menu__choose {
    padding-left: 15px;
}

.header-new__line-bottom .header-new__right__info-menu li {
    margin-left: 55px;
}

.header-new__line-bottom .header-new__right__info-menu li:last-child {
    margin-left: 65px;
}

.catalog__menu-wrap .icon-close:before {
    background-position: 0 bottom;
    width: 20px;
    height: 20px;
}

.big_certificate {
    display: none;
}

.big_certificate.openSertificate {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_certificate img {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    z-index: 100;
}

body.overflowHidden {
    overflow: hidden;
}

.big_certificate_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1e1e1e;
    opacity: .9;
    z-index: 99;
}

::-webkit-input-placeholder {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

::-moz-placeholder {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

:-moz-placeholder {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

:-ms-input-placeholder {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.js-scroll {
    overflow: auto !important;
}

.js-bargain-info-name,
.dotted-name,
.dotted-brand.large-brand {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.content.content-sales ol {
    list-style: decimal;
    margin: 5px 0 0 30px;
}


/* Share Widget START */
.shareWidget {
    display: flex;
    justify-content: center;
}

.shareBtn {
    display: block;
    padding: 5px 10px 5px 35px;
    color: #878787;
    border-radius: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px center;
    margin-left: 10px;
}

.shareBtn:hover {
    cursor: pointer;
}

.shareBtn::before {
    content: ' ';
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}

.facebookBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/fb_icon.svg');
}

.vkBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/vk_icon.svg');
}

.okBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/ok_icon.svg');
}

.facebookBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/fb_icon_color.svg');
}

.vkBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/vk_icon_color.svg');
}

.okBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/ok_icon_color.svg');
}

.twitterBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/twitter_icon.svg');
    padding-left: 10px !important;
    background-position: center center !important;
}

.twitterBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/twitter_icon_color.svg');
}

.twitterBtn::before {
    border-left: 0 !important;
    margin-left: 0 !important;
}

.staticWidgetWrapper {
    margin-top: 20px;
}

.dynamicWidgetWrapper {
    display: block;
    position: fixed;
    flex-direction: column;
    left: 0;
    top: calc(50%);
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 100;
    padding: 8px;
    width: 55px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.dynamicWidgetWrapper .shareWidget {
    flex-direction: column;
    text-align: center;
    transition: transform 0.5s, height 1s;
}

.dynamicWidgetWrapper .shareBtn {
    padding: 42px 0px 5px;
    background-size: 22px;
    background-position: center 10px;
    margin-left: 0px;
    border-radius: 0px;
    border-bottom: 0.5px solid #E2E2E2;
    font-size: 12px;
    line-height: 18px;
}

.dynamicWidgetWrapper .shareBtn::before {
    display: none;
}

.hideWidget {
    transform: translateX(-55px);
    height: 0px;
}

.closeWidget {
    text-align: center;
    padding-top: 10px;
}

.closeWidget:hover {
    cursor: pointer;
}

.closeWidget img {
    transition: transform 0.3s;
}

@media screen and (max-width: 1200px) {
    .dynamicWidgetWrapper {
        display: none;
    }
}

.section-main__content__products__list .product__available-list-view p {
    color: #878787 !important;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    font-weight: 700;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

@media only screen and (max-width: 769px) {
    .column_wrapper {
        min-height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 100000;
    }
}

@media only screen and (min-width: 769px) {
    .catalog__menu-wrap__footer {
        display: none;
    }

    .js-open-submenu-catalog.active .catalog__span {
        transform: rotate(45deg);
    }

    .js-open-submenu-catalog.active .catalog__span::after {
        top: 0;
        transform: rotate(90deg);
    }

    .js-open-submenu-catalog.active .catalog__span::before {
        top: 0;
        transform: rotate(0);
    }

}

.column_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.basket-mini-empty .basket-mini__count {
    background: #50be14 !important;
}

.region-choose-icon {

}

.fixed .header-new__line-bottom .test-div {
    display: none;
}

#overlay {
    z-index: 100;
}


.basket-footer-wrapper {
    position: relative;
}

.cart-count-footer-bascet {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    border-radius: 100%;
    background: #ff3838;
    position: absolute;
    right: 2px;
    top: -6px;
    width: 36px;
    height: 36px;
}

.active-link {
    color: #50be14 !important;
}

.none {
    display: none;
}

.remove_value_cross {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/asna-new/css/../img/asna_2018/search_cross_value.svg) no-repeat;
    background-size: 100% 100%;
    z-index: 10000;
}

.remove_value_cross-desktop {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    background: url(/local/templates/asna-new/css/../img/close-modal.svg) no-repeat;
    background-size: 100% 100%;
    z-index: 10000;
    cursor: pointer;
    transform: translateY(-50%);
    filter: invert(65%) sepia(4%) saturate(9%) hue-rotate(130deg) brightness(98%) contrast(81%);
}

#srchSmplForm .remove_value_cross-desktop {
    right: 87px;
}

.header-new__search__form__btn {
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    padding: 16px;
    width: 85px;
    height: 48px;
    background: #50BE14;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.header-new__search__form__btn:hover {
    background: #54A129;
}

.no_desk {
    display: none !important;
}

@media screen and (max-width: 1280px) {
    .content-wrap .profile-edit {
        margin-right: 2%;
    }
}

@media screen and (max-width: 1000px) {
    .no_mob {
        display: none !important;
    }

    .no_desk {
        display: block !important;
    }

    .profile-edit__hello {
        margin-bottom: 40px;
    }

    .remove_value_cross {
        background: url(/local/templates/asna-new/css/../img/clearInput.svg) no-repeat;
        width: 31px;
        height: 32px;
        background-size: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
    }
}
.certificate-slider{
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.certificate-slider .item{
    height: auto;
    display: inline-block;
    padding: 0 10px;
}

.certificate_link {
    display: block;
}

.certificate_photo {
    display: block;
    width: 204px;
}

.certificate-title {
    margin-top: 40px;
}

.big_certificate {
    display: none;
}

.big_certificate.openSertificate {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_certificate img {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    z-index: 100;
}

.big_certificate_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1e1e1e;
    opacity: .9;
    z-index: 99;
}

@media screen and (max-width: 1000px) {
    .certificate-block {
        padding: 0 30px 40px;
    }
}

.reviews-container .add-review-form {
    display:block;
}

.prod-star-wrap .star-form input {
    display: none;
}

.header_banner {
    display: flex;
    justify-content: center;
    height: 180px;
}

.banner {
    max-width: 1440px;
    width: 100%;
    min-width: 150px;
    max-height: 180px;

}

@media (max-width: 769px) {
    .banner {
        max-width: 800px;
    }

    .banner--loading {
        aspect-ratio: 800/150;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/shareWidget.css?17522343252975*/
.shareWidget {
    display: flex;
    justify-content: center;
  }
  
  .shareBtn {
    display: block;
    padding: 5px 10px 5px 35px;
    color: #878787;
    border-radius: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px center;
    margin-left: 10px;
  }
  
  .shareBtn:hover {
    cursor: pointer;
  }
  
  .shareBtn::before {
    content: ' ';
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 10px;
  }
  
  .facebookBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/fb_icon.svg');
  }
  
  .vkBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/vk_icon.svg');
  }
  
  .okBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/ok_icon.svg');
  }
  
  .facebookBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/fb_icon_color.svg');
  }
  
  .vkBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/vk_icon_color.svg');
  }
  
  .okBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/ok_icon_color.svg');
  }
  
  .twitterBtn {
    background-image: url('/local/templates/asna-new/img/shareWidget/twitter_icon.svg');
    padding-left: 10px !important;
    background-position: center center !important;
  }
  
  .twitterBtn:hover {
    background-image: url('/local/templates/asna-new/img/shareWidget/twitter_icon_color.svg');
  }
  
  .twitterBtn::before {
    border-left: none !important;
    margin-left: none !important;
  }
  
  .staticWidgetWrapper {
    margin-top: 20px;
  }
  
  .dynamicWidgetWrapper {
    display: block;
    position: fixed;
    flex-direction: column;
    left: 0;
    top: calc(50%);
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 100;
    padding: 8px;
    width: 55px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .dynamicWidgetWrapper .shareWidget {
    flex-direction: column;
    text-align: center;
    transition: transform 0.5s, height 1s;
  }
  
  .dynamicWidgetWrapper .shareBtn {
    padding: 42px 0px 5px;
    background-size: 22px;
    background-position: center 10px;
    margin-left: 0px;
    border-radius: 0px;
    border-bottom: 0.5px solid #E2E2E2;
    font-size: 12px;
    line-height: 14px;
  }
  
  .dynamicWidgetWrapper .shareBtn::before {
    display: none;
  }
  
  .hideWidget {
    transform: translateX(-55px);
    height: 0px;
  }
  
  .closeWidget {
    text-align: center;
    padding-top: 10px;
  }
  
  .closeWidget:hover {
    cursor: pointer;
  }
  
  .closeWidget img {
    transition: transform 0.3s;
  }
  
  @media screen and (max-width: 1200px) {
    .dynamicWidgetWrapper {
      display: none;
    }
  }
/* End */


/* Start:/local/templates/asna-new/css/loader.css?17522343252528*/
.loading.leaders-slider-placeholder {
  color: #50be14;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
/* End */


/* Start:/local/templates/asna-new/css/integration.css?175223432521664*/
/* отладка */

.wrapper:before,
.iconmenu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/*временные стили, которые более-менее приводят
в порядок внешний вид страниц со старой версткой на новом дизайне
TODO - снести по ненадобности
*/

.top {
    vertical-align: top;
}

img[align="left"] {
    margin-right: 30px;
    margin-bottom: 20px;
}

/* небольшие правки страницы корзины */

.no-decoration {
    text-decoration: none !important;
}

.style3 {
    text-decoration: none;
}

/* визуалка отображения форм */

.error-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.error-label {
    color: #fc491f;
}

/* визуалка отображения форм - конец */

/* правки высоты попапа */

/* правки высоты попапа - конец*/

/* страничка кар в ЛК */

/* страничка кар в ЛК - конец */

/* делаем ссылку кнопкой */

/* форма восстановления пароля */

/* форма восстановления пароля - конец */

.news_bn {
    margin-top: 20px;
}

/* форматирование цен */

.orders-price {
    font-size: 10px;
    line-height: 12px;
}

.orders-price > span {
    font-size: 18px;
    line-height: 24px;
}

.orders-price .param {
    font-size: 18px;
    line-height: 24px;
}

/* flip cart */

/* entire container, keeps perspective */

/*  UPDATED! flip the pane when hovered */

/* flip speed goes here */

/* hide back of pane during swap */

/*  UPDATED! front pane, placed above back */

/* new item styles */

/* minicart - maybe shit styles */

@media only screen and (max-width: 1450px) {

}

@media only screen and (min-width: 1451px) {

}

/* cart step 1*/

/* Корзина шаг2 */

.style5 {
    background-color: #fff;
    border-radius: 54px;
    border: 3px solid #50be14;
    color: #50be14;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 27px;
    font-weight: bold;
    height: 48px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 450px;
}

.cart-steps-mobile__button-switch .style5.style7 {
    height: 75px;
    font-size: 32px;
    line-height: 38px;
    width: inherit;
    display: block;
}

.style5.style7 {
    color: #FF4800;
    border: 3px solid #FF4800;
}

.style5.style7:hover {
    background-color: #FF4800;
    color: #fff;
}

.style5:hover {
    background-color: #50be14;
    color: #fff;
}

/* new cartpopup styles */

/*
.gtitle.gtitle-pharmacy {
  width: auto;
  float: none;
  padding-bottom: 20px;
}*/

table.style-table {
    border-bottom: 1px solid #C0F1DA;
}

table.style-table thead tr td,
table.style-table thead tr th {
    font-weight: normal;
    vertical-align: middle;
    color: #5abf33;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #C0F1DA;
    white-space: normal;
    font-weight: bold;
}

table.style-table tr td,
table.style-table tr th {
    padding-left: 20px;
}

table.style-table tr td:first-child,
table.style-table tr th:first-child {
    padding-left: 0;
}

table.style-table tr td {
    color: #080808;
    vertical-align: middle;
    border-top: 1px solid #C0F1DA;
    white-space: normal;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

table.style-table {
    border-bottom: 1px solid #C0F1DA;
}

table.style-table thead tr td,
table.style-table tr th {
    font-weight: normal;
    vertical-align: middle;
    color: #5abf33;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #C0F1DA;
    white-space: normal;
    font-weight: bold;
}

table.style-table tr td,
table.style-table tr th {
    padding-left: 20px;
}

table.style-table tr td:first-child,
table.style-table tr th:first-child {
    padding-left: 0;
}

table.style-table tr td {
    color: #080808;
    vertical-align: middle;
    border-top: 1px solid #C0F1DA;
    white-space: normal;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

/*блок аналогов в каталоге */

/*.icon-discount {
  color: #495AF6;
  height: 26px;
  width: 38px;
  background: url(/local/templates/asna-new/css/../img/icon-discount-card.png) no-repeat;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}*/

.rightcol2 b {
    font-weight: bold;
}

.rightcol2 ul {
    margin-left: 15px;
}

.rightcol2 ul li {
    list-style-type: disc;
}

.rightcol2 .oklst,
.rightcol2 .infos.text {
    margin-left: 0;
}

.infos.text.info-text-0 {
    border-bottom: 1px solid #C0F1DA;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.rightcol2 .oklst li,
.rightcol2 .infos.text li {
    list-style-type: inherit;
}

/* формы выпуска на детальной */

.product-forms-wrapper {
    max-width: 100%;
    border-bottom: 1px solid #C0F1DA;
    border-top: 1px solid #C0F1DA;
    padding: 15px 0 10px 0;
    margin: 0 0 20px 0;
}

.product-forms-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.product-forms-list-item {
    white-space: nowrap;
}

.product-forms-list-item-img {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}

.product-forms-list-item-title {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 10px;
    color: #080808;
    font-weight: bold;
}

.product-forms-list-item-link {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 45%;
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    .product-forms-list-item {
        white-space: normal;
    }

    .product-forms-list-item-link {
        width: 100%;
    }
}

/* стили для фиксированной шапки */

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.fixed header {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 125px;
}
header:after {
  content: '';
  display: block; */

/*background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 95%*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */

/* background: -moz-linear-gradient(top,  rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%); */

/* FF3.6-15 */

/*  background: -webkit-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); */

/* Chrome10-25,Safari5.1-6 */

/*  background: linear-gradient(to bottom,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); */

/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fixed header:after {
  opacity: 1;
  height: 30px;
}
*/


@media screen and (max-width: 1250px) {

}

.fixed .iconmenu a {
    font-size: 16px;
    line-height: 24px;
}

/*.fixed .mmidle {*/

/*height: 125px;*/

/*}*/

/* banner-box */

@media only screen and (max-width: 1200px) {

}

/* // banner-box */

/* стилизация автокомплита в форме поиска товара */

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
    margin: -2px 0 0 0;
    display: none;
}

div.title-search-result {
    background: #fff none repeat scroll 0 0;
    border: 0 none !important;
    box-shadow: 0 0 9px rgba(151, 212, 136, 0.46);
    padding: 8px 0;
    position: absolute;
    width: 100%;
}

/*
  Корзина. Шаг 2
  Круглые маркеры для товаров.
*/

/*.gsrow:hover .count-products-in-pharm,
.gsrow:hover .possible-preorder {
  display: none;
}*/

/*
.gslist.apteka .gsrow:hover:after{
  background-color: #def5b4;
  content: " ";
  height: 100%;
  left: 0;
  margin-left: -60px;
  padding-right: 120px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.gslist.apteka .gsrow:hover {
  border-bottom: medium none;
  border-top: 1px solid #C0F1DA;
  position: relative
}
*/

/* span.btn:hover, */

a.act {
    background-color: #4cb532;
    color: #fff;
}

.btn {
    color: #4cb532;
    display: inline-block;
    border: 2px solid #4cb532;
    border-radius: 20px;
    margin: 5px 5px;
    padding: 2px 16px;
    text-decoration: none;
    width: 112px;
}

.hide {
    display: none;
}

/*
div.preorder .dmin.disabled:hover,
div.preorder .dplus.disabled:hover {
  background-color: #50be14
}
*/

@media screen and (min-width: 1001px) {

}

/* Замена h1 заголовков. СЕО правки */

.title-1.larger {
    font-size: 48px;
}

.title-1 {
    font-size: 32px;
    line-height: 38px;
    padding: 30px 0 30px 0;
    color: #50be14;
    font-weight: 700;
}

div#va .title-1,
div#ptocart .title-1 {
    margin-bottom: 31px;
}

/*

h1.product,div.product{
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 .5em;
  padding: 10px 0 0;
  color: #080808;
}
div.product{
  font-weight: 700;
}
div.product h1{
  font-size: 32px;
  line-height: 38px;
  color: #080808;
  margin: 0;
  padding: 0;
}

*/

h1.article {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 .5em;
    padding: 10px 0 0;
    color: #080808;
}

.unactive-btn {
    pointer-events: none;
}

/* catalog-menu for span active */

/* share link */

.ndate {
    float: left;
}

input::-ms-clear {
    display: none;
}

/* Окно информации доступности аптеки */

.helper-green {
    color: #50be14;
}

/* Блок информации по иконкам (корзина, каталог) */

.icon-producer {
    background-image: url("/local/templates/asna-new/css/../img/card-producer.png?2");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 54px;
    height: 40px;
}

.bx-retina .icon-producer {
    background-image: url("/local/templates/asna-new/css/../img/card-producer.svg?1");
}

/* Стилизация блока цены (пока для каталога)*/

.icon-asna-card-min {
    background-image: url("/local/templates/asna-new/css/../img/card-asna-min.png?2");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 18px;
    height: 18px;
}

.bx-retina .icon-asna-card-min {
    background-image: url("/local/templates/asna-new/css/../img/card-asna.svg?1");
}

.text-producer {
    color: #57cff6;
    /* color: #18b4c3; */
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: normal;
    position: relative;
    z-index: 5;
}

.new-style-icon .vtitle a {
    color: #080808;
    display: table;
    text-decoration: none;
    width: 100%;
    overflow-wrap: anywhere;
}

.analog-item-block {
    margin-bottom: 10px;
}

/* Окно аналогов */

.item-back-to-catalog-button {
    position: absolute;
    right: 60px;
    top: 12px;
    color: #878787;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.item-back-to-catalog-button span {
    font-size: 9px;
}

.content-catalog-detail {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.body-wrap {
    max-width: 1440px !important;
}

/*
.cart-back-to-items-button {
  position: absolute;
  left: 60px;
  top: 28px;
  background-color: #fff;
  color: #50be14;
  cursor: pointer;
  text-align: center;
  border: 3px solid #50be14;
  border-radius: 28px;
  display: inline-block;
  font-family: Noto Sans, Helvetica, Arial, sansSerif;
  font-size: 14px;
  line-height: 18px;
  height: 28px;
  width: 230px;
  font-weight: 700;
}

.cart-back-to-items-button:hover {
    background-color: #50be14;
    color: #fff;
}*/

/* для попапа добавления (без аптеки) */

/* add product (popup) */

/* Ccылки следующая/предыдущая в статье */

.pagination-next {
    text-align: right;
    float: right;
}

.pagination-next > a {
    padding-right: 26px;
}

.pagination-next > a:after {
    content: '';
    background: rgba(0, 0, 0, 0) url(/local/templates/asna-new/css/../img/arr_r.png) no-repeat center center;
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    top: calc((100% - 28px) / 2);
    right: 0;
}

.pagination-previous > a:before {
    content: '';
    background: rgba(0, 0, 0, 0) url(/local/templates/asna-new/css/../img/arr_l.png) no-repeat center center;
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    top: calc((100% - 28px) / 2);
    left: 0;
}

.pagination-previous > a {
    padding-left: 26px;
}

.pagination-previous.pull-left {
    float: left;
}

img.circle-pagin {
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

ul.article-pagination li {
    list-style-type: none;
    position: relative;
}

ul.article-pagination {
    margin: 0;
    margin-bottom: 50px;
    height: 56px;
}

ul.article-pagination a {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.pagination-next .pagination-title {
    max-width: 250px;
    display: inline-block;
}

.pagination-previous .pagination-title {
    max-width: 250px;
    height: 50px;
    display: inline-block;
    padding-left: 5px;
}

.pagination-next img.circle-pagin {
    display: inline-block;
}

.pagination-title div {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    width: inherit;
}

.block-article-pagination {
    height: inherit;
}

div.newslist a span.ndate {
    width: inherit;
}

.infos .link-phone {
    color: #080808;
    text-decoration: none;
}

h1.small-pharm {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 .5em;
    padding: 30px 0 0;
    color: #50be14;
}

h2.big-pharm {
    padding: 30px 0 0;
    color: #50be14;
    margin: 0 0 .5em;
    font-size: 48px;
}

/* выбор аптеки */

.pharm-info-block {
    color: #878787;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.pharm-info-block a {
    color: #878787;
}

/* Cart */

/* footer */

.footer .f1 .finner li {
    padding-bottom: 7px;
}

/** Перенос стилей/ **/

/* чекбокс в шапке */

/* чекбокс в форме авторизации */

/* форма авторизации */

/** /Перенос стилей **/

@media screen and (max-width: 1100px) {

}

@media screen and (min-width: 1001px) {

}

@media screen and (max-width: 1277px) {

}

@media screen and (max-width: 1068px) {

}

@media screen and (max-width: 1015px) {

}

@media screen and (max-width: 1214px) {

}

.banners-wrap {
    font-size: 0;
    padding: 20px 0 20px 20px;
    position: relative;
    z-index: 1;
    /* max-height: 260px;
    overflow: hidden;*/
    /* margin-left: -2%; */
}

.js-banners-slider-big li {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.banners-wrap li:first-child {
    margin-left: 0;
}

.banners-wrap li a {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.banner-incredible-prices {
    position: relative;
    background: #50be14 url(/local/templates/asna-new/css/../img/percent.png?v=1) no-repeat;
    background-position: center center;
    padding: 20px 20px 20px 280px;
    background-size: cover;
    border-radius: 15px;
    margin: 20px 20px 0;
}

.banner-incredible-prices-title {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-weight: 900;
    font-size: 48px;
    color: #fff;
}

.banner-incredible-prices-title span {
    color: #156722;
}

@media screen and (max-width: 1300px) {
    .banner-incredible-prices-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1000px) {
    .banner-incredible-prices {
        padding-left: 20px;
    }
}

@media screen and (max-width: 640px) {

}

.banner-more {
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 100;
}

.banner-body,
.banner-body a {
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1250px) {

}

@media screen and (max-width: 1000px) {
    /*  .banner-body .mobile{
      display: block;
    }
    .banner-body .desktop,.banner-more{
      display: none;
    }*/
}

/*@media screen and (max-width: 900px) {
  .banner-body-1 .banner-body-back img{
    margin-bottom: -20%;
  }
}*/

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) {
    .banners-wrap {
        max-height: none;
    }

    .banners-wrap li {
        margin: 0 20px 20px 0;
    }

    /*or*/
}

@media screen and (min-width: 1417px) {
    body {
        box-shadow: 0 0 14px 0 #50be14;
        padding-bottom: 120px;
        box-sizing: border-box;
        height: auto;
        position: relative;
        min-height: 100%;
    }

    body:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 500px;
        height: 100%;
        right: -499px;
        background: rgba(239, 255, 212, 0.6);
    }

    body:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 1000px;
        height: 100%;
        left: -999px;
        background: rgba(239, 255, 212, 0.6);
    }

    html {
        overflow-x: hidden;
    }
}

/* Nightwriter 16.04 */

@media only screen and (max-width: 1000px) {
    .wrapper-mobile-cart .fullw {
        margin-top: 0px;
    }
}

/*Новые блоки для корзины шаги 3-4*/

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {

}

.list-discount-info {
    padding-top: 5px;
}

.list-discount-info > span {
    display: inline-block;
    vertical-align: middle;
}

.icon-producer-mid {
    width: 30px;
    height: 30px;
    background: url(/local/templates/asna-new/css/../img/asna_2018/card-producer.png?2) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.icon-producer-mid.icon-producer-mid-tl {
    background: url(/local/templates/asna-new/css/../img/asna_2018/termolability.svg) no-repeat;
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: unset !important;
}

.slick-dots {
    position: relative;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: -10px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #50be14;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #50be14;
}

.banners-wrap li a {
    position: relative;
}

.sorting__item__label,
.sorting__item__select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sorting__item__select select {
    border: 2px solid #878787;
    border-radius: 28px;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 50px 5px 20px;
    outline: none;
    font-weight: 700;
    color: #080808;
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    cursor: pointer;
    background: #ffffff;
}

.sorting__item__select select::-ms-expand {
    display: none;
}

.sorting__item__select:after {
    content: "";
    border-bottom: 0;
    border-right: 0;
    height: 8px;
    display: inline-block;
    width: 13px;
    background: url('/local/templates/asna-new/img/redesign/arr-min-gray.png') no-repeat;
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
    pointer-events: none;
}

.map_pharmacie {
    display: none;
}

/*стили для нового банера для ie*/
.bx-ie .svg-wrap {
    width: 100%;
    height: 0;
    padding-top: 16%;
    position: relative
}

.bx-ie .svg-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
}

.mobileonly.svg-wrap {
    margin: -5px 0 0 0;
}

.bx-ie .mobileonly.svg-wrap {
    display: none !important;
}

.bx-ie .nomobile.svg-wrap {
    display: block !important;
}

.section-main__banner a {
    height: 100%;
    display: block;
    position: relative;
}

.section-main__banner img {
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/asna-new/css/mobile.css?175223432524264*/
/* mobile */

@media only screen and (max-width: 1000px) {
    .mobileonly {
        display: block !important;
    }

    body {
        font-size: 20px;
        line-height: 24px;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    body,
    html {
        -webkit-overflow-scrolling: touch;
    }

    .nomobile {
        display: none !important;
    }

    /*
    кто пишет  !important в стилях? дайте я ему пожму его мужественную шею
    */
    /* посмотреть по всем страницам, видимо везде нужен отступ */
    .content {
        margin-top: 30px;
    }

    .content,
    .content.fullw {
        padding-bottom: 30px;
    }

    .wrapper,
    .footer {
        min-width: 640px;
        margin: 0 auto;
    }

    .footer {
        height: auto;
    }

    .finner,
    .inner,
    .f1,
    .f2,
    .leftcol2,
    .rightcol2,
    .formc1,
    .ccbut,
    .partnf input.styled,
    .partnf textarea.styled {
        min-width: 580px;
        width: 580px;
    }

    /* стили для фиксированной шапки */
    .iconmenu li {
        margin-right: 11px;
        width: 90px;
        font-size: 20px;
        line-height: 24px;
    }

    .iconmenu li {
        margin-right: 0px;
    }

    .icon-close.scc {
        top: 14px;
    }

    h2.small {
        padding: 15px 0 0;
    }

    .fcol {
        padding-bottom: 20px;
        width: 173px;
    }

    .fcol ul a,
    .fcontacts a {
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin-bottom: 6px;
    }

    .fcontacts {
        font-size: 20px;
        line-height: 24px;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }

    .f2 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .phem {
        float: none;
        padding: 20px 0;
    }

    .leftcol {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 640px;
    }

    .rightcol {
        margin-left: 0;
        width: 100%;
    }

    .content-catalog-detail .pic {
        width: 300px;
        height: 300px;
    }

    .product-img-info-text {
        display: none;
    }

    .product-img-info-text-mobile {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin: 10px 0 0 0;
        color: #878787;
        font-style: italic;
    }

    .leftcol .pic img {
        max-height: 279px;
        max-width: 279px;
    }

    .adtcp {
        padding-right: 0;
        margin-top: 40px;
    }

    .adtcp:before {
        content: '';
        border-top: 1px solid #a7de89;
        position: absolute;
        width: 100%;
        height: 1px;
        margin-left: -20px;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .content-catalog-detail .adtcp {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vlist a {
        font-size: 18px;
        line-height: 24px;
    }

    .infos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .infos li {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        min-width: 380px;
    }

    .param {
        width: 180px;
    }

    .leftcol .gray {
        font-size: 18px;
        line-height: 24px;
    }

    .leftcol2,
    .rightcol2 {
        clear: both;
        float: none;
        margin-left: 0;
        position: relative;
        margin: 0 auto;
    }

    .newslist {
        margin-left: 0;
        font-size: 20px;
        line-height: 24px;
    }

    .newslist a {
        width: 200px;
        margin: 0 40px;
        height: 300px;
    }

    .newslist a img {
        border-radius: 178px;
        height: 178px;
        width: 178px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pmenu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pmenu li {
        float: left;
        height: 48px;
        margin-bottom: 8px;
        overflow: hidden;
        width: 50%;
    }

    .pmenu a {
        font-size: 24px;
        line-height: 32px;
        margin: 0;
        padding: 0 10px 0 0;
    }

    .rightcol2 {
        border-top: 1px solid #50be14;
    }

    .rightcol2 h1 {
        text-align: center;
    }

    .nhead {
        display: block;
        text-align: center;
        padding-top: 50px;
    }

    .nhead .nrtxt {
        display: block;
        position: initial;
        height: auto;
    }

    .tonewsl {
        right: 0;
        text-align: right;
        top: 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .content.content-sales img {
        display: block;
        width: 100%;
        height: auto;
    }

    .content.content-sales .nhead img.newsp {
        float: none;
        margin: 0;
        width: auto;
        display: initial;
    }


    .bnews a img {
        border-radius: 173px;
        float: none;
        height: 173px;
        margin-left: 10px;
        width: 173px;
    }

    .bnews .bntit {
        font-size: 20px;
        line-height: 24px;
        padding-top: 19px;
        text-align: center;
    }

    .ndate {
        font-size: 20px;
        line-height: 24px;
    }

    .news_bn h3 {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 10px;
    }

    .sendblock {
        margin-left: 0;
    }

    .item .retry {
        height: 60px;
    }

    .retry button {
        font-size: 20px;
        line-height: 24px;
        width: 276px;
        height: 46px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .formc1 input.styled {
        width: 430px;
    }

    p.gr {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .rightcol-profile p.gr {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }

    .ccbut {
        margin-top: 20px;
    }

    .ccbut button {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .style3 {
        font-size: 27px;
        height: 54px;
    }

    .ccbut button {
        display: block;
        float: none;
        margin: 0 auto 32px;
        width: 400px;
    }

    .labeled input.styled,
    input.styled {
        font-size: 24px;
        line-height: 32px;
        width: 430px;
        height: 50px;
    }

    input.styled,
    textarea.styled {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    .lbl {
        font-size: 16px;
        line-height: 24px;
    }

    h2.line {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .partnf .lbl {
        margin-bottom: 5px;
    }

    .prodc {
        font-size: 20px;
        line-height: 24px;
    }

    h1,
    h2 {
        clear: both;
    }

    #map {
        height: 500px;
    }

    .detailst .prodc {
        display: block;
    }

    .prodtit {
        font-size: 18px;
        line-height: 24px;
    }

    .mavail {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #ff4800;
        font-style: italic;
        margin-top: 3px;
    }

    /* Каталог новый вид */
    .mgline {
        border-bottom: 1px solid #C0F1DA;
        cursor: pointer;
        display: table;
        width: 100%;
        display: block;
        font-size: 0;
    }

    .detail .mgline {
        padding-bottom: 10px;
    }

    .mgitem:last-of-type .mgline {
        border-bottom: none;
    }

    .mprodlist .c2 {
        display: inline-block;
        font-size: 1rem;
        padding: 5px 0;
        vertical-align: middle;
    }

    .mprodlist .c2 {
        width: 79%;
        box-sizing: border-box;
        padding-right: 29px;
    }

    .detail .mprodlist .c2 {
        padding-left: 29px;
        width: 100%;
    }

    .mgitem {
        border: 7px solid transparent;
        position: relative;
        border-bottom: none;
    }

    .detail .mgitem {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .mgitem:after {
        content: '';
        position: absolute;
        width: 29px;
        height: 52px;
        right: 29px;
        top: calc((100% - 52px) / 2);
        background-image: url(/local/templates/asna-new/css/../img/item-arrow.png);
        background-size: 29px 52px;
        background-repeat: no-repeat;
    }

    .bx-retina .mgitem:after {
        background-image: url(/local/templates/asna-new/css/../img/item-arrow.svg);
    }

    .mprodlist .prodtit {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        max-width: 420px;
        display: block;
    }

    .detail .mprodlist .prodtit {
        font-size: 24px;
        line-height: 32px;
    }

    .mprodlist .mgitem:last-child .mgline {
        border-bottom: medium none;
    }

    .benefits {
        float: none;
        margin-bottom: 12px;
    }

    /* попап корзины */
    .content-catalog {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .content-catalog .breadcrumbs {
        margin-left: 20px;
    }

    .content-catalog-detail {
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 0px;
        margin-left: 0;
        padding: 0 0;
    }

    .content-catalog-detail .breadcrumbs {
        margin-left: 20px;
    }

    .content-catalog-detail .leftcol {
        padding-left: 30px;
        padding-right: 30px;
    }

    .leftcol .detail-analogues {
        display: none;
    }

    /* CATALOG  */
    /* footer */
    .fcol {
        height: 215px;
    }

    .leftcol2 ul.pmenu {
        margin-top: 21px;
    }

    .leftcol2 ul.pmenu a {
        font-size: 24px;
        line-height: 32px;
    }

    /* article list */
    .rightcol2 div.detail-text-item {
        font-size: 20px;
        line-height: 24px;
    }

    .rightcol2 div.detail-text-item p img {
        width: 100% !important;
        height: auto !important;
    }

    .content-help .rightcol2 img {
        max-width: 100%;
        height: auto !important;
    }

    .ndate {
        float: none;
    }

    /* single article */
    .pagination-title {
        font-size: 20px;
        line-height: 24px;
    }

    /* single article */
    .pagination-next .pagination-title,
    .pagination-previous .pagination-title {

        max-width: none;
    }

    .pagination-previous.pull-left,
    .pagination-next {
        float: none;
        text-align: center;
    }

    .pagination-next {
        margin-top: 15px;
    }

    /* popup select region */
    #regselect {
        margin-left: -311px;
    }

    .partnf input.styled,
    .partnf textarea.styled {
        min-width: 550px;
        width: 550px;
    }

    /*redesign-mobile-style-start*/
    .fcol {
        width: 50%;
        margin-right: 0;
        padding-right: 20px;
        box-sizing: border-box;
        height: auto;
        display: inline;
        vertical-align: top;
        margin-bottom: 15px;
        padding-left: 30px;
    }

    .fcol ul a,
    .fcontacts a {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

    .footer {
        background: #f5ffe5;
        padding-top: 25px;
        border-top: 1px solid #a2de7c;
    }

    .footer .f1 {
        border: none;
        width: 100%;
    }

    .footer .f1 .finner {
        width: 100%;
    }

    .fcol ul li:first-child {
        margin-top: 0;
    }

    .fcol.last,
    .finner .fcol:last-child {
        margin-bottom: 0;
    }

    .fcol.last {
        width: 100%;
    }

    .fcontacts span {
        display: inline-block;
        width: 60px;
        font-size: 20px;
        line-height: 24px;
        font-style: italic;
    }

    .fcol.last .fcontacts a {
        display: inline-block;
    }

    .fcol .additional-mobile-elements__tel:before {
        display: none;
    }

    .footer .f2 {
        border-top: 1px solid #a2de7c;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        box-sizing: border-box;
        padding: 25px 50px 0;
    }

    .phem {
        padding: 25px 0;
    }

    .tabs {
        margin: 0 !important;
        display: inline-block;
        height: 75px;
        font-size: 0;
        width: 100%;
    }

    /*redesign-mobile-style-end*/
    .mprodlist-title {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 30px;
        text-align: center;
    }

    .detail .mprodlist {
        margin-bottom: 40px;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #C0F1DA;
    }

    .leftcol-profile,
    .rightcol-profile {
        width: 100%;
        box-sizing: border-box;
    }

    .content-profile {
        padding-left: 0;
        padding-right: 0;
    }

    .profile-edit {
        max-width: 580px;
        margin: 0 auto;
    }

    .thist .head {
        color: #50be14;
        padding-left: 20px;
        padding-right: 70px;
        font-size: 20px;
        line-height: 24px;
        box-sizing: border-box;
    }

    .thist .head .c1,
    .thist .row .c1 {
        width: 25%;
        padding-left: 1%;
        padding-right: 4%;
    }

    .thist .head .c2,
    .thist .row .c2 {
        width: 25%;
        padding-left: 1%;
        padding-right: 4%;
    }

    .thist .head .c4,
    .thist .row .c4 {
        width: 35%;
        padding-left: 1%;
        padding-right: 4%;
    }

    .thist .thist-number,
    .thist .thist-status,
    .thist .thist-date {
        display: block;
        font-size: 20px;
        line-height: 24px;
    }

    .thist .thist-date {
        color: #878787;
    }

    .thist .row {
        font-size: 20px;
        line-height: 24px;
        border-bottom: none;
        padding-left: 13px;
        padding-right: 63px;
        box-sizing: border-box;
    }

    .thist .item {
        box-sizing: border-box;
        border-bottom: 1px solid #C0F1DA;
        border-top: 7px solid transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    .thist .item.open {
        border: 7px solid #50be14;
    }

    .thist .item:after {
        content: '';
        position: absolute;
        width: 29px;
        height: 52px;
        right: 29px;
        top: calc((100% - 52px) / 2);
        background-image: url(/local/templates/asna-new/css/../img/item-arrow.png);
        background-size: 29px 52px;
        background-repeat: no-repeat;
    }

    .bx-retina .thist .item:after {
        background-image: url(/local/templates/asna-new/css/../img/item-arrow.svg);
    }

    .thist .item.open:after {
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e906";
        color: #50be14;
        font-size: 32px;
        line-height: 38px;
        right: 20px;
        top: 15px;
        background-image: none;
    }

    .detailst {
        padding-left: 13px;
        padding-right: 63px;
        box-sizing: border-box;
    }

    .detailst .c1 {
        width: 100%;
        display: block;
        margin-left: -13px;
        padding-left: calc(1% + 13px);
        padding-right: 55px;
    }

    .detailst-name {
        font-size: 24px;
        line-height: 32px;
        display: block;
    }

    .detailst-price {
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
    }

    .detailst-price > span {
        font-size: 32px;
        line-height: 38px;
    }

    .detailst-items-mobile {
        display: block !important;
        border-bottom: none !important;
    }

    .rightcol-profile .infos2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .rightcol-profile .orders-price .param {
        font-size: 20px;
        line-height: 24px;
    }

    .rightcol-profile .orders-price > span {
        font-size: 20px;
        line-height: 24px;
    }

    .content-cart-mobile {
        padding-right: 0;
        padding-left: 0;
    }

    .popup .style3 {
        font-size: 20px;
        line-height: 24px;
    }

    .infos-promo {
        padding-top: 10px;
    }

    .reviews-container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 19px;
    }

    .ffinfo {
        left: 0;
        top: 95px;
    }

    .pharmacie-row.pharmacie-row-choosed::after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .cart__amount__title {
        margin-bottom: 10px;
    }

    .product .product__others-button a:hover {
        color: #D5D5D6;
    }

    .product .product__others-button a:active {
        color: #50be14;
    }

    /*banner bg*/
    .asna-karmolis-video-banner .asna-karmolis-video-banner-bg {
        background-image: url("/local/templates/asna-new/img/video-banner/percent_green_mob.jpg");
    }

    /*end banner bg*/
    .product__price.product__price-old:before {
        top: 50%;
        margin-top: -1px;
    }

    /*catalog-item-price*/
    .price-wrap-catalog-item-price {
        width: auto;
        display: inline-block;
        max-width: 62%;
        position: relative;
    }

    .price-wrap-catalog-item-price.fix-price {
        display: inline-block;
    }

    .price-wrap-catalog-item-price.big-price {
        padding: 44px 0 0 0;
        max-width: none;
        width: 55%;
        display: inline-block;
    }

    .price-wrap-catalog-item-price.fix-price .list-discount-info.list-discount-info-item {
        position: relative;
        top: 19px;
    }

    /*end catalog-item-price*/
    /*'IN_PHARM_AE_A*/
    .product-detail-controls .product__prices-wrap {
        width: auto;
        top: auto;
        display: inline;
    }

    .product-detail-controls .product__prices-wrap .product__price,
    .product-detail-controls .product__prices-wrap .product__price.first {
        margin: 0;
    }

    .product-detail-controls .product__prices-wrap .product__price.product__price-normal {
        margin-left: 0;
    }

    .product-detail-controls .product__prices-wrap .product__price.product__price-ae {
        padding-left: 0;
    }

    .content.content-catalog-detail.detail .product-detail-controls .product__prices-wrap .product__price.product__price-ae span {

    }

    /*end 'IN_PHARM_AE_A*/
    /*IN_PHARM_AE_B*/
    .product-detail-controls .product__preorder__prices-wrap {
        width: auto;
        top: auto;
        display: inline;
    }

    .product-detail-controls .product__preorder__prices-wrap .product__price {
        margin: 0;
    }

    .product-detail-controls .product__preorder__prices-wrap .product__price.product__price-ae,
    .product-detail-controls .product__preorder__prices-wrap .product__price.product__price-old {
        padding-left: 0;
    }

    .content.content-catalog-detail.detail .product-detail-controls .product__preorder__prices-wrap .product__price.product__price-ae span,
    .content.content-catalog-detail.detail .product-detail-controls .product__preorder__prices-wrap .product__price.product__price-old span {

    }

    /*end IN_PHARM_AE_B*/
    /*HH_PHARM*/
    .product-detail-controls .product__preorder__prices-wrap .product__price.product__price-hh {
        padding-left: 0;
    }

    .content.content-catalog-detail.detail .product-detail-controls .product__preorder__prices-wrap .product__price.product__price-hh span {

    }

    /*end HH_PHARM*/
    .product-detail-controls .product__preorder__prices-wrap .product__preorder__prices-wrap-br {
        display: inline;
        width: 0;
    }

    /*diskount-info*/
    .product-detail-controls .list-discount-info.list-discount-info-item .icon-item {
        top: 0;
    }

    .product-detail-controls .list-discount-info.list-discount-info-item .info-desk-show-message {
        top: 112%;
    }

    .product-detail-controls .price-wrap-catalog-item-price.big-price .list-discount-info.list-discount-info-item {
        position: absolute;
        left: 100%;
        top: 47px;
    }

    /*end diskount-info*/
    .content.content-inform-articles .rightcol2 {
        border: 0;
    }

    .box-table-about {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        overflow-x: auto;
    }

    .asna-market .sposob .dos.exx,
    .asna-market .sposob .dos.kur,
    .asna-market .sposob .dos.som {
        width: 100%;
        margin: 0 auto 20px;
    }
}

/* end  max-width: 1000px*/

@media screen and (max-width: 760px) {
    .oklst h4 .icon-s_ok {
        font-size: 10px;
        line-height: 12px;
    }
}

/* mobile */

/* map */

@media only screen and (max-width: 320px) {
    #map {
        height: 400px;
    }
}

@media screen and (max-width: 680px) {
    html.bx-ios,
    html.bx-ios body {
        width: 640px;
        max-width: 640px;
    }
}

@media screen and (min-width: 681px) {
    html.bx-ios,
    html.bx-ios body {
        width: 1280px;
        max-width: 1280px;
    }
}

@media screen and (max-width: 1200px) {
    .dynamicWidgetWrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .revievs-title {
        color: #50be14;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
        font-weight: bold;
    }

    .reviews-tab.active {
        display: block;
        font: 15px 'pf_beausans_pro', Arial, sans-serif;
        -webkit-font-smoothing: antialiased
    }

    .reviews-tab {
        display: none;
        position: relative;
    }

    .ul.reviews-list {
        margin: 0;
        list-style: none;
        font-size: 0;
    }

    ul.reviews-list li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    a.reviews-ti-name-link {
        display: none;
    }

    ul.reviews-list .reviews-head {
        margin-bottom: 10px;
        display: block;
    }

    ul.reviews-list .reviews-head span.author {
        font: normal normal 14px/20px 'textbooknewextrabold', Arial, Helvetica, sans-serif;
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
    }

    ul.reviews-list .reviews-head span.date {
        color: #50be14;
        display: inline-block;
        margin-right: 5px;
    }

    .star-form {
        display: inline-block;
        vertical-align: middle;
    }

    .star-form-readonly {
        margin-left: 0;
    }

    .star-rating-control {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        width: 99px;
        height: 15px;
        margin-top: 3px;
    }

    ul.reviews-list p {
        margin-bottom: 15px;
    }

    .evaluate-review {
        margin-bottom: 30px;
    }

    .evaluate-review .title {
        display: inline-block;
        margin-right: 7px;
    }

    .evaluate-link-wrap {
        display: inline-block;
        margin-right: 7px;
    }

    .evaluate-link-wrap .evaluate-link-unit {
        display: inline-block;
        margin-right: 5px;
    }

    .evaluate-link-wrap .evaluate-link-unit a {
        color: #C4C4C4;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .evaluate-link-wrap .digit {
        color: #50be14;
    }

    [class^="piluli-"] {
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .piluli-44:before {
        background: url('/local/templates/asna-new/img/plus.png') no-repeat;
        background-size: 100%;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
    }

    .piluli-45::before {
        background: url('/local/templates/asna-new/img/minus.png');
        background-size: 100%;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
    }
}
/* End */


/* Start:/local/templates/asna-new/css/a.rykov.css?175223432510621*/
/* Десктоп */

/* перенес из style */

/* Не нужный отступ в каталоге */

/* Help */

.rightcol2 ul.help-list li {
    list-style-type: none;
}

.rightcol2 .help-list {
    width: 260px;
    display: inline-block;
    margin-left: 0;
}

.help-list li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
}

.help-wrapper {
    margin-top: 15px;
    border-top: 1px solid #C0F1DA;
}

.help-wrapper h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* окно аптеки на карте  */

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    top: 14px !important;
    left: 15px !important;
    background-color: #fff;
    /* box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6); */
    /* border: 1px solid rgba(72, 181, 233, 0.6); */
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px 0px #abe89c;
    padding: 10px;
}

/* мини корзина */

.rightcol-profile .item .retry {
    height: 70px;
}

.popup.edit-order-popup {
    width: 485px;
    height: 267px;
    margin-left: -272px;
    margin-top: -159px;
}

.available__title-page .product__price {
    display: none;
}

.available__title-page .product__btn.btn-basket {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    background: #50be14;
    border: 2px solid #50be14;
    color: #ffffff;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    width: 190px;
    height: 35px;
    padding: 0;
}

.available__title-page .product__btn.btn-basket.issue {
    border: none;
}

.available__title-page .product__additional-block {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: inherit;
}

.available__title-page .product__amount {
    width: auto;
    margin-bottom: 0px;
}

/* mobile */

@media only screen and (max-width: 1000px) {
    /* mobile.css */
    .content-catalog-detail .breadcrumbs {
        margin-left: 20px;
        display: none;
    }

    /* 93. Товары-аналоги ровняем по левому краю */
    .mprodlist-title {
        text-align: left;
        padding-left: 37px;
        padding-bottom: 0px;
        /*94. Название первого товара надо чуть подтянуть к заголовку Товары-аналоги*/
    }

    /* 100. Тут все должно быть ровно друг под другом */
    .param {
        vertical-align: top;
    }

    /* /mobile.css */
    /* Если что то поломает стиль - удалить */
    body.wpopup {
        overflow: hidden;
    }

    /* Страница товара */
    /* Сообщения */
    /* Меню на странице профиле, статьи и.тд */
    .content .leftcol2 {
        overflow: hidden;
        padding-bottom: 21px;
        padding-top: 21px;
    }

    .content .leftcol2 ul.pmenu {
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 400px;
        height: auto;
    }

    .content .leftcol2 ul.pmenu li {
        width: 48%;
    }

    .content .leftcol2 ul.pmenu li:nth-child(odd) {
        margin-right: 4%;
    }

    .content.content-news .leftcol2 ul.pmenu {
        display: flex;
        justify-content: space-between;
    }

    .content.content-news .leftcol2 ul.pmenu li {
        width: auto;
    }

    .content.content-news .leftcol2 ul.pmenu li:nth-child(odd) {
        margin-right: 0;
    }

    .wrapper-asna .content_organizer .leftcol-profile ul.menu_organizer {
        display: block;
    }

    .leftcol2 .pmenu li {

        height: auto;
    }

    .labeled .lbl {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        width: 100%;
    }

    .rightcol2 .newslist > a > div {
        max-height: 72px;
        overflow: hidden;
    }

    .rightcol2 .newslist > a {
        margin-bottom: 10px;
    }

    /* Форма редактирования профиля*/
    .profile-edit .lbl {
        display: block;
    }

    .profile-edit .labeled {
        width: 100%;
    }

    .profile-edit .labeled .styled {
        width: 550px;
    }

    .profile-edit .ccbut button.style3 {
        width: 578px;
        background-color: #50BE14;
    }

    .profile-edit input.styled {
        border: 2px solid #d5edce;
    }

    .rightcol-profile .thist .head {
        border-top: 1px solid #50be14;
        border-bottom: 1px solid #50be14;
    }

    .rightcol-profile .thist .item {
        border-bottom: 1px solid #50be14;
    }

    .rightcol-profile .thist .item.open {
        border: 7px solid #50be14;
    }

    .orders-price {
        font-size: inherit;
    }

    .rightcol-profile .item .retry {
        display: block;
        height: 101px;
        margin-bottom: 10px;
    }

    /*.rightcol-profile .detailst .dr .c1 {*/
    /*border-top: 1px solid #50be14;*/
    /*border-bottom: none;*/
    /*}        */
    /* Popup add to cart */
    /* Для большой цены*/
    .popup .icon-close {
        font-size: 34px;
    }

    /* аналоги */
    /* Кнопка в окне аналогах/формах */
    /* Зачеркнутая цена! */
    /* Первый шаг */
    /*        .gslist.cartlist1.no-selected-pharmacy .gsrow {
              position: relative;
          }  */
    /* Второй шаг корзины */
    /* шапка */
    /* увеличиваем по возможности шрифт до 20px */
    .fixed .iconmenu a {
        font-size: 20px;
        line-height: 24px;
    }

    .mprodlist .prodtit {
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
        overflow: hidden;
    }

    .mgline {
        padding-bottom: 10px;
    }

    /* мини корзина */
    /* Попап авторизации / регистрации */
    /* чекбокс в шапке */
    /* чекбокс в форме авторизации / регистрации */
    /* каталог */
    /* Товар */
    .param-text {
        display: inherit;
        width: 415px;
    }

    .detail .mprodlist {
        margin-bottom: 0px;
        margin-top: 0px;
        /* Изменяем вид, когда отображаются два списка без описания*/
    }

    /* Новости */
    .content-news {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content-news .leftcol2 {
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #50be14;
        padding-left: 8px;
    }

    .content-news .rightcol2 {
        border-top: none;
    }

    .content-news .rightcol2 p {
        width: 100%;
    }

    .content-news .rightcol2 p a {
        word-wrap: break-word;
    }

    .content-news .rightcol2 p img {
        width: 100%;
    }

    /* 3 Шаг  */
    /* Помощь */
    .rightcol2 .help-list {
        width: 568px;
    }

    .help-list li a {
        font-size: 20px;
        line-height: 24px;
    }

    .help-wrapper {
        font-size: 20px;
        line-height: 24px;
    }

    .help-wrapper h3 {
        font-size: 32px;
        line-height: 38px;
    }

    /* окно аптеки на карте */
    .popup.edit-order-popup {
        height: 285px;
    }
}

/*********************************************************/

/*********************** Редизайн *************************/

.content-catalog-detail .detail-analogues {
    border-top: none;
}

.c5.c5-order-num {
    padding-left: 10px;
}

.item.hide-active-order,
.item.hide-inactive-order {
    display: none;
}

.action-steps-wrap.no-economy {
    padding-bottom: 60px;
}

.banners-wrap li.banner-body-1.slick-slide a,
.banners-wrap li.banner-body-1.slick-slide img {
    border-radius: unset;
}

.banner-body-1.slick-slide .banner-block .banner-img {
    width: unset;
    max-width: 224px;
}

@media only screen and (max-width: 1000px) {
    .adtcp {
        border-bottom: 1px solid #a7de89;
    }

    .mprodlist.col1.mobileonly {
        background-color: #f6f6f6;
    }

    .detail .mprodlist .c2 {
        width: 100% !important;
        padding-left: 29px !important;
    }

    /* Карточка товара (аптека) */
    .available__title-page .product__additional-block {
        transform: none;
        position: static;
        width: inherit;
        display: flex !important;
        justify-content: center;
        margin-top: 15px;
    }

    .available__title-page .product__amount {
        margin-bottom: 0;
    }
}

/*********************** Редизайн 5*************************/

.complex-actions-list__title {
    color: #080808;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    padding: 0 60px;
    text-align: left;
    margin-top: 20px;
}

.complex-actions-item {
    margin-top: 0px;
}

.list-discount-info.list-discount-info-item > span.info-desk-show-message {
    display: none;
}

.list-discount-info-desk.list-discount-info-item:hover .info-desk-show-message {
    display: block;
}

.list-discount-info.list-discount-info-item {
    padding-top: 0px;
    display: inline-block;
    float: unset;
    margin-right: 10px;
}

.list-discount-info.list-discount-info-item .icon-item {
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 1000px) {
    .complex-actions-list__title,
    .carousel-block__title {
        text-align: center;
    }

    .complex-actions-list__title {
        margin-bottom: 20px;
    }

    .scale-wrapper {
        padding: 0 31px;
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 30px;
    }

    .carousel-banners {
        padding-right: 27px;
        padding-left: 5px;
    }

    .list-discount-info.list-discount-info-desk .icon-asna-card-min {
        background: url("/local/templates/asna-new/css/../img/asna_2017/benefit-icon.png") no-repeat;
    }

    .list-discount-info.list-discount-info-item .icon-item {
        position: relative;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    .list-discount-info.list-discount-info-item .info-desk-show-message {
        top: 169%;
    }
}
/* End */


/* Start:/local/templates/asna-new/css/leshik.css?17522343252692*/
.google-icon-close {
    width: 9px !important;
    height: 9px !important;
    font-size: 9px;
    color: #50be14;
    top: 25px !important;
    right: 8px !important;
    opacity: 1 !important;
    font-weight: bold;
}

/* с аналогами */

/* выбрана аптека */

/* с дисконтами */

/* блок вида "специальное предложение" */

.fcol .h4,
.fcol .h4 a {

}

.rightcol2 .help-list {
    width: 100%;
    font-size: 0;
}

.rightcol2 ul.help-list li {
    width: 50%;
    display: inline-block;
}

.promo-row {
    padding-top: 25px;
}

@media screen and (max-width: 1000px) {
    * {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        /*text-size-adjust: none;*/
    }

    .wrapper:before {
        height: 315px;
    }

    .wrapper:before {
        height: auto;
    }

    .mprodlist .prodtit {
        font-size: 32px;
        line-height: 38px;
    }

    .metro {
        border-radius: 24px;
        font-size: 20px;
        line-height: 24px;
        height: 24px;
        width: 24px;
        vertical-align: middle;
        margin-right: 8px;
    }

    .content-catalog .breadcrumbs {
        display: none;
    }

    .mgline {
        border-bottom: 1px solid #a5da98;
    }

    .page-closer {
        position: absolute;
        font-size: 45px;
        color: #50be14;
        right: 0;
        margin-right: 20px;
        top: 35px;
        font-weight: bold;
        text-decoration: none;
    }

    .detail .mgitem {
        padding-top: 15px;
    }

    .detail .mgline {
        padding-bottom: 5px;
    }

    .text-producer {
        font-style: italic;
        font-size: 20px;
        line-height: 24px;
    }

    /* .cart-items-mobile-block .cart-discount-text {
      margin-top: 0 !important;
    } */
    .mgitem {
        border-left: 0;
        border-right: 0;
    }

    .google-icon-close {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px;
        line-height: 32px;
        top: 30px !important;
        right: 30px !important;
        font-weight: normal;
    }

    .google-icon-close img {
        left: 24px !important;
        top: 0px !important;
    }

    .google-icon-close + img {
        right: 21px !important;
        top: 21px !important;
    }

    .gm-style .gm-style-iw {
        width: 480px !important;
        box-sizing: border-box;
    }

    .rightcol2 .help-list {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 1200px) {

}

/* added NightWriter 16.04.2017 */

@media screen and (max-width: 1000px) {

}
/* End */


/* Start:/local/templates/asna-new/css/integration-s.css?17522343258129*/
.title-search-empty {
    font-size: 32px;
    line-height: 38px;
    color: #080808;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.subtitle-search-empty {
    font-size: 24px;
    line-height: 32px;
    color: #080808;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.subtitle-search-empty span {
    color: #50be14;
}

.search-empty-2 .title-search-empty br {
    display: none;
}

.angular-ctrl-wrap {
    opacity: 0;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.angular-ctrl-is-ready {
    opacity: 1;
    display: block;
}

/* .noscroll .header{
    z-index: 1000;
}
 */

/* .cart-step-2.aalist .apteka.cart-step-2 .rounded-border{
    z-index: 97;
} */

/* .header.apteka-check-flag.header-apteka-check-wrap-nn.header-apteka-check-wrap-nn-cart-3 + .step-3-pharm-wrap .apteka-check-address{
    display: block;
} */

.js-banners-slider-big {
    position: absolute !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.init-banners-slider-big .slick-slider {
    position: relative !important;
    z-index: 1;
    opacity: 1;
}

.landing-action-banner-wrap-index {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {

}

.landing-action-banner-wrap-index {
    padding: 0 20px;
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.landing-action-banner-wrap-index .happy-hours-title {
    font-size: 98px;
}

.landing-action-banner-wrap-index .happy-hours-title {
    position: relative;
    z-index: 10;
}

/* .gitem-new{
    text-align: left
} */

.banner-incredible-prices-new-economy .happy-hours-title {
    font-size: 80px;
    position: relative;
    top: -12px;
}

.banner-incredible-prices-new-economy .happy-hours-title .break {
    display: none;
}

.banner-incredible-prices-new-economy .happy-hours-title span {
    font-size: 160px;
    position: relative;
    top: 35px;
}

.landing-action-banner-economy-hh .happy-hours-title {

    display: inline-block;
}

.wrapper {
    background: #ffffff;
}

.footer {
    background: #ffffff;
}

.f2 span.nomobile-phone {
    color: #080808;
}

@media only screen and (min-width: 1001px) {
    .hh-background .body-wrap .item-special-bg-left,
    .hh-background .body-wrap .item-special-bg-rigth {
        background: #9224c5;
        /* Old browsers */
        background: -moz-linear-gradient(top, #9224c5 0%, #bc4379 27%, #fabc29 62%, #fadf36 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #9224c5 0%, #bc4379 27%, #fabc29 62%, #fadf36 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #9224c5 0%, #bc4379 27%, #fabc29 62%, #fadf36 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9224c5', endColorstr='#fadf36', GradientType=0);
        /* IE6-9 */
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 1000px;
        height: auto;
        background-attachment: fixed;
        display: none;
    }

    .hh-background .body-wrap .item-special-bg-rigth {
        right: -999px;
    }

    .hh-background .body-wrap .item-special-bg-left {
        left: -999px;
    }

    .hh-background .body-wrap .item-special-bg-rigth:after,
    .hh-background .body-wrap .item-special-bg-left:after {
        content: '';
        background: url("/local/templates/asna-new/css/../img/asna_2017/sprite-hh.png");
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .hh-background.hh-background-not-h .body-wrap .item-special-bg-rigth:after,
    .hh-background.hh-background-not-h .body-wrap .item-special-bg-left:after {
        background: url("/local/templates/asna-new/css/../img/asna_2017/sprite-hh-not-h.png");
    }

    .hh-background .body-wrap:after,
    .hh-background .body-wrap:before {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .hh-background .body-wrap .item-special-bg-left,
    .hh-background .body-wrap .item-special-bg-rigth {
        display: block !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    .banner-incredible-prices-new-economy .happy-hours-title {
        font-size: 75px;
        top: -9px;
    }

    .banner-incredible-prices-new-economy .happy-hours-title span {
        font-size: 140px;
        top: 25px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1001px) {
    .banner-incredible-prices-new-economy .happy-hours-title {
        font-size: 65px;
        top: -4px;
    }

    .banner-incredible-prices-new-economy .happy-hours-title span {
        font-size: 105px;
        top: 20px;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1001px) {
    .landing-action-banner-wrap-index .happy-hours-title {
        font-size: 92px;
    }
}

@media screen and (min-width: 1417px) {
    body:before,
    body:after,
    .item-special-bg .body-wrap:before,
    .item-special-bg .body-wrap:after {
        display: none;
    }

    .body-wrap {
        max-width: 1400px;
        margin: 0 auto;
        padding-bottom: 120px;
        box-sizing: border-box;
        position: relative;
        min-height: 100%;
    }

    body {
        max-width: none;
        box-shadow: none;
        padding-bottom: 0;
        box-sizing: border-box;
        position: relative;
    }

    body:not(.overflowHidden) {
        height: auto;
        height: 100%;
    }

    .body-wrap:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 500px;
        width: calc(50vw - 700px);
        height: 100%;
        left: 100%;
    }

    .body-wrap:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 500px;
        width: calc(50vw - 700px);
        height: 100%;
        right: 100%;
    }
}

@media screen and (min-width: 1100px) {

}

@media screen and (min-width: 1440px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1370px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1280px) and (min-width: 1001px) {
    /* #search .inppad{
          width: 100% !important;
      } */
}

@media screen and (max-width: 1000px) {
    .landing-action-banner-wrap-index .happy-hours-title {
        font-size: 95px;
    }

    .happy-hours-step .action-step {
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 0 20px;
    }

    .action-steps-wrap {
        font-size: 0;
    }

    .search-empty-2 .title-search-empty br {
        display: block;
    }

    .search-empty-2 .title-search-empty {

        font-size: 39px;
    }

    .banner-incredible-prices-new-economy .happy-hours-title .break {
        display: block;
    }

    .banner-incredible-prices-new-economy .happy-hours-title {
        top: 0;
        padding-right: 90px;
    }

    .landing-action-banner-economy-hh .happy-hours-title {
        font-size: 60px;
    }

    /* .landing-apteka--hh .question-icon{
          display: none;
      } */
    .action-steps-wrap {
        margin-bottom: 0;
    }
}

/**/

.item-spec-prices .info-block > p {
    font-size: 20px;
    line-height: 24px;
}

.item-spec-prices .info-block > span {
    display: block;
    text-align: center;
}

.item-spec-prices.take-goods {
    width: 620px;
}

@media screen and (max-width: 1000px) {
    /* .header.apteka-check-flag .searchline{
          z-index: 1;
      } */
    .thist .head {
        padding: 12px 70px 12px 20px !important;
    }

    .item-spec-prices.take-goods {
        width: 600px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1151px) {

}

@media screen and (max-width: 1150px) and (min-width: 1001px) {

}
/* End */


/* Start:/local/templates/asna-new/css/newheader.css?17522343252501*/
.iconmenu li {
    width: 138px;
}

.icon-dropdown:before {
    color: #50be14;
}

@media screen and (min-width: 1001px) {

}

.noscroll {
    overflow: hidden;
    height: 100%;
}

.bx-ios .noscroll .body-wrap {
    overflow: hidden;
    max-height: 89vh;
}

.bx-ios .open-first-use.noscroll .body-wrap {
    max-height: 100vh;
}

/* .icon-lupa:before{
    content: '';
    background: url("/local/templates/asna-new/css/../img/asna_2017/lupa-2017.png") no-repeat;
    width: 21px;
    height: 21px;
    display: block;
} */

div.title-search-result {
    top: 49px;
    border-radius: 17px;
}

.icon-close.scc {
    top: 9px;
}

.popup .icon-close {
    font-size: 18px;
    line-height: 24px;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
}

.repeated-sms {
    margin-top: 10px;
}

.repeated-sms.hide,
.repeated-sms-limit.hide {
    display: none;
}

.repeated-sms-limit {
    display: inline-block;
    margin-top: 10px;
}

.icon-close.scc {
    right: 45px;
    z-index: 10;
}

.wrapper:before,
.iconmenu a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

@media only screen and (max-width: 1000px) {
    /*Асна 2017 mobile*/
    .wrapper:before {
        display: none;
    }

    .iconmenu li {
        width: 126px;
    }

    .fcol ul a,
    .fcontacts a {
        font-size: 16px;
        line-height: 24px;
    }

    div.title-search-result {
        top: 50px;
    }

    .icon-close.scc {
        top: 9px;
    }

    div.title-search-result {
        top: 63px;
    }

    .icon-close.scc {
        top: 14px;
    }

    .icon-close.scc {
        right: 140px;
    }

    /*end*/
}

@media screen and (max-width: 1280px) {

}

@media screen and (min-width: 1600px) {
    /*.apteka-check-flag #search .inppad{
          margin-left: -368px;
          width: 112%;
      }*/
    /*.wrapper.econom .header .mright .iconmenu {
          margin-left: 85px;
      }*/
}

@media only screen and (max-width: 640px) {

}

@media (orientation: landscape) and (max-width: 1000px) {
    /* #js-login-title br{
          display: none;
      } */
    /* .popup-height-auto{
          padding-bottom: 0;
      } */
}

@media screen and (max-width: 1000px) {

}

@media only screen and (max-width: 1024px) {

}

@media screen and (max-width: 1365px) {

}

@media screen and (max-width: 1279px) {
    .iconmenu li {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .iconmenu li {
        width: 115px;
    }
}

@media screen and (min-width: 1920px) {

}
/* End */


/* Start:/local/templates/asna-new/css/smoothness/jquery-ui.min.css?175223432530021*/
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url("/local/templates/asna-new/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("/local/templates/asna-new/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("/local/templates/asna-new/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("/local/templates/asna-new/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("/local/templates/asna-new/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("/local/templates/asna-new/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("/local/templates/asna-new/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_888888_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/asna-new/css/smoothness/images/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url("/local/templates/asna-new/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("/local/templates/asna-new/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/* End */


/* Start:/local/templates/asna-new/css/tooltipster.bundle.min.css?1752234325365*/
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
/* End */


/* Start:/local/templates/asna-new/css/redesign.css?175223432519765*/
/*header*/

.wrapper:before,
.iconmenu a {
    -webkit-transition: none;
    transition: none;
}

@-webkit-keyframes show_header {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

/* Standard syntax */

@keyframes show_header {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

header:after {
    display: none;
}

.pic-min-wrap .pic-min:last-child {
    /*display: none;*/
}

.essentiale-banner {
    background-color: #fff;
    border: 3px solid #c0f1da;
    border-radius: 10px;
    height: auto;
    margin-bottom: 25px;
    padding: 21px 18px 0;
}

.essentiale-text {
    font-size: 19.7px;
    color: #50be14;
    font-weight: 600;
    padding-bottom: 13px;
    margin-bottom: 0;
    border-bottom: 1px solid #C0F1DA;
}

@media only screen and (max-width: 1024px) and (min-width: 1000px) {

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

}

@media screen and (max-width: 1000px) {

}

/*catalog*/

@media screen and (max-width: 1100px) {

}

/*hh*/

.happy-hours-title-page {
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
    text-align: center;
    margin: 40px 0 30px;
}

.action-step-title {
    font-size: 20px;
    line-height: 24px;
    color: #50be14;
    text-align: center;
    margin: 20px 0 15px;
    font-weight: 600;
}

.action-step-text {
    margin-top: 0;
}

.happy-hours-button-pharms {
    margin: 45px 0 70px;
    text-align: center;
}

.happy-hours-button-pharms a {
    width: 330px;
    height: 45px;
    background: #50be14;
    border-radius: 20px;
    color: #ffffff;
    font-size: 0;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.happy-hours-button-pharms a:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 21px;
    background: url('/local/templates/asna-new/css/../img/asna_2017/place.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -2px;
}

.happy-hours-button-pharms a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
}

.svg .happy-hours-button-pharms a:before {
    background-image: url('/local/templates/asna-new/css/../img/asna_2017/place.svg');
}

.landing-action-banner-economy-hh-page {
    height: 220px;
    font-size: 0;
    padding: 0;
    margin-top: 0;
    text-align: center;
    background: #fadf37;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fadf37 0%, #fcc41f 27%, #e68938 63%, #a01db8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fadf37 0%, #fcc41f 27%, #e68938 63%, #a01db8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fadf37 0%, #fcc41f 27%, #e68938 63%, #a01db8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fadf37', endColorstr='#a01db8', GradientType=1);
    /* IE6-9 */
}

.landing-action-banner-economy-hh-page .happy-hours-title {
    font-size: 74px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}

.landing-action-banner-economy-hh-page .happy-hours-banner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 127px;
    height: 127px;
    background: url('/local/templates/asna-new/css/../img/redesign/clock.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
}

.svg .landing-action-banner-economy-hh-page .happy-hours-banner-icon {
    background-image: url('/local/templates/asna-new/css/../img/redesign/clock.svg');
}

@media screen and (max-width: 1000px) {
    .landing-action-banner-economy-hh-page {
        height: 260px;
        box-sizing: border-box;
        padding-top: 30px;
    }

    .landing-action-banner-economy-hh-page .happy-hours-title {
        font-size: 60px;
    }

    .landing-action-banner-economy-hh-page .happy-hours-banner-icon {
        display: block;
        margin: 0 auto 15px;
        width: 105px;
        height: 105px;
    }

    .action-step-title {
        font-size: 24px;
        line-height: 32px;
    }

    .action-step-text {
        font-size: 20px;
        line-height: 24px;
    }

    .happy-hours-button-pharms {
        margin: 35px 0 80px;
    }

    .happy-hours-button-pharms a {
        width: 310px;
        height: 50px;
        border-radius: 25px;
    }

    .happy-hours-button-pharms a:before {
        width: 23px;
        height: 31px;
    }

    .happy-hours-button-pharms a span {
        font-size: 24px;
        line-height: 32px;
    }

    .happy-hours-step .action-step {
        margin-bottom: 45px;
    }
}

/*cart*/

.pick-up-cart {
    text-align: left;
}

.pick-up-cart a {
    font-size: 12px;
    line-height: 18px;
    color: #50be14;
    text-decoration: underline;
}

.pick-up-cart a:hover {
    text-decoration: none;
}

/* .count-products-in-pharm-new-template .left-image{
    margin-left: 20px;
} */

.thist .head {
    padding: 5px 0 !important;
}

.popup.first-use {
    width: 500px;
    transform: translate3D(-50%, -50%, 0);
    border-radius: 10px;
    overflow: hidden;
    height: 470px;
}

#overlay {
    background: rgba(255, 255, 255, 0.9);
}

#regselect + #overlay {
    background: rgba(55, 55, 55, .8);
}

.first-use .icon-close:before {
    display: none !important;
}

.first-use .icon-close {
    display: block;
    width: 17px;
    height: 17px;
    background: url('/local/templates/asna-new/css/../img/redesign/x-white.png') no-repeat;
    background-size: 100% 100%;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.svg .first-use .icon-close {
    background-image: url('/local/templates/asna-new/css/../img/redesign/x-white.svg?v=1');
}

.banner-incredible-prices-redesign {
    margin: 0 0 20px;
    border-radius: 0;
    height: 220px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
}

.banner-incredible-prices-redesign:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}

.banner-incredible-prices-redesign-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
}

.banner-incredible-prices-redesign .banner-incredible-prices-title {
    font-size: 80px;
    display: inline-block;
    vertical-align: middle;
}

.banner-incredible-prices-new-economy .happy-hours-title span {

}

.banner-incredible-prices-redesign .banner-more {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 40px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.banner-incredible-prices-redesign .banner-more:hover {
    background: #ffffff;
    color: #50be14;
    border-color: #50be14;
}

.happy-hours-title span {
    color: #ffffff;
}

.banner-incredible-prices-redesign img {
    width: 235px;
    margin-top: 0;
}

.svg .banner-incredible-prices-redesign .png-img {
    display: none;
}

.svg .banner-incredible-prices-redesign .svg-img {
    display: block;
}

.banner-incredible-prices-redesign-economy {
    text-align: center;
}

.banner-incredible-prices-redesign-economy .banner-incredible-prices-redesign-icon {
    margin: 0;
}

.banner-incredible-prices-redesign-economy .banner-incredible-prices-redesign-icon img {
    width: 575px;
    margin: 0;
}

.economy-page-text {
    font-size: 20px;
    line-height: 24px;
    color: #50be14;
    text-align: center;
    font-weight: 600;
    margin: 45px 0 15px;
}

.catalog-first-use {
    width: 400px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 15px #50be14;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 100%;
    margin-top: 15px;
    padding: 15px 0 25px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    color: #50be14;
}

.catalog-first-use-pharmacy {
    color: #080808;
}

.catalog-first-use:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}

.catalog-first-use .icon-close:before {
    display: none;
}

.catalog-first-use .icon-close {
    background: url('/local/templates/asna-new/css/../img/redesign/x-green.png') no-repeat center center;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    padding: 10px !important;
}

.catalog-first-use-pharmacy br {
    display: block;
}

.svg .catalog-first-use .icon-close {
    background-image: url('/local/templates/asna-new/css/../img/redesign/x-green.svg');
}

/* .gitem-pharmacy > div,.gitem-pharmacy > span{
    display: inline-block !important;
    vertical-align: middle;
} */

/*special*/

.landing-action-banner-special-page {
    background: #9fdd12;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9fdd12 0%, #37bf93 62%, #24bbc1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9fdd12 0%, #37bf93 62%, #24bbc1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9fdd12 0%, #37bf93 62%, #24bbc1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fdd12', endColorstr='#24bbc1', GradientType=1);
    /* IE6-9 */
    height: 150px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 62px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-action-banner-special-page br {
    display: none;
}

.special-link-block {
    background: #50be14 url(/local/templates/asna-new/css/../img/redesign/percent-spec.png?2) no-repeat center center;
    padding: 30px 0;
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}

.special-link-block-index {
    margin: 0 0 40px;
}

.special-link-block ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 110px;
    text-align: left;
}

.special-link-block ul:first-child {
    margin-left: 0;
}

.special-link-block ul li {
    margin-top: 12px;
}

.special-link-block ul li:first-child {
    margin-top: 0;
}

.special-link-block a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 24px;
    line-height: 32px;
}

.special-link-block a:hover {
    text-decoration: none;
}

.opened-first-use {
    z-index: 10000000;
}

/* .inner-special{
    padding-bottom: 60px;
} */

.thist .item {
    padding: 0 20px 20px;
    margin-left: -20px;
    box-sizing: content-box;
    border: 2px solid #e1e1e1;
    box-shadow: 0 0 10px rgba(157, 157, 157, 0.3);
    border-radius: 10px;
    margin-bottom: 20px;
}

.item .retry {
    display: block;
    font-size: 0;
    text-align: right;
}

.rightcol-profile .item .retry {
    height: auto;
    padding-top: 20px;
}

.button-orders {
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    border: 2px solid #50be14;
    color: #50be14;
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
}

.button-orders.cancel {
    border-color: #ff4800;
    color: #ff4800;
}

.button-orders.control {
    background: #50be14;
    color: #ffffff;
    float: left;
}

.retry .button-orders {
    display: inline-block;
    margin: 0 0 0 20px;
}

.retry .button-orders.control {
    margin-left: 0;
}

.retry .button-orders.button-close {
    display: none;
}

.open .retry .button-orders.button-open {
    display: none;
}

.open .retry .button-orders.button-close {
    display: block;
}

.thist .head,
.thist .row {
    border: none;
}

.item.open,
.item:hover {
    background: none;
}

.detailst .hd {
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    background: #f1fae0;
    height: 33px;
}

.thist div.detailst {
    margin-top: 15px;
}

.thist .row {
    padding-bottom: 0;
}

.thist div.detailst.detailst-head {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.detailst.detailst-head .c1 {
    padding-left: 3%;
}

.active-orders-show-all,
.inactive-orders-show-all {
    display: block;
    margin: 40px 0;
    text-align: left;
}

.active-orders-show-all a,
.inactive-orders-show-all a {
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    padding: 0 30px;
    height: 28px;
    border: 2px solid #50be14;
    text-align: center;
    font-weight: 600;
    border-radius: 28px;
    margin: 0;
}

.active-orders-show-all a span,
.inactive-orders-show-all a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
}

.inactive-orders-show-all div.load-orders,
.active-orders-show-all div.load-orders {
    height: 40px;
    font-size: 14px;
    color: #000;
    line-height: 15;
    display: flex;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    font-style: normal;
    align-items: center;
    background: #efefef;
    justify-content: center;
}

.active-orders-show-all a span.icon-dropdown,
.inactive-orders-show-all a span.icon-dropdown {
    font-size: 8px;
    line-height: 12px;
    margin-left: 15px;
}

.thist h2 {
    color: #50be14;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C0F1DA;
}

.thist.old h2 {
    color: #acacac;
}

.thist.old .button-orders {
    color: #acacac !important;
    border-color: #acacac !important;
    background: transparent !important;
}

.thist .row .c3 {
    font-size: 14px;
    line-height: 18px;
}

.popup.edit-order-popup {
    border-radius: 10px;
    height: auto;
    padding: 30px 0 40px;
    margin: 0;
    transform: translate3D(-50%, -50%, 0);
}

.popup-orders-title {
    font-size: 24px;
    color: #080808;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.3;
}

.popup-orders-buttons {
    text-align: center;
    font-size: 0;
}

.popup-orders-buttons button {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 40px;
    border: 2px solid #50be14;
    color: #50be14;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background: none;
    border-radius: 40px;
    margin-left: 20px;
}

.popup-orders-buttons button:first-child {
    margin-left: 0;
}

.popup-orders-buttons button.popup-orders-button-yeah {
    background: #50be14;
    color: #ffffff;
}

.popup-orders-buttons button.popup-orders-button-cancel {
    background: #ff4800;
    border-color: #ff4800;
    color: #ffffff;
}

.take-goods {
    width: 520px;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 12px;
    padding: 35px 0;
}

.info-block {
    font-weight: 600;
    text-align: center;
}

.info-block > p {
    color: #50be14;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 25px 0;
}

.info-block > span {
    color: #080808;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.popup-btn {
    border: 2px solid #50be14;
    border-radius: 25px;
    font-size: 18px;
    line-height: 24px;
    width: 348px;
    height: 37px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.btn-cont {
    color: #50be14;
    background: transparent;
    margin: 20px 0;
}

.btn-buy {
    background: #50be14;
    color: #ffffff;
}

@media screen and (max-width: 1300px) {
    .take-goods {
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-block > span {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}


.catalog-item-articles .article:after {
    content: '';
    clear: both;
    display: block;
}

.catalog-item-articles .article .img {
    float: left;
    width: 180px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px 15px 0;
}

.catalog-item-articles .article .img a {
    display: block;
    height: 100%;
}

.catalog-item-articles .article .img img {
    text-align: center;
}

.catalog-item-articles .article .right {
    float: none;
    width: auto;
    overflow: hidden;
    margin: 0 0 15px;
}

.catalog-item-articles .article .right .title {
    display: block;
}

.catalog-item-articles .article .right .ndate {
    float: none;
}

.nodescktop .catalog-item-articles .article .img {
    float: none;
    width: 100%;
    margin: 0;
}

.content-catalog-detail.detail .rightcol.detail .style5 {
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 1001px) {

}

.opened-popup-special #overlay {
    z-index: 100;
}

/*alert*/

@media screen and (min-width: 1001px) {

}

.banners-wrap li a {
    overflow: visible;
}

.icon-close-available-first-use {
    font-size: 14px;
    line-height: 18px;
    color: #50be14;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000000;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    cursor: pointer;
    font-weight: 600;
}

.icon-close-available-first-use:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url('/local/templates/asna-new/css/../img/redesign/x-green.png');
    background-size: 100% 100%;
    margin-right: 20px;
}

.svg .icon-close-available-first-use:before {
    background-image: url('/local/templates/asna-new/css/../img/redesign/x-green.svg');
}

.login-checkbox-wrap {
    margin: 10px 0 10px;
}

#regselect.popup {
    border: none;
    box-shadow: 0 0 15px #50be14;
    z-index: 2099;
}

.banner-body-1.slick-slide .banner-block .banner-img {
    width: 43%;
    max-width: none;
    text-align: center;
}

.banner-body-1.slick-slide .banner-block .banner-img img {
    display: inline-block;
}

.thist .head .c4,
.thist .row .c4 {
    width: 48%;
}

.detailst .c1,
.thist .head .c1,
.thist .row .c1 {
    width: 15%;
}

.thist .head .c2,
.thist .row .c2,
.thist .head .c3,
.thist .row .c3 {
    width: 13%;
}

.c5.c5-order-num {
    padding-left: 0;
}

.pic-slider-wrap img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

/*body.wpopup{
    overflow: hidden;
}*/

#map {
    pointer-events: all !important;
}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 1024px) and (min-width: 1001px) {

}

@media screen and (min-width: 1001px) {
    .to-up-button {
        position: fixed;
        bottom: 50px;
        right: 20px;
        background: #50be14;
        border-radius: 100%;
        border: 2px solid #50be14;
        cursor: pointer;
        font-size: 0;
        width: 50px;
        height: 50px;
        z-index: 1000;
        transition: 0.3s all;
        display: none;
        opacity: 0.4;
    }

    .to-up-button:before,
    .to-up-button:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        background: url('/local/templates/asna-new/css/../img/redesign-5/up-scroll-arrow.png') no-repeat;
        background-size: 100% 200%;
        width: 32px;
        height: 18px;
        transition: 0.3s all;
    }

    .svg .to-up-button:before,
    .svg .to-up-button:after {
        background-image: url('/local/templates/asna-new/css/../img/redesign-5/up-scroll-arrow.svg');
    }

    .to-up-button:after {
        opacity: 0;
        background-position: 0 100%;
    }

    .to-up-button:hover {
        background: #ffffff;
    }

    .to-up-button:hover:before {
        opacity: 0;
    }

    .to-up-button:hover:after {
        opacity: 1;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1600px) {

}

@media screen and (min-width: 1471px) {

}

/* End */


/* Start:/local/templates/asna-new/css/redesign-media.css?175223432516332*/
@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1024px) and (min-width: 1001px) {

}

@media screen and (max-width: 1180px) and (min-width: 1001px) {
    .banner-incredible-prices-redesign {
        padding-left: 40px;
    }

    .banner-incredible-prices-redesign-icon {
        margin-right: 50px;
    }

    .banner-incredible-prices-redesign .banner-incredible-prices-title {
        font-size: 54px;
    }
}

@media screen and (max-width: 1000px) {
    .thist .item .c2 {
        padding-left: 0;
    }

    /*.thist .item .c4 .question-icon {
          display: none;
      }*/
    .thist .item .c4 {
        text-align: left;
    }

    .thist .item .c1 {
        width: 23.5%;
    }

    .rightcol-profile .infos2 {
        overflow: hidden;
    }

    /* .content-cart-mobile .cart-step-3 .gsrow .cart-items-mobile-block {
          display: flex;
          align-items: center;
          justify-content: space-between;
      } */
    .login-checkbox-wrap {
        width: 63%;
    }

    .essentiale-banner .star-rating-control {
        width: auto;
    }

    .essentiale-banner {
        box-shadow: 0 0 10px rgba(80, 190, 20, 0.6);
        margin: 20px 30px 30px;
        padding: 30px 20px;
    }

    .essentiale-banner .product__additional-block {
        width: 65%;
    }

    .essentiale-banner .product__price b,
    .essentiale-banner .product__price span {
        font-size: 34px;
    }

    .essentiale-text {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 30px;
        margin-bottom: 28px;
    }

    .rightcol.detail .essentiale-banner .product {
        padding: 20px 0 0;
    }

    .essentiale-banner .product__image {
        width: 115px;
    }

    #pager2 {
        bottom: inherit;
        top: 60%;
    }

    .photo-wrap {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }

    .photo-wrap #pager2 {
        bottom: 35px;
        top: auto;
    }

    .icon-close-pic:before {
        width: 35px !important;
        height: 35px !important;
        margin-top: 20px;
        margin-right: 20px;
        background: url('/local/templates/asna-new/css/../img/redesign/x-grey.png') !important;
    }

    .pic-popup-wrap .caroufredsel_wrapper {
        margin: 0 !important;
        padding: 50px;
        max-height: 700px;
        height: 620px !important;
        position: absolute;
        box-sizing: border-box;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .pic-slider-wrap {
        max-height: 100%;
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    .pic-popup-wrap .caroufredsel_wrapper .slide {
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pic-popup {
        height: 100%;
        background: #ffffff;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    #pager2 a {
        width: 16px;
        height: 16px;
    }

    .pic-slide-next,
    .pic-slide-prev {
        display: none;
    }

    .item.open .hd.mobileonly {
        display: table-row !important;
        font-size: 16px;
        line-height: 24px;
        height: 47px;
    }

    .item.open .hd.mobileonly .c1 {
        padding-left: 46px;
    }

    .item.open .hd.mobileonly .c3 {
        text-align: left;
    }

    .item.open .hd.mobileonly .c2,
    .item.open .hd.mobileonly .c3 {
        width: 22%;
        font-size: 16px;
        line-height: 24px;
    }

    .item.open .hd.mobileonly .c3 {
        width: 23%;
        white-space: nowrap;
    }

    .item.open .detailst .quantity-mobile {
        font-size: 24px;
        line-height: 32px;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    .item.open .detailst {
        padding-right: 0;
    }

    .thist div.detailst.detailst-head {
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-top: 25px;
    }

    .rightcol-profile .detailst .dr .c1 {
        width: 40%;
        display: table-cell;
    }

    .detailst-items-mobile {
        display: table-cell !important;
        width: 15%;
        border-bottom: 1px solid #C0F1DA !important;
    }

    .rightcol-profile .thist .item.open {
        border: 2px solid #e1e1e1;
    }

    .infos {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .adtcp {
        margin-top: 30px;
    }

    /* .menu-profile-enter a:not(:nth-child(2)){
          display: none;
      } */
    .banner-incredible-prices-redesign {
        height: 255px;
        padding: 30px;
    }

    .banner-incredible-prices-redesign:before {
        display: none;
    }

    .banner-incredible-prices-redesign .banner-incredible-prices-title {
        font-size: 48px !important;
    }

    .banner-incredible-prices-redesign img {
        position: static;
        width: 210px;
        display: inline-block;
        height: auto;
        margin-top: 45px;
    }

    .banner-incredible-prices-redesign-economy:before {
        display: inline-block;
    }

    .banner-incredible-prices-redesign-economy .banner-incredible-prices-redesign-icon img {
        width: 535px;
        margin: 0;
    }

    .economy-page-text {
        font-size: 24px;
        line-height: 32px;
        padding-top: 20px;
        border-top: 1px solid #a0da8b;
        margin: 50px 0 30px;
    }

    .mprodlist.col1.mobileonly {
        background: none;
    }

    .landing-action-banner-special-page {
        height: auto;
        padding: 25px 0;
    }

    .landing-action-banner-special-page br {
        display: block;
    }

    .special-link-block {
        padding: 30px 55px 40px;
    }

    .special-link-block ul {
        display: inline;
        margin-left: 0;
    }

    .special-link-block ul li {
        display: inline-block;
        width: 50%;
        margin-top: 20px;
    }

    .special-link-block ul li:first-child {
        margin-top: 20px;
    }

    .special-link-block ul:first-child {
        margin: 0;
    }

    .thist .item {
        width: auto;
        padding: 0 0 20px;
        border-bottom: none;
        border: none;
        margin: 0 10px 20px;
        box-shadow: 0 0 20px rgba(80, 190, 20, 0.6);
    }

    .thist .item:after {
        display: none;
    }

    .thist h2 {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 35px;
    }

    .active-orders-show-all,
    .inactive-orders-show-all {
        display: none;
    }

    .rightcol-profile .item .retry {
        padding: 20px 20px 0;
        width: auto;
    }

    .retry .button-orders {
        width: 210px;
        height: 45px;
        /**/
        text-align: center;
        margin: 20px 0 0;
        float: none;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
        border-width: 3px;
    }

    .retry .button-orders:first-child {
        margin-top: 0;
    }

    .thist .retry-part {
        display: inline-block;
        width: 50%;
        vertical-align: bottom;
    }

    .retry-part.retry-left {
        text-align: left;
    }

    .retry-part.retry-right {
        text-align: right;
    }

    .thist .head div {
        vertical-align: top;
        padding-right: 0;
    }

    .thist .head .c4,
    .thist .row .c4 {
        padding-right: 20px;
        padding-left: 0;
        /*width: 40%;*/
        width: 50%;
    }

    .detailst .c1,
    .thist .head .c1,
    .thist .row .c1 {
        width: 30%;
    }

    .thist .head .c2,
    .thist .row .c2,
    .thist .head .c3,
    .thist .row .c3 {
        width: 26.5%;
    }

    .thist .item .c2 {
        font-size: 32px;
        line-height: 38px;
    }

    .thist .row {
        padding-right: 0;
    }

    .thist .head div.c1 {
        padding-left: 30px;
    }

    .rightcol-profile .thist .head {
        border-top: 0;
        border-bottom: 0;
    }

    .thist .head {
        color: #878787;
    }

    .take-goods {
        width: 500px;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-block > span {
        font-size: 24px;
        line-height: 32px;
    }

    .popup-btn {
        height: 48px;
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }

    .catalog-first-use {
        width: 600px;
        left: 0;
        margin-left: 0;
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }

    .catalog-first-use:before {
        left: 15%;
    }

    .catalog-first-use.catalog-first-use-pharmacy {
        width: 600px;
        left: 50%;
        margin-left: -300px;
        text-align: center;
        padding: 20px 0;
    }

    .catalog-first-use.catalog-first-use-pharmacy:before {
        left: 50%;
        margin-left: -10px;
    }

    .catalog-first-use {
        padding-left: 130px;
        box-sizing: border-box;
    }

    .rightcol.detail .product {
        padding: 0 20px;
    }

    .infos {
        display: block;
    }

    .star-form {
        display: inline-block;
        vertical-align: middle;
    }

    .prod-star-text {
        color: #D5D5D6;
    }

    .detail .js-scroll-to-reviews {
        padding-top: 5px;
        vertical-align: middle;
        font-weight: normal;
    }

    .content-catalog-detail.detail .rightcol.detail .prod-star-wrap .prod-star-text {
        margin-left: 0;
    }

    .content-catalog-detail.detail .leftcol.leftcol-catalog-item .pic {
        display: inline-block !important;
        vertical-align: middle;
    }

    .content-catalog-detail.detail .leftcol.leftcol-catalog-item .pic {
        vertical-align: top;
    }

    .content-catalog-detail.detail .leftcol .pic {
        /*width: 180px;*/
        width: 33.5%;
        box-sizing: border-box;
        padding-right: 15px;
    }

    .content-catalog-detail.detail .leftcol .pic img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        display: block;
    }

    .page-closer {
        z-index: 2;
    }

    .content-catalog-detail.detail .leftcol {
        width: auto;
        margin: 0 30px;
    }

    .leftcol-catalog-item .like-prod-slide-prod {
        width: 45px;
        height: 41px;
    }

    .page-closer {
        margin-right: 30px;
    }

    /* .svg .icon-menu:before{
          width: 60px;
          height: 38px;
          background: url('/local/templates/asna-new/css/../img/redesign/header/ae1.svg');
          background-size: 100% 100%;
      } */
    /*.content-catalog-detail.detail .item-price-button-wrap{
          padding-top: 0;
      }*/
    .popup.first-use {
        height: 490px;
    }

    .content,
    .wrapper > .ng-scope,
    .inner-special {
        margin-top: 30px;
    }

    .content > .ng-scope {
        margin-top: 0;
    }

    .content-catalog-detail {
        margin-top: 0;
    }

    /* #popcart.cart-popup-pharmacy{
          width: 600px;
      } */
    .page-closer {
        font-size: 32px;
        line-height: 38px;
        margin-right: 31px;
    }

    .param,
    .param-text {
        display: inline;
    }

    .infos2 .param {
        display: inline-block;
    }

    .param-text {
        padding-left: 10px;
    }

    .content-catalog-detail.detail .rightcol.detail .style5 {
        font-size: 20px;
        line-height: 24px;
    }

    .banner-incredible-prices-new-economy .happy-hours-title {
        padding-right: 0;
        width: 54%;
        top: -15px;
        float: right;
        margin-bottom: 20px;
    }

    .banner-incredible-prices-new-economy .happy-hours-title .break {
        display: none;
    }

    .banner-incredible-prices-redesign .banner-more {
        font-size: 24px;
        line-height: 32px;
        border-radius: 40px;
    }

    .icon-close-available-first-use {
        font-size: 18px;
        line-height: 24px;
        white-space: nowrap;
    }

    .icon-close-available-first-use:before {
        margin-top: -10px;
    }

    .catalog-first-use-pharmacy br:nth-child(3) {
        display: none;
    }

    .to-up-button {
        display: none;
        color: #080808;
        text-decoration: none;
        font-size: 0;
        background: #ffffff;
        width: 40%;
        height: 40px;
        border-radius: 50px;
        text-align: center;
        position: fixed;
        top: 130px;
        left: 50%;
        transform: translate3D(-50%, 0, 0);
        z-index: 9999;
        box-shadow: 0 0 12px rgba(80, 190, 20, 0.4);
        cursor: pointer;
    }

    body.addedOffer .to-up-button {
        z-index: 999;
    }

    body.fixed.menu-opened .to-up-button {
        display: none !important;
    }

    .wpopup .to-up-button {
        z-index: 999;
    }

    .to-up-button:before,
    .to-up-button span {
        display: inline-block;
        vertical-align: middle;
    }

    .to-up-button:before {
        content: '';
        width: 14px;
        height: 17px;
        background: url('/local/templates/asna-new/css/../img/redesign/up.png') no-repeat;
        background-size: 100% 100%;
    }

    .svg .to-up-button:before {
        background-image: url('/local/templates/asna-new/css/../img/redesign/up.svg');
    }

    .to-up-button span {
        font-size: 18px;
        line-height: 24px;
        margin-left: 10px;
    }

    /* .rounded-border-back{
          width: 100%;
          height: 100%;
          position: fixed;
          left: 0;
          top: 0;
          z-index: 100;
          display: none;
          background: rgba(255,255,255,0.5);
      } */
    .login-checkbox-wrap {
        margin: 10px auto;
    }

    .fcol .h4,
    .fcol .h4 a {
        font-size: 24px;
        line-height: 32px;
    }

    .fcol ul a,
    .fcontacts a {
        font-size: 20px;
        line-height: 24px;
    }

    .fcol .fsocial {
        padding-top: 10px;
    }

    .f1 .fcol .fsocial_title {
        font-size: 24px;
        line-height: 32px;
    }

    .f1 .fcol .fsocial_link {
        width: 60px;
        margin-right: 20px;
    }

    .fcol .f_ya_widget {
        margin: 0 0 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .fcol .f_ya_widget_link {
        width: 132px;
    }

    .footer .f2 {
        padding-bottom: 25px;
    }

    .thist .head {
        padding-bottom: 20px !important;
    }

    .thist h2 {
        padding-top: 35px;
        border-top: 1px solid #a7de89;
        border-bottom: 1px solid #a7de89;
    }

    .content-pharmacy .txtaddr .infos li {
        font-size: 20px;
        line-height: 24px;
    }

    .content-pharmacy .benefits {
        border-top: 1px solid #a7de89;
        border-bottom: 1px solid #a7de89;
        padding: 30px 0;
    }

    .rightcol-profile .thist .item {
        border-bottom: none;
    }

    .thist .row .c4 {
        position: relative;
        font-size: 18px;
        line-height: 24px;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    /*2 колонки на мобиле (наличие)*/
    /*TEST*/
    .wrapper {
        overflow: visible;
    }

    /*TEST*/
    .wrapper.wrapper-asna .mprodlist .mgitem .mgline {
        box-sizing: border-box;
    }

    .first-use .icon-close {
        background-size: 17px 17px;
        background-position: center center;
        padding: 20px;
        right: 0;
        top: 0;
    }

    #regselect.popup .icon-close {
        padding: 20px;
        right: 0;
        top: 0;
    }

    body.wpopup {
        max-height: 100%;
    }

    html {
        height: 100%;
        min-height: 100%;
    }

    .contact-wrapper {
        padding: 0 28px;
    }
}

@media screen and (max-width: 640px) {

}

@media (max-width: 1000px) and (max-aspect-ratio: 1/1) {

    .to-up-button span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1000px) and (min-aspect-ratio: 16/9) {
    .to-up-button {
        width: 210px;
        height: 30px;
    }

    .to-up-button span {
        font-size: 12px;
        line-height: 18px;
        margin-left: 8px;
    }

    .to-up-button:before {
        width: 10px;
        height: 12px;
    }
}

@media screen and (max-width: 1000px) and (max-aspect-ratio: 16/9) {

    .to-up-button span {
        font-size: 18px;
        line-height: 24px;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/redesign-final.css?17522343253931*/
/*------------banner------------*/

.banner-wrapper {
    display: block;
    width: 100%;
    height: auto;
}

.banner-link {
    text-decoration: none;
}

.banner-wrapper .banner-main {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 220px;
    background: #54c014 url("/local/templates/asna-new/css/../img/redesign/banner-bg.jpg") no-repeat center top/cover;
}

.banner-wrapper .banner-text {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    width: 685px;
    padding: 0;
    margin: 0;
}

.banner-wrapper .banner-more {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 40px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: 60px;
}

.banner-wrapper .banner-more:hover {
    background: #ffffff;
    color: #50be14;
    border-color: #50be14;
}

/*-----------/banner------------*/

/*------------footer------------*/

.body-wrap {
    padding-bottom: 0;
}

.footer {
    background: #f8f8f8;
    width: 100%;
    display: block;
    box-sizing: content-box;
    height: auto;
    padding-bottom: 50px;
    position: relative;
}

.body-wrap .footer {
    bottom: auto !important;
}

.f1 {
    border-top: none;
    clear: none;
    margin: 0 auto;
    padding-bottom: 15px;
}

.f2 {
    margin: 0 30px;
    border-top-color: #eaeaea;
}

.f2 span {
    color: #2b2b2b;
}

.fcol {
    padding-bottom: 0;
    margin-right: 0px;
}

.finner {
    margin: 0;
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.f1 .h4 a,
.h4 {
    color: #2b2b2b;
}

.fcol a {
    color: #777777;
}

.footer .phem a {
    color: #2b2b2b;
}

.fcontacts span {
    width: 38px;
}

.fcontacts .fcontacts_support {
    width: auto;
}

.fcol .fsocial {
    font-size: 0;
}

.fcol .fsocial_title {
    font-size: 14px;
    line-height: 18px;
    height: auto;
}

.fcol .fsocial_link {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 10px;
}

.fcol .fsocial_link img {
    width: 100%;
}

.f_ya_widget {
    margin-top: 10px;
}

.f_ya_widget_link {
    width: 88px;
    display: block;
}

.f_ya_widget_link img {
    width: 100%;
    display: block;
}

/*-----------/footer------------*/

/*------------popup-first-use------------*/

.popup.first-use {
    width: 500px;
    height: 440px;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 2199;
}

.svg .first-use .icon-close {
    background: url(/local/templates/asna-new/css/../img/redesign/X-standard.png) no-repeat center center/contain;
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.first-use .first-look {
    display: block;
    text-align: center;
    padding: 30px 57px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    color: #080808;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.first-use .title {
    color: #50be14;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 30px 0;
    padding: 0 10px;
}

.first-use .btn-next {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background: #50be14;
    border: none;
    border-radius: 25px;
    text-align: center;
    width: 270px;
    height: 45px;
    outline: none;
    cursor: pointer;
}

.first-look p {
    margin-bottom: 40px;
}

.first-look p span {
    color: #50be14;
    display: inline;
}

/*-----------/popup-first-use------------*/

/* End */


/* Start:/local/templates/asna-new/css/redesign-final-media.css?17522343255564*/
/*------------banner------------*/

@media screen and (max-width: 1000px) {
    /*.banner-wrapper .banner-main{*/
    /*display: inline-flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*height: 220px;*/
    /*}*/
    /*.banner-wrapper .banner-logo{}*/
    /*.banner-wrapper .banner-text{*/
    /*color: #ffffff;*/
    /*font-size: 48px;*/
    /*font-weight: 600;*/
    /*width: 685px;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /**/
    /*}*/
}

/*-----------/banner------------*/

/*------------catalog------------*/

@media screen and (max-width: 1919px) {

}

@media screen and (max-width: 1599px) {

}

@media screen and (max-width: 1299px) and (min-width: 1001px) {

}

@media screen and (max-width: 1000px) {
    /*.submenu.catalog{*/
    /*width: 100%!important;*/
    /*min-height: 100%!important;*/
    /*background: rgba(255, 255, 255, 0.91) !important;*/
    /*box-shadow: none!important;*/
    /*padding: 60px 30px 30px 30px!important;*/
    /*border-radius: 0px;*/
    /*box-sizing: border-box;*/
    /*position: absolute;*/
    /*top: 0!important;*/
    /*left: 0!important;*/
    /*}*/
    /*.submenu.catalog:after{*/
    /*content: "";*/
    /*background: rgba(255, 255, 255, 0.91) !important;*/
    /*width: 100%!important;*/
    /*height: 100%!important;*/
    /*display: none;*/
    /*position: absolute;*/
    /*}*/
    /*.submenu.catalog:before{*/
    /*display: none;*/
    /*}*/
    /*.catalog-title{*/
    /*display: none!important;*/
    /*}*/
    /*.submenu .icon-close{*/
    /*color: #D5D5D6!important;*/
    /*font-size: 20px;*/
    /*}*/
    /*.header .submenu.catalog .catalog-menu{*/
    /*border-top: 1px solid #D5D5D6;*/
    /*padding: 10px 0 0 0!important;*/
    /*margin: 0!important;*/
    /*position: relative;*/
    /*top: 0;*/
    /*left: 0;*/
    /*min-height: 100%!important;*/
    /*overflow: auto!important;*/
    /*}*/
    /*.header .submenu.catalog .catalog-menu li{*/
    /*margin: 0!important;*/
    /*}*/
    /*.submenu.catalog a{*/
    /**/
    /*text-transform: initial!important;*/
    /*}*/
    /*.catalog-menu li a{*/
    /*font-size: 16px!important;*/
    /*color: #2b2b2b;*/
    /*}*/
    /*.catalog-menu li a:hover{*/
    /*color: #50be14!important;*/
    /*background: transparent;*/
    /*}*/
    /*.header .submenu.catalog .catalog-link-container{*/
    /*margin: 0px!important;*/
    /*width: 99%;*/
    /*position: absolute;*/
    /*min-height: 83%!important;*/
    /*background: rgba(255, 255, 255, 0.99) !important;*/
    /*top: 107px;*/
    /*left: 0!important;*/
    /*transform: translate(0, -0%);*/
    /*border: solid 1px #D5D5D6;*/
    /*padding-left: 5px;*/
    /*}*/
    /*.catalog-link-mobile-title{*/
    /*color: #2b2b2b;*/
    /*padding-left: 0px;*/
    /*}*/
    /*.submenu.catalog .catalog-link-container a:hover{*/
    /*background: transparent;*/
    /*color: #50be14!important;*/
    /*}*/
    /*.header .submenu.catalog .catalog-link-container a{*/
    /**/
    /*font-size: 20px!important;*/
    /*width: 100%;*/
    /*clear: none;*/
    /*float: none;*/
    /*margin-top: 10px;*/
    /*}*/
    /*.header .submenu.catalog a{*/
    /*color: #2b2b2b;*/
    /*padding: 0px;*/
    /**/
    /*font-size: 24px!important;*/
    /*}*/
    /*.back-to-list-icon,*/
    /*.back-to-list-text{*/
    /*color: #2b2b2b;*/
    /*}*/
    /*.back-to-list-icon:after{*/
    /*content: "\e90a"!important;*/
    /*transform: rotate(90deg) translateX(12px) translateY(-15px)!important;*/
    /*display: block!important;*/
    /*font-size: 15px!important;*/
    /*font-weight: normal!important;*/
    /*width: 0!important;*/
    /*height: 0!important;*/
    /*background: transparent!important;*/
    /*}*/
    /*.catalog-menu li a.active-root{*/
    /*color: #50be14;*/
    /*}*/
}

/*-----------/catalog------------*/

/*------------footer------------*/

@media screen and (max-width: 1000px) {
    .footer {
        border-top: none;
    }

    .finner {
        display: block;
    }

    .fcol.last,
    .finner .fcol:last-child {
        margin-bottom: 40px;
    }

    .footer .f2 {
        border-top-color: #eaeaea;
        margin: 0;
    }

    .fcontacts span {
        width: auto;
    }
}

/*-----------/footer------------*/

/*------------popup-first-use------------*/

@media screen and (max-width: 1001px) {
    .popup.first-use {
        width: 90%;
        min-height: 570px;
        height: auto;
        left: 50%;
        top: 20%;
        -webkit-transform: translate(-50%, -20%);
        -moz-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
        -o-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
    }

    .svg .first-use .icon-close {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }

    .first-use .first-look {
        padding: 50px 70px;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .first-use .asna-logo {
        width: 250px;
        height: auto;
    }

    .first-use .title {
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        margin: 30px 0;
        padding: 0 12px;
    }

    .first-use .btn-next {
        font-size: 24px;
        line-height: 32px;
        width: 400px;
        height: 50px;
    }

    .first-look p {
        margin-bottom: 40px;
        padding: 0 40px;
    }
}

/*-----------/popup-first-use------------*/
/* End */


/* Start:/local/templates/asna-new/css/common.css?1752234325139111*/
.section-main {
    font-size: 0;
}

.section-main__sidebar-left {
    width: 21%;
    display: inline-block;
    vertical-align: top;
}

.section-main__content {
    margin-left: 4%;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.section-main__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin: 20px 0;
    color: #080808;
}

.section-main__title span {
    display: none;
}

.section-main__title.section-main__title-analogs {
    color: #30be14;
}

.section-main__title.section-main__title-analogs .analog_subtitle {
    color: #2b2b2b;
    display: block;
}

.section-main__content-line-top {
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}

.section-main__content-line-top:after {
    content: '';
    display: block;
    clear: both;
}

.section-main__content-full {
    width: 100%;
    margin-left: 0;
}


/*popup new. begin*/

.popup-new {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 0 30px;
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
    z-index: 101;
    overflow: auto;
}

.popup-new.popup-enter-phone,
.alert.popup-new {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #ffffff;
    border-radius: 5px;
    padding: 65px 32px 60px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    z-index: 101;
    overflow: auto;
    box-sizing: border-box;
}

.popup-new .icon-close {
    text-decoration: none;
    color: #50be14;
    position: absolute;
    right: 15px;
    top: 35px;
    z-index: 9;
}

.popup-enter-phone.popup-new .icon-close,
.alert.popup-new .icon-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #080808;
    filter: brightness(0);
}

.popup-new .icon-close:before {
    content: '';
    background: url(/local/templates/asna-new/css/../img/close-catalog-menu-green.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    transform: none;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
}

.popup-new__title {
    color: #50be14;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.popup-new__text {
    color: #080808;
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0;
    font-weight: 700;
}

.popup-new__button {
    margin-top: 15px;
    text-align: center;
}

.popup-new__button a {
    padding: 5px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    background: #50be14;
    border: 2px solid #50be14;
    transition: 0.3s all;
    font-weight: 700;
    border-radius: 10px;
}

.popup-new__button a:hover {
    background: transparent;
    color: #50be14;
}

.popup-new-two {
    z-index: 1001;
}

.popup-pharm-info {
    width: 810px;
    text-align: left;
    overflow: hidden;
    padding-bottom: 0;
}

.popup-pharm-info__part {
    padding: 20px 30px;
    border-top: 1px solid #C0F1DA;
}

.popup-pharm-info__part.first {
    padding-top: 0;
    border-top: 0;
}

.popup-pharm-info__name {
    font-size: 32px;
    line-height: 38px;
    color: #50be14;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
    display: flex;
}

.popup-pharm-info__name-title {
    max-width: 75%;
}

.popup-pharm-info__subway {
    font-size: 0;
    margin: 15px 0;
}

.popup-pharm-info__subway i {
    width: 20px;
    height: 20px;
    background-color: #080808;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
}

.popup-pharm-info__subway i,
.popup-pharm-info__subway span {
    display: inline-block;
    vertical-align: middle;
}

.popup-pharm-info__subway span {
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    font-weight: 700;
    margin: 3px 0 0 7px;
}

.rightcol2 .popup-pharm-info ul {
    margin-left: 0;
}

.rightcol2 .popup-pharm-info ul li {
    list-style: none;
}

.popup-pharm-info__contacts:first-child {
    margin-top: 0;
}

.popup-pharm-info__contacts li {
    margin-top: 6px;
}

.popup-map-new .popup-pharm-info__contacts li {
    margin-top: 0;
}

.popup-pharm-info__contacts li div {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    color: #080808;
    font-weight: 700;
}

.popup-pharm-info__contacts li div:first-child {
    width: 140px;
    color: #878787;
}

.popup-pharm-info__contacts li a {
    color: #080808;
    text-decoration: none;
}

.popup-pharm-info_work_hours {
    margin: 5px 0 0;
}

.popup-pharm-info__delivery {
    margin: 5px 0 0;
}

.popup-pharm-info__contacts li a {
    color: #080808;
    text-decoration: none;
}

.popup-pharm-info_work_hours:first-child {
    margin-top: 0;
}

.popup-pharm-info__icons {
    font-size: 0;
    margin-top: -10px;
}

.popup-pharm-info__icons li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 10px;
}

.popup-pharm-info__icons li:before {
    content: '';
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.popup-pharm-info__icons__ae:before {
    background: url('/local/templates/asna-new/img/redesign-5/icons-shares-mini.svg?v=1') no-repeat;
    background-size: 100% 200%;
    background-position: 0 100%;
}

.popup-pharm-info__icons__hh:before {
    background: url('/local/templates/asna-new/img/redesign-5/icons-shares-mini.svg?v=1') no-repeat;
    background-size: 100% 200%;
}

.popup-pharm-info__icons__ft:before {
    background: url('/local/templates/asna-new/img/redesign-5/full-time.svg?v=1') no-repeat;
    background-size: 100% 100%;
}

.popup-pharm-info__icons li span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #50be14;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.popup-pharm-info__icons li.popup-pharm-info__icons__hh span {
    color: #ae57c4;
}

.popup-pharm-info__map {
    height: 300px;
}

.popup-pharm-subway {
    padding: 0;
    width: 860px;
}

.popup-pharm-subway .icon-close {
    z-index: 100;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #50be14;
    border-radius: 100%;
    background: #ffffff;
    right: 18px;
}

.popup-pharm-subway__wrap__control {
    position: absolute;
    right: 10px;
    top: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px #50be14;
    border-radius: 40px;
    padding: 10px;
    z-index: 100;
}

.popup-pharm-subway__wrap__control a {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
}

.popup-pharm-subway__wrap__control a:first-child {
    margin-top: 0;
}

.popup-pharm-subway__wrap .st40 {
    fill: #a1a1a1;
    pointer-events: none;
}

.popup-pharm-subway__wrap .metro-act-text {
    fill: #080808;
    pointer-events: auto;
    cursor: pointer;
}

.popup-pharm-subway__wrap .metro-act-text:hover {
    fill: #50be14;
}

.popup-pharm-subway__wrap .metro-act-point {
    fill: #50be14;
    stroke: #fff;
    stroke-width: 4px;
    r: 14;
    pointer-events: auto;
    cursor: pointer;
}

.popup-pharm-subway__wrap svg {
    outline: none;
}

.popup-pharm-subway__wrap circle {
    pointer-events: auto;
}

.popup-pharm-subway__wrap path,
.popup-pharm-subway__wrap circle,
.popup-pharm-subway__wrap text {
    opacity: 1;
}

.popup-pharm-subway__wrap path {
    cursor: pointer;
}

.popup-pharm-map {
    padding: 0;
    width: 860px;
}

.popup-pharm-map__map {
    height: 600px;
}

.popup-pharm-map .icon-close {
    z-index: 100;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #50be14;
    border-radius: 100%;
    background: #ffffff;
    top: 10px;
}


/*popup new. end*/

.info-message {
    position: relative;
    display: inline-block;
    top: -3.6px;
}

.info-message > a {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('/local/templates/asna-new/img/redesign-5/icon-info.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    transition: 0.2s all;
}

.svg .info-message > a {
    background-image: url('/local/templates/asna-new/img/redesign-5/icon-info.svg');
}

.info-message > a:hover {
    opacity: 10;
}

.inner-special {
    overflow: hidden;
}

@media screen and (min-width: 1001px) {
    .likely {
        display: block;
        margin-bottom: 30px;
    }

    .info-message:hover .info-message__popup {
        display: block;
    }
}

.info-message__popup {
    display: none;
    position: absolute;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
    z-index: 99;
    text-align: left;
}

.info-message__popup-info-pharm {
    width: 350px;
    left: -30px;
}

.info-message.inversed .info-message__popup-info-pharm {
    bottom: 100%;
    margin: 0 0 10px;
}

.content-profile .info-message__popup-info-pharm {
    right: -30px;
    left: auto;
}

.info-message__popup-info-pharm .popup-pharm-info__contacts li div {
    font-size: 12px;
    line-height: 18px;
    max-width: calc(100% - 65px);
}

.info-message__popup-info-pharm .popup-pharm-info__contacts li div:first-child {
    width: 65px;
    max-width: none;
}

.info-message__popup-info-pharm .pharmacie-row__title {
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0;
}

.info-message__popup-info-pharm .pharmacie-row__name {
    font-size: 14px;
    line-height: 18px;
    color: #50be14;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pharmacie-row__legal-name {
    font-size: 9px;
    color: #878787;
    margin-top: 10px;
}

.popup-pharm-info__contacts li .popup-pharm-info__tech_break {
    font-size: 12px;
    line-height: 18px;
    color: #878787;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    .pharmacie-row__legal-name {
        font-size: 16px;
        line-height: 24px;
    }

    .popup-pharm-info__contacts li .pharmacie-row__tech_break {
        margin: 0;
    }

    .popup-pharm-info__contacts li .popup-pharm-info__tech_break {
        font-size: 24px;
        line-height: 32px;
    }
}

.pharmacie-row__cell:hover {
    z-index: 4;
}

.button {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: block;
    height: 35px;
    box-sizing: border-box;
    border: 2px solid #50be14;
    background: #50be14;
    transition: 0.3s all;
    border-radius: 20px;
    cursor: pointer;
}

.button.button-yellow {
    background-color: #ffad11;
    border-color: #ffad11;
}

button.button {
    width: 100%;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.button.button-disable {
    background: #E2E2E2;
    color: #ffffff;
    border-color: #E2E2E2;
}

.disabled {
    opacity: 0.5;
    cursor: default !important;
    pointer-events: none !important;
}

.disabled + .error-label + .popup-enter-phone__input__btn {
    background: #E2E2E2;
    color: #878787;
    pointer-events: none;
}

@media screen and (min-width: 1000px) {
    .button:hover {
        background: transparent;
        color: #50be14;
    }

    .button.button-disable:hover {
        background: transparent;
        color: #E2E2E2;
    }
}

.search-pharms {
    position: relative;
    margin-bottom: 10px;
}

.search-pharms form {
    position: relative;
}

.search-pharms__edit {
    display: block;
    border: 2px solid #878787;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    padding: 0 30px;
    height: 28px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 15px;
    outline: none;
    transition: 0.3s all;
}

.search-pharms__button {
    display: block;
    border: none;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
}

.search-pharms__button:before,
.search-pharms__button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/local/templates/asna-new/img/redesign-5/lupa.png') no-repeat;
    background-size: 100% 200%;
    transition: 0.3s all;
}

.search-pharms__button:after {
    background-position: 0 100%;
    opacity: 0;
}

.svg .search-pharms__button:before,
.svg .search-pharms__button:after {
    background-image: url('/local/templates/asna-new/img/redesign-5/lupa.svg');
}

.search-pharms__focused .search-pharms__edit {
    border-color: #50be14;
}

.search-pharms__focused .search-pharms__button:before {
    opacity: 0;
}

.search-pharms__focused .search-pharms__button:after {
    opacity: 1;
}

.cart__selected-city {
    margin-bottom: 20px;
    color: #D5D5D6;
    font-size: 12px;
    line-height: 18px;
}

.cart__selected-city a {
    color: #D5D5D6;
    text-decoration: none;
    border-bottom: 1px dashed #D5D5D6;
}

.cart__selected-city a:hover {
    border-bottom-color: transparent;
}

.cart__selected-city__text {
    display: inline-block;
    vertical-align: middle;
}

.cart__selected-city .header-new__choose-city {
    width: calc(100% - 70px);
    min-width: 0;
    background: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin: 0;
}

.cart__selected-city .header-new__choose-city a {
    width: auto;
    height: auto;
    padding: 0;
    font-weight: normal;
    color: #D5D5D6;
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
    overflow: visible;
    display: inline;
}

.cart__selected-city .header-new__choose-city a:before,
.cart__selected-city .header-new__choose-city a:after {
    display: none;
}

.search-pharms-mobile {
    display: none;
}

.popup-pharm-subway__wrap {
    height: 600px;
}

.marker-new {
    cursor: pointer;
}

.popup-pharm-map__map .gm-style div {
    box-shadow: none !important;
    text-align: left;
}

.popup-pharm-map .pharmacie-row__info {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}

.popup-pharm-map__map .gm-style .gm-style-iw::before,
.popup-pharm-map__map .gm-style .gm-style-iw::after {
    display: none;
}

.popup-pharm-map__map .gm-style .gm-style-iw {
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(80, 190, 20, 0.6) !important;
    width: auto !important;
}

.popup-pharm-map__map .gm-style .gm-style-iw + div {
    width: 17px !important;
    height: 17px !important;
    right: 40px !important;
    left: auto !important;
    transform: none;
    top: 25px !important;
}

.product-title {
    position: relative;
    box-sizing: border-box;
    position: relative;
    font-weight: 700;
    padding-right: 35px;
    margin-bottom: 10px;
}

.product-title h1 {
    font-size: 32px;
    line-height: 38px;
    color: #080808;
    margin: 0;
    padding: 0;
}

.content-catalog-detail.detail .product-forms-wrapper .product-forms-title {
    color: #D5D5D6;
}

.detail-analogues .gray {
    color: #D5D5D6;
    border-color: #D5D5D6;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    font-style: normal;
}

.price-wrap-catalog-item-price {
    display: inline;
}

.product-forms-list-item .product__prices-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: right;
}

.product-forms-list-item .product__prices-wrap .product__price {
    width: auto;
}

.product-forms-list-item .product__prices-wrap .product__price:last-child {
    margin-bottom: 0;
}

.product-forms-list-item .item-page-not-available-text {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: right;
}

.product-forms-wrapper {
    margin-bottom: 0;
    margin-top: 15px;
    position: relative;
}

.product-forms-see-more {
    position: absolute;
    bottom: -32px;
    right: 0;
    display: block;
    text-decoration: none;
    color: #ffff;
    background: #50be14;
    padding: 6px 17px;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.product-forms-list {
    transition: height 1s ease-in-out;
}

.basic-height .product-forms-list-item:nth-child(n+4) {
    display: none;
}

.product-title .product__favorite {
    float: right;
    display: block;
    right: 0;
    top: 10px;
    transform: none;
}

.product-detail-controls {
    margin-top: 20px;
}

.product__hide {
    display: none;
}

.product-detail-controls .product__available-list-view,
.product-detail-controls .product__price {
    display: inline-block;
    vertical-align: middle;
}

.product-detail-controls .product__price {
    margin-right: 10px;
    margin-bottom: 0;
}

.product_price_icon_message {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/local/templates/asna-new/img/redesign/icon-info-gray.svg) no-repeat;
    background-size: 100% 100%;
    opacity: .5;
    transition: .2s all;
}

.product_price_icon_message:hover {
    opacity: 1;
}

.product-detail-controls .product__price span {
    font-size: 32px;
    line-height: 38px;
}

.product-detail-controls .product__available-list-view {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.product-detail-controls .product__available-list-view br {
    display: none;
}

.product-forms-list-item-link {
    width: 75%;
}

.product-forms-list-item .product__price {
    display: inline-block;
    text-align: right;
}

.revievs-mobile-title {
    color: #080808;
}

input.styled,
textarea.styled {
    box-shadow: none;
}

.product-detail-controls .product__additional-block {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 260px;
    height: 48px;
}

.product-detail-controls .product__amount,
.product-detail-controls .product__btn.btn-basket {
    vertical-align: middle;
}

.product-detail-controls .product__amount {
    width: 100%;
}

.product-detail-controls .product__btn.btn-basket {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
}

.product-detail-controls .clear {
    display: none;
}

.reviews-container {
    padding-top: 0;
}

.carousel-block .slick-list:before,
.carousel-block .slick-list:after {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    height: 100%;
    background: #ffffff;
    width: 300px;
    right: 100%;
    z-index: 10;
}

.carousel-block .slick-list:after {
    right: auto;
    left: 100%;
}

.product-forms-list-item-img {
    width: 30%;
    max-width: 80px;
}

.product-forms-list-item-link {
    font-size: 0;
}

.product-forms-list-item-title {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    width: 66%;
}

.product-forms-list-item-original .product-forms-list-item-title {
    width: 84%;
}

.analog-item-block .vimg img {
    width: auto !important;
    max-width: 120px !important;
    white-space: normal;
    font-size: 8px;
    line-height: 12px;
}

.product-forms-list-item-link .product-forms-list-item-img img {
    white-space: normal;
    font-size: 8px;
    line-height: 12px;
}

.product-forms-list-item-link .product-forms-list-item-img img {
    max-height: 50px;
    margin: 0;
}

.analog-item-block .vimg img {
    max-height: 100px;
}

h2.analog {
    font-size: 20px;
    line-height: 24px;
    color: #D5D5D6;
}

h3.analog {
    color: #D5D5D6;
}

.detail .add-review-form {
    border: none;
}

.vtitle .product__price {
    margin-top: 0;
    display: inline-block;
}

.vtitle .product__price span,
.product-forms-list .product__price span {
    font-size: 18px;
    line-height: 24px;
}

.item-page-not-available-text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
}

.product-forms-list-item {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-forms-list-item:first-child {
    margin-top: 0;
}

.product-title .product__favorite {
    width: 25px;
    height: 23px;
}

.guarantee-asna-text {
    box-sizing: border-box;
    padding: 0 20px;
}

.guarantee-asna-part span {
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
}

.guarantee-asna-part-old:before {
    right: auto;
    left: 100%;
}

.content-catalog-detail .carousel-block__title {
    text-align: center;
    padding: 0;
}

.popup-map-new {
    width: 480px;
    box-sizing: border-box;
    padding: 18px 20px 15px 20px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    margin-top: -40px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    background: #ffffff;
    display: none;
    box-shadow: 0 0 20px rgba(80, 190, 20, .6);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    z-index: 2;
}

.popup-pharm-map__map--visible-popup .popup-map-new {
    display: block;
}

.popup-map-new__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e1ffae;
    opacity: .7;
    z-index: 1;
    display: none;
}

.popup-pharm-map__map--visible-popup .popup-map-new__overlay {
    display: block;
}

.popup-pharm-map__map--visible-popup [class*="controls-pane"] {
    height: 100%;
}

.popup-pharm-map__map--visible-popup [class*="controls__toolbar"],
.popup-pharm-map__map--visible-popup [class*="controls__toolbar_left"],
.popup-pharm-map__map--visible-popup [class*="controls__control_toolbar"] {
    margin: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-map-new .pharmacie-row__icons li {
    width: 25px;
    height: 25px;
}

.popup-map-new .pharmacie-row__icons li.icon-fav-new span {
    width: 25px;
    height: 25px;
}

.popup-map-new .popup-pharm-controls {
    border-top: 1px solid #ebebeb;
}

.popup-map-new .popup-pharm-info__contacts {
    padding: 5px 20px 0;
    margin-top: 5px;
    width: 100%;
    margin-left: -20px;
}

.popup-map-new .popup-pharm-info__contacts.available {
    padding-bottom: 5px;
}

.popup-map-new .popup-pharm-info__contacts li div:first-child {
    width: 60px;
}

.popup-map-new__close {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    color: #080808;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

.popup-map-new__close:before {
    content: '';
    background: url(/local/templates/asna-new/css/../img/icon-close.svg) no-repeat;
    background-size: 100%;
    background-position: 0 top;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -10px;
}

@media screen and (max-width: 768px) {
    .popup-map-new__close:before {
        width: 20px;
        height: 20px;
        top: 0;
        left: -10px;
    }
}

@media screen and (max-width: 1000px) {
    .popup-map-new {
        transform: translate3d(-50%, -50%, 0);
        margin: 0;
    }

    .popup-map-new__close {
        font-size: 24px;
        line-height: 32px;
    }
}

.marker-new-content {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    width: 100%;
    text-align: center !important;
}

.marker-new-content .pharmacie-row__prices {
    font-size: 14px !important;
    display: inline-block;
    margin-top: 0;
    text-align: center;
}

.popup-pharm-controls {
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-items: flex-end;
    padding-top: 10px;
}

.popup-pharm-controls:not(.is-cart) .pharmacie-row__prices span {
    font-size: 24px;
    line-height: 32px;
}

.popup-pharm-controls:not(.is-cart) .pharmacie-row__prices small {
    font-size: 14px;
    line-height: 18px;
}

.popup-pharm-controls.is-cart .pharmacie-row__prices {
    font-size: 14px;
    line-height: 18px;
}

.popup-pharm-controls.is-cart .pharmacie-row__prices-old {
    margin-left: 10px;
}

.popup-pharm-controls.is-cart .pharmacie-row__prices span {
    font-size: 24px;
    line-height: 32px;
}

.popup-pharm-controls:not(.is-cart) .pharmacie-row__prices:not(:first-child) {
    margin-left: 10px;
}

.wrapper .banners-wrap li:hover:after {
    opacity: 0.4;
}

.banners-wrap {
    padding-left: 60px;
    padding-right: 40px;
}

.banners-wrap.banners-wrap-two-in-row {
    padding-left: 50px;
}

.js-banners-slider-big li {
    margin-right: 10px;
}

.complex-actions-list {
    padding-right: 60px;
    padding-left: 40px;
}

.content-search .complex-actions-list {
    padding-right: 0;
    padding-left: 0;
    margin-left: -10px;
}

.analog-item-block {
    margin-bottom: 5px;
}

.analog-item-block .item-page-not-available-text {
    margin-bottom: 0;
    text-align: left;
}

.analog-item-block .product__price-ae {
    margin-bottom: 0;
}

.vimg {
    height: auto;
    max-height: 100px;
}

.list-discount-info-desk {
    margin-bottom: 0;
}

.progress-bar-economy {
    padding: 0 60px;
}

.opened-first-use {
    z-index: 1000;
    position: relative;
}

.first-use-hint {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 40px 15px 20px;
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
    z-index: 9999;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
}

.first-use-hint__close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: 0.3s all;
    display: inline-block;
    cursor: pointer;
}

.first-use-hint__close:before,
.first-use-hint__close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #50be14;
}

.first-use-hint__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.first-use-hint__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.first-use-hint-cart {
    font-size: 14px;
    line-height: 18px;
    width: 300px;
    top: 100%;
    padding: 15px 0;
    transform: translateX(-50%);
    position: absolute;
}

.first-use-hint__triangle {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background: none;
    bottom: 100%;
    left: 50%;
    margin: -20px 0 0 -20px;
    transform: rotate(-90deg);
}

.first-use-hint__triangle:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 35%;
    background: #ffffff;
    top: 50%;
    left: -35%;
    transform: translate3d(50%, -50%, 0) rotate(45deg);
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
}

.wrapper {
    background: transparent;
}

#overlay-hint {
    z-index: 2400;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#overlay-two {
    z-index: 1000;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.first-use-hint-catalog-item {
    font-size: 14px;
    line-height: 18px;
    width: 420px;
    font-style: normal;
    margin-top: 15px;
    padding-right: 20px;
    font-weight: 700;
}

.first-use-hint-catalog-item--new span::before {
    display: none;
}

.first-use-hint-catalog-item--new span::after {
    display: none;
}

.first-use-hint-catalog-item--new span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('/local/templates/asna-new/img/closePopupWhite.svg') no-repeat;
    background-size: contain;
}

.first-use-hint-catalog-item--new {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    width: 241px;
    padding: 10px 35px 10px 10px;
    background-color: #5079da;
    box-shadow: 0 5px 10px 0 rgba(60, 99, 192, 0.3);
    border-radius: 5px;
    right: 100%;
    left: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin: 0 18px 0 0;
    white-space: normal;
    text-align: left;
}

.first-use-hint-catalog-item--new .first-use-hint__triangle {
    width: 0;
    height: 0;
    bottom: 50%;
    left: 100%;
    margin: 0;
    transform: translate3d(0, 50%, 0) rotate(0);
    border: 6px solid transparent;
    border-left: 7px solid #5079da;
}

.first-use-hint-catalog-item--new .first-use-hint__triangle::before {
    display: none;
}

.first-use-hint-catalog-item--new .first-use-hint__close {
    width: 13px;
    height: 13px;
}

.first-use-hint-catalog-item--new .first-use-hint__close:before,
.first-use-hint-catalog-item--new .first-use-hint__close:after {
    background: #fff;
}

.open-first-use .section-main__content__products__list .product,
.open-first-use .available__pharms-wrap .pharmacie-row__cell {
    z-index: auto;
}

.first-use-hint-avail {
    right: 0;
    font-size: 14px;
    line-height: 18px;
    width: 300px;
    right: 0;
    left: auto;
    transform: none;
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    margin-top: 15px;
    color: #080808;
}

.first-use-hint-avail-ae,
.first-use-hint-avail-hh {
    width: 380px;
}

.first-use-hint-avail .first-use-hint__triangle {
    left: auto;
    right: 30px;
}

.icon-close-available-first-use {
    top: auto;
    bottom: 100%;
    margin-bottom: 20px;
}

.prod-star-text {
    color: #D5D5D6;
}

.special-icon {
    font-size: 0;
    margin: 5px 0;
    position: relative;
}

.special-icon span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
}

.special-icon span:first-child {
    margin-left: 0;
}

.special-icon-recipe span {
    color: #ff4800;
}

.special-icon .icon-producer-mid {
    width: 20px;
    height: 20px;
}

.special-icon .info-desk-show-message {
    display: none;
    margin: 5px 0 0;
    left: auto;
    right: -20px;
    transform: none;
}

.special-icon:hover .info-desk-show-message {
    display: block;
}

.available__title-page .list-discount-info {
    display: none;
}

.popup-map-new .pharmacie-row__cell:nth-child(2) {
    width: auto;
}

.popup-map-new .pharmacie-row__prices {
    margin-left: 0 !important;
}

@media screen and (max-width: 1000px) {
    .popup-map-new .popup-pharm-info__contacts {
        padding: 12px 0 15px 0;
        margin: 0;
        margin-top: 15px;
    }

    .gm-style-iw + .google-icon-close + img {
        right: 42px !important;
        top: 24px !important;
    }

    .popup-pharm-controls:not(.is-cart) .pharmacie-row__prices small {
        font-size: 24px;
        line-height: 32px;
    }

    .popup-pharm-controls:not(.is-cart) .pharmacie-row__prices span {
        font-size: 50px;
    }

    .choose-new .popup-map-new .popup-pharm-info__contacts {
        border-bottom: none;
    }

    .popup-map-new .pharmacie-row__button a {
        width: 100%;
        white-space: nowrap;
        padding: 0 15px;
    }

    .popup-map-new .pharmacie-row__cell:nth-child(2) {
        width: auto;
    }

    .popup-pharm-map .pharmacie-row__info {
        border-top: 0;
        margin-top: 15px;
    }

    .pharmacie-row__cell .pharmacie-row__subway {
        margin-bottom: 20px;
    }

    .special-icon span {
        font-size: 18px;
        line-height: 24px;
    }

    .special-icon .icon-producer-mid {
        width: 30px;
        height: 30px;
    }

    .special-icon .info-desk-show-message:after {
        right: 28px;
    }

    .list-discount-info.list-discount-info-desk .icon-asna-card-min {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }

    .cart-steps-mobile-content .product__additional-block {
        width: auto;
    }

    .popup-enter-phone {
        z-index: 2099 !important;
    }

    .first-use-hint-avail {
        right: auto;
        left: 0;
        font-size: 18px;
        line-height: 24px;
        width: 350px;
    }

    .first-use-hint-avail .first-use-hint__triangle {
        left: 50px;
        right: auto;
    }

    .first-use-hint-avail-ae,
    .first-use-hint-avail-hh {
        width: 480px;
    }

    .first-use-hint-catalog-item {
        left: 0;
        transform: none;
        font-size: 18px;
        line-height: 24px;
        width: 500px;
    }

    .first-use-hint-catalog-item--new {
        width: 580px;
        padding: 14px 50px 16px 14px;
        left: 0;
        top: auto;
        bottom: 100%;
        transform: translate3d(0, 0, 0);
        margin: 0 0 16px 0;
        font-size: 24px;
        line-height: 32px;
    }

    .first-use-hint__close {
        width: 30px;
        height: 30px;
    }

    .first-use-hint-catalog-item--new .first-use-hint__close {
        right: 14px;
        top: 14px;
        width: 25px;
        height: 30px;
    }

    .first-use-hint__close:before,
    .first-use-hint__close:after {
        height: 4px;
    }

    .first-use-hint-catalog-item .first-use-hint__triangle {
        margin-left: 0;
        left: 50px;
    }

    .first-use-hint-catalog-item--new .first-use-hint__triangle {
        bottom: auto;
        top: 100%;
        transform: translate3d(0, 0, 0);
        margin-top: -1px;
        border: 12px solid transparent;
        border-top: 14px solid #5079da;
    }

    .progress-bar-economy {
        padding: 0 30px;
    }

    .content-catalog-detail .progress-bar__wrap {
        padding-top: 40px;
    }

    .marker-new-content .pharmacie-row__prices {
        font-size: 20px !important;
        margin-right: 0 !important;
    }

    .popup-pharm-map__map .gm-style .gm-style-iw {
        width: 580px !important;
    }

    .popup-pharm-map__map .gm-style .gm-style-iw + div {
        width: 25px !important;
        height: 25px !important;
        top: 30px !important;
        right: 49px !important;
    }

    .popup-map-new .pharmacie-row__icons .pharmacie-row__icons-hh,
    .popup-map-new .pharmacie-row__icons .pharmacie-row__icons-ae,
    .popup-map-new .pharmacie-row__icons .icon-fav-new,
    .popup-map-new .pharmacie-row__icons li.icon-fav-new span,
    .popup-map-new li.pharmacie-row__icons-card {
        width: 52px;
        height: 52px;
    }

    .popup-map-new .pharmacie-row__icons {
        position: relative;
        z-index: 1;
    }

    .popup-map-new {
        width: 580px;
    }

    .popup-map-new .popup-pharm-info__contacts li div:first-child {
        width: 95px;
    }

    .guarantee-asna-text {
        box-sizing: border-box;
        padding: 0 40px;
    }

    .section-main__sidebar-left,
    .section-main__content {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .section-main__title {
        font-size: 32px;
        line-height: 38px;
        font-weight: 900;
        text-align: center;
    }

    .section-main__title span {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        color: #D5D5D6;
        font-weight: 700;
        margin-top: 10px;
    }

    .section-main-catalog .section-main__title span {
        text-align: left;
        margin-top: 20px;
    }

    .section-main__title.section-main__title-analogs .analog_subtitle {
        font-size: 32px;
        line-height: 38px;
        font-weight: 900;
    }

    .section-main__sidebar-left {
        display: none;
    }

    .button {
        height: 75px;
        font-size: 32px;
        line-height: 38px;
        border-radius: 35px;
    }

    .search-pharms-mobile {
        display: block;
    }

    .search-pharms {
        padding: 0 0 30px;
        border-bottom: 1px solid #E2E2E2;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .search-pharms__edit {
        height: 58px;
        font-size: 24px;
        line-height: 32px;
        border-radius: 58px;
        padding-left: 50px;
        font-weight: normal;
        font-style: italic;
        border-width: 3px;
        color: #878787;
    }

    .search-pharms__button {
        width: 26px;
        height: 26px;
        left: 17px;
    }

    .leftcol-catalog-item .product-title {
        width: 380px;
        box-sizing: border-box;
        padding-right: 50px;
        position: relative;
        min-height: 100px;
        font-size: 0;
        padding-top: 0;
        z-index: 1;
        display: inline-block !important;
        vertical-align: top;
    }

    .product-detail-controls .product__price {
        padding: 10px 0 0;
        box-sizing: border-box;
        margin-right: 0;
        width: auto;
    }

    .product-detail-controls .product__additional-block {
        display: inline-block !important;
        vertical-align: top;
        width: 36%;
        margin-bottom: 40px;
        text-align: right;
        float: right;
    }

    .product-detail-controls .product__price {
        font-size: 20px;
        line-height: 24px;
    }

    .item-component-price-wapper {
        display: inline-block;
        vertical-align: middle;
    }

    .product-detail-controls .product__price span {
        font-size: 44px;
    }

    .content.content-catalog-detail.detail .product-detail-controls .product__price span {
    }

    .product-detail-controls {
        position: relative;
    }

    .product-detail-controls .product__btn.btn-basket {
        display: block;
        width: calc(100% - 60px);
        max-width: none;
        position: absolute;
        bottom: 44px;
        left: auto;
        right: 50%;
        transform: translateX(50%);
        height: 70px;
        font-size: 32px;
        line-height: 38px;
        margin: 40px auto 0;
        border-radius: 35px;
        font-size: 32px;
        line-height: 38px;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    .product-detail-controls .product__additional-block.product__additional-block-guarantee {
        width: 100%;
        text-align: left;
    }

    .product-detail-controls .product__additional-block-guarantee .product__btn.btn-basket {
        margin-left: 0;
        width: calc(100% - 200px);
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        float: right;
    }

    .leftcol-catalog-item .product-title {
        min-height: 60px;
    }

    .product-detail-controls .product__additional-block-guarantee .product__amount {
        position: absolute;
        right: 0;
        top: 0;
        margin: 14% 15% 0;
    }

    .product-detail-controls .product__amount {
        margin: 5px 10px 0 0;
    }

    .content-catalog-detail .adtcp {
        margin-bottom: 25px;
    }

    .product-detail-controls {
        font-size: 0;
    }

    .product-detail-controls .clear {
        display: block;
    }

    .popup-pharm-info {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        box-shadow: none;
        width: 100%;
        box-sizing: content-box;
        padding: 0 30px 30px;
        margin-left: -30px;
    }

    .popup-pharm-info__map {
        height: 800px;
        width: 100%;
        padding: 0 30px;
        margin-left: -30px;
    }

    .popup-pharm-info__name {
        color: #333333;
        display: block;
        font-size: 47px;
        font-weight: 900;
    }

    .popup-pharm-info__title {
        color: #333333;
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0 20px;
        font-weight: 700;
    }

    .popup-pharm-info__subway i {
        width: 28px;
        height: 28px;
        font-size: 20px;
        line-height: 24px;
    }

    .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content.content-profile {
        padding: 0;
    }

    .content.content-profile.content_organizer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .popup-pharm-info__subway span {
        color: #333333;
        font-size: 24px;
        line-height: 32px;
    }

    .popup-pharm-info__contacts li div {
        font-size: 20px;
        line-height: 24px;
    }

    .popup-pharm-info__contacts li div:first-child {
        width: 90px;
    }

    .popup-pharm-info__part {
        padding-left: 0;
        padding-right: 0;
    }

    .popup-pharm-info .pharmacie-row__icons {
        position: relative;
    }

    .popup-pharm-info__back {
        width: 100%;
        padding: 20px 30px;
        margin: 0 0 20px -30px;
        border-top: 1px solid #D5D5D6;
        border-bottom: 1px solid #D5D5D6;
        text-align: center;
    }

    .popup-pharm-info__back a {
        font-size: 20px;
        line-height: 24px;
        color: #D5D5D6;
        display: inline-block;
        padding: 10px 25px;
        border-radius: 20px;
        border: 2px solid #D5D5D6;
        text-decoration: none;
    }

    .popup-pharm-map,
    .popup-pharm-subway {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        box-shadow: none;
        z-index: 1;
    }

    .available ~ div > .popup-pharm-map,
    .choose-new .popup-pharm-map {
        margin-top: -30px;
        margin-left: -30px;
        margin-right: -30px;
        width: 100vw;
        height: 100vw;
    }

    .choose-new .popup-pharm-map {
        margin-top: 30px;
    }

    .popup-pharm-map__map {
        box-sizing: border-box;
        width: 100%;
    }

    .popup-pharm-map .icon-close,
    .popup-pharm-subway .icon-close {
        display: none;
    }

    .content-catalog-detail.detail .leftcol {
        margin: 0;
    }

    .leftcol-catalog-item .product-title {
        width: 100%;
    }

    .product-title .product__favorite {
        float: right;
        display: block;
        top: 51px;
        right: -5px;
        transform: none;
        position: absolute;
        width: 44px;
        height: 44px;
    }

    .selected-pharm-prices-visible .product__price {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    .selected-pharm-prices-visible .product__price:first-child {
        margin-left: 0;
    }

    .info-message > a {
        width: 32px;
        height: 32px;
    }

    .cart-content__pharms .cart-content__pharms-controls .inner-wrapper-sticky {
        padding: 25px 0 20px 0;
        margin: 0 0 10px 0;
        box-sizing: border-box;
    }

    .guarantee-asna-part span {
        font-size: 52px;
    }

    .pharmacie-detail__icons-ae {
        background-image: url(/local/templates/asna-new/img/redesign-5/icons-shares-mini.svg?v=1);
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 100% 200%;
        background-position: 0 100%;
    }

    .pharmacie-detail__icons-hh {
        background-image: url('/local/templates/asna-new/img/redesign-5/icons-shares-mini.svg?v=1');
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 100% 200%;
        background-position: 0 0;
    }

    .pharmacie-detail__icons-card {
        background-image: url(/local/templates/asna-new/img/redesign-5/card_payment_icon.svg?v=1);
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .pharmacie-detail__icons-cach {
        background-image: url(/local/templates/asna-new/img/redesign-5/cash_only.svg?v=6);
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .popup-pharm-info__part .pharmacie-row__icons li {
        margin-right: 0;
        margin-left: 60px;
    }

    .pharmacie-row__icons li:first-child {
        margin-left: 0;
    }

    .buttons-wrap {
        margin: 10px 0 10px;
        padding: 30px 0;
        display: flex;
        border-top: 4px solid #E2E2E2;
        border-bottom: 4px solid #E2E2E2;
        justify-content: space-around;
    }

    .pharm-detail-button {
        max-width: 33%;
        flex-basis: 31%;
        color: #080808;
        display: inline-block;
        position: relative;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
    }

    .pharm-detail-grey-button {
        width: 88px;
        height: 88px;
        margin: 0 auto 10px;
        position: relative;
        background: #E2E2E2;
        border-radius: 100%;
    }

    .active .pharm-detail-grey-button {
        background: #5199db;
    }

    .find-product::before {
        top: 50%;
        left: 50%;
        width: 37px;
        height: 37px;
        content: "";
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        background: url('/local/templates/asna-new/img/redesign-5/search-icon.svg') no-repeat;
        background-size: contain;
    }

    .buy-here::before {
        top: 50%;
        left: 50%;
        width: 37px;
        height: 37px;
        content: "";
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        background: url('/local/templates/asna-new/img/redesign-5/basket.svg') no-repeat;
        background-size: contain;
    }

    .favorite::before {
        top: 50%;
        left: 50%;
        width: 41px;
        height: 37px;
        content: "";
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        background: url(/local/templates/asna-new/img/redesign-5/like_sprite.svg) no-repeat;
        background-size: 100% 200%;
    }

    .active .favorite::before {
        background-position: 100% 100%;
    }

    .popup-pharm-info__contacts li div:first-child {
        width: 100%;
    }

    .popup-pharm-info__contacts li {
        display: block;
        position: relative;
        padding-left: 72px;
    }

    .popup-pharm-info__contacts li div {
        color: #333333;
        padding: 25px 0;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        border-bottom: 4px solid #E2E2E2;
    }

    .popup-pharm-info__contacts li div:first-child {
        color: #333333;
    }

    .popup-pharm-info__contacts li:last-child div {
        border-bottom: none;
    }

    .popup-pharm-info__subway {
        margin: 0;
    }

    .operation-mode::before {
        top: 50%;
        left: 12px;
        width: 40px;
        height: 40px;
        content: "";
        position: absolute;
        margin-top: -22px;
        background-size: 100% 100%;
        background-position: 0 0;
        background-image: url(/local/templates/asna-new/img/redesign-5/clock-min.svg);
    }

    .tech-break {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 12px;
        margin-top: -22px;
    }

    .pharmacie-phone::before {
        top: 50%;
        left: 12px;
        width: 40px;
        height: 40px;
        content: "";
        position: absolute;
        margin-top: -22px;
        background-size: 100% 100%;
        background-position: 0 0;
        background-image: url(/local/templates/asna-new/img/redesign-5/phone-min.svg);
    }

    .subway-row .popup-pharm-info__subway i {
        position: absolute;
        left: 18px;
    }

    .content-catalog-detail.detail .leftcol .pic {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .leftcol .pic.pic-slider .pic-img {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 50%;
    }

    .content-catalog-detail.detail .leftcol .pic img.js-main-item-photo {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .product-img-info-text-mobile {
        margin-top: 18px;
        font-size: 24px;
        line-height: 32px;
        font-style: normal;
    }

    div.product-favorite_onMobile {
        top: 77px;
    }

    .leftcol-catalog-item .product-title {
        padding-top: 30px;
        margin-bottom: 20px;
    }

}


/*--enter-mobile-popup--*/

.popup-enter-phone {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    border: none;
    width: 420px;
    height: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 65px 32px 60px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.popup-enter-phone .icon-close {
    top: 20px;
    right: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.popup-enter-phone__tel,
.popup-enter-phone__code {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.popup-enter-phone__code {
    padding: 0 80px;
}

.popup-enter-phone__title {
    display: inline-block;
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    width: 380px;
}

.popup-enter-phone__sm-text {
    display: inline-block;
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.popup-enter-phone__input {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    color: #080808;
    box-sizing: border-box;
    height: 46px;
    background: #ffffff;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.popup-enter-phone-callback .popup-enter-phone__input,
.popup-enter-phone-callback .error-label {
    margin-bottom: 0;
}

.popup-enter-phone-callback .error-label {
    text-align: left;
    width: 365px;
    margin: 0 auto;
    font-weight: normal;
}

.popup-enter-phone-callback .popup-enter-phone__input.error {
    border-color: #ff4800;
    color: #ff4800;
}

.popup-enter-phone-callback .popup-enter-phone__data-accept {
    margin-top: 20px;
}

.popup-enter-phone__input__field {
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    font-weight: 600;
    font-style: normal;
    border: 1px solid #F2F2F2;
    height: 46px;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.popup-enter-phone__input__field:focus {
    border-color: #50be14;
}

.popup-enter-phone__input__field::placeholder {
    color: #C4C4C4;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.popup-enter-phone__input__btn {
    background: #50be14;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    height: 40px;
    margin-top: 20px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.modal_auth_orderStatusBanner {
    background: #ffedbf;
    color: #333;
    text-decoration: none;
    width: calc(100% - 64px);
    border-radius: 8px;
    padding: 20px 32px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    background-image: url('/local/templates/asna-new/css/../img/order-status-banner-1.png'), url('/local/templates/asna-new/css/../img/order-status-banner-2.png');
}

.modal_auth_orderStatusBannerTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

.modal_auth_orderStatusBannerText {
    width: 55%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
}

.modal_auth_orderStatusBannerLink {
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.modal_auth_orderStatusBannerIcon {
    padding: 7px;
    background: #efac00;
    border-radius: 8px;
    color: #fff;
}

@keyframes onload {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 0.8;
    }
}

.onload_dotted {
    font-size: 0;
    position: relative;
    display: -moz-box;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    margin: 15px 0;
    display: none;
}

.onload_dotted span {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    display: block;
    margin: 0 7px;
    opacity: .2;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: onload;
    -moz-animation-name: onload;
    animation-name: onload;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.onload_dotted span:first-child {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}

.popup-enter-phone__input__btn.load {
    font-size: 0;
    pointer-events: none;
}

.popup-enter-phone__input__btn.load .onload_dotted {
    display: flex;
}

.popup-enter-phone__input.small {
    width: 100%;
}

.popup-enter-phone__data-accept {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.popup-enter-phone__data-accept__text {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    text-align: left;
}

.popup-enter-phone__data-accept__text a {
    color: #50be14;
    text-decoration: none;
}

.popup-enter-phone__data-accept__checkbox input {
    display: none;
}

.popup-enter-phone__data-accept__checkbox input + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #50be14;
    border-radius: 2px;
    text-align: center;
    font-size: 0;
    padding: 0px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.popup-enter-phone__data-accept__checkbox input + span::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #50be14;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.popup-enter-phone__data-accept__checkbox input:checked + span,
.popup-enter-phone__data-accept__checkbox input:checked + span::before {
    opacity: 1;
}

.hidden_block {
    display: none !important;
}

.available__title-page .product__btn.btn-basket.issue {
    width: 190px;
    height: 35px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .popup-enter-phone__data-accept__checkbox input + span {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 24px;
    }

    .popup-enter-phone__data-accept__text {
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        margin-top: 0px;
        text-align: left;
    }

    .popup-enter-phone__input {
        height: 46px;
        min-width: 365px;
        width: 100%;
    }

    .popup-enter-phone__input__field,
    .popup-enter-phone__input__field::placeholder,
    .popup-enter-phone__input__btn {
        font-size: 20px;
        line-height: 24px;
    }

    .popup-enter-phone__sm-text {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-enter-phone__title {
        font-size: 20px;
        line-height: 24px;
        width: 420px;
    }

    .popup-enter-phone .icon-close {
        top: 20px;
        right: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .popup-enter-phone {
        width: 83%;
        padding: 17% 8%;
    }

    .popup-enter-phone__code {
        padding: 0 45px;
    }

    .wrapper-asna .banners-wrap.banners-wrap-two-in-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .js-banners-slider-big li {
        margin-right: 0;
    }
}


/*-/enter-mobile-popup--*/


/*--page_hotfix--*/

.content-catalog-detail .product__available-list-view a {
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid #50be14;
}

.content-catalog-detail .essentiale-banner .product__available-list-view a {
    border: none;
}

.product__available-list-view-have {
    margin-right: 5px;
}

.product-detail-controls .info-message {
    margin-right: 10px;
}

.detail-analogues .vlist {
    margin-bottom: 15px;
    margin-left: 15px;
}

.guarantee-asna-part:not(.guarantee-asna-part-old) {
    display: block;
}

.banner-incredible-prices-redesign .banner-more {
    right: 60px;
}

.revievs-mobile-wrap {
    background: rgba(255, 255, 255, 0.9);
}

.reviews-container.reviews-flag .revievs-mobile .styled {
    font-size: 18px;
    line-height: 24px;
}

.revievs-mobile-title {
    font-size: 32px;
    line-height: 38px;
}

.reviews-container.reviews-flag .revievs-mobile .sendblock {
    width: 190px;
}

.reviews-container.reviews-flag .revievs-mobile .sendblock .style3.js-review-submit {
    font-size: 24px;
    line-height: 32px;
}

.close-revievs-popup {
    font-size: 18px;
    line-height: 24px;
    top: 15px !important;
    right: 15px !important;
    margin: 0;
}

.catalog-item-articles .article .img {
    display: none;
}

#draw-overlay {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    background: #ffffff;
    padding: 10px 15px 20px;
    left: 25px;
    top: 25px;
    cursor: pointer;
}

#draw-overlay:after {
    content: '';
    display: block;
    width: 68px;
    height: 39px;
    background: url('/local/templates/asna-new/css/../img/redesign-5/area-draw.png') no-repeat;
    background-size: 100% 100%;
    margin: 10px auto 0;
}

.svg #draw-overlay:after {
    background-image: url('/local/templates/asna-new/css/../img/redesign-5/area-draw.svg');
}

.active-filter-pharms-wrap {
    margin-top: 20px;
}

.active-filter-pharms {
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #e9e9e9;
    border-radius: 20px;
    color: #080808;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.active-filter-pharms__close {
    width: 11px;
    height: 11px;
    position: relative;
    transition: 0.3s all;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 5px;
    cursor: pointer;
}

.active-filter-pharms__close:before,
.active-filter-pharms__close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #50be14;
}

.active-filter-pharms__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active-filter-pharms__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.active-filter-pharms .metro {
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 18px;
    top: -1px;
    margin: 0 4px 0 0;
}

.wrapper .complex-actions-list .complex-actions-item:hover:after {
    opacity: 0.45;
}

.content-catalog-detail .detail-analogues {
    border-top: 1px solid #C0F1DA;
    margin-top: 20px;
}

.content-catalog-detail .carousel-block__title {
    border-top: 1px solid #C0F1DA;
    padding-top: 20px;
}

.first-use-hint-cart-wrap {
    position: static;
}

.no-avail {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #ff4800;
}

@media screen and (max-width: 1000px) {
    .active-filter-pharms {
        display: block;
        font-size: 24px;
        line-height: 32px;
        padding: 15px 30px;
        border-radius: 54px;
        position: relative;
        text-align: left;
    }

    .active-filter-pharms__close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin: -15px 0 0;
    }

    .active-filter-pharms__close:before,
    .active-filter-pharms__close:after {
        height: 4px;
    }

    .metro-check-inform-name {
        vertical-align: middle;
    }

    .search-empty-2 .carousel-block {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1001px) {
    .body-wrap {
        position: relative;
        min-height: 100%;
        height: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .body-wrap .content-wrap {
        flex-grow: 1;
    }

    .body-wrap.no-visual-footer {
        padding-bottom: 0;
    }

    .body-wrap.no-visual-header {
        padding-top: 0;
    }

    .body-wrap-landing {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .body-wrap-landing.popup-mobile-open {
        padding-top: 93px;
    }

    .body-wrap_without_footer {
        padding-bottom: 0;
    }

    .body-wrap .footer,
    .body-wrap .header-new {
        position: relative;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .body-wrap .header-new {
        top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .close-revievs-popup {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-incredible-prices-redesign .banner-more {
        right: 27px;
    }

    #overlay {
        z-index: 1000;
    }

    .product-detail-controls .info-message {
        top: 7px;
    }

    .product-detail-controls .info-message:before {
        display: block;
        width: 20px;
        height: 20px;
        border: 0;
        z-index: 999;
        background: #ffffff;
        transform: rotateZ(-45deg);
        position: absolute;
    }

    .product_price_icon_message {
        width: 40px;
        height: 40px;
        position: relative;
        top: 20px;
    }
}

.revievs-mobile .rating-text {
    color: #D5D5D6;
}

.reviews-container.reviews-flag .revievs-mobile .star-rating-control {
    width: auto;
    height: 21px;
}

.reviews-container.reviews-flag .revievs-mobile div.star-rating {
    width: 21px;
    height: 21px;
}

.reviews-container.reviews-flag .revievs-mobile div.star-rating a {
    width: 21px;
}

.detail .js-add-review-form textarea.styled {
    margin: 0;
}

.pic-popup {
    z-index: 1000;
}

.content .carousel-block {
    padding: 0;
    overflow: visible;
}

.thist .item:after {
    display: block;
    content: '';
    clear: both;
    position: static;
    width: auto;
    height: auto;
    background: none;
}

.link-reserve,
.link-preorder {
    text-decoration: none;
}

.link-reserve:hover,
.link-preorder:hover {
    text-decoration: underline;
}

.link-reserve {
    color: #2b2b2b;
}

.link-preorder {
    color: #ffad11;
}

.hide {
    display: none !important;
}

.available {
    padding-top: 30px;
    padding-bottom: 60px;
}

.active-orders-show-all,
.inactive-orders-show-all {
    display: inherit;
}

.revievs-mobile .popup-enter-phone__data-accept__text {
    color: #D5D5D6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 6px;
    margin-top: 1px;
    text-align: left;
}

.reviews-container.reviews-flag .revievs-mobile .sendblock {
    margin-top: 15px;
}

.product-information__tab__title.noMargin {
    margin-left: 0px;
}

.lt-label-mobile {
    bottom: 20px !important;
    transform: translateZ(0);
}

.section-main__title.section-main__title-analogs {
    text-align: center;
    margin: 0 0 20px;
}

.horizontal-line {
    display: none;
}

.open-marker #draw-overlay {
    display: none;
}

.not_available .info-message,
.not_available .product__additional-block,
.not_available .farm-contains-mobile,
.not_available .product__available-list-view {
    display: none !important;
}

.content-catalog-detail.detail .rightcol.detail .js-review-toggle.style5 {
    float: unset;
    top: -20px;
}

.reviews-container h2 {
    margin-bottom: 40px;
}

.thist .info-message {
    display: inline-block;
    top: -4px;
}

.thist .info-message div {
    display: block;
}

.thist .info-message .info-message__popup {
    display: none;
}

.thist .info-message:hover .info-message__popup {
    display: block;
}

.thist .popup-pharm-info__contacts {
    margin-left: 0;
}

.thist .popup-pharm-info__contacts li {
    list-style: none;
}

.thist .popup-pharm-info__contacts li div {
    display: inline-block;
}

.original-offer {
    display: inline-block;
    padding: 5px 5px 2px;
    background: #fd8900;
    border: 1px solid #ff7900;
    border-radius: 5px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.caption-item {
    display: inline-block;
    padding: 5px 5px 2px;
    background: #cce3ff;
    border: 1px solid #cce3ff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #414bc9;
    font-size: 12px;
    line-height: 18px;
}

.caption-item_type-original {
    background: #fd8900;
    border-color: #ff7900;
    color: #ffffff;
}

.products-pharmacie .product__box.product__box-original-offer,
.section-main__content__products__list .product__box.product__box-original-offer {
    padding-top: 35px;
}

.products-pharmacie .product__box-original-offer .product,
.section-main__content__products__list .product__box-original-offer .product {
    padding-top: 0 !important;
}

.products-pharmacie .product__box-original-offer .original-offer,
.section-main__content__products__list .product__box-original-offer .original-offer {
    position: absolute;
    bottom: 100%;
    left: calc(15% + 15px);
    border-radius: 0 0 5px 5px;
    margin-bottom: 7px;
}

.product__box-original-offer {
    text-align: center;
}

.cart-content .inner-wrapper-sticky .products-pharmacie .product__box-original-offer,
.cart-steps-mobile .product__box-original-offer {
    text-align: left;
}

.product__box-original-offer .product__map {
    margin-bottom: 5px;
}

.products-pharmacie .product__box-original-offer .original-offer {
    left: 0;
}

.product-forms-list-item-original .product-forms-list-item-link {
    width: calc(75% - 150px);
}

.analog-item-block .original-offer {
    margin-bottom: 5px;
}

@media screen and (min-width: 1001px) {
    .product-information__info__content .evaluate-review {
        display: inline-flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        width: 100%;
    }

    .product-information__info__content .evaluate-review .reply-link {
        display: inline-flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product-information__info__content .evaluate-review .reply-link i {
        height: 15px;
    }

    .product-information__info__content .evaluate-review .piluli-46:before {
        width: 15px;
        height: 15px;
    }

    .farm-contains-wrapp.nomobile {
        display: inline-block;
    }

    .guarantee-asna + .guarantee-asna-desc {
        display: inline-block;
    }

    .big-price.price-wrap-catalog-item-price + .farm-contains-wrapp.nomobile {
        position: absolute;
        left: 200px;
        top: 50%;
    }

    .item-component-price-wapper {
        position: relative;
        display: inline-block;
    }

    .item-component-price-wapper .guarantee-asna {
        display: inline-block;
        vertical-align: middle;
    }

    .item-component-price-wapper .guarantee-asna-desc {
        display: inline-block;
        vertical-align: middle;
        margin-top: -25px;
    }

    .zoomContainer {
        z-index: 90;
    }
}

.pagination__pages a:hover,
.pagination__pages span:hover {
    cursor: pointer;
}

.content-search {
    padding: 0 60px 50px !important;
}

.content-search.search-empty-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.block-article-pagination {
    margin-top: 30px;
}

.content-profile .info-message > a,
.cart-content .info-message > a,
.available__pharms-wrap .info-message > a {
    background: none;
    outline: none;
    text-decoration: none;
}

.content-profile .info-message > a::after,
.cart-content .info-message > a::after,
.available__pharms-wrap .info-message > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(/local/templates/asna-new/img/redesign-5/exc-p.png) no-repeat;
    background-size: 100% 200%;
}

.svg .content-profile .info-message > a::after,
.svg .cart-content .info-message > a::after,
.svg .available__pharms-wrap .info-message > a::after,
.svg .pharmacie-rows__wrap-choose .info-message > a {
    background: url(/local/templates/asna-new/img/redesign-5/exc-p.svg) no-repeat;
    background-size: 100% 200%;
}

.svg .pharmacie-rows__wrap-choose .info-message a {
    opacity: 1;
    transition: none;
}

.svg .pharmacie-rows__wrap-choose .info-message a:hover {
    background-position: bottom left;
}

.content-profile .info-message > a,
.cart-content .info-message > a,
.available__pharms-wrap .info-message > a {
    opacity: 10;
}

.content-profile .info-message:hover > a::after,
.cart-content .info-message:hover > a::after,
.available__pharms-wrap .info-message:hover > a::after {
    background-position: 0 100%;
}

.content.content-inform-articles .rightcol2 {
    margin-left: 0;
}

.content.content-inform-articles .rightcol2 .newslist {
    margin: 0 auto;
    text-align: center;
}

.content.content-inform-articles .rightcol2 .newslist a {
    display: inline-block;
    float: none;
}

.content-catalog-detail .banner-wrap {
    font-size: 0;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #C0F1DA;
}

.content-catalog-detail .banner-wrap a,
.content-catalog-detail .banner-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.content-catalog-detail .banner-wrap img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .content-catalog-detail .banner-wrap {
        padding: 0;
        margin: 0 30px 20px;
    }

    .content-search {
        padding: 0 20px 50px !important;
    }

    .original-offer {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 10px 8px;
        border-radius: 10px;
    }

    .products-pharmacie .product__box-original-offer .original-offer,
    .section-main__content__products__list .product__box-original-offer .original-offer,
    .product-information__info__content.goods-items .product__box-original-offer .original-offer,
    .original-offer {
        border-radius: 0 0 10px 10px;
        bottom: auto;
        top: 0;
        position: absolute;
    }

    .products-pharmacie .product__box.product__box-original-offer,
    .section-main__content__products__list .product__box.product__box-original-offer,
    .product-information__info__content.goods-items .product__box.product__box-original-offer,
    .product__box.product__box-original-offer {
        padding-top: 0;
    }

    .products-pharmacie .product__box.product__box-original-offer .product,
    .section-main__content__products__list .product__box.product__box-original-offer .product,
    .product-information__info__content.goods-items .product__box.product__box-original-offer .product,
    .product__box.product__box-original-offer .product {
        padding-top: 45px !important;
    }

    .section-main__content__products__list .product__box-original-offer .original-offer,
    .product__box-original-offer .original-offer {
        left: 160px;
    }

    .product-title .original-offer {
        position: static;
        border-radius: 10px;
        height: auto;
        margin-bottom: 10px;
    }

    .thist .info-message {
        position: static;
    }

    .thist .info-message .info-message__popup {
        right: 20px;
        left: auto;
    }

    .footer {
        padding-bottom: 120px;
    }

    .title-search-result {
        display: none !important;
    }

    .revievs-mobile-wrap {
        background: rgba(255, 255, 255, 0.9);
        z-index: 99999;
    }

    .reviews-container.reviews-flag .revievs-mobile .sendblock {
        margin: 0;
        width: 100%;
    }

    .partnf {
        display: block;
        box-sizing: border-box;
        width: 100%;
    }

    .reviews-container.reviews-flag .revievs-mobile .star-rating-control {
        width: auto;
        height: 52px;
    }

    .reviews-container.reviews-flag .revievs-mobile div.star-rating {
        width: 52px;
        height: 52px;
    }

    .reviews-container.reviews-flag .revievs-mobile div.star-rating a {
        width: 52px;
    }

    .reviews-container.reviews-flag .revievs-mobile .sendblock .style3.js-review-submit {
        font-size: 34px;
        margin-top: 20px;
    }

    .rightcol2 h1 {
        padding-top: 60px;
    }

    .pharmacie-row__title {
        position: relative;
    }

    .pharmacie-row__title .info-message {
        position: static;
    }

    .info-message__popup-info-pharm {
        left: 0;
    }

    .info-message__popup-info-pharm .pharmacie-row__title {
        font-size: 16px;
        line-height: 24px;
    }

    .info-message__popup-info-pharm .popup-pharm-info__contacts li div {
        max-width: calc(100% - 80px);
        font-size: 20px;
        line-height: 24px;
    }

    .info-message__popup-info-pharm .popup-pharm-info__contacts li div:first-child {
        width: 100px;
    }

    .info-message__popup-info-pharm .pharmacie-row__subway {
        margin: 15px 0;
    }

    .info-message__popup-info-pharm .pharmacie-row__name {
        font-style: 18px;
    }

    .info-message__popup-info-pharm .pharmacie-row__title {
        font-size: 20px;
        line-height: 24px;
    }

    .js-popup-pharm-subway .popup-new {
        z-index: 1;
    }

    .wpopup .catalog__menu-wrap {
        z-index: 999;
    }

    .thist .item {
        -webkit-tap-highlight-color: transparent;
    }

    .thist .info-message {
        width: 45px;
        height: 45px;
        text-align: left;
    }

    .adtcp:before {
        content: '';
        border-top: 1px solid #a7de89;
        position: absolute;
        width: calc(100% - 60px);
        height: 1px;
        margin: 0;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .active-orders-show-all,
    .inactive-orders-show-all {
        text-align: center;
    }

    .inactive-orders-show-all div.load-orders,
    .active-orders-show-all div.load-orders {
        height: 40px;
        font-size: 14px;
        color: #000;
        line-height: 15;
        display: flex;
        border-radius: 5px;
        font-weight: 500;
        cursor: pointer;
        font-style: normal;
        align-items: center;
        background: #efefef;
        justify-content: center;
    }

    .active-orders-show-all a span,
    .inactive-orders-show-all a span {
        font-size: 24px;
        line-height: 32px;
    }

    .active-orders-show-all a,
    .inactive-orders-show-all a {
        padding: 10px 20px;
        border-width: 3px;
    }

    .revievs-mobile .popup-enter-phone__data-accept__text {
        font-size: 16px;
        line-height: 24px;
    }

    .content-catalog-detail .page-closer {
        color: #D5D5D6;
    }

    .guarantee-asna {
        display: inline-block;
        vertical-align: middle;
    }

    .guarantee-asna-desc {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 0;
        text-align: center;
        position: absolute;
        left: 100%;
        white-space: nowrap;
        top: 50%;
        margin: 0 0 0 -15px;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-instruction {
        display: block;
    }

    .content-catalog-detail .carousel-block__title {
        padding: 20px 0;
    }

    /*--catalog_cart_wrapper/inside_change--*/
    .content.content-catalog-detail {
        padding: 0;
    }

    .content-catalog-detail .adtcp:before {
        width: 100%;
    }

    .content-catalog-detail.detail .leftcol,
    .content-catalog-detail .adtcp {
        padding: 30px 30px;
        font-size: 0;
    }

    .content-catalog-detail .carousel-block .carousel {
        padding: 0 15px;
    }

    .horizontal-line {
        width: 100%;
        position: absolute;
        height: 0px;
        border-top: 1px solid #E2E2E2;
        left: 0;
    }

    .product-detail-controls .product__additional-block {
        margin-bottom: 154px;
        margin-top: 24px;
    }

    .content.content-catalog-detail.detail .product-detail-controls .product__additional-block {
        margin-top: 39px;
    }

    .product-detail-controls {
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 55px;
    }

    .product-detail-controls .info-message {
        top: 20px;
        position: static;
    }

    .content-catalog-detail .adtcp,
    .content-catalog-detail .adtcp .infos {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .content-catalog-detail .adtcp:before {
        display: none;
    }

    .content-catalog-detail .farm-contains-mobile {
        position: absolute;
        left: 0;
        bottom: -64px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .content-catalog-detail .guarantee-asna {
        margin-top: 15px;
    }

    .content-catalog-detail .product-detail-controls .product__additional-block.product__additional-block-guarantee {
        text-align: center;
    }

    .content-catalog-detail .product-detail-controls .product__additional-block-guarantee .product__btn.btn-basket {
        display: block;
        width: 100%;
        max-width: none;
        margin-left: 0;
        position: absolute;
        bottom: 44px;
        left: auto;
        right: 0;
        height: 70px;
        font-size: 32px;
        line-height: 38px;
        margin-top: 40px;
        border-radius: 35px;
        font-size: 32px;
        line-height: 38px;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    .text-producer.text-producer-recept.mobileonly {
        color: #ff0000;
        display: inline-flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 14px 0 0;
        width: auto;
    }

    .text-producer.text-producer-tl.mobileonly {
        color: #12b7ff;
        display: inline-flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 14px 0 0;
        width: auto;
    }

    /*-/catalog_cart_wrapper/inside_change--*/
    .content-catalog-detail.detail .reviews-list .evaluate-review .reply-link {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }

    .content-catalog-detail.detail .reviews-list .evaluate-link-wrap .digit,
    .content-catalog-detail.detail .reviews-list .evaluate-review .reply-link {
        font-size: 24px;
        line-height: 32px;
    }

    .thist .item.open:after {
        display: none;
    }

    /*--Answer_form--*/
    .add-review-form {
        display: none;
    }

    .add-review-form.sub-review .partnf {
        display: block;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .add-review-form.sub-review .review-header .review-title {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .add-review-form.sub-review .js-add-review-form textarea.styled {
        width: 100%;
        display: inline-block;
        margin: 0;
        box-sizing: border-box;
        min-width: 400px;
        padding: 10px;
    }

    .add-review-form.sub-review .sendblock .style3 {
        width: 40%;
        height: 50px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    /*-/Answer_form--*/
    .header-mobile-hide > .header-new__line-top {
        display: none;
    }

    .product-detail-controls .product__available-list-view {
        font-size: 24px;
        line-height: 32px;
    }

    .content-catalog-detail .product__available-list-view > a {
        font-weight: normal;
        text-decoration: none;
        border-bottom: 1px solid #D5D5D6;
        color: #D5D5D6;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    .product-detail-controls .product__available-list-view {
        font-size: 24px;
        line-height: 32px;
    }

    .content-catalog-detail .product__available-list-view > a {
        font-weight: normal;
        text-decoration: none;
        border-bottom: 1px solid #D5D5D6;
        color: #D5D5D6;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    .content-catalog-detail .essentiale-banner .product__available-list-view a {
        font-size: 0;
    }

    .not_available .info-message,
    .not_available .product__additional-block,
    .not_available .farm-contains-mobile,
    .not_available .product__available-list-view {
        display: none !important;
    }

    .item-page-not-available-text {
        font-size: 20px;
        line-height: 24px;
        margin-top: 65px;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }

    .product__buy .item-page-not-available-text {
        margin-top: 5px;
    }

    .content-catalog-detail.detail .reviews-container {
        margin-top: 0;
    }

    .popup-enter-phone__data-accept {
        max-width: 78%;
    }

    .popup-pharm-subway__wrap__control {
        top: 3px;
    }

    /*--basket-popup--*/
    .basket-popup {
        position: absolute;
        width: calc(100% - 60px);
        width: 580px;
        height: auto;
        background: #ffffff;
        border: 0;
        border-radius: 15px;
        box-shadow: 0px 0px 40px 0px #D5D5D6;
        z-index: 99999;
        left: 50%;
        left: 0;
        top: 100%;
        margin-top: 10px;
        margin-top: 12px;
        transform: translateX(-50%);
        transform: translateX(-77%);
        box-sizing: border-box;
    }

    .basket-popup::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 0;
        background: #ffffff;
        position: absolute;
        right: 10%;
        margin-top: -7px;
        transform: rotateZ(45deg);
    }

    .basket-popup__content {
        display: block;
        width: 100%;
        height: auto;
        padding: 25px 30px;
        box-sizing: border-box;
    }

    .basket-popup__content__title {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .basket-popup__content__title > .title {
        display: inline-block;
        color: #2a3239;
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
    }

    .basket-popup__content__btn-group {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .basket-popup__content__btn-group > .btn-continue,
    .basket-popup__content__btn-group > .btn-buy {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        border-radius: 25px;
        border: 4px solid;
        transition: all 0.5s;
        width: 48%;
        font-weight: 700;
        padding: 9px 0;
        text-align: center;
        outline: none;
        box-sizing: border-box;
    }

    .basket-popup__content__btn-group > .btn-continue {
        color: #D5D5D6;
        border-color: #D5D5D6;
        background: #ffffff;
    }

    .basket-popup__content__btn-group > .btn-continue:hover {
        color: #50be14;
        border-color: #50be14;
    }

    .basket-popup__content__btn-group > .btn-buy {
        color: #ffffff;
        border-color: #50be14;
        background: #50be14;
    }

    .basket-popup__content__btn-group > .btn-buy:hover {
        border-color: #1A8806;
        background: #1A8806;
    }

    /*-/basket-popup--*/
    .active-filter-pharms .metro {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 24px;
        margin-right: 8px;
    }

    .popup {
        z-index: 1001;
    }

    ul.article-pagination {
        margin: 0;
        margin-bottom: 0px;
        margin-top: 30px;
        height: auto;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    ul.article-pagination li {
        list-style-type: none;
        position: relative;
        width: 50%;
        height: 55px;
        margin: 0;
    }

    ul.article-pagination a {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .pagination-next .pagination-title,
    .pagination-previous .pagination-title {
        height: auto;
    }

    .section-main__content-line-top .sorting {
        float: right;
    }

    .sorting__item__select select {
        height: 45px;
    }

    .sorting__item__select:after {
        top: 19px;
        right: 19px;
    }

    /*multispan*/
    ul.article-pagination li {
        list-style-type: none;
        position: relative;
        width: 40%;
        height: 55px;
        margin: 0;
    }

    .pagination-next .pagination-title,
    .pagination-previous .pagination-title {
        overflow: hidden;
        height: 40px;
        width: 100%;
        display: block;
    }

    .pagination-title::before {
        content: "";
        float: left;
        width: 5px;
        height: 40px;
    }

    .pagination-title > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
        text-align: left;
        height: 40px;
    }

    .pagination-title::after {
        content: "\02026";
        box-sizing: content-box;
        float: right;
        position: relative;
        top: -20px;
        left: -10px;
        width: 35px;
        margin-left: 0;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    }

    .article-pagination > .clearfix {
        display: none;
    }

    /*multispan*/
    .filters__title a {
        border-bottom: 2px #D5D5D6 dashed;
    }

    .available__title-page .product__btn.btn-basket.issue {
        min-width: 247px;
        min-height: 49px;
    }

    .content-catalog-detail.detail .leftcol,
    .content-catalog-detail .adtcp {
        min-height: 120px;
    }

    .content-catalog-detail .progress-bar__wrap {
        margin-bottom: 0;
    }

    .content-catalog-detail .progress-bar__wrap::after {
        content: '';
        width: 110%;
        height: 1px;
        background: #E2E2E2;
        display: inline-block;
        margin-left: -5%;
        margin-top: 30px;
    }

    .content-profile .item .c4 {
        padding-right: 60px;
    }

    .content-profile .info-message {
        position: absolute;
        top: 19px;
        right: 20px;
        width: auto;
        height: auto;
    }

    .content-profile .info-message > a::after,
    .cart-content .info-message > a::after,
    .available__pharms-wrap .info-message > a::after {
        width: 34px;
        height: 34px;
    }

    .content-profile .info-message:hover > a::after,
    .cart-content .info-message:hover > a::after,
    .available__pharms-wrap .info-message:hover > a::after {
        background-position: 0 0;
    }

    .content-profile .info-message.active > a::after,
    .cart-content .info-message.active > a::after {
        background-position: 0 100%;
    }

    .content-profile .info-message .info-message__popup-info-pharm,
    .cart-content .info-message .info-message__popup-info-pharm,
    .available__pharms-wrap .info-message .info-message__popup-info-pharm {
        left: initial;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0 0 35px 1px rgba(98, 208, 38, 0.7);
    }

    .content-profile .info-message .info-message__popup-info-pharm::after,
    .cart-content .info-message .info-message__popup-info-pharm::after,
    .available__pharms-wrap .info-message .info-message__popup-info-pharm::after {
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        background: none;
        border: 10px solid #ffffff;
        border-left: none;
        border-bottom: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotateZ(45deg);
        right: -10px;
        margin-top: -10px;
    }

    .content-profile .info-message .info-message__popup-info-pharm .popup-pharm-info__contacts,
    .cart-content .info-message .info-message__popup-info-pharm .popup-pharm-info__contacts,
    .available__pharms-wrap .info-message .info-message__popup-info-pharm .popup-pharm-info__contacts {
        border: none;
        padding: 0;
        margin: 0;
    }

    .popup-pharm-controls {
        border-top: 0;
        padding-top: 0;
        flex-direction: row;
        align-items: center;
    }

    .product-detail-controls .product__additional-block-guarantee .product__amount {
        position: absolute;
        right: 0;
        top: initial;
        bottom: 0;
        margin: 0 70px 43% 0;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1000px) {
    .banner-incredible-prices-redesign .banner-incredible-prices-title {
        font-size: 6vw;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
    }

    .banner-incredible-prices-new-economy .happy-hours-title span {
        font-size: 2em;
        display: inline-block;
        top: 0;
    }
}


/*--select_favorite_pharm--*/

.sorting__item_favorite-pharm .sorting__item__select {
    display: inline-block;
    border: 2px solid #e8e8e8;
    border-radius: 28px;
    background: #ffffff;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 45px 5px 20px;
    text-overflow: ellipsis;
    cursor: pointer;
}

.sorting__item_favorite-pharm .sorting__item__select > * {
    cursor: pointer;
}

.sorting__item_favorite-pharm .sorting__item__select:after {
    top: 11px;
    z-index: 9;
}

.sorting__item_favorite-pharm select {
    border: none;
    display: inline-block;
    width: 290px;
    padding: 0;
    margin-left: 3px;
    border-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
    border-radius: 0;
}

.section-main__content .section-main__content__products.js-content__products__view .product__available__state__list {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.section-main__content .section-main__content__products.js-content__products__view .product__not__available {
    padding: 0;
    width: auto;
}

.section-main__content__products.js-content__products__view .list-discount-info-desk {
    float: left;
}

.product__not__available,
.section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__not__available {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 20px;
}

.product__not__available__text {
    color: #e93539;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.product__available__state__list,
.section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__available__state__list {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    text-align: left;
    width: 90px;
}

.asna-market .section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__available__state__list {
    vertical-align: middle;
}

.carousel-products .product__available__state__list {
    display: none;
}

.product__not__available,
.section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__not__available {
    visibility: hidden;
    height: 0;
}

.carousel-block .product__available__state__list {
    width: 100%;
    margin-bottom: 10px;
}

.carousel-block .product__not__available {
    width: auto;
    padding: 0;
}

.section-main__content .section-main__content__products.section-main__content__products__list__bar .product__available__state__list {
    display: none;
}

.section-main__content .section-main__content__products.section-main__content__products__list .product__available__state__list.for_bar {
    display: none;
}

.section-main__content .section-main__content__products.section-main__content__products__list__bar .product__available__state__list.for_bar {
    display: block;
}

.section-main__content .section-main__content__products .product__available__state__list .product-visible,
.basket-mini .product-visible {
    visibility: visible !important;
    height: auto !important;
}

@media screen and (min-width: 1001px) and (max-width: 1120px) {
    .sorting__item_favorite-pharm .sorting__item__select {
        width: 270px;
        font-size: 12px;
        line-height: 18px;
        padding-left: 10px;
    }

    .sorting__item_favorite-pharm select,
    .favorite-pharm-tab .sorting__item__label label {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .sorting__item_favorite-pharm .sorting__item__select {
        padding: 0px 45px 0px 20px;
        height: 45px;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__available__state__list {
        float: left;
        margin-right: 270px;
        margin-bottom: 5px;
    }

    .section-main__content .section-main__content__products.section-main__content__products__list .product__available__state__list.for_bar {
        display: block;
    }

    .section-main__content .section-main__content__products.section-main__content__products__list .product__available__state__list.not_for_bar {
        display: none;
    }

    .section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .group_price_item .product__available__state__list {
        margin: 0;
    }

    .product__not__available,
    .section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__not__available {
        width: auto;
        padding-left: 0px;
    }

    .product__not__available__text {
        font-size: 16px;
        line-height: 24px;
    }

    .product-detail-controls .product__not__available {
        padding-bottom: 5px;
        width: 100px;
        vertical-align: bottom;
    }

    .product-detail-controls .product__btn.btn-basket {
        bottom: 30px;
    }

    .product-detail-controls .sorting__item_favorite-pharm .sorting__item__select,
    .product-detail-controls .sorting__item_favorite-pharm select {
        width: 100%;
        font: 700 14px Arial;
    }

    .product-detail-controls .sorting__item_favorite-pharm .sorting__item__select:after {
        top: initial;
    }

    .product-detail-controls .sorting__item_favorite-pharm .sorting__item__select:before {
        display: none;
    }

    .product-detail-controls .sorting__item_favorite-pharm {
        margin-top: 30px;
    }

    .product-detail-controls .sorting__item_favorite-pharm::after {
        content: '';
        width: 110%;
        height: 1px;
        background: #E2E2E2;
        display: inline-block;
        margin-left: -5%;
        margin-top: 30px;
    }

    .sorting__item_fav-pharm-mob {
        width: 100%;
        margin-top: 25px;
    }

    .sorting__item_fav-pharm-mob .sorting__item_favorite-pharm,
    .sorting__item_fav-pharm-mob .sorting__item_favorite-pharm .sorting__item__select,
    .sorting__item_fav-pharm-mob .sorting__item_favorite-pharm select {
        width: 100%;
    }

    .sorting__item_favorite-pharm .sorting__item__select:after {
        top: 16px !important;
    }

    .product-detail-controls .product__price.first {
        margin: 39px 0 0 0;
        padding-left: 0;
        padding-right: 15px;
    }

    .product-detail-controls .product__price.product__price-normal {
        padding-left: 0;
        margin-left: 15px;
    }

    .product-detail-controls .product__price {
        padding-top: 0;
        margin: 39px 20px 0 10px;
    }
}


/*-/select_favorite_pharm--*/

@media screen and (max-width: 1150px) and (min-width: 1000px) {
    input.search-pharms__edit::-webkit-input-placeholder {
        font-size: 9.8px;
    }

    input.search-pharms__edit::-moz-placeholder {
        font-size: 9.8px;
    }

    input.search-pharms__edit:-ms-input-placeholder {
        font-size: 9.8px;
    }

    input.search-pharms__edit::placeholder {
        font-size: 9.8px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1001px) {
    .section-main__content .section-main__content__products.js-content__products__view.section-main__content__products__list .product__available__state__list {
        width: 70px;
    }
}

.section-main__content-line-top .sorting__item {
    display: inline-block;
    vertical-align: middle;
}

.product-detail-controls .sorting__item_favorite-pharm {
    width: 100%;
    margin-left: 0;
}

.product__price.product__price-normal {
    position: relative;
    display: inline-block;
}

#cart-header .product__available__state__list {
    display: block;
    height: 0;
}

.basket-mini_price_wrap .basket-mini__products__price {
    width: auto;
    margin-top: -3px;
}

#cart-header .product__not__available {
    width: 100%;
    padding: 0;
}

.product-forms-list-item-link .product-forms-list-item-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.profile-contacts-info {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}

.popup-enter-phone-new {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 375px;
    padding: 45px 15px 25px;
}

.popup-enter-phone-new .popup-enter-phone__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    width: auto;
}

.popup-enter-phone-new .popup-enter-phone__input {
    display: block;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 0;
}

.popup-enter-phone-new .popup-enter-phone__input__field {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: solid 1px #dbdbdb;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #080808;
    -webkit-appearance: none;
}

@-webkit-keyframes wrong {
    0%,
    100% {
        left: 0;
        border-color: #F03540;
    }
    20%,
    60% {
        left: 15px;
        border-color: #F03540;
    }
    40%,
    80% {
        left: -15px;
        border-color: #F03540;
    }
}

@-moz-keyframes wrong {
    0%,
    100% {
        left: 0;
        border-color: #F03540;
    }
    20%,
    60% {
        left: 15px;
        border-color: #F03540;
    }
    40%,
    80% {
        left: -15px;
        border-color: #F03540;
    }
}

@keyframes wrong {
    0%,
    100% {
        left: 0;
        border-color: #F03540;
    }
    20%,
    60% {
        left: 15px;
        border-color: #F03540;
    }
    40%,
    80% {
        left: -15px;
        border-color: #F03540;
    }
}

.popup-enter-phone-new input {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.popup-enter-phone-new .popup-enter-phone__input__field.error-send {
    border-color: #ff4800;
    color: #ff4800;
    -webkit-animation: wrong 0.3s;
    -moz-animation: wrong 0.3s;
    animation: wrong 0.3s;
    position: relative;
}

.popup-enter-phone-new .popup-enter-phone__input__field.error {
    border-color: #ff4800;
    color: #ff4800;
}

.popup-enter-phone-new .popup-enter-phone__input div.error {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ff4800;
    margin-top: 5px;
    text-align: left;
}

.popup-enter-phone-new .popup-enter-phone__input__field.success {
    border-color: #50be14;
    color: #50be14;
}

.popup-enter-phone-new .popup-enter-phone__input__field.popup-enter-phone__input__field--phone {
    padding-left: 45px;
    background: url('/local/templates/asna-new/css/../img/asna_2018/phone-1.svg') no-repeat;
    background-position: 17px center;
    background-size: 13px 13px;
    font-size: 16px;
    line-height: 24px;
}

.popup-enter-phone-new form {
    width: 100%;
}

.popup-enter-phone-new .popup-enter-phone__sm-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #080808;
    margin-bottom: 10px;
    width: 100%;
}

.popup-enter-phone-new .popup-enter-phone__sm-text.popup-enter-phone__sm-text-back {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}

.popup-enter-phone-new .popup-enter-phone__input__btn {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #50be14;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    height: 45px;
    margin-top: 10px;
    -webkit-appearance: none;
}

.popup-enter-phone-new .popup-enter-phone__data-accept__text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #D5D5D6;
    margin: 0 0 0 10px;
    vertical-align: top;
}

.popup-enter-phone-new .popup-enter-phone__data-accept__text a {
    color: #50be14;
    text-decoration: none;
}

.popup-enter-phone-new .popup-enter-phone__data-accept__checkbox {
    margin-top: 2px;
}

.popup-enter-phone-new .popup-enter-phone__data-accept {
    align-items: flex-start;
    text-align: left;
    margin-top: 5px;
    width: 100%;
}

.popup-enter-phone-new .icon-close {
    font-size: 12px;
    line-height: 18px;
    width: 1em;
    color: #080808;
    top: 15px;
    right: 0px;
}

.popup-enter-phone-new .popup-enter-phone__input__field--sms {
    text-align: center;
    letter-spacing: 3px;
}

.popup-enter-phone-new .popup-enter-phone__input__field.popup-enter-phone__input__field--sms--disabled {
    background: #F1F1F1;
    border-color: rgba(183, 183, 183, 0.50);
    color: #ACADAF;
}

.popup-enter-phone-new .repeated-sms {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #50BE14;
    width: auto;
    background: none;
}

.popup-enter-phone-new button.repeated-sms {
    cursor: pointer;
}

.popup-enter-phone__sm-text-back {
    margin-top: 10px;
}

.popup-enter-phone__sm-text-back a {
    color: #9b9b9b;
    text-decoration: none;
}

.popup-enter-phone-new .popup-enter-phone__data-accept__checkbox span {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: none;
    background: rgba(157, 157, 157, 0.2) !important;
    border: none;
    font-size: 0;
    position: relative;
    display: block;
}

.popup-enter-phone-new .popup-enter-phone__data-accept__checkbox input:checked + span:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -1px;
    background: url('/local/templates/asna-new/css/../img/asna_2018/checkbox.svg') no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
    .superviser-wrap {
        display: block;
        margin-top: 0;
        width: auto;
        padding: 30px 30px 0;
    }

    .profile-contacts-info {
        width: auto;
        display: block;
    }

    * {
        touch-action: manipulation;
    }

    .popup-enter-phone-new {
        min-width: 580px;
        padding: 80px 30px 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .popup-enter-phone-new .popup-enter-phone__title {
        font-size: 32px;
        line-height: 38px;
    }

    .popup-enter-phone-new .popup-enter-phone__input__field {
        height: 90px;
        border-radius: 80px;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        padding: 0 60px;
        font-size: 32px;
        line-height: 38px;
        border-width: 2px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .popup-enter-phone-new .popup-enter-phone__input__field::placeholder {
        font-size: 32px;
        line-height: 38px;
    }

    .popup-enter-phone-new .popup-enter-phone__input__field.popup-enter-phone__input__field--phone {
        padding-left: 90px;
        background-position: 34px center;
        background-size: 26px 26px;
        font-size: 32px;
        line-height: 38px;
    }

    .popup-enter-phone-new .popup-enter-phone__input__field.popup-enter-phone__input__field--phone::placeholder {
        font-size: 32px;
        line-height: 38px;
    }

    .popup-enter-phone-new .popup-enter-phone__sm-text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .popup-enter-phone-new .popup-enter-phone__sm-text.popup-enter-phone__sm-text-back {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .popup-enter-phone-new .popup-enter-phone__input__btn {
        font-size: 24px;
        line-height: 32px;
        border-radius: 80px;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        height: 90px;
        margin-top: 20px;
    }

    .popup-enter-phone-new .popup-enter-phone__data-accept__text {
        font-size: 24px;
        line-height: 32px;
        margin-left: 15px;
    }

    .popup-enter-phone-new .popup-enter-phone__data-accept {
        margin-top: 10px;
        max-width: 100%
    }

    .popup-enter-phone-new .popup-enter-phone__data-accept__checkbox input + span {
        width: 24px;
        height: 24px;
        font-size: 0;
    }

    .popup-enter-phone-new .popup-enter-phone__data-accept__checkbox input:checked + span:before {
        width: 24px;
        height: 24px;
        right: -2px;
    }

    .popup-enter-phone-new .icon-close {
        font-size: 24px;
        line-height: 32px;
        top: 30px;
        right: 15px;
    }

    .popup-enter-phone-new .repeated-sms {
        font-size: 20px;
        line-height: 24px;
        margin-top: 40px;
    }

    .popup-enter-phone-new .popup-enter-phone__input div.error {
        font-size: 24px;
        line-height: 32px;
        margin-top: 10px;
    }

    .content-catalog-detail .progress-bar__wrap {
        padding-top: 10px;
    }

    .popup-enter-phone__input__field {
        height: 66px;
    }
}

.popup-login.popup-enter-phone {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    max-width: 480px;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 hsl(0deg 0% 62% / 40%);
    z-index: 1001;
    max-height: -webkit-calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: calc(100% - 40px);
    width: 100%;
}

.popup-login .disabled {
    opacity: 1;
}

.popup-login .icon-close {
    top: 15px;
    right: 15px;
}

.popup-login .popup-enter-phone__title {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.popup-login .popup-enter-phone__sm-text {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    width: 100%;
}

.js-auth-form {
    margin-bottom: 24px;
}

.popup-enter-phone__sm-text:not([style*="display: none"]) ~ .js-auth-form {
    margin-bottom: 16px;
}

.popup-login .popup-enter-phone__sm-text span {
    font-weight: 700;
}

.popup-login .popup-enter-phone__input__field.popup-enter-phone__input__field--phone {
    padding: 16px 12px 16px 44px;
    margin-bottom: 0;
    background-size: 20px 20px;
    font-size: 16px;
    line-height: 18px;
}

.popup-login .popup-enter-phone__input__field.popup-enter-phone__input__field--phone:disabled {
    color: #999;
}

.popup-login form {
    width: 100%;
}

.popup-login .popup-enter-phone__input {
    display: block;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 8px;
}

.popup-login .popup-enter-phone__input .pincode-input-container input:valid {
    border-color: #878787;
}

.popup-login .popup-enter-phone__input__field {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #D5D5D6;
}

.popup-login .popup-enter-phone__input__field--phone {
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
    font-weight: 400;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.popup-login .popup-enter-phone__input__field--phone:focus {
    border-width: 2px;
    border-color: #50BE14;
    caret-color: #333333;
}

.popup-login .popup-enter-phone__input__btn {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    height: 48px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}

.popup-login .popup-enter-phone__input__btn:hover {
    background: #54a129;
}

.popup-login .popup-enter-phone__input__btn:disabled {
    background: #F4F4F4;
    color: #999;
    cursor: not-allowed;
}

.popup-login .popup-enter-phone__input__btn---loading {
    font-size: 0 !important;
}

.popup-login .popup-enter-phone__input__btn---loading .onload_dotted {
    display: flex;
    height: 100%;
    margin: 0;
}

.popup-login .popup-enter-phone__data-accept {
    display: flex;
}

.popup-login .popup-enter-phone__data-accept__text {
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
    max-width: -webkit-calc(100% - 22px);
    max-width: -moz-calc(100% - 22px);
    max-width: calc(100% - 22px);
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
    font-weight: 300;
}

.popup-login .popup-enter-phone__data-accept__checkbox input + span {
    border: 2px solid #999;
}

.popup-login .popup-enter-phone__data-accept__checkbox input:checked + span {
    border: 2px solid #50be14;
}

.popup-login .repeated-sms {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #999;
    width: auto;
    background: none;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 12px 0;
    padding: 0;
}

.popup-login .repeated-sms.js-timer-seconds {
    cursor: not-allowed;
}

.popup-login .repeated-sms:not(.js-timer-seconds) {
    color: #50BE14;
}

.flashcall-title,
.voicecall-title + .voicecall-title {
    margin-bottom: 16px;
}

.flashcall-title > span,
.voicecall-title > span {
    font-weight: 500;
}

.flashcall-container ,
.voicecall-container {
    position: relative;
    width: 100%;
    height: 91px;
    background: #F2F2F2;
    opacity: 0.95;
    border-radius: 40px;
    flex-grow: 0;
}

.flashcall-phone ,
.voicecall-phone {
    position: absolute;
    width: 183px;
    height: 24px;
    left: 24px;
    top: 22px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.voicecall-phone {
    font-weight: 600;
}

.flashcall-phone__last-numbers {
    color: #FE6464;
}

.flashcall-info-text ,
.voicecall-info-text {
    position: absolute;
    width: 183px;
    height: 18px;
    left: 24px;
    top: 50px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.flashcall-btn-container ,
.voicecall-btn-container {
    position: absolute;
    width: 98.33px;
    height: 44.17px;
    right: 24px;
    top: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.flashcall-btn ,
.voicecall-btn {
    border-radius: 50%;
    width: 44.17px;
    height: 44.17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flashcall-btn__red ,
.voicecall-btn__red {
    transform: rotate(138deg);
    margin-bottom: 2px;
    margin-left: 2px;
    background: #FF3B30;
}

.flashcall-btn__red svg ,
.voicecall-btn__red svg {
    /*кривая SVG придется костыль делать*/
    margin-bottom: 3px;
    margin-left: 3px;
}

.flashcall-btn__green ,
.voicecall-btn__green {
    background: #30D158;
}

.popup-login .popup-enter-phone__goToPrev {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    color: #50be14;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}

.popup-login div.error {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ff4800;
    text-align: center;
    margin-top: -21px;
    margin-bottom: 24px;
}

.popup-login input.error {
    border-color: #ff4800;
    color: #ff4800;
    caret-color: #ff4800 !important;
}

.popup-login .error-label {
    text-align: center;
    margin: 0;
    color: #FE6464;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.popup-login .repeated-sms-limit {
    color: #50be14;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    cursor: help;
    display: block;
    text-decoration: underline;
}

.popup-login .popup-enter-phone__goToPrev:not(.hide) ~ .sms-limit-hint:not(.hide) {
    margin-top: 12px;
}

.popup-login .sms-limit-hint:not([style*='display: none']) + .js-popup-enter-phone__data-accept:not([style*='display: none']) {
    margin-top: 12px;
}

.popup-login .pincode-input-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.popup-login .pincode-input-text {
    display: block;
    border: 2px solid #E2E2E2;
    width: 23.37% !important;
    height: 96px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px !important;
    color: #080808;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-weight: 500;
    font-size: 36px;
    line-height: 32px;
    -webkit-appearance: initial;
    outline: none;
    flex-grow: initial !important;
}

.popup-login .pincode-input-text:focus {
    border-color: #878787;
    caret-color: #080808;
}

.popup-login .pincode-input-text.first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.popup-login .pinlogin-field.last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left-width: 2px !important;
}

.popup-login .error-send .pincode-input-container input {
    -webkit-animation: wrong 0.5s;
    -moz-animation: wrong 0.5s;
    animation: wrong 0.5s;
    position: relative;
}

.popup-login .popup-enter-phone__input__field--sms--disabled > div > input {
    background: #f2f2f2;
    border-color: #dadada !important;
    color: #999;
}

.popup-login .load {
    pointer-events: none;
}

.popup-login .load input {
    background: #F2F2F2;
    border-color: #DADADA !important;
    color: #878787;
}

@media (max-width: 767px) {
    .popup-login.popup-enter-phone {
        max-width: 350px;
        transform: translate(-50%, -50%) scale(1.5);
        padding: 25px 15px 35px;
    }

    .popup-login .popup-enter-phone__title {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-login .popup-enter-phone__sm-text {
        font-size: 14px;
        line-height: 18px;
        margin: 20px 0 10px;
    }

    .popup-login .popup-enter-phone__input {
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .popup-login .popup-enter-phone__input__field--phone {
        margin-top: 0;
    }

    .popup-login .popup-enter-phone__input__btn {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .popup-login .popup-enter-phone__data-accept {
        width: 100%;
        max-width: 100%;
    }

    .popup-login .popup-enter-phone__data-accept__checkbox input + span {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .popup-login .popup-enter-phone__data-accept__checkbox input + span::before {
        width: 10px;
        height: 10px;
    }

    .popup-login .popup-enter-phone__data-accept__text {
        font-size: 12px;
        line-height: 18px;
    }

    .popup-login .pinlogin-field {
        height: 75px !important;
    }
}

.content:not(.general-methods) {
    overflow: hidden;
}

.js-current_smart_filter_path {
    /* тупой фикс но по другому никак*/
    overflow: visible !important;
}

.no-events {
    pointer-events: none;
}

.options-icons {
    font-size: 0;
    margin-bottom: 15px;
}

.options-icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.options-icons li:first-child {
    margin-left: 0;
}

.options-icon {
    font-size: 0;
    position: relative;
    display: none;
    vertical-align: middle;
}

.options-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.options-icon span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-left: 6px;
    vertical-align: middle;
}

.options-icon--health-pulse {
    cursor: pointer;
}

.options-icon--health-pulse::before {
    background-image: url('/local/templates/asna-new/css/../img/health-pulse.svg?v:1');
}

.options-icon--health-pulse span {
    color: #e30879;
}

.options-icon--next-package::before {
    background-image: url('/local/templates/asna-new/css/../img/percent.svg');
}

.options-icon--next-package span {
    color: #495AF6;
}

.options-icon--custom-discount {
    position: relative;
}

.options-icon--custom-discount div {
    background: #495AF6 !important;
}

.options-icon--custom-discount div::before {
    border-bottom-color: #495AF6 !important;
}

.options-icon--custom-discount::before {
    background-image: url('/local/templates/asna-new/css/../img/percent.svg');
}

.options-icon--custom-discoun span {
    box-sizing: border-box;
    display: none;
    padding: 10px 10px;
    text-align: center;
}

.options-icon--custom-discount:hover span {
    display: inline;
}

.options-icon--custom-discount span::after {
    left: 13%;
    bottom: 100%;
    border: 6px solid transparent;
    border-bottom-color: #495AF6;
}

.options-icon-mobile span {
    box-sizing: border-box;
    display: none;
    padding: 10px 10px;
    width: 130px;
    position: absolute;
    top: 125%;
    left: 0px;
    background-color: #495AF6;
    color: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    line-height: 18px;
    margin-left: -10px;
    text-align: center;
}

.options-icon-mobile:hover span {
    display: inline;
}

.options-icon-mobile span::after {
    left: 13%;
    bottom: 100%;
    border: 6px solid transparent;
    display: block;
    content: "";
    position: absolute;
    border-bottom-color: #495AF6;
}

.options-icon--tl::before {
    background-image: url('/local/templates/asna-new/css/../img/asna_2018/termolability.svg');
}

.options-icon-mobile.options-icon--tl span {
    width: 200px;
}

.options-icon--recipe::before {
    background-image: url('/local/templates/asna-new/css/../img/asna_2017/recept-icon.png');
}

.options-icon--recipe span {
    background-color: #ff0000;
}

.options-icon--recipe span::after {
    border-bottom-color: #ff0000;
}

.options-icon div {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    padding: 0 10px;
    background: #5079da;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(60, 99, 192, 0.3);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.options-icon div::before {
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #5079da;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.options-icon:hover div {
    transition: 0.4s all ease 0.25s;
    margin-top: 8px;
    opacity: 1;
    pointer-events: all;
}

.product__box .options-icon {
    margin: 5px 0 0 5px;
}

.section-main__content__products__list__bar .options-icon,
.slick-slide .options-icon {
    display: none;
}

#overlay {
    background: rgba(55, 55, 55, .8);
}

.popup-enter-phone .icon-close:before,
#ptocart.popup .icon-close::before {
    filter: brightness(0);
}

.popup-enter-phone .icon-close {
    top: 13px;
    right: 13px;
    font-size: 20px;
    line-height: 24px;
}

.popup-enter-phone__title {
    width: 100%;
    margin-bottom: 30px;
}

.popup-enter-phone__sm-text {
    font-weight: 300;
    margin-bottom: 20px;
}

#ptocart.popup {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border: none;
    width: 420px;
    margin: 0;
    transform: translate(-50%, -50%);
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    height: auto;
    padding: 65px 0 60px;
    border-radius: 5px;
}

#ptocart.popup .icon-close::before {
    width: 20px;
    height: 20px;
}

#ptocart.popup .icon-close {
    right: 22px;
    top: 22px;
    width: 20px;
    height: 20px;
}

#ptocart .pad {
    padding: 0 32px;
}

#ptocart.popup .title-1.larger {
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    padding: 0;
    font-weight: 300;
    margin-bottom: 20px;
}

.ptocart_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
}

#ptocart .ptocart_buttons button {
    float: none;
    border-radius: 5px;
    width: 47%;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    padding: 0;
}

#ptocart .ptocart_buttons button.pbb2 {
    background: none;
    color: #50be14;
    border: 2px solid #50be14;
}

#ptocart .ptocart_buttons button.pbb2:hover {
    background: #3aa400;
    border-color: #3aa400;
    color: #fff;
}

#ptocart .ptocart_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.options-icon .sanofi_pulse_tooltip {
    display: block;
}

.sanofi_pulse_tooltip {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    color: #fff;
    padding: 12px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #333333;
    opacity: 90%;
    border-radius: 5px;
    width: auto;
    display: none;
}

.sanofi_pulse_tooltip::before {
    content: '';
    display: block;
    border: 4px solid transparent;
    border-bottom-color: #333333;
    opacity: 90%;
    position: absolute;
    left: 11px;
    bottom: 98%;
}

.product-price-table {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0 0;
}

.product-price-table td,
.product-price-table th {
    padding: 10px 0;
    border-bottom: 1px solid #C0F1DA;
}

.product-price-table th {
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
}

.product-price-table td:last-child {
    font-weight: 700;
    white-space: nowrap;
}

.product-price-table td:not(:first-child),
.product-price-table th:not(:first-child) {
    padding-left: 30px;
}

.product-price-table + a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
    color: #50be14;
}

.product-information #MapPrice > div > div > span, .product-information #MapPrice > div > div > .sorting__item__select {
    display: none;
}

.content-catalog-detail .detail-analogues:first-child {
    margin-top: 0;
}

.pic-popup-wrap .popup {
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    box-shadow: none;
}

.pic-popup-wrap .popup .icon-close-pic {
    right: 25px;
    top: 15px;
    width: 40px;
    height: 35px;
}

.pic-popup-wrap .popup .icon-close-pic::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;
    width: 40px;
    height: 35px;
}

.pic-popup-wrap .popup .photo-wrap {
    position: absolute;
    width: 100%;
    left: -1px;
    top: -1px;
    height: 101%;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
}

.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap {
    width: 100%;
}

.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap .slick-prev {
    right: auto;
    left: 0;
    background: rgba(0, 0, 0, .2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px !important;
    height: 34px !important;
    padding: 40px 30px;
    margin: auto;
    cursor: pointer;
    opacity: .7;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap .slick-next {
    right: 0;
    left: auto;
    background: rgba(0, 0, 0, .2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px !important;
    height: 34px !important;
    padding: 40px 30px;
    margin: auto;
    cursor: pointer;
    opacity: .7;
    margin: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap .slick-prev::before,
.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap .slick-prev::after,
.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap .slick-next::before,
.pic-popup-wrap .popup .photo-wrap .pic-slider-wrap .slick-next::after {
    display: none;
}

.pic-popup-wrap .popup .photo-wrap .slick-list .slick-slide img {
    transform: translateZ(0);
    max-width: 100vw;
    max-height: 100vh;
}

.pic-popup-wrap .popup .photo-wrap .pic-slide-next,
.pic-popup-wrap .popup .photo-wrap .pic-slide-prev {
    display: none;
}

.carousel-purchases_popup .certificate_photo {
    max-width: 500px;
    margin: 0 auto;
}

.carousel-purchases_popup {
    z-index: 100;
    border: none;
}

.carousel-purchases_popup .slick-prev {
    right: auto;
    left: 1%;
}

.carousel-purchases_popup .slick-next {
    left: auto;
    right: 1%;
}

.icon_close_cert {
    right: 25px;
    top: 15px;
    width: 40px;
    height: 35px;
    display: block;
    position: absolute;
    cursor: pointer;
}

.icon_close_cert::after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;
    width: 40px;
    height: 35px;
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.big_certificate_img_mobile {
    display: none;
}

@media screen and (max-width: 1000px) {
    .options-icons li {
        margin-left: 10px;
    }

    .sanofi_pulse_tooltip {
        font-size: 18px;
        line-height: 24px;
    }

    .sanofi_pulse_tooltip::before {
        border: 8px solid transparent;
        border-bottom-color: #5079DA;
    }

    .options-icon::before {
        width: 40px;
        height: 40px;
    }

    .options-icon div {
        font-size: 24px;
        line-height: 32px;
        padding: 0 20px;
        margin-top: 40px;
    }

    .options-icon div::before {
        border-width: 10px;
    }

    .options-icon:hover div {
        margin-top: 16px;
    }

    .options-icons .producer-recept-prod {
        width: auto;
    }

    .options-icons--product-page {
        margin-top: 15px;
    }

    .options-icon--product-box::before {
        width: 30px;
        height: 30px;
    }

    .options-icon-mobile span {
        font-size: 20px;
        line-height: 24px;
        width: 180px;
    }

    .popup-enter-phone .icon-close {
        top: 7%;
        right: 8%;
        font-size: 23px;
    }

    .popup-new .icon-close:before {
        width: 23px;
        height: 23px;
    }

    .popup-enter-phone__title {
        width: 100%;
        margin-bottom: 58px;
        font-size: 32px;
        line-height: 38px;
    }

    .popup-enter-phone__sm-text {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 24px;
    }

    .popup-enter-phone__input {
        height: 62px;
        width: 100%;
        min-width: 0;
        border: 2px solid #F2F2F2;
    }

    .popup-enter-phone-callback .error-label {
        width: 100%;
        margin: 10px auto;
        font-size: 18px;
        line-height: 24px;
    }

    .popup-enter-phone__input__btn {
        width: 100%;
        height: 64px;
        margin-top: 34px;
        font-size: 20px;
        line-height: 24px;
    }

    .popup-enter-phone-callback .popup-enter-phone__data-accept {
        margin-top: 38px;
        width: 100%;
        max-width: 100%;
    }

    .popup-enter-phone__data-accept__checkbox input + span {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 24px;
    }

    .popup-enter-phone__data-accept__checkbox input + span::before {
        width: 15px;
        height: 15px;
    }

    .popup-enter-phone__data-accept__text {
        font-size: 20px;
        line-height: 24px;
        margin-left: 29px;
    }

    #ptocart.popup {
        width: 83%;
        padding: 114px 0 92px;
    }

    #ptocart.popup .icon-close {
        right: 48px;
        top: 48px;
        width: 25px;
        height: 25px;
    }

    #ptocart.popup .icon-close::before {
        width: 25px;
        height: 25px;
    }

    #ptocart .pad {
        padding: 0 64px;
    }

    .ptocart_title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 54px;
    }

    #ptocart.popup .title-1.larger {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 29px;
    }

    #ptocart .ptocart_buttons {
        flex-direction: column;
    }

    #ptocart .ptocart_buttons button {
        font-size: 20px;
        line-height: 24px;
        height: 60px;
        margin-bottom: 10px;
        width: 100%;
    }

    .popup-new.alert {
        width: 83%;
        padding: 17% 8%;
    }

    .alert__title {
        font-size: 32px;
        line-height: 38px;
    }

    .popup-new.alert p {
        font-size: 20px;
        line-height: 24px;
    }

    .popup-new.alert p br {
        display: none;
    }

    .popup-new .icon-close {
        top: 11%;
        right: 8%;
    }

    .popup-new.alert .style3 {
        font-size: 20px;
        line-height: 24px;
        height: 64px;
    }

    .sanofi_pulse_tooltip {
        font-size: 20px;
        line-height: 24px;
        width: 280px;
    }

    .product-information .map-price-title {
        box-sizing: border-box;
        padding: 0 30px;
        margin-top: 30px;
    }

    .product-information #MapPrice {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .product-information #MapPrice + div {
        padding: 0 30px;
        box-sizing: border-box;
        margin-bottom: 60px;
    }
}

.section-main__content__products .product__box .product .product__buy span .currency {
    font-size: 0px;
}

.carousel-block .carousel .carousel-products .slick-list .slick-track .product__box .product .product__buy span .currency {
    font-size: 0px !important
}

.product__image img {
    width: auto !important;
    height: auto !important;
}

.table-wrapp {
    width: 100%;
    overflow-x: auto;
}

.js-auth-form__data-step-1.hide + .js-auth-form__data-step-2.hide + .js-auth-form #g-recaptcha,
.js-auth-form__data-step-2:not(.hide) ~ .g-recaptcha {
    margin: 0 0 -8px;
}

.js-auth-form__data-step-1:not(.hide) + .sms-limit-hint {
    margin-top: 0;
    margin-bottom: 12px;
}

.input-container {
    position: relative;
    margin-bottom: 24px;
}

.popup-enter-phone__input .input-container:before {
    content: '';
    background: #878787;
    -webkit-mask-image: url(/local/templates/asna-new/css/../img/phone-2.svg);
    mask-image: url(/local/templates/asna-new/css/../img/phone-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.input-clear {
    background: url(/local/templates/asna-new/css/../img/clearInput.svg);
    cursor: pointer;
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-size: cover;
}

.input-field:not(:placeholder-shown) ~ .input-clear {
    display: block;
}

.input-placeholder {
    position: absolute;
    pointer-events: none;
    color: #878787;
    top: 50%;
    left: 44px;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all .15s ease-out;
}

.input-field:focus + .input-placeholder:after,
.input-field:not(:placeholder-shown) + .input-placeholder:after {
    content: '';
    width: 100%;
    height: 9px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #FFF;
}

.input-field:focus + .input-placeholder,
.input-field:not(:placeholder-shown) + .input-placeholder {
    font-size: 12px;
    line-height: 18px;
    top: 0;
    left: 12px;
    background: #FFF;
    padding: 0 2px;
}

.input-error {
    margin-bottom: 26px;
    padding-left: 14px;
    font-size: 14px;
    color: #F03540;
}

.input-container__error {
    margin-bottom: 3px !important;
}

.input-container__error .input-field {
    color: #C74952;
    border-color: #FE6464;
    border-width: 2px;
    background: #FDEEEE !important;
}

.input-container__error .input-field:focus {
    border-color: #FE6464;
}

.input-container__error .input-placeholder {
    color: #F03540;
}

.input-container__error .input-placeholder:after {
    background: #FDEEEE !important;
}

.input-container__error.input-container:before {
    background: #C74952;
}

.sms-limit-hint {
    position: relative;
}

.auth-tooltip__container {
    position: absolute;
    right: 16px;
    bottom: 55px;
    z-index: 500;
    max-width: 280px;
    font-style: normal;
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 8px;
    background-color: #333;
    transition: opacity .4s;
    width: 250px;
    height: 100px;
    top: 18px;
    margin-top: 10px;
    left: 16%;
    padding: 8px 12px;
    box-sizing: content-box;
    opacity: .9;
    text-align: left;
}

.auth-tooltip__container:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #333;
    margin-bottom: -5px;
    bottom: 100%;
    transform: translateX(-50%) rotate(45deg);
    left: 30px;
}

.auth-tooltip__title {
    margin-bottom: 10px;
}

.auth-tooltip__info {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
}

.auth-tooltip__container.auth-tooltip__showed {
    display: block;
}

.product-in-other-regions--link {
    line-height: 20px;
    text-decoration: none;
}

.product-in-other-regions--link:hover {
    cursor: pointer;
    color: #54a129;
}

.product-in-other-regions--link:not(:first-child):before {
    content: ', ';
}

/* End */


/* Start:/local/templates/asna-new/css/banners.css?17522343254079*/
.top-banner-global-white-outer {
    position: relative;
}

.top-banner-global-white {
    position: relative;
    display: block;
    background: url(/local/templates/asna-new/img/redesign/globalWhite/top_bg1440x220.png?v=1) no-repeat;
    background-size: 100% 100%;
    padding: 40px 20px 28px 114px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.top-banner-logo {
    position: absolute;
    right: 10px;
    top: 14px;
    max-width: 140px;
}

.top-banner-logo > img {
    max-width: 100%;
    height: auto;
}

.top-banner-title {
    color: #c01f38;
    font-size: 44px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.top-banner-subtitle {
    color: #939598;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}

.top-banner-group {
    font-size: 0;
    margin-top: 17px;
}

.top-banner-more {
    display: inline-block;
    vertical-align: middle;
    max-width: 197px;
    width: 100%;
    height: 38px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    border: 1px solid #c64e53;
    border-radius: 15px;
    color: #c64e53;
    padding: 0 25px;
    box-sizing: border-box;
    margin-right: 24px;
    transition: 0.3s all ease;
}

.top-banner-more:hover {
    background: #c64e53;
    color: #fff;
    border-color: #fff;
}

.top-banner-icons-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: absolute;
    bottom: 28px;
    left: 335px;
    z-index: 1;
}

.top-banner-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 40px;
    height: 39px;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s all ease;
}

.top-banner-icon:hover {
    box-shadow: 0 4px 1.4px 0.6px rgba(32, 64, 29, 0.24);
}

.top-banner-icon:last-child {
    margin-right: 0;
}

.top-banner-icon > img {
    width: 100%;
    height: auto;
}

.banner-pampers,
.banner-main-top {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

.banner-pampers img,
.banner-main-top img {
    width: 100%;
}

@media (min-width: 2000px) {
    .top-banner-global-white {
        background: url(/local/templates/asna-new/img/redesign/globalWhite/top_bg2880x440.png?v=1) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1366px) {
    .top-banner-global-white {
        background: url(/local/templates/asna-new/img/redesign/globalWhite/top_bg1440x220.png?v=1) no-repeat;
        background-size: 103% 100%;
    }
}

@media (max-width: 1280px) {
    .top-banner-global-white {
        background: url(/local/templates/asna-new/img/redesign/globalWhite/top_bg1440x220.png?v=1) no-repeat;
        background-size: 107% 100%;
    }
}

@media (max-width: 1000px) {
    .top-banner-global-white {
        background: url(/local/templates/asna-new/img/redesign/globalWhite/top_bg720x280.png?v=1) no-repeat right;
        background-size: cover;
        padding: 45px 20px 20px 35px;
    }

    .top-banner-logo {
        position: static;
        display: block;
        max-width: 90px;
        margin-bottom: 13px;
    }

    .top-banner-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 6px;
    }

    .top-banner-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .top-banner-subtitle > span {
        display: block;
    }

    .top-banner-group {
        margin-top: 18px;
    }

    .top-banner-more {
        max-width: 150px;
        width: 100%;
        height: 32px;
        font-size: 20px;
        line-height: 24px;
        border-radius: 10px;
        padding: 0 10px;
        margin-right: 20px;
    }

    .top-banner-icons-block {
        bottom: 19px;
        left: 205px;
    }

    .top-banner-icon {
        margin-right: 6px;
        width: 33px;
        height: 33px;
    }

    .top-banner-icon:hover {
        box-shadow: 1.5px 2.6px 2.9px 1.1px rgba(48, 66, 38, 0.24);
    }
}


/* End */


/* Start:/local/templates/asna-new/css/product.css?175223432552821*/
/* .product{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: auto;
    background: #ffffff;
    border: none;
    padding: 10px!important;
    margin: 10px!important;
    box-sizing: border-box;
} */
.deliver-btn {
    display: none;
    width: 100%;
    max-width: 315px;
    margin: 15px 0;
    height: 46px;
    color: #ffffff;
    background: #784bcc;
    border-radius: 25px;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    box-sizing: border-box;
}

.deliver-btn.enabled {
    display: block;
}

.deliver-btn:after {
    content: '';
    display: block;
    width: 100px;
    height: 30px;
    background: url(/local/templates/asna-new/css/../images/deliver-icon-btn.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 10px;
}

.deliver-btn:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.instruction_title {
    padding-top: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin: 15px 0;
}

ol.sources-items {
    padding-inline-start: 16px;
    padding-left: 40px;
}

ol.sources-items li {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

ol.sources-items li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

ol.sources-items li a:hover {
    color: #e44242;
}

.carousel-products {
    white-space: nowrap;
    overflow: hidden;
}

.carousel-products.slick-slider {
    white-space: normal;
    overflow: visible;
}

.product__box {
    height: 425px;
    display: inline-block;
    vertical-align: top;
    width: 16.6%;
    white-space: normal;
}

.product {
    position: relative;
    height: auto;
    background: #ffffff;
    border: none;
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
}

.item-recipe-line {
    margin-bottom: 25px;
    display: inline-block;
}

.item-recipe-wrap {
    display: inline-block;
    margin-right: 25px;
}

.item-tl-line {
    display: inline-block;
}

.item-recipe-text {
    color: #FF4800;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.item-tl-text {
    color: #12b7ff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.advertising-label-wrapper {
    position: absolute;
    right: 5px;
    top: -9px;
    font-size: 14px;
    height: 20px;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.advertising-label {
    padding: 0 5px;
    color: #878787;
}

.advertising-video-label {
    color: #878787;
}

.advertising-label-wrapper:hover .advertising-hint {
    z-index: 1;
    opacity: .9;
}

.advertising-hint {
    color: #fff;
    padding: 8px 12px;
    z-index: -1;
    opacity: 0;
    position: absolute;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 8px;
    background-color: #333;
    transition: opacity .4s;
    -webkit-animation: Tooltip_fade-out__gk8_K .4s;
    animation: Tooltip_fade-out__gk8_K .4s;
    right: 50%;
    margin-right: -34px;
}

.advertising-hint:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #333;
    transform: translateX(-50%) rotate(45deg);
    margin-bottom: -5px;
    bottom: 100%;
    right: 22px;
}

@media screen and (max-width: 1001px) {
    ol.sources-items li {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    ol.sources-items li a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .instruction_title {
        font-size: 32px;
        line-height: 38px;
    }

    .deliver-btn {
        width: 100%;
        max-width: none;
        margin: 15px 0;
        height: 70px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 32px;
        line-height: 38px;
        align-items: flex-end;
        justify-content: center;
    }

    .deliver-btn.enabled {
        display: flex;
    }

    .deliver-btn:after {
        content: '';
        display: block;
        width: 177px;
        height: 52px;
        background-size: cover;
        position: static;
        margin: 0 0 5px 20px;
    }
}

@media screen and (min-width: 1001px) {
    .product:hover {
        z-index: 90;
        -webkit-box-shadow: 0px 0px 20px #C0F1DA;
        -moz-box-shadow: 0px 0px 20px #C0F1DA;
        -ms-box-shadow: 0px 0px 20px #C0F1DA;
        -o-box-shadow: 0px 0px 20px #C0F1DA;
        box-shadow: 0px 0px 20px #C0F1DA;
    }
}

.product__favorite {
    background: url("/local/templates/asna-new/img/redesign/carousel-fav-sprite.png") no-repeat 0 100%;
    height: 18px;
    width: 20px;
    background-size: 100% 200%;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.svg .product__favorite {
    background-image: url(/local/templates/asna-new/img/redesign/carousel-fav-sprite.svg);
}

.product__favorite:hover,
.product__favorite.active {
    background-position: 0 0;
}

.product__image {
    width: 100%;
    height: 150px;
    display: block;
}

.product__image a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.product__image img {
    display: block;
    margin: 0 auto;
    max-width: 96%;
    max-height: 130px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.hide_prod_img {
    opacity: 0;
}

.product__information {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.product__title {
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 700;
    overflow: hidden;
    max-height: 72px;
}

.product__information > a {
    display: flex;
    text-decoration: none;
}

/* .cart-new .product__title{
    max-height: none;
} */

.product__brand,
.product__mark {
    margin-bottom: 0px;
    color: #878787;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.product__advertising_disclaimer {
    margin-bottom: 0;
    color: #878787;
    line-height: 18px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 5px;
    text-transform: uppercase;
}

.product__raiting {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    height: auto;
    width: 100%;
    margin-top: 5px;
}

.product__raiting .product__mark {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 2px;
    font-style: normal;
}

.product__raiting .star-rating-control {
    width: auto;
    margin: 0;
    height: auto;
}

.product__raiting div.star-rating {
    background: none !important;
    width: auto;
    height: auto;
}

.product__raiting div.star-rating a {
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.product__buy {
    display: block;
    text-align: center;
    width: 100%;
}

.product__price {
    color: #080808;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    margin-bottom: 15px;
    display: block;
}

.product__price.first {
    margin-bottom: 5px;
}

.product__price .product__price_text {
    font-style: italic;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    text-align: left;
}

.cart-content__sidebar-right .product__price i {
    display: inline-block;
}

.product__price .currency {
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.product__price .currency-sign {
    font-style: normal;
    font-weight: 400;
}

.carousel-block-backlinks .product__buy .product__price .currency.small-text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.carousel-block-backlinks .product__buy .product__price .product__price_text.small-text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
}

.product-forms-list .product__price span.currency {
    font-size: 12px;
    line-height: 18px;
    display: none;
}

.basket-mini_price_wrap .basket-mini__products__price .product__price {
    font-size: 0px;
}

.basket-mini_price_wrap .basket-mini__products__price .product__price .currency-sign {
    font-size: 18px;
    line-height: 24px;
}

.basket-mini__products__price .product__price .product__price_text {
    display: inline;
}

.section-main__sidebar-left .products_with_border_wrapper .product__box .product .product__buy span .currency {
    font-size: 0px;
}

.product-asna-market__controls .product__price .currency {
    display: inline !important;
}

.vtitle .product__price .currency,
.product-forms-list .product__price .currency {
    font-size: 12px;
    line-height: 18px;
    display: none;
}

.product__price span {
    font-size: 24px;
    line-height: 32px;
    font-style: normal;
    font-weight: 900;
}

.section-main__content__products__list .product__box .product__price {
    /*
      *ломает стили цены в каталоге потому закоментирую. если ты это читаешь и полез раскоменитрировать обрати внимание
      *что просто раскоментить - нельзя, надо что-то выдумать, чтобы для цен в каталоге этого маржина 22рх не было!!!
      margin-right: 22px; */
    white-space: nowrap;
    position: relative;
}

.essentiale-banner.section-main__content__products__list .product__box .product__buy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1000px) {
    .section-main__content__products__list .product__box .product__price small {
        position: static;
        border: none;
    }

    .product__price .product__price_text {
        text-align: left;
        margin-bottom: 0;
        margin-bottom: -7px;
        font-size: 16px;
        line-height: 24px;
    }

    .cart-new .product__price .currency {
        font-size: 20px;
        line-height: 24px;
    }

    .product__price .currency {
        font-size: 20px;
        line-height: 24px;
        display: none;
    }
}

.section-main__content__products__list__bar .product__box .product__price {
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

.section-main__content__products__list .product__box .group_price_item {
    display: inline-block;
    text-align: right;
}

.product__price span.no-avail {
    color: #ff4800;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0;
}

.product__price-normal,
.product__price-hh {
    color: #080808;
}

.product__price-ae {
    color: #50be14;
}

.product__price-old {
    color: #878787;
    position: relative;
}

.product__price-old svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.product__additional-block {
    display: none;
    text-align: center;
}

.product__amount {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    vertical-align: middle;
    background: #f4f4f4;
    border-radius: 8px;
}

.product__amount .product__amount-amount {
    color: #080808;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 5px;
    width: 48px;
    border: none;
    text-align: center;
    outline: none;
    background: transparent;
    vertical-align: middle;
}

.product__amount .product__amount-amount:-webkit-autofill {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: transparent !important;
}

.product__btn {
    border: none;
    outline: none;
    font-style: normal;
    border-radius: 8px;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

.product__btn.btn-sign {
    color: #9d9d9d;
    background: #ffffff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    width: 48px;
    height: 48px;
    padding: 0px;
    margin: 1px;
    position: relative;
    transition: 0.3s all;
    vertical-align: middle;
}


.product__btn.btn-sign:after,
.product__btn.btn-sign:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #333333;
}

.product__btn.btn-sign:before {
    width: 20px;
    height: 2px;
}

.product__btn.btn-sign.plus:after {
    width: 2px;
    height: 20px;
    top: calc(50% - 10px);
    transform: translateX(-50%);
}

.product__btn:not(.disabled).btn-sign:hover:before,
.product__btn:not(.disabled).btn-sign:hover:after {
    background: #080809;
}

.product__btn.btn-basket {
    background: #50be14;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: 30px;
    width: 140px;
    padding: 0;
}

.product__btn.btn-basket:hover {
  background: #54A129;
}

.product__btn.btn-basket.issue {
    background: #1A8806;
}

.product__map {
    display: none;
    color: #878787;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-weight: 600;
}

.product:hover .product__additional-block,
.product:hover .product__map,
.product:hover .product__favorite {
    display: block;
}

.products-pharmacie .product__box {
    width: auto;
    height: auto;
    padding: 12px 0;
    border-top: 1px solid #C0F1DA;
    display: block;
}

.cart-new .product__box.product__box-preorder {
    padding-top: 0;
}

.cart-new .product__box {
    border-top: 1px solid rgba(183, 183, 183, 0.3);
}

.products-pharmacie .product {
    background: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    font-size: 0;
}

.products-pharmacie .product__additional-block {
    display: block;
}

.products-pharmacie .product__title {
    padding: 0;
    text-align: left;
    margin: 0;
}

.products-pharmacie .product__brand {
    text-align: left;
    margin: 5px 0;
}

.products-pharmacie .product__buy {
    width: auto;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: left;
}

.products-pharmacie .product__amount {
    justify-content: flex-start;
}

.products-pharmacie .product__price {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.products-pharmacie .product__price span {
    font-size: 18px;
    line-height: 24px;
}

.products-pharmacie .product__price small {
    position: static;
}

.product__others-button {
    font-size: 0;
    text-align: left;
    margin-top: 10px;
}

.product__others-button a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    padding: 4px 10px;
    color: #D5D5D6;
    border: 2px solid #D5D5D6;
    text-align: center;
    border-radius: 12px;
    transition: 0.3s all;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
}

.product__others-button a:hover {
    color: #50be14;
    border-color: #50be14;
}

.product__others-button a:first-child {
    margin-left: 0;
}

.product__amount.product__amount-avail {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.product__preorder__prices-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    position: relative;
    top: 5px;
}

.product__preorder__prices-wrap .product__preorder__prices-wrap-br {
    display: block;
    width: 100%;
}

.product__prices-wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.section-main__content__products__list .product__prices-wrap,
.section-main__content__products__list__bar .product__prices-wrap {
    text-align: left;
}

.product__preorder__prices-wrap .product__price {
    margin-bottom: 5px;
}

.product__preorder__date {
    color: #ffad11;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-left: 12px;
    width: calc(100% - 90px);
}

.product__preorder__date span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: calc(100% - 30px);
}

.product__preorder__date-avail {
    color: #50be14;
}

.product__title {
    text-decoration: none;
}

/* .product__box.disabled{
    pointer-events: none;
} */

/* new design 06.18 */

.cart-new .product__head,
.cart-new .product__buy__row {
    display: flex;
    flex-direction: row;
}

.cart-new .product__head {
    justify-content: left;
}

.cart-new .product__head-for-additionally {
    padding-bottom: 10px;
}

.cart-new .product__buy__row {
    align-items: flex-end;
    margin-top: 15px;
    justify-content: space-between;
}

.cart-new .product__buy__row.center-align {
    align-items: center;
}

.cart-new .product__buy__row.aligt-start {
    justify-content: flex-start;
}

.cart-new .product__buy__row:first-child {
    margin-top: 0;
}

.cart-new .product__information__recept-buttons {
    text-align: left;
}

.cart-new .product__buy {
    padding-left: 0;
}

.cart-new .product__others-button,
.cart-new .special-icons-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.cart-new .special-icons-wrap {
    margin-right: 15px;
}

.cart-new .special-icons-wrap .special-icon {
    margin: 0 0 0 5px;
    display: inline-block;
}

.cart-new .special-icons-wrap .special-icon:first-child {
    margin-left: 0;
}

.cart-new .product__brand {
    margin-bottom: 12px;
}

.cart-new .product__brand:last-child {
    margin-bottom: 0;
}

.cart-new .product__buy__shelf-life .product__brand {
    margin-bottom: 0;
}

.cart-new .product__others-button a {
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    padding: 0;
    box-sizing: border-box;
    width: 84px;
    height: 30px;
    color: #080808;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.cart-new .product__amount .product__amount-amount,
.popup-others-products .product__amount-amount {
    width: 67px;
    height: 35px;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #878787;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #080808;
    box-sizing: border-box;
    margin: 0 10px;
}

.cart-new .product__amount .product__amount-amount.error {
    border: solid 2px #ff4800;
}

.cart-new .product__preorder__date span,
.cart-new .product__preorder__date {
    width: 100%;
    margin-left: 0;
}

.cart-new .product__buy .special-icon-fix-price {
    left: 100%;
    top: 50%;
    right: auto;
    transform: none;
    margin: 0 0 0 15px;
    position: absolute;
    transform: translateY(-50%);
}

.cart-new .product__information {
    float: none;
}

.cart-new .product__box .mavail {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: bottom;
}

.cart-new .product__box .mavail.mavail-top {
    vertical-align: top;
    margin-top: 2px;
}

.cart-new .product__buy__row__prices {
    min-width: 85px;
    text-align: right;
}

.cart-new .product__buy__row__prices__inner {
    display: inline-block;
    vertical-align: top;
}

.cart-new .product__buy__row__prices__inner__promo {
    margin-right: 10px;
}

.cart-new .product__additional-block {
    width: auto;
}

.cart-new .product__buy__error {
    width: 183px;
    background: #ff4800;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    box-shadow: 0 9px 26px rgba(255, 72, 0, 0.1);
    position: relative;
    border-radius: 5px;
    margin-left: 15px;
    padding: 9px 10px 8px;
}

.cart-new .product__buy__error:before {
    content: '';
    border: 6px solid transparent;
    border-right-color: #ff4800;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: -1px;
}

.cart-new .product__buy__error .product__buy__error__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.cart-new .product__buy__error .product__buy__error__row:first-child {
    margin-top: 0;
}

.cart-new .product__price-active {
    position: relative;
}

.cart-new .product__price-active:after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    margin-right: 7px;
    width: 6px;
    height: 10px;
    background: url('/local/templates/asna-new/css/../img/asna_2018/arr-min-gray-right.svg?v=1') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
}

.cart-new .product__fav-toggle {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: solid 1px rgba(157, 157, 157, 0.5);
    position: relative;
    cursor: pointer;
    margin: 0 auto 0 35px;
    box-sizing: border-box;
}

.cart-new .product__fav-toggle:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100% 200%;
    background-position: 0 0;
    background-image: url(/local/templates/asna-new/css/../img/asna_2018/fav-new-product.svg?4);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.cart-new .product__fav-toggle.active {
    background: #495AF6;
    border-color: #495AF6;
}

.cart-new .product__fav-toggle.active:before {
    background-position: 0 100%;
}

.cart-new .special-icon-recipe span {
    font-size: 10px;
    line-height: 12px;
}

.cart-new .special-icon-recipe span:first-child,
.cart-new .icon-producer-mid {
    width: 30px;
    height: 30px;
}

.cart-new .product__fav-not-avail {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.5px;
    color: #ff4800;
}

.cart-new .products-pharmacie .product__box-original-offer .original-offer {
    left: 0;
    font-size: 10px;
    line-height: 12px;
    height: 18px;
    padding: 0 12px;
}

.cart-new .products-pharmacie .product__box.product__box-original-offer {
    padding-top: 25px;
}

.cart-new .price-relative {
    position: relative;
    width: auto;
    text-align: right;
}

.cart-new .product__box.product__box-preorder-prev {
    box-shadow: none;
}

/* new design 06.18*/

@media screen and (min-width: 1001px) {
    .section-main__content:not(.section-main__content-full) .section-main__content__products .product__box {
        width: 25%;
    }

    .section-main__content .section-main__content__products__list .product__box,
    .content-catalog-detail .section-main__content__products__list .product__box {
        display: block;
        width: auto !important;
        height: auto;
        border-bottom: 1px solid #C0F1DA;
    }

    .section-main__content__products__list .product__box:first-child {
        border-top: 1px solid #C0F1DA;
    }

    .section-main__content__products__list .product {
        /* z-index: 1; */
        box-shadow: none;
    }

    .section-main__content__products__list .product__map {
        display: none !important;
    }

    .section-main__content__products__list .product__image {
        display: inline-block;
        width: 15%;
        height: auto;
        vertical-align: middle;
        position: relative;
    }

    .section-main__content__products__list .product__information {
        display: inline-block;
        width: calc(43% - 90px);
        height: auto;
        vertical-align: middle;
        box-sizing: border-box;
        padding-left: 15px;
        text-align: left;
        margin-bottom: 0;
    }

    .section-main__content__products__list .product {
        font-size: 0;
        padding: 15px 0 !important;
        margin: 0 !important;
    }

    .asna-market .section-main__content__products__list .product {
        padding-right: 5px !important;
    }

    .section-main__content__products__list .product__title {
        padding: 0;
        text-align: left;
        margin-top: 0;
        margin: 0 0 5px;
    }

    .section-main__content__products__list .product__raiting {
        justify-content: left;
    }

    .section-main__content__products__list .product__buy {
        display: inline-block;
        width: 42%;
        font-size: 0;
    }

    .section-main__content__products__list .product__buy .inactive-price {
        width: 170px;
        margin-left: auto;
        margin-right: 0;
        display: block;
        text-align: left;
    }

    .essentiale-banner.section-main__content__products__list .product__buy {
        width: 51%;
    }

    .essentiale-banner.section-main__content__products__list .product__available__state__list {
        display: none;
    }

    .section-main__content__products__list .product__amount {
        display: inline-flex;
        width: 100%;
        height: 100%;
    }

    .section-main__content__products__list .product__amount .product__btn.btn-sign {
        width: 38px;
        height: 38px;
    }

    .section-main__content__products__list .product .product__price {
        display: block;
        vertical-align: middle;
    }

    .section-main__content__products__list .product .product__additional-block {
        width: 170px;
        height: 40px;
        display: block;
        vertical-align: middle;
        margin-left: auto;
    }

    .section-main__content__products__list .product .product__btn.btn-basket {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .section-main__content__products__list .product .product__price {
        width: 170px;
        margin: 5px 0 0 auto;
    }

    .section-main__content__products__list .product .product__price:first-child {
        margin-top: 0;
    }

    .product__available-list-view {
        display: none;
    }

    .section-main__content__products__list .product__available-list-view {
        display: inline-block;
        width: 90px;
        white-space: nowrap;
        vertical-align: middle;
        box-sizing: border-box;
        padding-left: 20px;
        visibility: hidden;
        height: 0;
    }

    .asna-market .section-main__content__products__list .product__available-list-view {
        padding-left: 10px;
    }

    .section-main__content__products__list .product__available-list-view a {
        font-size: 12px;
        line-height: 18px;
        color: #50be14;
        text-decoration: underline;
        font-weight: 700;
    }

    .section-main__content__products__list .product__available-list-view a:hover {
        text-decoration: none;
    }

    .section-main__content__products__list .product__favorite {
        left: 5px;
        top: 5px;
        transform: none;
    }

    .content__products__view-control {
        position: absolute;
        right: 0;
        bottom: 10px;
        z-index: 22;
    }

    .content__products__view-control li {
        font-size: 20px;
        line-height: 24px;
        color: #d6d6d6;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        cursor: pointer;
    }

    .content__products__view-control li:first-child {
        margin-left: 0;
    }

    .content__products__view-control li.act span:before,
    .content__products__view-control li:hover span:before {
        background-position: 0 bottom;
    }

    /* .section-main__content__products__list.essentiale-banner .product__buy{
          width: 42%;
      }

      .section-main__content__products__list.essentiale-banner .product__available-list-view{
          width: 15%;
      } */
    .carousel-products .product__information {
        display: inline-flex;
        display: -ms-flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        -ms-flex-flow: column wrap;
    }

    .carousel-products .product__information > a[tabindex] {
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box;
    }

    /* new design 06.18*/
    .cart-new .product__fav-toggle:hover {
        background: #495AF6;
        border-color: #495AF6;
    }

    .cart-new .product__fav-toggle:hover:before {
        background-position: 0 100%;
    }

    /* <выравнивание по точке> */
    .section-main__content__products__list .product__price {
        position: relative;
    }

    .section-main__content__products__list .product__price.integer {
        margin-right: 23px;
    }

    .section-main__content__products__list .product__price .product__price_text {
        overflow: visible;
    }

    .section-main__content__products__list .product__price small,
    .section-main__content__products__list .product__price > .currency {
        bottom: 0;
    }

    .section-main__content__products__list .product__price > .currency {
        margin-left: 2px;
        display: none;
    }

    /* </выравнивание по точке> */
    /* new design 06.18*/
}

@media screen and (max-width: 1300px) and (min-width: 1001px) {
    .product {
        padding: 10px 5px;
        margin: 10px;
    }

    .product__title {
        font-size: 16px;
        line-height: 24px;
    }

    .section-main__content__products__list .product__buy {
        width: 47%;
    }

    .product-page .section-main__content__products__list .product__buy {
        width: 43%;
    }

    .essentiale-banner.section-main__content__products__list .product__buy {
        width: 56%;
    }

    .section-main__content__products__list .product__information {
        width: calc(40% - 90px);
    }
}

@media screen and (max-width: 1080px) and (min-width: 1001px) {
    .product {
        padding: 10px 3px;
    }
}

@media screen and (max-width: 1132px) and (min-width: 1001px) {
    .section-main__content__products__list .product__buy {
        width: 47%;
    }

    .section-main__content__products__list .product__image {
        width: 10%;
    }

    .section-main__content__products__list .product__box-original-offer .original-offer {
        left: calc(10% + 15px);
    }
}

@media screen and (min-width: 1001px) {
    .product__head__right {
        text-align: left;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    .product__box {
        width: 20%;
    }

    .products-pharmacie .product__title {
        font-size: 14px;
        line-height: 18px;
    }

    .cart-new .product__box .mavail {
        margin-right: 20px;
    }

    .products-pharmacie .product__price span {
        font-size: 16px;
        line-height: 24px;
    }

    .cart-new .product__others-button a {
        margin-left: 7px;
        width: 60px;
        height: 25px;
        font-size: 10px;
        line-height: 12px;
    }

    .cart-new .product__others-button a:first-child {
        margin-left: 0;
    }

    .cart-new .special-icon {
        margin-right: 10px;
    }

    .cart-new .special-icon-recipe span {
        margin-left: 5px;
    }

    .cart-new .special-icon-recipe span:first-child,
    .cart-new .icon-producer-mid {
        width: 25px;
        height: 25px;
    }

    .cart-new .product__box .mavail {
        margin-right: 15px;
        font-size: 10px;
        line-height: 12px;
    }

    .cart-new .product__preorder__date span,
    .cart-new .product__preorder__date {
        font-size: 10px;
        line-height: 12px;
    }

    .cart-new .product__price-active:after {
        margin-right: 5px;
    }

    .cart-new .product__fav-toggle {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .product__buy .product__prices-wrap {
        width: 100%;
        white-space: nowrap;
    }

    .product__buy .product__prices-wrap .product__price {

    }

    .product__buy .group_price_item .product__price {
        font-size: 18px;
        line-height: 24px;
        flex-shrink: 0;
    }

    .product__buy .group_price_item .product__price span {
        font-size: 32px;
        line-height: 38px;
    }

    .group_price_item {
        display: flex;
    }

    .product-detail-controls .product__prices-wrap > br {
        display: none;
    }

    .product__box {
        display: block;
        width: 100%;
        height: auto;
    }

    .product {
        display: inline-block;
        width: 100%;
        height: auto;
        border: none;
        padding: 20px 0 0;
        margin: 10px 0px;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.6);
        -moz-box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.6);
        -ms-box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.6);
        -o-box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.6);
        box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.6);
        border-radius: 10px;
    }

    .product__favorite {
        display: block;
        height: 30px;
        width: 35px;
        top: 20px;
        right: 18px;
        z-index: 1;
    }

    .product__image {
        position: relative;
        width: 130px;
        height: auto;
        max-height: 160px;
        min-height: 50px;
        float: left;
        clear: right;
        margin: 0 15px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .product__image img {
        margin: 0 auto;
        display: block;
    }

    .product__information {
        width: 330px;
        min-height: 140px;
        height: auto;
        text-align: start;
        float: left;
        clear: right;
        box-sizing: border-box;
        padding-right: 30px;
    }

    .product-information__info {
        box-sizing: border-box;
        padding: 0 30px;
    }

    .carousel-products .product__available__state__list {
        display: inline-block;
    }

    .product__available-list-view {
        font-size: 0;
    }

    .product__title {
        text-align: start;
        padding: 0;
        margin: 10px 0;
        font-size: 20px;
        line-height: 24px;
    }

    .product__brand,
    .product__mark {
        margin-bottom: 15px;
        color: #878787;
        font-size: 18px;
        line-height: 24px;
    }

    .product__raiting {
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        margin-bottom: 15px;
        height: auto;
        width: 100%;
    }

    .product__raiting div.star-rating,
    .product__raiting div.star-rating a {
        width: 15px !important;
        height: 15px !important;
        margin-right: 2px;
    }

    .product__buy {
        width: 100%;
        border-top: 1px solid #C0F1DA;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        height: 100px;
    }

    .product__price {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0px;
        width: auto;
    }

    .product__price span {
        font-size: 32px;
        line-height: 38px;
    }

    .product__additional-block {
        display: inline-flex;
        width: 228px;
        height: 61px;
        text-align: center;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .carousel-block-backlinks .product__additional-block {
        margin-left: auto;
    }

    .product__amount {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    .product__amount .product__amount-amount {
        font-size: 24px;
        line-height: 38px;
        margin: 0;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
        padding: 1px;
    }

    .product-detail-controls .product__amount .product__amount-amount {
        width: 83px;
        font-size: 32px;
        line-height: 38px;
    }

    .product__btn.btn-sign {
        font-size: 39px;
        padding: 0px;
        border-radius: 8px;
        width: 57px;
        height: 57px;
        margin: 2px;
        box-sizing: border-box;
    }

    .product-detail-controls .product__btn.btn-sign {
        width: 60px;
        height: 60px;
    }

    .product__btn.btn-sign:hover {
        border-color: #50be14;
    }

    .product__btn.btn-basket {
        font-size: 24px;
        line-height: 32px;
        height: 100%;
        width: 100%;
        padding: 0;
        font-family: Noto Sans, Helvetica, Arial, sansSerif;
    }

    .product__map {
        font-size: 18px;
        line-height: 24px;
        display: block;
        position: absolute;
        top: 65px;
        right: 3%;
        z-index: 1;
        text-decoration: none;
        text-align: center;
        font-size: 0;
    }

    .product__map span {
        font-size: 18px;
        line-height: 24px;
        display: inline-block;
        margin-top: 5px;
    }

    .product__map::before {
        content: "";
        background: url("/local/templates/asna-new/img/redesign/stores.png") no-repeat center center/contain;
        height: 40px;
        width: 35px;
        z-index: 9999;
        color: #878787;
        display: block;
    }

    .svg .product__map::before {
        background: url("/local/templates/asna-new/img/redesign/stores.svg") no-repeat center center/contain;
    }

    .show-more-products {
        display: block;
        color: #878787;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        text-align: center;
        margin: 40px 0;
    }

    .product__others-button {
        padding: 0 20px;
        border-top: 1px solid #E2E2E2;
        margin-top: 0;
        clear: both;
    }

    .product__others-button:after {
        content: '';
        display: block;
        clear: both;
    }

    .product__others-button a {
        float: right;
        border: none;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0;
    }

    .product__others-button a:first-child {
        float: left;
    }

    .product__title {
        max-height: none;
    }

    .product__box.product__hide {
        display: none;
    }

    .basic-height .product__box:nth-child(n+3) {
        display: none;
    }

    /*--fix--*/
    .product__buy {
        justify-content: space-between;
        /*padding: 0 20px 0 30px;*/
        padding: 0 20px;
        box-sizing: border-box;
    }

    .essentiale-banner.section-main__content__products__list .product__box .product__buy {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product__title {
        max-width: 90%;
    }

    .product:hover .product__additional-block {
        display: inline-flex;
    }

    .product-detail-controls .product__amount {
        margin: 0;
    }

    /*--/fix--*/
    .product__preorder__date {
        display: block;
        font-size: 18px;
        line-height: 24px;
        width: auto;
        text-align: left;
        margin: 0;
    }

    .product__btn.btn-sign:before {
        width: 25px;
        height: 4px;
    }

    .product__btn.btn-sign.plus:after {
        width: 4px;
        height: 25px;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    .product__price span.no-avail {
        font-size: 20px !important;
        display: inline-block;
        padding-bottom: 20px;
    }

    .section-main__content__products__list .product__box .product__price {
        margin-right: 0;
        white-space: normal;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .essentiale-banner.section-main__content__products__list .product__box .product__price {
        -webkit-transform: none;
        transform: none;
        margin-right: auto;
    }

    .essentiale-banner.section-main__content__products__list .product__box .product__price .currency {
        font-size: 20px;
        line-height: 24px;
    }

    .section-main__content__products__list .product__box .product__price small {
        margin-right: 0;
    }

    .product-favorite_onMobile {
        display: block;
        position: absolute;
        top: 110px;
        right: 25px;
        width: auto;
        height: auto;
    }

    .product-favorite_onMobile .product__favorite {
        top: unset;
        right: unset;
        position: relative;
        width: 44px;
        height: 44px;
    }

    .section-main__content__products__list .product__box .group_price_item,
    .section-main__content__products__list .product__prices-wrap {
        text-align: left;
    }

    /* new design 06.18 */
    .cart-new .section-main__content__products {
        box-sizing: content-box;
        width: calc(100% + 60px);
        margin-left: -30px;
    }

    .cart-new .product {
        border-radius: 0;
        margin: 5px 0;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    }

    .cart-new .product__information {
        float: none;
        width: auto;
        padding-right: 0;
        margin-bottom: 0;
    }

    .cart-new .product__brand,
    .cart-new .mavail {
        font-size: 24px;
        line-height: 32px;
    }

    .cart-new .mavail {
        padding: 0;
        margin: 0;
    }

    .cart-new .product__amount .product__amount-amount,
    .popup-others-products .product__amount-amount {
        width: 100px;
        height: 54px;
        border-radius: 40px;
        border-width: 2px;
        font-size: 24px;
        line-height: 32px;
        margin: 0 20px;
        padding: 0;
        opacity: 1;
    }

    .cart-new .product__buy__row {
        margin-top: 30px;
    }

    .cart-new .product__price span {

    }

    .cart-new .product__price {
        top: 3px;
    }

    .cart-new .product__others-button {
        border: none;
    }

    .cart-new .product__others-button a {
        border-radius: 0;
        border: 0;
        width: auto;
        height: auto;
        font-size: 24px;
        line-height: 32px;
        margin-left: 0;
        color: #878787;
        float: none;
        border-bottom: 2px dashed #878787;
    }

    .cart-new .product__others-button {
        padding: 0;
    }

    .cart-new .special-icon-recipe span {
        font-size: 20px;
        line-height: 24px;
    }

    .cart-new .special-icon-recipe span:first-child,
    .cart-new .icon-producer-mid {
        width: 48px;
        height: 48px;
    }

    .cart-new .special-icon {
        margin-left: 10px;
    }

    .cart-new .special-icon:first-child {
        margin-left: 0;
    }

    .cart-new .product__buy {
        display: block;
        padding-bottom: 30px;
        border: none;
        padding: 30px;
        height: auto;
    }

    .cart-new .product__head {
        padding-bottom: 15px;
    }

    .cart-new .product__information__recept-buttons {
        margin-bottom: 0;
    }

    .cart-new .product__head__right {
        padding-right: 80px;
        width: calc(100% - 130px);
        box-sizing: border-box;
    }

    .cart-new .product__box {
        border-top: 0;
    }

    .cart-new .product__box.product__box-preorder .product {
        padding-top: 0;
        margin-top: 0;
        border-radius: 0 0 10px 10px;
        position: relative;
        /*border-top: 2px solid rgba(183, 183, 183, 0.3);*/
    }

    .cart-new .product__box.product__box-preorder .product:before {
        content: '';
        position: absolute;
        z-index: 10;
        height: 6px;
        width: 100%;
        bottom: 100%;
        left: 0;
        background: #ffffff;
        margin-bottom: -3px;
    }

    .cart-new .product__box.product__box-preorder .product:after {
        content: '';
        position: absolute;
        height: 2px;
        width: calc(100% - 60px);
        bottom: 100%;
        left: 30px;
        background-color: rgba(183, 183, 183, 0.3);
        z-index: 11;
        margin-bottom: -1px;
    }

    .cart-new .product__box.product__box-preorder .product__buy {
        padding-top: 15px;
    }

    .cart-new .product__box.product__box-preorder .product__information {
        display: none;
    }

    .cart-new .product__box.product__box-preorder-prev .product__buy {
        padding-bottom: 0;
    }

    .cart-new .product__box.product__box-preorder-prev .product {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .cart-new .product__price-active:after {
        margin-right: 15px;
        width: 12px;
        height: 20px;
    }

    .cart-new .product__fav-toggle {
        width: 70px;
        height: 70px;
        border-width: 2px;
        margin-left: 30px;
    }

    .cart-new .product__fav-toggle:before {
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
    }

    .cart-new .product__price {
        font-size: 20px;
        line-height: 24px;
    }

    .cart-new .product__price span {
        font-size: 24px;
        line-height: 32px;
        position: relative;
        z-index: 1;
    }

    .cart-new .product__information-no-pharm .product__head {
        padding-bottom: 0;
    }

    .cart-new .product__box .mavail {
        margin-right: 30px;
    }

    .cart-new .product__buy__error {
        width: 366px;
        padding: 0 20px;
        font-size: 20px;
        line-height: 24px;
        margin-left: 20px;
        border-radius: 10px;
        padding: 18px 20px 16px;
    }

    .cart-new .product__buy__error:before {
        border-width: 12px;
    }

    .cart-new .product__buy__error .product__buy__error__row {
        margin-top: 20px;
    }

    .cart-new .product__information-no-pharm .product__head.product__head-for-additionally {
        padding-bottom: 10px;
    }

    .cart-new .product__fav-not-avail {
        font-size: 32px;
        line-height: 38px;
        margin-right: 50px;
    }

    .cart-new .cart-steps-mobile .product__box.product__box-original-offer .product {
        padding-top: 50px !important;
    }

    .cart-new .cart-steps-mobile .product__box-original-offer .original-offer {
        left: 30px;
        font-size: 20px;
        line-height: 24px;
        height: 36px;
        padding: 0 24px;
        border-radius: 0 0 10px 10px;
    }

    .cart-new .product__image {
        margin: 0 10px 0 30px;
    }

    .cart-new .product__buy__shelf-life {
        text-align: left;
    }

    .cart-new .product__title {
        font-size: 24px;
        line-height: 32px;
        display: block;
    }

    .cart-new .product__buy__shelf-life .product__preorder__date,
    .cart-new .product__buy__shelf-life .product__brand {
        font-size: 24px;
        line-height: 32px;
    }

    .cart-new .product__title {
        max-width: 100%;
        margin: 5px 0;
    }

    .cart-new .product__btn.btn-sign,
    .popup-others-products .product__btn.btn-sign {
        width: 26px;
        height: 25px;
        border: none;
    }

    .cart-new .product__btn.btn-sign:before,
    .popup-others-products .product__btn.btn-sign:before {
        width: 100%;
    }

    .cart-new .product__btn.btn-sign:after,
    .popup-others-products .product__btn.btn-sign:after {
        height: 100%;
    }

    .popup-others-products .product__price span {
        font-size: 34px;
    }

    .popup-others-products .product__price {
        font-size: 20px;
        line-height: 24px;
    }

    .cart-new .product__buy .special-icon-fix-price {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: inline-block;
    }

    .cart-new .product__box .mavail.mavail-top {
        margin-top: 5px;
    }

    .product__price-old svg line {
        stroke-width: 2;
    }

    /* new design 06.18*/
}

/*SEO*/

.priceCurrency-seo {
    position: absolute !important;
    opacity: 0 !important;
    font-size: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

@media screen and (min-width: 1001px) and (max-width: 1132px) {
    .section-main__content__products__list .product__information {
        width: calc(40% - 110px);
        padding-left: 10px;
    }

    .section-main__content__products__list .product__buy {
        width: 54%;
    }

    .essentiale-banner.section-main__content__products__list .product__buy {
        width: 60%;
    }

    .essentiale-banner.section-main__content__products__list .product__image {
        width: 12%;
    }

    .essentiale-banner.section-main__content__products__list .product__information {
        width: calc(29% - 10px);
    }

    .essentiale-banner.section-main__content__products__list .product__amount {
        margin-left: 5px;
    }

    .essentiale-banner.section-main__content__products__list .product__amount .product__amount-amount {
        width: 30px;
    }

    .essentiale-banner.section-main__content__products__list .product__price {
        padding-right: 45px;
    }

    .section-main__content__products__list .product__available-list-view {
        width: 70px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1040px) {
    .product__buy .product__price {
        font-size: 12px;
        line-height: 18px;
    }
}

/* have_sale */
.asna_sale_rightcol .sorting__item__label,
.asna_sale_rightcol .param {
    min-width: 145px;
}

.have_sale_wrap {
    margin: 10px 0;
}

.have_sale {
    display: inline-block;
    font-size: 0;
    width: 62%;
    min-width: 530px;
}

.have_sale_side {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.have_sale a {
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #080808;
    text-decoration: none;
    border: solid 2px #979797;
    background: #ffffff;
    padding: 0 10px;
    transition: all 0.3s;
    box-sizing: border-box;
    white-space: nowrap;
}

.have_sale a.active,
.have_sale a:hover {
    background: #50BE14;;
    border-color: #45A113;
    color: #ffffff;
}

.have_sale .have_sale_side:first-child a {
    border-radius: 30px 0 0 30px;
}

.have_sale .have_sale_side:last-child a {
    border-radius: 0 30px 30px 0;
}


@media screen and (max-width: 1000px) {
    .asna_sale_rightcol .sorting__item__label,
    .asna_sale_rightcol .param {
        width: auto;
    }

    .have_sale_wrap {
        margin: 40px 0 0;
    }

    .have_sale {
        width: 100%;
        min-width: 0;
    }

    .have_sale_side {
        width: 100%;
        margin-bottom: 20px;
    }

    .have_sale a {
        font-size: 24px;
        line-height: 32px;
        height: 56px;
    }

    .have_sale .have_sale_side:first-child a,
    .have_sale .have_sale_side:last-child a {
        border-radius: 40px
    }

    .have_sale a.active,
    .have_sale a:hover {
        background: #ffffff;;
        border-color: #50BE14;
        color: #6FBA3C;
    }

    .advertising-label-wrapper {
        right: auto;
        left: 0px;
    }

}

/* have_sale */


@media screen and (max-width: 768px) {
    .product {
        position: relative;
    }

    .product__available-list-view-catalog {
        position: absolute;
        top: 100px;
        right: 19px;
    }

    .product__available-list-view-catalog p {
        text-decoration: none !important;
        text-align: center;
    }

    .product__available-list-view-catalog p span {
        font-size: 20px;
        line-height: 24px;
        margin-right: 0;
    }

    .product__available-list-view-catalog p span::before {
        content: "";
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        background: url(/local/templates/asna-new/css/../img/redesign/stores.svg) no-repeat center center / contain;
        height: 40px;
        width: 35px;
        z-index: 1;
        display: block;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/pagination.css?17522343255357*/
.pagination {
    margin-top: 15px;
    margin-bottom: 15px;
}

.asna-market .pagination {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .pagination {
        margin-bottom: 0px;
    }
}

.pagination:after {
    display: block;
    content: '';
    clear: both;
}

.pagination__more-button {
    float: left;
    color: #D5D5D6;
    text-decoration: none;
    font-size: 0;
}

.pagination__more-button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px dashed #D5D5D6;
    color: #D5D5D6;
}

.pagination__more-button:hover span {
    border-bottom-color: transparent;
}

.pagination__more-button:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    background: url('/local/templates/asna-new/img/redesign/arr-min-gray.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.svg .pagination__more-button:after {
    background-image: url('/local/templates/asna-new/img/redesign/arr-min-gray.svg');
}

.pagination__pages {
    font-size: 0;
    float: right;
    text-align: right;
}

.pagination__pages li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.pagination__pages a,
.pagination__pages span {
    display: block;
    width: 40px;
    height: 40px;
    color: #D5D5D6;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    cursor: auto;
}

.pagination__pages a:hover,
.pagination__pages span.active {
    background: #D5D5D6;
    color: #ffffff;
}

.pagination__pages a.prev,
.pagination__pages span.prev,
.pagination__pages a.next,
.pagination__pages span.next {
    top: 0;
    left: 0;
    background: none;
}

.pagination__pages a.prev:before,
.pagination__pages span.prev:before,
.pagination__pages a.next:before,
.pagination__pages span.next:before {
    content: '';
    width: 13px;
    height: 8px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -6px;
    background: url('/local/templates/asna-new/img/redesign/arr-min-gray.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.pagination__pages a.prev:before,
.pagination__pages span.prev:before {
    transform: rotate(90deg);
}

.pagination__pages a.next:before,
.pagination__pages span.next:before {
    transform: rotate(-90deg);
}

.svg .pagination__pages a.prev:before,
.svg .pagination__pages span.prev:before,
.svg .pagination__pages a.next:before,
.svg .pagination__pages span.next:before {
    background-image: url('/local/templates/asna-new/img/redesign/arr-min-gray.png');
}

@media screen and (max-width: 1000px) {
    .pagination__pages a:hover {
        color: #D5D5D6;
        background: transparent;
    }

    .pagination {
        text-align: center;
        padding: 40px 0 25px;
        border-top: 1px solid rgba(157, 157, 157, 0.2);
    }

    .pagination__pages {
        float: none;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .pagination__pages li {
        margin-left: 0;
    }

    .pagination__pages a,
    .pagination__pages span {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 32px;
    }

    .pagination__pages a.prev,
    .pagination__pages span.prev,
    .pagination__pages a.next,
    .pagination__pages span.next {
        width: 20px;
        height: 20px;
    }

    .pagination__pages a.prev,
    .pagination__pages span.prev {
        margin-right: 20px;
    }

    .pagination__pages a.next,
    .pagination__pages span.next {
        margin-left: 20px;
    }

    /* .pagination__pages a.prev:before, .pagination__pages span.prev:before, .pagination__pages a.next:before, .pagination__pages span.next:before{
          position: static;
          display: block;
          width: 16px;
          height: 8px;
          margin: 0;
      } */
    .pagination__more-button {
        float: none;
        display: inline-block;
        margin-top: 40px;
    }

    .pagination__more-button span {
        font-size: 24px;
        line-height: 32px;
        border-bottom-style: solid;
    }

    .pagination__more-button:after {
        display: none;
    }

    .section-main-catalog .pagination__more-button {
        display: block;
        margin-right: 20px;
        text-align: right;
        position: relative;
    }

    .section-main-catalog .pagination__more-button::after {
        content: "";
        height: 8px;
        display: block;
        width: 16px;
        background: url(/local/templates/asna-new/img/redesign/arr-min-gray.png) no-repeat;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-main-catalog .pagination__more-button span {
        border-bottom: 2px dashed #D5D5D6;
    }

    .mob_profile_lin_balls {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        background: linear-gradient(91.15deg, #ffb800 .79%, #f92785 102.91%);
        border-radius: 50px;
        padding: 2px 4px;
        box-sizing: border-box;
        margin-left: 5px;
        white-space: nowrap;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/progress-bar.css?17522343252323*/
.progress-bar__wrap {
  margin-bottom: 30px;
}

.cart-new .progress-bar__wrap {
  margin-bottom: 10px;
}

.progress-bar {
  border: 2px dashed #50be14;
  height: 35px;
  line-height: 35px;
  position: relative;
  border-radius: 17px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.progress-bar__empty,
.progress-bar__empty .progress-bar {
  border-color: #ff4800;
  color: #ff4800;
  text-align: center;
}

.progress-bar-hh {
  border-color: #ae57c4;
}

.progress-bar__filling {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 29px;
  line-height: 29px;
  border-radius: 14px;
  max-width: calc(100% - 2px);
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 14px;
  transition: all 0.5s;
}

.progress-bar__filling.text-center{
    text-align: center;
}

.progress-bar__filling-front {
  background: #50be14;
  z-index: 2;
  color: #ffffff;
  overflow: hidden;
}

.progress-bar-hh .progress-bar__filling-front {
  background: #ae57c4;
}

.progress-bar__filling-back {
  background: #dcf77e;
  z-index: 1;
  color: #50be14;
}

.progress-bar__small {
  border-radius: 12px;
  height: 27px;
}

.progress-bar__small .progress-bar__filling {
  border-radius: 9px;
  height: 21px;
}

.progress-bar-hh + .progress-bar__after-text {
  color: #ae57c4;
}

.progress-bar__after-text {
  color: #50be14;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}

.progress-bar__empty .progress-bar__after-text {
  color: #ff4800;
}

.progress-bar:not(.progress-bar__small) + .progress-bar__after-text {
  display: none;
}

@media (max-width: 1366px){
    .progress-bar__wrap {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
  .progress-bar__empty,
  .progress-bar__empty .progress-bar {
    font-size: 0;
  }

  .progress-bar__after-text {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
  }

  .progress-bar {
    height: 40px;
    border-radius: 22px;
    border-width: 3px;
  }

  .progress-bar__filling,
  .progress-bar__small .progress-bar__filling {
    height: 27px;
    top: 4px;
    left: 5px;
    border-radius: 13px;
    max-width: calc(100% - 10px);
  }

  .progress-bar:not(.progress-bar__small) + .progress-bar__after-text:not(.hide) {
    display: block;
  }

  .progress-bar {
    font-size: 0;
  }
}

/* End */


/* Start:/local/templates/asna-new/css/navigation.css?17522343251602*/
.navigation-pharms-pages {
    font-size: 0;
    float: left;
}

.navigation-pharms-pages__cart {
    width: 235px;
}

.navigation-pharms-pages li {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
}

.navigation-pharms-pages a {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    border: 2px solid #878787;
    border-left-width: 1px;
    border-right-width: 1px;
    height: 28px;
    transition: 0.3s all;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.navigation-pharms-pages a.active {
    border-color: #50be14;
    color: #ffffff;
    background: #50be14;
}

@media screen and (min-width: 1001px) {
    .navigation-pharms-pages a:hover {
        border-color: #50be14;
        color: #ffffff;
        background: #50be14;
    }
}

.navigation-pharms-pages li:first-child a {
    border-radius: 32px 0 0 32px;
    border-left-width: 2px;
}

.navigation-pharms-pages li:last-child a {
    border-radius: 0 32px 32px 0;
    border-right-width: 2px;
}

@media screen and (max-width: 1000px) {
    .navigation-pharms-pages {
        float: none;
        width: 100%;
    }

    .navigation-pharms-pages a {
        font-size: 24px;
        line-height: 32px;
        height: 57px;
    }

    .navigation-pharms-pages li:first-child a {
        border-radius: 60px 0 0 60px;
    }

    .navigation-pharms-pages li:last-child a {
        border-radius: 0 60px 60px 0;
    }

    .navigation-pharms-pages {
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/asna-new/css/pharmacie-row.css?175223432526605*/
.pharmacie-rows__wrap {
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px solid #C0F1DA;
}

.pharmacie-row {
    border-top: 1px solid #C0F1DA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
    flex-wrap: wrap;
}

.pharmacie-rows__wrap-hover .pharmacie-row {
    cursor: pointer;
}

.product__brand-available {
    flex: 0 0 100%;
    text-align: right;
    white-space: nowrap;
}

.product__brand-available-no-margin {
    margin-top: 0;
}

.pharmacie-row__shadow {
    display: none;
}

.popup-pharm-map__map .gm-style div.new_tooltip_icons {
    box-shadow: 0 5px 10px 0 rgba(60, 99, 192, 0.3) !important;
}

.popup-pharm-map__map .gm-style div .new_tooltip_icons::before {
    bottom: 97%;
}

@media screen and (min-width: 1000px) {
    .pharmacie-row-selected .pharmacie-row__shadow,
    .pharmacie-rows__wrap-hover .pharmacie-row:hover .pharmacie-row__shadow {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #ffffff;
        top: 0;
        left: -15px;
        padding: 0 20px 0 15px;
        box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
    }

    .pharmacie-row-selected,
    .pharmacie-rows__wrap-hover .pharmacie-row:hover {
        border-top-color: transparent;
    }

    .pharmacie-row-selected.pharmacie-row-hh .pharmacie-row__shadow,
    .pharmacie-rows__wrap-hover .pharmacie-row.pharmacie-row-hh:hover .pharmacie-row__shadow {
        box-shadow: 0 0 15px rgba(174, 87, 196, 0.7);
    }
}

.pharmacie-row-selected__triangle {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background: none;
    top: 50%;
    left: 100%;
    margin: -20px 0 0 20px;
    display: none;
}

.pharmacie-row-selected__triangle:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: 50%;
    left: -15px;
    transform: translate3d(50%, -50%, 0) rotate(45deg);
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
}

.pharmacie-row-hh .pharmacie-row-selected__triangle:after {
    box-shadow: 0 0 15px rgba(174, 87, 196, 0.7);
}

.pharmacie-row.pharmacie-row-selected .pharmacie-row-selected__triangle {
    display: block;
}

.pharmacie-row__cell {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

.pharmacie-row__cell:first-child {
    max-width: calc(100% - 150px);
}

.pharmacie-rows__wrap__avail .pharmacie-row__cell:first-child {
    max-width: calc(100% - 470px);
}

.pharmacie-row__cell:first-child .pharmacie-row__icons-card, .pharmacie-rows__wrap__avail .pharmacie-row__cell:first-child .pharmacie-row__icons-card {
    position: relative;
    z-index: 2;
}

.popup-map-new .pharmacie-row__cell:first-child {
    max-width: calc(100% - 130px);
}

.pharmacie-row__cell:first-child .new_tooltip_icons {
    right: auto;
    left: -50%;
}

.pharmacie-row__cell:first-child .new_tooltip_icons::before {
    left: 12%;
}

/*.pharmacie-row__cell:first-child{
	max-width: 330px;
}*/

.pharmacie-row__title {
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    font-weight: 700;
    padding-right: 30px;
    margin-top: 12px;
    border-top: 0;
}

.pharmacie-row__name {
    font-size: 12px;
    line-height: 18px;
    color: #878787;
    margin: 5px 0 10px;
    font-style: italic;
}

.pharmacie-row__delivery {
    font-size: 12px;
    line-height: 18px;
    color: #878787;
    margin: 5px 0 10px;
    font-style: italic;
}

.pharmacie-row__subway {
    font-size: 0;
    margin-bottom: 5px;
}

.pharmacie-row__subway i {
    width: 17px;
    height: 17px;
    background-color: #080808;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
}

.pharmacie-row__subway i,
.pharmacie-row__subway span {
    display: inline-block;
    vertical-align: middle;
}

.pharmacie-row__subway span {
    font-size: 12px;
    line-height: 18px;
    color: #080808;
    font-weight: 700;
    margin: 3px 0 0 12px;
}

.pharmacie-row__info {

}

.pharmacie-row__prices {
    font-weight: 900;
    margin-top: 5px;
    color: #080808;
    display: inline-block;
}

.pharmacie-row__prices > :last-child::after {
    content: " руб.";
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
}

.pharmacie-row__prices:not(.pharmacie-row__prices-old) {
    font-size: 10px;
    line-height: 12px;
}

.popup-map-new .pharmacie-row__prices {
    margin-top: 0;
}

.pharmacie-row__prices:first-child {
    margin-top: 0;
}

.pharmacie-row__prices span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
}

.popup-map-new .pharmacie-row__prices span {

}

.pharmacie-row__prices-new-ae {
    color: #50be14;
}

.pharmacie-row__prices-new-hh {
    color: #080808;
}

.pharmacie-row__prices-old {
    color: #878787;
    position: relative;
}

.pharmacie-row__prices-old div {
    font-size: 10px;
    line-height: 12px;
}

.pharmacie-row__prices-old svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.cart__amount .pharmacie-row__prices {
    background: #ffffff;
    z-index: 5;
}

.cart__amount .pharmacie-row__prices-old {

}

.cart__amount-two-prices .pharmacie-row__prices span {
    font-size: 14px;
    line-height: 18px;
}

.cart__amount .pharmacie-row__prices.active-price {
    font-size: 12px;
    line-height: 18px;
}

.cart__amount .pharmacie-row__prices.active-price span {
    font-size: 20px;
    line-height: 24px;
}

.pharmacie-row__icons {
    font-size: 0;
}

.pharmacie-row__icons li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pharmacie-row--favorite_only_map li.icon-fav-new {
    display: none;
}

.pharmacie-row__cell:nth-child(2) {
    margin-left: auto;
    width: 130px;
    margin-right: 45px;
    position: relative;
    height: 20px;
}

.popup-map-new .pharmacie-row__cell:nth-child(2), .cart-content__pharms .pharmacie-row__cell:nth-child(2), .pharmacie-rows__wrap__avail .pharmacie-row__cell:nth-child(2), .popup-new-price-purchase__pharmacies .pharmacie-row__cell:nth-child(2) {
    margin-right: 0;
    height: auto;
}

.pharmacie-row__icons-hh,
.pharmacie-row__icons-ae,
.pharmacie-row__icons-card {
    width: 20px;
    height: 20px;
    background: url('/local/templates/asna-new/img/redesign-5/icons-shares-mini.png?v=1') no-repeat;
    background-size: 100% 200%;
}

.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-hh,
.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-ae,
.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-card {
    position: absolute;
    margin: 0;
}

.svg .pharmacie-row__icons-ae {
    background-image: url(/local/templates/asna-new/img/redesign-5/icons-shares-mini.svg?v=1);
}

.svg .pharmacie-row__icons-card {
    background-image: url(/local/templates/asna-new/img/redesign-5/card_payment_icon.svg?v=1);
    background-size: 100%;
    background-position: 0 3px;
}

.svg .pharmacie-row__icons-cach {
    background-image: url(/local/templates/asna-new/img/redesign-5/cash_only.svg?v=6);
    background-position: 0 0;
    width: 20px;
    height: 20px
}

.pharmacie-row__icons-cach:hover .pharmacie-row__cach_tooltip {
    opacity: 1;
}

.pharmacie-row__cach_tooltip {
    color: #fff;
    padding: 7px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    -webkit-box-shadow: 0 5px 10px 0 rgb(60 99 192 / 30%);
    box-shadow: 0 5px 10px 0 rgb(60 99 192 / 30%);
    margin-top: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #5079da;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    cursor: pointer;
}

.pharmacie-row__cach_tooltip::before {
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-bottom-color: #5079da;
    bottom: 98%;
    left: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.svg .popup-map-new .pharmacie-row__icons-ae {
    background: url('/local/templates/asna-new/img/redesign-5/asna-icon-mini.svg?v=2') no-repeat center;
    background-size: 100%;
}

.svg .pharmacie-row__icons-hh {
    background-image: url('/local/templates/asna-new/img/redesign-5/icons-shares-mini.svg?v=1');
    background-position: 0 0;
    background-size: 99% 200%;
}

.pharmacie-row__icons-ae {
    background-position: 0 100%;
}

.pharmacie-row__button a {
    display: inline-block;
    width: 125px;
    height: 28px;
    background: #50be14;
    border-radius: 15px;
    border: 2px solid #50be14;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s all;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.pharmacie-row__button a:hover {
    background: transparent;
    color: #50be14;
}

.pharmacie-row__info-full-button a {
    font-size: 12px;
    line-height: 18px;
    color: #D5D5D6;
    text-decoration: none;
}

.pharmacie-row__info-full-button a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/asna-new/img/redesign-5/exc-p.png') no-repeat;
    background-size: 100% 200%;
}

.svg .pharmacie-row__info-full-button a:before {
    background-image: url('/local/templates/asna-new/img/redesign-5/exc-p.svg');
}

.pharmacie-row__info-full-button a:hover {
    color: #50be14;
}

.pharmacie-row__info-full-button a:hover:before {
    background-position: 0 100%;
}

.pharmacie-row__info-full-button-mobile {
    display: none;
}

.pharmacie-row__cell-buttons {
    min-width: 160px;
    white-space: nowrap;
}

.pharmacie-row__cell-buttons > div {
    margin-top: 20px;
}

.pharmacie-row__cell-buttons > div:first-child {
    margin-top: 0;
}

.pharmacie-row__cell-icons li {
    margin-left: 20px;
}

.pharmacie-row__cell-icons li:first-child {
    margin-left: 0;
}

.pharmacie-row-category-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #878787;
    margin-top: 40px;
}

.pharmacie-row-category-title.first {
    margin-top: 20px;
}

.pharmacie-row-category-title.active {
    color: #495AF6;
}

.pharmacie-row.pharmacie-row-head {
    border-top: 0;
    padding-bottom: 5px;
}

.pharmacie-row-head .pharmacie-row__cell {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #878787;
}

.pharmacie-rows__wrap__avail .pharmacie-row__cell:nth-child(3) {
    width: 150px;
    text-align: right;
}

.pharmacie-row__info-offers {
    color: #50be14;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: normal;
}

.pharmacie-row__info-offers-warning {
    color: #ffad11;
}

.pharmacie-row__info-offers-error {
    color: #ff4800;
}

.pharmacie-row__price-economy-amount {
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #080808;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 100%;
}

.pharmacie-row__price-economy-amount div {
    display: inline-block;
    padding: 0 10px;
    margin-left: 5px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #ffad11;
}

.pharmacie-row__price-economy-amount span {
    font-size: 14px;
    line-height: 18px;
}

.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-hh {
    left: 0;
}

.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-cach {
    right: 0;
    position: absolute;
    margin-right: 0;
}

.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-ae {
    left: 50%;
    transform: translate(-50%, 0);
}

.pharmacie-row__cell:nth-child(2) .pharmacie-row__icons-card {
    right: 0;
}

.pharmacie-row__cell:nth-child(2) .pharmacie-row__cell-icons li {
    margin: 0;
}

.popup-map-new .pharmacie-row__icons-card {
    position: relative;
}

.popup-pharm-map__map .gm-style .new_tooltip_icons .new_tooltip_body {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .pharmacie-row__title {
        font-size: 14px;
        line-height: 18px;
    }

    .pharmacie-row__cell:nth-child(2) {
        padding-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .content-profile .rightcol2 ul {
        margin-left: 0;
    }

    .pharmacie-row__icons {
        position: relative;
    }

    .pharmacie-row__icons .icon-fav-new {
        position: absolute;
        top: 0;
        right: 0;
    }

    .popup-map-new .pharmacie-row__icons .icon-fav-new {
        position: static;
    }

    .pharmacie-row__title {
        font-size: 14px;
        line-height: 18px;
        padding-right: 45px;
    }

    .pharmacie-row .pharmacie-row__cell:nth-child(2) {
        width: 70%;
    }

    .pharmacie-row .pharmacie-row__cell:nth-child(3) {
        width: 30%;
    }

    .popup-new-price-purchase__body .pharmacie-row .pharmacie-row__cell:nth-child(2) {
        width: 100%;
    }

    .pharmacie-row__cell:nth-child(3) {
        text-align: right;
    }

    .popup-pharm-controls {
        width: 100%;
        margin-top: 25px;
    }

    .cart-new .popup-pharm-controls .pharmacie-row__cell:first-child {
        width: auto;
        border: none;
        margin: 0;
        padding: 0;
    }

    .popup-map-new .pharmacie-row__cell:nth-child(2) {
        margin-top: 0;
    }

    .pharmacie-row__cell:first-child {
        display: block;
        max-width: 100%;
        width: 100%;
        padding-bottom: 10px;
    }

    .popup-map-new .pharmacie-row__cell:first-child {
        max-width: 100%;
    }

    .pharmacie-row {
        flex-direction: column;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 20px 30px;
        box-sizing: border-box;
        margin-top: 10px;
        display: block;
        width: calc(100% + 60px);
        margin-left: -30px;
        background: #ffffff;
        border-top: 4px solid rgba(157, 157, 157, 0.2);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    }

    .pharmacie-row:first-child {
        border-top: 4px solid rgba(157, 157, 157, 0.2);
    }

    .popup-new-price-purchase__body .pharmacie-row {
        width: 100%;
        margin-left: 0;
    }

    .pharmacie-row.scrolled-to {
        box-shadow: 0 0 15px rgba(71, 182, 20, .6);
    }

    .pharmacie-row-selected__triangle {
        display: none;
    }

    .pharmacie-row__icons {
        min-height: 50px;
    }

    .pharmacie-row__icons-hh,
    .pharmacie-row__icons-ae,
    .pharmacie-row__icons-card {
        width: 50px;
        height: 50px;
        position: static;
        transform: none;
    }

    .pharmacie-row__icons-card {
        position: relative;
        top: 5px;
        height: 55px;
        width: 55px;
    }

    .svg .pharmacie-row__icons-card, .popup-map-new li.pharmacie-row__icons-card {
        background-size: 60px 60px;
        background-position: 0px 3px;
        top: -5px;
        height: 56px;
        width: 60px;
    }

    .svg .pharmacie-row__icons-cach {
        height: 50px;
        width: 50px;
        background-size: 50px 50px;
        background-position: 0px 0px !important;
        top: 0;
        position: relative;
    }

    .pharmacie-row__title {
        font-size: 32px;
        line-height: 38px;
        margin-top: 24px;
    }

    .pharmacie-row__subway span,
    .pharmacie-row__name {
        font-size: 24px;
        line-height: 32px;
    }

    .pharmacie-row__delivery {
        font-size: 20px;
        line-height: 24px;
    }

    .pharmacie-row__name {
        margin: 10px 0 20px;
    }

    .pharmacie-row__subway i {
        width: 28px;
        height: 28px;
        font-size: 20px;
        line-height: 24px;
        margin: 3px 0 0 3px;
    }

    .pharmacie-row__info {
        margin: 10px 0;
    }

    .pharmacie-row-hh {
        box-shadow: 0 0 15px rgba(183, 183, 183, .6);
    }

    .pharmacie-row__prices + br {
        display: none;
    }

    .cart-new .pharmacie-row__prices + br,
    .popup-pharm-map__map .pharmacie-row__prices + br {
        display: block;
    }

    .pharmacie-row__button a {
        width: 160px;
        height: 50px;
        font-size: 24px;
        line-height: 32px;
        border-radius: 25px;
    }

    .pharmacie-row__prices,
    .pharmacie-row__prices:not(.pharmacie-row__prices-old) {
        font-size: 20px;
        line-height: 24px;
    }

    .popup-pharm-controls.is-cart .pharmacie-row__prices span {
        font-size: 32px;
        line-height: 38px;
    }

    .popup-pharm-controls.is-cart .pharmacie-row__prices {
        font-size: 20px;
        line-height: 24px;
    }

    .edit-order-wrap .pharmacie-row:first-child {
        border-top: none;
    }

    .pharmacie-row__info-full-button-mobile {
        display: block;
    }

    .pharmacie-row__info-full-button {
        position: absolute;
        bottom: 0;
        margin-bottom: -10px;
        right: 0;
        white-space: nowrap;
    }

    .pharmacie-row__info-full-button a {
        display: inline-block;
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        width: 160px;
        height: 50px;
        background: #50be14;
        border-radius: 25px;
        font-weight: 700;
    }

    .pharmacie-row__info-full-button a:before {
        display: none;
    }

    .pharmacie-row__cell {
        z-index: auto;
    }

    .pharmacie-row__cell-buttons {
        width: 100%;
        position: absolute;
        right: 15px;
        bottom: 35px;
    }

    .pharmacie-row__cell-buttons > div {
        margin-top: 0;
    }

    .pharmacie-row-category-title {
        font-size: 42px;
        margin-top: 60px;
    }

    .pharmacie-row-category-title.first {
        margin-top: 35px;
    }

    .pharmacie-row.pharmacie-row-head {
        display: none;
    }

    .pharmacie-rows__wrap__avail .pharmacie-row__cell:nth-child(3) {
        width: 100%;
        text-align: left;
    }

    .product__brand-available {
        margin-top: 0;
        transform: translateY(-100%);
        margin-bottom: 0;
    }

    .cart-new .pharmacie-row__cell:first-child {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(157, 157, 157, 0.3);
    }

    .cart-new .pharmacie-row-choosed .pharmacie-row__cell:first-child,
    .cart-new .pharmacie-row-show-detail .pharmacie-row__cell:first-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .pharmacie-row__prices span {
        font-size: 32px;
        line-height: 38px;
    }

    .cart-new .pharmacie-row__prices span {
        font-size: 38px;
    }

    .pharmacie-rows__wrap-cart-selected {
        padding: 0 30px;
    }

    .pharmacie-rows__wrap__avail .pharmacie-row__cell:first-child {
        max-width: 100%;
    }

    .cart-new .pharmacie-row-choosed .pharmacie-row__subway i {
        width: auto;
        height: auto;
        background: none !important;
    }

    .cart-new .pharmacie-row-choosed .pharmacie-row__subway span,
    .cart-new .pharmacie-row-choosed .pharmacie-row__subway i {
        color: #50be14;
        font-size: 24px;
        line-height: 32px;
    }

    .cart-new .pharmacie-row-choosed .pharmacie-row__subway i span {
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 0 2px;
        padding: 0;
    }

    .pharmacie-row__choosed-control {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
    }

    .pharmacie-row__choosed-control-edit {
        display: block;
        font-size: 0;
        text-align: center;
    }

    .pharmacie-row__choosed-control li {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
    }

    .pharmacie-row__choosed-control-edit li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 110px;
    }

    .pharmacie-row__choosed-control-edit li:first-child {
        margin-left: 0;
    }

    .pharmacie-row__choosed-control a {
        color: #080808;
        text-decoration: none;
    }

    .pharmacie-row__choosed-control i {
        display: block;
        width: 62px;
        height: 62px;
        border: 2px solid rgba(157, 157, 157, 0.2);
        margin: 0 auto 10px;
        border-radius: 100%;
        position: relative;
    }

    .pharmacie-row__choosed-control i::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background-size: 100% 100%;
    }

    .pharmacie-row__choosed-control i.pharmacie-row__choosed-control__phone:before {
        width: 34px;
        height: 34px;
        background-image: url('/local/templates/asna-new/css/../img/asna_2018/phone.svg');
    }

    .pharmacie-row__choosed-control i.pharmacie-row__choosed-control__map:before {
        width: 24px;
        height: 36px;
        background-image: url('/local/templates/asna-new/css/../img/asna_2018/map.svg');
    }

    .pharmacie-row__choosed-control i.pharmacie-row__choosed-control__update:before {
        width: 36px;
        height: 34px;
        background-image: url('/local/templates/asna-new/css/../img/asna_2018/update.svg');
    }

    .pharmacie-row__title-page {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #495AF6;
        text-transform: uppercase;
    }

    .cart-new .pharmacie-row-choosed .pharmacie-row__title {
        margin: 15px 0 7px;
    }

    .pharmacie-row__choosed__line {
        position: relative;
    }

    .pharmacie-row__choosed-reset {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ff4800;
        padding: 3px 8px;
        border-radius: 10px;
        background-color: rgba(255, 0, 0, 0.1);
        text-decoration: none;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .pharmacie-row-choosed {
        margin-top: 0;
    }

    .pharmacie-row__info-offers {
        background: #EAF7E2;
        font-style: italic;
        color: #50be14;
        font-size: 24px;
        line-height: 32px;
        border-radius: 10px;
        padding: 14px 20px;
    }

    .pharmacie-row-choosed .pharmacie-row__info-offers {
        width: 100%;
        margin: 0 0 25px -30px;
        box-sizing: content-box;
        padding: 8px 30px;
        border-radius: 0;
        position: sticky;
        top: 110px;
        z-index: 100;
    }

    .pharmacie-row-choosed {
        border-top: 0 !important;
    }

    .pharmacie-row__info-offers-warning {
        background: #ffefcf;
        color: #ffad11;
    }

    .pharmacie-row__info-offers-error {
        background: #ffdacc;
        color: #ff4800;
    }

    .cart__amount .pharmacie-row__prices:not(.pharmacie-row__prices-old) {
        padding-left: 10px;
    }

    .cart__amount .pharmacie-row__prices span {
        font-size: 24px;
        line-height: 32px;
    }

    .cart__amount .pharmacie-row__prices.active-price {
        font-size: 24px;
        line-height: 32px;
    }

    .cart__amount .pharmacie-row__prices.active-price span {
        font-size: 42px;
    }

    .pharmacie-row__price-economy-amount {

        margin-top: 6px;
    }

    .pharmacie-row__price-economy-amount,
    .pharmacie-row__price-economy-amount div {
        font-size: 20px;
        line-height: 24px;
    }

    .pharmacie-row__price-economy-amount div {
        padding: 0 15px;
        height: 40px;
        border-radius: 10px;
    }

    .pharmacie-row__price-economy-amount span {
        font-size: 24px;
        line-height: 32px;
        height: 40px;
    }

    .cart__amount .pharmacie-row__prices {
        background: #f3f3f3;
    }

    .cart-new .pharmacie-row-show-detail {
        margin-top: 0;
    }

    .pharmacie-row__prices:first-child {
        margin-right: 10px;
    }

    .cart__amount__prices .pharmacie-row__prices:first-child {
        margin-right: 0;
    }

    .cart__amount__prices .pharmacie-row__prices-old {
        margin-bottom: 0;
    }

    .pharmacie-row__prices-old svg line {
        stroke-width: 2;
    }

    .pharmacie-row__prices-old div {
        font-size: 20px;
        line-height: 24px;
    }

    .pharmacie-row__cach_tooltip {
        font-size: 20px;
        line-height: 24px;
        padding: 12px;
        pointer-events: none;
    }

    .pharmacie-row__cach_tooltip::before {
        border: 10px solid transparent;
        border-bottom-color: #5079da;
    }

    .svg .pharmacie-row__icons-card.pharmacie-row__icons-card_detail_mob {
        background-size: 35px 35px;
        height: 37px;
        width: 35px;
    }

    .svg .pharmacie-row__icons-card.pharmacie-row__icons-card_detail_mob .pharmacie-row__cach_tooltip {
        font-size: 16px;
        line-height: 24px;
        padding: 11px;
    }

    .svg .cities-favorite__item .pharmacie-row__icons-card.pharmacie-row__icons-card_detail_mob {
        background-size: 60px 60px;
        background-position: 0px 3px;
        top: -5px;
        height: 59px;
        width: 60px;
    }

    .svg .cities-favorite__item .pharmacie-row__icons-card.pharmacie-row__icons-card_detail_mob .pharmacie-row__cach_tooltip {
        font-size: 20px;
        line-height: 24px;
        padding: 12px;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/basket-mini.css?175223432511913*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot?#iefix) format('embedded-opentype') /* IE6-IE8 */,
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff2) format('woff2') /* Super Modern Browsers */,
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff) format('woff'), /* Modern Browsers */ url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.ttf) format('truetype'); /* Safari, Android, iOS */
}

.basket-mini {

    text-decoration: none;
    transition: all .3s;
    z-index: 90;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.basket-mini__icon-wrap {
    position: relative;
    margin-bottom: 6px;
}

.basket-mini__icon-wrap img {
    display: block;
    color: #080809 !important;
}

.basket-mini__count {
    width: 18px;
    height: 18px;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -3px;
    background: #ff3838;
    border-radius: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-mini > a {
    position: relative;
    z-index: 2;
    color: #080809;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.basket-mini__products {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -10px;
    background: transparent;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 8px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    width: 420px;
}

.basket-mini .basket-mini__products.show-products {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.basket-mini__products .basket-mini__products-content {
    position: relative;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 5px;
}

.basket-mini__products .basket-mini__products-list {
    height: auto;
    display: flex;
    padding: 15px 10px;
    overflow: hidden;
    max-height: 220px;
}

.basket-mini_price_wrap {
    white-space: nowrap;
    margin-right: 11px;
    min-width: 90px;
}

.basket-mini__products-list__inner.mini-cart-scroll-element {
    overflow-y: auto;
}

.mini-cart-scroll-element-arrow:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 7px;
    z-index: 2;
    display: block;
    bottom: 66px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -5px;
    background-image: url("/local/templates/asna-new/css/../img/asna_2018/arrow-down-btn.png");
}

.js-basket-header-row {
    padding: 7px 8px;
    display: flex;
    position: relative;
    border-top: 1px solid #E2E2E2;
    align-items: center;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    justify-content: space-between;
}

.basket-mini__products .basket-mini__products-list .jspVerticalBar {
    width: 4px;
    top: auto;
    bottom: 0;
    right: 6px;
    background: none;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
}

.basket-mini__products .basket-mini__products-list .jspTrack {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(80, 190, 20, 0.2);
    height: 100% !important;
}

.basket-mini__products .basket-mini__products-list .jspDrag {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #50be14;
    margin-right: 5px;
    width: 100%;
}

.basket-mini__products-list.top-pos:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: red;
    z-index: 2;
    pointer-events: none;
    bottom: 72px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.basket-mini__products-list.top-pos:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 7px;
    z-index: 2;
    display: block;
    bottom: 66px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -5px;
    background-image: url("/local/templates/asna-new/css/../img/asna_2018/arrow-down-btn.png");
}

.svg .basket-mini__products-list.top-pos:before {
    background-image: url("/local/templates/asna-new/css/../img/asna_2018/arrow-down-btn.svg");
}

.basket-mini__products-list.middle-pos:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: red;
    z-index: 2;
    pointer-events: none;
    bottom: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.basket-mini__products-list.middle-pos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    pointer-events: none;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 10), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.basket-mini__products-list.animate-first-item li:first-child {
    animation: first-item 0.4s linear;
    animation-iteration-count: 3;
}

@keyframes first-item {
    from {
        background-color: transparent;
    }

    50% {
        background-color: rgba(220, 247, 126, 0.3);
    }

    to {
        background-color: transparent;
    }
}

.basket-mini__products li {
    font-size: 0;
    border-bottom: 1px solid #C0F1DA;
    padding: 8px 20px 6px;
    font-weight: 700;
    position: relative;
}

.basket-mini__products li div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
}

.basket-mini__products__name {
    position: relative;
    color: #080808;
    width: 186px;
    margin: 0 auto 0 13px;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    max-height: 3em;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.basket-mini__products__name::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.basket-mini__products__name a {
    color: #080808;
    text-decoration: none;
}

.basket-mini_price_wrap .product__prices-wrap {
    font-size: 0;
    position: relative;
    top: 1px;
}

.basket-mini__products__triangle {
    width: 47px;
    height: 47px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background: none;
    bottom: 100%;
    right: 25px;
    margin-bottom: -15px;
    transform: rotate(-90deg);
}

.basket-mini__products__triangle:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 35%;
    background: #ffffff;
    top: 50%;
    left: -35%;
    transform: translate3d(50%, -50%, 0) rotate(45deg);
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
}

.basket-mini__products__count {
    color: #878787;
    text-align: center;
}

.basket-mini__products__price {
    color: #50be14;
    width: 25%;
    font-size: 12px;
    line-height: 18px;
}

.basket-mini__products__price.basket-mini__products__price-normal {
    color: #080808;
}

.basket-mini__products__remove {
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    opacity: 0.3;
    transition: 0.3s all;
    display: block;
    position: relative;
}

.basket-mini__products__remove:before,
.basket-mini__products__remove:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    right: 0%;
    top: 100%;
    background: #878787;
}

.basket-mini__products__remove:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.basket-mini__products__remove:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.basket-mini__products__remove:hover {
    opacity: 1;
}

.basket-mini__products__issue {
    padding: 15px 10px;
}

.basket-mini__products__issue a {
    width: 100%;
    color: #ffffff;
    height: 40px;
    border: 2px solid;
    display: block;
    font-size: 14px;
    line-height: 18px;
    background: #50be14;
    transition: 0.3s all;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    border-color: #50be14;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.basket-mini__products__issue a:hover {
    background: transparent;
    color: #50be14;
}

.cart-header .basket-mini__products {
    display: none !important;
}

.basket-mini__products__price .product__price {
    margin-bottom: 0px;
}

.basket-mini__products__price .product__price {
    font-size: 14px;
    line-height: 18px;
}

.basket-mini__products__price .product__price span {
    font-size: 18px;
    line-height: 24px;
}

.basket-mini-column-wrap {
    display: flex !important;
    flex-direction: column;
}

.basket-mini__products-list__inner {
    width: 100%;
    /* overflow-y: auto; */
}

.basket-mini-column-wrap .basket-mini__products__price {
    margin-top: 0;
    text-align: center;
}

.basket-mini-column-wrap .basket-mini__products__price span {
    border-bottom: none;
    font-weight: 500;
}

.basket-mini-column-wrap .basket-mini__products__price span i {
    font-style: normal !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.basket-mini-column-wrap .basket-mini__products__price span .currency {
    font-size: 14px;
    line-height: 18px;
}

.basket-mini__products__img-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-mini__products__img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.basket-mini_price_wrap .basket-mini__products__price .product__price .currency-sign {
    font-size: 20px;
    line-height: 24px;
}

/* End */


/* Start:/local/templates/asna-new/css/cart.css?175223432537074*/
.cart-header {
  padding: 15px 60px;
  background: #50be14;
  position: relative;
  text-align: center;
  box-shadow: 0 1px 3px rgba(70, 160, 20, 0.5);
  z-index: 90;
}

.cart-header.cart-header-mob-top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header__title {
  font-size: 37px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .cart-header__title {
    font-size: 28px;
  }
}

.cart-header__continue a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}

.cart-header__continue a:hover {
  text-decoration: none;
}

.cart-header__cancel {
  display: inline-block;
}

.cart-header__cancel a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}

.cart-header__cancel a:hover {
  text-decoration: none;
}

.cart-content {
  font-size: 0;
  position: relative;
}

.body-wrap-cart-back-right {
  content: '';
  width: 33%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f9f9f9;
  z-index: -2;
  display: none;
}

.body-load .body-wrap-cart-back-right {
  display: block;
}

.cart-content__sidebar-left {
  width: 67%;
  box-sizing: border-box;
  padding: 0 20px 0 60px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 11;
}

.open-first-use .cart-content__sidebar-left {
  z-index: auto;
}

.cart-content__filters {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  background: #ffffff;
}

.cart-content__pharms {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 40px;
}

.cart__banner {
  display: block;
  text-decoration: none;
  margin: 30px 0;
}

.cart__banner-edit-page {
  margin: 0;
}

.cart__banner img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 224px;
}

.popup-no-selected-pharm {
  width: 340px;
  text-align: center;
}

.popup-max-price {
  width: 400px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.cart__amount {
  margin: 10px 0 30px;
  font-size: 0;
  display: block;
  text-align: right;
  position: relative;
}

.cart__amount__title {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #878787;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: left;
}

.cart__amount__title span {
  display: inline-block;
  padding: 3px 5px 3px 0;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.cart__amount__title::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 1;
  left: 0;
  border-bottom: 1px dashed #878787;
}

.cart__amount__prices {
  text-align: right;
  position: relative;
  z-index: 2;
}

.popup-others-products {
  width: 650px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0;
  max-height: 100%;
  overflow: auto;
}

.popup-others-products .section-main__content__products__list .product__buy {
  width: 55%;
}

.popup-others-products .section-main__content__products__list .product__information {
  width: 35%;
}

.popup-others-products .section-main__content__products__list .product__image {
  width: 10%;
}

.popup-others-products .product__title {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 1.3;
}

.popup-others-products .product__btn.btn-basket {
  width: 120px;
}

.popup-others-products .section-main__content__products__list .product {
  padding: 10px 0 !important;
}

.popup-others-products .section-main__content__products__list .product__box {
  border-top: 1px solid #C0F1DA;
  border-bottom: 0;
}

.popup-others-products .section-main__content__products__list .product__box:first-child {
  border-top: 0;
}

.cart-steps-mobile__button-switch {
  margin: 30px 0 0;
  padding: 0 30px;
  text-align: center;
}

.cart-content__pharms-controls .inner-wrapper-sticky {
  background: #ffffff;
  width: 100%;
  padding: 25px 20px 20px 15px;
  margin: 0 0 10px -15px;
  z-index: 5;
}

.cart-content__title {
  font-size: 30px;
  color: #080808;
  font-weight: 700;
  line-height: 1.3;
}

.js-cart-content__title .inner-wrapper-sticky {
  padding: 30px 20px 0px 0px;
  margin-bottom: 0px;
  background: #ffffff;
  width: 100%;
  z-index: 5;
}

.cart-content__sidebar-right {
  width: 33%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  min-height: 500px;
}

.cart-content__sidebar-right .inner-wrapper-sticky {
  padding: 30px 60px 255px 25px;
  box-sizing: border-box;
}

.popup-test-mode {
  width: 300px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1001;
}

@media screen and (max-width: 1100px) {
  .cart-content__pharms-controls .inner-wrapper-sticky {
    padding-left: 0;
    margin-left: 0;
    box-sizing: border-box;
  }

  .js-cart-content__title .inner-wrapper-sticky {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1001px) {
  .cart-content__sidebar-right .product__additional-block {
    text-align: left;
  }

  /* body.positionStickySupport .pharmacie-row-selected {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 142px;
        bottom: 0;
        z-index: 99;
    } */

  .wrapper-mobile-cart.wrapper {
    overflow: visible;
  }

  /**
    * Блок выбранной аптеки в правой части корзины
    */

  .buttons-desktop-cart .pharmacie-row {
    border: 1px solid #C0F1DA;
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
    background-color: #fff;
    padding: 5px 15px;
  }

  .buttons-desktop-cart .pharmacie-row .pharmacie-row__cell {
    width: 100%;
    max-width: 100%;
  }

  .buttons-desktop-cart .info-message__popup {
    margin-top: -200px;
  }

  .buttons-desktop-cart .pharmacie-row .info-message {
    position: static;
    vertical-align: bottom;
  }

  .buttons-desktop-cart .info-message__popup-info-pharm {
    width: 350px;
    left: 0;
    font-style: normal;
  }

  .cart-content {
    display: flex;
  }

  .wrapper-mobile-cart.wrapper .cart-content {
    box-sizing: border-box;
  }

  .cart-content__sidebar-right .inner-wrapper-sticky,
  .cart-content__sidebar-right .inner-wrapper-sticky.nofixed {
    position: absolute;
  }

  .cart-content__sidebar-right .inner-wrapper-sticky.fixedtop {
    position: fixed;
    top: 0;
  }

  .cart-content__sidebar-right .inner-wrapper-sticky.fixed {
    position: fixed;
    bottom: 0;
    z-index: 99;
  }

  .cart-content__filters .inner-wrapper-sticky.nofixed,
  .cart-content__filters .inner-wrapper-sticky {
    box-sizing: border-box;
    display: block;
    position: absolute;
    background-color: #fff;
  }

  .cart-content__filters .inner-wrapper-sticky.fixed {
    position: fixed;
    top: 0;
  }

  .cart__banner {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .cart-header .cart-header__continue .continue-btn {
    display: block;
    width: 45px;
    height: 37px;
    background-color: transparent;
    border-radius: 0;
    position: relative;
  }

  .cart-header .cart-header__continue .continue-btn:before {
    width: 45px;
    height: 37px;
    top: 0;
    left: 0;
  }

  .cart-header.cart-header-mob-top-line {
    height: 110px;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }

  .cart-header__continue {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .wpopup .cart-header.cart-header-mob-top-line {
    z-index: 99;
  }

  .cart-header {
    padding: 25px 30px;
    box-shadow: none;
  }

  .cart-steps-mobile-content {
    padding: 30px 30px 120px;
    background: #f3f3f3;
  }

  .cart-content__filters,
  .cart-content__sidebar-right {
    display: none;
  }

  .cart-content__pharms,
  .cart-content__sidebar-left {
    display: block;
    width: 100%;
  }

  .cart-content__sidebar-left {
    padding: 0 15px;
  }

  .cart-content__pharms {
    padding-left: 0;
  }

  .body-wrap-cart-back-right {
    display: none !important;
  }

  .cart-steps-mobile-head-select-pharm {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 110px;
    line-height: 110px;
    background-color: #ffad11;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .pick-up-cart a {
    font-size: 18px;
  }

  .cart-content__pharms-controls .inner-wrapper-sticky,
  .cart-content {
    background: #f9f9f9;
  }
}

/*--cart-sale-thanks--*/

.cart-sale-thanks {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.cart-sale-thank__block_holiday {
  display: block;
  box-sizing: border-box;
  max-width: 486px;
  height: 155px;
  background: #F2F2F2;
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  text-align: center;
  padding: 0 25px;
  margin: 50px auto 30px auto;
}

.cart-sale-thank__block_holiday p {
  transform: translateY(-40px);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.cart-sale-thank__block_holiday__icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-sale-thanks__block {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.cart-sale-thanks__info {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.cart-sale-thanks__info__title {
  font-size: 30px;
  color: #50c014;
  margin-bottom: 25px;
}

.cart-sale-thanks__info__text {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

.cart-sale-thanks__info__text__info {
  display: block;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 1.4;
}

.cart-sale-thanks__info__text__number {
  display: inline-block;
  color: #50c014;
  margin-left: 5px;
}

.cart-sale-thanks__info__information {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #D5D5D6;
}

.cart-sale-thanks__info__information p {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.cart-sale-thanks__info__information a {
  display: inline-block;
  text-decoration: none;
}

.cart-sale-thanks__subscribe {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 560px;
  margin: 20px auto 0;
  box-sizing: border-box;
  padding: 7px;
  font-weight: 600;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(80, 190, 20, 0.3);
}

.cart-sale-thanks__subscribe__form {
  margin-top: 15px;
  padding-right: 13px;
}

.cart-sale-thanks__subscribe__input__tex-field {
  height: 45px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px #D5D5D6;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(157, 157, 157, 1);
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 45px;
  outline: none;
  background-color: transparent !important;
  background-image: url('/local/templates/asna-new/css/../img/asna_2018/mail.png') !important;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: 22px center;
  color: #080808;
  font-family: 'pf_beausans_pro', Arial, sans-serif;
}

.svg .cart-sale-thanks__subscribe__input__tex-field {
  background-image: url('/local/templates/asna-new/css/../img/asna_2018/mail.svg') !important;
}

input.error {
  border-color: red;
}

.cart-sale-thanks__subscribe__input__tex-field::placeholder {
  color: rgba(157, 157, 157, 0.5);
}

.cart-sale-thanks__subscribe__input__btn {
  height: 45px;
  border-radius: 25px;
  background-color: #50be14;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  border: 2px solid #50be14;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  font-family: 'pf_beausans_pro', Arial, sans-serif;
}

.cart-sale-thanks__map {
  display: block;
  width: 100%;
  height: 530px;
  margin: 25px 0;
  padding: 0;
}

.cart-sale-thanks__map .ymaps-2-1-69-balloon {
    left: -210px!important;
    margin-top: -30px;
    box-shadow: 0px 0px 10px 1px #50be14;
    border-radius: 10px;
    overflow: hidden;
    width: 420px;
    box-sizing: border-box;
}

.cart-sale-thanks__map .ymaps-2-1-69-balloon__tail{
    display: none;
}

.cart-sale-thanks__map .ymaps-2-1-69-balloon .map-popup{
    padding: 18px 20px 15px;
}

.cart-sale-thanks__subscribe__title {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: normal;
  color: #080808;
  margin-bottom: 10px;
}

.cart-sale-thanks__subscribe__list {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #080808;
}

.cart-sale-thanks__subscribe__list li:before {
  content: '—';
}

.cart-sale-thanks__subscribe__img {
  width: 40%;
  line-height: 0;
}

.cart-sale-thanks__subscribe__img img {
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.cart-sale-thanks__subscribe__info {
  width: 60%;
  box-sizing: border-box;
  padding-left: 20px;
}

.cart-sale-thanks__subscribe__input__tex-label {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #878787;
}

.cart-sale-thanks__subscribe__success {
  max-width: 560px;
  margin: 20px auto 35px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(80, 190, 20, 0.3);
  padding-bottom: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  position: relative;
}

.cart-sale-thanks__subscribe__success__img {
  width: 100%;
}

.cart-sale-thanks__subscribe__success__img img {
  width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.cart-sale-thanks__subscribe__success__title {
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #080808;
  margin: -40px 0 15px;
}

.cart-sale-thanks__subscribe__success__text {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #080808;
  padding: 0 20px;
}

.cart-sale-thanks__subscribe__success__hint {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  color: #878787;
}

/*map-popup*/

.map-popup {
  display: block;
  width: 340px;
  height: auto;
  /*padding: 15px;*/
  box-sizing: border-box;
  /*box-shadow: 0px 0px 10px #d8efd3;*/
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font: 14px/20px 'pf_beausans_pro',Arial,sans-serif;
}



.map-popup__content {
  color: #2b2b2b;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  font-weight: 600;
}

.map-popup__content__text-group {
  display: block;
  width: auto;
  height: auto;
  margin: 15px 0;
}

.margin-top-delete {
  margin-top: 0!important;
}

.map-popup__content__address {
  display: block;
  font-size: 16px;
}

.map-popup__content__pharmacy {
  display: block;
  font-size: 12px;
  color: #D5D5D6;
}

.map-popup__content__metro {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1;
}

/* .map-popup__content__metro::before{
    display: inline-block;
    content: '';
    background: url("/local/templates/asna-new/css/../img/redesign/map-м-icon.png") no-repeat center center/contain;
    width: 15px;
    height: 15px;
    margin-right: 5px;
} */

.map-popup__content__metro span {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  margin-right: 5px;
}

.map-popup__content__time {
  display: block;
  font-size: 14px;
}

.map-popup__content__time span {
  color: #D5D5D6;
  display: inline-block;
  margin-right: 10px;
}

/* .map-popup__content__time::before{
	color: #D5D5D6;
	display: inline-block;
	margin-right: 10px;
}
.map-popup__content__text-group>.map-popup__content__time:first-child::before{
    content: 'Пн-пт:';
}
.map-popup__content__text-group>.map-popup__content__time:last-child::before{
    content: 'Сб-Вс:';
} */

.map-popup__content__tel {
  display: block;
  font-size: 14px;
}

.map-popup__content__tel::before {
  display: inline-block;
  content: 'Тел.:';
  color: #D5D5D6;
  margin-right: 10px;
}

/*map-popup-castom*/

.gm-style-iw,
.gm-style-iw div {
  overflow: visible !important;
}

.gm-style .gm-style-iw {
  position: absolute;
  z-index: 9999;
  display: block;
  left: 50%!important;
  top: 50%!important;
  -webkit-transform: translate(-50%, -50%)!important;
  -moz-transform: translate(-50%, -50%)!important;
  -ms-transform: translate(-50%, -50%)!important;
  -o-transform: translate(-50%, -50%)!important;
  transform: translate(-50%, -50%)!important;
  font-size: inherit;
  font-weight: inherit;
  box-shadow: 0px 0px 12px 10px #ffffff;
  padding: 0px;
}

.gm-style .gm-style-iw::before {
  content: '';
  width: calc(100%);
  height: calc(100%);
  background: transparent;
  border: 31px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  display: block;
  box-shadow: 0px 0px 10px 1px #50be14;
  border-radius: 10px;
}

.gm-style .gm-style-iw::after {
  content: '';
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top-color: #ffffff;
  z-index: 4;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -53px;
  margin: auto;
  position: absolute;
}

.gm-style .gm-style-iw + div {
  background: url(/local/templates/asna-new/css/../img/redesign/x-green.svg) no-repeat center center/contain!important;
  display: block;
  z-index: 9999;
  width: 20px!important;
  height: 20px!important;
  color: #50be14;
  position: absolute;
  left: 97%!important;
  top: 5px!important;
  transform: translate(-97%, 0%);
}

.gm-style .gm-style-iw + div>img {
  display: none;
}

@media screen and (max-width: 1000px) {
  .cart-sale-thanks__map {
    display: block;
    width: 100%;
    height: 430px;
    margin: 25px 0;
    padding: 0;
  }

  .cart-sale-thanks__map .ymaps-2-1-69-balloon {
    width: 540px;
    left: -270px!important;
  }

  .cart-sale-thanks__map .ymaps-2-1-69-balloon .map-popup{
    width: auto;
  }

  .cart-sale-thanks__info__title {
    font-size: 32px;
    color: #50c014;
    margin-bottom: 25px;
  }

  .cart-sale-thanks__info__text__info {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #2b2b2b;
    line-height: 1.4;
  }

  .cart-sale-thanks__info__information {
    font-size: 28px;
    line-height: 1.4;
    color: #D5D5D6;
    padding: 0 30px;
  }

  .cart-sale-thanks__info__information p {
    margin: 20px 0 0;
  }

  .cart-sale-thanks__info__information p:first-child {
    margin-top: 0;
  }

  .cart-sale-thanks__subscribe {
    width: 100%;
    display: block;
    padding: 20px 20px 30px;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(80, 190, 20, 0.3);
  }

  .cart-sale-thanks__subscribe__img {
    width: 100%;
  }

  .cart-sale-thanks__subscribe__info {
    width: 100%;
    padding-left: 0;
  }

  .cart-sale-thanks__subscribe__title {
    font-size: 56px;
    margin-top: 30px;
  }

  .cart-sale-thanks__subscribe__list {
    font-size: 22px;
  }

  .cart-sale-thanks__subscribe__input__tex-field {
    font-size: 32px;
    border-radius: 90px;
    height: 90px;
    background-size: 24px 20px;
    padding: 0 20px 0 70px;
    background-position: 30px center;
  }

  .cart-sale-thanks__subscribe__input__btn {
    height: 90px;
    border-radius: 90px;
    font-size: 28px;
    margin-top: 30px;
  }

  .cart-sale-thanks__subscribe__input__tex-label {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
  }

  .cart-sale-thanks__subscribe__success {
    padding-bottom: 30px;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(80, 190, 20, 0.3);
    margin-bottom: 60px;
  }

  .cart-sale-thanks__subscribe__success__title {
    font-size: 56px;
    margin: 20px 0  30px;
  }

  .cart-sale-thanks__subscribe__success__img {
    padding: 0 60px;
    box-sizing: border-box;
  }

  .cart-sale-thanks__subscribe__success__text {
    font-size: 26px;
  }

  .cart-sale-thanks__subscribe__success__hint {
    font-size: 20px;
    margin-top: 15px;
  }

  .map-popup {
    width: 450px;
  }

  .map-popup__content__address {
    display: block;
    font-size: 18px;
  }

  .map-popup__content__pharmacy {
    display: block;
    font-size: 14px;
    color: #D5D5D6;
  }

  .map-popup__content__metro {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1;
  }

  .map-popup__content__metro span {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 22px;
  }

  .map-popup__content__time {
    display: block;
    font-size: 16px;
  }

  .map-popup__content__tel {
    display: block;
    font-size: 16px;
  }

  .popup-test-mode {
    width: 450px;
    z-index: 1001;
  }

  .popup-test-mode .popup-new__text,
  .popup-test-mode .popup-new__button a {
    font-size: 20px;
  }

  .popup-test-mode .popup-new__button {
    margin-top: 30px;
  }
}

/*-/cart-sale-thanks--*/

/*--cart-delivery--*/

.buttons-desktop-cart {
  position: fixed;
  bottom: 0;
  width: 33%;
  max-width: 460px;
  background: #F4F4F4;
  margin-left: 2px;
  box-sizing: border-box;
  z-index: 99;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1001px) {
  .cart-new .product:hover {
    z-index: 1;
  }
}

.cart-buy {
  flex: 0 0 100%;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.mavail {
  color: #878787;
  display: block;
  font-size: 12px;
}

.product__box .mavail {
  text-align: left;
}

.cart-buy-no-pharm {
  margin: 30px 20px;
}

.cart-buy-no-pharm a.button:hover {
  background: #a9a9a9;
  color: #ffffff;
  border-color: #a9a9a9;
}

/* .js-watch-scroll{
    position: relative;
    z-index: 10;
    transition: transform 0.3s linear;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform, top;
} */

/* .products-pharmacie{
    position: relative;
    z-index: 5;
} */

/* new.pharmacy.order */

.cart-sale-thanks--new .cart-sale-thanks__info {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}

.thanks_info_title_image {
  margin: 11px auto 22px;
  width: 100px;
}

.thanks_info_title_image img {
  width: 100%;
  display: block;
}

.cart-sale-thanks--new .cart-sale-thanks__info__title {
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}

.cart-sale-thanks--new .cart-sale-thanks__info__text__info {
  color: #080808;
}

.cart-sale-thanks_link {
  margin: 20px 0;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #50be14;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #50be14;
  border-radius: 30px;
  text-decoration: none;
  box-sizing: border-box;
}

/* new.pharmacy.order */

.popup-after-auth-promocode {
  width: 430px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(157, 157, 157, 0.4);
  padding: 25px 20px;
  text-align: left;
  box-sizing: border-box;
}

.popup-after-auth-promocode__title {
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #080808;
  margin-bottom: 10px;
}

.popup-after-auth-promocode__info {
  border-radius: 5px;
  background-color: #ffad11;
  padding: 10px 15px;
}

.popup-after-auth-promocode__info__title {
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 5px;
}

.popup-after-auth-promocode__info__text {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}

.popup-after-auth-promocode__table {
  margin: 15px 0 25px;
}

.popup-after-auth-promocode__table__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  font-size: 14px;
  line-height: 1;
}

.popup-after-auth-promocode__table__row::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #080808;
  z-index: 1;
}

.popup-after-auth-promocode__table__cell {
  background: #ffffff;
  line-height: 1;
  padding: 5px;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.popup-after-auth-promocode__table__cell__price {
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: right;
  color: #080808;
  position: relative;
  transform: translateY(1px);
}

.popup-after-auth-promocode__table__cell__price span {
  font-size: 14px;
}

.popup-after-auth-promocode__table__cell__price-old {
  color: #878787;
}

.popup-after-auth-promocode__table__cell__price-old::before {
  content: '';
  background: #878787;
  position: absolute;
  top: 50%;
  width: 100%;
  box-shadow: 0 1px 0 1px #ffffff;
  height: 1px;
  margin-top: -2px;
}

.popup-after-auth-promocode__table__cell__price--final {
  font-size: 12px;
}

.popup-after-auth-promocode__table__cell__price--final span {
  font-size: 21px;
  line-height: 1;
}

.popup-after-auth-promocode__table__cell__price-ae {
  color: #50be14;
}

.popup-after-auth-promocode__button .button {
  height: 45px;
  line-height: 44px;
  font-size: 14px;
  border-radius: 45px;
}

.popup-after-auth-promocode.popup-new .icon-close {
  color: #878787;
  font-size: 15px;
  top: 20px;
  right: 20px;
}

.buttons-desktop-cart .info-message > a,
.buttons-desktop-cart .info-message > a:after {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1000px) {
  .mavail {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 5px;
  }

  .popup-others-products {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .popup-others-products .section-main__content__products__list .product__buy {
    width: 100%;
    height: auto;
    padding: 15px 20px 15px 30px;
  }

  .popup-others-products .section-main__content__products__list .product__image {
    width: 130px;
  }

  .popup-others-products .section-main__content__products__list .product__information {
    width: 390px;
    min-height: 0;
  }

  .popup-others-products .product__btn.btn-basket {
    width: 150px;
  }

  .popup-others-products .product__title {
    font-size: 22px;
  }

  .popup-others-products .product__additional-block {
    width: 70%;
  }

  .product__buy-edit {
    height: auto;
    padding: 20px 20px 0 30px;
  }

  .product__buy-edit .product__additional-block {
    width: 30%;
  }

  .cart-header__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 60px;
  }

  .popup-max-price {
    width: 540px;
    z-index: 1001;
  }

  .popup-max-price .popup-new__text {
    font-size: 20px;
  }

  .cart-content__pharms-controls {
    padding-top: 30px;
    width: 100%;
  }

  .cart-content__pharms-controls .filters__mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .navigation-pharms-pages.navigation-pharms-pages__cart {
    font-size: 0;
  }

  .navigation-pharms-pages.navigation-pharms-pages__cart li {
    width: 33.33%;
  }

  .product-favorite_onMobile {
    z-index: 99;
  }

  .pharmacie-rows__wrap-cart {
    margin-bottom: 130px;
  }

  .cart-content__sidebar-left {
    padding: 0 30px 30px;
  }

  /* new.pharmacy.order */

  .cart-sale-thanks--new .cart-sale-thanks__info {
    max-width: none;
  }

  .thanks_info_title_image {
    margin: 50px auto 25px;
    width: 136px;
  }

  .cart-sale-thanks--new .cart-sale-thanks__info__title {
    line-height: 1.17;
    font-size: 48px;
    margin-bottom: 54px;
    padding: 0 20px;
  }

  .cart-sale-thanks--new .cart-sale-thanks__info__text__info {
    font-size: 32px;
    line-height: 1.56;
  }

  .cart-sale-thanks_link {
    margin: 30px 0;
    height: 90px;
    line-height: 90px;
    font-size: 28px;
    border: solid 2px #50be14;
    border-radius: 60px;
  }

  .cart-sale-thanks_link_block {
    padding: 10px 30px 0;
  }

  /* new.pharmacy.order end*/

  .popup-after-auth-promocode {
    width: 600px;
    border-radius: 20px;
    padding: 40px 30px;
    z-index: 1001;
  }

  .popup-after-auth-promocode__title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .popup-after-auth-promocode__info {
    border-radius: 10px;
    padding: 20px 30px;
  }

  .popup-after-auth-promocode__info__title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .popup-after-auth-promocode__info__text {
    font-size: 24px;
  }

  .popup-after-auth-promocode__table {
    margin: 25px 0 35px;
  }

  .popup-after-auth-promocode__table__row {
    font-size: 24px;
    line-height: 1;
  }

  .popup-after-auth-promocode__table__row::after {
    bottom: 12px;
    border-bottom: 2px dashed #080808;
  }

  .popup-after-auth-promocode__table__cell {
    line-height: 1;
    padding: 8px;
  }

  .popup-after-auth-promocode__table__cell__price {
    font-size: 16px;
    transform: translateY(4px);
  }

  .popup-after-auth-promocode__table__cell__price span {
    font-size: 28px;
  }

  .popup-after-auth-promocode__table__cell__price-old::before {
    height: 2px;
    margin-top: -3px;
  }

  .popup-after-auth-promocode__table__cell__price-ae {
    font-size: 20px;
  }

  .popup-after-auth-promocode__table__cell__price-ae span {
    font-size: 36px;
  }

  .popup-after-auth-promocode__button .button {
    height: 70px;
    line-height: 69px;
    font-size: 24px;
    border-radius: 70px;
  }

  .popup-after-auth-promocode.popup-new .icon-close {
    font-size: 25px;
    top: 25px;
    right: 25px;
  }
}

/*-/cart-delivery--*/

/*--fixes--*/

.cart-content__filters  .fixed .header-new__choose-city a {
  font-size: 12px;
}

.cart-content__filters .inner-wrapper-sticky.fixed {
  margin-top: 5px;
}

.cart-content__filters .fixed .header-new__choose-city {
  width: auto;
}

@media screen and (min-width: 1001px) {
  .section-main__content__products__list .product .product__price,
  .product__prices-wrap {
    text-align: left;
  }

  .pharmacie-rows__wrap__avail .pharmacie-row__prices span {
    display: inline-block;
    text-align: right;
  }

  .available .pharmacie-row__cell:nth-child(2) {
    text-align: right;
  }
}

@media screen and (max-width: 1000px) {
  .pharmacie-row__title .info-message {
    position: absolute;
    right: 1px;
    top: 0;
  }

  .info-message__popup-info-pharm {
    left: initial;
    right: 0;
  }

  .cart-steps-mobile__button-switch {
    padding: 0;
  }

  .cart-steps-mobile__button-switch_back {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #878787;
    text-decoration: none;
  }

  .cart__amount {
    margin: 20px 0 80px;
  }

  .cart__amount__title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
  }

  .cart__amount__title span {
    display: inline-block;
    padding: 6px 10px 6px 0;
    background: #f3f3f3;
    position: relative;
    z-index: 2;
  }

  .cart__amount__title::after {
    bottom: 11px;
    border-bottom-width: 2px;
  }

  .cart__amount__prices {
    transform: translateY(-4px);
  }

  .cart__amount__title-big {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #080808;
    margin-top: 80px;
  }

  .cart-mobile-title-step {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    background-color: #50be14;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .cart-mobile-title-step-pharm-list {
    position: fixed;
    width: 100%;
  }

  .cart-steps-mobile-2 {
    padding-top: 100px;
  }

  .cart-mobile-title-step__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 36px;
  }

  .cart-mobile-title-step__close:before,
  .cart-mobile-title-step__close:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #ffffff;
  }

  .cart-mobile-title-step__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cart-mobile-title-step__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .popup-others-products-show-tabs {
    padding-top: 0;
    border-radius: 0;
  }

  .popup-others-products-show-tabs.popup-new .icon-close {
    color: #ffffff;
    top: 30px;
    right: 20px;
    z-index: 2;
  }

  .popup-others-products__tabs__title-head {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    background: #50be14;
    box-sizing: content-box;
    width: 100%;
    padding: 0 25px;
    margin-left: -25px;
    margin-bottom: 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
  }

  .popup-others-products__tabs__title {
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #50be14;
    text-align: left;
    margin: 20px 0;
  }

  .popup-others-products__tabs__controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(157, 157, 157, 0.2);
  }

  .popup-others-products__tabs__controls li {
    width: 48%;
  }

  .popup-others-products__tabs__controls a {
    display: block;
    height: 60px;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #080808;
    border-radius: 40px;
    background-color: rgba(157, 157, 157, 0.1);
    text-decoration: none;
  }

  .popup-others-products__tabs__controls a.active {
    background-color: #dcf77e;
  }

  .popup-others-products__tabs__content__item {
    display: none;
  }

  .popup-others-products__tabs__content__item.active {
    display: block;
  }

  .cart-steps-mobile-head-select-pharm {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .cart-header.cart-header-mob-top-line {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
  }

  .is-show-header {
    padding-top: 110px;
  }

  .cart-steps-mobile-head-select-pharm {
    top: 110px;
  }

  .cart-steps-mobile-3 {
    padding-top: 78px;
  }

  .cart-steps-mobile-3 .pharmacie-row__info-offers {
    position: fixed;
    top: 110px;
  }

  .cart-buy .button {
    height: 90px;
    line-height: 86px;
    border-radius: 50px;
    font-size: 36px;
  }

  html.cart {
    height: 100%;
  }

  .cart .body-wrap {
    min-height: 100%;
    background: #f3f3f3;
  }

  .opened-popup-special {
    overflow: hidden !important;
  }
}

/*-/fixes--*/

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .buttons-desktop-cart .info-message__popup-info-pharm {
    width: 270px;
    left: -3px;
  }
}

/* End */


/* Start:/local/templates/asna-new/css/header-new.css?175223432537703*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot?#iefix) format('embedded-opentype') /* IE6-IE8 */,
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff2) format('woff2') /* Super Modern Browsers */,
    url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff) format('woff'), /* Modern Browsers */ url(/local/templates/asna-new/css/../fonts/roboto/roboto-v20-latin_cyrillic-ext_cyrillic-regular.ttf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url('/local/templates/asna-new/css/../fonts/NotoSans-Regular.woff'); /* IE9 Compat Modes */
    src: local('NotoSans-Regular'), local('NotoSans-Regular'),
    url('/local/templates/asna-new/css/../fonts/NotoSans-Regular.woff') format('woff'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/local/templates/asna-new/css/../fonts/NotoSans-Bold.woff'); /* IE9 Compat Modes */
    src: local('NotoSans-Bold'), local('NotoSans-Bold'),
    url('/local/templates/asna-new/css/../fonts/NotoSans-Bold.woff') format('woff'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 500;
    font-display: fallback;
    src: url('/local/templates/asna-new/css/../fonts/NotoSans-Italic.woff'); /* IE9 Compat Modes */
    src: local('NotoSans-Italic'), local('NotoSans-Italic'),
    url('/local/templates/asna-new/css/../fonts/NotoSans-Italic.woff') format('woff'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url('/local/templates/asna-new/css/../fonts/NotoSans-BoldItalic.woff'); /* IE9 Compat Modes */
    src: local('NotoSans-BoldItalic'), local('NotoSans-BoldItalic'),
    url('/local/templates/asna-new/css/../fonts/NotoSans-BoldItalic.woff') format('woff'), /* Safari, Android, iOS */
}


.header-new {
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    transition: all .5s ease;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.header-new, .header-new * {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.header-new__container {
    padding: 12px 30px 20px;
}

.header-new__callcenter {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #FF3838;
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    margin-bottom: -5px;
}

.header-new__callcenter span {
    font-weight: 600;
}

.header-new__line-top {
    position: relative;
    z-index: 91;
    box-sizing: border-box;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 28px;
}

.header-top__right {
    display: flex;
}

.header-new__choose-city,
.header-new__search__form {
    display: inline-block;
    vertical-align: top;
    height: 50px;
}

.header-new__choose-city {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    position: relative;
    text-align: left;
    max-width: 100%;
    cursor: pointer;
}

.header-new__choose-city a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    text-overflow: ellipsis;
    width: auto;
    padding-left: 26px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    max-width: 310px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-new__choose-city a:hover {
    color: #626262;
}

.header-new__choose-city a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('/local/templates/asna-new/css/../img/redesign-5/geolocation_black.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.svg .header-new__choose-city a:before {
    background-image: url('/local/templates/asna-new/css/../img/redesign-5/geolocation_black.svg');
}

.header-top__links {
    display: flex;
}

.header-top__links li {
    margin-left: 32px;
}

.header-top__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #333;
}

.header-top__manufacturers {
    font-size: 14px;
    line-height: 18px;
    color: #080809;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
    text-decoration: none;
}

.header_desktop_orderStatusLink {
    font-size: 14px;
    color: #080809;
    font-weight: 400;
    font-style: normal;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 27px;
    text-decoration: none;
}

.header_desktop_orderStatusIcon {
    background: #fe6464;
    border-radius: 50%;
    box-shadow: 0 0 0 0 hsl(0deg 99% 69% / 40%);
    margin-left: 8px;
    width: 6px;
    height: 6px;
    transform: scale(1);
    -webkit-animation: header_desktop_pulse 2s infinite;
    animation: header_desktop_pulse 2s infinite;
}

@-webkit-keyframes header_desktop_pulse {
    0% {
        transform:scale(.95);
        box-shadow:0 0 0 0 hsla(0,99%,69%,.4)
    }
    50%{
        transform:scale(1);
        box-shadow:0 0 0 4px hsla(0,99%,69%,.4)
    }
    to {
        transform:scale(.95);
        box-shadow:0 0 0 0 hsla(0,99%,69%,.4)
    }
}

@keyframes header_desktop_pulse {
    0% {
        transform:scale(.95);
        box-shadow:0 0 0 0 hsla(0,99%,69%,.4)
    }
    50%{
        transform:scale(1);
        box-shadow:0 0 0 4px hsla(0,99%,69%,.4)
    }
    to {
        transform:scale(.95);
        box-shadow:0 0 0 0 hsla(0,99%,69%,.4)
    }
}

.header-top__phone {
    font-size: 14px;
    line-height: 18px;
    color: #080809;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 28px;
    letter-spacing: -.5px;
}

.header-top__phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(/local/templates/asna-new/css/../img/24h.svg) no-repeat;
    background-size: 100% 100%;
}

.header-login-form {
    display: none;
}

.header-new__right__support-call-menu .support-service-text {
    top: 2px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.header-new__mobile-app {
    display: none;
}

.header-new__line-bottom {
    position: relative;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
}

.header-new__links-user {
    display: flex;
    align-items: center;
    margin: 0 22px 0 50px;
}

.header-new__link-user {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 24px;
}

.header-new__link-user:before {
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    content: "";
    display: block;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.header-new__link-user a,
.header-new__link-user span {
    color: #080809;
    text-align: center;
}

.header-new__link-user:first-child {
    margin-left: 0;
}

.header-new__link-user--ogon::before {
    display: none;
}

.header-new__link-user--ogon i span {
    background-image: url('/local/templates/asna-new/css/../img/ogon_header_ico.svg');
    width: 20px;
    height: 20px;
    margin: 0 auto 8px;
    display: block;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.header-new__link-user--profile::before {
    background-image: url('/local/templates/asna-new/css/../img/cabinet_user_icon-white.svg');
}

.header-new__link-user--enter::before {
    background-image: url('/local/templates/asna-new/css/../img/cabinet_user_icon-white.svg');
}

.header-new__link-user--orders::before {
    background-image: url('/local/templates/asna-new/css/../img/orders-icon.svg');
}

.header_top_item_number_of_orders {
    position: absolute !important;
    right: -1px;
    top: -5px !important;
    width: 21px;
    color: #ffffff !important;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    background: #ff4800;
    font-style: normal;
    border-radius: 50%;
}

.header-new__link-user-profile-tooltip {
    opacity: 0;
    pointer-events: none;
    top: 100%;
    width: 200px;
    padding: 6px 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 91;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
    text-align: left;
    margin-top: 20px;
    border-radius: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.header-new__link-user-profile-tooltip ul {
    position: relative;
    z-index: 2;
}

.header-new__link-user-profile-tooltip ul li a,
.header-new__link-user-profile-tooltip div {
    color: #080808;
    cursor: pointer;
    height: 36px;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    margin: 4px 0;
}

.header-new__link-user-profile-tooltip ul li {
    border-top: 1px solid #E2E2E2;
}

.header-new__link-user-profile-tooltip ul li:first-child {
    border-top: none;
}

div.tooltip_youser_name {
    height: 40px;
    width: 100%;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    font-weight: bold;
}

.tooltip_youser_name img {
    width: 20px;
    margin-right: 6px;
}

.header-new__link-user-profile-tooltip ul li:hover a,
div.tooltip_youser_name:hover {
    color: #50be14;
}

.header-new__link-user-profile-tooltip::before {
    bottom: 100%;
    content: "";
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.header-new__link-user-profile-tooltip::after {
    position: absolute;
    top: -30px;
    height: 100%;
    padding: 15px 0;
    width: 100%;
    z-index: -1;
    content: '';
}

.header-new__link-user-profile:hover .header-new__link-user-profile-tooltip {
    opacity: 1;
    pointer-events: all;
}

.header-new__link-user-profile {
    position: relative;
    margin-left: 24px;
}

.market-link-tooltip {
    display: none;
    position: absolute;
    left: 20px;
    top: -38px;
    background: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.market-link-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    bottom: -14px;
    border: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.8);
}

.header-new__right__info-menu li:first-child .market-link-tooltip {
    left: 0;
}

.asna-market-link-wrapp {
    position: relative;
}

.asna-market-link {
    position: relative;
    padding-left: 40px;
}

.asna-market-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url('/local/templates/asna-new/css/../img/choose-pharmacie-new.svg') no-repeat center center;
    background-size: cover;
}

.asna-sale-link {
    position: relative;
    padding-left: 40px;
}

.asna-fire-link {
    padding-left: 30px;
    position: relative;
}

.asna-sale-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    margin-right: 10px;
    width: 24px;
    height: 15px;
    background: url('/local/templates/asna-new/css/../img/clean-percent.svg') no-repeat center center;
    background-size: cover;
}

.asna-fire-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: -1px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/asna-new/css/../img/fireLinkIco.svg') no-repeat center center;
    background-size: cover;
}

.header-dropdown-menu-items .dropdown-asna-market-link {
    display: none;
}

.asna-market-link-wrapp:hover .market-link-tooltip {
    display: block;
}

.header-dropdown-menu-items .dropdown-asna-market-link {
    display: none;
}


.header-line-bottom-top-part {
    display: flex;
    align-items: center;
    max-height: 50px;
}


.sp-header .header-new__line-bottom {
    background: url("/local/templates/asna-new/css/../img/redesign-5/light_wave_background.svg"),
    url("/local/templates/asna-new/css/../img/redesign-5/dark_wave_background.svg"),
    #50be14;
}

.mob_profile_lin_balls {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background: linear-gradient(91.15deg, #FFB800 0.79%, #F92785 102.91%);
    border-radius: 50px;
    padding: 2px 4px;
    box-sizing: border-box;
    margin-left: 5px;
    white-space: nowrap;
}

.header-new__logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.header-new__logo a,
.header-new__logo span {
    width: 125px;
    height: 32px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: all .5s ease;
}

.svg .header-new__logo a,
.svg .header-new__logo span {
    background-image: url('/local/templates/asna-new/css/../img/logo-inverse.svg');
}

.svg .sp-header .header-new__logo a,
.svg .sp-header .header-new__logo span,
.svg .sp-header-cart .header-new__logo a,
.svg .sp-header-cart .header-new__logo span {
    background-image: url('/local/templates/asna-new/css/../img/logo-inverse.svg');
    width: 150px;
    height: 50px;
}

.header-new__right__support-call-menu {
    display: inline-block;
    font-size: 0;
    text-align: left;
    margin-bottom: 10px;
}

.header-new__right__login-menu {
    display: block;
    font-size: 0;
    text-align: right;
    margin-top: 8px;
    float: right;
}

.header-new__right__app-menu {
    display: block;
    font-size: 0;
    text-align: right;
    margin-top: 8px;
    float: right;
}

.login-btn {
    position: relative;
    display: inline-block;
}

.login-btn--logined {
    display: none;
}

.login-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 18px;
    background: url("/local/templates/asna-new/css/../img/redesign-5/cabinet_user_icon.svg") no-repeat;
    background-size: contain;
    top: -6px;
    left: -22px;
}

.user-authorised-menu .login-btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 4px;
    background: url("/local/templates/asna-new/css/../img/redesign-5/arrow_down.svg") no-repeat;
    background-size: contain;
    top: 6px;
    right: 0;
}

.user-authorised-menu .login-btn.arrow-up:after {
    transform: rotate(180deg);
}

.support-service-text {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
}

.header-new__right__login-menu li,
.header-new__right__support-call-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.header-new__right__app-menu li,
.header-new__right__support-call-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-new__right__login-menu__tel {
    margin-left: 10px;
    padding-left: 20px;
}

.header__application-btn {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.header-new__right__support-call-menu a.link-phone {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    margin-left: -11px;
    letter-spacing: -0.5px;
}

/* .header-new__right__login-menu a,
.header-new__right__support-call-menu a {
  font-size: 14px;
  line-height: 18px;
  color: #70bb3c;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
} */


.header-new__right__login-menu.user-authorised-menu .header-logout-btn {
    color: #878787;
    margin-left: 48px;
    font-weight: normal;
}

.header-new__right__login-menu:hover {
    color: #50be14;
}

.header-new__right__info-menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
    top: -1px;
}

.is-authorized .header-new__right__info-menu {
    margin-top: -5px;
}

.header-new__right__info-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.header-new__right__info-menu > li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.header-new__right__info-menu li.no-border-item {
    border-left: none;
    padding-left: 0;
}

.header-new__right__info-menu a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}

.header-new__right__info-menu a.switch-sovmestnaya-pokupka {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 4px 7px !important;
    border-bottom: none;
    float: left;
}

.header-new__right__info-menu a:hover,
.header-new__right__info-menu a.active {
    border-bottom-color: #dcf77e;
    opacity: 0.8;
}

.header-new__right__info-menu a.switch-sovmestnaya-pokupka:hover {
    opacity: 1;
}

.header-new__right__info-menu__choose a {
    font-weight: 700;
}

.asna-economy-header-link,
.happy-hours-header-link {
    position: relative;
    padding-left: 30px;
}

.asna-economy-header-link:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(/local/templates/asna-new/css/../img/delivery-icon.svg) no-repeat;
    background-size: 100%;
    left: -4px;
    top: 2px;
}

.happy-hours-header-link:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("/local/templates/asna-new/css/../img/redesign-5/happy_hours_icon.svg") no-repeat;
    background-size: 100%;
    top: -4px;
    left: 0;
}

.header-new__right__info-menu:hover {
    color: #080808;
}

.header-new__search {
    font-size: 0;
    flex-grow: 3;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-left: 32px;
}

.header-new__search__form {
    display: inline-flex;
    flex-grow: 1;
    height: 48px;
    color: #080808;
    position: relative;
}

.katalog-link {
    background-color: #50be14;
    margin-right: 32px;
    color: #fff;
    cursor: pointer;
    border: none;
    -webkit-flex: 0 0 124px;
    -moz-box-flex: 0;
    flex: 0 0 124px;
    width: 124px;
    height: 48px;
    padding: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 5px;
    letter-spacing: .2px;
    text-decoration: none;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.catalog__span__wrapper {
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    flex: 0 0 24px;
    width: 24px;
    height: 20px;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    z-index: 1;
    position: relative;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-right: 10px;
}

.catalog__span,
.catalog__span::before,
.catalog__span::after {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 2px;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    background-color: #fff;
}

.catalog__span::after {
    top: 5px;
    content: "";
}

.catalog__span::before {
    top: -5px;
    content: "";
}

.header-new__search__form__text--offers {
    width: 70%;
}

.header-new__search__form__text--vendor {
    width: 30%;
    padding-right: 50px;
}

.sp-header .header-new__right__login-menu__tel:before {
    display: none;
}

.sp-header .header-new__right__login-menu__tel {
    padding-left: 0;
}

.choose-new__left .region-notification-wrapper,
.available__left .region-notification-wrapper {
    display: none;
}

.region-notification-wrapper {
    width: 300px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.region__active {
    animation-fill-mode: forwards;
    animation-name: showPopup;
    animation-duration: 0.25s;
}

.region__passive {
    animation-fill-mode: forwards;
    animation-name: hidePopup;
    animation-duration: 0.25s;
}

@keyframes showPopup {
    from {
        top: 45px;
        opacity: 0;
        visibility: hidden;
    }

    to {
        top: 30px;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes hidePopup {
    from {
        top: 30px;
        opacity: 1;
        visibility: visible;
    }

    to {
        top: 45px;
        opacity: 0;
        visibility: hidden;
    }
}

.region-notification-wrapper::before {
    content: '';
    position: absolute;
    left: 29px;
    top: -17px;
    border: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.mobile-region-notification {
    display: none;
}

.region-notification-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 4px;
}

.region-notification-region-name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 14px;
}

.region-notification-button-block {
    display: flex;
    justify-content: space-between;
}

.region-notification-wrapper .region-notification-agree-btn {
    background: #50be14;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    width: 115px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.region-notification-wrapper .region-notification-disagree-btn {
    background: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    border-radius: 5px;
    width: 115px;
    height: 40px;
    padding: 0;
    border: 2px solid #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.region-notification-agree-btn::before, .region-notification-agree-btn::after,
.region-notification-disagree-btn::before, .region-notification-disagree-btn::after {
    display: none;
}

@media screen and (max-width: 1366px) {
    .header-new__search__form__text--offers {
        width: 60%;
    }

    .header-new__search__form__text--vendor {
        width: 40%;
    }
}

.toggle-menu-mobile {
    display: none;
}

.header_link_small_resolution {
    display: none;
}

.obratz {
    display: none;
}

.icon-close {
    cursor: pointer;
}

.header-favorite-block,
.header-orders-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 2px;
}

.header-orders-block {
    position: relative;
    display: none;
}

.header-favorite-block a,
.header-orders-block a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.header-orders-block .order-notifications-count {
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background: #ff4800;
    border-radius: 50%;
    font-style: normal;
    padding: 6px 5px;
    top: -6px;
    right: -6px;
}

.header-favorite-block span {
    display: block;
    background: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-bottom: 2px;
}

.header-favorite-block span::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url("/local/templates/asna-new/css/../img/redesign-5/favorite.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 11px;
}

.header-orders-block span {
    display: block;
    background: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-bottom: 2px;
}

.header-orders-block span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("/local/templates/asna-new/css/../img/redesign-5/orders.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: 8px;
}

.sovmestnaya-pokupka-off {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: #d3d3d3;
    border-radius: 20px;
    position: relative;
    vertical-align: bottom;
}

.sovmestnaya-pokupka-off::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(147, 147, 147, 0.3), 0 1px 2px 0 #4a4a4a;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
}

.sovmestnaya-pokupka-on {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: #ffad11;
    border-radius: 20px;
    position: relative;
    vertical-align: bottom;
}

.sovmestnaya-pokupka-on::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(147, 147, 147, 0.3), 0 1px 2px 0 #4a4a4a;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 1px;
}

.show {
    display: block !important;
}

.header-dropdown-menu,
.header-dropdown-mini-menu {
    background: #ffffff;
    z-index: 91;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(80, 190, 20, 0.7);
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 10px 10px;
    position: absolute;
    width: 200px;
    left: -50px;
    top: 20px;
    display: none;
}

.header-dropdown-mini-menu {
    left: -45px;
    width: 170px;
}

.header-dropdown-menu:before,
.header-dropdown-mini-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    border: 6px solid transparent;
    border-bottom-color: #ffffff;
    display: block;
    right: 22px;
    margin-left: -6px;
}

.header-dropdown-mini-menu:before {
    right: 57px;
}

.header-dropdown-menu-items li {
    padding: 8px 15px 8px 15px;
    margin: 0;
}

.header-dropdown-menu-items .earned-points-item {
    color: #878787;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
    padding-bottom: 17px;
    margin-bottom: 10px;
}

.header-dropdown-menu-items .bottom-part-header-dropdown {
    color: #878787;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid rgba(183, 183, 183, 0.3);
    padding-top: 17px;
    margin-top: 10px;
}

.header-dropdown-menu-items .earned-points-item:hover {
    background: transparent;
}

.header-dropdown-menu-items li:hover {
    background: rgba(80, 190, 20, 0.1);
}

.header-dropdown-menu-items li a {
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    font-weight: normal;
}

.header-dropdown-menu-items li a .count-in-header-menu {
    color: #878787;
}

.header-dropdown-menu-items li .points-count {
    color: #50be14;
    display: inline-block;
    margin-left: 15px;
}

.header-dropdown-menu-items li {
    display: block;
}

.header-new__right__info-menu .mini-menu-header {
    display: inline-block;
    position: relative;
}

.header-new__right__info-menu .mini-menu-header .happy-hours-header-li {
    display: none;
}

.header-new__right__info-menu .mini-menu::after {
    content: '';
    width: 8px;
    height: 4px;
    background: url('/local/templates/asna-new/css/../img/redesign-5/arrow_down_white.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -15px;
    top: 9px;
}

.header-dropdown-menu-items .happy-hours-header-link {
    padding-left: 35px;
}

.header-dropdown-menu-items .happy-hours-header-link:before {
    left: 8px;
}

.header-dropdown-mini-menu .header-dropdown-menu-items a:hover {
    border-bottom: none;
}

.cart-header .continue-btn {
    display: block;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
}

.cart-header .continue-btn:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 22px;
    background: url(/local/templates/asna-new/css/../img/redesign-5/back.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 10px;
}

.regselect__tilte {
    text-align: center;
    padding: 25px 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #080808;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

@-webkit-keyframes show_header {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

@keyframes show_header {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

/* .fixed .wrapper:before{
        content: '';
        display: block;
        height: 138px;
    } */


@media screen and (max-width: 1340px) {
    .header_link_wide_resolution {
        display: none;
    }

    .header_link_small_resolution {
        display: inline;
    }

    .header-new__right__login-menu__tel {
        margin-right: 15px;
    }
}


@media screen and (max-width: 1260px) {
    .header-new__right__login-menu__tel {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {

    body:not(.non-ae) .header-new__right__info-menu .mini-menu-header,
    body:not(.non-hh) .header-new__right__info-menu .mini-menu-header {
        display: inline-block;
    }

    body:not(.non-ae) .header-new__right__info-menu li.small-desctop-hide,
    body:not(.non-hh) .header-new__right__info-menu li.small-desctop-hide {
        display: none;
    }
}

.header-new__right__info-menu li.small-desctop-hide-help {
    display: none;
}

@media screen and (max-width: 1075px) {
    .header-dropdown-menu-items .dropdown-asna-market-link {
        display: block;
    }
}

@media screen and (max-width: 1230px) {
    body:not(.non-ae) .header-new__right__info-menu .mini-menu-header {
        display: inline-block;
    }

    .header-new__right__info-menu li.small-desctop-hide {
        display: none;
    }
}


@media screen and (max-width: 1345px) {
    body:not(.non-ae) .header-new__right__info-menu .mini-menu-header {
        display: inline-block;
    }

    .header-new__right__info-menu li.small-desctop-hide {
        display: none;
    }

    .header-new__right__info-menu .mini-menu-header .happy-hours-header-li {
        display: block;
    }
}


@media screen and (max-width: 1100px) {

    .regselect__tilte {
        padding: 15px 0 0;
        color: #080808;
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 1400px) {
    .user-authorized-bottom-line .header-new__right__info-menu .mini-menu-header {
        display: inline-block;
    }

    .user-authorized-bottom-line .header-new__right__info-menu li:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .header-new__right__info-menu a {
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 1070px) {
    .fixed .header-new .header-new__choose-city {
        width: 15%;
    }

    .fixed .header-new .header-new__choose-city a {
        font-size: 0;
    }

    .fixed .header-new .header-new__choose-city a:after {
        display: none;
    }

    .fixed .header-new .header-new__choose-city a:before {
        left: 50%;
        margin-left: -8px;
    }


}


@media screen and (min-width: 768px) {
    .fixed .header-new__line-bottom {
        height: auto;
    }

    .fixed .header-line-bottom-top-part {
        position: relative;
        top: -3px;
        max-height: auto;
    }

    .fixed .header-submenu-line {
        display: none;
    }


    .fixed .header-new {
        position: fixed;
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 91;
        filter: drop-shadow(0 7px 5px rgba(0, 0, 0, .1));
    }

    .fixed .header-new .header-new__callcenter {
        margin-bottom: 0;
    }

    .fixed .header-new .header-new__container {
        padding-top: 20px;
    }

    .fixed .body-wrap {
        margin-top: 140px;
    }

    .fixed .toggle-menu-mobile {
        display: block;
    }

    .fixed .header-new__line-top {
        display: none;
        height: 0;
        position: static;
        padding: 0;
    }

    .fixed .header-new__right__login-menu a {
        color: #ffffff;
    }

    .fixed .header-new__right__login-menu {
        position: absolute;
        right: 190px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .fixed .header-new__logo span,
    .fixed .header-new__logo a {
        background-image: url('/local/templates/asna-new/css/../img/logo-inverse.svg');
        width: 95px;
        height: 24px;
    }

    .svg .fixed .header-new__logo span,
    .svg .fixed .header-new__logo a {
        background-image: url('/local/templates/asna-new/css/../img/logo-inverse.svg');
    }

    .fixed div.title-search-result {
        min-width: 720px;
        left: 50%;
        transform: translateX(-50%);
    }
}


@media screen and (max-width: 768px) {
    .basket-mini {
        display: none !important;
    }

    .header-line-bottom-top-part .header-new__logo {
        display: none;
    }

    .header-new__right__info-menu .asna-market-link-wrapp {
        display: none;
    }

    .asna-market-link {
        display: none;
    }

    .header-new__right__info-menu li:nth-child(2) {
        border: none;
        margin-left: 0;
    }
}

.first_telephone_li {
    padding-left: 25px;
}

.first_tel_link {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.5px;
    position: relative;
}

.first_tel_link::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url('/local/templates/asna-new/css/../img/asna_2018/24_icon_white.svg') no-repeat;
    background-size: 100% 100%;
}

.first_tel_link::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #fff
}

.btn-call-back-new-design {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.5px;
    padding-left: 30px;
    position: relative;
}

.btn-call-back-new-design:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(/local/templates/asna-new/css/../img/asna_2018/call-back-white-icon.svg) no-repeat;
    background-size: 100% 100%;
}

.single_phone_number.first_telephone_li a:after {
    display: none !important;
}

.second_tepephone_li.single_phone_number {
    display: none;
}

.catalog__menu-wrap.show {
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    position: absolute;
    margin-top: 15px;
    filter: drop-shadow(0 7px 5px rgba(0, 0, 0, .1));
    background: #fff;
}

.no-subscription {
    margin-bottom: -17px;
}

.has-inactive-subscription span {
    color: #C4C4C4;
}

.has-inactive-subscription i {
    position: relative;
}

.has-inactive-subscription i span {
    opacity: 0.3;
}

.has-inactive-subscription i::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    right: -8px;
    top: -1px;
    background: #FF3838;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}

.ogon_wrapper_mobile span {
    color: #262626;
    border-radius: 60px;
    background: #f2f2f2;
    padding: 0 7px;
    margin-left: 22px;
    height: 30px;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.incorrectWorkBanner {
    width: 100%;
    min-height: 49px;
    height: auto;
    padding: 8px 30px;
    background: #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.incorrectWorkBanner .centeredText {
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 14px !important;
    text-align: center;
}

.incorrectWorkBanner p {
    margin: 0 !important;
}

.incorrectWorkBanner span {
    font-weight: bold;
}

.incorrectWorkBanner img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}

.catalog__menu-wrap {
    display: none;
}

/* End */


/* Start:/local/templates/asna-new/css/available.css?17522343251579*/
.available {
    font-size: 0;
}

.available__left,
.available__pharms-wrap {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.available__left {
    width: 25%;
    padding: 0 50px 30px 0;
}

.available__pharms-wrap {
    width: 75%;
}

.available__title-page {
    position: relative;
    padding: 15px 345px 15px 15px;
    margin-bottom: 20px;
    font-size: 34px;
    color: #50be14;
    font-weight: 700;
    box-shadow: 0 0 15px rgba(98, 208, 38, 0.7);
    border-radius: 10px;
}

.available__title-page div {
    color: #080808;
    margin-bottom: 10px;
}

.available__title-page__more-info {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #D5D5D6;
    text-decoration: underline;
}

.available__title-page__more-info:hover {
    text-decoration: none;
}

.available .progress-bar__wrap {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .available__left {
        display: none;
    }

    .available__pharms-wrap {
        width: 100%;
        display: block;
    }

    .available__title-page {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        margin: 20px 0 30px;
        padding-right: 15px;
        background: #ffffff;
    }

    .available__title-page__more-info {
        font-size: 20px;
        line-height: 24px;
    }

    .available__title-page .product__btn.btn-basket {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 25px;
        width: inherit;
        height: inherit;
    }
}
/* End */


/* Start:/local/templates/asna-new/css/choose.css?17522343253132*/
.choose-new {
    font-size: 0;
    padding-bottom: 40px;
}

.choose-new__left,
.choose-new__pharms-wrap {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.choose-new__left {
    width: 25%;
    padding-right: 40px;
}

.choose-new__pharms-wrap {
    width: 75%;
    padding-top: 30px;
}

.sorting-choose-new {
    float: right;
}

.choose-new__title {
    font-size: 32px;
    line-height: 38px;
    color: #080808;
    font-weight: 700;
    padding: 25px 0;
    margin-bottom: 0;
    width: 100%;
}

.stay-home-banner {
    width: 100%;
}

.pharmacie-row-choose-page .pharmacie-row__cell {
    position: relative;
}

.pharmacie-row-choose-page .pharmacie-row__title > span,
.pharmacie-row-choose-page .pharmacie-row__name {
    cursor: pointer;
}

.pharmacie-row__info-buy-here-button a {
    padding: 4px 15px;
    display: inline-block;
    background: #50be14;
    border-radius: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

.popup-pharm-info__part {
    position: relative;
}

.popup-pharm-info__part .pharmacie-row__info-buy-here-button {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.popup-pharm-info__part .pharmacie-row__info-buy-here-button a {
    padding: 7px 20px;
    border-radius: 20px;
}

.pharmacie-row__info-buy-here-button a:before {
    display: none;
}

.pharmacie-row__info-buy-here-button a:hover {
    background: #37840d;
    color: #ffffff;
}

.pharmacie-row__detail_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
}

.popup-map-new .popup-pharm-controls {
    align-items: flex-end;
}

.choose-new .popup-map-new .popup-pharm-info__contacts {
    padding-bottom: 0;
}

.choose-new .popup-map-new .pharmacie-row__button {
    margin-bottom: 5px;
}

.is_choose_page .content {
    padding: 0 0 232px;
}

.is_choose_page .body-wrap {
    padding: 0 30px;
    box-sizing: content-box;
}

@media screen and (max-width: 1000px) {
    .choose-new__left {
        display: none;
    }

    .choose-new__pharms-wrap {
        display: block;
        width: auto;
        margin-top: 0px;
    }

    .pharmacie-rows__wrap-choose .pharmacie-row__cell:nth-child(2) {
        width: 100%;
    }

    .choose-new {
        padding-bottom: 30px;
    }

    .choose-new__title {
        font-size: 32px;
        line-height: 38px;
        font-weight: 900;
        text-align: center;
        padding-top: 0;
        width: 100%;
    }

    .pharmacie-row__info-buy-here-button a {
        font-size: 24px;
        line-height: 32px;
        padding: 13px 25px;
        width: auto;
        height: auto;
        border-radius: 25px;
        font-weight: 700;
    }

    .pharmacie-row-choose-page .pharmacie-row__title > span {
        display: block;
    }

    .stay-home-banner {
        margin-bottom: 10px;
    }

    .is_choose_page .content {
        padding: 0 30px 30px;
    }

    .is_choose_page .body-wrap {
        padding: 20px 0;
        box-sizing: border-box;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/tabs-info.css?17522343258241*/
.product-information {
    display: block;
    min-width: 715px;
    width: 100%;
    height: auto;
    padding: 25px 0px 0;
    border-top: 1px solid #C0F1DA;
    margin-top: -1px;
}

.product-information__tabs {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    width: 100%;
    height: auto;
}

.recomended-items .product__box .product .product__available__state__list .product__available-list-view p,
.product-information__info .product-information__info__content .product__box .product .product__available__state__list .product__available-list-view p {
    position: relative;
    text-align: center;
}

.recomended-items .product__box .product .product__available__state__list .product__available-list-view p span,
.product-information__info .product-information__info__content .product__box .product .product__available__state__list .product__available-list-view p span {
    font-size: 22px !important;
    color: #878787;
    position: absolute;
    top: 30px;
    left: -7px;
    z-index: 0;
}

.recomended-items .product__box .product .product__available__state__list .product__available-list-view p span:before,
.product-information__info .product-information__info__content .product__box .product .product__available__state__list .product__available-list-view p span:before {
    content: "";
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    background: url(/local/templates/asna-new/css/../img/redesign/stores.svg) no-repeat center center / contain;
    height: 40px;
    width: 35px;
    z-index: 9999;
    display: block;
}

.product-information__tab__title {
    display: block;
    color: #D5D5D6;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px dashed #D5D5D6;
    margin-right: 50px;
}

.product-information__tab__title:first-child {
    margin-left: 0;
}


.product-information__info {
    display: inline-block;
    text-align: left;
    width: 100%;
    height: auto;
}

.product-information__info__content {
    display: block;
    padding: 25px 0px;
    position: relative;
}

.product-information__info__content__block {
    display: inline-block;
    text-align: left;
    width: 100%;
    height: auto;
}

.product-information__info__content__block__title {
    display: block;
    color: #D5D5D6;
    text-decoration: none;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-information__info__content__block__text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.product-information__tab__title.active-tab-info {
    color: #2b2b2b;
    text-decoration: none;
    border-bottom-color: transparent;
}

.product-information__info__content__block ul {
    list-style: none;
    margin-bottom: 12px;
}

.product-information__info__content__block ol {
    list-style: decimal;
    padding-left: 15px;
}

.product-information__info__content__block ul li {
    position: relative;
    padding: 2px 0 2px 16px;
}

.product-information__info__content__block ul li:before {
    content: '\2022 ';
    color: #50be14;
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

/**/

.product-information .product-information__info .product-information__info__content .product-information__info__content__block table {
    margin: 0 0 20px 0;
}

.product-information .product-information__info .product-information__info__content .product-information__info__content__block table tr td {
    padding: 5px 10px;
}


.product-information__extra {
    padding: 12px;
    background: #F8F8F8;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    margin-bottom: 40px;
}

/**/

.nodescktop {
    display: none;
}

@media screen and (max-width: 1001px) {
    .product-information {
        display: block;
        min-width: 100%;
        width: 100%;
        height: auto;
        padding: 0;
        border: 0px solid #C0F1DA;
        border-left: 0;
        border-right: 0;
        transition: all 0.5s;
    }

    .product-information__tabs {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        width: 100%;
        height: auto;
    }

    li.product-information__tab__title {
        color: #D5D5D6;
        font-style: normal;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        cursor: pointer;
        border: 1px solid #E2E2E2;
        border-left: 0;
        border-right: 0;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        height: 60px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .product-information__tab__title::after {
        content: '';
        display: block;
        background: url("/local/templates/asna-new/css/../img/redesign/chevron-down.svg") no-repeat center center/contain;
        width: 25px;
        height: 12px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 0.3s;
    }

    .product-information__tab__amount {
        color: #50be14;
        display: inline-block;
    }

    .product-information__info {
        display: inline-block;
        text-align: left;
        width: 100%;
        height: auto;
    }

    .product-information__info__content {
        display: block;
        padding: 25px;
        box-sizing: border-box;
    }

    .product-information__info__content__block {
        display: inline-block;
        text-align: left;
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 24px;
    }

    .product-information__info__content__block__title {
        display: block;
        color: #D5D5D6;
        text-decoration: none;
        font-style: normal;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .product-information__info__content__block__text {
        display: block;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .product-information__tab__title.active-tab-info {
        color: #50be14;
        text-decoration: none;
        border-bottom: 0;
    }

    .nodescktop {
        display: block;
    }

    .product-information__info__content.goods-items {
        padding: 25px 0;
        text-align: center;
    }

    .goods-items .product {
        padding: 20px 0 0 0 !important;
    }

    .goods-items .analog-more-products {
        color: #D5D5D6;
        width: auto;
        margin-top: 20px;
        display: inline-block;
        font-size: 20px;
        line-height: 24px;
    }

    .product-information__tab__title {
        padding: 0 20px;
    }

    /*--catalog_cart_wrapper/inside_change--*/
    .product-information__tab__title {
        padding: 0 30px;
    }

    .product-information__info__content {
        padding: 0 30px 30px;
        border-bottom: 1px solid #E2E2E2;
    }

    .product-information__tab__title.active-tab-info::after {
        transform: rotateZ(180deg);
    }

    /*-/catalog_cart_wrapper/inside_change--*/
}

@media screen and (max-width: 1024px) {
    .product-information__info__content__block ul li {
        padding: 4px 0 5px 16px;
    }

    .product-information__info__content__block ol {
        padding-left: 22px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1150px) {
    .product-information {
        min-width: 0;
    }
}

@media screen and (max-width: 768px) {
    .product-information__info__content {
        padding: 0 0px 30px;
    }

    .product-information__info__content .reviews-container {
        padding: 0;
    }

    .product-information__extra {
        margin: 20px 20px 40px;
        font-size: 18px;
        line-height: 24px;
    }

    .active-tab-info + .product-information__info + .product-information__extra {
        margin-top: -40px;
    }

    .product-information__info__content {
        border-bottom: none;
    }

}


/* End */


/* Start:/local/templates/asna-new/css/bootstrap-pincode-input.css?17522343255502*/
@font-face {
  font-family: "pincode-input-mask";
  src: url(data:font/woff;charset:utf-8;base64,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) format("woff");
}


.pincode-input-text-masked {
  font-family: pincode-input-mask;
}

.pincode-input-text, .form-control.pincode-input-text {
	text-align: center;
	flex-grow: 1;
}

.pincode-input-container.touch .pincode-input-text:focus, .pincode-input-container.touch .form-control.pincode-input-text:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.pincode-input-text.filled {
	caret-color: transparent;
}


.pincode-input-error {
	clear: both;
}

.pincode-input-container.touch .touchwrapper {
	position: relative;
	height: 100%;
	flex-grow: 1;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text {
	display: block;
	background-color: transparent;
	background: transparent;
	text-align: initial;
	border: 0;
	padding-left: 0;
	overflow: visible;
	box-shadow: none;
	transition: none;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text.noletterspacing {
	letter-spacing: 0 !important;
	visibility: hidden;
}



.pincode-input-container.touch .touch-flex{
	display:flex;
	align-items: stretch;
    padding: 0;
    position: absolute;
    top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pincode-input-container.touch .touch-flex-cell {
	flex-grow: 1;
	border: 1px solid #ced4da;
}

.modal-dialog .pincode-input-container.touch .pincode-input-text {
	z-index: 1042;
}

.modal-dialog .pincode-input-container.touch .touch-flex {
	z-index: 1041;
	pointer-events: none;
}
/* End */


/* Start:/local/templates/asna-new/css/alphabet.css?17522343251357*/
.alphabet {
    background: #ebebeb;
    padding: 18px 60px;
}

body > div.body-wrap > div.wrapper.wrapper-asna > div > div.alphabet > h1 {
    background: none !important;
    color: black;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.alphabet-wrap .breadcrumbs {
    padding: 22px 60px 12px;
}

.alphabet__title, .alphabet-wrap-main .alphabet__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.alphabet-wrap .alphabet__title {
    margin-bottom: 0px;
}

.alphabet__list__item {
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    padding: 1px 7px 0;
    color: #080808;
    display: inline-block;
    text-align: center;
}

.alphabet__list__item:hover {
    background: #f5f5f5;
    color: #50be14;
}

@media screen and (max-width: 1000px) {
    .alphabet-wrap .breadcrumbs {
        padding: 22px 30px 12px;
    }

    .alphabet {
        margin-top: 40px;
        padding: 28px 30px;
    }

    .alphabet-wrap .alphabet {
        margin-top: 0;
    }

    .alphabet__title, .alphabet-wrap-main .alphabet__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .alphabet__list__item {
        font-size: 24px;
        line-height: 32px;
        padding: 2px 7px 0;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/alphabet-result.css?17522343251123*/
.alphabet-result{
    padding: 0 60px;
}

.alphabet-result__title{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 15px 0;
  padding: 5px 0;
  font-size: 28px;
}

.alphabet-result__list{
    font-size: 0;
    padding-bottom: 40px;
}

.alphabet-result__list__item{
    display: inline-block;
    width: 33.33%;
    padding-right: 15px;
    box-sizing: border-box;
}

.alphabet-result__list__item a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #080808;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1000px){

    .alphabet-result{
        padding: 0 30px;
    }

    .alphabet-result__title{
        font-size: 42px;
        padding: 15px 0;
    }

    .alphabet-result__list__item{
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .alphabet-result__list__item:first-child{
        margin-top: 0;
    }

    .alphabet-result__list__item a{
        font-size: 28px;
        overflow: visible;
        white-space: normal;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/organizer_menu.css?17522343251922*/
.menu_organizer {
    padding-top: 40px;
    padding-left: 80px;
}

.sub_menu_organizer {
    padding-top: 20px;
    margin-bottom: 18px;
    border-top: 1px solid rgba(157, 157, 157, 0.3);
    border-bottom: 1px solid rgba(157, 157, 157, 0.3);
}

.menu_organizer li {
    margin-bottom: 17px;
    position: relative;
}

.menu_organizer a {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
}

.menu_organizer .exit a {
    color: #ff4800;
}

.menu_organizer .exit a:hover {
    color: #ff4800;
    opacity: 0.75;
}

.count-in-menu {
    position: absolute;
    right: 0;
    top: -4px;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #ff4800;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .content .leftcol2 {
        overflow: visible;
        padding: 40px 0 10px;
    }

    .leftcol2 .menu_organizer {
        padding: 0;
        display: block;
        font-size: 0;
    }

    .sub_menu_organizer {
        padding: 0;
        margin: 0;
        border: none;
        width: auto;
    }

    .sub_menu_organizer li {
        width: 100%;
    }

    .leftcol2 .menu_organizer li:last-child {
        margin-bottom: 0;
    }

    .leftcol2 .menu_organizer li {
        margin-bottom: 10px;
        float: none;
        height: auto;
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .leftcol2 ul.menu_organizer a {
        font-size: 24px !important;
        font-weight: 400;
    }

    .count-in-menu {
        position: static;
        width: auto;
        height: auto;
        color: #D5D5D6;
        display: inline-block;
        background-color: #fff;
        font-size: 24px;
        line-height: 32px;
        box-shadow: none;
    }
}
/* End */


/* Start:/local/templates/asna-new/css/loading-attribute-polyfill.css?175223432540*/
img[data-lazy-src]{will-change:contents}
/* End */


/* Start:/local/templates/asna-new/css/new-common.css?175223432522122*/
.icon-fav-new {
    font-size: 0;
    color: #495AF6;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    white-space: nowrap;
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
}

.popup-pharm-info__name .icon-fav-new {
    position: static;
    margin-left: 30px;
    margin-top: 3px;
    color: #495AF6;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    text-decoration: none;
}

.icon-fav-new span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #495AF6;
}

.icon-fav-new div {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 5px;
}

.icon-fav-new span:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 8px;
    background-size: 100% 200%;
    background-position: 0 100%;
    background-image: url('/local/templates/asna-new/css/../img/redesign-5/fav-new.png');
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.svg .icon-fav-new span:before {
    background-image: url('/local/templates/asna-new/css/../img/redesign-5/fav-new.svg');
}

.icon-fav-new.active span {
    background: #495AF6;
}

.icon-fav-new.active span:before {
    background-position: 0 0;
}

.empty-fav-pharmacies {
    display: block;
    border-radius: 10px;
    background-color: rgba(0, 180, 255, 0.1);
    padding: 10px 170px 10px 30px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0;
    position: relative;
}

.empty-fav-pharmacies a {
    text-decoration: none;
}

.empty-fav-pharmacies__icon-fav {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background: url('/local/templates/asna-new/css/../img/asna_2018/fav-new.svg') no-repeat left bottom;
    background-size: 100% 200%;
    margin-right: 10px;
}

.empty-fav-pharmacies.opened {
    padding-top: 30px;
    padding-bottom: 30px;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon-fav {
    width: 70px;
    height: 62px;
    margin-right: 20px;
}

.empty-fav-pharmacies__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #495AF6;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__title {
    font-size: 16px;
    line-height: 24px;
    max-width: calc(100% - 90px);
}

.empty-fav-pharmacies__icon {
    display: block;
    width: 13px;
    height: 8px;
    background: url('/local/templates/asna-new/css/../img/asna_2018/arr-min-blue.svg?v=3') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    overflow: hidden;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon:before,
.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #495AF6;
    bottom: 0;
    height: 2px;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon:before {
    transform: rotate(45deg);
    left: -1px;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon:after {
    transform: rotate(-45deg);
    left: 1px;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon {
    width: 16px;
    height: 16px;
    top: 20px;
    transform: unset;
    overflow: visible;
    background: none;
}

.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon:before,
.empty-fav-pharmacies.opened .empty-fav-pharmacies__icon:after {
    top: 50%;
    bottom: auto;
    left: 0;
    margin-top: -1px;
}

.sorting-new .empty-fav-pharmacies {
    margin-bottom: 20px;
}

.empty-fav-pharmacies__lnk {
    text-decoration: underline;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #495AF6;
    position: absolute;
    right: 20px;
    bottom: 13px;
}

.section-main-catalog {
    padding-top: 25px;
}

.section-main-catalog .section-main__title {
    margin-top: 0;
    padding-top: 0;
}

.section-main-catalog .breadcrumbs {
    padding: 0 0 20px;
}

.favorite-pharm-tab__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.favorite-pharm-tab__nav,
.favorite-pharm-tab__content {
    display: inline-block;
    vertical-align: middle;
}

.favorite-pharm-tab__nav li {
    display: inline-block;
    vertical-align: middle;
}

.favorite-pharm-tab__nav a {
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #080808;
    text-decoration: none;
    border: solid 2px #979797;
    background: #ffffff;
    padding: 0 20px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.favorite-pharm-tab__nav a.active,
.favorite-pharm-tab__nav a:hover {
    background: #495AF6;
    border-color: #00a9ef;
    color: #ffffff;
}

.favorite-pharm-tab__nav li:first-child a {
    border-radius: 30px 0 0 30px;
}

.favorite-pharm-tab__nav li:last-child a {
    border-radius: 0 30px 30px 0;
}

.favorite-pharm-tab__content {
    margin-left: 20px;
}

.sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select {
    border-color: #00a9ef;
    box-sizing: border-box;
}

.sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select select {
    color: #00a9ef;
}

.sorting__item_favorite-pharm .sorting__item__select:before {
    content: '';
    width: 45px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    pointer-events: none;
}

.favorite-pharm-tab__content-empty {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #878787;
}

.favorite-pharm-tab__content__item {
    display: none;
}


.section-main__seo-before {
    font-size: 14px;
    line-height: 18px;
    color: #080808;
    margin-bottom: 10px;
}

.section-main__seo-after {
    font-size: 12px;
    line-height: 18px;
    color: #878787;
}

.section-main__seo-after h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 5px;
}

.section-main__seo-after p {
    margin: 5px 0;
}

.section-main__seo-after ul li {
    list-style-type: none;
}

.section-main__seo-after ul li:before {
    color: grey; /* Цвет маркера */
    content: "●"; /* Сам маркер */
    padding-right: 5px;
}

.section-main__seo-after ul,
.section-main__seo-after ol {
    margin: 0;
    padding: 0;
    list-style-type: initial;
    list-style-position: inside;
}

.section-main__seo-after ol {
    list-style-type: decimal;
}

.section-main__seo-after ul li {
    margin: 0px 5px;
}

.section-main__seo-after ol li {
    margin: 0px 5px;
}

.section-main__seo-after ul li {
    list-style-type: none;
}

.section-main__seo-after ul li:before {
    color: grey; /* Цвет маркера */
    content: "●"; /* Сам маркер */
    padding-right: 3px;
}

.section-main__seo-before ul,
.section-main__seo-before ol {
    margin: 0;
    padding: 0;
    list-style-type: initial;
    list-style-position: inside;
}

.section-main__seo-before ol {
    list-style-type: decimal;
}

.section-main__seo-before ul li {
    list-style-type: none;
}

.section-main__seo-before ul li:before {
    color: grey; /* Цвет маркера */
    content: "● "; /* Сам маркер */
    padding-right: 2px;
}

.section-main__seo-before ul li {
    margin: 5px 5px;
}

.section-main__seo-before ol li {
    margin: 5px 5px;
}

.favorite-pharm-tab__nav {
    font-size: 0;
}

.favorite-pharm-tab__content__item.active {
    display: block;
}

.adtcp {
    padding-right: 0;
}

.sorting__item__label {
    min-width: 123px;
}

.sorting__item__label label {
    font-size: 14px;
    line-height: 18px;
    color: #D5D5D6;
    margin-right: 7px;
    font-weight: 700;
}

.sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select:after {
    background: url('/local/templates/asna-new/css/../img/asna_2018/arr-min-blue.svg') no-repeat;
}

.product__remove-new {
    width: 21px;
    height: 19px;
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('/local/templates/asna-new/css/../img/asna_2018/delete-new.png');
}

.cart-new .product__remove-new {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 15px;
}

.product__remove-new:hover {
    background-position: 0 100%;
}

.svg .product__remove-new {
    background-image: url('/local/templates/asna-new/css/../img/asna_2018/delete-new.svg');
}

.favorite-pharm-tab li > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1001px) and (max-width: 1120px) {
    .sorting__item_favorite-pharm .sorting__item__select {
        width: 270px;
        font-size: 12px;
        line-height: 18px;
        padding-left: 10px;
    }

    .sorting__item_favorite-pharm select,
    .favorite-pharm-tab .sorting__item__label label {
        font-size: 12px;
        line-height: 24px;
    }

    .favorite-pharm-tab__nav a {
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
    }
}

@media (max-width: 1000px) {
    .icon-fav-new span {
        width: 48px;
        height: 48px;
        border-width: 2px;
    }

    .icon-fav-new span:before {
        width: 25px;
        height: 20px;
    }

    .icon-fav-new div {
        font-size: 24px;
        line-height: 32px;
        margin-left: 14px;
    }

    .empty-fav-pharmacies {
        padding: 20px 60px 20px 20px;
        border-radius: 20px;
    }

    .empty-fav-pharmacies__title,
    .empty-fav-pharmacies.opened .empty-fav-pharmacies__title {
        font-size: 24px;
        line-height: 32px;
    }

    .empty-fav-pharmacies.opened .empty-fav-pharmacies__title {
        max-width: calc(100% - 90px);
    }

    .empty-fav-pharmacies__icon-fav,
    .empty-fav-pharmacies.opened .empty-fav-pharmacies__icon-fav {
        margin-right: 20px;
    }

    .empty-fav-pharmacies__icon-fav {
        width: 40px;
        height: 36px;
        right: 30px;
    }

    .empty-fav-pharmacies__icon {
        width: 26px;
        height: 16px;
    }

    .empty-fav-pharmacies.opened .empty-fav-pharmacies__icon {
        width: 32px;
        height: 32px;
    }

    .empty-fav-pharmacies__icon:before,
    .empty-fav-pharmacies__icon:after {
        height: 3px;
    }

    .empty-fav-pharmacies-catalog.opened {
        padding-bottom: 0;
    }

    .empty-fav-pharmacies__lnk {
        height: 52px;
        position: static;
        font-size: 24px;
        line-height: 32px;
        background-color: rgba(0, 180, 255, 0.2);
        margin-top: 5px;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 100%;
        padding: 0 60px 0 20px;
        margin-left: -20px;
        border-radius: 0 0 20px 20px;
    }

    .favorite-pharm-tab__nav {
        display: block;
        width: 100%;
    }

    .favorite-pharm-tab__nav li {
        margin: 0;
        width: 50%;
    }

    .favorite-pharm-tab__nav a {
        font-size: 24px;
        line-height: 32px;
        height: 56px;
    }

    .favorite-pharm-tab__nav li:first-child a {
        border-radius: 40px 0 0 40px;
    }

    .favorite-pharm-tab__nav li:last-child a {
        border-radius: 0 40px 40px 0;
    }

    .favorite-pharm-tab__content {
        margin: 40px 0;
        display: block;
    }

    .favorite-pharm-tab__content__item {
        margin: 0;
        text-align: center;
    }

    .favorite-pharm-tab__content-empty {
        font-size: 24px;
        line-height: 32px;
    }

    .empty-fav-pharmacies-catalog.opened {
        margin: 0 0 40px;
    }

    .sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select {
        width: 100%;
        font-size: 24px;
        line-height: 32px;
        height: 56px;
        border-width: 4px;
    }

    .sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select:after {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select select {
        width: 100%;
        height: 56px;
        font-size: 28px !important;
    }

    .sorting__item__select:after {
        width: 16px;
        height: 8px;
        background-size: 100% 100%;
    }

    .sorting__item__label label {
        font-size: 24px;
        line-height: 32px;
    }

    .sorting__item__label {
        min-width: 0;
    }

    .sorting-new {
        padding: 0;
        border: none;
    }

    .section-main__content-line-top {
        padding-top: 40px;
    }

    .sorting__item_fav-pharm-mob {
        margin-top: 50px !important;
    }

    .content .filters__mobile {
        margin-top: -3px;
    }

    .content .filters__mobile .filters__mobile__toggle {
        margin-left: 0;
    }

    .sorting__item__label-not-hide-label {
        display: block !important;
        margin-bottom: 10px;
    }

    .sorting__item__label-not-hide-label label {
        font-size: 24px;
        line-height: 32px;
    }

    .product-detail-controls .sorting__item_favorite-pharm::after {
        display: none;
    }

    .product-detail-controls .empty-fav-pharmacies-catalog.opened {
        margin-bottom: 0;
    }

    .product-detail-controls .favorite-pharm-tab__content {
        margin: 20px 0;
    }

    .product__remove-new {
        width: 42px;
        height: 36px;
    }

    .cart-new .product__remove-new {
        right: 30px;
        top: 30px;
        left: auto;
    }

    .wrapper .general-methods {
        margin-top: 0;
    }

    .wrapper .cart-new.general-methods {
        padding-top: 0;
    }

    .angular-ctrl-wrap .search-pharms__edit,
    .angular-ctrl-wrap .sorting__item__select select {
        background: transparent;
    }

    .cart__selected-city .header-new__choose-city {
        display: inline-block;
        width: auto;
        position: relative;
    }

    .cart__selected-city {
        font-size: 32px;
        line-height: 38px;
        color: #080808;
        margin: 35px 0 0;
        font-weight: 900;
    }

    .cart__selected-city .header-new__choose-city a {
        color: #50be14;
        border-bottom: 2px dashed #50be14;
        font-size: 32px;
        line-height: 38px;
        display: inline-block;
        max-width: 100%;
        font-weight: 900;
    }

    .cart__selected-city__text {
        display: block;
    }

    .cart__selected-city .header-new__choose-city:after {
        display: block;
        content: '';
        border: 9px solid transparent;
        border-top-color: #50be14;
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 15px;
    }
}

.product__remove-new:hover {
    background-position: 0 100%;
}

.svg .product__remove-new {
    background-image: url('/local/templates/asna-new/css/../img/asna_2018/delete-new.svg');
}

.section-main-catalog .seo-after_more-button {
    display: none;
}


@media (max-width: 1000px) {
    .section-main-catalog {
        padding-top: 0;
    }

    .section-main-catalog .section-main__title {
        margin-bottom: 20px;
        text-align: left;
    }

    .section-main__seo-before,
    .section-main__seo-after {
        font-size: 20px;
        line-height: 24px;
    }

    .section-main__seo-after {
        margin-top: 60px;
        max-height: 430px;
        overflow: hidden;
        position: relative;
    }

    .section-main__seo-after:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    }

    .section-main__seo-after.open {
        max-height: none;
    }

    .section-main__seo-after.open:after {
        display: none;
    }

    .section-main__seo-after h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 22px;
    }

    .section-main__seo-after p,
    .section-main__seo-after ul li,
    .section-main__seo-after ol li {
        margin: 10px 0;
    }

    .section-main-catalog .seo-after_more-button {
        display: block;
    }

    .section-main-catalog .seo-after_more-button.hidden {
        display: none;
    }

    .seo-after_more-button .only_open {
        display: none;
    }

    .seo-after_more-button.open .only_open {
        display: inline-block;
    }

    .seo-after_more-button.open .not_open {
        display: none;
    }

    .section-main-catalog .seo-after_more-button.open::after {
        transform: rotate(180deg) translateY(50%);
    }

    .icon-fav-new span {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }

    .icon-fav-new span:before {
        width: 25px;
        height: 20px;
    }

    .icon-fav-new div {
        font-size: 24px;
        line-height: 32px;
        margin-left: 14px;
    }

    .empty-fav-pharmacies {
        padding: 20px 60px 20px 20px;
        border-radius: 20px;
    }

    .empty-fav-pharmacies__title, .empty-fav-pharmacies.opened .empty-fav-pharmacies__title {
        font-size: 24px;
        line-height: 32px;
    }

    .empty-fav-pharmacies.opened .empty-fav-pharmacies__title {
        max-width: calc(100% - 90px);
    }

    .empty-fav-pharmacies__icon-fav, .empty-fav-pharmacies.opened .empty-fav-pharmacies__icon-fav {
        margin-right: 20px;
    }

    .empty-fav-pharmacies__icon-fav {
        width: 40px;
        height: 36px;
        right: 30px;
    }

    .empty-fav-pharmacies__icon {
        width: 26px;
        height: 16px;
    }

    .empty-fav-pharmacies.opened .empty-fav-pharmacies__icon {
        width: 32px;
        height: 32px;
    }

    .empty-fav-pharmacies__icon:before, .empty-fav-pharmacies__icon:after {
        height: 3px;
    }

    .empty-fav-pharmacies-catalog.opened {
        padding-bottom: 0;
    }

    .empty-fav-pharmacies__lnk {
        height: 52px;
        position: static;
        font-size: 24px;
        line-height: 32px;
        background-color: rgba(0, 180, 255, 0.2);
        margin-top: 5px;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 100%;
        padding: 0 60px 0 20px;
        margin-left: -20px;
        border-radius: 0 0 20px 20px;
    }

    .favorite-pharm-tab__nav {
        display: block;
        width: 100%;
    }

    .favorite-pharm-tab__nav li {
        margin: 0;
        width: 50%;
    }

    .favorite-pharm-tab__nav a {
        font-size: 24px;
        line-height: 32px;
        height: 56px;
    }

    .favorite-pharm-tab__nav li:first-child a {
        border-radius: 40px 0 0 40px;
    }

    .favorite-pharm-tab__nav li:last-child a {
        border-radius: 0 40px 40px 0;
    }

    .favorite-pharm-tab__content {
        margin: 40px 0;
        display: block;
    }

    .favorite-pharm-tab__content__item {
        margin: 0;
        text-align: center;
    }

    .favorite-pharm-tab__content-empty {
        font-size: 24px;
        line-height: 32px;
    }

    .empty-fav-pharmacies-catalog.opened {
        margin: 0 0 40px;
    }

    .sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select {
        width: 100%;
        font-size: 24px;
        line-height: 32px;
        height: 56px;
        border-width: 4px;
    }

    .sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select:after {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .sorting__item_favorite-pharm .favorite-pharm-tab__content .sorting__item__select select {
        width: 100%;
        height: 56px;
        font-size: 28px !important;
    }

    .sorting__item__select:after {
        width: 16px;
        height: 8px;
        background-size: 100% 100%;
    }

    .sorting__item__label label {
        font-size: 24px;
        line-height: 32px;
    }

    .sorting__item__label {
        min-width: 0;
    }

    .sorting-new {
        padding: 0;
        border: none;
    }

    .section-main__content-line-top {
        padding-top: 20px;
    }

    .sorting__item_fav-pharm-mob {
        margin-top: 50px !important;
    }

    .content .filters__mobile {
        margin-top: -5px;
    }

    .content .filters__mobile .filters__mobile__toggle {
        margin-left: 0;
    }

    .sorting__item__label-not-hide-label {
        display: block !important;
        margin-bottom: 10px;
    }

    .sorting__item__label-not-hide-label label {
        font-size: 24px;
        line-height: 32px;
    }

    .product-detail-controls .sorting__item_favorite-pharm::after {
        display: none;
    }

    .product-detail-controls .empty-fav-pharmacies-catalog.opened {
        margin-bottom: 0;
    }

    .product-detail-controls .favorite-pharm-tab__content {
        margin: 20px 0;
    }

    .product__remove-new {
        width: 42px;
        height: 38px;
    }

    .cart-new .product__remove-new {
        right: 30px;
        top: 30px;
        left: auto;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1120px) {
    .favorite-pharm-tab__content {
        margin-left: 10px;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/footer.css?175223432514975*/
.footer {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    background: #f2f2f2;
    padding-bottom: 10px;
}

.footer-top-block {
    font-size: 0;
}

.footer-top-block-left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 25px;
}

.footer-top-block-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

.footer-button .btn-item {
    font-size: 14px;
    line-height: 18px;
    color: #70bb3c;
    text-decoration: none;
    cursor: pointer;
}

.footer-button .btn-item {
    margin-right: 30px;
}

.footer-button .btn-item:last-child {
    margin-right: 0px;
}

.footer-phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.7px;
    color: #333333;
    margin: 0px 0 15px 0;
}

.footer-menu {
    width: 100%;
}

.footer-menu a {
    color: #50be14 !important;
}

.footer-menu ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.footer-logo {
    margin: 0px 0 15px 0;
    width: 110px;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.footer-top-block {
    background: #fff;
    box-sizing: border-box;
    border-top: 2px solid #E2E2E2;
}

.footer-menu li {
    margin-right: 30px;
}

.footer-menu li:hover a {
    color: #3F9726 !important;
}

.footer-button .btn-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #50be14;
}

.footer-button .btn-item:hover {
    color: #3F9726;
}

.footer-bottom-blocks {
    padding: 20px 30px 26px 30px;
    font-size: 0;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bottom-block {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
}

.footer-bottom-block.first {
    width: 39.8%;
    padding-right: 105px;
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
}

.footer-bottom-block.first p {
    margin: 0;
}

.footer-bottom-block {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #878787;
}

.footer-bottom-block > span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #333333;
    display: block;
    margin: 0 0 5px 0;
}

.yandex-rating {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    margin-right: 12px;
}

.vk-social {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    margin-right: 12px;
}

.fb-social {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    margin-right: 12px;
}

.inst-social {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    margin-right: 12px;
}

.ok-social {
    display: inline-block;
    vertical-align: top;
    width: 26px;
}

.yandex-rating img,
.vk-social img,
.fb-social img,
.inst-social img,
.ok-social img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.footer-img-block {
    position: absolute;
    left: 0;
    margin-top: 15px;
}

footer a.yandex-rating,
footer a.vk-social,
footer a.fb-social,
footer a.inst-social,
footer a.ok-social {
    transform: translateY(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer a.yandex-rating:hover,
footer a.vk-social:hover,
footer a.fb-social:hover,
footer a.inst-social:hover,
footer a.ok-social:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-bottom-block-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #333333;
    margin: 0px 0 22px 0;
}

.footer-bottom-block ul li {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    padding: 0 0 15px;
}

.footer-bottom-block ul li:last-child {
    padding: 0;
}

.footer-bottom-block ul li a {
    color: #878787;
}

.footer_desktop_orderStatusIcon {
    display: inline-block;
    background: #fe6464;
    border-radius: 50%;
    box-shadow: 0 0 0 0 hsl(0deg 99% 69% / 40%);
    margin-left: 8px;
    width: 6px;
    height: 6px;
    transform: scale(1);
    -webkit-animation: footer_desktop_pulse 2s infinite;
    animation: footer_desktop_pulse 2s infinite;
}

@-webkit-keyframes footer_desktop_pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 99%, 69%, .4);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 4px hsla(0, 99%, 69%, .4);
    }
    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 99%, 69%, .4);
    }
}

@keyframes footer_desktop_pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 99%, 69%, .4);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 4px hsla(0, 99%, 69%, .4);
    }
    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 99%, 69%, .4);
    }
}

.footer-bottom-block.second,
.footer-bottom-block.third {
    width: 20.6%;
    min-width: 170px;
}

.footer-bottom-block ul li a:hover {
    color: #7F7F7F;
}

.footer-banner {
    background-color: #f2f2f2;
    padding: 30px;
    font-size: 0;
    text-align: right;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-banner:before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    background: url(/local/templates/asna-new/css/../images/footer-banner/f-banner-tel.svg) no-repeat;
    width: 265px;
    height: 140px;
    background-size: contain;
}

.f-downloads-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.f-downloads {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.f-downloads-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-decoration: none;
}

.f-downloads-item > img {
    max-width: 120px;
    display: block;
    width: auto !important;
    height: auto !important;
}

.f-downloads-item:last-child {
    margin-right: 0;
}

.f-downloads-item:hover {
    opacity: 0.6;
}

.f-downloads-text {
    display: inline-block;
    vertical-align: top;
    margin: 0 55px 0 25px;
    text-align: left;
}

.f-downloads-text p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.f-downloads-text .f-downloads-text-bold {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.f-banner-form-block {
    display: inline-block;
    vertical-align: middle;
}

.f-banner-input {
    width: 180px;
    margin-right: 20px;
    height: 30px;
    background-color: white;
    border-radius: 12px;
    border: none;
    padding: 0;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 300;
}

.f-banner-submit-btn {
    width: 140px;
    border-radius: 12px;
    background: #50be14;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    height: 30px;
    vertical-align: middle;
    font-weight: 400;
    font-variant: small-caps;
    cursor: pointer;
    transition: all 0.6s ease;
}

.f-banner-submit-btn:hover {
    background: #1a8806;
}

.footer-top-block-child {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 30px 54px;
}

.lt-label-mobile {
    right: 15px !important;
    bottom: 230px !important;
    z-index: 99 !important;
}

.instruction_page .content {
    padding: 0 30px 232px;
}

.instruction_page .hp {
    padding: 0;
}

.instruction_page .detail-text-instruction {
    padding: 0 0 40px;
}

.instruction_button {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #50be14;
    width: 360px;
    display: block;
    text-align: center;
    height: 48px;
    border-radius: 5px;
    margin: 40px 0;
    text-decoration: none;
    cursor: pointer;
}

.instruction_button:hover {
    background: #54a029;
}

.content-catalog-detail.detail .leftcol .pic img {
    width: auto !important;
    height: auto !important;
}

.product__image img {
    width: auto !important;
    height: auto !important;
}

.waiver_text {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    font-style: normal;
    padding: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #080809;
    background: #F8F8F8;
    border-radius: 10px;
}

.waiver_text_wrap {
    background: #fff;
    box-sizing: border-box;
    padding: 0 0 20px;
}

.waiver_text_wrap_child {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.mob-katalog {
    display: none;
}

@media screen and (max-width: 1400px) and (min-width: 1261px) {
    .f-downloads-text {
        margin: 0 25px;
    }

    .f-downloads-text .f-downloads-text-bold {
        font-size: 16px;
        line-height: 24px;
    }

    .f-downloads-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .f-downloads-item > img {
        max-width: 105px;
    }
}

@media screen and (max-width: 1260px) {
    .footer-top-block-child {
        padding: 15px 30px 14px;
    }

    .footer-bottom-blocks {
        padding: 15px 30px 15px 30px;
    }

    .f-downloads-block {
        display: block;
        margin-bottom: 15px;
    }

    .f-banner-form-block {
        display: block;
    }

    .f-downloads-text {
        margin: 0 0 0 25px;
    }
}

@media screen and (max-width: 1000px) {

    .big_certificate_img_mobile {
        display: block;
    }

    .carousel-purchases_popup {
        display: none;
    }

    .instruction_button {
        font-size: 23px;
        width: 100%;
        height: 80px;
    }

    .m-footer-banner {
        padding: 2.7vw 30px;
    }

    .m-footer-banner:before {
        left: 13px;
        background: url(/local/templates/asna-new/css/../images/footer-banner/f-banner-tel-m.svg) no-repeat;
        width: 310px;
        height: 213px;
        background-size: contain;
    }

    .m-footer-banner .f-downloads-text {
        display: block;
        margin: 0 0 20px 0;
    }

    .m-footer-banner .f-downloads {
        display: block;
    }

    .m-footer-banner .f-downloads-block {
        display: inline-block;
        width: 57%;
        text-align: left;
        margin-bottom: 0;
    }

    .f-downloads-item {
        margin-right: 15px;
    }

    .f-downloads-item > img {
        max-width: 156px;
    }

    .f-downloads-text .f-downloads-text-bold {
        font-size: 23px;
    }

    .instruction_page .content {
        padding: 0 20px 232px;
    }

    .instruction_page .detail-text-instruction img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .icon-close:before {
        width: 50px;
        height: 50px;
        background-size: 20px;
        background-position: center;
    }

    .waiver_text {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        margin: 10px auto 60px;
        width: 85%;
        padding: 25px;
    }

    .price-wrap-catalog-item-price.fix-price {
        white-space: nowrap;
    }
}

.footer-middle_block {
    padding: 0 30px;
    max-width: 1460px;
    margin: 10px auto;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.footer-middle_block__app {
    background-image: url(/local/templates/asna-new/css/../img/new-footer/app-img.png);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    padding: 24px;
    margin-left: 12px;
    flex: 1 1;
}

.footer-middle_block__app .footer-middle_title {
    margin: 0 0 32px;
}

.footer-middle_title {
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.footer-middle_links {
    display: flex;
}

.footer-middle_market-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-middle_qr {
    border: 1px solid #d5d5d6;
    border-radius: 8px;
    width: 78px;
    margin-right: 12px;
}

.market-links_market-link {
    width: 156px;
    height: 48px;
    margin-right: 12px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #d5d5d6;
    border-radius: 8px;
}

.footer-middle_block__subscribe {
    margin-right: 12px;
    max-width: 516px;
    min-width: calc(25% - 72px);
    width: 40%;
    background-color: #fff;
    box-sizing: border-box;
    background-position-y: bottom, 46px;
    background-position-x: left, 98%;
    background-size: 46px, 140px;
    background-image: url(/local/templates/asna-new/css/../img/new-footer/lines.svg), url(/local/templates/asna-new/css/../img/new-footer/plane.svg);
    background-repeat: no-repeat;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
}

.footer-middle_email__container {
    margin-top: 12px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 24px;
    display: flex;
    background: #fff;
    flex-direction: row;
}

.footer-middle_email__holder {
    background: #fff;
    margin-right: 8px;
    color: #878787;
    position: relative;
    width: calc(100% - 132px - 8px);
}

.footer-middle_email {
    width: 100%;
    height: 56px;
    padding: 16px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: inherit;
    border: 1px solid #d5d5d6;
    color: inherit;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}

.footer-middle_email:focus {
    border-width: 2px;
    border-color: #50BE14;
}

.footer-middle_email__placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #878787;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    transition: all .1s ease-in;
    pointer-events: none;
    z-index: 1;
}

.footer-middle_email__button {
    cursor: default;
    color: #fff;
    background: #50be14;
    border-radius: 8px;
    width: 132px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-middle_email__button:disabled {
    background: #F4F4F4;
    color: #878787;
    cursor: not-allowed;
}

.footer-middle_email__sent {
    color: #878787;
    line-height: 24px;
    font-size: 14px;
    margin: 18px 0 24px;
}

.footer-middle_email__policy {
    font-size: 12px;
    margin-bottom: 0;
}

.footer-middle_email__policy a {
    color: #50be14;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/asna-new/css/popup-mobile-app.css?175223432527533*/
.popup-mobile-app {
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.popup-mobile-app__icon {
    margin-right: 20px;
}

.popup-mobile-app__close {
    padding: 0;
    font-size: 32px;
    line-height: 38px;
    flex: 0 0 58px;
    background: none;
    border: none;
    color: #808184;
    cursor: pointer;
}

.popup-mobile-app__body {
    flex: 1 1 auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.popup-mobile-app__body b {
    font-weight: 900;
}

.popup-mobile-app__title {
    display: block;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.popup-mobile-app__body small {
    font-size: 14px;
    line-height: 18px;
    color: #9e9e9e;
    display: block;
    font-weight: 400;
}

.popup-mobile-app__list {
    flex: 0 0 auto;
    display: flex;
    padding: 0 30px;
}

.popup-mobile-app__image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup-mobile-app__image_logo {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E4NEIxNjU2NUM4MTFFOTgxNEFBOEQ2MjJGNDI3RTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E4NEIxNjY2NUM4MTFFOTgxNEFBOEQ2MjJGNDI3RTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTg0QjE2MzY1QzgxMUU5ODE0QUE4RDYyMkY0MjdFNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTg0QjE2NDY1QzgxMUU5ODE0QUE4RDYyMkY0MjdFNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj2l74oAAA5FSURBVHja1Ft7jB1V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");
    padding-top: 100%;
    width: 50px;
}

.popup-mobile-app__image_android {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJUAAAAyCAYAAABVu5kZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkY0MzUyOUM2NUM4MTFFOTgyQ0VBMDMyQjIwMkJBQ0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkY0MzUyOUQ2NUM4MTFFOTgyQ0VBMDMyQjIwMkJBQ0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRjQzNTI5QTY1QzgxMUU5ODJDRUEwMzJCMjAyQkFDRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRjQzNTI5QjY1QzgxMUU5ODJDRUEwMzJCMjAyQkFDRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PufP/PIAABlMSURBVHja7F0HWJTX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");
    padding-top: 33%;
    width: 150px;
}

.popup-mobile-app__image_ios {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAyCAYAAAC+jCIaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjBGRUZGODY2NUM5MTFFOUE4QTQ4NEQwRkVEMTFDMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjBGRUZGODc2NUM5MTFFOUE4QTQ4NEQwRkVEMTFDMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMEZFRkY4NDY1QzkxMUU5QThBNDg0RDBGRUQxMUMyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMEZFRkY4NTY1QzkxMUU5QThBNDg0RDBGRUQxMUMyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnIKDLUAABgRSURBVHja7F0HWNVl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");
    padding-top: 33%;
    width: 150px;
}

.popup-mobile-app__button {
    display: block;
    border-radius: 8px;
    transition: box-shadow 0.35s ease;
}

.popup-mobile-app__button:hover {
    box-shadow: 0 2px 0 #9e9e9e;
}

.popup-mobile-app__button + .popup-mobile-app__button {
    margin-left: 20px;
}

.popup-mobile-app__btn {
    color: #ffffff;
    background: #0b66c3;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.popup-mobile-open {
    position: relative
}

@media screen and (min-width: 1001px) {
    .popup-mobile-open {
        padding-top: 0px;
    }
}

/* End */


/* Start:/local/templates/asna-new/css/intervolga.css?1752234325930*/
.bx-no-touch .product-detail-controls {
    margin-bottom: 30px;
}

.bx-no-touch .product-title h1 {
    width: calc(100% - 367px);
    float: right;
    margin-bottom: 5px;
}

.bx-no-touch .product-title {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.mainpage-include-wrapper {
    padding: 0 60px;
}

.text-page ol {
    list-style-type: decimal;
    padding-left: 16px;
}

.text-page ul {
    list-style-type: disc;
}

.text-page ul,
.text-page ul.infos.text {
    margin-left: 15px;
}

.text-page {
    line-height: 18px;
}

.text-page .oklst li {
    list-style-type: none;
    line-height: 18px;
}

@media (max-width: 1199px) {
    .uSocial-Share_dynamic {
        display: none!important;
    }
}

.uSocial-Share_static {
    text-align: center;
}

.uSocial-Share_dynamic .uscl-slide-open {
    bottom: 55px!important;
    left: 12px!important;
}

.uSocial-Share_dynamic .uscl-slide {
    display: none !important;
}
/* End */
/* /local/templates/asna-new/css/search.css?17522343256222 */
/* /local/templates/asna-new/css/style.css?175223432598885 */
/* /local/templates/asna-new/css/shareWidget.css?17522343252975 */
/* /local/templates/asna-new/css/loader.css?17522343252528 */
/* /local/templates/asna-new/css/integration.css?175223432521664 */
/* /local/templates/asna-new/css/mobile.css?175223432524264 */
/* /local/templates/asna-new/css/a.rykov.css?175223432510621 */
/* /local/templates/asna-new/css/leshik.css?17522343252692 */
/* /local/templates/asna-new/css/integration-s.css?17522343258129 */
/* /local/templates/asna-new/css/newheader.css?17522343252501 */
/* /local/templates/asna-new/css/smoothness/jquery-ui.min.css?175223432530021 */
/* /local/templates/asna-new/css/tooltipster.bundle.min.css?1752234325365 */
/* /local/templates/asna-new/css/redesign.css?175223432519765 */
/* /local/templates/asna-new/css/redesign-media.css?175223432516332 */
/* /local/templates/asna-new/css/redesign-final.css?17522343253931 */
/* /local/templates/asna-new/css/redesign-final-media.css?17522343255564 */
/* /local/templates/asna-new/css/common.css?1752234325139111 */
/* /local/templates/asna-new/css/banners.css?17522343254079 */
/* /local/templates/asna-new/css/product.css?175223432552821 */
/* /local/templates/asna-new/css/pagination.css?17522343255357 */
/* /local/templates/asna-new/css/progress-bar.css?17522343252323 */
/* /local/templates/asna-new/css/navigation.css?17522343251602 */
/* /local/templates/asna-new/css/pharmacie-row.css?175223432526605 */
/* /local/templates/asna-new/css/basket-mini.css?175223432511913 */
/* /local/templates/asna-new/css/cart.css?175223432537074 */
/* /local/templates/asna-new/css/header-new.css?175223432537703 */
/* /local/templates/asna-new/css/available.css?17522343251579 */
/* /local/templates/asna-new/css/choose.css?17522343253132 */
/* /local/templates/asna-new/css/tabs-info.css?17522343258241 */
/* /local/templates/asna-new/css/bootstrap-pincode-input.css?17522343255502 */
/* /local/templates/asna-new/css/alphabet.css?17522343251357 */
/* /local/templates/asna-new/css/alphabet-result.css?17522343251123 */
/* /local/templates/asna-new/css/organizer_menu.css?17522343251922 */
/* /local/templates/asna-new/css/loading-attribute-polyfill.css?175223432540 */
/* /local/templates/asna-new/css/new-common.css?175223432522122 */
/* /local/templates/asna-new/css/footer.css?175223432514975 */
/* /local/templates/asna-new/css/popup-mobile-app.css?175223432527533 */
/* /local/templates/asna-new/css/intervolga.css?1752234325930 */
