@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: "Raleway", sans-serif;
}

.container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
}

.footer {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background: rgba(4, 123, 239, 0.07);
    padding: 64px;
    border-radius: 9px;
    width: 100%;

    display: flex;

}

.footer-column {
    flex: 1;
}

.footer-column p {
    line-height: 1.6;
}

.footer-link {
    text-decoration: underline;
    color: #000;
}

@media (max-width: 800px) {
    .footer {
        padding: 54px 20px 40px;
        flex-direction: column;
    }

    .footer-column {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-column:last-child {
        margin-top: 20px
    }
}

.header {
    padding-top: 88px;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header__logo {
    position: relative;
    font-family: "Raleway", sans-serif;
    padding-left: 55px;
}
@media (max-width:775px){
    .header__logo{
        margin-bottom: 60px;
    }
}
@media (max-width: 440px) {
    .header__logo h1 {
        font-size: 45px !important;
    }
    .header__logo h2 {
        font-size: 12px !important;
        line-height: 12px !important;
    }
}
.header__logo img {
    position: absolute;
    left:0;
    top: 0;
    transform: translate(0, -30%);
}
.header__logo h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    color: #0577ee;
}
.header__logo h2 {
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.0175em;
    text-transform: uppercase;
    padding-left: 108px;
    color: #fa334f;
}
@media (max-width: 1050px) {
    .header__inner {
        justify-content: space-around;
    }
}
@media (max-width: 650px) {
    .header__logo {
        text-align: center;
    }
    /* .header__logo img {
        width: 90%;
        margin: 0 auto;
    } */
}
.lang__wrapper {
    padding: 24px;
    background: rgba(4, 123, 239, 0.07);
    border-radius: 9px;
    padding: 24px;
}
.lang__wrapper h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.lang__wrapper .lang__inner {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lang__wrapper .lang__inner button {
    border: none;
    background-color: rgba(4, 123, 239, 0.0705882353);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 14px;
}
.lang__wrapper .lang__inner button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lang__wrapper .lang__inner .lang__active {
    box-shadow: 0 0 0px 10px rgba(4, 121, 239, 0.1568627451);
}

@media (max-width: 500px) {
    .lang__wrapper {
        margin: 0 24px;
        margin-top: 37px;
        padding: 17px;
        background: rgba(4, 123, 239, 0.07);
        border-radius: 9px;
        width: 100%;
    }
    .lang__wrapper .lang__wrapper__title {
        display: none;
    }
    .lang__wrapper .lang__inner {
        display: none;
    }
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url("/imgs/front/main__bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

@media (max-width: 600px) {
    body {
        background-image: url("/imgs/front/main__bg2.png");
        background-position: left -70px top 550px;
        background-size: 428px;
        background-repeat: no-repeat;
    }
}
.main__inner {
    margin-top: 59px;
    display: flex;
    align-items: end;
}

.main__title {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 0.025em;
    max-width: 538px;
}

.main__list {
    margin-top: 23px;
}

.main__item {
    margin-left: 16px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.025em;
}

@media (max-width: 600px) {
    .main__title {
        padding: 0 24px;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
    .main__list {
        padding: 0 24px;
    }
    .main__list li {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
}
.qr__wrapper {
    display: flex;
    align-items: center;
    margin-top: 124px;
}

@media (max-width: 600px) {
    .qr__wrapper {
        display: none;
    }
}
.qr__img {
    width: 142px;
    height: 142px;
}

.qr__info {
    max-width: 254px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: rgba(69, 69, 69, 0.75);
    margin-left: 25px;
}

@media (max-width: 600px) {
    .main__inner {
        flex-wrap: wrap;
    }
}
.main__slider {
    height: 650px;
    width: 55%;
}
.main__slider img {
    height: 100% !important;
    width: 100%;
}

@media (max-width: 600px) {
    .main__slider {
        margin-top: 40px;
        height: 650px;
        width: 100%;
    }
    .main__slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 300px !important;
    }
    .swiper-button-next {
        right: 15px;
    }
    .swiper-button-prev {
        left: 15px;
    }
}
.swiper {
    width: 100%;
    height: 100%;
}

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

.swiper-slide img {
    display: block;
    width: 100%;
    height: 70% !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide-next {
    transform: scale(1);
    transition: all ease 0.3s;
}

.swiper-pagination {
    display: block;
    margin: 0 auto;
    background-color: #047bef;
    width: 150px !important;
    height: 40px !important;
    border-radius: 8px;
    padding: 11px;
    left: 50% !important;
    bottom: 10px !important;
    transform: translate(-75px);
}
.swiper-pagination span {
    background-color: #fff !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.3);
    opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.6;
}

.swiper-button-next,
.swiper-button-prev {
    top: 450px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #047bef !important;
    color: white !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-weight: bold !important;
    font-size: 15px;
}

@media (min-width: 600px) {
    .swiper-slide-next {
        z-index: 2;
    }
    .swiper-slide-next img {
        transform: scale(1.3);
    }
    .swiper-slide-active {
        transform: translateX(50px) !important;
    }
    .swiper-slide-next ~ .swiper-slide {
        margin-right: 100px !important;
        z-index: 1;
        transform: translateX(-50px) !important;
    }
}
.lang__select__wrapper {
    display: none;
    position: relative;
}

.lang__select__wrapper::after {
    position: absolute;
    right: 0;
    content: "";
    width: 12px;
    height: 8px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/imgs/front/down.svg");
}

@media (max-width: 500px) {
    .lang__select__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .lang__select__wrapper select {
        -webkit-appearance: none;
        border: none;
        background-color: transparent;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: black;
        outline: none;
    }
}
.main__mobile__store {
    padding: 0 24px;
    margin-top: 80px;
    display: none;
    width: 100%;
}
.main__mobile__store h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px;
}
.main__mobile__store .main__mobile__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__mobile__store .main__mobile__inner img {
    width: 163px;
    height: 48px;
}

@media (max-width: 600px) {
    .main__mobile__store {
        display: block;
    }
} /*# sourceMappingURL=main.css.map */
