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
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

h5,
p {
    margin: 0
}

.wrapper {
    width: 100%;
    background: #f2f2f2;
    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: relative
}

._container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1220px;
    padding: 0 10px
}

.header {
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.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
}

.header__logo {
    background: #fff;
    border: 1.48032px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 7.4016px;
    padding: 37px
}

.header__logo span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.header__link {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #262626 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.intro {
    width: 100%;
    background: url(../img/content/intro-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.intro__container {
    padding: 225px 10px 95px 10px;
    z-index: 99
}

.intro__content {
    position: relative;
    z-index: 999;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.intro__title {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 82px;
    line-height: 100%;
    text-align: center;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    z-index: 2
}

.intro__title span {
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
    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: 242.46px;
    height: 64.46px;
    background: #9ebff2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border-radius: 2.67638px;
    -webkit-transform: rotate(-6.59deg);
    transform: rotate(-6.59deg);
    left: calc(50% - 120px);
    bottom: -60px;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 30.1749px;
    line-height: 120%;
    color: #fff
}

.intro__btn {
    margin-top: 100px;
    background: radial-gradient(50% 50% at 50% 50%, #85bd9c 0, #98d7b2 100%);
    -webkit-box-shadow: 0 3.33771px 0 #73af8c;
    box-shadow: 0 3.33771px 0 #73af8c;
    border-radius: 5.56285px;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
    padding: 27px 67px
}

.intro__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    margin-top: 33px
}

.intro__price-new {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #262626 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.intro__price-old {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #4b6997;
    text-decoration: line-through
}

.intro__tape1 {
    position: absolute;
    width: 1000px;
    background: #9ebff2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    -webkit-transform: rotate(-121.72deg);
    transform: rotate(-121.72deg);
    font-weight: 400;
    font-size: 136.137px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    bottom: 200px;
    left: -400px
}

.intro__tape2 {
    position: absolute;
    width: 2000px;
    background: #9ebff2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    -webkit-transform: rotate(291.72deg);
    transform: rotate(291.72deg);
    font-weight: 400;
    font-size: 262.993px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    right: -1000px;
    top: -100px;
    text-align: center
}

.intro__sale {
    z-index: 3;
    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;
    background: rgba(244, 244, 244, .46);
    border: 1.48032px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 7.4016px;
    padding: 25px;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.intro__sale-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.intro__sale-head span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.intro__sale-text {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: .8;
    margin-top: 14px
}

.intro__people {
    position: absolute;
    left: 0;
    bottom: 0
}

.health {
    width: 100%;
    margin-top: 120px;
    position: relative
}

.health__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 60px;
    z-index: 999
}

.health__info {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.health__title {
    text-transform: uppercase;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.health__description {
    margin-top: 30px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.health__description b {
    font-weight: 600
}

.health__btn {
    margin-top: 30px;
    padding: 23px 55px;
    background: radial-gradient(50% 50% at 50% 50%, #85bd9c 0, #98d7b2 100%);
    -webkit-box-shadow: 0 2.7982px 0 #73af8c;
    box-shadow: 0 2.7982px 0 #73af8c;
    border-radius: 4.66367px;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    color: #fff;
    max-width: 310px
}

.health__cards {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.health__card {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border-radius: 5px;
    padding: 25px;
    max-width: 270px;
    height: 210px;
    width: 100%;
    position: relative;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.health__card img {
    position: absolute;
    right: 0;
    top: -30px
}

.health__card-tape {
    position: absolute;
    height: 27px;
    width: 212px;
    background: #9ebff2;
    -webkit-box-shadow: 0 .637143px .955714px rgba(0, 0, 0, .06);
    box-shadow: 0 .637143px .955714px rgba(0, 0, 0, .06);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -65px;
    top: 90px;
    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
}

.health__card-tape span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 16.6847px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3
}

.health__card-title {
    max-width: 210px;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.health__leaf {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.results {
    width: 100%
}

.results__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 110px auto;
    background: url(../img/content/results-blockbg.webp) no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 120px 10px
}

.results__title {
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    font-family: "Russo One";
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    max-width: 600px;
    color: #fff
}

.results__description {
    position: relative;
    z-index: 999;
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    max-width: 300px;
    margin-top: 27px
}

.results__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.results__product {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 400;
    text-align: center;
    font-size: 150.197px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    font-family: "Russo One";
    z-index: 1
}

.results__btn {
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #85bd9c 0, #98d7b2 100%);
    -webkit-box-shadow: 0 3.33771px 0 #73af8c;
    box-shadow: 0 3.33771px 0 #73af8c;
    border-radius: 5.56285px;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
    padding: 27px 67px;
    bottom: -10px
}

.results__cards {
    position: relative;
    margin-top: 27px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 42px;
    width: 100%
}

.results__card {
    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;
    width: calc(50% - 42px);
    height: 200px
}

.results__card-title {
    text-transform: uppercase;
    margin-top: 9px;
    font-weight: 400;
    font-family: "Russo One";
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.results__card-description {
    margin-top: 15px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .8
}

.results__card-content {
    width: 270px;
    padding: 20px;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 5px;
    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
}

.menshelth {
    width: 100%;
    position: relative;
    margin-top: 120px
}

.menshelth__container {
    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;
    gap: 30px;
    z-index: 999
}

.menshelth__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px
}

.menshelth__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    max-width: 500px
}

.menshelth__info-title {
    font-family: "Russo One";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.menshelth__info-description {
    margin-top: 25px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .8
}

.menshelth__info-description b {
    font-weight: 600
}

.menshelth__info-text {
    margin-top: 25px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    max-width: 400px
}

.menshelth__info-text span {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.menshelth__info-text span b {
    font-weight: 600
}

.menshelth__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    width: 50%;
    max-width: 560px
}

.menshelth__card {
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 20px
}

.menshelth__card img {
    border-radius: 5px
}

.menshelth__card-tape {
    position: absolute;
    height: 27px;
    width: 170px;
    background: #9ebff2;
    -webkit-box-shadow: 0 .637143px .955714px rgba(0, 0, 0, .06);
    box-shadow: 0 .637143px .955714px rgba(0, 0, 0, .06);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -45px;
    top: 70px;
    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
}

.menshelth__card-tape span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 16.6847px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3
}

.menshelth__card-text {
    max-width: 320px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.menshelth__card-text b {
    font-weight: 600
}

.menshelth__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 30px
}

.menshelth__sum-plus {
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 61.9231px;
    line-height: 110%;
    color: #85bd9c
}

.menshelth__sum-img {
    background: rgba(158, 192, 242, .3);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative
}

.menshelth__sum-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menshelth__sum-text {
    max-width: 300px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.menshelth__sum-text b {
    font-weight: 600
}

.menshelth__sum-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

.menshelth__zoom {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.about {
    width: 100%
}

.about .swiper-slide {
    width: auto
}

.about__container {
    max-width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto;
    background: url(../img/content/about-bg.webp) no-repeat;
    background-position: center center;
    background-size: contain;
    gap: 20px;
    padding: 100px 10px
}

.about__content {
    bottom: -80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.about__people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.about__people-description {
    max-width: 240px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff
}

.about__people-description b {
    font-weight: 600
}

.about__people-img {
    position: relative;
    background: #fff;
    border-radius: 5px;
    width: 143px;
    height: 199px
}

.about__people-img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    position: relative;
    gap: 30px
}

.about__info-title {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff
}

.about__info-description {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff
}

.about__info-description b {
    font-weight: 600
}

.about__swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    bottom: -80px
}

.about__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
}

.about__card {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 190px;
    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;
    margin: 0 auto
}

.about__card-title {
    margin-top: 15px;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.about__card img {
    margin-top: 15px;
    border-radius: 5px
}

.doctor {
    width: 100%;
    background: url(../img/content/doctor-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 30px;
    padding: 30px 0;
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px)
}

.doctor__container {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 10px
}

.doctor__title {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    max-width: 380px
}

.doctor__description {
    margin-top: 30px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .9;
    max-width: 430px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.doctor__description b {
    font-weight: 600
}

.doctor__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.doctor__list-item {
    position: relative;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.doctor__list-item::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #9ebff2;
    border-radius: 50%;
    left: -23px
}

.doctor__list-item:not(:last-child) {
    margin-bottom: 20px
}

.doctor__list-item b {
    font-weight: 600
}

.doctor__btn {
    margin-top: 30px;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    color: #fff;
    padding: 23px 55px;
    background: radial-gradient(50% 50% at 50% 50%, #85bd9c 0, #98d7b2 100%);
    -webkit-box-shadow: 0 2.7982px 0 #73af8c;
    box-shadow: 0 2.7982px 0 #73af8c;
    border-radius: 4.66367px;
    max-width: 310px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.doctor__info {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%
}

.doctor__alert {
    position: absolute;
    padding: 15px 20px;
    background: rgba(244, 244, 244, .3);
    border: 1.48032px solid #fff;
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    border-radius: 7.4016px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 128px;
    left: 5%;
    z-index: 3
}

.doctor__alert p {
    margin-top: 12px;
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.doctor__doctor {
    position: absolute;
    left: 10%;
    bottom: 0
}

.efficiency {
    width: 100%;
    margin-top: 120px
}

.efficiency__title {
    position: relative;
    z-index: 999;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 100%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.efficiency__cards {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
    gap: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.efficiency__card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.efficiency__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 27px
}

.efficiency__card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.efficiency__card-item:not(:last-child) {
    margin-bottom: 20px
}

.efficiency__card-item p {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .8
}

.efficiency__card-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Russo One";
    padding: 10px 20px;
    background: #9ebff2;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff
}

.efficiency__card-title-green {
    background: #85bd9c
}

.efficiency__card-green {
    border: 1px solid #85bd9c
}

.efficiency__bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0
}

.feedback {
    width: 100%
}

.feedback .swiper-button-prev {
    z-index: 9999;
    width: 44px;
    height: 44px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 70%
}

.feedback .swiper-button-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/content/arrow.webp) no-repeat;
    background-position: center center
}

.feedback .swiper-button-next {
    z-index: 9999;
    width: 44px;
    height: 44px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 25%
}

.feedback .swiper-button-next::after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../img/content/arrow.webp) no-repeat;
    background-position: center center
}

.feedback__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 110px auto;
    background: url(../img/content/feedback-bg.webp) no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 120px 10px
}

.feedback__product {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 400;
    text-align: center;
    font-size: 150.197px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    font-family: "Russo One"
}

.feedback__title {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: "Russo One";
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #fff
}

.feedback__btn {
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #85bd9c 0, #98d7b2 100%);
    -webkit-box-shadow: 0 3.33771px 0 #73af8c;
    box-shadow: 0 3.33771px 0 #73af8c;
    border-radius: 5.56285px;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
    padding: 27px 67px;
    bottom: -10px
}

.feedback__swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px 0
}

.feedback__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feedback__card {
    max-width: 415px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    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
}

.feedback__card-info {
    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;
    width: 100%
}

.feedback__card-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.feedback__card-user img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px;
    height: 70px
}

.feedback__card-textuser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback__card-textuser h5 {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #85bd9c
}

.feedback__card-textuser p {
    margin-top: 10px;
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .8
}

.feedback__card-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    background: rgba(218, 218, 218, .3);
    border: 1.48032px solid #eee;
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    border-radius: 7.4016px;
    padding: 15px;
    width: 50%
}

.feedback__card-status span {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.feedback__card-text {
    margin-top: 20px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.lead-form {
    width: 100%;
    background: url(../img/content/intro-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.lead-form__container {
    padding: 147px 10px 95px 10px;
    z-index: 99
}

.lead-form__content {
    position: relative;
    z-index: 999;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lead-form__title {
    position: relative;
    z-index: 999;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 82px;
    line-height: 100%;
    text-align: center;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    z-index: 2
}

.lead-form__title span {
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
    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: 242.46px;
    height: 64.46px;
    background: #9ebff2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    border-radius: 2.67638px;
    -webkit-transform: rotate(-6.59deg);
    transform: rotate(-6.59deg);
    left: calc(50% - 120px);
    bottom: -60px;
    font-family: "Russo One";
    font-weight: 400;
    font-size: 30.1749px;
    line-height: 120%;
    color: #fff
}

.lead-form__target {
    position: relative;
    z-index: 999;
    margin-top: 76px;
    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: 30px;
    width: 60%;
    background: rgba(244, 244, 244, .46);
    border: 1.48032px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 7.4016px
}

.lead-form__target-inputs,
.lead-form__target-content {
    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;
    gap: 30px;
    width: 100%
}

.lead-form__target-content {
    margin-top: 30px
}

.lead-form__target-input {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%
}

.lead-form__target-input input {
    width: 100%;
    border: 0;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
    height: 64px;
    font-size: 20px;
    padding: 0 15px;
    margin-top: 6.5px
}

.lead-form__target-input label {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lead-form__target-input label svg {
    margin-right: 7.5px
}

.lead-form__target-btn {
    border: 0;
    width: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #85bd9c 0, #98d7b2 100%);
    -webkit-box-shadow: 0 2.76409px 0 #73af8c;
    box-shadow: 0 2.76409px 0 #73af8c;
    border-radius: 4.60682px;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 24.8442px;
    line-height: 150%;
    color: #fff;
    padding: 23px 0
}

.lead-form__target-price {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.lead-form__target-price-new {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #262626 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.lead-form__target-price-old {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #9ebff2;
    text-decoration: line-through
}

.lead-form__sale {
    z-index: 3;
    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;
    background: rgba(244, 244, 244, .46);
    border: 1.48032px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 7.4016px;
    padding: 25px;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.lead-form__sale-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.lead-form__sale-head span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.lead-form__sale-text {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: .8;
    margin-top: 14px
}

.lead-form__tape1 {
    position: absolute;
    width: 1000px;
    background: #9ebff2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    -webkit-transform: rotate(-121.72deg);
    transform: rotate(-121.72deg);
    font-weight: 400;
    font-size: 136.137px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    bottom: 200px;
    left: -400px
}

.lead-form__tape2 {
    position: absolute;
    width: 2000px;
    background: #9ebff2;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    -webkit-transform: rotate(291.72deg);
    transform: rotate(291.72deg);
    font-weight: 400;
    font-size: 262.993px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    right: -1000px;
    top: -100px;
    text-align: center
}

.lead-form__logo {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: #fff;
    border: 1.08647px solid #fff;
    -webkit-backdrop-filter: blur(3.66972px);
    backdrop-filter: blur(3.66972px);
    border-radius: 5.43237px;
    padding: 27px
}

.lead-form__logo span {
    font-weight: 400;
    font-size: 36.6972px;
    line-height: 100%;
    font-family: "Russo One";
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.lead-form__people {
    position: absolute;
    left: 0;
    bottom: 0
}

.footer {
    width: 100%
}

.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
}

.footer__text {
    display: none;
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .8;
    padding: 27px 0
}

.footer__logo {
    background: #fff;
    border: 1.48032px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 7.4016px;
    padding: 37px
}

.footer__logo span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #1f1f1f 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer__link {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    background: radial-gradient(92.98% 238.99% at 50% 50%, #262626 0, rgba(38, 38, 38, .64) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

@font-face {
    font-family: "Cairo";
    src: url(../fonts/Cairo-Regular.woff2) format("woff2"), url(../fonts/Cairo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2"), url(../fonts/Gilroy-Extrabold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Light.woff2) format("woff2"), url(../fonts/Gilroy-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    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
}

@font-face {
    font-family: "Gilroy";
    src: url(../fonts/Gilroy-Semibold.woff2) format("woff2"), url(../fonts/Gilroy-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@media (max-width:1199px) {
    .health__container {
        -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
    }

    .health__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .health__title {
        text-align: center
    }

    .health__description {
        text-align: center
    }

    .results__container {
        background-size: cover
    }

    .results__product {
        font-size: 110.197px
    }

    .feedback .swiper-button-prev {
        right: 90%
    }

    .feedback .swiper-button-next {
        right: 10%
    }

    .feedback__container {
        background-size: cover
    }

    .feedback__product {
        font-size: 110.197px
    }

    .lead-form__container {
        padding: 173px 10px 0 10px
    }

    .lead-form__content {
        width: 50%
    }

    .lead-form__title {
        font-size: 55px
    }

    .lead-form__title span {
        font-size: 18.1749px;
        width: 143.73px;
        left: calc(50% - 70px);
        height: 38.21px;
        bottom: -30px
    }

    .lead-form__target {
        width: 95%;
        margin: 74px auto 0 auto
    }

    .lead-form__sale {
        top: 35%;
        padding: 13px;
        left: 5%
    }

    .lead-form__sale-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .lead-form__sale-head span {
        font-size: 40px
    }

    .lead-form__logo {
        display: block
    }

    .lead-form__people {
        max-width: 350px;
        bottom: 200px;
        left: 15%
    }
}

@media (max-width:991px) {
    .header__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__logo {
        padding: 18px 22px
    }

    .header__logo span {
        font-size: 24.8165px
    }

    .header__link {
        display: none
    }

    .intro__container {
        padding: 80px 10px 30px 10px
    }

    .intro__content {
        width: 100%
    }

    .intro__title {
        font-size: 40px;
        margin-bottom: 295px
    }

    .intro__title span {
        width: 128.58px;
        height: 34.18px;
        left: calc(50% - 60px);
        bottom: -30px;
        font-size: 16px
    }

    .intro__btn {
        padding: 15px 50px;
        font-size: 22px
    }

    .intro__price {
        margin-top: 15px
    }

    .intro__price-new {
        font-size: 28px
    }

    .intro__price-old {
        font-size: 20px
    }

    .intro__tape2 {
        font-size: 73.535px;
        top: 500px;
        right: -400px;
        width: 1000px;
        -webkit-transform: rotate(301.72deg);
        transform: rotate(301.72deg)
    }

    .intro__sale {
        padding: 13px;
        left: 20px;
        top: 40%
    }

    .intro__sale-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .intro__sale-head span {
        font-size: 40px
    }

    .intro__sale-text {
        margin-top: 7px;
        font-size: 15.6124px
    }

    .intro__people {
        max-width: 350px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 100px
    }

    .menshelth__content {
        gap: 40px;
        -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
    }

    .menshelth__info {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menshelth__info-title {
        text-align: center
    }

    .menshelth__info-description {
        text-align: center
    }

    .menshelth__cards {
        width: 100%
    }

    .menshelth__sum {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menshelth__sum-text {
        text-align: center
    }

    .menshelth__sum-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .about__container {
        margin: 0 auto 80px 0;
        background: url(../img/content/about-bg-sm.webp) no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 20px 10px
    }

    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .about__people {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__people-description {
        text-align: center
    }

    .about__info-title {
        text-align: center
    }

    .about__info-description {
        text-align: center
    }

    .about__swiper-wrapper {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .doctor__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px
    }

    .doctor__title {
        font-size: 28px
    }

    .doctor__description {
        -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
        font-size: 14px
    }

    .doctor__list {
        -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit
    }

    .doctor__list-item {
        font-size: 14px;
        margin-left: 25px
    }

    .doctor__btn {
        font-size: 22px;
        margin-top: 415px;
        padding: 15px 50px
    }

    .doctor__info {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .doctor__alert {
        top: 57%
    }

    .doctor__doctor {
        max-width: 430px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .lead-form__sale-text {
        margin-top: 7px;
        font-size: 15.6124px
    }

    .lead-form__tape2 {
        font-size: 73.535px;
        top: 500px;
        right: -400px;
        width: 1000px;
        -webkit-transform: rotate(301.72deg);
        transform: rotate(301.72deg)
    }

    .footer__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__text {
        display: block
    }

    .footer__logo {
        display: none
    }

    .footer__logo span {
        font-size: 24.8165px
    }

    .footer__link {
        display: none
    }
}

@media (max-width:767px) {
    .health {
        margin-top: 60px
    }

    .health__title {
        font-size: 30px
    }

    .health__description {
        font-size: 14px;
        margin-top: 20px
    }

    .health__btn {
        padding: 15px 50px;
        font-size: 22.3563px
    }

    .health__cards {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .health__leaf {
        display: none
    }

    .results__container {
        background: url(../img/content/results-blockbg-sm.webp) no-repeat;
        background-position: center center;
        background-size: cover;
        margin: 60px auto;
        padding: 60px 10px
    }

    .results__title {
        font-size: 22px
    }

    .results__description {
        margin-top: 256px
    }

    .results__bg {
        max-width: 320px;
        top: 82%
    }

    .results__product {
        display: none
    }

    .results__btn {
        padding: 15px 50px;
        bottom: -20px
    }

    .results__card {
        width: 100%
    }

    .menshelth {
        margin-top: 60px
    }

    .menshelth__info-title {
        font-size: 25px
    }

    .menshelth__info-description {
        margin-top: 20px;
        font-size: 14px
    }

    .menshelth__info-text {
        margin-top: 20px;
        padding: 15px
    }

    .menshelth__info-text span {
        font-size: 14px
    }

    .menshelth__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .menshelth__card-tape {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100%;
        right: 0;
        top: inherit;
        bottom: 15px
    }

    .menshelth__card-text {
        text-align: center;
        margin-bottom: 35px;
        font-size: 14px
    }

    .menshelth__zoom {
        display: none
    }

    .efficiency {
        margin-top: 60px
    }

    .efficiency__title {
        font-size: 30px
    }

    .efficiency__bg {
        display: none
    }

    .feedback .swiper-button-prev {
        display: none
    }

    .feedback .swiper-button-next {
        display: none
    }

    .feedback__container {
        background: url(../img/content/feedback-bg-sm.webp) no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 90px 10px
    }

    .feedback__product {
        display: none
    }

    .feedback__title {
        font-size: 28px
    }

    .feedback__btn {
        padding: 15px 50px;
        bottom: -15px
    }

    .feedback__swiper {
        padding: 35px 0
    }

    .feedback__card-status {
        width: 30%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .feedback__card-status span {
        display: none
    }

    .lead-form__container {
        padding: 80px 10px 0 10px
    }

    .lead-form__content {
        width: 100%
    }

    .lead-form__title {
        font-size: 45px
    }

    .lead-form__title span {
        width: 128.58px;
        height: 34.18px;
        left: calc(50% - 63px);
        font-size: 16.1749px;
        bottom: -20px
    }

    .lead-form__target {
        width: 100%;
        margin-top: 286px;
        padding: 20px
    }

    .lead-form__target-inputs,
    .lead-form__target-content {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lead-form__target-content {
        margin-top: 25px
    }

    .lead-form__target-input {
        width: 100%
    }

    .lead-form__target-input input {
        height: 55px
    }

    .lead-form__target-phone {
        margin-top: 15px
    }

    .lead-form__target-btn {
        width: 100%;
        padding: 15px 0;
        font-size: 20.8442px
    }

    .lead-form__target-price {
        width: 100%;
        margin-top: 15px
    }

    .lead-form__logo {
        padding: 18px 22px
    }

    .lead-form__logo span {
        font-size: 29.8165px
    }

    .lead-form__people {
        max-width: 280px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 300px
    }
}

@media (max-width:639px) {
    .intro__tape1 {
        display: none
    }

    .lead-form__tape1 {
        display: none
    }
}

@media (max-width:567px) {
    .doctor__btn {
        margin-top: 315px
    }

    .doctor__doctor {
        max-width: 330px
    }
}

@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: transparent;
}

.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
}