:root {
    --color-primary: #253580;
    --color-tag: #374151;
    --color-tag-bg: #ffffffcc;
    --color-tag-border: #f3f4f699;
    --font-primary: "Georgia", serif;
    --font-size-title: 48px;
    --line-height-title: 1.2;
    --font-size-special-h5: 18px;
    --font-size-tag: 16px;
    --border-radius-main: 10px;
    --border-radius-special: 14px;
    --padding-special: 15px;
    --padding-tag: 6px 8px;
    --gap-column: 35px;
    --gap-tag: 10px;
    --shadow-main: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-main-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-tag: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-tag-hover: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.steps-header {
    margin-bottom: 80px;
}

.steps-header__content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.steps-header__title {
    font-family: var(--font-primary);
    color: var(--color-primary);
    font-size: 40px;
    line-height: 1;
    word-wrap: break-word;
    padding: 0;
    font-weight: 400;
    margin: 0;
}

.steps-header__description {
    color: var(--color-tag);
    font-size: var(--font-size-content);
}

.steps-header__buttons {
    flex-basis: 100%;
    display: grid;
    gap: 15px;
    margin: 0 15px 0 15px;
}

.steps-header__blue {
    background-color: #253580;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.steps-header__blue:hover {
    background-color: #253580e6;
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}

.steps-header__pink {
    border: 1px solid #253580;
    background: transparent;
    color: #253580;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.steps-header__pink:hover {
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}

.steps-short__title {
    font-family: var(--font-primary);
    padding: 30px 0 15px;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
    color: #243580;
}

.steps-short__description {
    color: #374151;
    text-align: left;
}

.swiper-slide.steps-short__item {
    position: relative;
    border-top: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: auto;
    padding: 20px;
    border: 1px solid #f3f4f699;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    background-color: #ffffffcc;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}


.swiper-slide.steps-short__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 15px 15px 0 0;
    background: var(--border-gradient);
}

.steps-short__list.steps-short-swiper {
    padding: 0 5px 25px 5px;
}

.steps-short__number {
    font-family: var(--font-primary);
    font-size: 40px;
    color: #eae7e2;
    font-weight: 300;
    line-height: 1;
}

.steps-short__item--title {
    display: block;
    font-family: var(--font-primary);
    font-size: 18px;
    color: #243580;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.steps-short__item--description {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.steps-short__tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 100px;
}

.steps-main__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.steps-main__number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 500;
}

.steps-main__header--title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.steps-main__tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 100px;
    width: fit-content;
}

.new-page h2.steps-main__title {
    font-family: var(--font-primary);
    padding: 30px 0 15px;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.new-page .steps-main__content ul {
    list-style: none;
    margin: 0 0 20px 0px;
}

.new-page .steps-main__content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.steps-main__content ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #253580;
}

.steps-main__additional-content {
    padding: 25px;
    border-radius: 15px;
    margin: 15px 0;
}

.steps-country {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0;
}

.steps-country__item {
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(8px);
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.steps-country__item:hover {
    border-color: var(--ink);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(15, 27, 61, 0.06);
}

.steps-country__icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
}

.country-small__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.steps-country__title {
    font-weight: 700;
    font-size: 16px;
    color: #111827;
}

.steps-country__description {
    color: #374151;
    font-size: 14px;
}

.steps-country__additional-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    border-color: oklab(0.729884 0.16093 0.0369245 / 0.2);
    background-image: linear-gradient(to right bottom, oklab(0.729884 0.16093 0.0369245 / 0.1) 0%, oklab(0.36342 -0.000455797 -0.127774 / 0.1) 100%);
    border-radius: 15px;
    padding: 25px;
    margin: 15px 0;
}

.steps-country__additional-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps-country__additional-content span {
    font-family: var(--display);
    display: block;
    font-weight: 600;
    color: #243580;
    font-size: 20px;
    margin-bottom: 15px;
}

.steps-country__additional-content p {
    margin: 0;
}

.steps-country__button {
    background-color: #253580;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.steps-country__button:hover {
    background-color: #253580e6;
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}



.steps-document__items {
    display: grid;
    gap: 74px;
    margin: 50px 0;
}

.steps-document__item {
    position: relative;
    ;
}

.steps-document__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: oklab(0.999994 0.0000455677 0.0000200868 / 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid #e5e7eb4d;
    border-radius: 15px;
    padding: 25px;
}

.steps-document__number {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: 25px;
    transition: all 0.3s ease
}

.steps-document__title {
    color: #253580;
    margin: 15px 0;
    font-size: 24px;
}

.new-page .steps-document__text p {
    color: #6b7280;
}

.steps-document__tag {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.steps-document__item--arrow {
    border: 1px solid;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.steps-document__item--arrow svg {
    width: 16px;
    height: 16px;
}


.steps-document__item:hover .steps-document__number,
.steps-document__item:hover .steps-document__item--arrow {
    scale: 110%;
}

@media screen and (min-width: 992px) {
    .steps-document__items {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }

    .steps-document__number {
        width: 48px;
        height: 48px;
    }

    .steps-document__item--arrow {
        position: absolute;
        top: 50%;
        right: -16px;
        transform: rotate(270deg);
        margin-top: 0;
    }

    .steps-document__item--arrow svg {
        width: 20px;
        height: 20px;
    }



}


.steps-cart__items {
    display: grid;
    gap: 25px;
    margin: 20px 0;
}

.steps-cart__item {
    backdrop-filter: blur(8px);
    background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.9);
    border: 1px solid;
    border-color: oklab(0.999994 0.0000455677 0.0000200868 / 0.6);
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.steps-cart__title {
    color: #243580;
    font-size: 30px;
    font-weight: 700;
}

.steps-cart__text {
    font-size: 14px;
    margin: 0;
}


@media screen and (min-width: 768px) {
    .steps-cart__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 992px) {
    .steps-cart__items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) {

    .steps-country {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media (min-width: 992px) {

    .steps-header__content {
        width: 50%;
    }

    .steps-header__buttons {
        grid-template-columns: 1fr 1fr;
    }

    .steps-country__additional-content {
        flex-direction: row;
    }

    .steps-country__additional-text {
        align-items: flex-start;
    }
}

@media (min-width: 1024px) {

    .steps-short__list.steps-short-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
}