.hidden {
    display: none !important;
}

.eraf {
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    height: auto !important;
	position: relative;
}


.eraf>div {
    width: 85%;
    max-width: 880px;
    margin: 0 auto 20px;
    height: 138px;
}

.eraf .magnetic-logo {
    width: 15%;
    height: 100%;
    background: url(../images/footer/1.png) no-repeat;
    background-size: contain;
}

.eraf .liaa-logo {
    width: 33%;
    height: 100%;
    background: url(../images/footer/2.png) no-repeat;
    background-size: contain;
}

.eraf .eraf-logo {
    width: 49%;
    height: 100%;
    background: url(../images/footer/3.png) no-repeat;
    background-size: contain;
}

.liaa-logo {
    width: auto;
    height: 80px;
    background-size: contain;
    background: url(../image/liaa-logo.png) no-repeat center;
    margin: 25px auto 0;
}

.eraf .liaa-text {
    width: 100%;
    margin: 20px 0 15px 0;
    max-width: inherit;
    height: auto;
    padding-top: 15px;
    color: #7f7f7f;
    font-size: 14px;
}

.eraf > div > div {
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.seo-text__text {
    overflow-y: auto;
    max-height: 500px;
}

.seo-text__wrapper {
    padding:40px 10px;
    padding-top: 0;
}

.seo-cities {
    padding-bottom: 60px;
}
.seo-cities .top-title {
    margin-bottom: 20px;
}
.seo-cities .page-title {
    margin-bottom: 20px;
    position: relative;
}
.seo-cities .page-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: 2px;
    width: 80px;
    background-color: #fb7e4d;
    transform: translateX(-50%);
}
.seo-cities .seo-cities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    justify-content: space-between;
    align-items: stretch;
}
.seo-cities .seo-cities-list ul li::before {
    content: '•';
    margin-right: 5px;
}

.vz-canvas .ellipse_top {
    display: none;
}

.vz-canvas .ellipse_black {
    display: block;
    margin-top: -67px;
}

@media screen and (max-width: 980px) {
    .eraf .media-wrapper {
        height: 130px;
    }
}

@media screen and (max-width: 900px) {
    .eraf .media-wrapper {
        height: 120px;
    }
}

@media screen and (max-width: 800px) {
    .eraf .media-wrapper {
        height: 114px;
    }
}

@media screen and (max-width: 768px) {
    .seo-cities .seo-cities-list ul {
        flex: 1 1 calc(50% - 20px);
    }

    .eraf .media-wrapper {
        height: 108px;
    }
}

@media screen and (max-width: 720px) {
    .eraf .media-wrapper {
        height: 100px;
    }
}

@media (max-width: 700px) {
    .vz-canvas .ellipse_black {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .eraf .media-wrapper {
        height: 100px;
    }
    .seo-text__text {
        font-size: 14px;
        line-height: 120%;
    }
}

@media screen and (max-width: 640px) {
    .eraf .media-wrapper {
        height: 99px;
    }

    .eraf>div {
        width: 89%;
    }
}

@media screen and (max-width: 575px) {
    .eraf .media-wrapper {
        height: 90px;
    }
}

@media screen and (max-width: 540px) {
    .eraf .media-wrapper {
        height: 84px;
    }

    .eraf>div {
        margin: 0 auto 30px;
    }
}

.cart-delivery-courier__row input.error {
    border: 3px solid red !important
}

.cart-data-page__input input.error {
    border: 3px solid red !important
}

.pt-3{
    padding-top: 10px;
}

.pt-4{
    padding-top: 15px;
}

.pt-5{
    padding-top: 20px;
}

.mb-0{
    margin-bottom: 0px!important;
}

.mb-2{
    margin-bottom: 5px!important;
}

.mb-3{
    margin-bottom: 10px!important;
}

.mb-4{
    margin-bottom: 15px!important;
}

.mb-5{
    margin-bottom: 20px!important;
}

.mb-6{
    margin-bottom: 30px!important;
}

.price_label{
    position: relative;
    font-size: 9px;
    display: inline;
    line-height: 9px;
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    /*z-index: 99;*/
    color: #fff;
    top: 6px;
}

.price_label:before {
    content: '';
    width: 0;
    height: 0;
    left: -7px;
    position: absolute;
    top: 3px;
    border-top: 3px solid transparent!important;
    border-bottom: 4px solid transparent!important;
    border-right-width: 4px;
    border-style: solid;
    border-right-color: inherit;
    border-left-color: transparent!important;
}

.icon_hit{
    background-color: #db2929;
}

.border-icon_hit {
    border-color: #dc3545!important;
}

.icon_super_deal{
    background-color: #db2929;
}

.border-icon_super_deal {
    border-color: #dc3545!important;
}


.icon_top{
    background-color: #db2929;
}

.border-icon_top {
    border-color: #dc3545!important;
}

.icon_sale{
    background-color: #db2929;
}

.border-icon_sale {
    border-color: #dc3545!important;
}

.box-list .kviz-radio span{
    white-space: inherit;
}

.slider_hb_white{
    color: white!important;
}

.slider_hb_white a{
    color: white!important;
}

@media only screen and (max-width: 525px) {
    .slider_hb_white{
        color: black!important;
    }

    .slider_hb_white a{
        color: black!important;
    }

}

.canvas_title_mobile_css{
    padding-top: 20px!important;
    padding-bottom: 13px!important;
}

@media only screen and (max-width: 700px) {
    .canvas_mobile_css{
        display: none!important;
    }

    .canvas_title_mobile_css{
        margin-top: 20px!important;
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
}

.hb_info_link {
    text-decoration: underline;
}

.hb_info_link a:hover{
    text-decoration: none;
    color: #7d7d7d;
}


@media (min-width: 2200px) {
    .lgTop.ellipse_black.ellipse {
        top: -100px;
    }
}

@media only screen and (max-width: 524px) {
    .portrait__screen .portraits-title {
        padding-top: 20px;
        font-size: 31px!important;
        line-height: 37px!important;
        max-width: 250px!important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Контейнер для строки */
.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #ffead7;
    padding: 10px 0;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    z-index: 10;
    min-height: 47px;
    position: relative;
}

.marquee-inner {
display: flex;
animation: scroll var(--animation-duration, 60s) linear infinite;
}

.marquee-text {
font-size: 18px;
color: #333;
font-weight: bold;
margin-right: 50px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.image-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .image-row img {
    width: 100%;
    max-width: calc(50% - 10px) !important;
    height: auto;
    flex: 1 1 auto;

  }

  @media (max-width: 768px) {
    .image-row img {
      max-width: 100%!important;
    }
  }

  @media (max-width: 560px) {
        .portraits-gift {
            display: none!important;
        }
    }

    .canvas-x-scroll{
        display: inline-flex!important;
    }

    .canvas-x-scroll-inline-flex{
        overflow-x: auto;
        margin: 16px 0 25px;
        padding: 0;
    }

    .about__screen-simpson .portrait-list__item.top-item_hide {
        display: none;
    }

    .hb_popup_coupon_t4 .coupon-code{
        color: white;
        text-decoration: none;
        text-shadow: 0 0 0;
        padding: 3%;
        display: inline-block;
        border: 3px solid white;
        border-radius: 7px;
        font-size: calc(24px + 1vh);
        font-weight: 700;
    }

    .coupon-code::selection {
        background: #d05a2b!important
    }

    .coupon-code::-moz-selection {
        background: #d05a2b!important
    }

    .article-block :is(h1, h2, h3) {
        margin-top: 0;
    }

    .article-block :is(h1, h2, h3) ~ :is(h1, h2, h3) {
        margin-top: 30px;
    }

    .article-block ol,
    .article-block ul,
    .article-block li {
        margin-left: 15px;
    }

    @media (max-width: 768px) {
        .article-block :is(h1, h2, h3) ~ :is(h1, h2, h3) {
            margin-top: 20px;
        }
    }


/* Сброс стандартного маркера для summary */
summary::-webkit-details-marker {
    display: none;
}
summary::marker {
    display: none;
}



/* Если нужно сохранить остальную стилизацию для .faq-item, можно добавить: */
.faq-item {
    border-bottom: 1px solid #fbf2ea;
    padding: 18px 0;
    /* дополнительные ваши стили */
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease, opacity 1s ease;
    padding-top: 8px;
    padding-left: 56px;
    font-size: 16px;
  }
  
  /* Состояние при открытом элементе details */
  details[open] .faq-body {
    max-height: 600px;
    opacity: 1;
  }

details[open] .faq-icon {
    background: linear-gradient(90deg, #fc8c5f 0, #fa7846 100%), #fff;
    box-shadow: 0 2px 0 #e87145;
}

details[open] .faq-icon::after {
    transform: rotate(90deg);
    background-color: #fff;
}

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

.delivery_method_css {
    display: flex;
    align-items: center;
}

.delivery_method_css img {
    padding-right: 10px;
    max-width: 100px;
}

.delivery_method .cart-delivery-item__header {
    padding-top: 30px;
}

.cart-payments-page__item[data-type="creditcart"].js-active .cart-payments-page__item--img {
  display: none !important;
}