@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

html {
    font-size: 10px;
    height: 100%;
    overflow-x: hidden
}

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;
    overflow-x: hidden
}

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)
}

h1,
h3,
h5,
h6,
p {
    margin: 0
}

.footer__price-old::after,
.footer__price-old,
.footer__content-text div,
.footer__content-title .title-blue,
.steps__content-item span,
.steps__content-item::after,
.comments__content-item::after,
.impact__item span,
.impact__item::after,
.header__price-old::after,
.header__price-old,
.header__content-text div,
.header__title .title-blue,
.form__price-old::after,
.form__price-old,
.form__title span,
.btn--blue {
    background: linear-gradient(89.98deg, #1898d6 .02%, #80d5ff 50%, #1898d6 99.98%)
}

.footer__content-title,
.comments-title,
.impact-title,
.header__title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, .5) 100%)
}

.info-theses__item h5,
.effects__item div:first-child {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d72e43), to(#530342));
    background: linear-gradient(180deg, #d72e43 0, #530342 100%)
}

.footer__price-old,
.footer__content-title .title-blue,
.footer__content-title,
.comments-title,
.impact-title,
.info-theses__item h5,
.header__price-old,
.header__title .title-blue,
.header__title,
.form__price-old,
.form__title span {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.footer,
.steps,
.comments__content-wrap,
.impact-container,
.info-wrap,
.effects,
.header {
    max-width: 1200px;
    width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto
}

footer,
.comments-wrap,
.impact-wrap,
header {
    position: relative;
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position: top center
}

.btn--blue {
    position: relative;
    z-index: 1;
    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 #067bb4;
    box-shadow: 0 4px 0 #067bb4;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    height: 83px;
    width: 100%;
    max-width: 360px;
    border: 0;
    border-radius: 10px
}

.btn--blue span {
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.btn--blue:active,
.btn--blue:hover,
.btn--blue:focus {
    outline: 0;
    outline-offset: 0
}

.btn--blue:hover {
    opacity: 1
}

.btn--blue:active {
    opacity: 1;
    -webkit-box-shadow: 0 1px 0 #067bb4;
    box-shadow: 0 1px 0 #067bb4;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.form {
    background: #fff;
    -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 46px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 30px 40px;
    width: 100%;
    max-width: 365px;
    min-width: 345px;
    position: relative;
    z-index: 4
}

.form__title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

.form__title span {
    font-size: 28px
}

.form__price {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 28px;
    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-new {
    color: #333;
    font-size: 28px
}

.form__price-separator {
    width: 2px;
    height: 31px;
    background-color: #333
}

.form__price-old {
    position: relative
}

.form__price-old::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    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: 3px 0 5px;
    color: #d72e43;
    font-size: 13px;
}

.form label span {
    font-family: 'Raleway', sans-serif;
    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-family: "Ara Hamah 1964 R";
    font-size: 24px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timer-item,
.timer-delimiter {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.timer-delimiter {
    margin: 0 15px
}

.comments-title,
.steps__title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    font-size: 47px
}

.impact-title,
.info-title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 35px
}

header {
    background-size: auto 940px
}

.impact-wrap {
    background-size: auto 840px;
    padding-bottom: 220px
}

.comments-wrap {
    background-size: auto;
    padding-bottom: 90px
}

footer {
    background-size: auto 780px
}

.header {
    position: relative
}

.header__die {
    width: 240px;
    height: 105px;
    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;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2fa6df;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin: 0 auto
}

.header__title {
    margin: 20px auto 0;
    max-width: 800px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.header__title .title-blue {
    word-spacing: normal
}

.header__heart--left {
    position: absolute;
    width: 236px;
    height: 236px;
    left: 0;
    top: 40px;
    -webkit-transform: rotate(-18.8deg);
    transform: rotate(-18.8deg)
}

.header__heart--right {
    position: absolute;
    width: 166px;
    height: 166px;
    right: 0;
    top: 324px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__woman {
    position: absolute;
    top: 285px;
    left: calc(50% - 320px);
    width: 100%;
    max-width: 640px
}

.header__product {
    position: absolute;
    top: 590px;
    left: calc(50% - 330px);
    width: 100%;
    max-width: 660px;
    z-index: 1
}

.header__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 205px
}

.header__content-text {
    margin-top: 25px;
    padding: 25px;
    background-color: #fff;
    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;
    max-width: 278px;
    max-height: 180px
}

.header__content-text div {
    margin: -50px auto 0;
    width: 49px;
    height: 49px;
    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;
    border-radius: 50%
}

.header__content-text div img {
    width: 27px;
    height: 25px
}

.header__content-text span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 116%;
    text-align: center;
    color: #27b9ff;
    opacity: .8
}

.header__content-info {
    width: 360px
}

.header__content-info p {
    margin: 15px auto 0;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    opacity: .8;
    text-align: center;
    color: #fff
}

.header__price {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    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;
    margin-bottom: 14px
}

.header__price-new {
    font-size: 32px;
    color: #fff
}

.header__price-separator {
    width: 1px;
    height: 31px;
    background-color: #fff;
    margin: 0 20px
}

.header__price-old {
    position: relative;
    font-size: 34px
}

.header__price-old::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 4px
}

.header-clouds {
    position: absolute;
    left: calc(50vw - 700px);
    bottom: -300px;
    width: 1400px;
    height: 535px;
    z-index: 1
}

.effects {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-areas: "a d e""a d f""b d g""c d h";
    margin-top: 140px;
    margin-bottom: 50px
}

.effects__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.effects__item div:first-child {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px
}

.effects__item div:first-child img {
    position: absolute
}

.effects__item--one {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: b
}

.effects__item--one img {
    width: 110%;
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px
}

.effects__item--two {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: c
}

.effects__item--two img {
    width: 135%;
    top: 0;
    left: -5%
}

.effects__item--three {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: e
}

.effects__item--three img {
    width: 94%;
    left: 3%;
    bottom: 0
}

.effects__item--four {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: f
}

.effects__item--four img {
    width: 68%;
    bottom: -5%;
    left: 16%
}

.effects__item--five {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: g
}

.effects__item--five img {
    width: 110%;
    bottom: 0;
    left: -5%
}

.effects__item--six {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: h
}

.effects__item--six img {
    width: 130%;
    top: 0;
    left: -15%
}

.effects__item h3,
.effects__item p {
    font-weight: 400;
    line-height: 140%;
    color: #333;
    opacity: .8
}

.effects__item h3 {
    font-family: 'Russo One', sans-serif;
    font-size: 18px
}

.effects__item p {
    font-size: 15px
}

.effects__item-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: a;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 140%;
    text-transform: uppercase
}

.effects__item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
    grid-area: d;
    position: relative;
    font-size: 0;
    background-image: url(../images/blue_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    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;
    width: 400px;
    margin-bottom: -50px;
    border-radius: 10px 10px 0 0
}

.effects__item-img img {
    width: 100%
}

.info-wrap {
    position: relative;
    z-index: 1
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

.info__img-wrap {
    max-width: 550px;
    position: relative;
    margin-left: 10px
}

.info__img-wrap .img-bg {
    width: 380px;
    height: 450px;
    margin: 0 auto
}

.info__img-wrap .img-women {
    position: absolute;
    width: 100%;
    max-width: 400px;
    bottom: 10px
}

.info__img-wrap .img-pedestal {
    position: absolute;
    bottom: -40px;
    width: 106%;
    left: -3%
}

.info__img-wrap .img-product {
    bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 100%
}

.info__text h3 {
    max-width: 580px
}

.info__text>p {
    max-width: 395px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #4f4f4f;
    margin: 28px 0
}

.info-theses {
    max-width: 400px;
    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
}

.info-theses__item {
    width: 40%;
    margin-bottom: 10px
}

.info-theses__item h5 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    text-transform: uppercase
}

.info-theses__item p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #4f4f4f
}

.impact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px
}

.impact-container {
    position: relative
}

.impact-title {
    text-align: center;
    padding: 0 20px;
    margin: 80px auto 50px
}

.impact .swiper-slide {
    max-width: 24%
}

.impact .swiper-slide:first-child>div,
.impact .swiper-slide:last-child>div {
    margin-bottom: -70px;
    margin-top: 70px
}

.impact__item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px 22px 0;
    min-height: 235px;
    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: 40px
}

.impact__item::after {
    content: "";
    width: 92%;
    height: 4.5%;
    position: absolute;
    left: 4%;
    bottom: -4.5%;
    border-radius: 0 0 10px 10px
}

.impact__item p {
    position: absolute;
    top: -39px;
    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(100% - 44px)
}

.impact__item span {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    padding: 2px 20px;
    border-radius: 5px 5px 0 0;
    height: 39px
}

.impact__item h5 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px
}

.impact__item img {
    margin: auto auto 0;
    max-height: 175px;
    max-width: 175px
}

.impact-btn {
    margin: 0 auto
}

.impact-clouds {
    position: absolute;
    left: calc(50vw - 700px);
    bottom: -260px;
    width: 1400px;
    height: 500px
}

.comments-title {
    padding: 0 20px;
    max-width: 710px;
    margin: 50px auto 30px
}

.comments__content-wrap {
    position: relative;
    padding-bottom: 50px;
    overflow-x: hidden
}

.comments__content-avatar {
    width: 66px;
    height: 66px;
    border-radius: 10px;
    margin-right: 10px
}

.comments__content-info h5 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #333;
    opacity: .8
}

.comments__content-info p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #333;
    opacity: .8
}

.comments__content-info img {
    margin-top: 3px;
    height: 16px
}

.comments__content-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 66px
}

.comments__content-media a {
    width: 24px;
    height: 24px
}

.comments__content-item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 340px;
    margin: 0 auto 10px
}

.comments__content-item::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 5%;
    width: 90%;
    height: 10px;
    border-radius: 0 0 10px 10px
}

.comments__content-item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px
}

.comments__content-item>p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #333;
    opacity: .8
}

.comments-btn {
    margin: 0 auto
}

.comments-clouds {
    position: absolute;
    left: calc(50vw - 700px);
    bottom: -150px;
    width: 1400px;
    height: 500px
}

.certificate-wrap {
    position: relative;
    padding-bottom: 100px
}

.certificate__item img {
    height: 440px
}

.steps__title {
    position: relative;
    max-width: 525px;
    margin: 30px auto
}

.steps__content {
    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;
    margin-bottom: 50px
}

.steps__content-wrap {
    position: relative
}

.steps__content-item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    border-radius: 10px 0 10px 10px;
    max-width: 45%;
    min-height: 189px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 40px 35px 30px;
    margin-top: 39px;
    margin-bottom: 50px;
    min-height: 205px
}

.steps__content-item::after {
    content: "";
    width: 92%;
    height: 4.5%;
    position: absolute;
    left: 4%;
    bottom: -4.5%;
    border-radius: 0 0 10px 10px
}

.steps__content-item span {
    position: absolute;
    top: -29px;
    right: 0;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    opacity: .8;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    padding: 2px 20px
}

.steps__content-item h5 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 5px;
    max-width: 200px
}

.steps__content-item p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    opacity: .8;
    max-width: 205px
}

.steps__content-item img {
    position: absolute;
    z-index: 1
}

.footer {
    position: relative
}

.footer__heart--left {
    position: absolute;
    width: 236px;
    height: 236px;
    left: -135px;
    top: -45px;
    -webkit-transform: rotate(-18.8deg);
    transform: rotate(-18.8deg)
}

.footer__heart--right {
    position: absolute;
    width: 166px;
    height: 166px;
    right: -90px;
    top: 190px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.footer__woman {
    position: absolute;
    top: 110px;
    left: calc(50% - 360px);
    width: 100%;
    max-width: 640px
}

.footer__product {
    position: absolute;
    top: 465px;
    left: calc(50% - 350px);
    width: 100%;
    max-width: 700px;
    z-index: 1
}

.footer__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 225px;
    margin-top: 50px
}

.footer__content-info {
    max-width: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.footer__content-timer {
    max-width: 278px
}

.footer__content-timer-title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    color: #fff;
    opacity: .8;
    text-align: center;
    margin-top: 30px;
    max-width: 278px
}

.footer__content-title {
    margin-bottom: 20px;
    max-width: 450px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 63px;
    line-height: 100%;
    text-transform: uppercase
}

.footer__content-title .title-blue {
    word-spacing: normal
}

.footer__content-text {
    margin-top: 25px;
    padding: 25px;
    background-color: #fff;
    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;
    max-width: 278px;
    max-height: 180px
}

.footer__content-text div {
    margin: -50px auto 0;
    width: 49px;
    height: 49px;
    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;
    border-radius: 50%
}

.footer__content-text div img {
    width: 27px;
    height: 25px
}

.footer__content-text span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 116%;
    text-align: center;
    color: #27b9ff;
    opacity: .8
}

.footer__content-form {
    margin-top: 50px;
    max-width: 430px
}

.footer__price {
    display: none
}

.footer__price-new {
    font-size: 30px;
    color: #fff
}

.footer__price-separator {
    width: 1px;
    height: 26px;
    background-color: #fff;
    margin: 0 10px
}

.footer__price-old {
    position: relative;
    font-size: 26px
}

.footer__price-old::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 4px
}

.footer-clouds {
    position: absolute;
    left: calc(50vw - 700px);
    bottom: -40px;
    width: 1400px;
    height: 330px;
    z-index: 1
}

.footer-copy {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #4f4f4f;
    opacity: .8;
    margin-top: 10px
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

@media (min-width:640px) {
    .impact-container .swiper-pagination {
        display: none
    }

    .impact .swiper-slide:nth-child(3)>div>h5 {
        padding: 0 25px
    }

    .certificate {
        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
    }

    .certificate-wrap .swiper-pagination {
        display: none
    }

    .certificate__item {
        width: auto !important
    }
}

@media (min-width:992px) {
    .steps__content-item--one img {
        top: 25px;
        right: 10px;
        width: 250px
    }

    .steps__content-item--two img {
        top: 14px;
        right: -35px;
        width: 235px
    }

    .steps__content-item--three img {
        top: 5px;
        right: -30px;
        width: 280px
    }

    .steps__content-item--four img {
        top: -40px;
        right: -20px;
        width: 260px
    }
}

@media (min-width:1400px) {
    .header-clouds {
        width: 100vw;
        left: 0
    }

    .impact-clouds {
        width: 100vw;
        left: 0
    }

    .comments-clouds {
        width: 100vw;
        left: 0
    }

    .footer-clouds {
        width: 100vw;
        left: 0
    }
}

@media (max-width:1199px) {
    .form {
        padding: 27px 35px
    }

    .form__price {
        font-size: 26px
    }

    .effects__item-img {
        width: 345px
    }

    .impact .swiper-slide:first-child>div,
    .impact .swiper-slide:last-child>div {
        min-height: 301px
    }

    .comments-clouds {
        bottom: -210px
    }

    .steps__content-item {
        max-width: 48%;
        padding: 40px 20px 30px
    }
}

@media (max-width:991px) {
    .btn--blue {
        height: 70px
    }

    .form {
        padding: 25px 30px
    }

    .timer-item,
    .timer-delimiter {
        font-size: 34px
    }

    .comments-title,
    .steps__title {
        font-size: 43px
    }

    .impact-title,
    .info-title {
        font-size: 26px
    }

    header {
        background-size: auto 845px
    }

    .impact-wrap {
        background-size: auto 985px;
        padding-bottom: 70px
    }

    .header__die {
        font-size: 20px;
        width: 180px;
        height: 84px
    }

    .header__title {
        font-size: 70px;
        word-spacing: normal;
        max-width: 690px
    }

    .header__heart--left {
        top: -25px;
        left: -70px;
        width: 150px;
        height: 150px
    }

    .header__heart--right {
        top: 175px;
        right: -20px
    }

    .header__content-info {
        width: auto
    }

    .header__price-new {
        font-size: 28px
    }

    .header__price-old {
        font-size: 31px
    }

    .header-clouds {
        width: 1100px;
        height: 500px;
        bottom: -280px;
        left: calc(50vw - 550px)
    }

    .effects {
        margin-top: 195px;
        grid-template-areas: "a a""b c""e d""f d""g d""h d"
    }

    .effects__item div:first-child {
        margin-right: 20px
    }

    .effects__item-title {
        text-align: center;
        font-size: 30px
    }

    .effects__item--one {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .effects__item--two {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .effects__item--three {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .effects__item--four {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .effects__item--five {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .effects__item--six {
        -ms-grid-row: 6;
        -ms-grid-column: 1
    }

    .effects__item-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }

    .effects__item-img {
        -ms-grid-row: 3;
        -ms-grid-row-span: 4;
        -ms-grid-column: 2
    }

    .effects__item-img {
        width: 100%
    }

    .info {
        margin-bottom: 80px
    }

    .info__img-wrap .img-bg {
        width: 340px
    }

    .info__text>p {
        font-size: 16px;
        margin: 20px 0
    }

    .info-theses__item {
        width: 45%
    }

    .info-theses__item h5 {
        font-size: 17px
    }

    .info-theses__item p {
        font-size: 16px
    }

    .impact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .impact-title {
        margin: 50px auto 40px
    }

    .impact .swiper-slide {
        max-width: 49%
    }

    .impact .swiper-slide:first-child>div,
    .impact .swiper-slide:last-child>div {
        margin-bottom: -40px;
        margin-top: 40px
    }

    .impact .swiper-slide:nth-child(1)>div,
    .impact .swiper-slide:nth-child(2)>div {
        margin-bottom: 40px
    }

    .impact__item {
        min-height: 264px !important
    }

    .impact-clouds {
        width: 1100px;
        height: 300px;
        bottom: -130px;
        left: calc(50vw - 550px)
    }

    .comments-clouds {
        width: 1100px;
        height: 300px;
        bottom: -140px;
        left: calc(50vw - 550px)
    }

    .certificate-wrap {
        padding-bottom: 70px
    }

    .certificate__item img {
        height: 375px
    }

    .steps__content-item {
        padding: 25px;
        min-height: 365px
    }

    .steps__content-item p {
        max-width: none
    }

    .steps__content-item img {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: auto;
        height: 175px;
        max-width: 100%
    }

    .footer__heart--left {
        top: -25px;
        left: -70px;
        width: 150px;
        height: 150px
    }

    .footer__heart--right {
        top: 155px;
        right: -75px
    }

    .footer__woman {
        top: 190px
    }

    .footer__content {
        padding-bottom: 275px
    }

    .footer__content-title {
        font-size: 55px;
        max-width: 340px
    }

    .footer-clouds {
        bottom: 0;
        width: 1100px;
        left: calc(50vw - 550px)
    }
}

@media (max-width:767px) {

    .footer,
    .steps,
    .comments__content-wrap,
    .impact-container,
    .info-wrap,
    .effects,
    .header {
        width: calc(100vw - 60px)
    }

    .btn--blue {
        height: 60px
    }

    .form label {
        margin: 7px 0
    }

    .form input,
    .form button {
        height: 60px
    }

    .form button {
        margin-top: 25px
    }

    .timer-item,
    .timer-delimiter {
        font-size: 28px
    }

    header {
        background-size: auto 690px
    }

    .header__title {
        font-size: 65px;
        max-width: 650px
    }

    .header__heart--right {
        top: -10px
    }

    .header__woman {
        top: 330px;
        left: calc(50% - 170px);
        max-width: 400px
    }

    .header__product {
        top: 480px;
        left: calc(50% - 220px);
        max-width: 440px
    }

    .header__content {
        padding-top: 20px;
        padding-bottom: 245px
    }

    .header__content-text {
        margin-top: 15px;
        padding: 15px;
        max-width: 240px;
        max-height: 140px
    }

    .header__content-text div {
        margin-top: -30px;
        width: 30px;
        height: 30px
    }

    .header__content-text div img {
        width: 16px;
        height: 15px
    }

    .header__content-text span {
        font-size: 18px
    }

    .header__price-new {
        font-size: 26px
    }

    .header__price-separator {
        height: 26px;
        margin: 0 10px
    }

    .header__price-old {
        font-size: 27px
    }

    .header-clouds {
        bottom: -150px
    }

    .header__btn {
        position: absolute;
        bottom: -5px;
        left: calc(50% - 180px)
    }

    .effects {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 70px;
        margin-bottom: 20px
    }

    .effects__item div:first-child {
        width: 68px;
        height: 68px
    }

    .effects__item-img {
        margin-bottom: -20px
    }

    .info {
        margin-bottom: 60px
    }

    .info__img-wrap .img-bg {
        width: 240px
    }

    .certificate-wrap {
        padding-bottom: 50px
    }

    .certificate__item img {
        height: 310px
    }

    .steps__content-item {
        min-height: 189px;
        max-width: 100%;
        padding: 40px 35px 30px
    }

    .steps__content-item p {
        max-width: 174px
    }

    .steps__content-item img {
        position: absolute;
        z-index: 1;
        height: auto
    }

    .steps__content-item--one img {
        top: 25px;
        right: 10px;
        width: 250px
    }

    .steps__content-item--two img {
        top: 14px;
        right: -35px;
        width: 235px
    }

    .steps__content-item--three img {
        top: 5px;
        right: -30px;
        width: 280px
    }

    .steps__content-item--four img {
        top: -40px;
        right: -20px;
        width: 260px
    }

    .footer__heart--right {
        top: 365px;
        right: -40px
    }

    .footer__woman {
        top: 220px;
        left: calc(50% - 170px);
        max-width: 400px
    }

    .footer__product {
        display: none
    }

    .footer__content {
        -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-bottom: 20px
    }

    .footer__content-info {
        max-width: none;
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__content-timer-title {
        margin-top: 10px
    }

    .footer__content-title {
        width: 100%;
        font-size: 45px;
        max-width: none;
        text-align: center
    }

    .footer__content-text {
        margin-top: 15px;
        padding: 15px;
        max-width: 240px;
        max-height: 140px
    }

    .footer__content-text div {
        margin-top: -30px;
        width: 30px;
        height: 30px
    }

    .footer__content-text div img {
        width: 16px;
        height: 15px
    }

    .footer__content-text span {
        font-size: 17px
    }

    .footer__content-form {
        margin-top: 150px
    }

    .footer__price {
        font-family: 'Russo One', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        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
    }

    .footer-clouds {
        bottom: 100px
    }

    .footer-copy {
        margin-bottom: 20px
    }
}

@media (max-width:639px) {
    .btn--blue {
        height: 56px;
        max-width: 280px
    }

    .form label {
        margin: 5px 0
    }

    .form input,
    .form button {
        height: 55px
    }

    .form button {
        margin-top: 20px
    }

    .timer-delimiter {
        margin: 0 10px
    }

    .comments-title,
    .steps__title {
        font-size: 38px
    }

    .impact-title,
    .info-title {
        font-size: 24px
    }

    .impact-wrap {
        background-size: auto 515px;
        padding-bottom: 30px
    }

    .header__title {
        font-size: 58px
    }

    .header__product {
        top: 480px;
        left: calc(50% - 220px);
        max-width: 440px
    }

    .header__content-text {
        max-width: 220px;
        max-height: none
    }

    .header__price-new {
        font-size: 22px
    }

    .header__price-old {
        font-size: 22px
    }

    .header-clouds {
        bottom: -175px
    }

    .header__btn {
        left: calc(50% - 140px);
        bottom: 0
    }

    .effects__item-title {
        font-size: 25px
    }

    .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info__img-wrap {
        margin: 20px auto 0
    }

    .info__img-wrap .img-bg {
        height: 340px;
        width: 300px
    }

    .info__text h3 {
        margin: 0 auto;
        text-align: center
    }

    .info__text>p {
        margin: 20px auto;
        text-align: center
    }

    .info-theses {
        margin: 0 auto
    }

    .info-theses__item {
        text-align: center
    }

    .info-theses__item h5 {
        font-size: 15px;
        line-height: 110%
    }

    .impact {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 15px
    }

    .impact-container {
        padding-bottom: 30px
    }

    .impact-title {
        margin: 30px auto 15px
    }

    .impact .swiper-slide {
        max-width: none
    }

    .impact .swiper-slide:nth-child(1)>div,
    .impact .swiper-slide:nth-child(2)>div {
        margin-bottom: 0
    }

    .impact__item {
        max-width: 270px;
        min-height: auto !important;
        margin-left: auto;
        margin-right: auto
    }

    .impact-clouds {
        width: 660px;
        left: calc(50vw - 330px)
    }

    .comments-clouds {
        width: 660px;
        left: calc(50vw - 330px)
    }

    .certificate-wrap {
        padding-bottom: 40px
    }

    .certificate-wrap .swiper-pagination {
        bottom: 12px !important
    }

    .certificate__item img {
        margin: 0 auto !important;
        width: auto !important;
        height: 375px
    }

    .steps__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .footer__content-text {
        max-width: 220px;
        max-height: none
    }

    .footer__price-new {
        font-size: 23px
    }

    .footer__price-separator {
        margin: 0 5px
    }

    .footer__price-old {
        font-size: 23px
    }
}

@media (max-width:567px) {

    .footer,
    .steps,
    .comments__content-wrap,
    .impact-container,
    .info-wrap,
    .effects,
    .header {
        width: calc(100vw - 40px)
    }

    .form {
        padding: 15px 20px;
        min-width: auto
    }

    header {
        background-size: auto 740px
    }

    .header__title {
        font-size: 50px
    }

    .header__woman {
        top: 400px
    }

    .header__product {
        top: 560px;
        width: 380px;
        left: calc(50% - 190px)
    }

    .header__content {
        padding-bottom: 340px
    }

    .header__content-text {
        margin-top: 0
    }

    .effects {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 10px;
        grid-template-areas: "a a""b c""e f""g d""h d"
    }

    .effects__item div:first-child {
        margin-right: 10px
    }

    .effects__item--one {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .effects__item--two {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .effects__item--three {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .effects__item--four {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .effects__item--five {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .effects__item--six {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .effects__item-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .effects__item-img {
        -ms-grid-row: 7;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .effects__item-img {
        margin-bottom: -10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .effects__item-img img {
        width: 70%
    }

    .certificate__item img {
        height: 340px
    }

    .steps__content-item {
        padding: 25px;
        min-height: 335px
    }

    .steps__content-item p {
        max-width: none;
        margin-bottom: 10px
    }

    .steps__content-item img {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        margin: auto;
        height: 175px;
        max-width: 100%
    }

    .footer__heart--right {
        display: none
    }

    .footer__content-timer-title {
        font-size: 19px
    }

    .footer__content-text {
        margin-top: 0
    }

    .footer__price-new {
        font-size: 19px
    }

    .footer__price-old {
        font-size: 19px
    }
}

@media (max-width:479px) {
    .form__title {
        font-size: 23px
    }

    .form__title span {
        font-size: 23px
    }

    .form__price {
        font-size: 24px
    }

    .form__price-new {
        font-size: 25px
    }

    .form__price-separator {
        height: 27px
    }

    .form input {
        font-size: 22px
    }

    .comments-title,
    .steps__title {
        font-size: 33px
    }

    .impact-title,
    .info-title {
        font-size: 20px
    }

    header {
        background-size: auto 670px
    }

    footer {
        background-size: auto 1000px
    }

    .header__die {
        font-size: 16px;
        width: 160px;
        height: 60px
    }

    .header__title {
        max-width: 320px;
        font-size: 36px
    }

    .header__heart--right {
        right: -10px;
        top: 230px;
        width: 100px;
        height: 100px
    }

    .header__woman {
        top: 345px;
        left: -50px;
        max-width: 250px
    }

    .header__product {
        width: 340px;
        top: 413px;
        left: calc(50% - 170px);
        z-index: 2
    }

    .header__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 170px
    }

    .header__content-text {
        padding: 10px;
        max-width: calc(100vw - 140px);
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .header__content-text div {
        margin: -23px auto 0 -23px;
        width: 26px;
        height: 26px
    }

    .header__content-text span {
        font-size: 14px
    }

    .header__content-info {
        margin-left: auto
    }

    .header__content-info p {
        margin: 0 0 -8px
    }

    .header__price {
        margin-bottom: 0
    }

    .header-clouds {
        z-index: 1;
        height: 300px;
        bottom: -85px;
        width: 600px;
        left: calc(50vw - 300px)
    }

    .header__btn {
        bottom: -5px
    }

    .effects {
        grid-template-areas: "a""b""c""e""f""g""h""d"
    }

    .effects__item-title {
        font-size: 20px
    }

    .effects__item--one {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .effects__item--two {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .effects__item--three {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .effects__item--four {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .effects__item--five {
        -ms-grid-row: 6;
        -ms-grid-column: 1
    }

    .effects__item--six {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .effects__item-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .effects__item-img {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    .effects__item-img {
        width: 70%;
        margin: 0 auto -10px
    }

    .certificate__item img {
        height: 300px
    }

    .footer__heart--right {
        display: block;
        right: -10px;
        top: 190px;
        width: 100px;
        height: 100px
    }

    .footer__woman {
        top: 705px;
        left: -50px;
        max-width: 250px
    }

    .footer__product {
        display: block;
        width: 340px;
        top: 825px;
        left: calc(50% - 170px);
        z-index: 2
    }

    .footer__content-title {
        font-size: 40px
    }

    .footer__content-text {
        height: 90px;
        padding: 10px;
        max-width: calc(100vw - 145px);
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .footer__content-text div {
        margin: -23px auto 0 -23px;
        width: 26px;
        height: 26px
    }

    .footer__content-text span {
        font-size: 14px
    }

    .footer__content-form {
        margin-top: 30px;
        margin-bottom: 260px
    }

    .footer__price {
        display: none
    }

    .footer__price-wrap {
        position: absolute;
        right: 0;
        top: 715px
    }

    .footer-clouds {
        z-index: 1;
        height: 200px;
        top: 860px;
        width: 600px;
        left: calc(50vw - 300px)
    }
}

@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
}