.wrong, .validerror, input.error, textarea.error {
    border: 1px solid #f0582f !important;
}

.cart-notification {
    padding: 10px 0;
    display: none;
}

.cart-notification h3 {
    font-weight: normal;
    color: #A2C800;
    text-align: center;
    font-size: 22px;
}

.cart-table-item__name button {
    color: var(--red-1);
}

.button-blue, .item-details__qty, .item-details__presence, .item-details__material, .item-details__size, .product-size {
    font-size: 16px;
}

.item-details__details-row > div span {
    font-size: 16px;
}

.item-details__art {
    font-size: 18px;
}

.catalogCard__art, .catalogCard__presence {
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
}

.productCard__name {
    margin-bottom: 0px;
}

.catalogCard__presence {
    margin-bottom: auto;
}

.productCard__price {
    margin-top: 10px;
}

.modal-cart-content__buttons .button-blue {
    width: 244px;
}

.cart-table-item__details-row > div span {
    font-size: 18px;
}

.item-details__details-row > div mark {
    font-size: 16px;
}

.item-details__details-row > div strike {
    font-size: 14px;
}

.attention {
    border: 1px dashed #f5c3b4;
    padding: 16px;
    font-weight: 600;
    color: #FF2929;
    font-size: 14px;
    font-family: var(--roboto);
    width: fit-content;
}

.heading a {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    color: red;
    font-family: var(--roboto);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.site-header__time {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 12px;
}

.site-header__time p {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: left;
}

.ua-text::before {
    background-image: url(../img/text-ua.svg) !important;
}

@media (max-width: 767px) {
    .site-header__time {
        margin-bottom: 25px;
    }
}

@media (min-width: 480px) {
    .cart-table-item__details-row_active {
        background-color: #d4eff9
    }
}

.footerMenu h4 {
    color: var(--grey-3);
    opacity: 1;
}


.footerMenu > ul a {
    color: var(--grey-3);
}

.header__phone {
    background-color: #2fc2f0;
    border: 0;
    padding: 10px 16px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 16px;
    display: flex;
    align-items: center;
    font-family: var(--roboto);
    cursor: pointer;

}

.header__phone img {
    margin-right: 4px;
}

.header__phone:hover {
    opacity: .9;
}

@media (max-width: 1124px) {
    .header__phone {
        padding: 12px 12px;
    }

    .header__phone span {
        display: none;

    }

    .header__phone img {
        margin-right: 0;
    }
}

.lang {
    color: var(--blue-1);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 4px;
    opacity: .5;
}

.lang .active {
    opacity: 1;
}

.header-lang {
    margin: 0 12px;
    display: flex;
    flex-wrap: nowrap;
    width: 77px;
}


.lang:last-child::before {
    content: '|';
    position: relative;
    width: 1px;
    margin-right: 4px;
    height: 12px;
    color: var(--blue-1);
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .demibaby-title {
        display: none;
    }
}

@media (max-width: 460px) {
    .lang:last-child::before {
        content: '';
    }
}

@media (min-width: 1280px) {
    .aboutText p:last-of-type::before {
        bottom: -70px;
        width: 365px;
        height: 76px;
        background-size: 365px 76px;
    }
}

:where(.categoryCard__img, .item-slider__large-img-wrapper, .productCard__img) img {
    position: relative;
    font-family: var(--roboto);
    font-weight: 300;
    text-align: center;
}

:where(.categoryCard__img, .item-slider__large-img-wrapper, .productCard__img) img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue-1);
    content: '';
}

:where(.categoryCard__img, .item-slider__large-img-wrapper, .productCard__img) img::after {
    display: grid;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 18px;
    content: attr(alt);
    place-items: center;
}

.slick-slide > div:not([class]) {
    width: 100%;
}

@media (max-width: 1024px) {
    .top-banner {
        padding: 8px 16px;
    }

    .top-banner__text {
        flex-direction: column;
        width: 100%;
    }

    .top-banner__text p, .ttu {
        line-height: normal;
    }
}

.item-slider__large-img-wrapper img[alt] {
    color: transparent;
    background-color: var(--blue-3);
}

.labels {
    z-index: 1;
}

.js-product-slider-for:not(.slick-initialized) .item-slider__large-img-wrapper {
    display: none;
}

.js-product-slider-for:not(.slick-initialized) .item-slider__large-img-wrapper:first-child {
    display: inline-block;
}
.aboutTextBlock__text {
  max-height: none !important;
}
.aboutTextBlock__text h2 {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        color: var(--grey-3);
        font-family: var(--roboto);
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1.8px;
        line-height: normal;
        text-align: left;
    }
.aboutTextBlock ul {
        margin-top: 0;
        padding-left: 16px;
    }
.aboutTextBlock li {
        padding-left: 0;
        color: var(--grey-1);
        font-family: var(--roboto);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin-block: 0;
    }
.aboutTextBlock .aboutTextBlock__wrapper::before, .aboutTextBlock .aboutTextBlock__wrapper::after {
            display: none;
        }
.indexAbout + .indexAbout{
    margin-top: -62px;
    padding-top: 0;
}

.article-banner {
    display: flex;
    position: relative;
    width: 100%;
    transition: filter .3s;
    will-change: filter;
    margin-block: 40px;
}
.article-banner:hover, .article-banner:focus {
        filter: opacity(.7);
    }
.article-banner + h1 {
        margin-bottom: 0;
    }
.articleSocial + .article-banner {
        margin-top: 0;
    }
.article-banner img {
        width: 100%;
        height: auto;
    }
.article-banner a {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
    }
.article {
    position: relative;
}
.article::after {
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 50vw);
        width: calc(100vw + var(--scrollWidthShift));
        height: 100%;
        border-radius: 2px;
        background-color: transparent;
        box-shadow: 0 6px 6px rgba(133, 152, 168, 0.2);
        content: "";
        pointer-events: none;
    }
.articleSocial::before {
    content: none !important;
}