@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Roboto:wght@400;700&display=swap");

input {
    -webkit-appearance: none;
    border-radius: 0px;
}

@media (max-width: 480px) {
    body._hide-scroll {
        overflow: hidden;
    }
}

.product__page__content .buy__button {
    display: inline-block;
    padding: 19px 20px;
    background: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0px;
}

.product__page__content .price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #DE3241;
}

.actions-product {
    margin-top: 30px;
    display: flex;
    -moz-column-gap: 13px;
    column-gap: 13px;
}

@media (max-width: 959px) {
    .actions-product {
        margin-top: 20px;
    }
}

.actions-product__quantity {
    flex: 0 0 105px;
}

.actions-product__quantity .quantity {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.actions-product__quantity .quantity .quantity__input input {
    text-align: left;
}

.actions-product__quantity .quantity .quantity__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}

.actions-product__quantity .quantity .quantity__button {
    border: none;
    flex: 0 0 auto;
    height: auto;
    width: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
}

.actions-product__quantity .quantity .quantity__button_plus {
    align-items: flex-end;
}

.actions-product__quantity .quantity .quantity__button_minus {
    align-items: flex-start;
}

@media (any-hover: hover) {
    .actions-product__quantity .quantity .quantity__button:hover svg path {
        fill: #000000;
    }
}

.actions-product__quantity .quantity .quantity__button svg path {
    transition: all 0.3s ease 0s;
}

.actions-product__quantity .quantity .quantity__button::after,
.actions-product__quantity .quantity .quantity__button::before {
    display: none;
}

.actions-product__btn {
    flex: 0 0 190px;
    text-align: center;
}

@media only screen and (max-width: 449px) {
    .actions-product__btn {
        flex: 1 1 auto;
    }
}

.bl_button_more_author {
    padding: 9px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "PTSansBold", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    background-color: #121212;
    border: 2px solid #121212;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bl__button {
    border-radius: 0px;
    flex: 0 0 190px;
    height: 60px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 17px !important;
    line-height: 22px !important;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bl__button_catalog {
    padding: 9px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "PTSansBold", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    background-color: #121212;
    border: 2px solid #121212;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bl__button_catalog_active {
    color: #fff !important;
    background-color: #121212 !important;
    border: 2px solid #121212 !important;
}

.bl__button_catalog_size_and_padding {
    margin-left: 5px !important;
    padding: 4px 10px !important;
}

.bl__button_catalog {
    color: #121212;
    background-color: #fff;
    border: 2px solid #121212;
}

#hero-demo-dop-catalog {
    border: 1px solid black;
}

@media (max-width: 480px) {
    .bl__button {
        flex: 0 0 auto;
        width: 190px;
    }
}

.section__info .content__wrapper h3 {
    font-style: italic;
    font-weight: 400;
    font-size: 44px;
    line-height: 59px;
    color: #FFFFFF;
}

.section__info .content__wrapper h3 span {
    font-family: "Playfair Display";
}

@media only screen and (max-width: 1262px) {
    .section__info .content__wrapper h3 {
        font-size: 44px;
        line-height: 59px;
    }
}

@media (max-width: 959px) {
    .section__info .content__wrapper h3 {
        font-size: 34px;
        line-height: 45px;
    }
}

@media (max-width: 480px) {
    .section__info .content__wrapper h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

.section__info {
    padding: 38px 0px;
}

@media (max-width: 480px) {
    .section__info {
        padding: 20px 0px;
    }
}

.footer__info {
    margin-right: 0;
}

.footer .content__wrapper {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
}

@media only screen and (min-width: 960px) {
    .footer .content__wrapper > *:not(.footer__copy__txt) {
        max-width: 260px;
    }
}

.footer .follow__us__wrapper {
    -moz-column-gap: 5px;
    column-gap: 5px;
}

@media (max-width: 1262px) {
    .footer__logo img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 959px) {
    .footer .follow__us {
        order: unset;
    }

    .footer .content__wrapper > *:not(.footer__copy__txt) {
        flex: 0 0 calc((100% - 20px) / 2);
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media (max-width: 700px) {
    .footer__copy__txt {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
        color: #797979;
    }
}

@media only screen and (max-width: 480px) {
    .footer {
        padding: 30px 0px 0px;
    }

    .footer .follow__us {
        order: 2;
    }

    .footer .content__wrapper {
        row-gap: 30px;
    }

    .footer .content__wrapper > *:not(.footer__copy__txt) {
        max-width: 100%;
        width: 100%;
        flex: 0 0 auto;
    }

    .footer__logo img {
        width: 137px;
        max-width: 100%;
        height: auto;
    }
}

.footer .social__link {
    flex: 0 0 35px;
    height: 35px;
    width: 35px;
    background: #E3E3E3;
    border-radius: 50%;
    border: 1px solid #DBDEE5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F8F8F;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .footer .social__link:hover {
        color: #000;
    }
}

.footer .mail {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
}

.footer .mail a {
    color: #797979;
    text-decoration: none;
    font-weight: 400;
}

@media (any-hover: hover) {
    .footer .mail a:hover {
        text-decoration: underline;
    }
}

.footer .adress strong {
    color: #333333;
}

.footer .phone {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
}

.footer .phone a {
    text-decoration: none;
    color: inherit;
}

@media (any-hover: hover) {
    .footer .phone a:hover {
        text-decoration: underline;
    }
}

.footer .contact_to_left__cotnent {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.content__wrapper {
    max-width: 1210px !important;
    padding: 0px 20px;
}

.content__wrapper__invoice {
    max-width: 100% !important;
}

.quantity {
    width: 100%;
    height: 39px;
    display: flex;
}

.quantity__button {
    flex: 0 0 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease 0s;
    margin: -1px 0px 0px -5.5px;
    background-color: #333;
    width: 11px;
    height: 2px;
}

.quantity__button_plus::before {
    transform: rotate(-90deg);
}

.quantity__input {
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    text-align: center;
    outline: none;
    background: none;
    border: none;
}

.icon__search::before {
    content: "";
    display: none;
}

.header {
    z-index: 10;
}

.header__other {
    flex: 1 1 auto;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.cart-header {
    position: relative;
    left: 5px;
}

.cart-header__head {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.cart-header__count {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #DE3241;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.cart-header__content {
    position: absolute;
    right: -50px;
    top: calc(100% + 12px);
    background: #121212;
    padding: 40px 20px 40px 30px;
    width: 100vw;
    max-width: 350px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.cart-header__content._active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

@media (max-width: 1300px) {
    .cart-header__content {
        right: 0;
    }
}

.content-cart-header__head {
    display: none;
}

@media (max-width: 480px) {
    .content-cart-header__head {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
    }
}

.content-cart-header__products {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-height: 230px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 5px;
}

.content-cart-header__products::-webkit-scrollbar {
    width: 8px;
    background: none;
}

.content-cart-header__products::-webkit-scrollbar-thumb {
    background: #9E9E9E;
}

@media (max-width: 480px) {
    .content-cart-header__products {
        flex: 1 1 auto;
        max-height: 100%;
    }
}

.content-cart-header__product {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-right: 16px;
    position: relative;
}

.content-cart-header__image {
    flex: 0 0 80px;
    height: 120px;
    width: 80px;
    position: relative;
}

.content-cart-header__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-cart-header__info {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.content-cart-header__name {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
}

@media (any-hover: hover) {
    .content-cart-header__name:hover {
        text-decoration: underline;
    }
}

.content-cart-header__price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.content-cart-header__delete {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
}

.content-cart-header__delete svg path {
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .content-cart-header__delete:hover svg path {
        fill: #DE3241;
    }
}

.content-cart-header__total {
    font-family: "PTsansBold";
    font-size: 19px;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0px 10px;
    display: block;
}

@media (max-width: 480px) {
    .content-cart-header__total {
        padding: 0px 0px;
    }
}

.content-cart-header__footer {
    margin-top: 10px;
}

.footer-content-cart-header {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 0px 10px;
}

@media (max-width: 480px) {
    .footer-content-cart-header {
        padding: 0px 0px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .footer-content-cart-header {
        margin-bottom: 50px;
    }
}


.footer-content-cart-header__view {
    flex: 0 0 calc((100% - 10px) / 2);
    background: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #121212;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    height: 44px;
    justify-content: center;
    padding: 5px;
}

@media (max-width: 480px) {
    .footer-content-cart-header__view {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

.footer-content-cart-header__checkout {
    flex: 0 0 calc((100% - 10px) / 2);
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    height: 44px;
    justify-content: center;
    padding: 5px;
    border: 1px solid #FFFFFF;
}

@media (max-width: 480px) {
    .footer-content-cart-header__checkout {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

.icon__search {
    height: 36px;
    width: 36px;
}

.icon__menu {
    position: relative !important;
    flex: 0 0 30px;
    width: 30px !important;
    height: 22px !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    cursor: pointer;
    margin: 0px !important;
}

.icon__menu span {
    transition: all 0.5s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    display: block;
}

.icon__menu span:first-child {
    top: 0px;
}

.icon__menu span:last-child {
    top: auto;
    bottom: 0px;
}

.icon__menu.open__menu span {
    transform: scale(0);
}

.icon__menu.open__menu span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
}

.icon__menu.open__menu span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
}

.icon__menu::before {
    content: "";
    display: none;
}

.header .header__search {
    margin-left: 0;
    align-items: center;
}

.header .right__side {
    /*align-items: flex-start;*/
}

.mobile__menu {
    top: 90px;
    height: calc(100% - 72px);
    width: 100%;
}

.breadcrumbs__list__link {
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
    line-height: 21px !important;
}

.breadcrumbs__list__link::before {
    font-size: 16px !important;
}

.page__title {
    font-size: 16px !important;
    line-height: 21px !important;
}

.order {
    background: #F5F5F4;
    padding: 40px 0px 100px;
}

@media (max-width: 1210px) {
    .order {
        padding: 40px 0px 60px;
    }
}

@media (max-width: 959px) {
    .order {
        padding: 30px 0px 50px;
    }
}

.order__logined {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #8F8F8F;
    text-align: center;
    padding: 30px 0px 70px;
}

@media (max-width: 1210px) {
    .order__logined {
        padding: 0px 0px 40px;
    }
}

@media (max-width: 959px) {
    .order__logined {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .order__logined {
        padding: 0px 0px 20px;
        font-size: 18px;
    }
}

.order__logined a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

@media (any-hover: hover) {
    .order__logined a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 479px) {
    .order__logined a {
        display: block;
    }
}

.order__cart {
    margin-top: 40px;
}

@media only screen and (max-width: 959px) {
    .order__cart {
        margin-top: 30px;
    }
}

@media (max-width: 720px) {
    .order__cart {
        margin-top: 20px;
        border-top: 1px solid #DDDDDD;
    }
}

.order__ordering {
    margin-top: 50px;
}

@media (max-width: 1210px) {
    .order__ordering {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .order__ordering {
        margin-top: 30px;
    }
}

.head-order {
    display: flex;
    justify-content: center;
    -moz-column-gap: 130px;
    column-gap: 130px;
}

@media only screen and (max-width: 959px) {
    .head-order {
        -moz-column-gap: 90px;
        column-gap: 90px;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .head-order {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

@media (max-width: 720px) {
    .head-order {
        flex-direction: column;
        row-gap: 20px;
    }
}

.head-order__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    position: relative;
}

@media only screen and (max-width: 959px) {
    .head-order__item {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

.head-order__item._active .head-order__step {
    background: #DE3241;
    color: #fff;
}

.head-order__item._passed .head-order__step {
    background: #DE3241;
    color: #fff;
}

.head-order__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -65px;
    width: 24px;
    height: 24px;
    transform: translate(50%, -50%);
    background: url(../images/arrow-next-step.svg) center/cover no-repeat;
}

@media only screen and (max-width: 959px) {
    .head-order__item:not(:last-child)::before {
        right: -45px;
    }
}

@media (max-width: 767px) {
    .head-order__item:not(:last-child)::before {
        right: -35px;
    }
}

@media (max-width: 720px) {
    .head-order__item:not(:last-child)::before {
        display: none;
    }
}

.head-order__step {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #333;
}

@media only screen and (max-width: 959px) {
    .head-order__step {
        flex: 0 0 32px;
        height: 32px;
        width: 32px;
        font-size: 15px;
        line-height: 19px;
    }
}

.head-order__name {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    color: #333333;
}

@media only screen and (max-width: 959px) {
    .head-order__name {
        font-size: 17px;
    }
}

.cart-order__head {
    background: #FFFFFF;
    padding: 30px;
}

@media (max-width: 1210px) {
    .cart-order__head {
        padding: 20px;
    }
}

.cart-order__item {
    padding: 20px 30px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 400px 70px 130px 80px 60px;
    border-bottom: 1px solid #DDDDDD;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
}

@media (max-width: 1210px) {
    .cart-order__item {
        padding: 20px 20px 20px 0px;
        grid-template-columns: 340px 70px 130px 80px 60px;
    }
}

@media only screen and (max-width: 959px) {
    .cart-order__item {
        grid-template-columns: 265px 60px 130px 70px 60px;
    }
}

@media (max-width: 720px) {
    .cart-order__item {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        align-items: stretch;
        padding: 20px 0px;
    }
}

.cart-order__item > * {
    align-self: center;
}

@media (max-width: 720px) {
    .cart-order__column {
        width: 100%;
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .cart-order__column:first-child {
        flex-direction: column;
        row-gap: 10px;
    }
}

.cart-order__top {
    display: none;
}

@media (max-width: 720px) {
    .cart-order__top {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        color: #333333;
    }
}

.cart-order__main {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
}

@media only screen and (max-width: 959px) {
    .cart-order__main {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

.cart-order__image {
    flex: 0 0 70px;
    height: 105px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 959px) {
    .cart-order__image {
        flex: 0 0 50px;
        height: 75px;
    }
}

@media (any-hover: hover) {
    .cart-order__image:hover img {
        transform: scale(1.1);
    }
}

.cart-order__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.cart-order__name {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #333333;
    text-decoration: none;
}

@media only screen and (max-width: 959px) {
    .cart-order__name {
        font-size: 17px;
    }
}

@media (any-hover: hover) {
    .cart-order__name:hover {
        text-decoration: underline;
    }
}

.cart-order__price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #868686;
}

@media only screen and (max-width: 959px) {
    .cart-order__price {
        font-size: 17px;
    }
}

@media (max-width: 720px) {
    .cart-order__quantity {
        flex: 0 0 130px;
    }
}

@media (max-width: 480px) {
    .cart-order__quantity {
        flex: 0 0 115px;
    }

    .cart-order__quantity .quantity {
        height: 33px;
    }

    .cart-order__quantity .quantity__button {
        flex: 0 0 33px;
        height: 33px;
        width: 33px;
    }
}

.cart-order__total {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #DE3241;
}

@media only screen and (max-width: 959px) {
    .cart-order__total {
        font-size: 17px;
    }
}

@media (any-hover: hover) {
    .cart-order__remove:hover svg path {
        fill: #DE3241;
    }
}

.cart-order__remove svg path {
    transition: all 0.3s ease 0s;
}

@media (max-width: 720px) {
    .cart-order__remove {
        position: absolute;
        top: 20px;
        right: 0px;
    }
}

.cart-order__footer {
    margin-top: 50px;
}

@media (max-width: 1210px) {
    .cart-order__footer {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 959px) {
    .cart-order__footer {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .cart-order__footer {
        flex-direction: column;
        row-gap: 10px;
    }
}

.cart-order__totals {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-top: 30px;
}

@media (max-width: 1210px) {
    .cart-order__totals {
        max-width: 540px;
    }
}

@media (max-width: 959px) {
    .cart-order__totals {
        margin-top: 20px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .cart-order__totals {
        margin-top: 30px;
    }
}

.head-cart-order {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 400px 70px 130px 80px 60px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 1210px) {
    .head-cart-order {
        grid-template-columns: 330px 70px 130px 80px 60px;
    }
}

@media only screen and (max-width: 959px) {
    .head-cart-order {
        grid-template-columns: 255px 60px 130px 70px 60px;
    }
}

@media (max-width: 720px) {
    .head-cart-order {
        display: none;
    }
}

.head-cart-order__column {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.footer-cart-order {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.footer-cart-order__btn {
    padding: 17px 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cart-order__btn._continue {
    border: 1px solid #333333;
}

@media (any-hover: hover) {
    .footer-cart-order__btn._continue:hover {
        background: #333;
        color: #fff;
    }
}

.footer-cart-order__btn._update {
    background: #fff;
}

@media (any-hover: hover) {
    .footer-cart-order__btn._update:hover {
        background: #f0f0f0;
    }
}

.totals-cart-order__title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin: 0px 0px;
}

@media (max-width: 480px) {
    .totals-cart-order__title {
        font-size: 20px;
        line-height: 27px;
    }
}

.totals-cart-order__list {
    margin-top: 25px;
}

@media (max-width: 1210px) {
    .totals-cart-order__list {
        margin-top: 10px;
    }
}

.totals-cart-order__item {
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    min-height: 75px;
    display: grid;
    grid-template-columns: 220px 1fr;
}

@media (max-width: 480px) {
    .totals-cart-order__item {
        grid-template-columns: 130px 1fr;
    }
}

.totals-cart-order__item._total .totals-cart-order__value {
    font-weight: 700;
}

.totals-cart-order__name {
    background: #121212;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.totals-cart-order__value {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    padding: 15px 20px;
}

.totals-cart-order__btn {
    margin-top: 30px;
    background: #DE3241;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 17px 30px;
    text-decoration: none;
}

@media (max-width: 1210px) {
    .totals-cart-order__btn {
        margin-top: 20px;
    }
}

.ordering {
    display: flex;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 30px;
}

@media (max-width: 1210px) {
    .ordering {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 720px) {
    .ordering {
        flex-direction: column;
    }
}

.ordering__column {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

@media (max-width: 1210px) {
    .ordering__column {
        row-gap: 30px;
    }
}

.ordering__column._left {
    flex: 1 1 auto;
}

.ordering__column._sidebar {
    flex: 0 0 435px;
}

@media (max-width: 1210px) {
    .ordering__column._sidebar {
        flex: 0 0 380px;
    }
}

@media (min-width: 1210px) {
    .ordering__column._sidebar .ordering__title {
        font-size: 40px;
        line-height: 53px;
    }

    .ordering__column._sidebar .ordering__body {
        margin-top: 30px;
    }
}

@media (max-width: 959px) {
    .ordering__column._sidebar {
        flex: 0 0 280px;
    }

    .ordering__column._sidebar .ordering__body {
        margin-top: 10px;
    }
}

.ordering__section._shipping-block {
    display: none;
}

.ordering__section._shipping-block._view {
    display: block;
}

.ordering__title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 61px;
    display: flex;
    align-items: center;
    color: #333333;
    margin: 0px 0px;
}

@media (max-width: 1210px) {
    .ordering__title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 959px) {
    .ordering__title {
        font-size: 26px;
        line-height: 35px;
    }
}

.ordering__body {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ordering__row {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
}

.ordering__row._hide-shipping._hide {
    display: none;
}

@media (max-width: 1210px) {
    .ordering__row {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.ordering__row._half .ordering__item {
    flex: 0 0 calc((100% - 30px) / 2);
}

@media (max-width: 1210px) {
    .ordering__row._half .ordering__item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (max-width: 480px) {
    .ordering__row._half .ordering__item {
        flex: 0 0 100%;
    }
}

.ordering__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex: 0 0 100%;
}

.ordering__label {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 5px;
    column-gap: 5px;
    color: #333333;
}

@media (max-width: 1210px) {
    .ordering__label {
        font-size: 17px;
        line-height: 23px;
    }
}

.ordering__label._req::after {
    content: "";
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
    background: url(../images/req.svg) center/cover no-repeat;
}

.ordering__input {
    background: #FFFFFF;
    height: 54px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    border: none;
    outline: none;
}

.ordering__input::-moz-placeholder {
    color: #959595;
}

.ordering__input:-ms-input-placeholder {
    color: #959595;
}

.ordering__input::placeholder {
    color: #959595;
}

.ordering__select {
    background: url(../images/select-icon.svg) calc(100% - 20px) center/auto no-repeat, white;
    height: 54px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer;
}

.ordering__select::-moz-placeholder {
    color: #959595;
}

.ordering__select:-ms-input-placeholder {
    color: #959595;
}

.ordering__select::placeholder {
    color: #959595;
}

.ordering__checkbox .checkbox__text {
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    cursor: pointer;
}

@media (max-width: 480px) {
    .ordering__checkbox .checkbox__text {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 15px;
        line-height: 19px;
    }
}

.ordering__textarea {
    background: #FFFFFF;
    height: 130px;
    resize: none;
    overflow-y: auto;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    border: none;
    outline: none;
}

.ordering__textarea::-moz-placeholder {
    color: #959595;
}

.ordering__textarea:-ms-input-placeholder {
    color: #959595;
}

.ordering__textarea::placeholder {
    color: #959595;
}

.select_ordering__select .select__title {
    background: #fff;
    color: #333333;
    width: 100%;
    display: flex;
    justify-content: stretch;
    height: 54px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

.select_ordering__select .select__title .select__value {
    width: 100%;
}

.select_ordering__select .select__title .select__value:before {
    flex: 0 0 12px;
    height: 12px;
    width: 12px;
    background: url(../images/select-icon.svg) center/100% no-repeat;
    transform: rotate(0deg);
}

.select_ordering__select .select__options {
    top: 100%;
    border-top: 1px solid #d9d9d9;
    max-height: 300px;
}

.select_ordering__select .select__options .select__option {
    font-size: 15px;
    line-height: 1.1;
}

.info-ordering__wrapper {
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

@media (max-width: 1210px) {
    .info-ordering__wrapper {
        row-gap: 20px;
        padding: 20px;
    }
}

.info-ordering__rows {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

@media (max-width: 959px) {
    .info-ordering__rows {
        row-gap: 10px;
    }
}

.info-ordering__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

@media (max-width: 1210px) {
    .info-ordering__row {
        font-size: 15px;
        line-height: 19px;
    }
}

.info-ordering__value {
    text-align: right;
    white-space: nowrap;
}

.info-ordering__list {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 1210px) {
    .info-ordering__list {
        font-size: 15px;
        line-height: 19px;
    }
}

.info-ordering__item {
    padding: 30px 0px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media (max-width: 1210px) {
    .info-ordering__item {
        padding: 20px 0px;
    }
}

@media (max-width: 959px) {
    .info-ordering__item {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

.info-ordering__item._total .info-ordering__value {
    color: #DE3241;
}

.info-ordering__item:last-child {
    padding-bottom: 0;
}

.info-ordering__subtext {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
    color: #727272;
    padding: 15px 0px 0px;
    margin: 0px;
}

@media (max-width: 1210px) {
    .info-ordering__subtext {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .info-ordering__subtext {
        font-size: 13px;
        line-height: 17px;
    }
}

.pay-ordering {
    padding: 30px;
    background: #fff;
}

@media (max-width: 1210px) {
    .pay-ordering {
        padding: 20px;
    }
}

.pay-ordering__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (max-width: 1210px) {
    .pay-ordering__list {
        margin-bottom: 20px;
    }
}

.pay-ordering__item {
    padding: 30px 0px;
    border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 1210px) {
    .pay-ordering__item {
        padding: 20px 0px;
    }
}

.pay-ordering__item:first-child {
    padding-top: 0;
}

.pay-ordering__checkbox .checkbox__input:checked + .checkbox__text::before {
    background: url(../fonts/checkbox-black.svg) center center/auto no-repeat, #D9D9D9;
    border-color: #D9D9D9;
}

.pay-ordering__checkbox .checkbox__text {
    -moz-column-gap: 15px;
    column-gap: 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

@media (max-width: 1210px) {
    .pay-ordering__checkbox .checkbox__text {
        font-size: 15px;
        line-height: 19px;
    }
}

.pay-ordering__checkbox .checkbox__text::before {
    border-color: #D9D9D9;
}

.pay-ordering__btn {
    padding: 19px 42px;
    background: #000000;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}

@media (max-width: 959px) {
    .pay-ordering__btn {
        width: 100%;
    }
}

.order-received {
    padding: 60px 0px 100px;
    background: #F5F5F4;
}

@media (max-width: 1210px) {
    .order-received {
        padding: 60px 0px 80px;
    }
}

@media (max-width: 959px) {
    .order-received {
        padding: 60px 0px;
    }
}

@media (max-width: 480px) {
    .order-received {
        padding: 50px 0px;
    }
}

.order-received__wrapper {
    max-width: 770px !important;
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}

@media (max-width: 480px) {
    .order-received__wrapper {
        row-gap: 35px;
    }
}

.mini-order-received__title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    color: #333333;
    margin: 0px;
}

@media (max-width: 480px) {
    .mini-order-received__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.mini-order-received__content {
    margin-top: 40px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

@media (max-width: 720px) {
    .mini-order-received__content {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .mini-order-received__content {
        margin-top: 30px;
    }
}

.mini-order-received__item {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 0px 45px;
}

.mini-order-received__item:not(:last-child) {
    border-right: 1px dashed #D2D2D2;
}

@media (max-width: 720px) {
    .mini-order-received__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px dashed #D2D2D2;
    }
}

@media (max-width: 767px) {
    .mini-order-received__item {
        padding: 0px 30px;
    }
}

@media (max-width: 720px) {
    .mini-order-received__item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 20px 0px;
    }
}

.mini-order-received__item:first-child {
    padding-left: 0;
}

@media (max-width: 720px) {
    .mini-order-received__item:first-child {
        padding-top: 0;
    }
}

.mini-order-received__item:last-child {
    padding-right: 0;
}

@media (max-width: 720px) {
    .mini-order-received__item:last-child {
        padding-bottom: 0;
    }
}

.mini-order-received__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .mini-order-received__name {
        white-space: unset;
    }
}

.mini-order-received__value {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.info-order-received__title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 43px;
    color: #333333;
    text-align: center;
    margin: 0px;
}

@media (max-width: 480px) {
    .info-order-received__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.info-order-received__content {
    margin-top: 20px;
    padding: 20px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (max-width: 480px) {
    .info-order-received__content {
        margin-top: 10px;
        padding: 20px;
    }
}

.info-order-received__rows {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (max-width: 480px) {
    .info-order-received__rows {
        row-gap: 10px;
    }
}

.info-order-received__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.info-order-received__name {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

@media (max-width: 480px) {
    .info-order-received__name {
        font-size: 15px;
        line-height: 19px;
    }
}

.info-order-received__value {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .info-order-received__value {
        font-size: 15px;
        line-height: 19px;
    }
}

.info-order-received__item {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-top: 1px solid #E5E5E5;
}

.info-order-received__item._total .info-order-received__value {
    color: #DE3241;
}

.info-order-received__item:last-child {
    padding-bottom: 0;
}

.you-order__header {
    padding: 40px 0px 38px 0;
    border-bottom: 14px solid #DE3241;
}

.you-order__content {
    padding: 0 0px 70px;
}

.you-order__list {
    margin-top: 50px;
}

.you-order__table {
    margin-top: 30px;
}

.you-order__warning {
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #333333;
    display: block;
    margin-top: 20px;
}

.you-order__footer {
    margin-top: 50px;
}

.you-order__download {
    padding: 19px 50px;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000;
    text-decoration: none;
    display: inline-block;
    margin: 20px auto 0px;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .you-order__download:hover {
        background: #DE3241;
    }
}

.header-you-order {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 70%;
}

.header-you-order__logo {
    flex: 0 0 142px;
    margin-right: 30px;
}

.header-you-order__logo img {
    width: 100%;
    max-width: 100%;
}

.header-you-order__address {
    font-weight: 400;
    font-size: 19px;
    line-height: 24.59px;
    /* font-family: PT sans-serif; */
    color: black;
    display: grid;
}

.header-you-order__phone {
    font-weight: 400;
    font-size: 19px;
    line-height: 24.59px;
    /* font-family: PT sans-serif; */
    text-align: left;
    color: black;
    text-decoration: none;
}

@media (any-hover: hover) {
    .header-you-order__phone:hover {
        text-decoration: underline;
    }
}

.address-you-order {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.address-you-order__leftside {
    flex: 0 0 180px;
}

.address-you-order__rightside {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.address-you-order__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

.address-you-order__info {
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

.address-you-order__list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    font-size: 19px;
    line-height: 25px;
    color: #333333;
}

.address-you-order__row {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.address-you-order__name {
    font-weight: 700;
    flex: 0 0 70px;
}

.address-you-order__value {
    flex: 1 1 auto;
}

.list-you-order__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #000000;
}

.list-you-order__body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.list-you-order__item {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: flex-start;
}

.list-you-order__name {
    flex: 0 0 292px;
    font-weight: 400;
    font-size: 19px;
    /* line-height: 30px; */
    color: #808080;
    white-space: nowrap;
}

.list-you-order__value {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 19px;
    /* line-height: 20px; */
    /* font-family: PT sans-serif; */
    color: #333333;
    white-space: nowrap;
}

.table-you-order {
    font-weight: 400;
    font-size: 19px;
    line-height: 24.59px;
    color: #333333;
    width: 100%;
    /* font-family: PT sans-serif; */
}

.table-you-order,
.table-you-order th,
.table-you-order td {
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
    padding: 30px 0;
}

.table-you-order thead,
.table-you-order tfoot {
    font-weight: 700;
}

.table-you-order tr {
    /* display: grid;
    grid-template-columns: 1fr 320px; */
}

@media (max-width: 600px) {
    .table-you-order tr {
        grid-template-columns: 1fr 150px;
    }
}

.table-you-order td {
    min-height: 60px;
    /* display: flex; */
    align-items: center;
    padding: 25px 30px 25px 18px;

    /* font-family: PT sans-serif; */
    font-weight: 400;
    font-size: 19px;
    line-height: 24.59px;
}

.footer-you-order__list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #333333;
}

.footer-you-order__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-you-order__name {
    flex: 1 1 auto;
    padding: 10px 30px 10px 0px;
}

.footer-you-order__value {
    flex: 0 0 320px;
    padding: 10px 30px;
}

@media only screen and (max-width: 959px) {
    .header .icon__menu {
        display: none;
    }

    .top__panel {
        display: block;
    }

    .header .content__wrapper .right__side {
        display: flex;
    }

    .footer .content__wrapper {
        flex-direction: row;
    }

    .footer .left__side {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .footer .right__side {
        flex: 0 0 calc((100% - 20px) / 2);
        align-items: flex-start;
    }

    .description {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs .content__wrapper {
        flex-direction: row;
    }

    .section__info .content__wrapper {
        flex-direction: row;
        align-items: center;
    }

    .section__info .content__wrapper h3 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 720px) {
    .header .content__wrapper .right__side {
        display: none;
    }

    .top__panel {
        display: none;
    }

    .icon__menu {
        display: block !important;
    }

    .header__other {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .header .content__wrapper {
        height: auto;
    }

    .fog {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .section__info .content__wrapper {
        flex-direction: column;
    }

    .section__info .content__wrapper h3 {
        margin-bottom: 10px;
    }

    .cart-header__content {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: #121212;
        padding: 10px 20px 40px;
        max-width: 100vw;
    }

    .header .content__wrapper {
        height: auto;
    }

    .footer .content__wrapper {
        flex-direction: column;
    }

    .footer .left__side {
        flex: 0 0 auto;
    }

    .footer .right__side {
        flex: 0 0 auto;
    }

    .description {
        margin-top: 30px;
    }
}

@media (min-width: 1px) and (max-width: 479px) {
    .container_svg_mini {
        width: 95px;
        margin-top: 0px;
    }
}

.new_bl__button {
    padding: 9px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "PTSansBold", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    background-color: #121212;
    border: 2px solid #121212;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

    .header__other > .header__search,
    .header__other > .header__cart {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .left__side {
        margin-top: 25px;
    }
}

.group-name222 {
    margin-bottom: 20px !important;
}