@import "https://fonts.googleapis.com/css?family=Mulish:regular,600,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:regular,600,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Jost:500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Inter:regular,600&display=swap";

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.pt-35 {
    padding-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.pr-35 {
    padding-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.pr-45 {
    padding-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-75 {
    margin-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.pr-75 {
    padding-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-100 {
    margin-top: 100px
}

.pt-100 {
    padding-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.pr-100 {
    padding-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pl-100 {
    padding-left: 100px
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.maxw-5 {
    max-width: 5%
}

.maxh-5 {
    max-height: 5%
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.maxw-10 {
    max-width: 10%
}

.maxh-10 {
    max-height: 10%
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.maxw-15 {
    max-width: 15%
}

.maxh-15 {
    max-height: 15%
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.maxw-20 {
    max-width: 20%
}

.maxh-20 {
    max-height: 20%
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.maxw-25 {
    max-width: 25%
}

.maxh-25 {
    max-height: 25%
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.maxw-30 {
    max-width: 30%
}

.maxh-30 {
    max-height: 30%
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.maxw-35 {
    max-width: 35%
}

.maxh-35 {
    max-height: 35%
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.maxw-40 {
    max-width: 40%
}

.maxh-40 {
    max-height: 40%
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.maxw-45 {
    max-width: 45%
}

.maxh-45 {
    max-height: 45%
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.maxw-50 {
    max-width: 50%
}

.maxh-50 {
    max-height: 50%
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.maxw-75 {
    max-width: 75%
}

.maxh-75 {
    max-height: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.maxw-100 {
    max-width: 100%
}

.maxh-100 {
    max-height: 100%
}

html {
    font-size: 10px;
    height: 100%
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 60px;
    padding-bottom: 180px
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

.main-with-sitebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-with-sitebar main {
    width: calc(66.66% - 5px)
}

.main-with-sitebar aside {
    width: calc(33.33% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-with-sitebar aside>div {
    width: 100%
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #ddd
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #000
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .6)
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

@font-face {
    font-family: "Ara Hamah 1964 R";
    src: url(../fonts/Ara-Hamah-1982-Regular.woff2) format("woff2"), url(../fonts/Ara-Hamah-1982-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ara Hamah 1964 B";
    src: url(../fonts/Ara-Hamah-1964-Bold.woff2) format("woff2"), url(../fonts/Ara-Hamah-1964-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ara Hamah AlThawra";
    src: url(../fonts/Ara-Hamah-AlThawra-Regular.woff2) format("woff2"), url(../fonts/Ara-Hamah-AlThawra-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    background-color: #fff
}

[class*=__container] {
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

html {
    height: inherit
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

button {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    font-family: inherit
}

input,
textarea {
    border: 0;
    padding: 0;
    background-color: inherit
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: transparent
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-block: 24px
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.header__menu ul li a {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    white-space: nowrap;
    color: #fff
}

[dir=rtl] .header__menu ul li a {
    font-family: "Ara Hamah 1964 R";
    font-size: 20px
}

.logo {
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #cfd982;
    text-transform: uppercase
}

.button-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 24px;
    max-width: 150px;
    width: 100%;
    border: 2px solid #cfd982;
    border-radius: 4px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #cfd982
}

[dir=rtl] .button-border {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 20px
}

.button-border:focus {
    background-color: rgba(207, 217, 130, .8);
    border: 2px solid rgba(207, 217, 130, .8);
    color: #fff
}

.intro {
    position: relative;
    padding-top: 189px
}

.intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #6650f1
}

.intro::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #cfd982
}

.intro__decorbg {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 30%;
    height: 60%;
    background-color: #5c46e7
}

.intro__prodname {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    top: calc(60% - 99px);
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 131px;
    line-height: 77%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2)
}

.intro__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-bottom: 144px
}

.intro__content-title:not(:last-child) {
    margin-bottom: 208px
}

.intro__product {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.intro__product-prod {
    position: absolute;
    z-index: 3;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 253px
}

.intro__product-people {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 839px
}

.intro__product-sale {
    position: absolute;
    z-index: 3;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-18%, 24%);
    transform: translate(-18%, 24%)
}

.title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
}

.title-block--main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 24px
}

.title-block--main .title-block__title {
    max-width: 563px;
    width: 100%;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff
}

[dir=rtl] .title-block--main .title-block__title {
    font-size: 64px;
    line-height: 113%
}

.title-block--main .title-block__title span {
    display: block;
    color: #cfd982
}

.title-block--main .title-block__description {
    max-width: 514px;
    font-size: 18px;
    color: #fff
}

[dir=rtl] .title-block--main .title-block__description {
    font-size: 20px;
    line-height: 113%
}

.title-block__title {
    font-family: "Montserrat";
    color: #3c3c41;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

[dir=rtl] .title-block__title {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 54px
}

.title-block__description {
    font-family: "Mulish";
    font-size: 18px;
    line-height: 150%;
    color: #3c3c41
}

[dir=rtl] .title-block__description {
    font-family: "Ara Hamah 1964 R"
}

.utils {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.utils__button {
    max-width: 234px
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    font-family: "Montserrat"
}

.price--large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.price__new {
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
    text-transform: uppercase;
    color: #f15757;
    white-space: nowrap
}

.price__old {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: rgba(39, 41, 50, .7);
    white-space: nowrap
}

.sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 165.46px;
    height: 165.46px;
    color: #fff;
    border-radius: 50%;
    background-color: #f15757
}

.sale h2 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -.06em
}

.sale p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -.02em;
    margin-top: -8px
}

[dir=rtl] .sale p {
    font-family: "Ara Hamah 1964 R";
    font-size: 28px
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 24px;
    gap: 16px;
    width: 100%;
    height: 60px;
    background-color: #6650f1
}

.button span {
    font-family: "Mulish";
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: color .4s;
    transition: color .4s
}

[dir=rtl] .button span {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 24px
}

.button svg {
    -webkit-transition: all .4s;
    transition: all .4s;
    fill: #fff
}

[dir=rtl] .button svg {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.button:focus {
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(241, 87, 87, .8)
}

.button:focus span {
    color: #fff
}

.button:focus svg {
    fill: #fff
}

.button--white {
    background-color: #fff
}

.button--white span {
    color: #3c3c41
}

.button--white svg {
    fill: #3c3c41
}

.red {
    color: #f15757
}

.green {
    color: #cfd982 !important
}

.benefits {
    position: relative;
    z-index: 3;
    padding-block: 120px;
    background-color: #fff
}

.benefits__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.benefits__card {
    max-width: 385px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.benefits__card-image {
    width: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.benefits__card-image img {
    width: 100%
}

.benefits__card-content h3 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3c3c41
}

[dir=rtl] .benefits__card-content h3 {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 32px
}

.benefits__card-content h3:not(:last-child) {
    margin-bottom: 8px
}

.benefits__card-content p {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(60, 60, 65, .8)
}

[dir=rtl] .benefits__card-content p {
    font-family: "Ara Hamah 1964 R";
    font-size: 18px
}

.unique {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #f7f9ff
}

.unique__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 64px
}

.unique__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

[dir=rtl] .unique__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: start
}

[dir=rtl] .unique__title .title-block__description {
    max-width: 577px
}

.unique__title span {
    display: block
}

[dir=rtl] .unique__title span {
    display: inline
}

.unique__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[dir=rtl] .unique__block {
    direction: ltr
}

[dir=rtl] .unique__block-content {
    direction: rtl
}

[dir=rtl] .unique__block-product {
    direction: rtl
}

.content-unique {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #6650f1;
    padding-block: 120px;
    padding-left: 88px;
    padding-right: 20px;
    row-gap: 32px
}

.content-unique__title .title-block__title {
    color: #fff !important
}

[dir=rtl] .content-unique__title .title-block__title {
    max-width: 393px
}

.content-unique__title .title-block__description {
    max-width: 456px;
    color: rgba(255, 255, 255, .8) !important
}

[dir=rtl] .content-unique__title .title-block__description {
    max-width: 341px
}

.product-unique {
    background-color: #cfd982;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.product-unique__product {
    position: absolute;
    width: 365px
}

.product-unique__sale {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.innovations {
    padding-bottom: 120px;
    padding-top: 60px;
    background-color: #f7f9ff
}

.innovations__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 80px
}

.innovations__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

[dir=rtl] .innovations__top {
    direction: ltr
}

[dir=rtl] .innovations__top-start {
    direction: rtl
}

[dir=rtl] .innovations__top-end {
    direction: rtl
}

.innovations__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.start-innovations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px
}

[dir=rtl] .start-innovations__title .title-block__description {
    max-width: 480px
}

.start-innovations__title span {
    display: block
}

.start-innovations__button {
    max-width: 234px
}

.end-innovations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px
}

.end-innovations__text p {
    font-family: "Mulish";
    font-size: 18px;
    line-height: 150%;
    color: #3c3c41
}

[dir=rtl] .end-innovations__text p {
    font-family: "Ara Hamah 1964 R";
    max-width: 550px
}

.end-innovations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px
}

.end-innovations__list li {
    font-family: "Mulish";
    font-size: 16px;
    line-height: 150%;
    color: #3c3c41;
    position: relative;
    -webkit-padding-start: 32px;
    padding-inline-start: 32px
}

.end-innovations__list li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    inset-inline-start: 0;
    top: 4px;
    background: url(../images/check.svg) 100% 100%/100% 100% no-repeat
}

[dir=rtl] .end-innovations__list li {
    font-family: "Ara Hamah 1964 R"
}

.end-innovations__list li span {
    font-weight: 700
}

.card-innovations {
    position: relative;
    max-width: 407px;
    min-height: 296px;
    width: 100%;
    overflow: hidden;
    background-color: #cfd982;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.card-innovations:nth-child(even) {
    background-color: #6650f1
}

.card-innovations:nth-child(even) .card-innovations__info h4 {
    color: #fff
}

.card-innovations:nth-child(even) .card-innovations__info p {
    color: rgba(255, 255, 255, .8)
}

.card-innovations:nth-child(1) img {
    width: 152px;
    inset-inline-end: -8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.card-innovations:nth-child(1) .card-innovations__info p {
    max-width: 310px
}

[dir=rtl] .card-innovations:nth-child(1) .card-innovations__info p {
    max-width: 207px
}

.card-innovations:nth-child(2) img {
    width: 242px;
    inset-inline-end: -41px;
    bottom: 0
}

[dir=rtl] .card-innovations:nth-child(2) img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.card-innovations:nth-child(2) .card-innovations__info p {
    max-width: 310px
}

[dir=rtl] .card-innovations:nth-child(2) .card-innovations__info p {
    max-width: 208px
}

.card-innovations:nth-child(3) img {
    width: 178px;
    inset-inline-end: -25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

[dir=rtl] .card-innovations:nth-child(3) .card-innovations__info p {
    max-width: 210px
}

.card-innovations img {
    position: absolute
}

.card-innovations__info {
    padding: 32px;
    position: relative;
    z-index: 2
}

.card-innovations__info h4 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #3c3c41
}

[dir=rtl] .card-innovations__info h4 {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 32px
}

.card-innovations__info h4:not(:last-child) {
    margin-bottom: 8px
}

.card-innovations__info p {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(60, 60, 65, .8)
}

[dir=rtl] .card-innovations__info p {
    font-family: "Ara Hamah 1964 R";
    font-size: 18px
}

.offer {
    position: relative;
    padding-block: 120px
}

.offer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background-color: #6650f1
}

.offer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58%;
    background-color: #cfd982
}

.offer__prodname {
    position: absolute;
    z-index: 3;
    inset-inline-end: 0;
    top: calc(42% - 64.68px);
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 84px;
    line-height: 77%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2)
}

.offer__decorbg {
    position: absolute;
    z-index: 1;
    top: 0;
    inset-inline-end: 0;
    width: 30%;
    height: 42%;
    background-color: #5c46e7
}

.offer__container {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 64px
}

.offer__woomen {
    position: absolute;
    width: 765px;
    bottom: -120px;
    inset-inline-end: -170px
}

[dir=rtl] .offer__woomen {
    inset-inline-end: -16px
}

.offer__woomen img {
    width: 100%
}

.offer__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offer__title .title-block__title {
    max-width: 566px;
    color: #fff !important
}

.offer__title .title-block__description {
    font-size: 16px !important;
    max-width: 310px;
    color: rgba(255, 255, 255, .8) !important
}

.offer__slider {
    width: 100%;
    overflow: visible !important
}

.offer__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offer__slide--1 .wrap-offer__product-image {
    max-width: 129px
}

.offer__slide--2 .wrap-offer__product-image {
    max-width: 198px
}

.wrap-offer {
    max-width: 314px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrap-offer__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px
}

.wrap-offer__product:not(:last-child) {
    margin-bottom: 24px
}

.wrap-offer__product-sale {
    position: relative !important;
    width: 111px !important;
    height: 111px !important;
    scale: none !important;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wrap-offer__product-sale h2,
.wrap-offer__product-sale p {
    scale: .67
}

.wrap-offer__product-sale p {
    font-weight: 400 !important;
    margin-top: -20px !important
}

.wrap-offer__product-image img {
    width: 100%
}

.wrap-offer__title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3c3c41
}

.wrap-offer__title:not(:last-child) {
    margin-bottom: 8px
}

[dir=rtl] .wrap-offer__title {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 32px
}

.wrap-offer__text {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(60, 60, 65, .8)
}

.wrap-offer__text:not(:last-child) {
    margin-bottom: 24px
}

[dir=rtl] .wrap-offer__text {
    font-family: "Ara Hamah 1964 R";
    font-size: 18px
}

.wrap-offer__button {
    max-width: 234px
}

.feedback {
    padding-top: 112px;
    padding-bottom: 56px;
    background-color: #f7f9ff
}

.feedback__container {
    position: relative;
    padding-top: 91px
}

.feedback__decor {
    position: absolute;
    height: 100%;
    width: 32%;
    top: 0;
    inset-inline-start: 20px;
    background-color: #cfd982;
    overflow: hidden
}

[dir=rtl] .feedback__decor {
    direction: ltr
}

.feedback__decor span {
    white-space: nowrap;
    position: absolute;
    inset-inline-start: -19%;
    top: 50%;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 83px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    -webkit-transform: rotate(-90deg) translate(8%, -209%);
    transform: rotate(-90deg) translate(8%, -209%)
}

.feedback__title:not(:last-child) {
    margin-bottom: 16px
}

.feedback__slider {
    width: 100%
}

.feedback__slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 562px;
    height: 48px;
    position: relative;
    margin-top: 27px
}

[dir=rtl] .feedback__slider-buttons {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.feedback__slider .swiper-button-prev,
.feedback__slider .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #f15757;
    border-radius: 50px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.feedback__slider .swiper-button-prev::after,
.feedback__slider .swiper-button-next::after {
    display: none !important
}

.feedback__slider .swiper-button-prev {
    inset-inline-start: inherit !important;
    inset-inline-end: 63px !important;
    top: inherit !important;
    bottom: 0 !important
}

[dir=rtl] .feedback__slider .swiper-button-prev {
    inset-inline-end: 0 !important
}

.feedback__slider .swiper-button-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.feedback__slider .swiper-button-next {
    inset-inline-end: 0 !important;
    top: inherit !important;
    bottom: 0 !important
}

[dir=rtl] .feedback__slider .swiper-button-next {
    inset-inline-end: 63px !important
}

.feedback__wrapper {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.feedback__slide--1 .wrap-feedback__image img {
    width: 127%;
    -webkit-margin-end: 41px;
    margin-inline-end: 41px
}

.feedback__slide--2 .wrap-feedback__image img {
    width: 100%
}

.feedback__slide--3 .wrap-feedback__image img {
    width: 120%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.feedback__slide--4 .wrap-feedback__image {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.feedback__slide--4 .wrap-feedback__image img {
    width: 125%;
    -webkit-margin-end: -16px;
    margin-inline-end: -16px
}

.wrap-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px
}

[dir=rtl] .wrap-feedback {
    direction: ltr
}

.wrap-feedback__image {
    width: 394px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #6650f1;
    -webkit-margin-start: 168px;
    margin-inline-start: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.wrap-feedback__image-decor {
    top: inherit;
    bottom: 0;
    height: 328px;
    width: 228px;
    position: absolute;
    z-index: -1;
    top: calc(50% - 166px);
    inset-inline-start: -73px;
    background-color: #cfd982;
    overflow: hidden
}

[dir=rtl] .wrap-feedback__image-decor {
    direction: ltr
}

.wrap-feedback__image-decor span {
    white-space: nowrap;
    position: absolute;
    inset-inline-start: -20%;
    top: 50%;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 41px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    -webkit-transform: rotate(-90deg) translate(8%, -182%);
    transform: rotate(-90deg) translate(8%, -182%)
}

.wrap-feedback__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    max-width: 567px;
    width: 100%
}

[dir=rtl] .wrap-feedback__content {
    direction: rtl
}

.wrap-feedback__content-text p {
    font-family: "Mulish";
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #3c3c41
}

[dir=rtl] .wrap-feedback__content-text p {
    font-family: "Ara Hamah 1964 R";
    font-size: 24px
}

.wrap-feedback__content-info h5 {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #3c3c41
}

.wrap-feedback__content-info p {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(60, 60, 65, .8)
}

[dir=rtl] .wrap-feedback__content-info p {
    font-family: "Ara Hamah 1964 R";
    font-size: 20px
}

.questions {
    position: relative;
    z-index: 5;
    padding-top: 56px;
    padding-bottom: 112px;
    background-color: #f7f9ff
}

.questions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.questions__start-title:not(:last-child) {
    margin-bottom: 32px
}

.questions__start-button {
    max-width: 234px
}

.spollers {
    display: -ms-grid;
    display: grid
}

.spollers__item {
    font-size: 20px
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: start;
    padding-block: 23.5px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    border-top: 1px solid rgba(60, 60, 65, .2);
    position: relative;
    list-style: none;
    font-family: "Mulish";
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #f15757
}

[dir=rtl] .spollers__title {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 24px
}

.spollers__title::marker {
    display: none
}

.spollers__title::-webkit-details-marker {
    display: none
}

._spoller-init .spollers__title {
    cursor: pointer
}

._spoller-init .spollers__title::before {
    content: "";
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    width: 16.8px;
    height: 9.5px;
    background: url(../images/arrow-spollers.svg) 100% 100%/100% 100% no-repeat;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.spollers__body {
    padding-bottom: 24px;
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(60, 60, 65, .8)
}

[dir=rtl] .spollers__body {
    font-family: "Ara Hamah AlThawra";
    font-weight: 400;
    font-size: 18px
}

.order {
    position: relative;
    padding-top: 128px
}

.order::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53%;
    background-color: #6650f1
}

.order::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47%;
    background-color: #cfd982
}

.order__decorbg {
    position: absolute;
    z-index: 1;
    top: 0;
    inset-inline-end: 0;
    width: 30%;
    height: 53%;
    background-color: #5c46e7
}

.order__prodname {
    position: absolute;
    z-index: 3;
    inset-inline-end: 0;
    top: calc(53% - 99px);
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 131px;
    line-height: 77%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2)
}

.order__container {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order__content {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-bottom: 40px
}

.order__content-title:not(:last-child) {
    margin-bottom: 104px
}

.order__product {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.order__product-prod {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 253px
}

.order__product-people {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 813px
}

.order__product-peoplemobile {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 414px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

[dir=rtl] .order__product-peoplemobile {
    -webkit-transform: rotateY(180deg) translate(54%, 0);
    transform: rotateY(180deg) translate(54%, 0)
}

.order__product-sale {
    position: absolute;
    z-index: 3;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-42%, 35%);
    transform: translate(-42%, 35%)
}

.order__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    background-color: rgba(255, 255, 255, .55);
    border: .87px solid #fff;
    -webkit-backdrop-filter: blur(9.2px);
    backdrop-filter: blur(9.2px);
    max-width: 460px;
    width: 100%
}

.order__buy-price {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 24px
}

.form:not(:last-child) {
    margin-bottom: 24px
}

.form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%
}

.form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
    width: 100%
}

.form__input label {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #3c3c41
}

.form__input input {
    height: 46px;
    padding-inline: 16px;
    background-color: #f0f3ff;
    border: 1px solid #f1f3f7;
    font-size: 18px;
    width: 100%
}

.form__input input:focus {
    outline: 0;
    border: 2px solid #f57c1f
}

.footer {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 4
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-block: 24px
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.footer__menu ul li:nth-child(1) a::before {
    content: "";
    width: 100%
}

.footer__menu ul li a {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #3c3c41;
    white-space: nowrap;
    position: relative
}

.footer__menu ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    inset-inline-start: 0;
    bottom: -3px;
    border-radius: 5px;
    background-color: #cfd982;
    -webkit-transition: width .4s;
    transition: width .4s
}

[dir=rtl] .footer__menu ul li a {
    font-family: "Ara Hamah 1964 R";
    font-size: 20px
}

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.pt-35 {
    padding-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.pr-35 {
    padding-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.pr-45 {
    padding-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-75 {
    margin-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.pr-75 {
    padding-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-100 {
    margin-top: 100px
}

.pt-100 {
    padding-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.pr-100 {
    padding-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pl-100 {
    padding-left: 100px
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.maxw-5 {
    max-width: 5%
}

.maxh-5 {
    max-height: 5%
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.maxw-10 {
    max-width: 10%
}

.maxh-10 {
    max-height: 10%
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.maxw-15 {
    max-width: 15%
}

.maxh-15 {
    max-height: 15%
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.maxw-20 {
    max-width: 20%
}

.maxh-20 {
    max-height: 20%
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.maxw-25 {
    max-width: 25%
}

.maxh-25 {
    max-height: 25%
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.maxw-30 {
    max-width: 30%
}

.maxh-30 {
    max-height: 30%
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.maxw-35 {
    max-width: 35%
}

.maxh-35 {
    max-height: 35%
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.maxw-40 {
    max-width: 40%
}

.maxh-40 {
    max-height: 40%
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.maxw-45 {
    max-width: 45%
}

.maxh-45 {
    max-height: 45%
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.maxw-50 {
    max-width: 50%
}

.maxh-50 {
    max-height: 50%
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.maxw-75 {
    max-width: 75%
}

.maxh-75 {
    max-height: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.maxw-100 {
    max-width: 100%
}

.maxh-100 {
    max-height: 100%
}

.d-none {
    display: none !important
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-fill-no-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-fill-100per {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

.b-lazy {
    opacity: 0
}

.b-loaded {
    opacity: 1
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-links-telegram {
    background-color: #007ebd
}

.social-links-telegram:hover {
    background-color: #00aeff
}

.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px
}

.social-links-facebook {
    background-color: #3754a0
}

.social-links-facebook:hover {
    background-color: #1178f2
}

.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff
}

.social-links-youtube {
    background-color: #b71a20
}

.social-links-youtube:hover {
    background-color: #fe0000
}

.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff
}

.icon-like {
    fill: #4c5b6b
}

@font-face {
    font-family: "Ara Hamah 1964 R";
    src: url(../fonts/Ara-Hamah-1982-Regular.woff2) format("woff2"), url(../fonts/Ara-Hamah-1982-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ara Hamah 1964 B";
    src: url(../fonts/Ara-Hamah-1964-Bold.woff2) format("woff2"), url(../fonts/Ara-Hamah-1964-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ara Hamah AlThawra";
    src: url(../fonts/Ara-Hamah-AlThawra-Regular.woff2) format("woff2"), url(../fonts/Ara-Hamah-AlThawra-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media (min-width:640px) {
    .end-innovations__utils {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .offer__slider .swiper-pagination {
        display: none !important
    }

    .offer__wrapper {
        display: -ms-grid !important;
        display: grid !important;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
    }

    .feedback__title {
        display: none
    }

    .wrap-feedback__image-decor {
        display: none
    }

    .order__product-peoplemobile {
        display: none
    }
}

@media (min-width:768px) {
    .unique__block-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66%;
        flex: 0 1 66%
    }

    .unique__block-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 34%;
        flex: 0 1 34%
    }

    .feedback__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback__slider .swiper-pagination {
        display: none !important
    }

    .questions__start {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
        flex: 0 1 44%
    }

    .questions__end {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 56%;
        flex: 0 1 56%
    }

    .form__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (min-width:992px) {
    .unique__block-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 57%;
        flex: 0 1 57%
    }

    .unique__block-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
        flex: 0 1 43%
    }

    .end-innovations__utils {
        display: none
    }

    .offer__wrapper {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        -ms-grid-columns: 314px [2];
        grid-template-columns: repeat(2, 314px)
    }
}

@media (min-width:1100px) {
    .offer__wrapper {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

@media (max-width:1399px) {
    [dir=rtl] .intro__prodname {
        inset-inline-end: -15%
    }

    [dir=rtl] .offer__prodname {
        inset-inline-end: -15%
    }

    .order__prodname {
        inset-inline-end: -15%
    }
}

@media (max-width:1300px) {
    .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:1199px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px
    }

    .intro__prodname {
        inset-inline-end: -15%
    }

    .utils {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 16px
    }

    .price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .benefits {
        padding-block: 90px
    }

    .unique {
        padding-top: 80px;
        padding-bottom: 32px
    }

    .unique__container {
        row-gap: 48px
    }

    .content-unique {
        padding-block: 90px;
        padding-left: 68px
    }

    .product-unique__product {
        width: 365px
    }

    .product-unique__sale {
        -webkit-transform: translate(-80%, 0);
        transform: translate(-80%, 0)
    }

    .innovations {
        padding-bottom: 80px;
        padding-top: 32px
    }

    .offer {
        padding-block: 64px
    }

    .offer__prodname {
        inset-inline-end: -15%
    }

    .offer__container {
        row-gap: 48px
    }

    .offer__woomen {
        width: 579px;
        bottom: -64px;
        inset-inline-end: -136px
    }

    .feedback {
        padding-top: 90px;
        padding-bottom: 45px
    }

    .feedback__slider-buttons {
        width: 494px
    }

    .wrap-feedback__image {
        -webkit-margin-start: 100px;
        margin-inline-start: 100px
    }

    .questions {
        padding-top: 45px;
        padding-bottom: 90px
    }

    .order__prodname {
        inset-inline-end: -25%
    }
}

@media (max-width:991px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 180px
    }

    .main-with-sitebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-with-sitebar main {
        width: 100%
    }

    .main-with-sitebar aside>div {
        width: calc(50% - 10px)
    }

    .main-with-sitebar aside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__menu {
        display: none
    }

    .intro {
        padding-top: 154px
    }

    .intro::before {
        height: 55%
    }

    .intro::after {
        height: 45%
    }

    .intro__decorbg {
        height: 55%
    }

    .intro__prodname {
        font-size: 99px;
        top: calc(55% - 76.2px)
    }

    .intro__content {
        padding-bottom: 114px
    }

    .intro__content-title:not(:last-child) {
        margin-bottom: 178px
    }

    .intro__product-prod {
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0)
    }

    .intro__product-people {
        width: 694px
    }

    .intro__product-sale {
        -webkit-transform: translate(-26%, 44%);
        transform: translate(-26%, 44%)
    }

    .title-block {
        row-gap: 16px
    }

    .title-block--main .title-block__title {
        font-size: 32px
    }

    [dir=rtl] .title-block--main .title-block__title {
        font-size: 40px;
        max-width: 290px
    }

    .title-block--main .title-block__description {
        font-size: 16px
    }

    .title-block__title {
        font-size: 24px
    }

    [dir=rtl] .title-block__title {
        font-size: 48px
    }

    .title-block__description {
        font-size: 16px
    }

    .price__old {
        display: none
    }

    .benefits {
        padding-block: 48px
    }

    .benefits__card {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }

    .benefits__card-image {
        width: 42px
    }

    .benefits__card-content h3 {
        font-size: 16px
    }

    [dir=rtl] .benefits__card-content h3 {
        font-size: 24px
    }

    .benefits__card-content p {
        font-size: 13px
    }

    [dir=rtl] .benefits__card-content p {
        font-size: 16px
    }

    .unique {
        padding-top: 48px;
        padding-bottom: 24px
    }

    .unique__container {
        row-gap: 32px
    }

    .content-unique {
        padding-block: 48px;
        padding-left: 48px;
        padding-right: 80px
    }

    .product-unique__product {
        width: 264px
    }

    .product-unique__sale {
        -webkit-transform: translate(-120%, 0);
        transform: translate(-120%, 0);
        scale: .7
    }

    .innovations {
        padding-bottom: 48px;
        padding-top: 24px
    }

    .innovations__container {
        row-gap: 40px
    }

    .innovations__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px
    }

    .start-innovations {
        row-gap: 24px
    }

    .start-innovations__button {
        display: none
    }

    .end-innovations {
        row-gap: 24px
    }

    .end-innovations__text p {
        font-size: 16px
    }

    .card-innovations__info {
        padding-inline: 20px
    }

    .offer {
        padding-block: 48px
    }

    .offer::before {
        height: 36%
    }

    .offer::after {
        height: 64%
    }

    .offer__prodname {
        display: none
    }

    .offer__decorbg {
        height: 36%
    }

    .offer__container {
        row-gap: 32px
    }

    .offer__woomen {
        display: none
    }

    .wrap-offer__title {
        font-size: 16px
    }

    [dir=rtl] .wrap-offer__title {
        font-size: 24px
    }

    [dir=rtl] .wrap-offer__text {
        font-size: 16px
    }

    .feedback {
        padding-top: 48px;
        padding-bottom: 24px
    }

    .feedback__container {
        padding-top: 59px
    }

    .feedback__decor {
        width: 25%
    }

    .feedback__decor span {
        font-size: 63px
    }

    .feedback__slider-buttons {
        margin-top: 11px;
        width: 360px
    }

    .feedback__slide--4 .wrap-feedback__image img {
        max-width: 130%;
        -webkit-margin-end: -12px;
        margin-inline-end: -12px
    }

    .wrap-feedback__image {
        width: 285px;
        -webkit-margin-start: 75px;
        margin-inline-start: 75px
    }

    .wrap-feedback__content-text p {
        font-size: 16px
    }

    [dir=rtl] .wrap-feedback__content-text p {
        font-size: 20px
    }

    .questions {
        padding-top: 24px;
        padding-bottom: 48px
    }

    .questions__container {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }

    .order {
        padding-top: 67px
    }

    .order::before {
        height: 47%
    }

    .order::after {
        height: 53%
    }

    .order__decorbg {
        height: 47%
    }

    .order__prodname {
        font-size: 99px;
        top: calc(47% - 76.2px)
    }

    .order__content {
        padding-bottom: 44px
    }

    .order__content-title:not(:last-child) {
        margin-bottom: 108px
    }

    .order__product-people {
        width: 694px
    }

    .order__product-sale {
        -webkit-transform: translate(-42%, 55%);
        transform: translate(-42%, 55%)
    }

    .order__buy {
        padding: 25px
    }

    .order__buy-price .price__old {
        display: block !important
    }

    .form {
        row-gap: 19px
    }

    .form:not(:last-child) {
        margin-bottom: 19px
    }

    .form button span {
        font-size: 14px !important
    }

    .footer__menu {
        display: none
    }
}

@media (max-width:870px) {
    .product-unique__product {
        width: 234px;
        left: 0
    }
}

@media (max-width:820px) {
    .feedback__decor {
        width: 29%
    }
}

@media (max-width:800px) {
    .intro__prodname {
        inset-inline-end: -30%
    }

    [dir=rtl] .intro__prodname {
        inset-inline-end: -30%
    }

    .order__prodname {
        inset-inline-end: -30%
    }

    [dir=rtl] .order__prodname {
        inset-inline-end: -30%
    }
}

@media (max-width:767px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px
    }

    .header__container {
        padding-block: 16px
    }

    .logo {
        font-size: 20px
    }

    .intro {
        padding-top: 100px
    }

    .intro__product-prod {
        width: 240px
    }

    .intro__product-people {
        width: 555px
    }

    .intro__product-sale {
        -webkit-transform: translate(-28%, 97%);
        transform: translate(-28%, 97%)
    }

    .title-block--main {
        row-gap: 16px
    }

    .title-block--main .title-block__title {
        font-size: 24px
    }

    [dir=rtl] .title-block--main .title-block__title {
        font-size: 36px;
        max-width: 600px
    }

    .title-block__title {
        font-size: 22px
    }

    [dir=rtl] .title-block__title {
        font-size: 42px
    }

    .sale {
        scale: .8
    }

    .benefits__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .benefits__card {
        max-width: 300px
    }

    .unique {
        padding-top: 32px;
        padding-bottom: 16px
    }

    .unique__container {
        row-gap: 24px
    }

    .unique__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .unique__block-product {
        min-height: 333px;
        width: 100%
    }

    .content-unique {
        padding: 38px
    }

    .product-unique__product {
        left: inherit
    }

    .product-unique__sale {
        -webkit-transform: translate(120%, -80%);
        transform: translate(120%, -80%)
    }

    .innovations {
        padding-bottom: 32px;
        padding-top: 16px
    }

    .innovations__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-innovations {
        max-width: 310px;
        min-height: 271px
    }

    .card-innovations:nth-child(2) img {
        width: 219px;
        inset-inline-end: -32px
    }

    .card-innovations__info h4 {
        font-size: 20px
    }

    .card-innovations__info p {
        font-size: 14px
    }

    .offer {
        padding-block: 32px
    }

    .offer__container {
        row-gap: 24px
    }

    .wrap-offer__text {
        font-size: 14px
    }

    .feedback__container {
        padding-top: 32px
    }

    .feedback__decor span {
        font-size: 41px
    }

    .feedback__slider {
        overflow: visible !important;
        padding-bottom: 32px !important
    }

    .feedback__slider .swiper-pagination {
        bottom: 0 !important
    }

    .feedback__slider .swiper-pagination-bullet {
        background: #ccc !important;
        opacity: 1 !important
    }

    .feedback__slider .swiper-pagination-bullet-active {
        background: #f15757 !important
    }

    .feedback__slider-buttons {
        display: none
    }

    .wrap-feedback__image {
        width: 207px;
        -webkit-margin-start: 45px;
        margin-inline-start: 45px
    }

    .questions__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 40px
    }

    .questions__start-title:not(:last-child) {
        margin-bottom: 24px
    }

    .order::before {
        height: 42%
    }

    .order::after {
        height: 58%
    }

    .order__decorbg {
        height: 42%
    }

    .order__prodname {
        top: calc(42% - 76.2px)
    }

    .order__product-prod {
        width: 240px;
        bottom: -15px
    }

    .order__product-sale {
        -webkit-transform: translate(-50%, 90%);
        transform: translate(-50%, 90%)
    }

    .form {
        row-gap: 24px
    }

    .form:not(:last-child) {
        margin-bottom: 16px
    }

    .form__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form button span {
        font-size: 18px !important
    }

    .footer__container {
        padding-block: 16px
    }

    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px
    }
}

@media (max-width:639px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 120px
    }

    .main-with-sitebar aside>div {
        width: 100%
    }

    .main-with-sitebar aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .intro::before {
        height: 50%
    }

    .intro::after {
        height: 50%
    }

    .intro__decorbg {
        display: none
    }

    .intro__prodname {
        display: none
    }

    .intro__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .intro__content {
        padding-bottom: 71px
    }

    .intro__content-title {
        max-width: 403px
    }

    .intro__content-title:not(:last-child) {
        margin-bottom: 180px
    }

    .intro__content-utils .price__new {
        color: #fff !important
    }

    .intro__product-prod {
        width: 170px;
        -webkit-transform: translate(15%, 0);
        transform: translate(15%, 0)
    }

    [dir=rtl] .intro__product-prod {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    .intro__product-people {
        width: 470px;
        -webkit-transform: translate(-50%, 7%);
        transform: translate(-50%, 7%)
    }

    [dir=rtl] .intro__product-people {
        -webkit-transform: rotateY(180deg) translate(50%, 7%);
        transform: rotateY(180deg) translate(50%, 7%)
    }

    .intro__product-sale {
        left: inherit;
        inset-inline-end: -20px;
        bottom: 305px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    [dir=rtl] .intro__product-sale {
        bottom: 289px
    }

    .title-block--main .title-block__description {
        max-width: 50%
    }

    .sale {
        scale: .7
    }

    [dir=rtl] .sale {
        scale: .6
    }

    .benefits__container {
        row-gap: 16px
    }

    .offer__decorbg {
        display: none
    }

    .offer__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .offer__title .title-block__description {
        font-size: 14px !important;
        max-width: 100%
    }

    .offer__slider {
        padding-bottom: 28px !important
    }

    .offer__slider .swiper-pagination {
        bottom: 0 !important
    }

    .offer__slider .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important
    }

    .offer__slider .swiper-pagination-bullet-active {
        background: #f15757 !important
    }

    .wrap-offer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    [dir=rtl] .wrap-offer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .wrap-offer__title {
        text-align: center
    }

    [dir=rtl] .wrap-offer__title {
        text-align: start
    }

    .wrap-offer__text {
        text-align: center
    }

    [dir=rtl] .wrap-offer__text {
        text-align: start
    }

    .feedback__container {
        padding-top: 0
    }

    .feedback__decor {
        display: none
    }

    .feedback__slider {
        padding-bottom: 70px !important
    }

    .feedback__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .wrap-feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 55px
    }

    .wrap-feedback__image {
        -webkit-margin-start: 73px;
        margin-inline-start: 73px
    }

    .wrap-feedback__content-title {
        display: none
    }

    .wrap-feedback__content-text p {
        font-size: 14px
    }

    .spollers__body {
        font-size: 14px
    }

    .order__decorbg {
        background-color: #6650f1;
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 52px;
        border-top: .5px solid #fff
    }

    .order__prodname {
        display: none
    }

    .order__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .order__content {
        padding-bottom: 52px
    }

    .order__content-title:not(:last-child) {
        margin-bottom: 190px
    }

    .order__content-utils .price__new {
        color: #fff !important
    }

    .order__product-prod {
        display: none
    }

    .order__product-people {
        display: none
    }

    [dir=rtl] .order__product-peoplemobile {
        -webkit-transform: rotateY(180deg) translate(50%, 0);
        transform: rotateY(180deg) translate(50%, 0)
    }

    .order__product-sale {
        left: inherit;
        inset-inline-end: -20px;
        bottom: 505px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    [dir=rtl] .order__product-sale {
        bottom: 500px
    }

    .order__buy {
        margin-inline: auto;
        padding: 24px 20px;
        max-width: 360px
    }
}

@media (max-width:479px) {
    .main-content {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .logo {
        font-size: 16px
    }

    .button-border {
        font-size: 14px
    }

    .intro {
        padding-top: 77px
    }

    .intro__product-prod {
        width: 144px;
        -webkit-transform: translate(8%, -8%);
        transform: translate(8%, -8%)
    }

    [dir=rtl] .intro__product-prod {
        -webkit-transform: translate(-85%, 0);
        transform: translate(-85%, 0)
    }

    .intro__product-people {
        width: 426px
    }

    .title-block--main .title-block__title {
        font-size: 20px
    }

    [dir=rtl] .title-block--main .title-block__title {
        font-size: 32px
    }

    .title-block--main .title-block__description {
        font-size: 14px
    }

    [dir=rtl] .title-block--main .title-block__description {
        font-size: 18px
    }

    .title-block__title {
        font-size: 20px
    }

    [dir=rtl] .title-block__title {
        font-size: 40px
    }

    .title-block__description {
        font-size: 14px
    }

    [dir=rtl] .title-block__description {
        font-size: 16px
    }

    .price__new {
        font-size: 24px
    }

    .benefits {
        padding-block: 32px
    }

    [dir=rtl] .benefits__card-content h3 {
        font-size: 16px
    }

    .unique__block-product {
        min-height: 274px
    }

    .content-unique {
        padding-block: 24px;
        padding-inline: 20px;
        row-gap: 24px
    }

    .content-unique__title .title-block__title {
        font-size: 18px !important
    }

    [dir=rtl] .content-unique__title .title-block__title {
        font-size: 32px !important
    }

    .product-unique__product {
        width: 190px
    }

    .product-unique__sale {
        -webkit-transform: translate(80%, -80%);
        transform: translate(80%, -80%);
        scale: .6
    }

    .innovations__top {
        row-gap: 16px
    }

    .start-innovations {
        row-gap: 16px
    }

    .end-innovations__text p {
        font-size: 14px
    }

    [dir=rtl] .end-innovations__text p {
        font-size: 16px
    }

    .end-innovations__list li {
        font-size: 14px
    }

    [dir=rtl] .end-innovations__list li {
        font-size: 16px
    }

    .card-innovations:nth-child(1) .card-innovations__info p {
        max-width: 210px
    }

    .card-innovations:nth-child(2) .card-innovations__info p {
        max-width: 210px
    }

    .wrap-offer__product-sale {
        width: 96px !important;
        height: 96px !important
    }

    .order {
        padding-top: 48px
    }

    .order::after {
        height: 65%
    }

    .order__content-title:not(:last-child) {
        margin-bottom: 170px
    }

    .order__content-title .title-block__description {
        max-width: 120px
    }

    .order__product-peoplemobile {
        width: 345px;
        bottom: 52px
    }

    [dir=rtl] .order__product-sale {
        bottom: 488px
    }

    .order__buy {
        padding: 24px 20px
    }
}

@media (max-width:360px) {
    .intro__product-sale {
        bottom: 315px
    }

    .order__product-sale {
        bottom: 540px
    }
}

@media (any-hover:hover) {
    .header__menu ul li a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .header__menu ul li a:hover {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #cfd982
    }

    .logo {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .logo:hover {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: rgba(207, 217, 130, .8)
    }

    .button-border {
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .button-border:hover {
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: #cfd982;
        color: #fff
    }

    .button {
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .button:hover {
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: #f15757
    }

    .button:hover span {
        color: #fff
    }

    .button:hover svg {
        fill: #fff
    }

    .spollers__title {
        -webkit-transition: border-top .3s;
        transition: border-top .3s
    }

    .spollers__title:hover {
        -webkit-transition: border-top .3s;
        transition: border-top .3s;
        border-top: 1px solid #f15757;
        color: #fc3a3a
    }

    .footer__menu ul li a:hover::before {
        -webkit-transition: width .4s;
        transition: width .4s;
        width: 100%
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

select{
    height: 46px;
    padding-inline: 16px;
    background-color: #f0f3ff;
    border: 1px solid #f1f3f7;
    font-size: 18px;
    width: 100%;
}