@import url(normalize.min.css);
@import url(css2.css);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.doc .container {
    max-width: 1200px
}

#prevBtn {
    fill: #24234c;
    height: 24px;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 24px;
    pointer-events: none
}

.cookPopup_desc a {
    color: #338309;
}

.countSteps {
    font-size: 12px;
    font-weight: 600;
    display: none
}

.countSteps__current,
.countSteps__slash {
    color: #338309
}

body {
    font-size: 1rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #24234c
}

body.prev #prevBtn {
    opacity: 1;
    cursor: pointer;
    pointer-events: all
}

body.prev .countSteps {
    display: block
}

body.prev .nav {
    display: none
}

.container {
    max-width: 23rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1rem
}

h1 {
    font-size: 25px;
    margin-top: 0;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase
}

.page__body {
    text-align: center;
    padding-top: 16px;
    display: none;
    padding-bottom: 32px
}

.page__body.active {
    display: block
}

.page__text {
    color: #6b7280
}

.page__title {
    color: #338309;
    margin-top: 0;
    font-weight: 800;
    font-size: 28px
}

.page__title span {
    color: #24234c;
    font-weight: 500;
    margin-top: 16px;
    font-size: 18px;
    display: block
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 16px 0
}

.header__logo {
    width: 160px;
    z-index: 10
}

.nav__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 48px 0 0 48px;
    left: 0;
    background: #f1f1f1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.nav__body ul {
    list-style: none;
    padding-left: 0;
    padding-top: 65px;
    margin: 0
}

.nav__body ul li:not(:last-child) {
    margin-bottom: 16px
}

.nav__body ul a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: inherit
}

.nav__body.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.burger-menu {
    position: relative;
    width: 20px;
    height: 15px;
    cursor: pointer;
    z-index: 5
}

.burger-menu span,
.burger-menu::after,
.burger-menu::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #24234c
}

.burger-menu::before {
    top: 0
}

.burger-menu::after {
    bottom: 0
}

.burger-menu span {
    top: calc(50% - 1px)
}

.burger-menu.open span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.burger-menu.open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px)
}

.burger-menu.open::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px)
}

.age {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 24px 16px
}

.age__item {
    max-width: 148px;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    height: 160px;
    border: 2px solid #338309;
    position: relative
}

.age__avatar {
    max-width: 120px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 auto;
    bottom: 2px
}

.age__text {
    background-color: #338309;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.age__text svg {
    fill: #fff;
    width: 21px;
    height: 20px
}

.pause {
    text-align: left
}

.pause__title {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 8px
}

.pause__text {
    margin-top: 0;
    line-height: 24px;
    font-size: 14px
}

.pause__img {
    max-width: 100%
}

.mainBtn {
    color: #fff;
    border: none;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #338309;
    cursor: pointer;
    width: 100%;
    margin-top: 64px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #338309
}

.footer {
    padding-top: 16px
}

.footer p {
    font-size: 12px;
    color: #6b7280
}

.footer p a {
    color: inherit
}

.answers__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px
}

.answers__title span {
    color: #6b7280;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 8px
}

.answers__item {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #f5f5f5;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    border-radius: 8px
}

.answers__item:not(:last-child) {
    margin-bottom: 20px
}

.answers__item img {
    width: 105px
}

.answers__item p {
    font-weight: 700;
    text-align: left
}

.answers__item p span {
    font-weight: 400;
    display: block
}

.answers.money .answers__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.answers.money .answers__item p {
    text-align: center
}

.answers__inv {
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px
}

.answers__goal {
    border-radius: .25rem;
    font-size: 14px;
    margin-top: 30px;
    padding: .25rem .75rem;
    display: inline-block;
    line-height: 18px;
    background-color: #f1f5f9
}

.answers__goal span {
    font-weight: 700
}

.brands .answers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem
}

.brands .answers__item {
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    background-color: transparent;
    border: none
}

.brands .answers__item img {
    width: 24px
}

.brands .answers__item p {
    font-weight: 600;
    font-size: 15px
}

.brands .answers__item input[type=checkbox] {
    display: none
}

.brands .answers__item input[type=checkbox]+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0 16px;
    border-radius: 9999px;
    border: 1px solid transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5
}

.brands .answers__item input[type=checkbox]:checked+label {
    background-color: #338309;
    color: #fff
}

.profile {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    padding: 16px;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.profile__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile__title p {
    font-weight: 700;
    margin: 0;
    line-height: normal
}

.profile__title span {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 .375rem;
    line-height: 21px;
    border: 1px solid #e5e7eb;
    color: #6b7280
}

.profile__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 8px 8px 0;
    border-radius: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f1f1f1
}

.profile__description img {
    width: 40px
}

.profile__text {
    text-align: left;
    font-size: 10px
}

.profile__text span {
    font-weight: 700
}

.profile__text p {
    margin: 8px 0 0;
    line-height: 15px
}

.profile__img {
    width: 100px;
    position: absolute;
    bottom: 0
}

.tooltip {
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #40444d
}

.tooltip span {
    color: #fff;
    font-size: 12px
}

.tooltip::after {
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #40444d;
    margin-top: -4px
}

#tooltipGraphVeryLow {
    height: 25px;
    width: 4.75rem;
    top: -85px;
    left: -6px
}

#tooltipGraphVeryLow::after {
    left: .75rem
}

#tooltipGraphSuccess {
    height: 50px;
    width: 5.0625rem;
    top: -185px;
    left: -25px
}

.progress {
    margin-bottom: 16px
}

.progress__line {
    position: relative
}

.progress__line .tooltip {
    right: 3.6875rem;
    top: .25rem;
    width: 108px;
    height: 25px
}

.progress__slider {
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    border-width: .25rem;
    bottom: .375rem;
    border-radius: 50%;
    background-color: #fff;
    border-style: solid;
    border-color: #d4d4d4
}

.progress__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.progress__label span {
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 10px
}

.animate .progress__slider {
    -webkit-animation: moveSlider 2.5s 1 forwards;
    animation: moveSlider 2.5s 1 forwards
}

.animate .skills__list {
    -webkit-animation: moveSkillsList 1.5s 1 forwards;
    animation: moveSkillsList 1.5s 1 forwards
}

.animate .profile__img {
    -webkit-animation: moveProfileImg 1.5s 1 forwards;
    animation: moveProfileImg 1.5s 1 forwards
}

@-webkit-keyframes moveSlider {
    from {
        left: 0
    }

    to {
        left: 63%
    }
}

@keyframes moveSlider {
    from {
        left: 0
    }

    to {
        left: 63%
    }
}

@-webkit-keyframes moveSkillsList {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveSkillsList {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveProfileImg {
    from {
        right: -140px
    }

    to {
        right: 15px
    }
}

@keyframes moveProfileImg {
    from {
        right: -140px
    }

    to {
        right: 15px
    }
}

.skills {
    margin-top: 16px
}

.skills__list {
    list-style: none;
    padding-left: 0;
    margin-top: 0
}

.skills__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.skills__item img {
    width: 16px
}

.skills__item:not(:last-child) {
    margin-bottom: 8px
}

.skills__img {
    width: 32px;
    background-color: #f1f5f9;
    height: 32px;
    border-radius: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.skills__text {
    text-align: left
}

.skills__text span {
    color: #24234c;
    font-weight: 500;
    font-size: 10px
}

.skills__text p {
    margin: 0;
    font-weight: 700;
    font-size: .75rem
}

.graph {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-top: 32px;
    padding: 32px 16px 0 8px
}

.graph__lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px
}

.graph__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.graph__line span {
    display: inline-block;
    font-size: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    text-align: right;
    color: #a6aab3
}

.graph__border {
    border: 1px dotted #e5e7eb;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 1px
}

.graph__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px 12px 40px
}

.graph__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 2.0625rem;
    flex-basis: 2.0625rem
}

.graph__column>span {
    font-size: 12px;
    color: #a6aab3
}

.graph__rating {
    border-radius: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    bottom: 31px
}

.graph__rating_veryLow {
    background-color: #c63d23
}

.graph__rating_veryLow.animate {
    -webkit-animation: animVeryLow 1.5s 1 forwards;
    animation: animVeryLow 1.5s 1 forwards
}

.graph__rating_low {
    background-color: #ffc266
}

.graph__rating_low.animate {
    -webkit-animation: animLow 1.5s 1 forwards;
    animation: animLow 1.5s 1 forwards
}

.graph__rating_success {
    background-color: #afd994
}

.graph__rating_success.animate {
    -webkit-animation: animSuccess 1.5s 1 forwards;
    animation: animSuccess 1.5s 1 forwards
}

.graph__rating_verySuccess {
    background-color: #7abf4c
}

.graph__rating_verySuccess.animate {
    -webkit-animation: animVerySuccess 1.5s 1 forwards;
    animation: animVerySuccess 1.5s 1 forwards
}

@-webkit-keyframes animVeryLow {
    to {
        height: 33px
    }
}

@keyframes animVeryLow {
    to {
        height: 33px
    }
}

@-webkit-keyframes animLow {
    to {
        height: 84px
    }
}

@keyframes animLow {
    to {
        height: 84px
    }
}

@-webkit-keyframes animSuccess {
    to {
        height: 106px
    }
}

@keyframes animSuccess {
    to {
        height: 106px
    }
}

@-webkit-keyframes animVerySuccess {
    to {
        height: 134px
    }
}

@keyframes animVerySuccess {
    to {
        height: 134px
    }
}

@-webkit-keyframes loader {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes loader {
    to {
        stroke-dashoffset: 0
    }
}

.loader #circle {
    stroke: #338309;
    stroke-width: 8;
    stroke-dashoffset: 365;
    stroke-dasharray: 365;
    fill: transparent
}

.loader #circle.animate {
    -webkit-animation: loader 10s 1 forwards;
    animation: loader 10s 1 forwards
}

.loader #circleText {
    font-size: 30px;
    font-weight: 700
}

.reviews {
    padding-top: 40px;
    margin-top: 35px;
    border-top: 1px solid #f1f1f1
}

.reviews__title {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 30px;
    color: #338309
}

.reviews__title span {
    color: #24234c;
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px
}

.swiper {
    padding: 14px !important
}

.swiper__slide {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    padding: 16px;
    border-radius: 8px;
    text-align: left
}

.swiper__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-bottom: 20px
}

.swiper__star {
    background-color: #219653;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper__star svg {
    z-index: 1;
    width: 16px;
    height: 16px
}

.swiper__star path {
    fill: #fff
}

.swiper__star:last-child::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #c5c4c4
}

.swiper__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .875rem
}

.swiper__title span {
    color: #6b7280
}

.swiper__text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px
}

.form .answers__title {
    line-height: 3.75rem;
    font-size: 1.5rem;
    font-weight: 700
}

.form .answers__title span {
    font-size: inherit;
    font-weight: inherit;
    color: #338309;
    margin-top: 0
}

.form input {
    width: 100%;
    border: 1px solid #c4c7cc;
    padding: .75rem;
    background: url(../fonts/mail.svg) center left 15px no-repeat;
    border-radius: 4px;
    padding-left: 44px;
    font-size: 14px
}

.form input::-webkit-input-placeholder {
    color: #c1c1c1
}

.form input::-moz-placeholder {
    color: #c1c1c1
}

.form input:-ms-input-placeholder {
    color: #c1c1c1
}

.form input::-ms-input-placeholder {
    color: #c1c1c1
}

.form input::placeholder {
    color: #c1c1c1
}

.form__checkbox {
    margin-top: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    position: relative
}

.form__checkbox input {
    display: none
}

.form__checkbox input+label {
    cursor: pointer;
    display: inline-block;
    margin-left: 35px
}

.form__checkbox input+label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    border: 1px solid #c4c7cc;
    border-radius: 4px
}

.form__checkbox input:checked+label::before {
    background-color: #338309;
    border-color: #338309
}

.thanks p {
    margin-top: 50px;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

@media (max-width:23rem) {
    .profile__img {
        width: calc(7.5rem + 10 * (100vw - 20rem)/ 48)
    }

    #tooltipGraphVeryLow {
        width: calc(3.75rem + 16 * (100vw - 20rem)/ 48)
    }

    #tooltipGraphVeryLow::after {
        left: calc(.625rem + 2 * (100vw - 20rem)/ 48)
    }

    #tooltipGraphSuccess {
        width: calc(4.6875rem + 6 * (100vw - 20rem)/ 48)
    }

    .progress__line .tooltip {
        right: calc(2rem + 27 * (100vw - 20rem)/ 48)
    }

    .progress__line .tooltip {
        top: calc(-.4375rem + 11 * (100vw - 20rem)/ 48)
    }

    .progress__slider {
        width: calc(1.125rem + 4 * (100vw - 20rem)/ 48)
    }

    .progress__slider {
        height: calc(1.125rem + 4 * (100vw - 20rem)/ 48)
    }

    .progress__slider {
        border-width: calc(.1875rem + 1 * (100vw - 20rem)/ 48)
    }

    .progress__slider {
        bottom: calc(.3125rem + 1 * (100vw - 20rem)/ 48)
    }

    .graph__column {
        -ms-flex-preferred-size: calc(1.625rem + 7 * (100vw - 20rem)/ 48);
        flex-basis: calc(1.625rem + 7 * (100vw - 20rem)/ 48)
    }

    .swiper__title {
        font-size: calc(.75rem + 2 * (100vw - 20rem)/ 48)
    }

    .form .answers__title {
        line-height: calc(1.875rem + 30 * (100vw - 20rem)/ 48)
    }

    .form .answers__title {
        font-size: calc(1.25rem + 4 * (100vw - 20rem)/ 48)
    }
}

@media (any-hover:hover) {
    #prevBtn:hover {
        fill: #338309
    }

    .age__item:hover>img {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .mainBtn:hover {
        background-color: #fff;
        color: #338309
    }

    .answers__item:hover {
        background-color: #fff;
        border-color: #338309
    }

    .brands .answers__item input[type=checkbox]+label:hover {
        border-color: #338309;
        background-color: #fff
    }
}

#cookPopup {
    display: none;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999
}

#cookPopup p {
    margin: 0;
    text-align: left
}

.cookPopup_btn {
    padding: 7px 15px;
    cursor: pointer;
    border: 0;
    background: #338309;
    border-radius: 4px;
    font-weight: 800;
    color: #fff
}

.cookPopup_btn:hover {
    background: #C9D46C
}

@media(min-width:576px) {
    #cookPopup.show {
        display: flex;
        align-items: center
    }
}

@media(max-width:575px) {
    #cookPopup.show {
        display: block;
        text-align: left
    }

    .cookPopup_btn {
        margin: 10px 0 0 0
    }
}

.cookPopup_title {
    font-size: 16px;
    font-weight: 700
}

.cookPopup_desc {
    font-size: 16px
}

.show {
    display: flex !important
}

.wrapper {
    padding: 80px 0;
}

.wrapper h1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child {
    margin-bottom: 0;
}

.wrapper p:not(:last-child) {
    margin-bottom: 16px;
}

.wrapper a {
    text-decoration: none;
    cursor: pointer;
    color: #338309;
}