@font-face {
    font-family: 'Inter';
    src: url('../../src/fonts/Inter-Regular.woff2') format('woff2'),
    url('../../src/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*  */
.text-start {
    text-align: start;
}

.iframed-video {
    aspect-ratio: 16/9;
}

.iframed-video {
    width: 100%;
    transform: scale(0.8);
    height: auto;
    transition: transform 1.5s ease-in-out;
}

.iframed-video.fullscreen {
  transform: scale(1);
}

/*img {*/
/*    max-width: 1600px;*/
/*}*/

.heading-page-main-image {
    width: 100%;
    /*max-width: 1648px;*/
    margin: 0 auto;
}

.heading-page-main-img {
    width: 100%;
}

.heading-page-main-image-2 {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 24px;
}

.heading-page-main-img-2 {
    width: 100%;
}

html {
    font-size: 62.5%;
}

.container {
    max-width: 100%;
    /*  ширина 100%, макс ширина 1600рх  */
}

/*.wrapper {*/
/*    max-width: 1600px;*/
/*    margin: 0 auto;*/
/*}*/

html,
body {
    position: relative;
    height: 100%;
    font-family: Inter;
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 35px 70px;
    padding-top: 5px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.swiper-slide.slide-1 {
    background-image: url("../../src/img/slide-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide.slide-2 {
    background-image: url("../../src/img/slide-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide.slide-3 {
    background-image: url("../../src/img/slide-3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {


    /*.swiper-v {*/
    /*    !* еще потестирую *!*/
    /*    max-height: calc(100vh - 217px);*/
    /*}*/
}

.swiper-v {
    position: relative;
    max-width: 1920px;
}

body {
    margin: 0;
}

.buttons-sw {
    position: absolute;
    right: 80px;
    bottom: 100px;
    width: 120px;
    height: 40px;
}

/* цвета */
.color-white {
    background-color: #FFFFFF;
}

.color-black {
    background-color: #141414;
}

.color-green {
    background-color: #00BCBD;
}

.color-purple {
    background-color: #C91687;
}

.color-light-green {
    background-color: #D4E8E7;
}

.color-grey {
    background-color: #D4E8E7;
}

.color-light-grey {
    background-color: #D4E8E7;
}


.swiper-button-next {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: transparent;
    border-radius: 100%;
    background-color: #fff !important;
    background: url("../../src/img/icons/arrow-swiper.svg") no-repeat center;

}


.swiper-button-prev {
    rotate: 180deg;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: transparent;
    border-radius: 100%;
    background-color: #fff !important;
    background: url("../../src/img/icons/arrow-swiper.svg") no-repeat center;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: transparent !important;
    border: 0.1rem solid white;
    background: url("../../src/img/icons/arrow-swiper-hover.svg") no-repeat center;
}

.swiper-button-disabled {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: transparent;
    border-radius: 100%;
    background-color: #E1E1E1 !important;
    background: url("../../src/img/icons/arrow-swiper-disabled.svg") no-repeat center;
}

.swiper-button-disabled:hover {
    cursor: not-allowed;
    background-color: #E1E1E1 !important;
    border: none;
    background: url("../../src/img/icons/arrow-swiper-disabled.svg") no-repeat center;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: none;
}

.swiper-pagination-horizontal {
    color: #FFFFFF;
    bottom: 90px;
}


.more-down-button {
    cursor: pointer;
    width: 9.6rem;
    height: 9.6rem;
    border-radius: 100%;
    background-color: transparent;
    border: 0.15rem solid #00BCBD;
    background: url("../../src/img/icons/more-down-plus-green.svg") no-repeat center;
}

.open-list {
    margin-top: 20px;
}

.more-down-button:active {
    background-color: #00BCBD !important;
}

.more-down-button:hover {
    background-color: #00BCBD !important;
    background: url("../../src/img/icons/more-down-plus-white.svg") no-repeat center;
}

/* стили постранично */

/* общее */
.page-index {
    color: #00BCBD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
}

/* первая страница */

.heading-page {
  padding-top: 24px !important;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    margin-bottom: 10px;
    padding: 0 16px;
    box-sizing: border-box;
    transition: max-width 0.4s ease;
}
.third-page {
    margin: 0 auto;
    text-align: center;
    max-width:80%;
    margin-bottom: 30px;
    padding: 0 24px;
    box-sizing: border-box;
    transition: max-width 0.4s ease;
}

.heading-page-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .heading-page-content {
        margin-top: 24px;
    }
}

.separator {
    border-bottom: 1px solid #D4E8E7;
    width: 100%;
    margin-top: 16px;
}

.heading-page-header {
    margin: 0 auto;
    max-width: 1057px;
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
}


.heading-page-logo {
    margin-top: 16px;
    margin-bottom: 48px;
}

.heading-page-inh {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* вторая страница */
.second-page {
    text-align: center;
    background-color: #D4E8E7 !important;
    background: url("../../src/img/soty.png");
    margin-bottom: 80px;
}

.second-page-inh {
    padding-top: 50px;
    padding-bottom: 25px;
}

.second-page-header {
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1058px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.second-page-content {
    padding-bottom: 45px;
}

.second-page-index {
    margin-bottom: 16px;
}

/* третья страница */
.third-page {
}

.third-page-content {

}

.third-index {
    text-align: start;
}

.third-page-header {
    text-align: start;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.third-page-head-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 56px;
}

.third-index {

}
.text-start {
}

.stores-page-head-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.stores-line-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* stores */
.store-common {
    display: inline-block;
    cursor: pointer;
    height: 35px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.stores-line-wb {
    background-image: url("../../src/img/stores/wildberries.svg");
}

.green-span:hover .stores-line-wb {
    background-image: url("../../src/img/stores/color-wb.svg");
}

.stores-line-ozon {
    background-image: url("../../src/img/stores/ozon.svg");
}

.rose-span:hover .stores-line-ozon {
    background-image: url("../../src/img/stores/color-ozon.svg");
}

.stores-line-x {
    background-image: url("../../src/img/stores/perekrestok.svg");
}

.rose-span:hover .stores-line-x {
    background-image: url("../../src/img/stores/color-perekrestok.svg");
}

.stores-line-apple {
    background-image: url("../../src/img/stores/golden-apple.svg");
}

.green-span:hover .stores-line-apple {
    background-image: url("../../src/img/stores/color-golden-apple.svg");
}

.stores-line-azbuka {
    background-image: url("../../src/img/stores/azbuka-vkusa.svg");
}

.rose-span:hover .stores-line-azbuka {
    background-image: url("../../src/img/stores/color-azbuka-vkusa.svg");
}

.stores-line-globus {
    background-image: url("../../src/img/stores/globus.svg");
}

.rose-span:hover .stores-line-globus {
    background-image: url("../../src/img/stores/color-globus.svg");
}

.stores-line-lenta {
    background-image: url("../../src/img/stores/lenta.svg");
}

.rose-span:hover .stores-line-lenta {
    background-image: url("../../src/img/stores/color-lenta.svg");
}

.stores-line-metro {
    background-image: url("../../src/img/stores/metro.svg");
}

.rose-span:hover .stores-line-metro {
    background-image: url("../../src/img/stores/color-metro.svg");
}

.stores-line-okey {
    background-image: url("../../src/img/stores/okey.svg");
}

.green-span:hover .stores-line-okey {
    background-image: url("../../src/img/stores/color-okey.svg");
}

.stores-line-samokat {
    background-image: url("../../src/img/stores/samokat.svg");
}

.green-span:hover .stores-line-samokat {
    background-image: url("../../src/img/stores/color-samokat.svg");
}

.stores-line-selgrom {
    background-image: url("../../src/img/stores/selgros.svg");
}

.green-span:hover .stores-line-selgrom {
    background-image: url("../../src/img/stores/color-selgrom.svg");
}

.stores-line-tvoi-dom {
    background-image: url("../../src/img/stores/tvoi-dom.svg");
}

.green-span:hover .stores-line-tvoi-dom {
    background-image: url("../../src/img/stores/Group.svg");
}


.stores-line {
    border-bottom: 1px solid #D4E8E7;
    padding: 18px 0 18px 0;
}

.globus-line {
    padding-bottom: 32px;
}


.stores-line:first-child {
    border-top: 1px solid #D4E8E7;
}

.hidden {
    display: none;
}

.contacts {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #D4E8E7;
}

.collapse-q {
    width: 100%;
}

.collapse-button {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: #FFFFFF;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.collapse-button span {
    background-image: url("../img/icons/more-down-arrow-green.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.collapse-button.active {
    background-color: #D4E8E7;
}

.collapse-button.active span {
    background-image: url('../img/icons/more-down-arrow-green.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
}

.collapse-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0 24px;
    font-size: 1.25rem;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.collapse-content.active {
    background-color: #D4E8E7;
    text-align: left;
    height: max-content;
    padding: 24px;
    opacity: 1;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.collapse-content p {
    line-height: 30px;
}

.collapse-content.active span {
    background-image: url('../img/icons/more-down-arrow-green.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-left: 1rem;
}

/* ссылки */
.text-link {
    position: relative;
    color: black;
    width: max-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    cursor: pointer;
    box-sizing: content-box;
}

.text-link:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #141414;
}

/* bottom */
.bottom {
    padding: 0 24px 32px;
    margin: 32px auto;
    max-width: 80%;
    align-items: center;
    display: flex;
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
}

.bottom-ottaku-img {
    width: 137px;
    height: 79px;
    display: inline-block;
    background: url("../../src/img/logos/logo-bottom.svg") no-repeat center;
    background-size: contain;
}

.bottom-osm-img {
    width: 121px;
    height: 31px;
    display: inline-block;
    background: url("../../src/img/logos/osm.svg") no-repeat center;
    background-size: contain;
}

.bottom-flex {
    gap: 29px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bottom-link {
    color: #AFAFAF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}


.link-button {
    width: 120px;
    height: 44px;
    background: url("../../src/img/buttons/button-grey.svg") no-repeat center;
    background-size: contain;
}

.green-span:hover .button-green {
    background: url("../../src/img/buttons/button-green.svg") no-repeat center;
}

.rose-span:hover .button-rose {
    background: url("../../src/img/buttons/button-rose.svg") no-repeat center;
}

.green-span:hover .green {
    color: #00BCBD;
}

.rose-span:hover .rose {
    color: #C91687;
}

.bottom-mobile {
    padding-top: 32px;
    padding-bottom: 10px;
    display: none;

}

.bln {
    color: #AFAFAF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.bottom-flex-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bottom-image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .heading-page-header {
        font-size: 40px;
    }

    .second-page-header, .third-page-header {
        font-size: 24px;
    }

    .text-start {
        display: none;
    }

    .stores-page-head-grid {
        width: 100%;
        display: block;
    }
    .stores-page-head-grid.hidden {
      display: none;
    }

    .third-page {
        margin-bottom: 40px;
    }

    .second-page-index {
        margin-bottom: 8px;
    }
    .heading-page {
      max-width: 100%;
    }
    .heading-page, .third-page {
        padding: 0 16px;
    }

    .second-page-header {
        padding: 0 16px;
    }

    .heading-page-main-image-2 {
        padding: 0 16px;
        max-width: 100%;
    }

    .third-page-head-grid {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        margin-bottom: 36px;
    }

    .third-page-header {
        text-align: center;
    }

    .heading-page-logo {
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .heading-page-content {
        gap: 24px;
    }

    .second-page-inh {
        padding-top: 44px;
        padding-bottom: 20px;
    }

    .second-page-content {
        padding-bottom: 32px;
    }

    .second-page {
        margin-bottom: 32px;
    }

    .open-list {
        margin-top: 24px;
    }

    .stores-line-info {
        align-items: center;
    }

    .text-link {
        font-size: 16px;
        line-height: 19.2px;
    }

    .collapse-button {
        padding-left: 16px;
        padding-right: 16px;
    }

    .collapse-content {
        padding-left: 16px !important;
    }

    .collapse-content.active {
        padding: 16px !important;
    }

    .contacts {
        padding-bottom: 32px;
    }

    .bottom-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        gap: 20px;
    }
    .buttons-sw {
        position: absolute;
        right: 20px;
        bottom: 30px;
        width: 120px;
        height: 40px;
    }
    .swiper {
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    .swiper-pagination-horizontal {
        color: #FFFFFF;
        bottom: 20px;
    }
    .contacts, .bottom {
        max-width: 100%;
    }
    .third-page {
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .bottom-link {
        font-size: 12px;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;

    z-index: 9999;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease;
}

.popup.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
}

.popup.hidden2 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease, visibility 0s linear 1s;
}

.slider-text {
    color: #FFFFFF;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

@media (min-width: 1920px) {
  .slider-text {
    font-size: 34px;
  }
}


.swiper-slide-rel {
    position: relative;
}

.slider-text {
    position: absolute;
    bottom: 9.5%;
    left: 8.5%;
    text-align: start;
    padding-right: 100px;
}
.mySwiper2 .swiper-slide {
  /* height: 90vh; */
  aspect-ratio: 16/9;
}
.slider-img {
    width: 100%;
    display: block;
}

.sl-img {
    position: absolute;
    left: 8.5%;
    top: 9.5%;
    width: 20vw;
    max-width: 390px;
}

@media screen and (max-width: 700px) {
    .slider-text {
        font-size: 24px;
        font-size: 4vw;
        bottom: 12.5% !important;
        padding-right: 100px;
    }
    .sl-img {
        top: 5.5%;
    }
}

@media (min-width: 701px) and (max-width: 1000px) {
    .slider-text {
        font-size: 48px;
        font-size: 4vw;
    }
}

@media screen and (max-width: 350px) {
  .slider-text {
      padding-right: 120px;
  }
}