/* основное */
.article-title,
div.item-section-wrap,
.title-section-catalog,
.offers-list,
.products-by-price {
    display: none;
}

.article .item-list {
    text-align: left;
}

.ready-container {
    margin: 0 calc(50% - 50vw);
    background-color: #fff;
}

.ready-container>.container {
    padding-right: 35px;
    padding-left: 35px;
}

/* messasge */
.ready__message {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ready__message>img {
    display: block;
    width: 50px;
}

p.ready__message-text {
    margin: 0;
    font-family: 'Inter Light';
    font-size: 24px;
    line-height: normal;
    color: #333;
}

p.ready__message-text span:not(.nowrap) {
    margin-top: 5px;
    display: block;
    font-family: 'Inter Variable';
    font-size: 18px;
}

/* banner */
.ready-banner__banner {
    margin: 0 calc(50% - 50vw);
    background-color: #f7f7f7;
}

.ready-banner__banner>.container {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
    min-height: 430px;
    display: flex;
    gap: 20px;
}

.ready-banner__content {
    margin: auto 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ready-banner__title {
    margin: 0;
    margin-bottom: 20px;
    z-index: 1;
    font-family: 'Inter Variable';
    font-size: 32px;
    line-height: normal;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: unset;
}

p.ready-banner__descr {
    margin: 0;
    margin-bottom: 40px;
    z-index: 1;
    max-width: 450px;
    font-family: 'Inter Light';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.ready-banner__video {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.ready-banner__video.mob {
    display: none;
}

.ready-banner__btn {
    position: relative;
    padding: 15px 60px;
    width: fit-content;
    background-color: #333;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    font-family: 'Inter Light';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out;
}

.ready-banner__btn:hover {
    background-color: #df8844;
    transition: background-color .3s ease-in-out;
}

.ready-banner__btn:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

/* start */
.ready-start {
    margin: 50px 0;
}

.ready-start .item-list {
    margin-bottom: 30px;
    gap: 30px 10px;
}

.ready-start .item-list>li.li-info {
    margin: 0;
}

.ready-start .item-list>li.tablet,
.ready-start .productItem__like,
.ready-start .share-block,
.ready-start .productItem.card .productItem__content::before {
    display: none;
}

.ready-start .productItem.card {
    box-shadow: 0px 4px 4px 0px #00000040;
    cursor: pointer;
}

.ready-start .productItem.card.active {
    box-shadow: none;
}

.ready-start .productItem.card .productItem__link,
.ready-start .productItem__visual,
.ready-start .productItem.card .productItem__content {
    pointer-events: none;
}

.ready-start .productItem.card .productItem__content {
    position: static;
    box-shadow: none;
}

.ready-start .productItem__visual {
    box-shadow: none;
}

.ready-start .productItem__btns {
    display: none !important;
}

.ready-start__nameplate {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 3px 10px;
    width: fit-content;
    background-color: #333;
    border-radius: 0 7px 0 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    white-space: nowrap;
}

.ready-start__nameplate.orng {
    background-color: #df8844;
}

/* modal */
.item-list>li.ready-start__modal {
    display: none;
    width: 100%;
    align-items: normal;
    max-height: 0;
    opacity: 0;
    transition: .5s ease-in-out;
}

.item-list>li.ready-start__modal.active {
    max-height: 600px;
    opacity: 1;
    transition: .5s ease-in-out;
}

.start-modal {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 7px;
}

.start-modal__close {
    padding: 5px 15px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 7px;
    border: none;
    background-color: #e1e1e1;
    cursor: pointer;
}

.start-modal__close::before {
    content: 'закрыть';
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.start-modal__close::after {
    content: '';
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/site/icons/icon-krest.svg');
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.start-modal__visual {
    max-width: 45%;
    width: 100%;
    overflow: hidden;
}

.start-modal__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.start-modal__info {
    margin: 40px 0;
    padding: 20px 60px;
    width: calc(55% - 120px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p.start-modal__name {
    margin: 0 0 15px;
    font-family: 'Inter Variable';
    font-size: 24px;
    line-height: normal;
    color: #333;
}

p.start-modal__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

p.start-modal__price {
    margin: 30px 0 0;
    font-family: 'Inter Variable';
    font-size: 24px;
    line-height: normal;
    color: #333;
}

.start-modal__buttons {
    margin-top: 75px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.start-modal__btn {
    padding: 10px 30px;
    width: 100%;
    background-color: #333;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.start-modal__btn:last-child {
    padding: 10px 50px;
    width: calc(100% - 100px);
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none !important;
}

/* block */
.ready-start__block {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

p.ready-start__text {
    margin: 0;
    max-width: 70%;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

.ready-start__button {
    padding: 10px 30px;
    max-width: 250px;
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    background-color: #333;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out;
}

button.ready-start__button {
    width: 100%;
}

.ready-start__button:hover {
    background-color: #df8844;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.ready-start__button:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

.ready-start__button::before {
    content: "Показать ещё модели";
    display: block;
    white-space: nowrap;
}

.ready-start__button.consult-button {
    max-width: 300px;
    white-space: nowrap;
}

.ready-start__button.consult-button::before {
    display: none;
}

.ready-catalog {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease-in-out;
}

.ready-catalog.active {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    transition: 1s ease-in-out;
}

/* gallery */
.ready-gallery {
    margin: 50px 0;
}

.ready-gallery__wrapper {
    position: relative;
    display: grid;
    gap: 10px;
    overflow: hidden;
}

.ready-gallery__item {
    height: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.ready-gallery__item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}

.ready-gallery__item:nth-child(2) {
    grid-area: 3 / 1 / 5 / 3;
}

.ready-gallery__item:nth-child(3) {
    grid-area: 1 / 3 / 5 / 7;
}

.ready-gallery__item:nth-child(4) {
    grid-area: 1 / 7 / 3 / 9;
}

.ready-gallery__item:nth-child(5) {
    grid-area: 3 / 7 / 5 / 9;
}

.ready-gallery__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform .3s ease-in-out;
}

.ready-gallery__img:hover {
    transform: scale(1.2);
    transition: transform .3s ease-in-out;
}

.ready-gallery__img:active {
    transform: scale(1);
    transition: transform .3s ease-in-out;
}

.ready-gallery__content {
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}

.ready-gallery__info {
    display: none !important;
}

p.ready-gallery__name {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
}

/* modal */
.gallery-modal {
    position: absolute;
    inset: 0;
    padding: 15px;
    padding-bottom: 30px;
    border-radius: 7px;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform .7s ease-in-out;
}

.gallery-modal.active {
    transform: translateX(0);
    transition: transform .7s ease-in-out;
}

.gallery-modal__box {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.gallery-modal__name {
    margin: 0;
    font-family: 'Inter Medium';
    font-size: 24px;
    line-height: normal;
    color: #333;
}

.gallery-modal__close {
    padding: 5px 15px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    border-radius: 7px;
    border: none;
    background-color: #e1e1e1;
    cursor: pointer;
}

.gallery-modal__close::before {
    content: 'закрыть';
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.gallery-modal__close::after {
    content: '';
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/site/icons/icon-krest.svg');
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.gallery-modal__wrapper {
    display: flex;
    gap: 20px;
}

.gallery-modal__visual {
    width: 45%;
    aspect-ratio: 1 / 1;
    border-radius: 7px;
    overflow: hidden;
}

.gallery-modal__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-modal__info {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.gallery-modal__title {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-family: 'Inter Medium';
    font-size: 24px;
    line-height: normal;
    color: #333;
}

.gallery-modal__content p {
    margin: 0 0 15px;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.gallery-modal__buttons {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.gallery-modal__btn {
    padding: 10px 30px;
    width: 100%;
    background-color: #333;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.gallery-modal__btn.disabled {
    pointer-events: none;
    opacity: .5;
}

.gallery-modal__btn:last-child {
    padding: 10px 50px;
    width: calc(100% - 100px);
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none !important;
}

/* final */
.ready-final {
    margin: 50px calc(50% - 50vw);
    background-color: #f7f7f7;
}

.ready-final>.container {
    padding: 50px 35px;
}

.ready-final__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 35px;
}

.ready-final__item {
    padding: 10px;
    width: calc((100% - 62px * 3) / 4);
}

.ready-final__content {
    overflow: hidden;
}

p.ready-final__text {
    margin: 0 0 20px;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

p.ready-final__descr {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    transform: translateX(-100%);
    transition: transform 1s ease-out;
}

.ready-final__item.animated p.ready-final__descr {
    transform: translateX(0) !important;
    transition-delay: 0s;
    transition: transform 1s ease-out;
}

/* offers */
.ready-offers {
    margin: 50px 0;
}

.ready-offers__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ready-offers__card {
    position: relative;
    width: calc((100% - 15px) / 2);
}

.ready-offers__visual {
    position: relative;
    height: 234px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: -2px 5px 6px 0px #33333340;
}

.ready-offers__card:nth-child(1) .ready-offers__img {
    margin-left: 90px;
}

.ready-offers__img {
    margin-left: 15px;
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.ready-offers__discount {
    padding: 7px;
    width: 83px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #df8844;
    border-radius: 7px 0 7px 0;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.ready-offers__box {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.ready-offers__btn {
    padding: 5px 20px;
    display: block;
    width: fit-content;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #333;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    font-family: 'Inter Medium';
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-decoration: none !important;
    text-align: center;
}

.ready-offers__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ready-offers__block {
    padding: 20px 15px;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
}

p.ready-offers__title {
    margin: 0;
    max-width: 60%;
    font-family: 'Inter Medium';
    font-size: 27px;
    line-height: normal;
    color: #333;
    text-align: right;
}

p.ready-offers__text {
    margin: 0;
    width: 38%;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-align: right;
}

p.ready-offers__text.mobile {
    margin: auto 0;
    display: none;
    font-size: 18px;
}

/* maket */
.ready-maket {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ready-maket__box {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 22px) / 2);
    background-color: #f4f4f4;
    border-radius: 7px;
    overflow: hidden;
}

.ready-maket__box:last-child {
    padding: 0;
    width: calc((100% - 118px) / 2);
}

.ready-maket__title {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Inter Variable';
    font-size: 32px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

.ready-maket__box>ul {
    margin: 0;
    padding: 0 0 0 20px;
}

p.ready-maket__text {
    margin: 0 0 10px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-maket__btn {
    margin-top: 20px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 80px);
    background-color: #333;
    border-radius: 7px;
    border: 1px solid #333;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: left;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-maket__btn::before {
    content: '';
    display: block;
    min-width: 40px;
    height: 40px;
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/site/max.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image .3s ease-in-out;
}

.ready-maket__btn:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-maket__btn:hover::before {
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/site/max-hover.svg');
    transition: background-image .3s ease-in-out;
}

.ready-maket__btn:active {
    background-color: #333;
    color: #fff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-maket__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* questions */
.ready-questions {
    margin: 50px 0;
}

.ready-questions__title {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Inter Variable';
    font-size: 32px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

.ready-questions__block {
    margin-bottom: 24px;
    position: relative;
}

p.ready-questions__question {
    margin: 0;
    padding: 25px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #33333333;
}

p.ready-questions__question::before {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: rotate(45deg);
    width: 25px;
    height: 15px;
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/main-menu/strelka-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    transition: .3s ease-in-out;
}

p.ready-questions__question.active::before {
    opacity: 0;
    transition: .3s ease-in-out;
}

p.ready-questions__answer {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    box-shadow: 0px 4px 4px 0px #33333333;
}

p.ready-questions__answer span {
    display: block;
    padding: 25px;
}

/* bottom text */
p.ready-description {
    margin: 50px 0;
    font-family: 'Inter Variable';
    font-size: 14px;
    line-height: normal;
    color: #333;
}

@media screen and (max-width: 1200px) {

    /* banner */
    .ready-banner__banner {
        background-color: #fff;
    }

    .ready-banner__banner>.container {
        min-height: auto;
    }

    .ready-banner__content {
        padding: 30px 0;
        align-items: center;
    }

    .ready-banner__title,
    p.ready-banner__descr {
        margin-bottom: 25px;
        text-align: center;
    }

    .ready-banner__title>br,
    p.ready-banner__descr>br {
        display: none;
    }

    .ready-banner__title {
        font-size: 32px;
    }

    .ready-banner__video {
        display: none;
        position: static;
        width: 100%;
        height: auto;
    }

    .ready-banner__video.mob {
        display: block;
    }

    .ready-banner__btn {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1024px) {

    /* start */
    p.ready-start__text {
        font-size: 18px;
    }

    /* final */
    .ready-final__wrapper {
        justify-content: center;
    }

    .ready-final__item {
        width: calc((100% - 75px) / 2);
    }

    /* gallery */
    .ready-gallery__item:nth-child(1) {
        grid-area: 1 / 1 / 5 / 5;
    }

    .ready-gallery__item:nth-child(2) {
        grid-area: 1 / 5 / 3 / 7;
    }

    .ready-gallery__item:nth-child(3) {
        grid-area: 3 / 5 / 5 / 7;
    }

    .ready-gallery__item:nth-child(4) {
        grid-area: 5 / 1 / 7 / 4;
    }

    .ready-gallery__item:nth-child(5) {
        grid-area: 5 / 4 / 7 / 7;
    }

    .gallery-modal__wrapper {
        flex-direction: column;
        height: calc(100% - 45px);
    }

    .gallery-modal__visual {
        width: 100%;
        height: 100%;
    }

    .gallery-modal__img {
        object-fit: contain;
    }

    .gallery-modal__info {
        width: 100%;
    }

    .gallery-modal__title {
        display: none;
    }

    /* offers */
    .ready-offers__visual {
        height: 200px;
    }

    p.ready-offers__title {
        font-size: 21px;
    }

    p.ready-offers__text {
        width: 40%;
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {

    /* start */
    .ready-start .item-list>li.desktop {
        display: none;
    }

    .ready-start .item-list>li.tablet {
        display: block;
    }

    .start-modal__info {
        padding: 30px;
        width: calc(55% - 60px);
    }

    .start-modal__buttons {
        margin-top: 40px;
        flex-direction: column;
        gap: 15px;
    }

    /* offers */
    .ready-offers__cards {
        justify-content: center;
        gap: 30px;
    }

    .ready-offers__card {
        width: 100%;
        max-width: 500px;
    }

    .ready-offers__discount {
        padding: 5px;
        width: 75px;
        font-size: 16px;
    }

    /* maket */
    .ready-maket {
        gap: 30px;
    }

    .ready-maket__box {
        width: calc(100% - 50px);
    }

    .ready-maket__box:last-child {
        width: 100%;
        height: auto;
    }

    .ready-maket__btn {
        width: fit-content;
    }
}

@media screen and (max-width: 768px),
screen and (max-height: 720px) {
    .ready-gallery__img {
        pointer-events: none;
    }

    .gallery-modal {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .ready-container>.container,
    .ready-banner__banner>.container,
    .ready-final>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* message */
    /* .ready__message {
        align-items: flex-start;
    } */

    p.ready__message-text {
        font-size: 18px;
    }

    p.ready__message-text span {
        display: none !important;
    }

    p.ready__message-text span:not(.nowrap) {
        font-size: 16px;
    }

    /* start */
    .ready-start__block {
        margin-top: 30px;
        flex-direction: column;
    }

    p.ready-start__text {
        max-width: 100%;
        text-align: center;
    }

    .ready-start__button {
        max-width: 295px;
        width: 100%;
    }

    button.ready-start__button {
        max-width: 355px;
    }

    /* final */
    .ready-final__wrapper {
        justify-content: flex-start;
    }

    /* questions */
    .ready-questions__block {
        padding-left: 0;
    }

    .ready-questions__title {
        text-align: center;
    }
}

@media screen and (max-width: 650px) {

    .ready-start .share-block,
    .ready-start .item-list>li.tablet {
        display: flex;
    }

    .item-list>li.ready-start__modal {
        display: none !important;
    }

    .ready-start .productItem.card .productItem__link,
    .ready-start .productItem__visual,
    .ready-start .productItem.card .productItem__content {
        pointer-events: auto;
    }

    .ready-start .productItem.card {
        box-shadow: 0px 0px 7px 1px #0000000F;
        cursor: default;
    }

    .ready-start .productItem__visual {
        box-shadow: 0px -4px 7px -3px #0000000F, -4px 0px 7px -3px #0000000F, 4px 0px 7px -3px #0000000F;
    }

    .ready-start .productItem.card .productItem__content {
        position: relative;
        box-shadow: 0px 4px 7px -3px #0000000F, -4px 0px 7px -3px #0000000F, 4px 0px 7px -3px #0000000F;
    }

    .ready-start .productItem__like,
    .ready-start .productItem.card .productItem__content::before {
        display: block;
    }

    .ready-start .productItem__btns {
        display: flex !important;
    }
}

@media screen and (max-width: 576px) {
    /* banner */
    .ready-banner__title {
        font-size: 25px;
        order: 1;
    }

    p.ready-banner__descr {
        margin-top: 20px;
        margin-bottom: 0;
        order: 4;
    }

    .ready-banner__video.mob {
        order: 2;
    }

    .ready-banner__btn {
        padding: 15px;
        width: calc(100% - 30px);
        font-size: 16px;
        order: 3;
    }

    button.ready-banner__btn {
        width: 100%;
    }

    /* start */
    p.ready-start__text {
        font-size: 16px;
    }

    .ready-final__item {
        width: 100%;
    }

    /* questions */
    .ready-questions__title {
        font-size: 25px;
    }

    p.ready-questions__question {
        font-size: 18px;
    }

    p.ready-questions__answer {
        font-size: 16px;
    }

    /* gallery */
    .ready-gallery__item {
        grid-area: auto !important;
    }

    p.ready-gallery__name {
        font-size: 16px;
    }

    /* offers */
    .ready-offers__card {
        width: 100%;
    }

    .ready-offers__block {
        padding: 10px;
    }

    .ready-offers__visual {
        height: 170px;
    }

    .ready-offers__card:nth-child(1) .ready-offers__img {
        margin-left: 50px;
    }

    p.ready-offers__title {
        max-width: 210px;
        font-size: 18px;
    }

    p.ready-offers__text,
    .ready-offers__discount {
        display: none;
    }

    p.ready-offers__text.mobile {
        display: block;
    }

    .ready-offers__btn {
        font-size: 12px;
    }

    /* maket */
    .ready-maket__box {
        padding: 15px;
        width: calc(100% - 30px);
    }

    .ready-maket__title {
        font-size: 21px;
    }

    p.ready-maket__text {
        font-size: 16px;
    }

    .ready-maket__video {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    /* banner */
    .ready-banner__content {
        padding: 10px 0;
    }

    .ready-banner__title {
        font-size: 21px;
    }

    p.ready-banner__descr {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .ready-offers__block {
        padding: 10px 5px;
    }

    .ready-offers__img {
        margin-left: 0;
    }

    .ready-offers__card:nth-child(1) .ready-offers__img {
        margin-left: 20px;
    }
}