.article-title,
.breadcrumbs {
    display: none;
}

.article .item-list {
    text-align: left;
}

/* 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: 714px;
    display: flex;
    gap: 20px;
}

.ready-banner__banner.reverse>.container {
    min-height: 576px;
}

.ready-banner__content {
    margin: auto 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ready-banner__banner.reverse .ready-banner__content {
    margin: auto 0 auto auto;
    max-width: 500px;
}

.ready-banner__title {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-family: 'Inter Variable';
    font-size: 48px;
    line-height: normal;
    color: #333;
    text-align: left;
    letter-spacing: unset;
}

.ready-banner__banner.reverse .ready-banner__title {
    font-size: 32px;
    text-transform: uppercase;
}

.ready-banner__title span {
    color: #df8844;
}

p.ready-banner__descr {
    margin: 0;
    margin-bottom: 30px;
    max-width: 590px;
    position: relative;
    z-index: 2;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-banner__banner.reverse p.ready-banner__descr {
    margin-bottom: 40px;
    font-size: 21px;
}

p.ready-banner__text {
    margin: 0 0 10px;
    padding-left: 20px;
    max-width: 560px;
    position: relative;
    z-index: 2;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

p.ready-banner__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' d='M6.5.74l1.3 3.3c.12.3.18.46.27.59.08.11.18.21.3.3.13.09.28.15.58.27l3.31 1.3-3.3 1.3c-.3.12-.46.18-.59.27a1.5 1.5 0 0 0-.3.3c-.09.13-.15.28-.27.58l-1.3 3.31-1.3-3.3c-.12-.3-.18-.46-.27-.59a1.5 1.5 0 0 0-.3-.3c-.13-.09-.28-.15-.58-.27l-3.31-1.3 3.3-1.3c.3-.12.46-.18.59-.27a1.5 1.5 0 0 0 .3-.3c.09-.13.15-.28.27-.58L6.5.74z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ready-banner__video {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: -180px;
    width: auto;
    height: calc(100% - 25px);
    object-fit: cover;
}

.ready-banner__banner.reverse .ready-banner__video {
    right: auto;
    left: -30px;
    height: 100%;
}

.ready-banner__btns {
    display: flex;
    gap: 12px;
    z-index: 1;
}

.ready-banner__btns>button {
    margin: 0;
}

.ready-banner__btn {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: fit-content;
    z-index: 2;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-decoration: underline;
}

.ready-banner__link {
    position: relative;
    padding: 15px 60px;
    width: fit-content;
    background-color: #333;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out;
}

.ready-banner__banner.reverse .ready-banner__link {
    padding: 15px 30px;
    font-size: 18px;
    z-index: 1;
}

.ready-banner__btns>button:first-child {
    background-color: #df8844;
}

.ready-banner__link:hover {
    background-color: #df8844;
    transition: background-color .3s ease-in-out;
}

.ready-banner__btns>button:first-child:hover {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

.ready-banner__link:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

.ready-banner__btns>button:first-child:active {
    background-color: #df8844;
    transition: background-color .3s ease-in-out;
}

p.gb-slider__dscr.ready-banner__txt {
    font-size: 14px;
    line-height: normal;
    z-index: 1;
}

p.ready-banner__dscr {
    margin: 0;
    max-width: 520px;
    position: absolute;
    bottom: 10px;
    right: 35px;
    font-family: 'Inter Light';
    font-size: 14px;
    line-height: normal;
    color: #33333399;
}

/* gb-slider */
.gb-slider {
    margin: 50px 0;
}

.gb-slider__wrapper {
    display: flex;
    gap: 15px;
}

.gb-slider__content {
    width: calc(100% - 711px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.gb-slider__box {
    padding: 7px 14px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #3333332B;
}

p.gb-slider__text {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Inter Medium';
    font-size: 21px;
    line-height: normal;
    color: #333;
}

p.gb-slider__descr {
    margin: 0;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

p.gb-slider__dscr {
    margin: 20px 0 0;
    padding-left: 30px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

p.gb-slider__dscr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99994 17.4074C4.42128 17.4074 1.50928 14.3084 1.50928 10.5001C1.50928 6.69169 4.42128 3.59277 7.99994 3.59277C11.5786 3.59277 14.4906 6.69169 14.4906 10.5001C14.4906 14.3084 11.5786 17.4074 7.99994 17.4074ZM7.99994 3.8198C4.53861 3.8198 1.72261 6.81656 1.72261 10.5001C1.72261 14.1836 4.53861 17.1803 7.99994 17.1803C11.4613 17.1803 14.2773 14.1836 14.2773 10.5001C14.2773 6.81656 11.4613 3.8198 7.99994 3.8198Z' fill='%23333333'/%3E%3Cpath d='M7.99996 14.9328C7.80049 14.9328 7.62983 14.8567 7.48796 14.7046C7.34503 14.5525 7.27356 14.3709 7.27356 14.1598C7.27356 13.9486 7.34503 13.7659 7.48796 13.6138C7.63089 13.4617 7.80156 13.3856 7.99996 13.3856C8.19836 13.3856 8.37009 13.4617 8.51303 13.6138C8.65596 13.7659 8.72743 13.9475 8.72743 14.1598C8.72743 14.3005 8.69436 14.4288 8.62823 14.5468C8.56209 14.6638 8.47463 14.758 8.36583 14.8284C8.25703 14.8987 8.13543 14.9339 7.99996 14.9339V14.9328ZM8.54929 6.06738L8.46823 12.3901H7.53169L7.45063 6.06738H8.54823H8.54929Z' fill='black'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gb-slider__media {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
}

.gb-slider__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.gb-slider__img {
    display: block;
    width: 50px;
}

.gb-slider__txt {
    width: min-content;
    font-family: 'Inter Medium';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.gb-slider__slider {
    align-self: flex-start;
    position: relative;
    width: 100%;
    max-width: 696px;
    aspect-ratio: 2151 / 1376;
    border-radius: 7px;
    overflow: hidden;
}

.gb-slider__slider figure {
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/fk/fk-fk.jpg?v=1');
    background-color: #fff;
    background-size: cover;
    font-size: 0;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}

#gb-slider-block {
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/fk/fk-std.jpg?v=1');
    background-color: #fff;
    background-size: cover;
    bottom: 0;
    border-right: 5px solid #fff;
    height: 100%;
    max-width: 98.6%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%;
    animation: first 2s 1 normal ease-in-out 0.1s;
}

input#gb-slider-slider {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

input#gb-slider-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px;
    outline: none;
    cursor: pointer;
}

input#gb-slider-slider::-ms-tooltip {
    display: none;
}

#gb-slider-block::before {
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top: 0;
    width: 64px;
}

#gb-slider-block::after {
    content: '';
    position: absolute;
    top: 50%;
    /* right: -43px; */
    right: -32px;
    transform: translateY(-50%);
    /* width: 81px; */
    width: 60px;
    /* aspect-ratio: 79 / 44; */
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    outline: 1px solid #fff;
    backdrop-filter: blur(5px);
    /* background-color: #ffffff80; */
    background-color: rgba(0, 0, 0, 0.2);
    /* background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/bg-arrow.svg'); */
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/mk-arrow.svg');
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

@keyframes first {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 50%;
    }
}

.gb-slider__slider::before,
.gb-slider__slider::after {
    content: "стандартное оформление";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.2);
    font-family: "Inter Bold";
    font-size: 24px;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 7px;
}

.gb-slider__slider::after {
    content: "фотокерамика";
    left: auto;
    right: 0px;
}

/* start */
.ready-start {
    margin: 50px 0;
}

.ready-start__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 18px;
}

.ready-start__list>li {
    width: calc((100% - 36px) / 3);
    display: flex;
    flex-direction: column;
}

.ready-start__list>li.ready-start__hidden {
    display: none;
}

.ready-start__list>li.ready-start__hidden.active {
    display: flex;
}

.ready-start__card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.ready-start__visual {
    position: relative;
    aspect-ratio: 366 / 408;
    overflow: hidden;
}

.ready-start__card.active .ready-start__visual {
    aspect-ratio: 366 / 251;
    height: 100%;
}

.ready-start__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.ready-start__container {
    display: flex;
    flex-direction: column;
}

.ready-start__info {
    padding: 12px;
}

.ready-start__name {
    margin: 0 0 12px;
    font-family: 'Inter Bold';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-start__block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ready-start__price {
    font-family: 'Inter Bold';
    font-size: 24px;
    line-height: normal;
    color: #333;
}

.ready-start__price span {
    display: none;
    white-space: nowrap;
}

.ready-start__price span.active {
    display: inline;
}

.ready-start__gift {
    padding-left: 32px;
    position: relative;
    font-family: 'Inter Variable';
    font-size: 12px;
    line-height: normal;
    color: #333;
}

.ready-start__gift span.orng {
    color: #df8844;
    white-space: nowrap;
}

.ready-start__gift span.price {
    text-decoration: line-through;
    white-space: nowrap;
}

.ready-start__gift::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/fk/fk-gift.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

p.ready-start__text {
    margin: 12px 0 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #3333331A;
    font-family: 'Inter Variable';
    font-size: 14px;
    line-height: normal;
    color: #33333380;
}

.ready-start__content {
    padding: 12px;
}

.ready-start__more {
    position: relative;
    padding: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #df8844;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter SemiBold';
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.ready-start__more::after {
    content: '';
    margin-right: 0;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    aspect-ratio: 1 / 1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.ready-start__card.active .ready-start__more::after {
    margin-top: 5px;
    margin-right: 15px;
    transform: rotate(-135deg);
    border-color: #333;
}

.ready-start__card.active .ready-start__more {
    padding: 0;
    justify-content: space-between;
    background-color: transparent;
    color: #333;
}

.ready-start__wrapper {
    max-height: 0;
    overflow: hidden;
}

.ready-start__card.active .ready-start__wrapper {
    max-height: 100%;
}

.ready-start__options {
    padding: 2px;
    margin-top: 16px;
    display: flex;
    align-items: baseline;
}

p.ready-start__label {
    margin: 0;
    max-width: 110px;
    width: 100%;
    font-family: 'Inter Medium';
    font-size: 12px;
    line-height: normal;
    color: #333;
}

.ready-start__labels {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.ready-start__option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 110px;
    width: 100%;
    min-height: 32px;
    background-color: #fff;
    cursor: pointer;
    outline: 1px solid #dadada;
    border-radius: 7px;
    user-select: none;
    font-family: 'Inter Medium';
    font-size: 12px;
    line-height: normal;
    color: #333;
    text-align: center;
    transition: .3s ease-in-out;
}

.ready-start__labels .ready-start__option:only-child {
    max-width: 100%;
}

.ready-start__option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ready-start__option:has(input:checked),
.ready-start__option.active {
    outline: 1px solid transparent;
    background-color: #333;
    color: #fff;
    transition: .3s ease-in-out;
}

.ready-start__option span {
    display: block;
    font-size: 8px;
}

.ready-start__box {
    margin-top: auto;
    padding: 12px;
    padding-top: 0;
}

.ready-start__btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #fff;
    border: 2px solid #72727240;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Inter SemiBold';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-align: center;
}

.ready-start__btn::after {
    content: '';
    display: block;
    width: 28px;
    aspect-ratio: 1 / 1;
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/package/phone-gray.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ready-start__card.active .ready-start__btn {
    background-color: #df8844;
    border-color: #df8844;
    color: #fff;
}

.ready-start__card.active .ready-start__btn::after {
    background-image: url('https://img.danila-master.ru/uploads/articlesImages/pages/classical-monuments/package/phone-white.svg');
}

p.ready-start__descr {
    display: none;
    margin: 12px 0 0;
    font-family: 'Inter Variable';
    font-size: 14px;
    line-height: normal;
    color: #999;
    text-align: center;
}

.ready-start__more-block {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ready-start__txt {
    margin: 0;
    max-width: 65%;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.ready-start__button {
    padding: 10px 30px;
    max-width: 365px;
    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 Light';
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out;
}

.ready-start__button::before {
    content: "Показать ещё";
    display: block;
    white-space: nowrap;
}

.ready-start__button.active::before {
    content: "Свернуть";
}

button.ready-start__button {
    width: 100%;
}

.ready-start__button:hover {
    background-color: #df8844;
    transition: background-color .3s ease-in-out;
}

.ready-start__button:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

/* about */
.ready-about {
    margin: 100px 0 50px;
}

.ready-about__container {
    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;
}

/* advantages */
.ready-advantages {
    margin: 50px 0;
}

.ready-advantages__boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ready-advantages__box {
    padding: 12px;
    width: calc((100% - 52px * 3) / 4);
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 1px 4px 4px 0px #33333340;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-align: center;
}

.ready-advantages__box span {
    margin-bottom: 10px;
    display: block;
    font-family: 'Inter Medium';
    font-size: 24px;
    white-space: nowrap;
    color: #df8844;
}

/* 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;
}

/* final */
.ready-final {
    margin: 50px calc(50% - 50vw);
    background-color: #f7f7f7;
}

.ready-final>.container {
    padding: 15px 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;
}

/* 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;
}

/* 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;
}

@media screen and (max-width: 1240px) {

    /* gb-slider */
    .gb-slider__slider {
        max-width: 550px;
        align-self: center;
    }

    .gb-slider__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .gb-slider__content {
        max-width: 550px;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {

    /* banner */
    .ready-banner__banner {
        background-color: #fff;
    }

    .ready-banner__banner>.container {
        min-height: auto !important;
    }

    .ready-banner__content {
        padding: 30px 0;
        align-items: center;
    }

    .ready-banner__banner.reverse .ready-banner__content {
        margin: 0;
        max-width: 100%;
    }

    .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 {
        position: static;
        width: 100%;
        height: auto !important;
    }

    p.ready-banner__dscr {
        margin-top: 10px;
        position: static;
        max-width: 100%;
        text-align: center;
    }

    .ready-banner__banner.reverse .ready-banner__video {
        max-width: 100%;
    }

    .ready-banner__banner.reverse p.ready-banner__descr {
        margin-bottom: 0;
    }

    .ready-banner__link {
        margin-top: 25px;
    }

    .ready-banner__banner.reverse .ready-banner__link {
        max-width: 350px;
        width: 100%;
    }

    .ready-banner__btns {
        margin-bottom: 30px;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {

    /* start */
    .ready-start__list>li {
        width: calc((100% - 18px) / 2);
    }

    /* about */
    .ready-about__container {
        gap: 20px;
    }

    /* 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;
    }
}

@media screen and (max-width: 992px) {

    /* about */
    .ready-about__container {
        flex-direction: column;
        gap: 30px;
    }

    .ready-about__content,
    .ready-about__video {
        width: 100%;
    }

    .ready-about__link {
        margin-top: 25px;
        width: fit-content;
    }

    /* 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;
    }
}

@media screen and (max-width: 768px),
screen and (max-height: 720px) {

    .ready-gallery__img,
    .ready-start__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 */
    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__list>li {
        margin: 0 auto;
        width: 100%;
        max-width: 366px;
    }

    .ready-start__more-block {
        flex-direction: column;
    }

    .ready-start__txt {
        max-width: 100%;
        text-align: center;
    }

    .ready-start__button {
        max-width: 295px;
        width: 100%;
    }

    /* final */
    .ready-final__wrapper {
        justify-content: flex-start;
    }

    /* advantages */
    .ready-advantages__box {
        width: calc((100% - 68px) / 2);
    }

    /* questions */
    .ready-questions__block {
        padding-left: 0;
    }

    .ready-questions__title {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {

    /* banner */
    .ready-banner__content {
        gap: 20px;
    }

    .ready-banner__title {
        margin: 0;
        font-size: 25px !important;
        order: 1;
    }

    p.gb-slider__dscr.ready-banner__txt {
        margin: 0;
        order: 4;
    }

    p.ready-banner__dscr {
        margin: 0;
        order: 3;
    }

    .ready-banner__banner.reverse p.ready-banner__descr,
    p.ready-banner__descr,
    p.ready-banner__text,
    .ready-banner__btn {
        margin: 0;
        font-size: 16px;
        order: 2;
    }

    .ready-banner__content picture,
    .ready-banner__btns {
        order: 3;
    }

    .ready-banner__btns {
        margin: 0;
        width: 100%;
        flex-direction: column;
    }

    p.ready-banner__text,
    .ready-banner__btn,
    .ready-banner__banner.reverse .ready-banner__video {
        order: 4;
    }

    .ready-banner__banner.reverse .ready-banner__link {
        max-width: 100%;
    }

    .ready-banner__link {
        margin: 0;
        padding: 15px;
        width: calc(100% - 30px);
        font-size: 16px;
        order: 5;
    }

    button.ready-banner__link {
        width: 100%;
    }

    /* gb-slider */
    .gb-slider__slider::before,
    .gb-slider__slider::after {
        width: 160px;
        height: 50px;
        font-size: 18px;
    }

    #gb-slider-block::after {
        width: 40px;
        right: -22px;
    }

    p.gb-slider__text {
        font-size: 18px;
    }

    p.gb-slider__dscr {
        font-size: 16px;
    }

    /* start */
    .ready-start__price {
        font-size: 21px;
    }

    .ready-start__options {
        margin-top: 8px;
        flex-direction: column;
        gap: 4px;
    }

    p.ready-start__label {
        max-width: 100%;
    }

    .ready-start__btn {
        padding: 8px;
        font-size: 14px;
    }

    .ready-start__txt {
        font-size: 16px;
    }

    /* final */
    .ready-final__item {
        width: 100%;
    }

    /* about */
    .ready-about {
        margin: 50px 0;
    }

    /* 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;
    }

    /* advantages */
    .ready-advantages__box {
        width: calc((100% - 24px));
    }
}

@media screen and (max-width: 480px) {

    /* banner */
    .ready-banner__content {
        padding: 10px 0;
    }

    .ready-banner__title {
        font-size: 21px !important;
    }

    p.ready-banner__descr {
        font-size: 16px !important;
    }

    /* gb-slider */
    .gb-slider__slider::before,
    .gb-slider__slider::after {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }

    /* about */
    .ready-about__link {
        width: calc(100% - 60px);
    }

    .ready-about__title {
        font-size: 21px;
    }
}