
.s-c-card {
    padding: 40px 0 80px;
}

.s-c-card  .add_review_link {
    position: relative;
    margin-left: 0;
    padding-left: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #F59F24;
}

.s-c-card .block_info_box .add_review_link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 92px;
    height: 20px;
    background-image: url("/local/templates/smartbee/svg/star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s-c-card  .block_info_box .add_favorite {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #F59F24;
}
.s-c-card .block_info_box  .add_favorite::after {
    white-space: nowrap;
    content: "В избранное";
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #F59F24;
    transition: 0.3s all ease 0s;
}
.s-c-card .block_info_box  .add_favorite:hover{
    color: #F59F24;
}
.s-c-card  .block_info_box .block_art_linkrew {
    gap: 40px;
}


.card-favorite:before {
    content: "" !important;
    background-image: url(../images/content/icons/hearthover.svg);
    background-size: 100% 103%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}
.card-favorite.favorite--active::before {
    opacity: 1;
    transform: scale(1);
}
.s-c-card .block_info_box .card-favorite:before {
    width: 100%;
    height: 100%;
}

.s-c-card .block_info_box .card-favorite {
    right: 15px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .s-c-card .block_info_box .card-favorite:before {
        top: 1px;
        width: 16px;
        height: 16px;
    }
.s-c-card .block_info_box .card-favorite:hover:before {
    z-index: 1;
    opacity: 1; }

.s-c-card .breadcrambs {
    margin-bottom: 30px; 
}

.s-c-card .block_info_good h1 {
    max-width: 480px;
    margin: 10px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #454440;
}

.s-c-card .block_articul {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.s-c-card .block_flex {
    align-items: center;
    justify-content: space-between;
}

.s-c-card .block_price_buy {
    margin-top: 40px;
}

.s-c-card .have_old_price {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #F91155;
    padding-right: 70px;
}

.s-c-card .have_old_price span {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #A2A1A0;
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.4);
}

.s-c-card .block_sale {
    background: #F91155;
    border-radius: 28px;
    padding: 7px 14px;
    position: absolute;
    right: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    top: 0;
}

.s-c-card .link_buy_oneclick {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #F59F24;
    background: transparent;
}

.s-c-card .link_buy_oneclick:hover {
    background: #F59F24;
    color: #FFFFFF;
}
.s-c-card .link_add_basket {
    max-width: 100%;
    padding: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    background-color: #029410;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.3s all ease 0s;
}

.s-c-card .link_add_basket:hover {
    background-color: #008000;
}

.s-c-card .block_addbasket_qwenty {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}

.s-c-card .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
}

.s-c-card .quantity input {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 100%;
    color: #454440;
    width: auto;
    border: 0;
    max-width: 40px;
    text-align: center;
}

.s-c-card .product-item-amount-field-btn-plus,
.s-c-card .product-item-amount-field-btn-minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    border-radius: 30px;
}

.s-c-card .block_price_buy {
    margin-bottom: 24px;
}

.s-c-card .block_polza {
    display: block;
}

.header_mob_icon {
    display: none;
}
.header-top__forUser .favorit {
    order: 1;
}
.header-top__forUser  .bx-basket {
    order: 2;
}
.header-top__forUser .auth {
    order: 3;
    margin-right: 0;
}

.header-top__forUser.forUser > *:not(:last-child) {
    margin-right: 0;
}
.header-top__forUser {
    gap: 25px;
}

.header-bottom .container > *:not(:last-child) {
    margin-right: 0;
}

.header-bottom .location {
    margin-left: 0;
    margin-right: 60px !important;
    order: 0;
}

.header-bottom .location .btn.btn--darkBlue {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    background-color: #331B5F;
    color: #FCCF74;
}

.header-bottom .location .btn.btn--darkBlue:hover {
    color: #fff;
}
.footer-top {
    gap: 100px;
}

.footer-top__left {
    gap: 100px;
  }
.footer-top__left > *:not(:last-child) {
    margin-right: 0;
}
.footer-top__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
  .footer-top__block .logo {
    overflow: hidden;
    width: 180px;
  }
  .footer-top__block .logo img {
    width: 100%;
    object-fit: cover;
  }
  .footer-top__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .footer-top__right ul {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }
  
  .footer-top__right ul li {
    margin-bottom: 0;
  }
  
  .footer-top__right ul li:last-child a {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
  }
  .footer .mar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
  }
  .footer-bottom__right--banks {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 40px; 
    margin-right: 0;
}
.footer-bottom__right--banks > *:not(:last-child) {
    margin-right: 20px; 
}

.footer-bottom__left > *:not(:last-child) {
    margin-right: 15px; }
  .footer-bottom__left a {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .footer-bottom__left a:hover {
      opacity: .7; }

.footer-politics {
    padding-top: 40px; 
    border-top: 1px solid #A5A5A5;
}

.promotabs-content .lkrew-content__prod-img {
    width: auto;
    height: auto;
    max-width: 100px;
}

@media (max-width:1250px) {
    .header-bottom .location {
        margin-left: 15px;
    }
}

@media (max-width:1100px) {
    .js--block-cart .bx-basket {
        display: block;
    }
}

@media (max-width: 1024px) {
    .search--desctop {
        display: block;
    }
    .header-top__wrap .catalog-pupop {
        transform: translateX(-10%);
    }
}

@media (max-width:991.5px) {
    .s-c-card {
        position: relative;
        padding-top: 80px;
    }
    .s-c-card .block_flex {
        justify-content: flex-start;
    }
    .s-c-card .breadcrambs {
        position: absolute;
        top: 36px;
        left: 15px;
        margin: 0;
    }
    .block_gallery_card {
        position: relative;
        top: 0;
    }
    .big_slider_detail-dots {
        display: flex !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .custom--dots .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        gap: 10px;
    }
    .custom--dots .slick-dots > *:not(:last-child) {
      margin-right: 0; 
    }
      .big_slider_detail-dots.custom--dots .slick-dots button {
        will-change: width;
        width: 12px;
        height: 12px;
        background: #EBEBEB;
        border: 1px solid #EBEBEB;
        transition: 0.3s all ease-in-out 0s;
    }
      .big_slider_detail-dots.custom--dots .slick-dots .slick-active button {
        background: #F59F24;
        width: 20px;
        border-radius: 5px;
    }
    .footer-top {
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .footer-top__left {
        gap: 10px;
        justify-content: space-between;
        flex: 0 1 64%;
    } 
    .footer-top__right {
        flex: 0 1 30%;
    }
    .footer-top__right ul li:last-child a {
        font-size: 25px;
    }
}
@media (max-width:880px) {
    .catalog-over {
        top: 139px !important;
    }
    .cart-over {
        top: 139px;
    }
}

@media (max-width:850px) {
    .search-wrap {
        justify-content: end;
        overflow: unset;
        margin: 0 auto;
        transition: 0.5s all ease 0s;
    }
    .search-wrap .search-input {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        transition: inherit;
        padding: 0 25px;
        width: 0px;
    }

    .search-wrap.active .search-input {
        width: 320px;
    }
    .search-wrap .btn {
        position: static;
        min-width: 64px !important;
        min-height: 40px;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 50px;
    }
    .footer-top__left {
        flex: 0 1 auto;
        width: 100%;
    }
    .footer-top__right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-top ul > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer-politics {
        padding-top: 30px;
    }
    .footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .footer .mar {
        width: auto;
    }
    .footer .mar > *:not(:last-child) {
        margin-right: 0;
    }
}

  @media (max-width:800px) {
    .header-bottom,
    .header-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-top__wrap {
        padding-right: 0px !important;
    }
    .s-c-card .block_slider_txt {
        padding: 0 15px;
    }
    .s-c-card .block_info_good {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-c-card .tabs {
        margin-bottom: 30px;
    }
    .s-c-card .block_gallery_card {
        padding-bottom: 20px;
    }
    .s-c-card .btn-analog {
        margin-left: 15px;
        margin-right: 15px;
    }
    .s-c-card .block_delivery {
        margin-bottom: 0;
    }
    .s-c-card .block_polza {
        margin-top: 30px;
    }
    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
  }


@media (max-width:767.5px) {
    .header-btnCatalog.btn--green {
        margin-right: 0;
    }
    .s-c-card .link_add_basket{
        margin: 0;
        width: 100%;
    }
    .s-c-card .block_info_box .block_art_linkrew {
        gap: 10px;
    }
    .s-c-card .block_info_box {
        display: flex;
        flex-direction: column-reverse;
    }
    .s-c-card .block_info_good h1 {
        margin: 0;
        margin-bottom: 15px;
    }
    .s-c-card .block_subtitle {
        margin-bottom: 15px;
    }
    .s-c-card .block_gallery_card {
        padding-bottom: 0;
    }
    .s-c-card .have_old_price .block_sale {
        min-width: 60px;
    }

    .s-c-card .block_price {
        order: 0;
        width: 100%;
        justify-content: flex-start;
    }
    .s-c-card .have_old_price {
        padding-right: 10px;
    }
    .s-c-card .block_sale {
        margin-top: 0;
        top: 0 !important;
        left: 100%;
    }
    .s-c-card .block_info_box .card-favorite {
        margin-left: 20px;
    }
    .s-c-card .block_addbasket_qwenty {
        margin-top: 0;
        align-items: flex-start;
    }
    .s-c-card .block_price_buy {
        background: transparent;
        padding: 20px 0;
        margin: 0;
        margin-bottom: 0;
    }
    .s-c-card .breadcrambs {
        display: block;
    }
    .s-c-card .quantity {
        width: 100%;
    }
    .s-c-card .block_addbasket_qwenty .link_buy_oneclick {
        margin-top: 0 !important;
    }
    .s-c-card .big_slider_detail-dots {
        transform: unset;
        position: static;
    }
    .s-c-card .have_old_price div:nth-child(2) {
        font-weight: 600;
        font-size: 28px !important;
    }
    .s-c-card .big_slider_detail-dots {
        display: none !important;
    }
    .s-c-card .block_gallery_card {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .s-c-card .big_slider_detail-dots {
        display: block !important;
    }
    .s-c-card {
        padding: 40px 0;
        padding-top: 80px;
    }
    .s-c-card .block_gallery_card {
        padding-bottom: 0;
    }
    .s-c-card .block_art_linkrew {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 30px;
    }
    .s-c-card .block_info_box .add_favorite::after {
        font-size: 12px;
    }
    .s-c-card .block_info_box .quantity {
        width: auto;
    }
    .s-c-card .block_info_box  .block_addbasket_qwenty{
        justify-content: space-between;
    }
    .s-c-card .block_delivery, 
    .s-c-card .tabs {
        margin-left: 0;
        margin-right: 0;
    }
}


  @media (max-width:700px) {
    .cart-over {
        top: 73px;
    }
    .s-c-card {
        overflow: hidden;
    }
    .header-bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .header-btnCatalog.btn--green {
        background: transparent;
    }
    .header-btnCatalog.btn--green i,
    .header-btnCatalog.btn--green span {
        display: none;
    }
    .header_mob_icon {
        display: block;
    }
    .header-top__wrap {
        right: 0;
    }
    .header-top__wrap .catalog-pupop {
        top: auto !important;
        transform: translateY(-100%);
        width: 97vw;
    }

    .search-wrap.active .search-input {
        opacity: 1;
        padding: 0 25px;
        border-color: #029410;
    }
    .search-wrap.active .btn.btn--dark {
        filter: invert(0);
        background-color: #029410;
        border-color: #029410;
    }
    .header-top .logo {
        position: absolute;
    }
    .header-top__search {
        max-width: 100%;
    }
    .sandwich {
        z-index: 100;
        top: 23px;
    }
    .header-bottom__navWrap .nav ul a {
        position: relative;
        padding-left: 70px;
        height: 47px;
    }
    .header-bottom__navWrap .nav ul a:focus,
    .header-bottom__navWrap .nav ul a:hover {
      background-color: rgba(255, 250, 242, 0.5); 
      color: #F59F24;;
    }

    .header-bottom__navWrap .nav ul a::before {
        content: "";
        position: absolute;
        top: 13px;
        left: 30px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: .2s all;
    }

    .header-bottom {
        top: 72px;
    }
    .header-bottom__navWrap .nav ul li:nth-child(1) a::before {
        background-image: url(../svg/menu/icon-1.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(2) a::before {
        background-image: url(../svg/menu/icon-2.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(3) a::before {
        background-image: url(../svg/menu/icon-3.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(4) a::before {
        background-image: url(../svg/menu/icon-4.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(5) a::before {
        background-image: url(../svg/menu/icon-5.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(6) a::before {
        background-image: url(../svg/menu/icon-6.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(7) a::before {
        background-image: url(../svg/menu/icon-7.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(8) a::before {
        background-image: url(../svg/menu/icon-8.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(9) a::before {
        background-image: url(../svg/menu/icon-9.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(10) a::before {
        background-image: url(../svg/menu/icon-10.svg);
    }

    .header-bottom__navWrap .nav ul li:nth-child(1) a:hover::before {
        background-image: url(../svg/menu/icon-color-1.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(2) a:hover::before {
        background-image: url(../svg/menu/icon-color-2.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(3) a:hover::before {
        background-image: url(../svg/menu/icon-color-3.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(4) a:hover::before {
        background-image: url(../svg/menu/icon-color-4.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(5) a:hover::before {
        background-image: url(../svg/menu/icon-color-5.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(6) a:hover::before {
        background-image: url(../svg/menu/icon-color-6.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(7) a:hover::before {
        background-image: url(../svg/menu/icon-color-7.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(8) a:hover::before {
        background-image: url(../svg/menu/icon-color-8.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(9) a:hover::before {
        background-image: url(../svg/menu/icon-color-9.svg);
    }
    .header-bottom__navWrap .nav ul li:nth-child(10) a:hover::before {
        background-image: url(../svg/menu/icon-1color-0.svg);
    }

    .header-btnCatalog.btn--green {
        background: transparent;
    }

    .s-c-card .block_price_buy {
        position: static;
        bottom: 0;
        padding: 0;
    }
   
    .footer {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .footer-top {
        margin-bottom: 0;
    }
    .footer-bottom__right--banks {
        padding: 5px 25px;
    }
    .footer-top__block .logo {
        width: 140px;
    }
    .footer-top__right ul li:last-child a {
        font-size: 24px;
    }
    .s-c-card .block_gallery_card {
        position: relative;
        top: 0;
        left: 0;
    }
    .s-c-card .block_gallery_card  .card-favorite {
        position: absolute;
        z-index: 4;
        top: 0;
        right: 30px;
        font-size: 0;
        padding: 0;
        width: 24px;
        height: 20px;
    }
    .s-c-card .block_gallery_card .card-favorite::after {
        display: none;
    }
    .block_gallery_card .card-favorite img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .catalog-over {
        top: 72px !important;
    }

    .footer .footer-bottom__right .mar {
        display: block;
    }
   
  }
  @media (max-width:600px) {
    .header-top__wrap .catalog-pupop {
        transform: translateY(-50%);
    }
    .s-c-card .block_info_good {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }
    .s-c-card .block_gallery_card {
        gap: 20px;
    }
    .s-c-card .card-favorite:before {
        transform: translateY(-45%);
    }
    .s-c-card .block_addbasket_qwenty {
        flex-wrap: wrap;
        gap: 20px;
    }
    .s-c-card .link_add_basket {
        margin: 0;
        width: 100%;
    }
    .s-c-card #bx_117848907_1417_basket_actions {
        width: 100% !important;
        order: 1;
    }
    .s-c-card .block_price {
        order: 0;
        margin-right: auto;
    }
    .s-c-card .block_card_info_full .have_old_price {
        gap: 15px;
    }
    .s-c-card .product-item-detail-info-container.quantity {
        width: 100%;
    }
    .s-c-card .block_addbasket_qwenty .link_buy_oneclick {
        margin: 0 auto;
    }
    .s-c-card .block_articul {
        font-size: 13px;
    }
    .s-c-card .block_art_linkrew {
        margin-bottom: 25px;
    }
    .s-c-card .tabs {
        order: 5;
    }
    .s-c-card .block_polza {
        margin-top: 10px;
    }
    .s-c-card .block_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .s-c-card .tab-content p {
        font-size: 14px;
    }
    .s-c-card .block_nalichie {
        margin-left: 0;
    }

    .s-c-card .btn-analog {
        margin: 20px auto;
        margin-top: 30px;
    }
    .s-c-card .block_info_good .tabs h2 {
        margin-top: 10px;
    }
    .header-top__wrap .catalog-pupop__body {
        top: 50%;
        transform: translateY(-50%);
    }
    .header-top__wrap .catalog-pupop {
        margin: 0;
    }
  }
  @media (max-width:550px) {
    .footer-top__right {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .footer-top__right ul {
        align-items: center;
        gap: 10px;
    }
    .footer-bottom__right--banks {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    .footer-top {
        gap: 20px;
        margin-bottom: 20px;
    }
    .footer-top__right ul {
        margin-bottom: 0;
    }
  }
  @media (max-width:500px) {
    .lkmyorders-content__body > *:not(:last-child) {
        margin-right: 0;
    }
    .lkmyorders-content__body {
        padding: 20px;
    }

    .header-btnCatalog.btn--green {
        justify-content: center;
    }
    .header-top__wrap {
        gap: 10px;
    }
    .footer-top__block {
        gap: 20px;
        align-items: center;
        padding-bottom: 0;
    }
    .footer-bottom__left {
        padding-bottom: 30px;
    }
    .footer-top__right {
        gap: 0;
    }
    .footer-top__left {
        gap: 20px;
    }
    .footer-bottom__right {
        display: block;
        padding-top: 10px;
    }
    .mar {
        gap: 0;
    }
    .footer ul li a {
        font-size: 14px;
    }
    .footer-politics ul > *:not(:last-child) {
        margin-bottom: 10px;
    }
  }
  @media (max-width:438px) {
    .header-btnCatalog.btn--green {
        z-index: 15;
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-top__wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 14;
        background: inherit;
    }
    .header-top__forUser {
        z-index: 15;
        max-width: 79%;
    }
    .header-top__forUser .auth,
    .header-top__forUser .favorit {
        margin: 0;
    }
    .s-c-card .product-item-detail-info-container.quantity {
        width: 100%;
    }
    .s-c-card  .block_addbasket_qwenty .block_price {
        width: unset;
    }
  }
  @media (max-width:350px) {
    .lkmyorders-content__body {
        padding: 20px 10px;
    }
  }