.top-banner--new {
    background-color: #beb3a3;
    background: rgb(136, 136, 139);
}

.top-banner--new .top-banner__bg {
    max-width: 1550px;
    left: 50%;
    transform: translateX(-50%);
}


.top-banner__bg--top img {
    object-position: top;
    opacity: 0.5;
}

.top-banner--new .top-banner__bg picture::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgb(136, 136, 139) 40%, transparent 100%);
    opacity: 0;
    content: "";
    pointer-events: none;
}

.top-banner--new .top-banner__bg picture::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgb(136, 136, 139) 40%, transparent 100%);
    opacity: 0;
    content: "";
}

@media (min-width: 1551px) {

    .top-banner--new .top-banner__bg picture::before,
    .top-banner--new .top-banner__bg picture::after {
        opacity: 1;
    }
}

.top-banner--new .top-banner__inner-box {
    gap: 20px;
    color: #ffffff;
    margin-top: 32px;
}

@media (max-width: 575px) {
    .top-banner--new {
        padding: 50vw 0;
    }
    .top-banner--new .top-banner__inner-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .top-banner__title {
        text-align: center;
    }
}

.top-banner--new .top-banner__phone {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
}

.top-banner--new .top-banner__phone::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    animation: move-right2 0.3s forwards;
    content: "";
}


.top-banner--new .top-banner__phone:hover::before {
    animation: move-right 0.3s forwards;
}

@keyframes move-right {
    100% {
        transform: translateX(100%);
    }
}

@keyframes move-right2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.top-banner--new+.main-nav+.form_block {
    background: #F4F7FC;
}

.top-banner--new+.main-nav+.form_block .all_form.single_page {
    margin-top: 0;
}

.order__text strong {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

a.orange-txt {
    color: rgb(253, 95, 67);
}

a.orange-txt:hover,
a.orange-txt:focus {
    text-decoration-color: rgb(253, 95, 67);
}

.geography {
    position: relative;
    background-color: #F4F7FC;
    overflow: hidden;
}

.geography__container {
    position: relative;
    display: flex;
}

@media (max-width: 768px) {
    .geography__container {
        flex-direction: column;
    }
}

.geography__content {
    width: 50%;
    padding: 52px 40px 52px 0;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .geography__content {
        width: 100%;
        padding-right: 0;
    }
}

.geography__title {
    text-align: left !important;
    margin-bottom: 30px;
}

.geography__map {
    flex-shrink: 0;
    width: calc(50% + (100vw - 1400px)/2 + 15px);
    height: auto;
    overflow: hidden;
}

@media (max-width: 1400px) {
    .geography__map {
        width: 50%;
        height: auto;
    }
}


@media (max-width: 768px) {
    .geography__map {
        width: 100%;
        height: 300px;
    }
}

.price--style2 {
    padding-bottom: 80px;
    background-color: rgb(255, 247, 235);
}

@media (max-width: 1199px) {
    .price--style2 {
        padding-bottom: 0;
    }
}

.price__subtitle {
    margin-bottom: 30px;
    text-align: center;
}

.price .h3-common {
    margin-bottom: 24px;
}

.price--redesign {
    padding-top: 80px;
    overflow: hidden;
}

.price--redesign .h2-common {
    margin-bottom: 32px;
}

.price--redesign .price__inner {
    position: relative;
    background-color: #FFF7EB;
}

.price--redesign:before,
.price--redesign:after {
    display: none;
}

.price--redesign .price__box {
    padding-bottom: 0;
}

.price--redesign .price__left {
    width: 50%;
    margin: 0;
    padding: 50px 50px 50px 0;
}

@media (max-width: 1199px) {
    .price--redesign .price__left {
        width: 100%;
        padding: 0;
    }
}

.price--redesign .price__right {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 50px 0 50px 50px;
    max-width: 50%;
    flex-basis: 50%;
}

@media (max-width: 1199px) {
    .price--redesign .price__right {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .price--redesign .price-info__left {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.price--redesign .price__right-bg {
    top: 0;
    left: 0;
    width: calc(100% + (100vw - 1400px)/2 + 15px);
    height: 100%;
}

.price--redesign .price__btn {
    margin: 0;
}

.checklist-table {
    display: table;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
    font-size: 16px;
}

.checklist-table tr {
    display: table-row;
}

.checklist-table th,
.checklist-table td {
    display: table-cell;
    padding: 16px;
    text-align: left;
}

.checklist-table tbody {
    display: table-row-group;
}

.checklist-table th {
    color: #ffffff;
    background-color: #FF765E;
    background: linear-gradient(180deg, #FF765E 0%, #FD5F43 100%);
    border: 2px solid #d0d7e1;

}

.checklist-table th a {
    color: #ffffff;
}

.checklist-table td {
    border: 2px solid #d0d7e1;
}

.checklist-table td:first-child {
    font-weight: 700;
}

.checklist-table td:last-child {
    color: rgb(122, 133, 146);
}

.price__left .checklist-table {
    margin-bottom: 0;
}

.price__left .checklist-table td,
.price__left .checklist-table th {
    padding: 16px 8px;
    font-size: 14px;
    line-height: 1.2;
}

.checklist-table td.price-cell {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .checklist-table thead {
        display: none;
    }

    .checklist-table,
    .checklist-table tbody,
    .checklist-table tr,
    .checklist-table td {
        display: block;
    }

    .checklist-table tr {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .checklist-table tbody tr:nth-child(even) {
        background: #ffffff;
    }

    .checklist-table td {
        padding: 12px 16px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }

    .checklist-table td:last-child {
        border-bottom: none;
    }

    .checklist-table td:first-child {
        background:  #FD5F43;
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
        padding: 14px 16px;
        border-radius: 0.4em 0.4em 0 0;
    }

    .checklist-table td:not(:first-child)::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #999;
        margin-bottom: 6px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .checklist-table td:not(:first-child) {
        padding-left: 16px;
        font-size: 15px;
        line-height: 1.5;
        color: #333;
    }
}

.order--style2 .order__title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 55px;
    text-align: center;
}

.order--style2 .order__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 50px;
    padding-bottom: 50px;
}


.order--style2 .order__item {
    width: 50%;
}

@media (max-width: 600px) {
    .order--style2 .order__item {
        width: 100%;
    }
}

.order--style2 .order__text b {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

.tile-block {
    background-color: #F4F7FC;
    padding: 65px 0 80px;
}

.tile-block__title {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .tile-block__title {
        margin-bottom: 30px;
    }
}

.tile-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media (max-width: 768px) {
    .tile-block__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.tile-block__card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .tile-block__card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .tile-block__card {
        padding: 20px;
    }
}

.tile-block__text {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 768px) {
    .tile-block__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .tile-block__text {
        font-size: 14px;
        padding-left: 20px;
    }
}

.text-section {
    padding: 65px 0 80px;
}

.text-section .h2-common {
    margin-bottom: 24px;
    gap: 20px;
}

.services--redesign .services__items {
    margin: 0 -10px;
}

.services--redesign .services__item {
    display: flex;
    margin-right: 0;
    margin-left: 0;
    width: calc(100%/3);
    max-width: calc(100%/3);
    min-width: calc(100%/3);
    padding: 0 10px;
}

@media (max-width: 768px) {
    .services--redesign .services__item {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }
}

@media (max-width: 600px) {
    .services--redesign .services__item {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

.services--redesign .services__item-img {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    order: -1;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

@media (max-width: 600px) {
    .services--redesign .services__item-img {
        display: block;
    }
}

.services--redesign .services__item-img img {
    border-radius: 8px 8px 0 0;
}

.services__item-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
}

.services--redesign .services__item-content {
    flex-grow: 2;
    border-radius: 0 0 12px 12px;
    padding: 16px 16px 24px;
    height: auto;
}

.services--redesign .services__item-title {
    padding: 0 16px;
    transition: color 0.3s ease-in-out;
}

.services__item-overlay:hover+.services__item-title,
.services__item-overlay:focus+.services__item-title {
    color: rgb(253, 95, 67);
}

.services--redesign .services__item-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
    margin-bottom: 16px;
}

@media (max-width: 600px) {
    .services--redesign .services__item-text {
        padding: 0 16px;
    }
}

.services--redesign .services__item-content a,
.services--redesign .services__item-content button {
    position: relative;
    z-index: 2;
}

.services__item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.services__item-list-item {
    position: relative;
    padding-left: 20px;
}

.services__item-list-item::before {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FD5F43;
    background-image: linear-gradient(180deg, #FF765E 0%, #FD5F43 100%);
    content: "";
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.cases {
    padding-top: 40px;
    background: #fff;
    overflow: hidden;
}

.cases__wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.cases__info {
    flex: 0 0 380px;
    position: sticky;
    top: 40px;
    max-width: 100%;
}

.cases__title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.cases__text {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 32px;
}

.cases__text b {
    color: #1a1a1a;
}

.cases__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #7DE777 0%, #5cc34d 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cases__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.cases__slider-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

@media (min-width: 992px) {
    .cases__slider-wrap::before {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 100%);
        content: "";
    }

    .cases__slider-wrap::after {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to left, #fff 0%, #fff 30%, transparent 100%);
        content: "";
    }
}

.cases__slider {
    overflow: hidden;
    padding: 40px 0 80px;
}

@media (max-width: 991px) {
    .cases__slider {
        width: 100vw;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cases__slider .swiper-wrapper {
    align-items: stretch;
}

.cases__slide {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.4s, box-shadow 0.4s, opacity 0.4s;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .cases__slide {
        padding: 24px;
    }
}

.swiper-slide-active .cases__slide {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.cases__slide-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #7DE777;
}

.cases__slide-num {
    display: inline-block;
    background: linear-gradient(135deg, #7DE777 0%, #5cc34d 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cases__slide-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.cases__slide-content {
    flex: 1;
}

.cases__slide-item {
    margin-bottom: 16px;
}

.cases__slide-item:last-child {
    margin-bottom: 0;
}

.cases__slide-label {
    font-size: 12px;
    font-weight: 700;
    color: #5cc34d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.cases__slide-value {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

ul.cases__slide-value {
    list-style: initial;
    margin-left: 15px;
}

.cases__slide-result {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.cases__slide-result .cases__slide-label {
    color: #5cc34d;
}

.cases__slide-result .cases__slide-value {
    font-weight: 600;
    color: #1a1a1a;
}

/* Swiper Navigation */
.cases__nav {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.cases__nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.cases__nav-btn:hover {
    border-color: #7DE777;
    background: #7DE777;
}

.cases__nav-btn:hover svg {
    stroke: #fff;
}

.cases__nav-btn svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: stroke 0.3s;
}

.cases__nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.cases__nav-btn.swiper-button-disabled:hover {
    background: #fff;
    border-color: #e0e0e0;
}

.cases__nav-btn.swiper-button-disabled:hover svg {
    stroke: #333;
}

/* Responsive */
@media (max-width: 1200px) {
    .cases__info {
        flex: 0 0 320px;
    }

    .cases__title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .cases__wrapper {
        flex-direction: column;
        gap: 0;
    }

    .cases__info {
        flex: none;
        width: 100%;
        position: static;
        text-align: center;
    }

    .cases__nav {
        justify-content: center;
    }
}

.testimonials--blue {
    background-color: #F4F7FC;
}

.testimonials--blue .h2-common {
    text-align: center;
}

.faq {
    padding: 80px 0;
    background-color: #FFF7EB;
}

.faq__header {
    text-align: center;
    margin-bottom: 50px;
}

.faq__title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.faq__subtitle {
    font-size: 18px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}

.faq__list {
    columns: 2;
    column-gap: 20px;
}

.faq__list.is-active {
    display: flex;
    columns: 1;
    gap: 20px;
}

@media (max-width: 767px) {
    .faq__list.is-active {
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap;
    }
    .faq__list {
        columns: 1;
    }
}

.faq__item {
    break-inside: avoid;
    border-radius: 8px;
    background-color: #ffffff;
}

.faq__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq__item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.faq__item.is-active {
    box-shadow: 0 4px 20px rgba(253, 95, 67, 0.15);
}

.faq__item.is-active .faq__question {
    color: #FD5F43;
}

.faq__item.is-active .faq__icon {
    background: #FD5F43;
    transform: rotate(45deg);
}

.faq__item.is-active .faq__icon::before,
.faq__item.is-active .faq__icon::after {
    background: #fff;
}

.faq__question {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    transition: color 0.3s;
}

.faq__question:hover {
    color: #FD5F43;
}

.faq__icon {
    flex-shrink: 0;
    position: relative;
    width: 28px;
    height: 28px;
    background: #e8e8e8;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #666;
    border-radius: 2px;
    transition: background 0.3s;
}

.faq__icon::before {
    width: 12px;
    height: 2px;
    margin-left: -6px;
    margin-top: -1px;
}

.faq__icon::after {
    width: 2px;
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
}

.faq__answer-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.faq__item.is-active .faq__answer-wrap {
    grid-template-rows: 1fr;
}

.faq__answer {
    overflow: hidden;
}

.faq__answer-inner {
    padding: 0 24px 24px 68px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.faq__answer-inner b {
    color: #1a1a1a;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
    .faq__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .faq {
        padding: 40px 20px;
        border-radius: 0;
    }

    .faq__title {
        font-size: 28px;
    }

    .faq__question {
        padding: 16px 20px;
        font-size: 15px;
        gap: 12px;
    }

    .faq__icon {
        width: 24px;
        height: 24px;
    }

    .faq__icon::before {
        width: 10px;
        margin-left: -5px;
    }

    .faq__icon::after {
        height: 10px;
        margin-top: -5px;
    }

    .faq__answer-inner {
        padding: 0 20px 20px 56px;
        font-size: 14px;
    }
}

.container {
    overflow: hidden;
}

.text-section {
    background-color: #fff;
    padding: 60px 0;
}

@media (max-width: 768px) {
    .text-section {
        padding: 40px 0;
    }
}

.typography {
    max-width: 900px;
    margin: 0 auto;
}

.typography .h2-common {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .typography .h2-common {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .typography .h2-common {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.typography h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 50px 0 25px;
}

@media (max-width: 768px) {
    .typography h3 {
        font-size: 32px;
        margin: 40px 0 20px;
    }
}

@media (max-width: 480px) {
    .typography h3 {
        font-size: 26px;
        margin: 35px 0 18px;
    }
}

.typography h2:first-child {
    margin-top: 0;
}

.typography h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 50px 0 25px;
}

@media (max-width: 768px) {
    .typography h3 {
        font-size: 22px;
        margin: 40px 0 20px;
    }
}

@media (max-width: 480px) {
    .typography h3 {
        font-size: 20px;
        margin: 35px 0 18px;
    }
}

.typography h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 35px 0 20px;
}

@media (max-width: 768px) {
    .typography h4 {
        font-size: 18px;
        margin: 30px 0 18px;
    }
}

@media (max-width: 480px) {
    .typography h4 {
        font-size: 17px;
        margin: 25px 0 15px;
    }
}

.typography h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 25px 0 15px;
}

@media (max-width: 768px) {
    .typography h5 {
        font-size: 17px;
        margin: 20px 0 12px;
    }
}

@media (max-width: 480px) {
    .typography h5 {
        font-size: 16px;
    }
}

.typography p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .typography p {
        font-size: 15px;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .typography p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.typography p strong {
    font-weight: 600;
    color: #333;
}

.typography a {
    color: #FD5F43;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.typography a:hover {
    color: #e04d2f;
    text-decoration: none;
}

.typography ul,
.typography ol {
    margin: 20px 0;
    padding-left: 30px;
}

@media (max-width: 480px) {
    .typography ul,
    .typography ol {
        padding-left: 25px;
        margin: 15px 0;
    }
}

.typography ul li,
.typography ol li {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .typography ul li,
    .typography ol li {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .typography ul li,
    .typography ol li {
        font-size: 14px;
    }
}

.typography ul {
    list-style-type: disc;
}

.typography ol {
    list-style-type: decimal;
    list-style: none;
}

/* Steps List - numbered with styled items */
.steps-list {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .steps-list {
        margin: 25px 0;
    }
}

.steps-list > li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .steps-list > li {
        padding-left: 50px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .steps-list > li {
        padding-left: 45px;
        margin-bottom: 20px;
    }
}

.steps-list > li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #FD5F43;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .steps-list > li::before {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .steps-list > li::before {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

.steps-list h5 {
    margin-top: 0;
    margin-bottom: 10px;
}

.steps-list p {
    margin-bottom: 0;
}

.table-note {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: -10px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .table-note {
        font-size: 13px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .table-note {
        font-size: 12px;
    }
}

.cases--blue {
    background-color: #F4F7FC;
}

@media (min-width: 992px) {
    .cases--blue .cases__slider-wrap::before {
        background: linear-gradient(to right, #F4F7FC 0%, #F4F7FC 30%, transparent 100%);
    }

    .cases--blue .cases__slider-wrap::after {
        background: linear-gradient(to left, #F4F7FC 0%, #F4F7FC 30%, transparent 100%);
    }
}

.tile-block--orange {
    background-color: #FFF7EB;
}

a.common-btn {
    color: #ffffff !important;
    text-decoration: none !important;
}

.order--private {
    padding-bottom: 0;
}

.tile-block__note {
    margin-top: 30px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.faq__answer-inner ol {
    list-style: numeric;
    margin-left: 15px;
}

.faq__answer-inner ul {
    list-style: initial;
    margin-left: 15px;
}

.faq__answer-inner ol > li::marker,
.faq__answer-inner ul > li::marker {
    color: #FD5F43;
}

.order__left {
    padding-bottom: 50px;
}

.header-services__menu > .header-services__item > .header-services__link {
    color: #333333;
}

.header-services__submenu {
    padding-left: 15px;
}

.header-services__submenu .header-services__link {
    padding: 3px 5px;
    font-size: 16px;
}

header.header {
    z-index: 1000;
}

header.header .container {
    overflow: visible;
}

.main-nav a,
.dropdown-toggle {
    margin: 0 7px;
}

.btn-tg {
    position: relative;
    background-color: #2481cc;
    color: #ffffff !important;
}

.btn-tg:hover,
.btn-tg:focus {
    background-color: #1a8ad5;
}

.btn-tg::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 288.44 241.98'%3E%3Cpath d='M153.52,189.87l-12.76,12.41q-10.47,10.16-21,20.31a15.48,15.48,0,0,1-8.25,4.54c-.78.13-1.58.16-2.67.27a23.51,23.51,0,0,1-.12-2.41c.34-5.91.68-11.82,1.06-17.73.39-6.07.83-12.13,1.23-18.19.57-8.78,1.15-17.56,1.67-26.35a6.89,6.89,0,0,1,2.49-5.13q22.23-19.83,44.32-39.83l28.24-25.51,44.46-40.09c1.42-1.28,2.92-2.48,4.25-3.86.86-.89,1.94-2,1.19-3.36-.68-1.24-2.05-1.4-3.38-1.31a15.1,15.1,0,0,0-7,2.43q-19.41,12.25-38.78,24.55Q168.92,83,149.28,95.35q-17,10.73-33.95,21.48c-12.39,7.83-24.8,15.64-37.15,23.55a5.41,5.41,0,0,1-5.13.51c-7.58-2.48-15.21-4.81-22.81-7.21q-9.81-3.1-19.58-6.24c-7.44-2.38-14.91-4.69-22.32-7.15C5.06,119.2,2,117.67.46,114.2a4.89,4.89,0,0,1-.09-3.93,13,13,0,0,1,4.87-5.77,42.61,42.61,0,0,1,10-5.1c7.57-3,15.17-5.83,22.75-8.74C44.6,88.11,51.21,85.58,57.82,83c7.35-2.85,14.68-5.76,22-8.61,7.58-2.92,15.19-5.79,22.77-8.7Q121.71,58.38,140.78,51q17.39-6.69,34.78-13.42c9.14-3.52,18.3-7,27.43-10.54,9.59-3.71,19.14-7.49,28.73-11.19C242.79,11.59,253.88,7.36,265,3.09c1.64-.62,3.21-1.41,4.87-2,5.94-2,12.11-1.62,15.92,3.88a16,16,0,0,1,2.49,11.69c-.76,5.12-1.91,10.18-2.94,15.26-1,4.86-2,9.7-3,14.54q-1.71,8.2-3.43,16.4c-1.19,5.7-2.35,11.41-3.57,17.11-1.13,5.3-2.36,10.58-3.5,15.89q-2.36,11-4.64,22c-1.3,6.25-2.52,12.52-3.86,18.76-1.6,7.49-3.32,15-4.93,22.44-1.42,6.64-2.72,13.3-4.13,19.93-1.63,7.64-3.34,15.27-5,22.91-1.1,5.15-2,10.34-3.19,15.48s-2.32,10.11-3.76,15.08a15.49,15.49,0,0,1-2.85,5.2c-3.49,4.34-7.62,4.93-13,3.71a26.84,26.84,0,0,1-9.91-5.1Q193.33,219,170,201.88q-7.8-5.77-15.6-11.51C154.23,190.23,154,190.14,153.52,189.87Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 2px;
}

.btn-max {
    color: #ffffff !important;
    background-image: radial-gradient(136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100%);;
}

.btn-max:hover,
.btn-max:focus {
    opacity: 0.85;
}

.btn-max::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 322 320'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23ffffff' d='M164.0085602,318.8161011 c-31.5135651,0-46.1585617-4.6004944-71.614769-23.002594c-16.1018295,20.7023315-67.0909348,36.8808594-69.3145142,9.2010498 c0-20.7790222-4.6005192-38.337677-9.8144436-57.5065155C7.054132,223.8920135,0,197.5923615,0,159.484726 C0,68.4710846,74.6817856,0,163.1651459,0c88.5600128,0,157.9512177,71.8448029,157.9512177,160.3281403 C321.4136047,247.443161,251.1228333,318.3513794,164.0085602,318.8161011z M165.3120422,78.6689148 c-43.0915375-2.2235794-76.6753464,27.6031265-84.112854,74.3750916 c-6.1340332,38.7210541,4.7538681,85.8764038,14.0315857,88.3300018 c4.4471664,1.0734558,15.6417694-7.9742432,22.6192245-14.9516907 c11.5375748,7.9704437,24.9729691,12.7574768,38.9510727,13.8782349 c44.6499329,2.1477356,82.80159-31.8444214,85.7997131-76.4453125c1.7453156-44.6953049-32.6325836-82.551918-77.2887573-85.109642 L165.3120422,78.6689148z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 0;
}

.header__phone {
    margin-top: 0;
}

.header__top {
    padding-top: 18px;
}

@media (max-width: 1199px) {
    .header__top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__location {
        display: none;
    }

    .header__bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-nav {
        display: block;
    }

    .header {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .header .btn-max,
    .header .btn-tg {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        padding: 0;
    }

    .header .btn-max::before,
    .header .btn-tg::before {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .header .btn-tg::before {
        margin-left: -2px;
        margin-top: 2px;
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }

    .header__top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .burger {
        top: 14px;
    }

    .header__buttons {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px 10px;
        padding: 15px 0;
    }

    .header__buttons .btn--orange {
        width: auto;
    }

    .header__phone {
        margin-top: 10px;
    }

    .header__top-inner > .header__phone {
        margin-top: 0;
    }
}