@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");

* {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #262729;
}

p {
    margin: 0;
}

.section-loyalty {
    margin: 90px 0 115px;
    position: relative;
}

.section-loyalty_div {
    max-width: 50vw;
}

.section-loyalty_div-svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 517px;
    height: auto;
    z-index: -1;
}

.section-loyalty_div-h1 {
    color: #262729;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    margin-bottom: 30px;
}

.section-loyalty_div-p {
    color: #262729;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    margin-bottom: 75px;
    max-width: 710px;
}

.section-loyalty_div-button {
    color: #fff;
    font-size: 28px;
    font-weight: 550;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    width: 431px;
    height: 68px;
    background-color: #f13a5f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.section-loyalty_section {
    margin-bottom: 100px;
}

.section-loyalty_section-list-item-text > .section-loyalty_section-p {
    text-align: right;
}

.section-loyalty_section-p {
    color: #262729;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    margin: 0;
}

.section-loyalty_section-span {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    margin-right: 15px;
}

.section-loyalty_section-list {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 110px;
}

.section-loyalty_section-list-item:nth-child(1) {
    background-color: #eeeeee;
    border-radius: 25px;
    padding: 21px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-loyalty_section-div {
    background-color: #f13a5f;
    padding: 10px 22px 10px;
    box-sizing: border-box;
    border-radius: 35px;
    display: flex;
    align-items: center;
}

.section-loyalty-advantages_h2 {
    margin-bottom: 45px;
}

.section-loyalty-advantages_list {
    display: flex;
    gap: 81px;
    margin-bottom: 69px;
}

.section-loyalty-advantages_list-item {
    background-color: #eeee;
    width: 100%;
    height: 245px;
    border-radius: 25px;
    border: 1px solid #B9B9B9;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-loyalty-advantages_list-item:nth-child(1) {
    background-image: url("../images/svg/Flower.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-loyalty-advantages_list-item:nth-child(2) {
    background-image: url("../images/svg/Ellipse.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-loyalty-advantages_p {
    color: #262729;
    font-size: 32px;
    font-weight: 300;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    text-align: center;
}

.section-loyalty-advantages_span {
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 550;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
}

.section-loyalty-advantages_list-item-paragraph {
    color: #262729;
    font-size: 32px;
    font-weight: 550;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    text-align: center;
    width: 1600px;
    margin: 0 auto 100px;
}

.section-loyalty-advantages_list-item-link--color {
    color: #f13a5f;
}

.section-map-advantages__h2 {
    margin-bottom: 60px;
}

.section-map-advantages_list {
    width: 100%;
}

.section-map-advantages_list-item-list {
    margin-top: 30px;
}

.section-map-advantages_list-item-list-item {
    color: #262729;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
}

.section-map-advantages_list-item-list-item:not(:last-child) {
    margin-bottom: 15px;
}

.section-map-advantages_list-item-list-item:nth-child(1) {
    color: #262729;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    font-family: "Helvetica Neue Cyr Medium", Arial, sans-serif;
    margin-bottom: 25px;
}

.section-map-advantages_list-item-list-item:last-child {
    font-weight: 400;
}

.section-map-advantages_list-item img {
    width: 100%;
}

.section-loyalty_div-h1--width {
    max-width: 910px;
}

.section-loyalty2 {
    margin: 50px 0 130px;
}

.section-loyalty_div1 {
    position: relative;
}

.section-loyalty_div-cards {
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.section-loyalty_div-cards-mobile {
    display: none;
    
}
.mob2 {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    flex: 1 0 0%;

}

.section-loyalty__h2 {
    color: #262729;
    font-family: "Helvetica Neue Cyr Bold", Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
}

/*Swiper start*/
.swiper-pagination-section-map-advantages {
    display: none;
}

.swiper-pagination-section-map-advantages-wrapper {
    height: 40px;
}

#swiper-pagination-section-map-advantages .swiper-pagination-bullet {
    background: #F13A5F;
    opacity: 0.6;
    width: 12px;
    height: 12px;
}

#swiper-pagination-section-map-advantages .swiper-pagination-bullet-active {
    background: #F13A5F;
    opacity: 1;
}
/*Swiper end*/

@media (max-width: 1440px) {
    .section-loyalty {
        margin: 40px 0 75px;
    }

    .section-loyalty_div-h1 {
        font-size: 80px;
        margin-bottom: 25px;
    }

    .section-loyalty-advantages_h2 {
        margin-bottom: 30px;
    }

    .section-loyalty_section {
        margin-bottom: 80px;
    }

    .section-loyalty_section-list {
        gap: 70px;
    }

    .section-loyalty_section-p {
        font-size: 32px;
    }

    .section-loyalty_section-span {
        font-size: 36px;
        margin-right: 8px;
    }

    .section-loyalty_section-div {
        padding: 10px 22px 10px;
    }

    .section-loyalty_div-svg {
        width: 440px;
    }

    .section-loyalty_section-list-item:nth-child(1) {
        border-radius: 50px;
        padding: 10px 10px 10px 30px;
    }

    .section-loyalty_div-p {
        font-size: 28px;
        margin-bottom: 45px;
        max-width: 100%;
    }

    .section-loyalty-advantages_list-item {
        padding: 28px;
    }

    .section-loyalty-advantages_list-item-paragraph {
        font-size: 28px;
        width: 100%;
        margin-bottom: 80px;
    }

    .section-map-advantages__h2 {
        margin-bottom: 30px;
    }

    .section-loyalty-advantages_list {
        gap: 25px;
        margin-bottom: 30px;
    }

    .section-map-advantages_list-item-list-item {
        font-size: 20px;
    }

    .section-map-advantages_list-item-list-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .section-map-advantages_list-item-list-item:nth-child(1) {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-loyalty-advantages_p {
        font-size: 28px;
    }

    .section-loyalty-advantages_span {
        font-size: 28px;
    }

    .section-loyalty2 {
        margin: 80px 0 100px;
    }

    .section-loyalty_div-cards {
        width: 550px;
    }


    .section-loyalty_div-h1--width {
        max-width: 54vw;
    }

    .section-loyalty__h2 {
        font-size: 40px;
    }

    .section-loyalty_div-button {
        font-size: 24px;
        width: 384px;
        height: 64px;
    }
}

@media (max-width: 1280px) {
    .section-loyalty_div {
        max-width: 55vw;
    }

    .section-loyalty_div-svg {
        top: -15%;
        transform: translate(0, 0);
        width: 360px;
    }

    .section-loyalty_div-p {
        max-width: 85%;
    }

    .section-loyalty-advantages_list-item {
        padding: 22px;
    }

    .section-loyalty-advantages_p {
        font-size: 24px;
    }

    .section-loyalty-advantages_span {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .section-loyalty_div {
        margin-top: 0;
    }

    .section-loyalty_div-h1 {
        font-size: 64px;
        margin-bottom: 20px;
    }

    .section-loyalty_div-p {
        font-size: 24px;
        margin-bottom: 30px;
        max-width: 90%;
    }

    .section-loyalty_section-p {
        font-size: 24px;
    }

    .section-loyalty_section-span {
        font-size: 24px;
        margin-right: 7px;
    }

    .section-loyalty_section-list {
        align-items: center;
        gap: 45px;
    }

    .section-loyalty_section-div {
        padding: 10px 12px 10px;
    }

    .section-loyalty_div-svg {
        width: 320px;
        top: -10%;
    }

    .section-loyalty_div-button {
        font-size: 20px;
        width: 336px;
        height: 50px;
    }

    .section-loyalty-advantages_p {
        font-size: 20px;
    }

    .section-loyalty-advantages_span {
        font-size: 20px;
    }

    .section-loyalty-advantages_list-item {
        height: 180px;
        padding: 17px;
    }


    .section-loyalty-advantages_list {
        gap: 18px;
    }

    .section-loyalty-advantages_list-item-paragraph {
        font-size: 24px;
    }

    .section-map-advantages_list-item-list {
        margin-top: 20px;
    }

    .section-map-advantages_list-item-list-item {
        font-size: 18px;
    }

    .section-map-advantages_list-item-list-item:nth-child(1) {
        font-size: 28px;
    }

    .section-loyalty2 {
        margin: 45px 0 70px;
    }

    .section-loyalty_div-cards {
        width: 450px;
    }

    .section-loyalty__h2 {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .section-loyalty_div-cards {
        width: 420px;
    }
}

@media (max-width: 820px) {
    .section-loyalty_div-h1 {
        font-size: 56px;
        margin-bottom: 15px;
    }

    .section-loyalty_div-cards {
        width: 370px;
    }

    .section-loyalty_section-p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .section-loyalty {
        margin: 20px 0 30px;
    }

    .section-loyalty_div {
        max-width: 65vw;
    }

    .section-loyalty_div-p {
        font-size: 20px;
    }

    .section-loyalty_div-svg {
        width: 260px;
        top: -5%;
    }

    .section-loyalty_section {
        margin-bottom: 60px;
    }

    .section-loyalty_section-list {
        gap: 45px;
    }

    .section-loyalty_section-list-item-text {
        margin-right: 20px;
    }

    .section-loyalty_section-p {
        font-size: 18px;
    }

    .section-loyalty_section-div {
        padding: 8px 10px;
    }

    .section-loyalty_section-span {
        font-size: 18px;
        margin-right: 6px;
    }

    .section-loyalty_div-button {
        height: 54px;
    }

    .section-loyalty-advantages_list {
        margin-bottom: 25px;
    }

    .section-loyalty-advantages_list-item {
        height: 160px;
        padding: 15px;
    }

    .section-loyalty-advantages_p {
        font-size: 16px;
    }

    .section-loyalty-advantages_list-item-paragraph {
        font-size: 20px;
        margin-bottom: 60px;
    }

    .section-map-advantages_list {
        width: auto;
    }

    .section-map-advantages_list-item-list-item {
        font-size: 16px;
    }

    .section-map-advantages_list-item-list-item:nth-child(1) {
        font-size: 24px;
    }

    .section-map-advantages_list-item-list-item:not(:last-child) {
        margin-bottom: 5px;
    }

    .section-loyalty__h2 {
        font-size: 32px;
    }

    .section-loyalty_section-div svg {
        width: 19px;
        height: 19px;
    }
}

@media (max-width: 767px) {
    .section-loyalty_div1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-loyalty_div-cards-mobile {
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
        display: block;
    }

    .section-loyalty_div-cards {
        display: none;
    }

    .section-loyalty_div-h1--width {
        max-width: 100%;
    }

    .swiper-pagination-section-map-advantages {
        display: block;
    }
}

@media (max-width: 650px) {
    .section-loyalty {
        display: flex;
        flex-direction: column;
    }

    .section-loyalty_div {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .section-loyalty_div-h1 {
        text-align: center;
    }

    .section-loyalty_div-svg {
        position: relative;
        width: 100%;
        top: 0;
        order: 1;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .section-loyalty_div-button {
        width: 296px;
        height: 40px;
    }

    .section-loyalty_section-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .section-map-advantages_list-item-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-loyalty_section-list-item:first-child {
        order: 2;
        width: 100%;
    }

    .section-loyalty_section-list-item:last-child {
        order: 1;
    }

    .section-map-advantages_list-item-list-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .section-map-advantages_list-item-list-item:first-child {
        margin-bottom: 15px;
    }

    .swiper-pagination-section-map-advantages-wrapper {
        height: 50px;
    }

    .section-loyalty_section-p {
        font-size: 16px;
    }

    .section-loyalty-advantages_p {
        font-size: 20px;
    }

    .section-loyalty-advantages_list {
        margin-bottom: 30px;
    }

    .section-loyalty_section-div {
        padding: 4px 10px;
    }

    .section-loyalty_section-span {
        font-size: 16px;
        padding-top: 3px;
    }

    .section-loyalty_section-div svg {
        width: 16px;
        height: 16px;
    }

    .section-loyalty_div-p {
        font-size: 16px;
    }

    .section-loyalty_section {
        margin-bottom: 60px;
    }

    .section-loyalty-advantages_h2 {
        margin-bottom: 30px;
    }

    .section-loyalty-advantages_list {
        flex-direction: column;
    }

    .section-loyalty-advantages_list-item {
        height: 190px;
        padding: 13px;
    }

    .section-loyalty__h2 {
        text-align: center;
    }

    .section-loyalty_div-h1 {
        margin-bottom: 20px;
        margin-left: 8vw;
        margin-right: 8vw;
        font-size: 30px;
        padding-top: 20px;
    }

    .section-map-advantages {
        margin-bottom: 50px;
    }

    .section-loyalty__h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .section-loyalty_div-h1 {
        font-size: 36px;
    }

    .section-map-advantages {
        margin-bottom: 40px;
    }

    .section-loyalty_div-button {
        width: 100%;
    }
}