.delivery-container {
    display: flex;
    align-items: flex-start;
    margin-top: 140px;
    margin-bottom: 90px;
}

.delivery-page {
    flex-basis: 100%;
}

.delivery-sidebar {
    background: #F7F7F7;
    flex-shrink: 0;
    flex-basis: 453px;
    padding: 30px 30px 35px;
}

.delivery-sidebar__item {
    margin-bottom: 24px;
}

.delivery-sidebar__item-link {
    color: black;
    text-decoration: none;
}

.delivery-sidebar__item-price {
    color: #9D9D9D;
    margin-top: 6px;
}

.delivery-sidebar__line {
    background: #E6E6E6;
    width: calc(100% + 60px);
    height: 1px;
    margin: 0 -30px 24px;
}

.delivery-sidebar__info-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.delivery-sidebar__info {
    margin-bottom: 30px;
}

.delivery-page {
    padding-right: 20px;
}

.delivery-page__top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 28px;
}

.delivery-page__title {
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin-right: 17px;
}

.link {
    color: #b00000;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}

.form-contact__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-contact__flex .form-contact__item {
    width: calc(33.3% - 20px);
    position: relative;
    display: flex;
    align-items: center;
}

.form-contact__item__success input {
    padding-right: 50px;
}

.form-contact__item__success:before {
    content: url("../medias/check-success.png");
    position: absolute;
    right: 18px;
    top: 19px;
}

.form-agreed {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.agreed-check {
    position: relative;
    margin-right: 9px;
}

.agreed-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.agreed-check span {
    border: 1.5px solid #E6E6E6;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agreed-check:hover span {
    border: 1.5px solid #b00000;
}

.agreed-check input:checked + span {
    background: #b00000;
    border: 1.5px solid #b00000;

}

.agreed-check input:checked + span:before {
    content: url("../medias/check-white.png");
    transform: translateY(-1px);
}

.form-line {
    margin: 22px 0;
    background: #E5E5E5;
    width: 100%;
    height: 1px;
}

.delivery-radio__items {
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
}

.delivery-radio__element {
    margin: 0 5px 12px;
    position: relative;
}

.delivery-radio__element:hover .delivery-d {
    border: 2px solid #b00000;
}

.delivery-radio__element input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.delivery-radio__element input:checked + span {
    border: 2px solid #b00000;
}

.delivery-d {
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    width: 237px;
    padding: 12px 16px;
    transition: .25s;
    display: flex;
}

.delivery-d__icon {
    flex-shrink: 0;
    margin-right: 12px;
}

.delivery-d__content {
    display: flex;
    flex-direction: column;
    transform: translateY(-5px);
}

.delivery-d__description {
    font-size: 13px;
    color: #B4B4B4;
    line-height: 16px;
    margin-top: 2px;
}

div[data-modal-name='modal-code_order'] .modal__dialog{
    padding-top: 70px;
    padding-bottom: 40px;
}

.modal-code-text{
    height: 42px;
    font-weight: 400;
    font-size: 16px;
}

.delivery-tabs img{
    max-width: 100%;
}

div[data-modal-name='modal-code_order'] .btn{
    width: 100%;
    border: none;
    margin: 25px 0;
}

.link_blue{
    color: #b00000;
    text-decoration: none;
}

.delivery-tabs__element {
    display: none;
}

.delivery-tabs__element.active {
    display: block;
}

.delivery-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 37px;
}

.delivery-flex .form-contact__item {
    width: calc(33.3% - 20px) !important
}

.delivery-radio__items-week .delivery-d {
    width: 90px;
    padding: 14px 12px 2px;
}

.delivery-radio__items-week .delivery-radio__element {
    margin-right: 20px;
}

.delivery-day-week {
    font-size: 14px;
    line-height: 18px;
}

.delivery-number-week {
    display: flex;
    align-items: flex-end;
    padding-top: 4px;
}

.delivery-number-week span {
    font-size: 22px;
    line-height: 20px;
    margin-right: 4px;
}

.delivery-items__time {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    max-width: 700px;
    width: 100%;
}

.delivery-item__time {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-right: 25px;
}

.delivery-item__time-check {
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
}

.delivery-item__time-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.delivery-item__time-check input:checked + span {
    border: 4px solid #b00000;
}

.delivery-item__time-check span {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    border: 1.25px solid #D9D9D9;
    border-radius: 50%;
}

.delivery-item__time-check:hover span {
    border: 1.25px solid #b00000;
}

.delivery-radio__items-week .delivery-radio__element:last-child .delivery-number-week {
    padding-top: 0;
}

.delivery-danger {
    color: #FF9900;
    margin-top: 12px;
}

.delivery-radio__items_pay .delivery-d {
    width: auto;
    padding: 15px 23px;

}

.delivery-radio__items_pay .delivery-d__content {
    transform: translateY(0);
}

.delivery-tabs__pay {
    margin-top: 22px;
}

.form-line__40 {
    margin: 40px 0;
}

.mt-0 {
    margin-top: 0px !important;
}

.delivery-tabs__element p {
    font-size: 16px;
}

.fast-payment__flex {
    display: flex;
    align-items: center;
}

.fast-payment__flex img {
    flex-shrink: 0;
}

.fast-payment__flex p {
    padding: 10px 0 10px 29px;
    margin-left: 29px;
    border-left: 1px solid #E0E0E0;
}

.file {
    position: relative;
    color: #b00000;
    cursor: pointer;
    margin-top: 20px;
    width: max-content;
}

.file label {
    cursor: pointer;
}

.delivery-tabs__element-point {
    /*margin-top: 37px;*/
    margin-bottom: 40px;
    /*letter-spacing: -1px;*/
}

.delivery-radio__items-point .delivery-d {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-radio__items-point .delivery-d__content {
    transform: translateY(0);
}

.delivery-tabs__element-point .delivery-radio__items {
    /*margin-bottom: 15px;*/
}
.delivery-tabs__element-point .delivery-radio__element {
    margin-bottom: 0;
}

.js-element-pickup-list {
    overflow-y: auto;
    height: 600px;
}

.search-address-input {
    outline: none;
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 19px;
}

.error-message {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FF3E3E;
    margin-bottom: 15px;
}

.file input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.modal-textarea__bill {
    margin-top: 45px;
    margin-bottom: 0;
}

.delivery-point {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #E0E0E0;
}

.delivery-point:last-child {
    border-bottom: none;
}

.delivery-point .agreed-check {
    flex-shrink: 0;
    margin-right: 9px;
    transform: translateY(4px);
}

.delivery-point__name {
    flex-basis: 25%;
}

.delivery-point__position {
    flex-basis: 55%;
}

.delivery-point__metro {
    color: #B4B4B4;
}

.delivery-point__time {
    color: #B4B4B4;
}

.delivery-point__day {
    flex-basis: 20%;
    text-align: right;
    color: #b00000;
}

.delivery-point__checked {
    padding: 25px 0;
}

.delivery-point__line {
    display: flex;
    margin-top: 5px;
}

.delivery-point__column {
    flex-basis: 25%;
}

.delivery-point__column:nth-child(2) {
    flex-basis: 55%;
}

.delivery-point__ch {
    font-weight: 700;
}

.delivery-point__column-day {
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.delivery-point__column-day img {
    margin-right: 10px;
}

.delivery-point__tel {
    color: black;
    display: block;
    text-decoration: none;
    line-height: 1.4;
}

.order-success {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.order-success__title {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 16px;
}

.order-success__description span {
    color: #0B6FCB;
}

.order-success__description {
    margin-bottom: 28px;
}

.order-success__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.order-success__btn .btn {
    min-width: 250px;
    margin: 0 10px;
}

.order-success__detail-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.order-success__detail-send {
    color: #B4B4B4;
}

.order-table {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 33px 40px 80px;
    max-width: 1108px;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}

.order-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.order-number__z {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 10px;
}

.order-number__date {
    color: #9D9D9D;
}

.order-container {
    flex-direction: column;
}

.order-list__title {
    margin: 32px 0 18px;
    font-size: 22px;
    line-height: 28px;
}

.order-item {
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: flex-start;
}

.order-item:first-child {
    border-top: 1px solid #E0E0E0;
    line-height: 1.4;
}

.order-item__pic {
    flex-shrink: 0;
    flex-basis: 216px;
    margin-right: 49px;
}

.order-item__title {
    display: block;
    text-decoration: none;
    color: black;
    flex-basis: 52%;
    padding-top: 20px;
}

.order-item__price {
    flex-basis: 15%;
    padding-top: 20px;
}

.order-item__count {
    flex-basis: 20%;
    text-align: center;
    padding-top: 20px;
}

.order-item__price-all {
    flex-basis: 15%;
    padding-top: 20px;
    text-align: right;
}

.order-status__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 1px solid #E0E0E0;
    padding: 25px 0;
}

.order-status__price__line {
    margin-bottom: 11px;
}

.order-status__price__line span:nth-child(2) {
    flex-basis: 110px;
}

.order-data {
    display: flex;
}

.order-data__column {
    flex-basis: 50%;
}

.order-data__line {
    display: flex;
    margin-bottom: 11px;
}

.order-data__line span:first-child {
    flex-basis: 190px;
}

.accordion{
    width: 100%;
}

.accordion .card{
    padding-bottom: 0;
    padding-top: 0;
}

.accordion .card-body{
    padding: 15px 0 0;
}

body{
    min-width: 100%;
}

.lang-container{
    position: absolute;
    right: 60px;
}

.del-header .del-stripe{
    position: relative;
}

.accordion .card-header{
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    border: none;
    font-weight: 700;
    background: white;
}

.accordion .card-header h2{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.accordion .card-header img{
    transform: rotate(90deg);
    text-indent: 0;
    background: none;
    background-position: center;
    transition: .25s;
    display: flex;
    align-items: center;
    width: 23px;
    height: 23px;
    justify-content: center;
}

.accordion .card:hover{
    color: black;
}

.accordion .card-header.collapsed img{
    transform: rotate(-90deg);
}

.perfetto.perfetto-container .perfetto-cards.swiper-container .swiper-slide,
.newDinamica .swiper-slide,
.primadonna-elite .swiper-slide {
    flex-shrink: unset;
}

.product-card__action-icons .compare:hover, .product-card__action-icons .like:hover {
    width: 100%;
}

@media (max-width: 1200px) {
    .delivery-container {
        flex-direction: column;
    }

    .delivery-page {
        padding-right: 0;
        flex-basis: auto;
        width: 100%;
    }

    .delivery-sidebar {
        margin: 30px -10px 0;
        width: calc(100% + 20px);
        flex-basis: auto;
    }

    .order-data {
        flex-direction: column;
    }

    .order-item__pic {
        flex-basis: 150px;
        margin-right: 20px;
    }

    .order-item__title {
        flex-basis: 38%;
    }
}

@media(max-width: 991px)  {
    .lang-container{
        display: none;
    }
}

@media (max-width: 767px) {
    .del-header__links-container{
        margin-left: 10px;
    }
    .order-success__btn {
        flex-direction: column;
    }

    .order-success__btn .btn {
        width: 100%;
        margin: 5px 0;
    }

    .order-table {
        margin: 40px -10px 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 20px 10px;
        width: calc(100% + 20px);
    }

    .order-number__z {
        font-size: 22px;
        line-height: 1.4;
    }

    .order-list__title {
        margin: 20px 0;
    }

    .order-item__pic {
        flex-basis: 100px;
        position: absolute;
        width: 100px;
        left: 0;
    }

    .order-item {
        padding: 10px 0 10px 120px;
        position: relative;
        flex-direction: column;
        min-height: 140px;
    }

    .delivery-container {
        margin-top: 100px;
    }

    .order-item__title{
        padding-top: 5px;
        flex-basis: auto;
    }
    .order-item__price{
        padding-top: 5px;
        flex-basis: auto;
    }
    .order-item__count{
        padding-top: 5px;
        flex-basis: auto;
    }
    .order-item__price-all{
        padding-top: 5px;
        flex-basis: auto;
    }
    .delivery-page__top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
    }
    .order-status__price{
        padding: 20px 0;
    }
    .delivery-page__title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .order-data__line{
        flex-direction: column;
    }
    .order-data__line span:first-child{
        flex-basis: auto;
        margin-bottom: 2px;
    }
    .form-contact__flex {
        flex-direction: column;
    }

    .form-contact__flex .form-contact__item {
        width: 100%;
    }

    .delivery-flex .form-contact__item {
        width: 100% !important;
    }

    .delivery-radio__items {
        margin-top: 0;
    }

    .delivery-d {
        width: 100%;
    }

    .delivery-flex {
        margin-top: 0;
        flex-direction: column;
    }

    .delivery-flex .form-contact__item:nth-child(1), .delivery-flex .form-contact__item {
        width: 100%;
    }

    .delivery-radio__items-week .delivery-radio__element {
        margin-right: 10px;
    }

    .delivery-sidebar {
        padding: 20px 10px;
        overflow: hidden;
    }

    .fast-payment__flex {
        flex-direction: column;
    }

    .fast-payment__flex p {
        border-left: none;
        padding: 10px 0 0;
        margin-left: 0;
    }

    img {
        max-width: 100%;
    }

    .delivery-point__line {
        flex-direction: column;
    }

    .delivery-point__column {
        margin-bottom: 10px;
    }

    .delivery-point__column-day {
        justify-content: flex-start;
    }

    .delivery-point {
        flex-direction: column;
        position: relative;
        padding: 10px 0;
    }

    .delivery-point__name {
        padding-left: 25px;
    }

    .delivery-point .agreed-check {
        position: absolute;
        top: 10px;
    }

    .delivery-point__checked {
        padding: 10px 0;
    }
}
.product-card {
    height: 100%;
}
.grecaptcha-badge {
    right: -300px!important;
}
.js-add-to-basket-click {
    cursor: pointer;
}
.dln-timeline__step--completed .dln-timeline__label:before {
    font-family: var(--fontNameIcons), sans-serif;
    font-variant: normal;
    text-transform: none;
    content: "\E0";
    color: var(--brand-03);
    background-color: var(--support-02);
}
.dln-timeline__step--active .dln-timeline__label:before {
    background-color: #b00000 !important;
}
.dln-prodReg__chips .dln-icn--mainIcon {
    color: var(--support-02);
}