.article-title,
.title-section-catalog,
div#PJ-smartfilter-form,
div#PJ-smartfilter-form+br,
div#PJ-smartfilter-form +br+br,
div.item-section-wrap {
    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;
}

/* banner */
.ready-banner__banner {
    margin: 0 calc(50% - 50vw);
    position: relative;
    background-color: #f7f7f7;
}

.ready-banner__banner>.container {
    padding-right: 35px;
    padding-left: 35px;
}

.ready-banner__content {
    margin: 0;
    margin-right: auto;
    padding: 62px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ready-banner__title {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    text-align: left;
    letter-spacing: unset;
    z-index: 1;
}

p.ready-banner__text {
    margin: 0 0 60px;
    max-width: 480px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    z-index: 1;
}

.ready-banner__video {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ready-banner__video.mobile {
    display: none;
}

.ready-banner__btn {
    position: relative;
    padding: 10px 40px;
    width: fit-content;
    background-color: #333;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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;
}

/* advantages */
.ready-advantages {
    margin: 50px 0;
}

.ready-advantages__boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ready-advantages__box {
    padding: 15px;
    width: calc((100% - 60px * 3) / 4);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    box-shadow: 1px 4px 4px 0px #33333340;
    border-radius: 7px;
}

p.ready-advantages__text {
    margin: 0;
    font-family: 'Inter Medium';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

p.ready-advantages__descr {
    margin: 0;
    margin-top: auto;
    font-family: 'Inter Variable';
    font-size: 12px;
    line-height: normal;
    color: #333;
}

/* personal */
.ready-personal {
    margin: 50px calc(50% - 50vw);
    background-color: #f7f7f7;
}

.ready-personal>.container {
    padding: 35px;
}

.ready-personal__wrapper {
    display: flex;
    gap: 30px;
}

.ready-personal__video {
    display: block;
    width: 50%;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.ready-personal__boxes {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.ready-personal__box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #3333332B;
    border-radius: 7px;
}

.ready-personal__title {
    margin-bottom: 10px;
    font-family: 'Inter Medium';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

p.ready-personal__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

/* photo */
.ready-photo {
    margin: 50px 0;
}

.ready-photo__container {
    display: flex;
    border-radius: 7px;
    box-shadow: 2px 5px 5.2px 3px #33333354;
    overflow: hidden;
}

.ready-photo__img {
    width: 50%;
    display: block;
    border-radius: 7px;
    object-fit: cover;
}

.ready-photo__info {
    margin: auto 0;
    padding: 20px;
    width: 50%;
}

.ready-photo .ready__message>img {
    width: 40px;
}

p.ready-photo__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.ready-photo__btn {
    margin-top: 60px;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 30px);
    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;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-photo__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-photo__btn:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-photo__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-photo__btn:active {
    background-color: #333;
    color: #fff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

/* cards */
.ready-cards {
    margin: 50px 0;
}

.ready-cards__nameplate {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 3px 10px;
    width: fit-content;
    background-color: #df8844;
    border-radius: 0 7px 0 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    white-space: nowrap;
}

.ready-cards .item-list .productItem.card .productItem__content {
    min-height: 105px;
}

@media screen and (min-width: 993px) {
    .cards-list {
        margin: 0 0 210px;
        gap: 210px 10px;
    }
}

.productItem.card .productItem__content::before {
    display: none;
}

.ready-cards .item-list .productItem.card .productItem__img {
    border-radius: 7px 7px 0 0;
}

.ready-cards .item-list .productItem__name {
    font-size: 21px;
}

.ready-cards .item-list .productItem__descr {
    margin-bottom: 10px;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-align: left;
}

.ready-cards__cards {
    margin: 0 0 30px;
    gap: 30px 10px;
}

.ready-cards__card {
    max-width: 355px;
}

.ready-cards__visual {
    border-radius: 7px;
    overflow: hidden;
}

.ready-cards__img {
    display: block;
}

.ready-cards__info {
    padding: 15px 0;
}

p.ready-cards__name {
    margin: 0 0 10px;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

p.ready-cards__text {
    margin: 0 0 10px;
    font-family: 'Inter Light';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.ready-cards__button {
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s ease-out;
}

.ready-cards__button:hover {
    color: #df8844;
    text-decoration: none;
    transition: .3s ease-out;
}

.ready-cards__button:active {
    color: #333;
    transition: .3s ease-out;
}

.ready-cards__btn {
    margin: 0 auto;
    padding: 7px 10px;
    max-width: 355px;
    width: 100%;
    display: none;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 7px;
    font-family: 'Inter Variable';
    font-size: 14px;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-cards__btn:hover {
    background-color: #333;
    color: #fff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-cards__btn:active {
    background-color: #fff;
    color: #333;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

/* 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;
}

/* 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;
}

/* 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% - 20px - 100px) / 2);
    height: 490px;
    background-color: #f4f4f4;
    border-radius: 7px;
}

.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;
}

p.ready-maket__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-maket__line {
    margin: 20px 0;
    max-width: 250px;
    width: 100%;
    border-top: 1px solid #333;
}

.ready-maket__btn {
    margin-top: 50px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    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;
    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 {
    margin: auto;
    width: auto;
    height: 100%;
    aspect-ratio: 708 / 1080;
    display: block;
    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;
}

/* about */
.ready-about {
    margin: 50px 0;
    display: flex;
    gap: 30px;
}

.ready-about__video {
    display: block;
    width: 65%;
    border-radius: 7px;
    object-fit: cover;
}

.ready-about__content {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ready-about__title {
    margin: 0 0 25px;
    font-family: 'Inter Variable';
    font-size: 24px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

p.ready-about__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 14px;
    line-height: normal;
    color: #333;
}

.ready-about__link {
    margin-top: 50px;
    padding: 10px 30px;
    display: block;
    width: calc(100% - 60px);
    background-color: #333;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.ready-about__link:hover {
    background-color: #df8844;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.ready-about__link:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

/* seo */
.ready-seo__block {
    margin-bottom: 50px;
}

.ready-seo__title {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Inter Medium';
    font-size: 24px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

p.ready-seo__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-align: left;
}

@media screen and (max-width: 1920px) {

    /* banner */
    .ready-banner__video {
        object-fit: cover;
    }
}

@media screen and (max-width: 1024px) {

    /* banner */
    .ready-banner__video {
        display: none;
    }

    .ready-banner__video.mobile {
        margin-bottom: 20px;
        display: block;
        position: static;
        width: 100%;
        height: auto;
    }

    .ready-banner__content {
        padding: 20px 0;
        align-items: center;
    }

    .ready-banner__title {
        margin-bottom: 20px;
    }

    .ready-banner__title>br {
        display: none;
    }

    .ready-banner__title {
        text-align: center;
    }

    p.ready-banner__text {
        margin-bottom: 20px;
    }

    /* advantages */
    .ready-advantages__box {
        width: calc((100% - 80px) / 2);
    }

    /* final */
    .ready-final__wrapper {
        justify-content: center;
    }

    .ready-final__item {
        width: calc((100% - 75px) / 2);
    }

    /* about */
    .ready-about {
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {

    /* personal */
    .ready-personal__wrapper {
        flex-direction: column;
    }

    .ready-personal__video,
    .ready-personal__boxes {
        width: 100%;
    }

    .ready-personal__boxes {
        gap: 30px;
    }

    /* photo */
    .ready-photo__container {
        flex-direction: column;
        gap: 30px;
        box-shadow: none;
    }

    .ready-photo__img,
    .ready-photo__info {
        padding: 0;
        width: 100%;
    }

    .ready-photo__btn {
        margin-top: 30px;
    }

    /* about */
    .ready-about {
        flex-direction: column;
        gap: 30px;
    }

    .ready-about__content,
    .ready-about__video {
        width: 100%;
    }

    .ready-about__link {
        margin-top: 25px;
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {

    .ready-container>.container,
    .ready-banner__banner>.container,
    .ready-personal>.container,
    .ready-final>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* message */
    p.ready__message-text {
        font-size: 18px;
    }

    p.ready__message-text span {
        display: none !important;
    }

    /* final */
    .ready-final__wrapper {
        justify-content: flex-start;
    }

    /* maket */
    .ready-maket {
        gap: 30px;
    }

    .ready-maket__box {
        width: calc(100% - 50px);
    }

    .ready-maket__box:last-child {
        height: auto;
    }

    /* questions */
    .ready-questions__block {
        padding-left: 0;
    }

    .ready-questions__title {
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .item-list>li.ready-card-hidden {
        display: none;
    }

    .ready-cards__btn {
        display: block;
    }
}

@media screen and (max-width: 576px) {

    /* banner */
    .ready-banner__btn {
        width: 100%;
        order: 2;
    }

    .ready-banner__title {
        font-size: 21px;
        text-align: center;
        text-transform: uppercase;
    }

    p.ready-banner__text {
        margin-bottom: 20px;
        max-width: 100%;
        font-size: 16px;
        text-align: center;
        order: 1;
    }

    /* advantages */
    .ready-advantages__box {
        width: calc(100% - 30px);
    }

    /* personal */
    .ready-personal {
        background-color: #fff;
    }

    .ready-personal>.container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ready-personal__title {
        font-size: 18px;
    }

    p.ready-personal__text {
        font-size: 14px;
    }

    /* final */
    .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;
    }
}

@media screen and (max-width: 480px) {

    /* 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%;
    }

    /* about */
    .ready-about__link {
        width: calc(100% - 60px);
    }

    .ready-about__title {
        font-size: 21px;
    }
}