@font-face {
    font-family: "Dela Gothic One";
    src: url(../fonts/Dela-Gothic-One-Regular.woff2) format("woff2"), url(../fonts/Dela-Gothic-One-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

*, ::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
}

.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)
}

h3, h4, h5, h6, p {
    margin: 0
}

.footer__center-text-price, .footer__center-text, .comment-header, .danger__img, .struggle__content-item > div, .swiper-pagination-bullet-active, .header__photo-text-price, .header__photo-text {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4fc1f7), color-stop(49.48%, #c8edff), to(#4fc1f7));
    background: linear-gradient(90deg, #4fc1f7 0, #c8edff 49.48%, #4fc1f7 100%)
}

.form__price-old::after, .form__price-old, .form__title span, .footer__info-title span, .footer__center-text span, .footer__center-text-price span::after, .footer__center-text-price span, .steps__content-item span, .cause-women__text h5, .danger__img span, .struggle__content-item > div span, .title span, .header__info-title span, .header__photo-text span, .header__photo-text-price span::after, .header__photo-text-price span {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f4495e), color-stop(48.44%, #fb7e84), to(#f34f3e));
    background: linear-gradient(90deg, #f4495e 0, #fb7e84 48.44%, #f34f3e 100%)
}

.btn--red {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f44257), color-stop(48.44%, #f77178), to(#f04835));
    background: linear-gradient(90deg, #f44257 0, #f77178 48.44%, #f04835 100%)
}

.timer span, .timer-wrap p, .form__price-new, .footer__info-title, .steps__content-item h5, .comment__title > p, .comment__title-info p, .danger__text h5, .struggle__content-item > h5, .title, .header__info-title, .header-menu__product span {
    background: linear-gradient(90.2deg, #393939 .82%, transparent 330.86%)
}

.timer span, .timer-wrap p, .form__price-old, .form__price-new, .form__title span, .footer__info-title span, .footer__info-title, .footer__center-text span, .footer__center-text-price span, .steps__content-item h5, .steps__content-item span, .comment__title > p, .comment__title-info p, .cause-women__text h5, .danger__text h5, .struggle__content-item > h5, .struggle__content-item > div span, .title span, .title, .header__info-title span, .header__info-title, .header__photo-text span, .header__photo-text-price span, .header-menu__product span {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.comments-title, .information-content, .dangers-container, .dangers, .header-container, .header-menu {
    max-width: 1200px;
    width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto
}

.btn--red {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 0 #f93623;
    box-shadow: 0 4px 0 #f93623;
    opacity: .9;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    height: 66px;
    width: 100%;
    max-width: 280px;
    border: 0;
    border-radius: 10px
}

.btn--red span {
    font-size: 25px;
    color: #fff
}

.btn--red:active, .btn--red:hover, .btn--red:focus {
    outline: 0;
    outline-offset: 0
}

.btn--red:hover {
    opacity: 1
}

.btn--red:active {
    opacity: 1;
    -webkit-box-shadow: 0 1px 0 #f93623;
    box-shadow: 0 1px 0 #f93623;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.header-menu {
    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-menu.js-open .header-menu__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 100
}

.header-menu.js-open .header-menu__list svg {
    display: block
}

.header-menu.js-open .header-menu__btn {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.header-menu.js-open .header-menu__btn span {
    width: 0
}

.header-menu.js-open .header-menu__btn span::after {
    left: -3px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-menu.js-open .header-menu__btn span::before {
    left: -3px;
    bottom: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-menu__product {
    padding: 40px 20px 35px;
    background: rgba(255, 255, 255, .2);
    border: 2px solid rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0 0 10px 10px
}

.header-menu__product span {
    font-family: "Dela Gothic One";
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    opacity: .8
}

.header-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px -50px 0;
    position: relative
}

.header-menu__list svg {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

.header-menu__list a {
    margin: 0 50px;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #333;
    opacity: .7
}

.header-menu__btn {
    display: none
}

body {
    overflow-x: hidden;
    width: 100vw
}

.header {
    position: relative;
    background-image: url(../img/bg.webp);
    background-size: cover
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px
}

.header__img-left {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 15%;
    max-width: 320px;
    width: 25vw
}

.header__img-right {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 15%;
    max-width: 270px;
    width: 25vw
}

.header__photo {
    position: relative
}

.header__photo-woman {
    position: relative;
    max-height: 620px;
    z-index: 3
}

.header__photo-bank {
    position: absolute;
    z-index: 5;
    bottom: -75px;
    right: -70px;
    max-height: 340px
}

.header__photo-text-price, .header__photo-text {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50%
}

.header__photo-text-price {
    top: 185px;
    left: -70px;
    width: 349px;
    height: 328px;
    padding: 70px 30px
}

.header__photo-text-price p, .header__photo-text-price span {
    font-family: "Dela Gothic One";
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase
}

.header__photo-text-price p {
    color: #fff;
    font-size: 22px
}

.header__photo-text-price span {
    position: relative;
    font-size: 23px;
    margin-right: auto
}

.header__photo-text-price span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 4px
}

.header__photo-text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: 115px;
    right: -35px;
    width: 190px;
    height: 190px;
    padding: 30px 20px
}

.header__photo-text p {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    margin: 0 auto
}

.header__photo-text span {
    font-family: "Dela Gothic One";
    font-weight: 400;
    font-size: 49px;
    line-height: 100%
}

.header__info {
    z-index: 6;
    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: 500px
}

.header__info-title {
    font-weight: 400;
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase
}

.header__info-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 20px 40px 0
}

.header__info-description p {
    margin-left: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #333;
    opacity: .8
}

.header__info-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -110px;
    margin-bottom: 10px
}

.header__info-timer > div {
    margin-left: 20px
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: .5
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.title {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase
}

.struggle {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 80px 60px 70px;
    margin: 100px auto -90px;
    max-width: 1200px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.struggle-wrap {
    padding: 0 40px
}

.struggle__title {
    text-align: center;
    max-width: 420px;
    padding: 0 20px
}

.struggle__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.struggle__content-wrap .swiper-pagination {
    display: none
}

.struggle__content-line--one, .struggle__content-line--two {
    position: absolute;
    top: 10%;
    width: 1px;
    height: 80%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#393939), to(#fff));
    background: linear-gradient(0deg, #fff, #393939, #fff)
}

.struggle__content-line--one {
    left: 33.33%
}

.struggle__content-line--two {
    right: 33.33%
}

.struggle__content-line--three {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#393939), to(#fff));
    background: linear-gradient(90deg, #fff, #393939, #fff);
    width: 90%;
    height: 1px;
    top: 50%;
    left: 5%
}

.struggle__content-item {
    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;
    max-width: 33%
}

.struggle__content-item > div {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.struggle__content-item > div span {
    position: absolute;
    top: -20px;
    font-family: "Dela Gothic One";
    font-weight: 400;
    font-size: 90px;
    line-height: 140%
}

.struggle__content-item > div img {
    position: absolute
}

.struggle__content-item > h5 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    text-align: center
}

.struggle__content-item > p {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #4f4f4f;
    opacity: .8
}

.struggle__content-item--one > span {
    left: -20px
}

.struggle__content-item--two > img {
    width: 110px;
    left: -5px;
    bottom: 0
}

.struggle__content-item--three > span {
    left: -38px
}

.struggle__content-item--four > span {
    left: -34px
}

.struggle__content-item--four > img {
    width: 140px;
    left: -20px;
    bottom: 10px
}

.struggle__content-item--five > img {
    width: 135px;
    left: -18px;
    bottom: 0
}

.struggle__content-item--one > img, .struggle__content-item--three > img, .struggle__content-item--six > img {
    width: 90px;
    left: 5px;
    bottom: 5px
}

.struggle__content-item--two > span, .struggle__content-item--five > span, .struggle__content-item--six > span {
    left: -32px
}

.struggle__btn {
    position: absolute;
    bottom: -33px
}

.dangers {
    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
}

.dangers__item {
    width: 33%
}

.dangers__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.dangers__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.dangers__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.dangers__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.dangers__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.dangers__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.dangers-wrap {
    padding-top: 200px;
    padding-bottom: 30px;
    background: #ebf8ff
}

.dangers-title {
    margin-bottom: 15px;
    text-align: center
}

.dangers-subtitle {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #4f4f4f;
    opacity: .8
}

.danger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px
}

.danger__line {
    position: absolute;
    top: 85px;
    left: 37px;
    z-index: 1;
    width: 1px;
    height: 130px;
    background: -webkit-gradient(linear, left top, right top, from(#f4495e), color-stop(#fb7e84), to(#f34f3e));
    background: linear-gradient(90deg, #f4495e, #fb7e84, #f34f3e)
}

.danger__text {
    padding: 0 12px;
    max-width: 220px
}

.danger__text h5 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%
}

.danger__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4f4f4f;
    opacity: .8
}

.danger__img {
    position: relative;
    z-index: 2;
    width: 75px;
    height: 75px;
    margin: 0 12px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.danger__img img {
    position: absolute
}

.danger__img span {
    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: absolute;
    width: 22px;
    height: 20px;
    left: calc(50% - 11px);
    bottom: -10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #fff
}

.danger--one img {
    top: 5px;
    left: -12px;
    width: 93px
}

.danger--two img {
    bottom: 0;
    width: 75px;
    border-radius: 0 0 10px 10px
}

.danger--two .danger__line {
    display: none
}

.danger--three img {
    top: -17px;
    left: -10px;
    width: 93px
}

.danger--four img {
    left: -19px;
    width: 110px
}

.danger--four .danger__line {
    display: none
}

.danger--five img {
    top: -20px;
    left: 0;
    width: 90px
}

.danger--six img {
    top: -13px;
    left: -10px;
    width: 104px
}

.danger--six .danger__line {
    display: none
}

.information-cardiograph {
    position: absolute;
    top: 15px;
    right: 0;
    width: 300px
}

.information-tonometer {
    position: absolute;
    top: 25px;
    left: 0;
    width: 350px
}

.information-wrap {
    position: relative;
    background-image: url(../img/bg_2.webp);
    background-size: cover
}

.information-content {
    position: relative;
    z-index: 3;
    padding-top: 70px
}

.cause {
    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;
    margin-bottom: 110px
}

.cause-text[dir=ltr] {
    padding-right: 20px
}

.cause-text h3 {
    max-width: 510px
}

.cause-text p {
   /* max-width: 386px;*/
    margin: 20px 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #4f4f4f
}

.cause-women {
    position: relative;
    padding-right: 70px
}

.cause-women__photo {
    width: 400px
}

.cause-women__product {
    position: absolute;
    bottom: -60px;
    left: 50px;
    width: 330px
}

.cause-women__text {
    position: absolute;
    padding: 15px 20px;
    background: rgba(255, 255, 255, .2);
    border: 2px solid rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px
}

.cause-women__text:nth-child(3) {
    top: 158px;
    right: 70px
}

.cause-women__text:nth-child(4) {
    top: 227px;
    left: 0
}

.cause-women__text:nth-child(5) {
    bottom: 0;
    right: 9px;
}

.cause-women__text h5 {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase
}

.cause-women__text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #4f4f4f;
    opacity: .8
}

.sertificate-wrap {
    position: relative;
    padding-bottom: 120px
}

.sertificate__item:nth-child(1) img, .sertificate__item:nth-child(3) img {
    width: 230px
}

.sertificate__item:nth-child(2) img {
    width: 240px;
    margin: 35px 110px 0
}

.sertificate-pedestal {
    display: none;
    position: absolute
}

.sertificate-pedestal--desktop {
    position: absolute;
    left: 0;
    bottom: -88px;
    width: 100vw
}

.comments-wrap {
    position: relative;
    padding-top: 110px;
    padding-bottom: 70px
}

.comments-wrap .swiper-container {
    overflow: hidden
}

.comments-wrap .swiper-pagination {
    display: none
}

.comments-wrap .swiper-btn-next, .comments-wrap .swiper-btn-prev {
    cursor: pointer;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, .67);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    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;
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .06));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .06))
}

.comments-swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments-swiper-btns > div:first-child {
    margin: 0 10px
}

.comments-title {
    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;
    margin-bottom: 40px
}

.comments-title h4 {
    max-width: 540px
}

.comment {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 30px;
    position: relative
}

.comment-wrap {
    margin-bottom: 30px
}

.comment-header {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 30px;
    padding: 0 45px;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff
}

.comment__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #4f4f4f
}

.comment__hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    opacity: .1;
    background-color: #000
}

.comment__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comment__title-info {
    margin: 0 25px
}

.comment__title-info p {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%
}

.comment__title-info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333
}

.comment__title-photo {
    width: 82px;
    height: 82px;
    border-radius: 50%
}

.comment__title > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment__title > p {
    max-width: 155px;
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    text-transform: uppercase
}

.comment__title > img {
    width: 52px;
    height: 40px
}

.steps {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 90px;
    margin: 50px auto 100px;
    max-width: 1200px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.steps-wrap {
    padding: 0 40px
}

.steps__img {
    position: absolute;
    right: -160px;
    top: -105px;
    max-width: 260px;
    -webkit-transform: rotate(17.94deg);
    transform: rotate(17.94deg)
}

.steps__title {
    text-align: center;
    max-width: 420px;
    padding: 0 20px;
    margin-bottom: 40px
}

.steps__content {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.steps__content-wrap .swiper-pagination {
    display: none
}

.steps__content-item {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #69cdf8), color-stop(52.08%, #bdebff), to(#69cdf8));
    background: linear-gradient(90deg, #69cdf8 0, #bdebff 52.08%, #69cdf8 100%);
    border-radius: 20px;
    height: 260px !important;
    margin: 5px
}

.steps__content-item span {
    position: absolute;
    top: 0;
    left: 30px;
    font-family: "Dela Gothic One";
    font-weight: 400;
    font-size: 90px;
    line-height: 130px;
    text-align: center
}

.steps__content-item h5 {
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
    text-transform: uppercase
}

.steps__content-item p {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #4f4f4f
}

.steps__content-item img {
    position: absolute;
    right: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.steps__content-item:nth-child(1), .steps__content-item:nth-child(4) {
    width: 495px
}

.steps__content-item:nth-child(2), .steps__content-item:nth-child(3) {
    width: 430px
}

.steps__content-item--one {
    padding: 35px 300px 35px 30px
}

.steps__content-item--one img {
    bottom: 20px;
    width: 280px;
    -webkit-transform: none;
    transform: none
}

.steps__content-item--two {
    padding: 35px 200px 35px 30px
}

.steps__content-item--two img {
    bottom: 30px;
    width: 190px
}

.steps__content-item--three {
    padding: 35px 220px 35px 30px
}

.steps__content-item--three img {
    bottom: 10px;
    width: 180px
}

.steps__content-item--four {
    padding: 35px 255px 35px 30px
}

.steps__content-item--four img {
    bottom: 0;
    border-radius: 20px;
    width: 250px
}

.steps__content-item--four h5 {
    width: 110px
}

.steps__btn {
    position: absolute;
    bottom: -33px
}

.footer {
    position: relative;
    background-image: url(../img/bg.webp);
    background-size: cover
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 70px
}

.footer__img-left {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 15%;
    max-width: 320px;
    width: 25vw
}

.footer__img-right {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 15%;
    max-width: 270px;
    width: 25vw
}

.footer__form-timer {
    display: none
}

.footer__center {
    position: relative;
    margin-right: -50px;
    margin-top: auto
}

.footer__center-woman {
    position: relative;
    max-height: 420px;
    z-index: 3
}

.footer__center-bank {
    position: absolute;
    z-index: 5;
    bottom: -45px;
    right: 0;
    max-height: 280px;
    max-width: 400px
}

.footer__center-text-price, .footer__center-text {
    position: absolute;
    z-index: 3;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50%
}

.footer__center-text-price {
    display: none
}

.footer__center-text-price p, .footer__center-text-price span {
    font-family: "Dela Gothic One";
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase
}

.footer__center-text-price p {
    color: #fff
}

.footer__center-text-price span {
    position: relative
}

.footer__center-text-price span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px
}

.footer__center-text {
    top: 165px;
    right: 200px;
    width: 160px;
    height: 160px
}

.footer__center-text p {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%
}

.footer__center-text span {
    font-family: "Dela Gothic One";
    font-weight: 400;
    font-size: 49px;
    line-height: 145%
}

.footer__info {
    position: relative;
    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;
    max-width: 500px
}

.footer__info-title {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase
}

.footer__info-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 20px 40px 0
}

.footer__info-description p {
    margin-left: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #333;
    opacity: .8
}

.footer__info-timer {
    margin-right: auto;
    margin-bottom: 10px
}

.footer-copy {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 55px 20px 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(79, 79, 79, .8)
}

.form {
    background: rgba(255, 255, 255, .08);
    border: 2px solid rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 30px 40px;
    width: 100%;
    max-width: 365px;
    min-width: 345px;
    position: relative;
    z-index: 4
}

.form__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #4f4f4f;
    margin: 0 -20px 5px
}

.form__price {
    font-weight: 400;
    font-size: 30px;
    line-height: 145%;
    text-transform: uppercase;
    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;
    margin-bottom: 14px
}

.form__price-separator {
    width: 1px;
    height: 31px;
    background-color: #393939
}

.form__price-old {
    position: relative
}

.form__price-old::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px
}

.form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 11px 0 9px
}

.form label span {
    margin: 0 7px;
    font-size: 20px;
    line-height: 150%;
    color: #4f4f4f
}

.form input, .form button {
    height: 65px;
    width: 100%;
    border: 0;
    border-radius: 10px
}

.form input:active, .form input:hover, .form input:focus, .form button:active, .form button:hover, .form button:focus {
    outline: 0;
    outline-offset: 0
}

.form input {
    background: #fff;
    -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 21px rgba(0, 0, 0, .15);
    font-size: 28px;
    padding: 0 10px
}

.form button {
    margin-top: 32px;
    max-width: none
}

.timer {
    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
}

.timer-wrap {
    padding: 25px 32px;
    background: rgba(255, 255, 255, .2);
    border: 2px solid rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px
}

.timer-wrap p {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    opacity: .8
}

.timer-item {
    width: 65px;
    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
}

.timer-caption {
    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
}

.timer-caption span {
    width: 65px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #333;
    opacity: .8
}

.timer .timer-delimiter {
    padding: 0 7px
}

.timer span {
    font-weight: 400;
    font-size: 35px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 640px) {
    .sertificate {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sertificate-wrap .swiper-pagination {
        display: none
    }

    .sertificate-wrap[dir=ltr] .sertificate__item:first-child img {
        -webkit-transform: matrix(1, .31, 0, .96, 0, 0);
        transform: matrix(1, .31, 0, .96, 0, 0)
    }

    .sertificate-wrap[dir=ltr] .sertificate__item:last-child img {
        -webkit-transform: matrix(1, -.31, 0, .96, 0, 0);
        transform: matrix(1, -.31, 0, .96, 0, 0)
    }

    .sertificate__item {
        width: auto !important
    }

    .comment-wrap {
        width: 579px !important
    }
}

@media (min-width: 1735px) {
    .sertificate-pedestal {
        display: block;
        width: 814px;
        left: calc(50vw - 407px);
        bottom: -88px
    }

    .sertificate-pedestal--desktop {
        display: none
    }
}

@media (max-width: 1199px) {
    .header__photo-woman {
        max-height: 560px
    }

    .header__photo-bank {
        max-height: 300px
    }

    .header__photo-text-price {
        top: 150px;
        left: -70px
    }

    .header__photo-text p {
        font-size: 28px
    }

    .header__photo-text span {
        font-size: 43px
    }

    .header__info-title {
        font-size: 48px
    }

    .header__info-description p {
        margin-left: 30px
    }

    .struggle {
        padding-left: 30px;
        padding-right: 30px
    }

    .sertificate-pedestal--desktop {
        bottom: -65px
    }

    .steps__content-item:nth-child(1), .steps__content-item:nth-child(4) {
        width: 455px
    }

    .steps__content-item:nth-child(2), .steps__content-item:nth-child(3) {
        width: 380px
    }

    .footer__center-bank {
        max-height: 250px;
        bottom: -40px
    }

    .footer__center-text {
        top: 150px
    }

    .footer__center-text p {
        font-size: 28px
    }

    .footer__center-text span {
        font-size: 45px
    }

    .footer__info {
        margin-right: -50px
    }

    .footer__info-title {
        font-size: 48px
    }

    .footer__info-description p {
        margin-left: 30px
    }

    .form {
        padding: 27px 35px
    }

    .form__title {
        font-size: 20px
    }

    .form__price {
        font-size: 28px
    }
}

@media (max-width: 991px) {
    .header-menu__list {
        margin: 7px -25px 0
    }

    .header-menu__list a {
        margin: 0 25px
    }

    .header-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 50px
    }

    .header__img-left {
        bottom: 10%
    }

    .header__img-right {
        bottom: 10%
    }

    .header__photo-woman {
        max-height: 530px
    }

    .header__photo-text p {
        font-size: 26px
    }

    .header__photo-text span {
        font-size: 40px
    }

    .header__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(100vw - 410px)
    }

    .header__info-title {
        font-size: 45px;
        margin-right: -90px
    }

    .header__info-timer > div {
        margin-left: 0;
        margin-top: 20px
    }

    .header__info-timer {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px !important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .title {
        font-size: 28px
    }

    .struggle {
        max-width: 600px;
        padding: 50px 0 70px
    }

    .struggle__content-line--one, .struggle__content-line--two {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#393939), to(#fff));
        background: linear-gradient(90deg, #fff, #393939, #fff);
        width: 90%;
        height: 1px
    }

    .struggle__content-line--one {
        left: 5%;
        top: 33.33%
    }

    .struggle__content-line--two {
        right: 5%;
        top: 66.66%
    }

    .struggle__content-line--three {
        top: 10%;
        left: 50%;
        width: 1px;
        height: 80%;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#393939), to(#fff));
        background: linear-gradient(0deg, #fff, #393939, #fff)
    }

    .struggle__content-item {
        max-width: 49%
    }

    .dangers__item {
        width: 50%
    }

    .dangers__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .dangers__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .dangers__item:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .dangers__item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .dangers__item:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .dangers__item:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .dangers-wrap {
        padding-top: 170px
    }

    .danger {
        margin-bottom: 60px
    }

    .danger--two .danger__line {
        display: block
    }

    .danger--three .danger__line {
        display: none
    }

    .danger--four .danger__line {
        display: block
    }

    .information-cardiograph {
        width: 25vw
    }

    .information-tonometer {
        width: 25vw
    }

    .cause {
        margin-bottom: 100px
    }

    .cause-women__photo {
        width: 300px
    }

    .cause-women__product {
        bottom: -50px;
        left: 30px;
        width: 240px
    }

    .cause-women__text {
        padding: 5px 10px
    }

    .cause-women__text:nth-child(3) {
        top: 125px;
        right: 50px
    }

    .cause-women__text:nth-child(4) {
        top: 185px
    }

    .sertificate-wrap {
        padding-bottom: 100px
    }

    .sertificate__item:nth-child(1) img, .sertificate__item:nth-child(3) img {
        width: 200px
    }

    .sertificate__item:nth-child(2) img {
        width: 200px;
        margin: 35px 55px 0
    }

    .sertificate-pedestal--desktop {
        bottom: -50px
    }

    .comments-wrap {
        padding-top: 90px
    }

    .steps {
        max-width: 600px;
        padding-top: 50px
    }

    .steps__content-item {
        margin: 10px 5px
    }

    .steps__content-item:nth-child(2), .steps__content-item:nth-child(3) {
        width: 455px
    }

    .footer-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 50px
    }

    .footer__img-left {
        bottom: 10%
    }

    .footer__img-right {
        bottom: 10%
    }

    .footer__form {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .footer__center {
        margin-top: 30px;
        margin-right: 0
    }

    .footer__center-woman {
        max-height: 530px
    }

    .footer__center-bank {
        max-width: 600px;
        right: -60px
    }

    .footer__center-text-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 100px;
        right: -35px;
        width: 160px;
        height: 160px
    }

    .footer__center-text-price p, .footer__center-text-price span {
        font-size: 26px
    }

    .footer__center-text {
        top: 150px;
        right: 300px
    }

    .footer__center-text p {
        font-size: 26px
    }

    .footer__center-text span {
        font-size: 42px
    }

    .footer__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(100vw - 410px);
        margin-right: 0
    }

    .footer__info-title {
        font-size: 45px
    }

    .form {
        padding: 25px 30px
    }
}

@media (max-width: 767px) {
    .comments-title, .information-content, .dangers-container, .dangers, .header-container, .header-menu {
        width: calc(100vw - 60px)
    }

    .btn--red {
        height: 60px
    }

    .header-menu__list {
        margin: 7px -15px 0
    }

    .header-menu__list a {
        margin: 0 15px
    }

    .header-container {
        -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;
        padding-top: 15px;
        padding-bottom: 200px
    }

    .header__img-left {
        display: none
    }

    .header__img-right {
        display: none
    }

    .header__photo-bank {
        bottom: -40px
    }

    .header__photo-text-price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 190px;
        height: 190px;
        padding: 20px;
        left: -40px
    }

    .header__photo-text {
        top: 100px;
        padding: 30px 25px
    }

    .header__photo-text p {
        font-size: 24px
    }

    .header__photo-text span {
        font-size: 37px
    }

    .header__info {
        width: 100%
    }

    .header__info-title {
        font-size: 42px;
        margin-right: 0;
        text-align: center
    }

    .header__info-description {
        margin-right: 0
    }

    .header__info-timer {
        position: absolute;
        bottom: 0;
        left: calc(50% - 205px);
        width: 410px;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, .2) !important;
        border: 2px solid rgba(255, 255, 255, .25) !important;
        -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .15) !important;
        box-shadow: 0 10px 46px rgba(0, 0, 0, .15) !important
    }

    .title {
        font-size: 26px
    }

    .struggle {
        max-width: none;
        padding-top: 40px;
        margin-top: 30px
    }

    .struggle-wrap {
        padding: 0 30px
    }

    .struggle__title {
        margin-bottom: 32px
    }

    .struggle__btn {
        bottom: -30px
    }

    .dangers-subtitle {
        font-size: 18px;
        margin-bottom: 30px
    }

    .information-cardiograph {
        width: 35vw
    }

    .information-tonometer {
        width: 35vw
    }

    .cause {
        margin-bottom: 90px
    }

    .cause-text {
        height: 360px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cause-text[dir=ltr] h3 {
        margin-right: -500px
    }

    .cause-text h3 {
        text-align: center;
        max-width: calc(100vw - 60px);
        margin-bottom: auto
    }

    .cause-women__photo {
        width: 250px
    }

    .cause-women__product {
        width: 230px
    }

    .cause-women__text {
        padding: 5px
    }

    .cause-women__text:nth-child(3) {
        top: 100px;
        right: 30px
    }

    .cause-women__text:nth-child(4) {
        top: 160px
    }

    .sertificate-wrap {
        padding-bottom: 90px
    }

    .sertificate__item:nth-child(1) img, .sertificate__item:nth-child(3) img {
        width: 165px
    }

    .sertificate__item:nth-child(2) img {
        width: 170px;
        margin: 35px 40px 0
    }

    .sertificate-pedestal--desktop {
        bottom: -40px
    }

    .comments-wrap {
        padding-top: 70px;
        padding-bottom: 40px
    }

    .comments-wrap .swiper-container {
        padding: 0 30px 20px
    }

    .comments-title {
        margin-bottom: 32px
    }

    .steps {
        max-width: none;
        padding-top: 40px;
        margin-top: 30px
    }

    .steps-wrap {
        padding: 0 30px
    }

    .steps__img {
        display: none
    }

    .steps__title {
        margin-bottom: 32px
    }

    .steps__btn {
        bottom: -30px
    }

    footer {
        background-image: url(../img/bg.webp);
        background-size: cover
    }

    .footer {
        background: 0 0
    }

    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px
    }

    .footer__img-right {
        display: none
    }

    .footer__form-timer {
        display: block;
        padding: 20px 20px 0 !important
    }

    .footer__center-text-price p, .footer__center-text-price span {
        font-size: 24px
    }

    .footer__center-text p {
        font-size: 24px
    }

    .footer__center-text span {
        font-size: 38px
    }

    .footer__info {
        width: 100%;
        max-width: 365px
    }

    .footer__info-title {
        font-size: 42px
    }

    .footer__info-description {
        margin-right: 0
    }

    .footer__info-timer {
        display: none
    }

    .footer-copy {
        background: 0 0
    }

    .form label {
        margin: 7px 0
    }

    .form input, .form button {
        height: 60px
    }

    .form button {
        margin-top: 25px
    }

    .timer-wrap {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        border: 0
    }
}

@media (max-width: 639px) {
    .btn--red {
        height: 56px
    }

    .header-menu {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-menu__product {
        padding: 0;
        background: 0 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }

    .header-menu__list {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: fixed;
        height: 250px;
        width: 200px;
        background: rgba(255, 255, 255, .9);
        border: 2px solid rgba(255, 255, 255, .4);
        -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .3);
        box-shadow: 0 10px 46px rgba(0, 0, 0, .3);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        -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;
        margin: 0;
        top: calc(50vh - 125px);
        left: calc(50vw - 100px);
        -webkit-transition: opacity .4s;
        transition: opacity .4s
    }

    .header-menu__list a {
        margin: 10px auto
    }

    .header-menu__btn {
        overflow: hidden;
        cursor: pointer;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 40px;
        height: 24px
    }

    .header-menu__btn span {
        display: block;
        width: 32px
    }

    .header-menu__btn span, .header-menu__btn span::after, .header-menu__btn span::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #69cdf8), color-stop(52.08%, #95ddfc), to(#69cdf8));
        background: linear-gradient(90deg, #69cdf8 0, #95ddfc 52.08%, #69cdf8 100%);
        height: 4px;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    .header-menu__btn span::after, .header-menu__btn span::before {
        content: "";
        position: absolute;
        left: 0;
        width: 40px
    }

    .header-menu__btn span::after {
        top: 0
    }

    .header-menu__btn span::before {
        bottom: 0
    }

    .header-container {
        padding-top: 0
    }

    .header__photo-woman {
        max-height: 500px
    }

    .header__photo-bank {
        max-height: 230px;
        bottom: -15px
    }

    .header__photo-text-price {
        top: 140px;
        left: -50px
    }

    .header__photo-text-price span::after {
        height: 3px
    }

    .header__photo-text {
        padding-top: 15px;
        top: 65px;
        right: -30px;
        width: 150px;
        height: 150px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__photo-text span {
        font-size: 33px
    }

    .header__info-title {
        font-size: 40px
    }

    .header__info-description {
        margin: 20px 0 35px
    }

    .title {
        font-size: 24px
    }

    .struggle {
        padding-bottom: 35px;
        margin-bottom: -120px
    }

    .struggle__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .struggle__content-wrap .swiper-pagination {
        display: block
    }

    .struggle__content-wrap {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding-bottom: 45px;
        z-index: 1;
        width: calc(100vw - 100px)
    }

    .struggle__content-line--one, .struggle__content-line--two {
        display: none
    }

    .struggle__content-line--one {
        display: none
    }

    .struggle__content-line--two {
        display: none
    }

    .struggle__content-line--three {
        display: none
    }

    .struggle__content-item {
        max-width: none;
        padding: 0 10px
    }

    .struggle__btn {
        bottom: -28px
    }

    .dangers-wrap {
        padding-top: 190px
    }

    .dangers-subtitle {
        font-size: 17px;
        margin-bottom: 25px
    }

    .information-cardiograph {
        display: none
    }

    .information-tonometer {
        display: none
    }

    .cause {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px
    }

    .cause-text {
        height: auto
    }

    .cause-text h3 {
        margin: 0 auto !important
    }

    .cause-text p {
        text-align: center;
        max-width: none
    }

    .cause-text a {
        margin: 0 auto 45px
    }

    .cause-women {
        margin: 0 auto;
        padding-right: 44px;
    }

    .cause-women__photo {
        width: 400px
    }

    .cause-women__product {
        bottom: -60px;
        left: 45px;
        width: 330px
    }

    .cause-women__text {
        padding: 15px 20px
    }

    .cause-women__text:nth-child(3) {
        top: 158px;
        right: 70px
    }

    .cause-women__text:nth-child(4) {
        top: 227px;
        left: 0
    }

    .sertificate-wrap {
        overflow: hidden;
        padding-bottom: 80px
    }

    .sertificate-wrap .swiper-pagination {
        bottom: 25px !important
    }

    .sertificate__item img {
        margin: 0 auto !important;
        width: auto !important;
        height: 330px
    }

    .sertificate-pedestal {
        display: block;
        width: 300px;
        left: calc(50vw - 150px);
        bottom: -15px
    }

    .sertificate-pedestal--desktop {
        display: none
    }

    .comments-wrap {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .comments-wrap .swiper-pagination {
        display: block
    }

    .comments-swiper-btns {
        display: none
    }

    .comments-title h4 {
        text-align: center;
        max-width: none
    }

    .comment {
        padding: 25px
    }

    .comment__text {
        font-size: 16px
    }

    .comment__title-photo {
        width: 72px;
        height: 72px
    }

    .steps {
        padding-bottom: 35px;
        margin-bottom: 80px
    }

    .steps__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .steps__content-wrap .swiper-pagination {
        display: block
    }

    .steps__content-wrap {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding-bottom: 45px;
        z-index: 1;
        width: calc(100vw - 100px)
    }

    .steps__content-item {
        margin: 0;
        padding: 0
    }

    .steps__btn {
        bottom: -28px
    }

    .footer__img-left {
        display: none
    }

    .footer__center-woman {
        max-height: 500px
    }

    .footer__center-bank {
        max-height: 230px;
        bottom: -30px;
        right: -19px;
    }

    .footer__center-text-price {
        top: 105px;
        right: -30px;
        width: 140px;
        height: 140px
    }

    .footer__center-text-price p, .footer__center-text-price span {
        font-size: 22px
    }

    .footer__center-text {
        top: 140px;
        right: 270px;
        width: 140px;
        height: 140px
    }

    .footer__center-text span {
        font-size: 33px
    }

    .footer__info-title {
        font-size: 40px
    }

    .footer__info-description {
        margin: 20px 0 35px
    }

    .footer-copy {
        padding: 45px 20px 20px
    }

    .form label {
        margin: 5px 0
    }

    .form input, .form button {
        height: 55px
    }

    .form button {
        margin-top: 20px
    }
}

@media (max-width: 567px) {
    .comments-title, .information-content, .dangers-container, .dangers, .header-container, .header-menu {
        width: calc(100vw - 40px)
    }

    .header__photo-woman {
        max-height: 400px
    }

    .header__photo-bank {
        max-height: 190px
    }

    .header__photo-text-price {
        top: 95px;
        left: -65px
    }

    .header__photo-text {
        top: 16px;
        right: -24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__photo-text span {
        font-size: 27px
    }

    .header__info-title {
        font-size: 38px
    }

    .header__info-description {
        margin-bottom: 30px
    }

    .title {
        font-size: 22px
    }

    .struggle {
        padding-top: 20px
    }

    .struggle-wrap {
        padding: 0 20px
    }

    .struggle__title {
        margin-bottom: 24px
    }

    .struggle__content-wrap {
        width: calc(100vw - 86px)
    }

    .dangers__item {
        width: 100%;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .dangers-wrap {
        padding-bottom: 5px
    }

    .dangers-subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }

    .danger {
        margin-bottom: 25px
    }

    .danger__line {
        height: 70px
    }

    .danger--three .danger__line {
        display: block
    }

    .cause {
        margin-bottom: 70px
    }

    .cause-text p {
        font-size: 18px;
        margin: 15px 0 20px
    }

    .cause-text a {
        margin-bottom: 35px
    }

    .cause-women__photo {
        width: 300px
    }

    .cause-women__product {
        bottom: -50px;
        left: 30px;
        width: 240px
    }

    .cause-women__text {
        padding: 5px 10px
    }

    .cause-women__text:nth-child(3) {
        top: 125px;
        right: 50px
    }

    .cause-women__text:nth-child(4) {
        top: 195px
    }

    .sertificate-wrap {
        padding-bottom: 70px
    }

    .sertificate__item img {
        height: 300px
    }

    .comments-wrap {
        padding-top: 35px;
        padding-bottom: 20px
    }

    .comments-wrap .swiper-container {
        padding: 0 20px 20px
    }

    .comments-title {
        margin-bottom: 24px
    }

    .comment {
        padding: 20px
    }

    .comment__hr {
        margin: 15px 0
    }

    .comment__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .comment__title-photo {
        width: 62px;
        height: 62px
    }

    .comment__title > p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: none;
        text-align: center;
        margin-top: 5px
    }

    .steps {
        margin-top: 10px;
        padding-top: 20px
    }

    .steps-wrap {
        padding: 0 20px
    }

    .steps__title {
        margin-bottom: 24px
    }

    .steps__content-wrap {
        width: calc(100vw - 86px)
    }

    .steps__content-item--two img {
        max-width: 200px
    }

    .steps__content-item--three img {
        max-width: 180px
    }

    .steps__content-item--one, .steps__content-item--two, .steps__content-item--three, .steps__content-item--four {
        padding: 25px calc(50vw - 40px) 25px 20px
    }

    .steps__content-item--one img, .steps__content-item--two img, .steps__content-item--three img, .steps__content-item--four img {
        width: calc(50vw - 40px)
    }

    .footer-container {
        padding-top: 20px
    }

    .footer__center-woman {
        max-height: 400px
    }

    .footer__center-bank {
        max-height: 190px
    }

    .footer__center-text-price {
        top: 90px;
        right: -20px;
        width: 110px;
        height: 110px
    }

    .footer__center-text-price p, .footer__center-text-price span {
        font-size: 20px
    }

    .footer__center-text {
        top: 110px;
        right: 220px;
        width: 110px;
        height: 110px
    }

    .footer__center-text span {
        font-size: 27px
    }

    .footer__info-title {
        font-size: 38px
    }

    .footer__info-description {
        margin-bottom: 30px
    }

    .form {
        padding: 15px 20px;
        min-width: auto
    }

    .form__title {
        font-size: 18px
    }
}

@media (max-width: 479px) {
    .header__photo-woman {
        max-height: 320px
    }

    .header__photo-bank {
        max-height: 150px;
        bottom: 38px;
        left: -20px;
    }

    .header__photo-text-price {
        width: 140px;
        height: 140px;
       top: -35px;
    left: -34px;
        padding: 10px
    }

    .header__photo-text-price span::after {
        height: 2px
    }

    .header__photo-text {
        width: 120px;
        height: 120px
    }

    .header__photo-text span {
        font-size: 24px
    }

    .header__info-title {
        font-size: 35px
    }

    .header__info-description {
        margin: 20px 0
    }

    .header__info-timer {
        width: calc(100vw - 40px);
        left: 0
    }

    .struggle {
        margin-bottom: -150px
    }

    .struggle__content-wrap {
        width: calc(100vw - 70px)
    }

    .dangers-wrap {
        padding-top: 215px
    }

    .cause {
        margin-bottom: 60px
    }

    .cause-text p {
        font-size: 16px
    }

    .cause-text a {
        margin-bottom: 25px
    }

    .cause-women__photo {
        width: 250px
    }

    .cause-women__product {
        width: 230px
    }

    .cause-women__text {
        padding: 5px
    }

    .cause-women__text:nth-child(3) {
        top: 100px;
        right: 30px
    }

    .cause-women__text:nth-child(4) {
        top: 170px
    }

    .sertificate-wrap {
        padding-bottom: 60px
    }

    .sertificate__item img {
        height: 270px
    }

    .comment {
        padding: 15px
    }

    .comment__title-photo {
        width: 55px;
        height: 55px
    }

    .steps {
        margin-bottom: 60px
    }

    .steps__content-wrap {
        width: calc(100vw - 70px)
    }

    .footer-container {
        padding-top: 15px
    }

    .footer__form-timer {
        padding: 20px 10px 0 !important
    }

    .footer__center-woman {
        max-height: 320px
    }

    .footer__center-bank {
        max-height: 150px
    }

    .footer__center-text-price {
        top: 60px;
        right: -30px;
        width: 100px;
        height: 100px
    }

    .footer__center-text-price p, .footer__center-text-price span {
        font-size: 18px
    }

    .footer__center-text {
        top: 80px;
        right: 175px;
        width: 100px;
        height: 100px
    }

    .footer__center-text span {
        font-size: 24px
    }

    .footer__info-title {
        font-size: 30px
    }

    .footer__info-description {
        margin: 20px 0
    }

    .form__price {
        font-size: 26px
    }
}

@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
}