.header_top, .header_middle, .header_bottom, .submenu {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1024px) {
    .topblock {
        padding-left: 0;
        padding-right: 0;
    }
}

.header_bottom > .container {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 1295px) {
    .header_bottom .container {
        width: 1072px;
    }
}

.submenu {
    width: 100%;
    display: none;
    border-top: 1px solid #eee;
}

.dropsm:hover>.submenu {
    display: block;
}

.submenu .columns {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
}

.leftside_box {
    width: auto;
}

@media (max-width: 719px) {
    .banner .middlebanner .banner_img {
        margin-right: 0;
    }

    .banner .middlebanner .banner_wrap {
        left: 20px;
    }
}

.banner > .tns-outer > .tns-inner  {
    margin: 0 !important;
}

.banner .bottombanner {
    box-sizing: border-box;
}

.banner .bottombanner .banner_slide__wrap {
    margin: 0;
    justify-content: left;
}

.banner .bottombanner .banner_img {
    overflow: hidden;
}

.banner .bottombanner .banner_wrap {
    padding: 40px;
    flex-grow: 1;
    width: min-content;
}

.specials_box__pic, .banner .bottombanner .banner_img {
    width: auto;
    height: auto;
}


/* AG-6873 */
.banner .bottombanner .banner_title {
    font-size: 32px;
    line-height: 34px;
}

.banner .bottombanner .banner_text {
    font-size: 18px;
    line-height: 22px;
}


@media (max-width: 1296px) {
    .banner .bottombanner .banner_wrap {
        padding: 1rem 1rem 50px 1rem;
    }

    .banner .bottombanner .banner_title {
        font-size: 22px;
        line-height: 26px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .banner .bottombanner .banner_text {
        font-size: 16px;
        line-height: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}

@media (max-width: 687px) {
    .banner .bottombanner .banner_wrap {
        width: 100%;
    }

    .banner .bottombanner .banner_slide__wrap {
        max-height: max-content;
        width: min-content;
        flex-direction: column;
        max-width: 100%;
    }

    .banner .bottombanner .banner_title {
        font-size: 16px;
        line-height: 18px;
        -webkit-line-clamp: unset;
    }

    .banner .bottombanner .banner_text {
        display: block;
    }

    .container-special {
        width: 320px !important;
    }
}

@media (max-width: 871px) {
    .banner .bottombanner .banner_wrap {
        padding: 40px 40px 50px 40px;
    }
}

.ps_black_friday .product_black_friday {
    display: block;
}

.product_black_friday p::before {
    background: #ef9c92;
    width: 44px;
}

.menu_link .favorites_count {
    background: #80e2ec;
    border-radius: 15px;
    color: #333;
    padding: 0 8px;
}

@media (max-width: 1295px) {
    .header_top, .header_top .menu_top__left .menu_link a {
        font-size: 13px;
    }
}

.product_main .product_name, .product_main .product_desc  {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
}

.lang-vi .btn-quantity .preview,
.lang-sv .btn-quantity .preview,
.lang-pt .btn-quantity .preview,
.lang-nb .btn-quantity .preview,
.lang-it .btn-quantity .preview,
.lang-de .btn-quantity .preview,
.lang-da .btn-quantity .preview,
.lang-es .btn-quantity .preview,
.lang-kz .btn-quantity .preview,
.lang-uz .btn-quantity .preview {
    font-size: 0.7em;
}

.lang-vi .btn-quantity .preview {
    font-size: 0.5em;
}

.lang-de .btn-cart .preview {
    font-size: 0.5em;
}

.currency-UZS .product_main .product_prices {
    font-size: 1rem;
}

.basketblock .actionbutton_in {
    font-size: 16px;
}

.search_input:placeholder-shown {
    text-overflow: ellipsis;
}

.section > header > h1 {
    margin-bottom: 1rem;
}

.recently_section {
    position: relative;
}

.personMenu_nav {
    width: max-content;
}

.product_wrap {
    padding: 0;
}

.product_main .product_pic {
    margin: 0;
    border-radius: 16px;
}

.product_info {
    padding: 0 1rem 1rem 1rem;
}

.product_basket .product_info {
    padding: 0;
}

/* AG-6873 */
.topbanner_title, .banner .middlebanner .banner_title {
    font-size: 32px;
    line-height: 34px;
}

.topbanner_text, .banner .middlebanner .banner_text {
    font-size: 18px;
    line-height: 22px;
}

.banner .middlebanner .banner_slide__wrap {
    justify-content: space-around;
    padding: 0 40px;
    gap: 40px;
}

.banner .middlebanner .banner_wrap {
    position: static;
    width: max-content;
    max-width: 100%;
    padding: 100px 0;
    transform: none;
}

.banner .middlebanner .banner_img {
    margin: 0;
}

@media (max-width: 1023px) {
    .banner .middlebanner .banner_slide__wrap {
        padding: 0;
    }
}

@media (max-width: 447px) {
    .banner .middlebanner .banner_wrap {
        padding: 2rem 1rem 50px 1rem;
    }

    .banner .middlebanner .banner_slide__wrap {
        justify-content: space-around;
        gap: 1rem;
        align-items: center;
    }

    .banner .middlebanner .banner_title {
        font-size: 22px;
        line-height: 1;
    }

    .banner .middlebanner .banner_text {
        font-size: 10px;
        line-height: 1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: inline-block;
        margin-top:0;
    }

    .banner .middlebanner .btn {
        width: auto;
        height: auto;
        line-height: 1;
        padding: 0.5rem 2rem;
    }

    .banner .middlebanner .banner_img img  {
        width: auto;
    }
}

@media (max-width: 1023px) {
    .mobile_menu {
        height: calc(100% - 50px);
        padding-bottom: 50px;
    }
}

.autocomplete_item_category {
    display: flex; align-items: center; font-size: 13px; text-transform: uppercase;
}

.productBox_description__pcv {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
}
@media (max-width: 1023px) {
    .productBox_description__pcv {
        order: 0;
        margin: 20px 0 0;
    }
}

.productBox_producttabs {
    display: block;
    width: 100%;
}

.productBox_producttabs > * {
    display: inline-block;
    padding: 0 1rem;
    white-space: nowrap;
}

@media (max-width: 1295px) {
    .productBox_producttabs > * {
        padding: 0 0.5rem;
    }
}

a {
    color: #239FAC;
}

.product_badge.ps {
    display: block;
}

figure.table table {
    border-spacing: 0;
}

figure.table table tbody tr td {
    vertical-align: top;
    padding: 4px;
}

figure.table table tbody tr td p {
    margin: 0;
    padding: 0;
}

.product_statusbox {
    padding: 16px 16px;
}

.ps p {
    padding: 10px 16px;
}

@media (max-width: 1023px) {
    .ps p {
        padding: 10px 16px;
    }
}

.ps p::before {
    left: 3px;
    top: 5px;
}

@media (max-width: 1023px) {
    .ps p::before {
        left: 3px;
        top: 5px;
    }
}

.pst {
    display: block;
}

.product_page_top {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:1;
    -ms-flex-align:start;
    display:-ms-grid;display:grid;
    -ms-grid-columns:1fr 1fr;
    grid-template-columns:1fr 1fr
}

@media (max-width: 1023px) {
    .product_page_top {
        left:5%;
    }
}

.d-none{display: none}

.not_a_medicine {
    font-size: 40px;
    color: #cdcdcd;
    letter-spacing: -1px;
    margin-top: 24px;
    padding-bottom: 36px;
    text-align: center;
}

@media (max-width: 1023px) {
    .not_a_medicine {
        font-size: 1.4rem;
    }
}

.mobile_menu {
    display:none;-webkit-transition:.4s linear;-o-transition:.4s linear;transition:.4s linear
}
@media (max-width:1023px){
    .mobile_menu{
        position:fixed;top:0;left:-65vw;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;width:60vw;-webkit-box-shadow:10px 10px 30px -19px #000;box-shadow:10px 10px 30px -19px #000
    }
    .mobile_menu .nav_logo{
        display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:18px 18px;margin-bottom:16px
    }
    .mobile_menu .nav_logo a{
        background:url(/skin/images/logo.png) no-repeat left/contain;display:block;width:100%;height:48px
    }
    .mobile_menu .delivery{
        text-decoration:none;margin-top:25px;margin-bottom:25px;width:100%;padding:0 18px
    }
    .mobile_menu .delivery ul{
        list-style:none
    }
    .mobile_menu .delivery ul li{
        margin-bottom:10px
    }
    .mobile_menu .delivery ul a{
        text-decoration:none;font-size:17px;line-height:22px;color:#4c4e55
    }
}
.mobile_menu__back{
    cursor:pointer
}
.mobile_menu.active {
    -webkit-transform:translate(65vw,0);-ms-transform:translate(65vw,0);transform:translate(65vw,0);overflow-x:hidden;z-index:999999
}
.mobile_language{
    background:#f8f8f8;border-radius:0 24px 24px 0;width:95%!important;padding:20px 0 20px 65px!important
}
.mobile_language::before{
    left:18px!important
}

.footer .columns {
    gap: 1rem;
}

.footer .columns .column {
    flex-grow: 1;
    flex-basis: min-content;
}

.footer .columns .column.footer_info > * {
    max-width: 313px;
}

.footer .columns .column .menu {
    max-width: max-content;
}

.product_circle .product_pic {
    width: 300px;
    height: 300px;
}

.header_bottom .menu_bottom__left {
    width: 100%;
    flex-wrap: wrap;
}

.basketblock_box .banner-alert .statusbanner_text {
    width: 100%;
    padding: 32px;
}

.footer_text img {
    max-width: 100%;
}