.ai-block {
    padding: 60px 30px 60px;
}

.ai-block .block-content {
    align-items: center;
    gap: 60px;
}

.ai-block .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: center;
    width: 1281px;
}

.ai-block .title-container h1 {
    align-self: stretch;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 60px */
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-block .title-container p {
    width: 1021px;
    color: #BABABA;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.ai-block .btn-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ai-image-block {
    height: 900px;
    background-image: url('images/ai/ai-image.webp');
    background-size: cover;
    background-position: center;
}

.ai-data-block {
    padding: 60px 30px 0;
}

.ai-data-block .block-content {
    align-items: center;
    gap: 70px;
    max-width: 1764px;
}

.ai-data-block .row {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 134px;
}

.ai-data-block .column {
    display: flex;
    width: 291px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.ai-data-block .column big {
    color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 100px */
}

.ai-data-block .column big span {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 70px */
}

.ai-data-block .column p {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.ai-data-block .list {
    display: flex;
    align-items: stretch;
    gap: 32px;
    align-self: stretch;
}

.ai-data-block .list-item {
    height: 162px;
    background: #D9D9D9;
    flex: 1 0 0;
}

.ai-benefits-block {
    padding: 90px 30px 0;
}

.ai-benefits-block .block-content {
    align-items: center;
    gap: 152px;
}

.ai-benefits-block .row {
    display: flex;
    align-items: flex-end;
    gap: 43px;
    align-self: center;
    position: relative;
}

.ai-benefits-block .item:nth-child(1) {
    display: flex;
    width: 453px;
    padding: 4px 20px 20px 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #E7E6E6;
}

.ai-benefits-block .item:nth-child(2) {
    display: flex;
    width: 453px;
    padding: 4px 20px 20px 20px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border: 1px solid #16BED8;
    background: #16BED8;
}

.ai-benefits-block .item:nth-child(1) i {
    width: 347px;
    height: 252px;
    background: url('images/ai/ai-benefits-1.webp') no-repeat center;
    background-size: cover;
}

.ai-benefits-block .item:nth-child(2) i {
    width: 267px;
    height: 220px;
    background: url('images/ai/ai-benefits-2.webp') no-repeat center;
    background-size: cover;
}

.ai-benefits-block .item:nth-child(1) p {
    align-self: stretch;
    color: #292524;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

.ai-benefits-block .item:nth-child(2) p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.ai-benefits-block .item:nth-child(2) p span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    text-transform: uppercase;
}

.ai-benefits-block .row > svg {
    position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
}

.ai-amination-block {
    padding: 140px 30px 0;
}

.ai-amination-block .block-content {
    align-items: center;
    gap: 60px;
}

.ai-amination-block .title-block {
    width: 1168px;
}

.ai-amination-block .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 30px;
}

.ai-amination-block i {
    height: 776px;
    background: url('images/ai/ai-amination.webp') no-repeat center;
    background-size: cover;
    width: 100%;
}

.ai-amination-block .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.ai-amination-block .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.40);
}

.ai-amination-block .item  h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
}

.ai-amination-block .item  p {
    width: 470px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    opacity: 0.7;
}

.ai-amination-features-block {
    padding: 140px 30px 160px;
}

.ai-amination-features-block .block-content {
    align-items: center;
    gap: 50px;
}

.ai-amination-features-block h3 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 38px */
    text-transform: uppercase;
}

.ai-amination-features-block .list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.ai-amination-features-block .item {
    display: flex;
    width: calc((100% - 20px) / 2);
    height: 420px;
    padding: 30px 30px 0 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #292524;
    position: relative;
    overflow: hidden;
}

.ai-amination-features-block p {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 36px */
}

.ai-amination-features-block i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.ai-amination-features-block .item:nth-child(1) i:nth-child(2) {
    width: 524px;
    min-height: 524px;
    background-image: url("images/ai/ai-amination-features-1.webp");
    right: 21px;
    bottom: -226px;
}

.ai-amination-features-block .item:nth-child(1) i:nth-child(3) {
    width: 508px;
    height: 244px;
    flex-shrink: 0;
    aspect-ratio: 127/61;
    background-image: url("images/ai/ai-amination-features-2.webp");
    right: 30px;
    bottom: 0;
}

.ai-amination-features-block .item:nth-child(2) i {
    width: 338px;
    height: 338px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-image: url("images/ai/ai-amination-features-3.webp");
    right: 30px;
    bottom: 0;
}

.ai-amination-features-block .item:nth-child(3) i {
    width: 389px;
    height: 318px;
    flex-shrink: 0;
    aspect-ratio: 126/103;
    background-image: url("images/ai/ai-amination-features-4.webp");
    right: 30px;
    bottom: 0;
}

.ai-amination-features-block .item:nth-child(4) i {
    width: 680px;
    height: 309px;
    flex-shrink: 0;
    aspect-ratio: 669/304;
    background-image: url("images/ai/ai-amination-features-5.webp");
    right: 0;
    bottom: 0;
}

.price-block {
    position: relative;
    align-items: center;
    justify-content: center;
    height: 586px;
}

.price-block i:nth-child(1) {
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(50% + 20px);
    background-image: url("images/ai/ai-price-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.price-block i:nth-child(2) {
    position: absolute;
    width: 169px;
    height: 223px;
    top: 31px;
    left: calc(50% + 448px);
    background-image: url("images/ai/ai-price-2.webp");
}

.price-block img {
    position: absolute;
    width: 169px;
    height: 223px;
    top: 31px;
    left: calc(50% + 448px);
    object-fit: cover;
}

.price-block .block-card {
    display: flex;
    width: 693px;
    padding: 110px 145px 148px 146px;
    flex-direction: column;
    gap: 35px;
    background: #1D1918;
    z-index: 1;
}

.price-block .block-card .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    align-self: stretch;
}

.price-block .price {
    align-self: stretch;
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 27px */
}

.price-block .text {
    align-self: stretch;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.price-block .text span {
    color: #858585;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
}

.price-block a {
    display: flex;
    padding: 26px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #16BED8;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.price-block a:hover {
    background: #0099B3;
}

.ai-timelapse-block {
    padding: 160px 30px 0;
}

.ai-timelapse-block .block-content {
    align-items: center;
    gap: 42px;
}

.ai-timelapse-block .title-block {
    width: 730px;
}

.ai-timelapse-block .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.ai-timelapse-block .row {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.ai-timelapse-block .row i {
    height: 550px;
    flex: 1 0 0;
    background: #EBEBEB;
}

.ai-timelapse-block .row video {
    height: 550px;
    flex: 1 0 0;
    object-fit: cover;
}

.ai-timelapse-block .row i:nth-child(1) {
    background: url('images/ai/ai-timelapse-1.webp') no-repeat center;
    background-size: cover;
}

.ai-timelapse-block .row i:nth-child(2) {
    background: url('images/ai/ai-timelapse-2.webp') no-repeat center;
    background-size: cover;
}


.ai-timelapse-block .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.ai-timelapse-block .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 18px;
    align-self: stretch;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.40);
}

.ai-timelapse-block .item h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
}

.ai-timelapse-block .item p {
    width: 600px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    opacity: 0.7;
}

.ai-timelapse-features-block .item:nth-child(1) i:nth-child(2) {
    width: 338px;
    height: 745px;
    aspect-ratio: 44/97;
    position: absolute;
    right: 2px;
    bottom: -334px;
    background-image: url("images/ai/ai-timelapse-features-1.webp");
}

.ai-timelapse-features-block .item:nth-child(2) i {
    width: 358px;
    height: 325px;
    flex-shrink: 0;
    aspect-ratio: 76/69;
    background-image: url("images/ai/ai-timelapse-features-2.webp");
    right: 30px;
    bottom: 0;
}

.ai-timelapse-features-block .item:nth-child(3) i {
    width: 728px;
    height: 463px;
    flex-shrink: 0;
    aspect-ratio: 239/152;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("images/ai/ai-timelapse-features-3.webp");
}

.ai-timelapse-features-block .item:nth-child(4) i {
    width: 478px;
    height: 318px;
    flex-shrink: 0;
    aspect-ratio: 236/157;
    right: 30px;
    bottom: 0;
    background-image: url("images/ai/ai-timelapse-features-4.webp");
}

.ai-process-block {
    padding: 60px 30px 0;
    height: 1102px;
    background-image: url("images/ai/ai-process-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ai-process-block .block-content .content {
    display: flex;
    width: 100%;
    padding: 40px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 40px 110px;
    flex-wrap: wrap;
    background: #0CB4CE;
}

.ai-process-block h3 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 38px */
}

.ai-process-block .list {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    gap: 44px 100px;
}

.ai-process-block .item {
    display: flex;
    width: calc((100% - 200px) / 3);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.ai-process-block .item-container {
    width: 100%;
}

.ai-process-block h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ai-process-block p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-timelapse-block {
    margin-top: 130px;
}

.price-timelapse-block i:nth-child(1) {
    background-image: url("images/ai/ai-price-timelapse-1.webp");
}

.price-timelapse-block i:nth-child(2) {
    background-image: url("images/ai/ai-price-timelapse-2.webp");
}

.ai-story-block .title-block {
    width: 904px;
}

.ai-story-block i {
    height: 776px;
    background-image: url("images/ai/ai-story.webp");
}

.ai-story-block .item p {
    width: 506px;
}

.ai-story-features-block .item.big {
    width: 100%;
}

.ai-story-features-block .item.big p {
    width: 500px;
}

.ai-story-features-block .item:nth-child(1) i:nth-child(2) {
    width: 582px;
    height: 325px;
    flex-shrink: 0;
    aspect-ratio: 77/43;
    right: 30px;
    bottom: 0;
    background-image: url("images/ai/ai-story-features-1.webp");
    min-height: unset;
}

.ai-story-features-block .item:nth-child(2) i:nth-child(2) {
    width: 524px;
    height: 524px;
    right: -9px;
    bottom: -238px;
    background-image: url("images/ai/ai-story-features-2.webp");
}

.ai-story-features-block .item:nth-child(2) i:nth-child(3) {
    width: 446px;
    height: 344px;
    flex-shrink: 0;
    aspect-ratio: 188/145;
    right: 30px;
    bottom: 0;
    background-image: url("images/ai/ai-story-features-3.webp");
}

.ai-story-features-block .item:nth-child(3) i {
    width: 486px;
    height: 258px;
    left: 30px;
    bottom: 30px;
    background-image: url("images/ai/ai-story-features-4.webp");
}

.ai-story-features-block .item:nth-child(4) i {
    width: 624px;
    height: 337px;
    flex-shrink: 0;
    aspect-ratio: 287/155;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    background-image: url("images/ai/ai-story-features-5.webp");
}

.ai-story-features-block .item:nth-child(5) i {
    width: 1330px;
    height: 418px;
    flex-shrink: 0;
    aspect-ratio: 35/11;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    background-image: url("images/ai/ai-story-features-6.webp");
}

.ai-story-process-block .item span {
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}

.ai-story-process-block .item span small {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ai-story-process-block {
    height: 974px;
    background-image: url("images/ai/ai-story-process-bg.webp");
}

.ai-tour-block {
    padding: 120px 30px 140px;
}

.ai-tour-block .block-content {
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
}

.ai-tour-block .item {
    width: calc((100% - 20px) / 2);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.ai-tour-block a {
    height: 413px;
    align-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ai-tour-block .item:nth-child(1) a {
    background-image: url('images/ai/ai-tour-1.webp');
}

.ai-tour-block .item:nth-child(2) a {
    background-image: url('images/ai/ai-tour-2.webp');
}

.ai-tour-block .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.ai-tour-block h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
}

.ai-tour-block p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    opacity: 0.6;
}

.story-price-block i:nth-child(1) {
    background-image: url("images/ai/ai-story-price-1.webp");
}

.story-price-block i:nth-child(2) {
    background-image: url("images/ai/ai-story-price-2.webp");
}

.ai-why-block {
    padding: 140px 30px 0;
}

.ai-why-block .block-content {
    align-items: center;
    gap: 60px;
}

.ai-why-block .title-block {
    width: 860px;
}

.ai-why-block .list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.ai-why-block .item {
    display: flex;
    width: calc((100% - 20px) / 2);
    height: 357px;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #292524;
}

.ai-why-block .item span {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: #332F2E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-why-block .item .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.ai-why-block .item h3 {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 27px */
}

.ai-why-block .item p {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.ai-process-list-block .panorama-process-content i {
    background-image: url("images/ai/ai-process-list.webp");
}

.ai-faq-block {
    padding: 140px 30px 0;
}

.ai-faq-block .block-content {
    align-items: center;
    gap: 80px;
}

.ai-faq-block .title-block {
    width: 768px;
}

.ai-faq-block .list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}

.ai-faq-block .item {
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.40);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    cursor: pointer;
}

.ai-faq-block .item h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 28px */
}

.ai-faq-block .item:hover h3 {
    color: #16BED8;
}

.ai-faq-block .item p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    display: none;
    opacity: 0.7;
}

.ai-faq-block .item.active p {
    display: block;
}

.ai-process-list-block .title-block {
    width: 768px;
}

.ai-data-block .swiper {
    align-self: center;
    padding-top: 2px;
}

@media (min-width: 990px) and (max-width: 1610px) {
    .ai-data-block .row {
        gap: 0;
    }

    .ai-data-block .column:nth-child(1) {
        width: 207px;
    }

    .ai-data-block .column:nth-child(2) {
        width: 257px;
    }

    .ai-data-block .column:nth-child(3) {
        width: 243px;
    }

    .ai-data-block .column:nth-child(4) {
        width: 204px;
    }

    .ai-data-block .column big {
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-data-block .column big span {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-data-block .column p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
}

@media (min-width: 990px) and (max-width: 1439px) {
    .ai-block {
        padding: 40px 30px;
    }

    .ai-block .title-container {
        width: 920px;
    }

    .ai-block .title-container p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 770px;
    }

    .ai-block .btn-group {
        display: none;
    }

    .ai-image-block {
        height: 830px;
    }

    .ai-data-block {
        padding: 40px 30px 0;
    }

    .ai-data-block .block-content {
        gap: 40px;
    }

    .ai-data-block .list {
        gap: 18px;
    }

    .ai-data-block .list-item {
        height: 83px;
    }

    .ai-benefits-block .item:nth-child(1) i {
        width: 267px;
        height: 194px;
    }

    .ai-benefits-block .item:nth-child(2) i {
        width: 211px;
        height: 174px;
    }

    .ai-amination-block {
        padding: 100px 30px 0;
    }

    .ai-amination-block .block-content {
        gap: 50px;
    }

    .ai-amination-block .title-block {
        width: 910px;
    }

    .ai-amination-block i {
        height: 512px;
    }

    .ai-amination-block .content {
        gap: 25px;
    }

    .ai-amination-block .item h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-amination-block .item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .ai-amination-features-block {
        padding: 100px 30px;
    }

    .ai-amination-features-block h3 {
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-amination-features-block .item {
        width: 100%;
    }

    .ai-amination-features-block .item:nth-child(4) i {
        right: 50%;
        transform: translateX(50%);
    }

    .price-block i:nth-child(2) {
        display: none;
    }

    .price-block img {
        display: none;
    }

    .price-block i:nth-child(1) {
        width: calc(50% + 70px);
    }

    .ai-timelapse-block {
        padding: 120px 30px 0;
    }

    .ai-timelapse-block .row i {
        height: 370px;
    }

    .ai-timelapse-block .row video {
        height: 370px;
    }

    .ai-timelapse-block .item h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-timelapse-block .item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .ai-timelapse-features-block .item:nth-child(2) i {
        width: 430px;
        height: 390px;
        flex-shrink: 0;
        aspect-ratio: 43/39;
    }

    .ai-timelapse-features-block .item:nth-child(3) i {
        width: 940px;
        height: 524px;
        flex-shrink: 0;
        aspect-ratio: 235/131;
    }

    .ai-timelapse-features-block .item:nth-child(4) i {
        right: 30px;
        transform: unset;
    }

    .ai-process-block {
        padding: 0 30px;
        background: unset;
        height: auto;
    }

    .ai-process-block .block-content {
        padding: 20px;
        background-image: url("images/ai/ai-process-bg.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ai-process-block .list {
        gap: 40px 100px;
    }

    .ai-process-block .item {
        width: calc((100% - 100px) / 2);
    }

    .ai-process-block h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .ai-process-block p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .ai-story-block .title-block {
        width: 904px;
    }

    .ai-amination-block i {
        height: 508px;
    }

    .ai-amination-block .item p {
        width: 450px;
    }

    .ai-story-features-block .item:nth-child(5) i {
        width: 775px;
        height: 346px;
        flex-shrink: 0;
        aspect-ratio: 775/346;
        background-size: cover;
        background-image: url("images/ai/ai-story-features-5-sm.webp");
    }

    .ai-story-process-block .block-content {
        background-image: url("images/ai/ai-story-process-bg.webp");
    }

    .ai-story-process-block .block-content .content {
        width: 649px;
        align-self: center;
    }

    .ai-story-process-block .list {
        gap: 40px 30px;
    }

    .ai-story-process-block .item {
        width: calc((100% - 30px) / 2);
    }

    .ai-tour-block {
        padding: 80px 30px;
    }

    .ai-tour-block .block-content {
        gap: 12px;
    }

    .ai-tour-block .item {
        width: calc((100% - 12px) / 2);
        gap: 12px;
    }

    .ai-tour-block a {
        height: 248px;
    }

    .ai-tour-block .text-container {
        gap: 8px;
    }

    .ai-tour-block h4 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }

    .ai-tour-block p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .ai-why-block {
        padding: 127px 30px 0;
    }

    .modeling-how-block {
        padding: 100px 0 0;
    }

    .ai-faq-block {
        padding: 100px 30px 0;
    }
}

@media (max-width: 989px) {
    .ai-block {
        padding: 30px 15px;
    }

    .ai-block .title-container {
        width: 100%;
    }

    .ai-block .title-container h1 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        text-align: left;
    }

    .ai-block .title-container p {
        width: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        text-align: left;
    }

    .ai-block .btn-group {
        display: none;
    }

    .ai-image-block {
        height: 433px;
    }

    .ai-data-block {
        padding: 30px 15px 0;
        overflow: hidden;
    }

    .ai-data-block .block-content {
        gap: 58px;
    }

    .ai-data-block .row {
        flex-direction: column;
        gap: 30px;
    }

    .ai-data-block .column big {
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-data-block .column big span {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-data-block .column p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .ai-data-block .column:nth-child(1) p {
        width: 207px;
    }

    .ai-data-block .column:nth-child(3) p {
        width: 129px;
    }

    .ai-data-block .column:nth-child(4) p {
        width: 223px;
    }

    .ai-data-block .list {
        gap: 12px;
        align-self: center;
    }

    .ai-data-block .list-item {
        min-width: 155px;
        height: 60px;
    }

    .ai-benefits-block {
        padding: 60px 15px 0;
    }

    .ai-benefits-block .title-block {
        width: 283px;
    }

    .ai-benefits-block .row > svg {
        display: none;
    }

    .ai-benefits-block .block-content {
        gap: 30px;
    }

    .ai-benefits-block .row {
        flex-direction: column;
        gap: 20px;
    }

    .ai-benefits-block .item {
        width: 100% !important;
    }

    .ai-benefits-block .item:nth-child(1) i {
        width: 267px;
        height: 194px;
    }

    .ai-benefits-block .item:nth-child(2) i {
        width: 211px;
        height: 174px;
    }

    .ai-amination-block {
        padding: 60px 15px 0;
    }

    .ai-amination-block .title-block {
        width: 345px;
    }

    .ai-amination-block .block-content {
        gap: 22px;
    }

    .ai-amination-block i {
        height: 336px;
    }

    .ai-amination-block .content {
        gap: 22px;
    }

    .ai-amination-block .item {
        flex-direction: column;
        gap: 18px;
        padding-bottom: 18px;
        align-items: flex-start;
    }

    .ai-amination-block .item p {
        width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .ai-amination-block .item h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-amination-features-block {
        padding: 80px 15px 60px;
    }

    .ai-amination-features-block .block-content {
        gap: 30px;
    }

    .ai-amination-features-block h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-amination-features-block .item {
        width: 100%;
        padding: 20px 20px 0 20px;
    }

    .ai-amination-features-block p {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    .ai-amination-features-block .item:nth-child(1) i:nth-child(2) {
        right: 50%;
        transform: translateX(50%);
    }

    .ai-amination-features-block .item:nth-child(1) i:nth-child(3) {
        right: 50%;
        transform: translateX(50%);
        width: 367px;
        height: 219px;
        flex-shrink: 0;
        aspect-ratio: 367/219;
    }

    .ai-amination-features-block .item:nth-child(2) i {
        width: 285px;
        height: 298px;
        flex-shrink: 0;
        aspect-ratio: 285/298;
    }

    .ai-amination-features-block .item:nth-child(3) i {
        width: 341px;
        height: 278px;
        flex-shrink: 0;
        aspect-ratio: 92/75;
        right: 50%;
        transform: translateX(50%);
    }

    .ai-amination-features-block .item:nth-child(4) i {
        right: 50%;
        transform: translateX(50%);
        width: 427px;
        height: 194px;
        flex-shrink: 0;
        aspect-ratio: 416/189;
    }

    .price-block {
        flex-direction: column-reverse;
        gap: 30px;
        height: auto;
    }

    .price-block i:nth-child(2) {
        display: none;
    }

    .price-block img {
        display: none;
    }

    .price-block i:nth-child(1) {
        position: unset;
        width: calc(100% - 30px);
        height: 222px;
    }

    .price-block .block-card {
        width: calc(100% - 30px);
        padding: 0;
    }

    .price-block .price {
        width: 249px;
        font-size: 27px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        text-align: center;
        align-self: center;
    }

    .price-block .block-card .content {
        align-items: center;
    }

    .price-block .text {
        align-self: center;
        text-align: center;
    }

    .price-block a {
        width: 100%;
        height: 64px;
    }

    .ai-timelapse-block {
        padding: 80px 15px 0;
    }

    .ai-timelapse-block .block-content {
        gap: 29px;
    }

    .ai-timelapse-block .title-block {
        width: 345px;
    }

    .ai-timelapse-block .row i:nth-child(1),
    .ai-timelapse-block .row i:nth-child(2) {
        display: none;
    }

    .ai-timelapse-block .row i {
        height: 381px;
    }

    .ai-timelapse-block .row video {
        height: 381px;
    }

    .ai-timelapse-block .content {
        gap: 22px;
    }

    .ai-timelapse-block .item {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
        padding-bottom: 18px;
    }

    .ai-timelapse-block .item h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-timelapse-block .item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 100%;
        max-width: 345px;
    }

    .ai-timelapse-features-block .item:nth-child(2) i {
        width: 353px;
        height: 321px;
        flex-shrink: 0;
        aspect-ratio: 353/321;
        right: 50%;
        transform: translateX(50%);
    }

    .ai-timelapse-features-block .item:nth-child(3) i {
        width: 940px;
        height: 524px;
        flex-shrink: 0;
        aspect-ratio: 235/131;
        right: 50%;
        transform: translateX(50%);
        left: unset;
    }

    .ai-timelapse-features-block .item:nth-child(4) i {
        width: 478px;
        height: 318px;
        flex-shrink: 0;
        aspect-ratio: 236/157;
    }

    .ai-process-block {
        height: auto;
        padding: unset;
    }

    .ai-process-block .block-content .content {
        padding: 40px 15px;
        gap: 20px;
    }

    .ai-process-block h3 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-process-block .list {
        gap: 44px;
    }

    .ai-process-block .item {
        width: 100%;
    }

    .ai-process-block h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .ai-process-block p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .price-timelapse-block {
        margin-top: 80px;
    }

    .ai-story-features-block i:nth-child(1) {
        height: 222px;
    }

    .ai-story-features-block .item:nth-child(1) i:nth-child(2) {
        width: 495px;
        height: 277px;
        flex-shrink: 0;
        aspect-ratio: 193/108;
    }

    .ai-story-features-block .item:nth-child(2) i:nth-child(2) {
        display: none;
    }

    .ai-story-features-block .item:nth-child(2) i:nth-child(3) {
        right: 50%;
        width: 365px;
        height: 282px;
        flex-shrink: 0;
        aspect-ratio: 343/265;
    }

    .ai-story-features-block .item:nth-child(3) i {
        background-image: url("images/ai/ai-story-features-3-sm.webp");
        width: 313.535px;
        height: 214px;
    }

    .ai-story-features-block .item:nth-child(4) i {
        width: 624px;
        height: 337px;
        flex-shrink: 0;
        aspect-ratio: 287/155;
    }

    .ai-story-features-block .item:nth-child(5) i {
        background-image: url("images/ai/ai-story-features-5-sm.webp");
        width: 463px;
        height: 206px;
        flex-shrink: 0;
        aspect-ratio: 227/101;
    }

    .ai-story-features-block .item.big p {
        width: 305px;
    }

    .ai-tour-block {
        padding: 60px 15px 70px;
    }

    .ai-tour-block .block-content {
        flex-direction: column;
        gap: 30px;
    }

    .ai-tour-block .item {
        width: 100%;
        gap: 12px;
    }

    .ai-tour-block a {
        height: 175px;
    }

    .ai-tour-block .text-container {
        gap: 8px;
    }

    .ai-tour-block h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }

    .ai-tour-block p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .ai-why-block {
        padding: 70px 15px 0;
    }

    .ai-why-block .title-block {
        width: 375px;
    }

    .ai-why-block .block-content {
        gap: 40px;
    }

    .ai-why-block .item {
        width: 100%;
        height: auto;
        gap: 50px;
        padding: 20px;
    }

    .ai-why-block .item h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-why-block .item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .ai-process-list-block .title-block {
        width: 345px;
    }

    .ai-faq-block {
        padding: 80px 15px 0;
    }

    .ai-faq-block .title-block {
        width: 345px;
    }

    .ai-faq-block .block-content {
        gap: 50px;
    }

    .ai-faq-block .item h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .ai-faq-block .item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .ai-story-features-block .item:nth-child(2) i:nth-child(2) {
        display: none;
    }

    .ai-story-features-block .item:nth-child(2) i:nth-child(3) {
        right: 50%;
        transform: translateX(50%);
        width: 365px;
        height: 282px;
        flex-shrink: 0;
        aspect-ratio: 343/265;
    }

    .ai-story-features-block .item:nth-child(3) i {
        background-image: url("images/ai/ai-story-features-3-sm.webp");
        width: 313.535px;
        height: 214px;
        right: 50%;
        left: unset;
    }

    .ai-timelapse-features-block .item:nth-child(3) i {
        left: unset;
        width: 940px;
        height: 524px;
        flex-shrink: 0;
        aspect-ratio: 235/131;
    }

    .block {
        overflow: hidden;
    }
}
