:root {
    --font-family: "Lato", sans-serif;
    --font-secondary: "Tenor Sans", sans-serif;
    --font-coursive: "Passions Conflict RUS", sans-serif;
    --color-main: #303030;
    --color-accent: #6F253C;
    --color-accent-dark: #4F1A2A;
    --color-gray: #9a9a9a;
    --transition: .3s ease-out;
}

p {
    margin: 0;
    padding: 0;
}

/*about page*/
.offer-section__wrap {
    padding: 34px 60px;
    background: url('../img/content/about/offer-bg.webp') no-repeat center / cover;
    border-radius: 5px;
    height: 522px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1919px) {
    .offer-section__wrap {
        height: 504px;
        padding: 26px 56px;
    }
}

@media (max-width: 1599px) {
    .offer-section__wrap {
        height: 435px;
        padding: 31px 40px;
    }
}

@media (max-width: 1023px) {
    .offer-section__wrap {
        padding: 28px 10px 28px 28px;
        background: url('../img/content/about/offer-bg2.webp') no-repeat center / cover;

    }
}
@media (max-width: 767px) {
    .offer-section__wrap {
        padding: 4vw;
        background: url('../img/content/about/offer-bg3.webp') no-repeat center / cover;
        height: 115.625vw;
    }
}

.offer-section__title {
    font-family: var(--font-coursive);
    color: #fff;
    font-size: 140px;
    line-height: 1.15em;
}

@media (max-width: 1599px) {
    .offer-section__title {
        font-size: 105px;
    }
}

@media (max-width: 767px) {
    .offer-section__title {
        font-size: 14vw;
    }
}

.offer-section__desc {
    width: 665px;
    max-width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .offer-section__desc {
        font-size: 4.063vw;
    }
}

.offer-section__desc p span {
    font-weight: bold;
    display: inline;
}

.why-section_other {
    margin: 80px 0 100px;
}

@media (max-width: 1023px) {
    .why-section_other {
        margin: 80px 0 40px;
    }
}
@media (max-width: 767px) {
    .why-section_other {
        margin: 44px 0 30px;
    }
}

.taste-section .container,
.partners-section .container,
.philosophy-section .container,
.evolution-section .container,
.docs-section .container {
    max-width: 1820px;
    position: relative;
}

.taste-section {
    margin: 50px 0;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .taste-section {
        margin: 40px 0;
    }
}

@media (max-width: 767px) {
    .taste-section {
        margin: 30px 0;
    }
}

.taste-section__title {
    font-size: 42px;
}

@media (max-width: 767px) {
    .taste-section__title {
        font-size: 7.5vw;
    }
}

.taste-section__title span {
    font-family: var(--font-coursive);
    font-size: 106px;
    line-height: 1.15em;
    color: #A3001D;
}

@media (max-width: 767px) {
    .taste-section__title span {
        font-size: 18.75vw;
    }
}

.taste-section__desc {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .taste-section__desc {
        font-size: 4.063vw;
    }
}

.taste-section__desc span {
    display: block;
}

.taste-section__images {
    margin: 40px 0 20px;
}

@media (max-width: 767px) {
    .taste-section__images {
        margin: 32px 0 20px;
    }
}

.taste-section__images .marquee-section {
    background: #fff;
    padding: 0;
}

.taste-section__images .scroll-banner__track {
    gap: 10px;
}

.taste-section__images .marquee-section__item {
    width: 383px;
    height: 383px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1919px) {
    .taste-section__images .marquee-section__item {
        width: 301px;
        height: 301px;
    }
}

@media (max-width: 1599px) {
    .taste-section__images .marquee-section__item {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 767px) {
    .taste-section__images .marquee-section__item {
        width: 87.5vw;
        height: 87.5vw;
    }
}

.taste-section__images .marquee-section img {
    -webkit-filter: none;
    filter: none;
}

.taste-section__images .marquee-section__item .marquee-section__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.taste-section__images .marquee-section__item .marquee-section__icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1919px) {
    .taste-section__images .marquee-section__item .marquee-section__icon {
        width: 50px;
    }
}

@media (max-width: 1599px) {
    .taste-section__images .marquee-section__item .marquee-section__icon {
        width: 46px;
    }
}

@media (max-width: 767px) {
    .taste-section__images .marquee-section__item .marquee-section__icon {
        width: 14.375vw;
    }
}

.taste-section__note {
    color: #A3001D;
    font-family: var(--font-coursive);
    font-size: 78px;
    line-height: 1.15em;
    text-align: end;
}

@media (max-width: 1599px) {
    .taste-section__note {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .taste-section__note {
        font-size: 9.375vw;
    }
}

.partners-section {
    margin: 50px 0;
    overflow: hidden;
}

.partners-section__title {
    font-size: 42px;
    line-height: 1.15em;
}

@media (max-width: 1023px) {
    .partners-section__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .partners-section__title {
        font-size: 7.5vw;
    }
}

.partners-section__desc {
    margin-top: 16px;
    color: var(--color-gray);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
}

@media (max-width: 1023px) {
    .partners-section__desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .partners-section__desc {
        font-size: 5vw;
    }
}

.partners-section__logo {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

@media (max-width: 1599px) {
    .partners-section__logo {
        justify-content: space-around;
        gap: 0 50px;
    }
}

@media (max-width: 767px) {
    .partners-section__logo {
        gap: 0 3.125vw;
    }
}

.partners-section__logo .partners-section__img {
    height: 180px;
}

@media (max-width: 1919px) {
    .partners-section__logo .partners-section__img {
        height: 175px;
    }
}

@media (max-width: 1599px) {
    .partners-section__img_gaz {
        order: 1;
    }

    .partners-section__img_don {
        order: 2;
    }

    .partners-section__img_m {
        order: 4;
    }

    .partners-section__img_ushatava {
        order: 3;
    }

    .partners-section__img_mates {
        order: 6;
    }

    .partners-section__img_abrau {
        order: 7;
    }

    .partners-section__img_wells {
        order: 5;
    }
}

@media (max-width: 1023px) {
    .partners-section__logo .partners-section__img {
        height: 129px;
    }
}

@media (max-width: 767px) {
    .partners-section__logo .partners-section__img {
        height: 28.438vw;
    }

    .partners-section__img_m {
        width: 22.188vw;
    }
}

.partners-section__logo .partners-section__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partners-section__location {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .partners-section__swiper {
        overflow: visible;
    }
}

.partners-section__swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px 0;
}

@media (max-width: 767px) {
    .partners-section__swiper .swiper-wrapper {
        gap: 0;
    }
}

.location-card {
    width: 24%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 5px 4px 16px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(207, 207, 207, 0.3);
}

@media (max-width: 1599px) {
    .location-card {
        width: 32.5%;
    }

    .location-card:nth-child(7),
    .location-card:nth-child(8) {
        width: 49.5%;
    }
}

@media (max-width: 1023px) {
    .location-card,
    .location-card:nth-child(7),
    .location-card:nth-child(8) {
        width: 49%;
    }
}

.location-card .location-card__img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.location-card .location-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-card .location-card__img .location-card__map {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* opacity: 0; */
	transition: .5s ease;
}

.location-card.active .location-card__img .location-card__map {
    right: 0;
    /* opacity: 1; */
	transition: .5s ease;
}

.location-card .location-card__info {
    padding: 24px 10px 24px 24px;
}

@media (max-width: 767px) {
    .location-card .location-card__info {
        padding: 16px;
    }
}

.location-card .location-card__title {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .location-card .location-card__title {
        font-size: 5vw;
    }
}

.location-card .location-card__desc {
    margin-top: 8px;
    font-size: 18px;
    color: var(--color-gray);
}

@media (max-width: 767px) {
    .location-card .location-card__desc {
        font-size: 4.063vw;
        height: 10vw;
    }
}

.location-card .location-card__btn {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

@media (max-width: 767px) {
    .location-card .location-card__btn {
        font-size: 5vw;
    }
}

.location-card .location-card__btn div {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .location-card .location-card__btn div {
        width: 5vw;
        min-width: 5vw;
        height: 5vw;
    }
}

.location-card .location-card__btn div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy-section {
    margin: 50px 0 0;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .philosophy-section {
        margin: 40px 0;
    }
}

@media (max-width: 767px) {
    .philosophy-section {
        margin: 30px 0;
    }
}

.philosophy-section__title {
    font-size: 42px;
}

@media (max-width: 767px) {
    .philosophy-section__title {
        font-size: 7.5vw;
    }
}

.philosophy-section__title span {
    font-family: var(--font-coursive);
    font-size: 106px;
    line-height: 1.15em;
    color: #A3001D;
}

@media (max-width: 767px) {
    .philosophy-section__title span {
        font-size: 18.75vw;
    }
}

.philosophy-section__desc {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.2em;
    width: 835px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .philosophy-section__desc {
        font-size: 4.063vw;
    }
}

.philosophy-section__desc span {
    display: block;
}

.philosophy-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

@media (max-width: 1599px) {
    .philosophy-section__cards {
        grid-template-columns: 1fr;
    }
}

.philosophy-section__card {
    position: relative;
    background: #FAF5F5;
    border-radius: 5px;
    padding: 32px 0 32px 26px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .philosophy-section__card {
        padding: 32px;
        display: flex;
        align-items: center;
        gap: 60px;
    }
}

@media (max-width: 1599px) {
    .philosophy-section__card {
        padding: 24px;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .philosophy-section__card {
        padding: 1.25vw 3.75vw 5vw;
        gap: 8px;
        flex-direction: column;
        align-items: start;
    }
}

.philosophy-section__card .philosophy-section__bg {
    position: absolute;
    bottom: -70px;
    right: -130px;
    z-index: 1;
}

@media (max-width: 1023px) {
    .philosophy-section__card .philosophy-section__bg {
        bottom: -60px;
        right: -30px;
        width: 170px;
    }
}

@media (max-width: 767px) {
    .philosophy-section__card .philosophy-section__bg {
        display: none;
    }
}

@media (max-width: 1599px) {
    .philosophy-section__icon {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .philosophy-section__icon {
        width: 25vw;
    }
}

.philosophy-section__card .philosophy-section__text {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1599px) {
    .philosophy-section__card .philosophy-section__text {
        width: 427px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .philosophy-section__card .philosophy-section__text {
        width: 100%;
    }
}

.philosophy-section__card h3 {
    font-size: 32px;
    line-height: 1.15em;
}

@media (max-width: 1023px) {
    .philosophy-section__card h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .philosophy-section__card h3 {
        font-size: 5vw;
    }
}

.philosophy-section__card p {
    font-weight: 500;
    line-height: 1.4em;
    font-size: 20px;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .philosophy-section__card p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2em;
    }
}

@media (max-width: 1023px) {
    .philosophy-section__card p {
        font-size: 4.063vw;
    }
}

.cta-banner_about {
    background: url('../img/content/about/banner-cta.webp') no-repeat 45% 100%;
}

@media (max-width: 1599px) {
    .cta-banner_about {
        background-position: 65% 100%;
    }
}

@media (max-width: 1023px) {
    .cta-banner_about {
        background-position: 60% 100%;
    }
}

@media (max-width: 767px) {
    .cta-banner_about {
        background: url(../img/content/about/banner-cta-mob.webp) no-repeat 47% 100% / cover;
    }
}

.cta-banner_about .cta-banner__block {
    padding-bottom: 70px;
}

@media (max-width: 1599px) {
    .cta-banner_about .cta-banner__block {
        padding-bottom: 70px;
        height: 500px;
    }
}

@media (max-width: 1023px) {
    .cta-banner_about .cta-banner__block {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .cta-banner_about .cta-banner__block {
        height: 77.813vw;
        padding-bottom: 8.313vw;
    }
}

.cta-banner_about .cta-banner__caption {
    color: var(--color-main);
    display: flex;
    align-items: end;
    gap: 27px;
    max-width: 100%;
}

@media (max-width: 1599px) {
    .cta-banner_about .cta-banner__caption {
        flex-direction: column;
        align-items: start;
        gap: 0;
        font-size: 44px;
    }
}

@media (max-width: 1023px) {
    .cta-banner_about .cta-banner__caption {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .cta-banner_about .cta-banner__caption {
        font-size: 7.5vw;
    }
}

.cta-banner_about .cta-banner__caption span {
    margin: 0 0 10px;
}

@media (max-width: 1599px) {
    .cta-banner_about .cta-banner__caption span {
        margin: 0 0 0 221px;
    }
}

@media (max-width: 1023px) {
    .cta-banner_about .cta-banner__caption span {
        margin: 0 0 0 140px;
        line-height: 1em;
    }
}

@media (max-width: 767px) {
    .cta-banner_about .cta-banner__caption span {
        margin: 0 0 0 6.563vw;
    }
}

.cta-banner_about .cta-banner__button {
    margin: 44px 0 0;
}

@media (max-width: 767px) {
    .cta-banner_about .cta-banner__button {
        margin: 4.688vw 0 0;
    }
}

.evolution-section {
    padding: 40px 0 100px;
    background: #FAF5F5;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .evolution-section {
        padding: 20px 0 80px;
    }
}

@media (max-width: 1023px) {
    .evolution-section {
        padding: 10px 0 60px;
    }
}

@media (max-width: 767px) {
    .evolution-section {
        padding: 18.75vw 0 13.75vw;
    }
}

.evolution-section__vector1 {
    position: absolute;
    top: 160px;
    right: -80px;
}

@media (max-width: 1919px) {
    .evolution-section__vector1 {
        display: none;
    }
}

.evolution-section__vector2 {
    position: absolute;
    top: 840px;
    left: -160px;
}

@media (max-width: 1599px) {
    .evolution-section__vector2 {
        display: none;
    }
}

.evolution-section__vector3 {
    position: absolute;
    right: -80px;
    bottom: 160px;
}

@media (max-width: 1919px) {
    .evolution-section__vector3 {
        display: none;
    }
}

.evolution-section__title {
    font-size: 42px;
}

@media (max-width: 1023px) {
    .evolution-section__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .evolution-section__title {
        font-size: 7.5vw;
    }
}

.evolution-section__title span {
    font-family: var(--font-coursive);
    font-size: 106px;
    line-height: 1.15em;
    color: #A3001D;
}

@media (max-width: 1023px) {
    .evolution-section__title span {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .evolution-section__title span {
        font-size: 17.5vw;
        display: block;
        line-height: 0.2em;
        text-align: end;
    }
}

.evolution-section__desc {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--color-gray);
}

@media (max-width: 1023px) {
    .evolution-section__desc {
        font-size: 16px;
        width: 366px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .evolution-section__desc {
        font-size: 4.063vw;
        width: 100vw;
        margin-top: 9.375vw;
    }
}

.evolution-section__slider {
    width: 1610px;
    margin: 32px auto 0;
}

@media (max-width: 1919px) {
    .evolution-section__slider {
        width: 1520px;
    }
}

@media (max-width: 1599px) {
    .evolution-section__slider {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .evolution-section__slider {
        margin-top: 8.438vw;
    }
}

@media (max-width: 1023px) {
    .js--evolution-slider {
        overflow: visible;
    }
}

.js--evolution-slider .swiper-wrapper {
    display: block;
}

@media (max-width: 1599px) {
    .js--evolution-slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 1023px) {
    .js--evolution-slider .swiper-wrapper {
        padding-top: 35px;
        flex-direction: row;
        gap: 0px;
    }
}

@media (max-width: 767px) {
    .js--evolution-slider .swiper-wrapper {
        padding-top: 7.187vw;
    }
}

.evolution-step {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 765px;
    align-items: end;
    position: relative;
}

@media (max-width: 1919px) {
    .evolution-step {
        width: 700px;
    }
}

@media (max-width: 1599px) {
    .evolution-step {
        width: 100%;
        align-items: start;
    }
}

@media (max-width: 1023px) {
    .evolution-step {
        width: 544px !important;
        gap: 16px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .evolution-step {
        width: 86.25vw !important;
        gap: 5vw;
    }
}

.evolution-step:nth-child(even) {
    align-items: start;
    margin-left: auto;
}

@media (max-width: 1919px) {
    .evolution-step:nth-child(even) {
        width: 740px;
    }
}

@media (max-width: 1599px) {
    .evolution-step:nth-child(even) {
        width: 100%;
    }
}

.evolution-step:nth-child(odd)::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: var(--color-accent);
    top: 30px;
    right: -49px;
}

.evolution-step:nth-child(odd)::after {
    content: '';
    position: absolute;
    width: 2px;
    top: 39px;
    right: -41px;
    background: linear-gradient(180deg,rgba(111, 37, 60, 1) 0%, rgba(213, 71, 115, 0.34) 46%, rgba(111, 37, 60, 1) 100%);
}

.evolution-step:nth-child(even)::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: var(--color-accent);
    top: 30px;
    left: -49px;
}

.evolution-step:nth-child(even)::after {
    content: '';
    position: absolute;
    width: 2px;
    top: 39px;
    left: -41px;
    background: linear-gradient(180deg,rgba(111, 37, 60, 1) 0%, rgba(213, 71, 115, 0.34) 46%, rgba(111, 37, 60, 1) 100%);
}

.evolution-step:nth-child(1)::after {
    height: 178px;
}

.evolution-step:nth-child(2) {
    margin-top: -508px;
}

.evolution-step:nth-child(2)::after {
    height: 599px;
}

.evolution-step:nth-child(3) {
    margin-top: -155px;
}

.evolution-step:nth-child(3)::after {
    height: 253px;
}

.evolution-step:nth-child(4) {
    margin-top: -460px;
}

.evolution-step:nth-child(4)::after {
    height: 555px;
}

.evolution-step:nth-child(5) {
    margin-top: -200px;
}

@media (max-width: 1919px) {
    .evolution-step:nth-child(5) {
        margin-top: -215px;
    }
}

@media (max-width: 1599px) {
    .evolution-step:nth-child(-n+5) {
        margin-top: 0;
    }

    .evolution-step:nth-child(-n+5)::before {
        right: auto;
        left: 0;
    }

    .evolution-step:nth-child(-n+5)::after {
        left: 8px;
    }

    .evolution-step:nth-child(-n+4)::after {
        height: 110%;
    }
}

@media (max-width: 1023px) {
    .evolution-step:nth-child(-n+5)::before {
        top: -35px;
    }

    .evolution-step:nth-child(-n+4)::after {
        width: 105%;
        height: 2px;
        top: -27px;
        background: linear-gradient(90deg,rgba(111, 37, 60, 1) 0%, rgba(213, 71, 115, 0.34) 46%, rgba(111, 37, 60, 1) 100%);
    }
}

@media (max-width: 1023px) {
    .evolution-step:nth-child(-n+5)::before {
        top: -7.187vw;
        width: 3.438vw;
        height: 3.438vw;
    }

    .evolution-step:nth-child(-n+4)::after {
        height: 0.313vw;
        top: -5.625vw;
    }
}

.evolution-step__date {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 32px;
    line-height: 1.15em;
    color: var(--color-accent);
    font-family: var(--font-secondary);
}

@media (max-width: 1599px) {
    .evolution-step__date {
        font-size: 28px;
        margin-left: 42px;
    }
}

@media (max-width: 1023px) {
    .evolution-step__date {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .evolution-step__date {
        font-size: 6.25vw;
        padding: 5vw;
    }
}

.evolution-step__card {
    padding: 32px 32px 40px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 1599px) {
    .evolution-step__card {
        padding: 24px;
        flex-direction: row-reverse;
        margin-left: 42px;
    }
}

@media (max-width: 1023px) {
    .evolution-step__card {
        flex-direction: column-reverse;
        margin-left: 0;
        height: 100%;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .evolution-step__card {
        padding: 5vw;
        gap: 5vw;
    }
}

.evolution-step__title {
    font-size: 32px;
    line-height: 1.15em;
    font-family: var(--font-secondary);
}

@media (max-width: 1599px) {
    .evolution-step__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .evolution-step__title {
        font-size: 5vw;
    }
}

.evolution-step__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 20px;
}

@media (max-width: 1599px) {
    .evolution-step__desc {
        font-size: 18px;
        line-height: 1.5em;
    }
}

@media (max-width: 767px) {
    .evolution-step__desc {
        font-size: 4.063vw;
    }
}

.evolution-step__img {
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .evolution-step__img {
        width: 358px;
        min-width: 358px;
        height: 273px;
    }
}

@media (max-width: 1023px) {
    .evolution-step__img {
        width: 100%;
        min-width: 244px;
        height: 273px;
    }
}

@media (max-width: 767px) {
    .evolution-step__img {
        height: 50.313vw;
    }
}

.evolution-step__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evolution-section__note {
    position: absolute;
    bottom: -30px;
    right: 113px;
    font-family: var(--font-coursive);
    color: #A3001D;
    font-size: 100px;
    line-height: 1.15em;
}

@media (max-width: 1599px) {
    .evolution-section__note {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 24px;
        text-align: end;
        display: block;
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .evolution-section__note {
        font-size: 13.438vw;
        margin-top: 0;
    }
}

.docs-section {
    padding: 60px 0;
    background: #FAF5F5;
    overflow: hidden;
}

@media (max-width: 767px) {
    .docs-section {
        padding: 12.5vw 0;
    }
}

.docs-section__title {
    font-size: 42px;
    line-height: 1.15em;
}

@media (max-width: 1023px) {
    .docs-section__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .docs-section__title {
        font-size: 7.5vw;
    }
}

.docs-section__desc {
    margin-top: 16px;
    color: var(--color-gray);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    width: 750px;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .docs-section__desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .docs-section__desc {
        font-size: 5vw;
    }

    .docs-section__desc span {
        display: block;
    }
}

.docs-section__slider {
    margin-top: 60px;
}

@media (max-width: 1599px) {
    .docs-section__slider {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .docs-section__slider {
        margin-top: 10vw;
    }
}

.js--docs-slider {
    overflow: visible;
}

.js--docs-slider .swiper-slide {
    width: 427px;
    height: 589px;
}

@media (max-width: 1919px) {
    .js--docs-slider .swiper-slide {
        width: 346px;
        height: 478px;
    }
}

@media (max-width: 1599px) {
    .js--docs-slider .swiper-slide {
        width: 289px;
        height: 400px;
    }
}

@media (max-width: 1023px) {
    .js--docs-slider .swiper-slide {
        width: 260px;
        height: 360px;
    }
}

@media (max-width: 767px) {
    .js--docs-slider .swiper-slide {
        width: 57.813vw;
        height: 80.313vw;
    }
}

.js--docs-slider .swiper-slide_big {
    width: 818px;
}

@media (max-width: 1919px) {
    .js--docs-slider .swiper-slide_big {
        width: 656px;
    }
}

@media (max-width: 1599px) {
    .js--docs-slider .swiper-slide_big {
        width: 540px;
    }
}

@media (max-width: 1023px) {
    .js--docs-slider .swiper-slide_big {
        width: 496px;
    }
}

@media (max-width: 767px) {
    .js--docs-slider .swiper-slide_big {
        width: 108.75vw;
    }
}

.js--docs-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .docs-section .swiper-pagination {
        display: none;
    }
}

@media (max-width: 1919px) {
    .docs-section .slider-controls {
        display: none;
    }
}


.docs-section__btn {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .docs-section__btn {
        margin-top: 10vw;
    }
}