.article-title {
    display: none;
}

/* burger */
.header__burger-btn {
    display: none;
    padding: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header__burger-btn.closed {
    position: absolute;
    top: 25px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 5px 15px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    align-self: flex-end;
    border-radius: 20px;
    background: #e1e1e1;
}

.header__burger-btn.closed::before {
    content: 'закрыть';
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.header__burger-btn.closed::after {
    content: '';
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/site/icons/icon-krest.svg?v=1');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.header__burger-btn>img {
    width: 100%;
    height: 100%;
    display: block;
}

.header__burger-menu {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    background-color: #fff;
    overflow: hidden scroll;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header__burger-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header__burger-menu-wrapper {
    padding: 70px 25px 25px;
}

.header__burger-menu-wrapper>img {
    margin: 0 auto 30px;
    display: block;
    max-width: 300px;
    width: 100%;
}

.header__burger-list {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-bottom: 1px solid #333;
}

.header__burger-list>a {
    margin: 0 auto;
    padding: 7px 20px;
    max-width: 200px;
    width: calc(100% - 40px);
    background-color: #f2f2f2;
    border-radius: 20px;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.header__burger-catalog {
    background-color: #333 !important;
    color: #fff !important;
}

.header__burger-list>a:hover {
    text-decoration: none;
}

.header__burger-phone {
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.header__burger-phone>img {
    width: 30px;
    height: 30px;
    display: block;
}

.header__burger-phone:hover {
    text-decoration: none;
}

.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);
    background-color: #f5f5f5;
}

.ready-banner__banner>.container {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
}

.ready-banner__content {
    padding: 70px 0px;
    width: fit-content;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.ready-banner__title {
    margin: 30px 0;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: unset;
}

p.ready-banner__descr {
    margin: 0;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

p.ready-banner__descr>br {
    display: none;
}

.ready-banner__list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.ready-banner__list::before {
    content: '';
    position: absolute;
    left: 7px;
    top: -15px;
    bottom: -15px;
    width: 1px;
    background-color: #333;
    height: 0;
    transition: height 3s ease-in-out;
}

.ready-banner__list.animated::before {
    height: calc(100% + 30px);
    transition: height 3s ease-in-out;
}

.ready-banner__item {
    padding-left: 30px;
    position: relative;
}

.ready-banner__item::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #333;
    transform: scale(0);
    transition: transform .5s ease-in-out;
}

.ready-banner__list.animated .ready-banner__item::before {
    transform: scale(1) !important;
    transition-delay: 0s;
    transition: transform .5s ease-in-out;
}

.ready-banner__list.animated .ready-banner__item:nth-child(2):before {
    transition-delay: 1s;
}

.ready-banner__list.animated .ready-banner__item:nth-child(3):before {
    transition-delay: 2s;
}

.ready-banner__box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-align: left;
}

.ready-banner__timer {
    margin-top: -7px;
}

.ready-banner__video {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: -400px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ready-banner__video.mobile {
    display: none;
}

.ready-banner__block {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.ready-banner__btn {
    position: relative;
    padding: 10px 30px;
    display: block;
    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: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.ready-banner__btn:nth-child(1) {
    padding: 10px 60px;
}

.ready-banner__btn:nth-child(1):hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.ready-banner__btn:nth-child(1):active {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.ready-banner__btn:nth-child(2) {
    border-color: #df8844;
    background-color: #df8844;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.ready-banner__btn:nth-child(2):hover {
    border-color: #333;
    background-color: #333;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.ready-banner__btn:nth-child(2):active {
    border-color: #df8844;
    background-color: #df8844;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

/* start */
.ready-start {
    margin: 50px 0;
}

.ready-start__title {
    margin: 0;
    margin-bottom: 40px;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    text-align: left;
    letter-spacing: unset;
}

p.ready-start__text {
    margin: 0;
    margin-bottom: 40px;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

.ready-start__wrapper {
    margin: 50px 0;
}

.ready-start__complex {
    display: flex;
    align-items: center;
}

.ready-start__img {
    display: block;
    width: 50%;
}

.ready-start__content {
    width: 50%;
}

.ready-start__name {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    text-align: left;
    letter-spacing: unset;
}

p.ready-start__descr {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

p.ready-start__price {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Inter Variable';
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #df8844;
}

p.ready-start__txt {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.ready-start__list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ready-start__item {
    padding-left: 15px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.ready-start__item::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}

.ready-start__btn {
    position: relative;
    padding: 10px 60px;
    display: block;
    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: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-start__btn:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-start__btn:active {
    background-color: #333;
    color: #fff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-start__images {
    padding: 50px 0;
}

.ready-start__images img {
    border-radius: 7px;
}

/* questions */
.ready-questions {
    margin: 50px 0;
}

.ready-questions__title {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

.ready-questions__block:nth-child(1) {
    border-top: 1px solid #333;
}

.ready-questions__block {
    padding: 25px;
    position: relative;
    border-bottom: 1px solid #333;
}

.ready-questions__block.block-hidden {
    display: none;
}

p.ready-questions__question {
    margin: 0;
    padding-right: 30px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333;
    cursor: pointer;
}

p.ready-questions__question::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 36px;
    height: 19px;
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/ready-arrow.svg?v=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

p.ready-questions__question.active::before {
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/ready-arrow_open.svg?v=1');
}

p.ready-questions__answer {
    margin: 0;
    margin-top: 15px;
    display: none;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

p.ready-questions__question.active+p.ready-questions__answer {
    display: block;
}

.ready-questions__more {
    margin: 25px auto 0;
    padding: 10px 30px;
    width: fit-content;
    display: block;
    background-color: #333;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-transform: lowercase;
    transition: background-color .3s ease-in-out;
}

.ready-questions__more.more-hidden {
    display: none;
}

.ready-questions__more:hover {
    background-color: #df8844;
    transition: background-color .3s ease-in-out;
}

.ready-questions__more:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

/* oformlenie */
.ready-oformlenie {
    margin: 50px calc(50% - 50vw);
    background-color: #f5f5f5;
}

.ready-oformlenie>.container {
    padding: 50px 35px;
    position: relative;
}

.ready-oformlenie__title {
    margin: 0;
    margin-bottom: 50px;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

.ready-oformlenie__img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}

.ready-oformlenie__img.mobile {
    display: none;
}

.ready-oformlenie__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ready-oformlenie__list::before {
    content: '';
    position: absolute;
    left: 7px;
    top: -18px;
    bottom: 0;
    width: 1px;
    height: 0;
    background-color: #333;
    transition: height 6s ease;
}

.ready-oformlenie__list.animated::before {
    height: calc(100% + 18px);
    transition: height 6s ease;
}

.ready-oformlenie__item {
    padding-left: 40px;
    position: relative;
}

.ready-oformlenie__item:not(:nth-child(1))::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #333;
    transform: scale(0);
    transition: transform .5s ease-in-out;
}

.ready-oformlenie__list.animated .ready-oformlenie__item::before {
    transform: scale(1) !important;
    transition-delay: 0s;
    transition: transform .5s ease-in-out;
}

.ready-oformlenie__list.animated .ready-oformlenie__item:nth-child(2):before {
    transition-delay: 1s;
}

.ready-oformlenie__list.animated .ready-oformlenie__item:nth-child(3):before {
    transition-delay: 2s;
}

p.ready-oformlenie__text {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

p.ready-oformlenie__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 56px;
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/vip/icon_dogovor.svg?v=1');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

p.ready-oformlenie__descr {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-oformlenie__boxes {
    margin-bottom: 15px;
}

.ready-oformlenie__box {
    padding-left: 15px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.ready-oformlenie__box::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}

.ready-oformlenie__btn {
    position: relative;
    padding: 10px 30px;
    display: block;
    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: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-oformlenie__btn:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-oformlenie__btn:active {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

/* maket */
.ready-maket {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ready-maket__box {
    padding: 25px;
    width: calc((100% - 20px * 2 - 150px) / 3);
    height: 360px;
    background-color: #f5f5f5;
    border-radius: 7px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .3);
}

.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 0 20px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-maket__btn {
    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: 100%;
    height: 100%;
    aspect-ratio: 708 / 1080;
    display: block;
    object-fit: cover;
}

.ready-maket__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ready-maket__item {
    position: relative;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-indent: 15px;
}

.ready-maket__item::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}

/* steps */
.ready-steps {
    margin: 50px 0;
}

.ready-steps__title {
    margin: 0;
    margin-bottom: 40px;
    font-family: 'Inter Variable';
    font-size: 42px;
    line-height: normal;
    color: #333;
    letter-spacing: unset;
    text-align: left;
}

.ready-steps__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.ready-steps__item {
    padding: 0 10px;
    width: calc((100% - 30px * 4) / 5);
    border-left: 4px solid #333;
}

.ready-steps__content {
    overflow: hidden;
}

.ready-steps__number {
    margin-bottom: 15px;
    font-family: 'Inter Variable';
    font-size: 36px;
    line-height: normal;
    color: #333;
}

p.ready-steps__text {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    transform: translateX(-100%);
    transition: transform 1s ease-out;
}

.ready-steps__item.animated p.ready-steps__text {
    transform: translateX(0) !important;
    transition-delay: 0s;
    transition: transform 1s ease-out;
}

.ready-steps__btn {
    margin: 30px 0 0 auto;
    display: block;
    padding: 10px 50px;
    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: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-steps__btn:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.ready-steps__btn:active {
    background-color: #333;
    color: #fff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

/* gallery */
.ready-gallery {
    margin: 50px 0;
}

.ready-gallery__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-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ready-gallery__block {
    display: flex;
    gap: 10px;
}

.ready-gallery__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc((100% - 10px * 3) / 4);
}

.ready-gallery__item {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ready-gallery__column.column-full {
    width: calc((100% - 10px) / 2);
}

.ready-gallery__img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 7px;
    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);
}

p.ready-gallery__name {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
}

.ready-gallery__column.column-full .ready-gallery__name {
    font-size: 21px;
}

@media screen and (max-width: 1366px) {

    /* banner */
    .ready-banner__video {
        right: -300px;
    }
}

@media screen and (max-width: 1130px) {

    /* banner */
    .ready-banner__banner {
        background-color: #fff;
    }

    .ready-banner__video {
        display: none;
    }

    .ready-banner__video.mobile {
        display: block;
        max-width: 575px;
        position: static;
        height: auto;
        order: 4;
        border-radius: 7px;
    }

    .ready-banner__content {
        padding: 20px 0;
        width: 100%;
        align-items: center;
    }

    .ready-banner__title {
        margin: 0 0 20px;
        text-align: center;
        order: 1;
    }

    p.ready-banner__descr {
        display: flex;
        align-items: center;
        gap: 15px;
        order: 2;
    }

    p.ready-banner__descr>br {
        display: inline;
    }

    p.ready-banner__descr::before {
        content: '';
        display: block;
        width: 60px;
        height: 64px;
        background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/fix-icon.svg?v=2');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ready-banner__box {
        margin-top: 20px;
        order: 7;
    }

    .ready-banner__list {
        display: none;
    }

    .ready-banner__block {
        margin-top: 20px;
        order: 6;
    }

    /* oformlenie */
    .ready-oformlenie__title {
        font-size: 32px;
    }

    .ready-oformlenie__wrapper {
        max-width: 500px;
    }

    .ready-oformlenie__img {
        width: calc(100% - 520px);
        object-fit: contain;
    }

    /* maket */
    .ready-maket__box {
        width: calc((100% - 20px - 100px) / 2);
        height: auto;
    }

    .ready-maket__box:nth-child(2) {
        display: none;
    }

    .ready-maket__title {
        font-size: 25px;
    }

    .ready-maket__btn {
        padding: 5px 30px;
    }
}

@media screen and (max-width: 1024px) {

    /* start */
    .ready-start__complex {
        gap: 30px;
    }

    /* steps */
    .ready-steps__wrapper {
        justify-content: center;
    }

    .ready-steps__item {
        width: calc((100% - 54px * 2) / 3);
    }

    .ready-steps__item:nth-child(3),
    .ready-steps__item:nth-child(5) {
        border-right: 4px solid #333;
    }

    .ready-steps__btn {
        margin: 30px auto 0;
    }

    /* gallery */
    .ready-gallery__wrapper {
        gap: 20px;
    }

    .ready-gallery__column {
        flex-direction: row;
        width: 100%;
    }

    .ready-gallery__column.column-full {
        width: 100%;
    }

    .ready-gallery__item {
        width: calc((100% - 10px) / 2);
        height: auto;
    }

    .ready-gallery__column.column-full .ready-gallery__item {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .ready-oformlenie__img {
        width: 100%;
        max-width: 550px;
        height: auto;
        position: static;
        display: none;
    }

    .ready-oformlenie__img.mobile {
        display: block;
    }

    .ready-oformlenie__wrapper {
        max-width: 100%;
    }

    .ready-oformlenie__title {
        margin-bottom: 20px;
    }

    .ready-oformlenie__list {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px),
screen and (max-height: 720px) {
    .ready-gallery__img {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    #main {
        margin-top: 130px;
    }

    .header__menu,
    .header__actions,
    .header__login {
        display: none !important;
    }

    .header__info {
        justify-content: center;
    }

    .header__burger-btn {
        display: block;
    }

    .header__window-catalog {
        top: 130px;
    }

    .ready-start,
    .ready-start__wrapper,
    .ready-oformlenie,
    .ready-maket,
    .ready-steps,
    .ready-questions,
    .ready-gallery {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ready-container>.container,
    .ready-banner__banner>.container,
    .ready-oformlenie>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* banner */
    .ready-banner__title {
        font-size: 32px;
    }

    p.ready-banner__descr {
        font-size: 18px;
    }

    .ready-banner__box {
        font-size: 16px;
    }

    .ready-banner__list {
        gap: 10px;
    }

    .ready-banner__list::before {
        left: 4px;
        top: -5px;
        bottom: -5px;
    }

    .ready-banner__list.animated::before {
        height: calc(100% + 10px);
    }

    .ready-banner__item {
        padding-left: 20px;
    }

    .ready-banner__item::before {
        width: 9px;
        height: 9px;
    }

    .ready-banner__timer {
        margin-top: -10px;
    }

    /* start */
    .ready-start__title {
        margin-bottom: 20px;
        font-size: 32px;
        text-align: center;
    }

    p.ready-start__text {
        font-size: 18px;
        text-align: center;
    }

    .ready-start__complex {
        flex-direction: column;
        gap: 10px;
    }

    .ready-start__img {
        max-width: 550px;
        width: 100%;
    }

    .ready-start__content {
        width: 100%;
    }

    .ready-start__name {
        font-size: 32px;
    }

    p.ready-start__descr {
        font-size: 18px;
    }

    .ready-start__list {
        margin-bottom: 20px;
    }

    .ready-start__images {
        padding-bottom: 0;
    }

    .ready-start__images .ready-start__btn {
        margin: 0 auto;
    }

    /* oformlenie */
    .ready-oformlenie>.container {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .ready-oformlenie__title {
        text-align: center;
    }

    .ready-oformlenie__img {
        margin: 0 auto;
    }

    /* maket */
    .ready-maket {
        gap: 30px;
    }

    .ready-maket__box {
        width: calc(100% - 50px);
    }

    /* steps */
    .ready-steps__title {
        font-size: 32px;
        text-align: center;
    }

    .ready-steps__wrapper {
        justify-content: flex-start;
    }

    .ready-steps__item {
        width: calc((100% - 54px * 1) / 2);
    }

    .ready-steps__item:nth-child(3),
    .ready-steps__item:nth-child(5) {
        border-right: none;
    }

    /* questions */
    .ready-questions__title {
        font-size: 32px;
        text-align: center;
    }

    .ready-questions__block {
        padding-left: 0;
    }

    .ready-questions__more {
        font-size: 16px;
    }

    .ready-questions__more::after {
        min-width: 10px;
        height: 10px;
    }

    /* gallery */
    .ready-gallery__title {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    #main {
        margin-top: 129px;
    }

    /* banner */

    .ready-banner__title {
        font-size: 25px;
    }

    p.ready-banner__descr {
        margin-bottom: 20px;
        font-size: 16px;
    }

    p.ready-banner__descr::before {
        width: 45px;
        height: auto;
        aspect-ratio: 60 / 64;
    }

    .ready-banner__box {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .ready-banner__box.box-timer {
        align-items: center;
        text-align: center;
    }

    .ready-banner__timer {
        margin-top: 0;
    }

    .ready-banner__block {
        width: 100%;
    }

    .ready-banner__btn {
        padding: 10px 20px;
        width: calc(100% - 40px);
    }

    button.ready-banner__btn {
        width: 100%;
    }

    /* start */
    .ready-start__title {
        font-size: 25px;
    }

    p.ready-start__text {
        font-size: 16px;
    }

    /* steps */
    .ready-steps__title {
        margin-bottom: 20px;
    }

    .ready-steps__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__title {
        font-size: 25px;
    }

    .ready-gallery__column {
        flex-direction: column;
        gap: 20px;
    }

    .ready-gallery__item {
        width: 100%;
    }

    p.ready-gallery__name,
    .ready-gallery__column.column-full .ready-gallery__name {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {

    /* start */
    .ready-start__images .big-gallery__photo {
        display: none;
    }

    .ready-start__images .big-gallery__photo.mobile {
        display: block;
    }

    .ready-start__btn {
        padding: 10px;
        width: calc(100% - 20px);
    }

    button.ready-start__btn {
        width: 100%;
    }

    /* oformlenie */
    .ready-oformlenie__title {
        font-size: 25px;
    }

    .ready-oformlenie__list::before {
        left: 4px;
        top: -10px;
    }

    .ready-oformlenie__list.animated::before {
        height: calc(100% + 10px);
    }

    .ready-oformlenie__item {
        padding-left: 30px;
    }

    .ready-oformlenie__item:not(:nth-child(1))::before {
        width: 9px;
        height: 9px;
    }

    /* maket */
    .ready-maket__box {
        padding: 15px;
        width: calc(100% - 30px);
    }

    .ready-maket__box:nth-child(2) {
        display: block;
    }

    .ready-maket__title {
        font-size: 21px;
    }

    p.ready-maket__text,
    .ready-maket__item {
        font-size: 16px;
    }

    .ready-maket__video {
        width: 100%;
        height: auto;
    }

    /* steps */
    .ready-steps__title {
        font-size: 21px;
    }

    .ready-steps__btn {
        padding: 10px;
        width: calc(100% - 20px);
    }

    button.ready-steps__btn {
        width: 100%;
    }

    /* gallery */
    .ready-gallery__title {
        font-size: 21px;
    }
}

@media screen and (max-width: 360px) {
    #main {
        margin-top: 125px;
    }
}