a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: fico;
    src: url(../fonts/icons/fico.eot);
    src: url(../fonts/icons/fico.eot?#iefix) format("eot"), url(../fonts/icons/fico.woff2) format("woff2"), url(../fonts/icons/fico.woff) format("woff"), url(../fonts/icons/fico.ttf) format("truetype"), url(../fonts/icons/fico.svg#fico) format("svg")
}

.fico:before {
    font-family: fico;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.fico-next-arrow:before {
    content: "\E001"
}

.fico-prev-arrow:before {
    content: "\E002"
}

body {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: url(../img/bg.png) no-repeat calc(50% - 63px) calc(50% - 4018px), url(../img/bg.png) no-repeat calc(50% - 65px) calc(50% - 1857px), url(../img/bg.png) no-repeat calc(50% - 95px) calc(50% - -281px), url(../img/bg.png) no-repeat calc(50% - 63px) 7094px, linear-gradient(180deg, #8ed36b 0, #5cc129 100%);
    color: #000
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.fico {
    display: inline-block
}

.fico::before {
    display: block
}

a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

a {
    outline: 0 !important
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

.wrapper {
    margin: 0 auto;
    width: 360px;
    overflow: hidden;
    background: #e0e0e0;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .25)
}

.container {
    padding-left: 20px;
    padding-right: 20px
}

.title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 800
}

.btn {
    border: none;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    line-height: 36px;
    transition: background .2s, color .2s;
    padding: 3px 20px;
    font-size: 18px;
    border-radius: 60px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.btn--green {
    background: #5cc129;
    color: #fff
}

.btn--green:hover {
    background: #85d55d
}

.btn--white {
    color: #5cc129;
    background: #fff
}

.btn--white:hover {
    color: #85d55d
}

.btn--outline {
    color: #5cc129;
    border: 2px solid #5cc129;
    background: #fff;
    text-transform: inherit
}

.btn--outline:hover {
    color: #85d55d;
    border: 2px solid #85d55d
}

.form {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    padding: 20px
}

.form__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 6px
}

.form__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 12px
}

.form__timer-block {
    padding: 7px;
    border-radius: 10px;
    background: #ebebeb;
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.form__timer-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    width: 134px;
    margin-right: 12px
}

.form__block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.form__prod-wrap {
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 140px;
    flex-shrink: 0
}

.form__prod {
    margin-right: 12px
}

.form__prod-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 120%
}

.form__wrap {
    margin-bottom: 12px;
    position: relative
}

.form__input {
    width: 100%;
    box-sizing: border-box;
    background: 0 0;
    height: 36px;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    border: none;
    padding: 0 12px;
    border: 1px solid #c4c4c4
}

.form__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-size: 14px
}

.form__input::placeholder {
    color: rgba(0, 0, 0, .6);
    font-size: 14px
}

.form__input.success {
    border: 1px solid #52b867
}

.form__input.error {
    border: 1px solid #f42222
}

.form__input.error~span {
    display: block
}

.form__input:focus {
    border: 1px solid #000
}

.form__error {
    color: #f42222;
    display: none;
    font-size: 12px;
    margin-top: 3px
}

.form__btn {
    width: 100%;
    display: block;
    margin-top: 17px;
    margin-bottom: 16px
}

.form__labels {
    display: flex;
    align-items: center;
    justify-content: center
}

.form__label:not(:last-of-type) {
    margin-right: 8px
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    color: #5cc129;
    letter-spacing: -1.44px
}

.timer__dots {
    margin-top: -4px
}

.price {
    line-height: 1
}

.price .al-raw-currency {
    margin-left: 4px
}

.price__new {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 8px
}

.price__old {
    display: inline-block;
    font-size: 18px;
    position: relative;
    opacity: .4
}

.price__old::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, .6);
    height: 1px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg)
}

.floating-button {
    position: fixed;
    width: 360px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 0;
    z-index: 4;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0, rgba(0, 0, 0, .7) 100%);
    pointer-events: all
}

.floating-button.hide {
    opacity: 0;
    pointer-events: none
}

.floating-button a {
    max-width: 290px;
    width: 100%
}

.header {
    padding: 2px 13px;
    position: fixed;
    top: 0;
    left: calc(50% - 180px);
    right: calc(50% - 180px);
    z-index: 10;
    transition: background .1s
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__left {
    position: relative
}

.menu-mobile {
    padding-top: 50px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: calc(50% - 180px);
    right: calc(50% - 180px);
    height: 100%;
    z-index: 8;
    pointer-events: none;
    opacity: 0;
    display: block;
    transition: opacity .4s cubic-bezier(.38, .005, .215, 1);
    transition-delay: .1s;
    background: url(../img/decor.png) no-repeat calc(50% - 60px) -183px, linear-gradient(180deg, #8ed36b 0, #5cc129 100%)
}

.menu-mobile.active {
    pointer-events: auto;
    opacity: 1
}

.menu-mobile__wrap {
    overflow-y: auto;
    height: 100%;
    width: 360px;
    margin: 0 auto
}

.menu-mobile__list {
    margin-bottom: 40px;
    display: block;
    text-align: center
}

.menu-mobile__list .menu__item:not(:last-of-type) {
    margin-bottom: 26px
}

.menu-mobile__product-wrap {
    position: relative;
    margin-bottom: 30px
}

.menu-mobile__product {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 165px;
    position: relative;
    z-index: 1
}

.menu-mobile__decor {
    position: absolute;
    pointer-events: none
}

.menu-mobile__decor--1 {
    bottom: -30px;
    right: 16px;
    width: 150px
}

.menu-mobile__decor--2 {
    top: -10px;
    right: 40px;
    width: 61px
}

.menu-mobile__decor--3 {
    bottom: -33px;
    left: 27px;
    width: 130px;
    z-index: 1
}

.menu-mobile__decor--4 {
    top: 20px;
    left: 34px;
    width: 126px;
    z-index: 0
}

.menu-mobile__decor--5 {
    z-index: 0;
    bottom: 10px;
    left: 25px;
    width: 110px
}

.menu-mobile__btn {
    width: 100%;
    margin-bottom: 20px
}

.menu__item:hover .menu__link {
    border-bottom: 2px solid #fff
}

.menu__link {
    border-bottom: 2px solid rgba(255, 255, 255, .001);
    transition: border-bottom .2s;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    text-decoration: none;
    transition: all .3s
}

.burger {
    width: 40px;
    height: 40px;
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: background .2s;
    cursor: pointer;
    z-index: 6;
    position: relative;
    margin-left: auto;
    border-radius: 8px
}

.burger:hover {
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.burger.active .burger__line {
    width: 85%;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 19px;
    left: 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.burger.active .burger__line:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger.active .burger__line:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger.active .burger__line:nth-of-type(2) {
    opacity: 0
}

.burger__line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff
}

.intro {
    padding-top: 31px;
    background: url(../img/decor.png) no-repeat calc(50% - 60px) -183px, linear-gradient(180deg, #8ed36b 0, #5cc129 100%)
}

.intro--bottom .intro__slider {
    margin-bottom: 15px
}

.intro--bottom .form {
    border-radius: 20px 20px 0 0
}

.intro__title {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px
}

.intro__title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2
}

.intro__product-wrap {
    position: relative;
    margin-bottom: 30px
}

.intro__product {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 165px;
    position: relative;
    z-index: 1
}

.intro__decor {
    position: absolute;
    pointer-events: none
}

.intro__decor--1 {
    bottom: -30px;
    right: 16px;
    width: 150px
}

.intro__decor--2 {
    top: -10px;
    right: 40px;
    width: 61px
}

.intro__decor--3 {
    bottom: -33px;
    left: 27px;
    width: 130px;
    z-index: 1
}

.intro__decor--4 {
    top: 20px;
    left: 34px;
    width: 126px;
    z-index: 0
}

.intro__decor--5 {
    z-index: 0;
    bottom: 10px;
    left: 25px;
    width: 110px
}

.intro__slider {
    margin-bottom: 50px
}

.intro .slick-slide {
    width: 290px;
    margin: 0 15px
}

.intro .slick-list {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px
}

.intro__btn {
    margin-bottom: 50px;
    width: 100%
}

.intro__form {
    margin: 0 -20px;
    position: relative;
    z-index: 5
}

.item {
    display: flex !important;
    align-items: center
}

.item__wrap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .06);
    border-radius: 20px;
    margin-right: 16px
}

.item__text {
    color: #fff;
    font-size: 18px;
    line-height: 120%
}

.reasons {
    background: url(../img/reasons-bg.png) no-repeat right top, #e0e0e0;
    padding-bottom: 30px;
    margin-top: -20px;
    padding-top: 45px;
    position: relative;
    z-index: 1
}

.reasons__title {
    margin-bottom: 30px
}

.reasons__item:not(:last-of-type) {
    margin-bottom: 22px
}

.reason__top {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.reason__icon {
    flex-shrink: 0;
    margin-right: 8px
}

.reason__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px
}

.reason__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px
}

.advantages {
    background: url(../img/decor.png) no-repeat calc(50% - 70px) -73px, linear-gradient(180deg, #8ed36b 0, #5cc129 100%);
    padding-top: 63px;
    padding-bottom: 25px;
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.advantages__girl {
    position: absolute;
    top: -80px;
    right: 0;
    pointer-events: none
}

.advantages__prod-wrap {
    position: absolute;
    left: 39px;
    top: 231px
}

.advantages__prod {
    width: 118px;
    -webkit-transform: rotate(-32.501deg);
    transform: rotate(-32.501deg);
    position: relative;
    z-index: 1
}

.advantages__decor {
    position: absolute;
    pointer-events: none
}

.advantages__decor--1 {
    width: 100px;
    left: -30px;
    bottom: 24px;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    z-index: 0
}

.advantages__decor--2 {
    width: 45px;
    right: 3px;
    top: 4px;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    z-index: 0
}

.advantages__decor--3 {
    width: 97px;
    right: -20px;
    top: 0;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    z-index: 1
}

.advantages__title {
    color: #fff;
    width: 201px;
    margin-bottom: 94px
}

.advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.advantages__col {
    width: 150px
}

.advantages__col:not(:last-of-type) {
    margin-top: 145px
}

.advantages__item:not(:last-of-type) {
    margin-bottom: 20px
}

.advantage {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .06);
    padding: 16px 12px
}

.advantage__icon {
    margin-bottom: 25px
}

.advantage__text {
    font-size: 17px;
    line-height: 120%
}

.problems {
    padding-top: 40px;
    padding-bottom: 24px
}

.problems__title {
    margin-bottom: 30px
}

.problems__item:not(:last-of-type) {
    margin-bottom: 19px
}

.problem__title {
    color: #f42222;
    font-size: 24px;
    font-weight: 900;
    line-height: 22px;
    border-bottom: 2px solid #f42222;
    margin-bottom: 8px;
    padding-bottom: 4px
}

.problem__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px
}

.information {
    background: url(../img/decor.png) no-repeat calc(50% - 103px) 509px, linear-gradient(180deg, #8ed36b 0, #5cc129 100%);
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1
}

.information__title {
    color: #fff
}

.information__list {
    margin-top: 31px;
    margin-bottom: 50px
}

.information__item {
    width: 290px
}

.information__item:not(:last-of-type) {
    margin-bottom: 17px
}

.information__item:nth-of-type(even) {
    margin-left: auto
}

.information__item .advantage__icon {
    width: 60px;
    margin-bottom: 15px
}

.information__product-wrap {
    position: relative;
    margin-top: 19px;
    margin-bottom: 23px
}

.information__prod {
    width: 180px;
    margin: 0 auto;
    display: block;
    z-index: 1;
    position: relative
}

.information__decor {
    position: absolute
}

.information__decor--1 {
    width: 157px;
    bottom: 32px;
    left: -19px
}

.information__decor--2 {
    width: 93px;
    bottom: 4px;
    right: 46px;
    z-index: 1
}

.information__decor--3 {
    width: 150px;
    bottom: 25px;
    right: -21px
}

.information__compound:not(:last-of-type) {
    margin-bottom: 19px
}

.compound {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.compound__top {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.compound__image {
    flex-shrink: 0;
    margin-right: 8px
}

.compound__title {
    font-weight: 900
}

.compound__text {
    font-weight: 300
}

.expert {
    background: #fff;
    margin-top: -20px;
    padding-top: 175px;
    padding-bottom: 30px;
    position: relative
}

.expert__photo {
    position: absolute;
    top: 60px;
    right: 20px;
    pointer-events: none
}

.expert__title {
    width: 50%;
    margin-bottom: 20px
}

.expert__info {
    color: #5cc129;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 20px
}

.expert__info span {
    display: block;
    font-weight: 700
}

.expert__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px
}

.expert__text:not(:last-of-type) {
    margin-bottom: 12px
}

.reviews {
    background: #fff;
    padding-bottom: 57px;
    padding-top: 30px
}

.reviews__title {
    margin-bottom: 35px
}

.reviews .slick-slide {
    margin-bottom: 15px
}

.reviews .slick-list {
    margin-bottom: -15px
}

.reviews .slick-dots {
    margin-top: 35px;
    margin-bottom: 47px
}

.reviews .slick-arrow {
    bottom: -15px
}

.reviews .slick-arrow.slick-prev {
    left: 77px
}

.reviews .slick-arrow.slick-next {
    right: 77px
}

.reviews__btn {
    width: 100%
}

.review {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.review__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.review__col {
    display: flex;
    align-items: center
}

.review__ava {
    margin-right: 8px
}

.review__name {
    font-size: 14px;
    font-weight: 600
}

.review__btn {
    margin-right: 16px;
    display: inline-block;
    border-radius: 6px;
    background: #ebebeb;
    text-align: center;
    font-size: 12px;
    line-height: 29.9px;
    text-decoration: none;
    padding: 0 7px;
    color: #000
}

.review__photo {
    margin: 0 -20px;
    margin-bottom: 14px
}

.review__icons {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.review__icon:not(:last-of-type) {
    margin-right: 19px
}

.review__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 6px
}

.review__text strong {
    font-weight: 700;
    margin-right: 5px;
    display: inline-block
}

.review__date {
    font-size: 11.213px;
    line-height: 21.939px;
    opacity: .43;
    text-transform: uppercase
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    background: 0 0;
    border: none;
    display: flex;
    align-items: center
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
    font-size: 32px;
    color: #000;
    transition: all .3s
}

.slick-arrow.slick-next:hover,
.slick-arrow.slick-prev:hover {
    color: #5cc129
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-dots li {
    width: 4px;
    height: 4px;
    border-radius: 20px;
    background: #bbb;
    transition: all .3s;
    cursor: pointer
}

.slick-dots li:not(:last-of-type) {
    margin-right: 8px
}

.slick-dots li.slick-active {
    width: 40px;
    background: #000
}

.slick-dots button {
    display: none
}

.popup {
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 15;
    display: none
}

.popup.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.popup__wrap {
    position: relative
}

.popup__block {
    border-radius: 20px;
    background: #fff;
    padding: 55px 20px;
    max-width: 320px;
    width: 100%
}

.popup__text {
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center
}

.popup__btn {
    width: 100%;
    line-height: 1.2
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 14;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .6);
    transition: opacity .2s
}

.overlay.active {
    opacity: 1;
    pointer-events: all
}