.btn_content {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 40px;
    right: 20px;
}

.btn_wrapper {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    z-index: 111;
}

.btn_support {
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    background: linear-gradient(17.65deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #0def1a 94.37%);
    box-shadow: 0 6px 26px rgb(250 135 0 / 40%);
    border-radius: 8px;
    color: #fff!important;
    width: 224px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulsebtn 0.9s infinite;
    text-decoration: none;
}

.btn_support_img {
    margin-right: 12px;
}

@keyframes pulsebtn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 1000;
    background: url(../images/bg_form.png), -o-linear-gradient(227.41deg, #1e6a7f -8.3%, #0dbeef 77.4%);
    background: url(../images/bg_form.png), linear-gradient(222.59deg, #1e6a7f -8.3%, #0dbeef 77.4%);
    overflow: hidden;
}

.modal_text {
    padding: 20px;
    color: white;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.modal .modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal_content .close_modal_window {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.custom_title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 15px
}

.custom__name {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #3e2a93;
    font-size: 30px;
    margin: 20px 0 10px 0;
}

.custom__price {
    font-weight: 800;
    font-size: 24px;
}

.custom__period {
    font-size: 20px;
    font-weight: 400;
}

.check_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline;
    padding-left: 5px;
}

.check_li {
    padding: 10px 0;
}

.button {
    font: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.19;
    color: #585050;
    padding: 24px 80px;
    background: -o-linear-gradient(72.35deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    background: linear-gradient(17.65deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    border: 0;
    border-radius: 33px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button:focus, .button:hover {
    background: -o-linear-gradient(256deg, #1e6a7f -89.31%, #f5dac1 -89.29%, #efd80d 94.37%);
    background: linear-gradient(194deg, #1e6a7f -89.31%, #f5dac1 -89.29%, #efd80d 94.37%);
    outline: 0
}

.button--round {
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
    padding: 0;
    border-radius: 50%
}

.button--round::after, .button--round::before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 9px;
    background-color: #fff;
    border-radius: 10px;
    bottom: 12px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.button--round::before {
    left: calc(50% + 1px);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.button--round::after {
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.button__accent {
    text-transform: uppercase
}

body, html {
    min-width: 320px
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: "Rubik", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 300;
    color: #3e4a5b
}

img {
    max-width: 100%;
    height: auto
}

.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.no-scroll {
    overflow: hidden
}

.page__container {
    margin: 0 auto;
    padding: 0 10px
}

@media (min-width: 576px) {
    .page__container {
        width: 94%;
        padding: 0
    }
}

@media (min-width: 768px) {
    .page__container {
        width: 94%
    }
}

@media (min-width: 992px) {
    .page__container {
        width: 96%
    }
}

@media (min-width: 1200px) {
    .page__container {
        width: 1140px
    }
}

@media (min-width: 1280px) {
    .page__main {
        max-width: 1920px;
        margin: 0 auto
    }

    .page__container {
        width: 1200px
    }
}

.product {
    color: #fff;
    background: -o-linear-gradient(227.41deg, #1e6a7f -8.3%, #0dbeef 77.4%);
    background: linear-gradient(222.59deg, #1e6a7f -8.3%, #0dbeef 77.4%)
}

.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product__info {
    max-width: 350px
}

.product__main-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.product__logo {
    display: block;
    text-align: center
}

.product__title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 15px
}

.product__subtitle {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    display: block;
    text-transform: none
}

.product__description {
    margin: 0 0 15px
}

.product__features-list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.product__features-item {
    margin-bottom: 12px
}

.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__img {
    position: relative;
    margin-top: 15px;
    padding-top: 92px
}

.product__img img {
    width: 260px;
    display: block
}

.product__img::after, .product__img::before {
    position: absolute;
    top: 0;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.product__img::before {
    width: 92px;
    height: 92px;
    right: 0;
    background-image: url(../images/organic-icon.png)
}

.product__img::after {
    width: 95px;
    height: 109px;
    left: 0;
    background-image: url(../images/quality-icon.png)
}

.product__button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    margin: 20px auto
}

@media (min-width: 576px) {
    .product__main-content {
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%;
        max-width: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product__wrapper {
        padding-bottom: 20px
    }

    .product__img {
        margin-top: 0
    }

    .product__button {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media (min-width: 768px) {
    .product__inner {
        position: relative;
        padding-top: 20px
    }

    .product__main-content {
        max-width: 100%
    }

    .product__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0
    }

    .product__img {
        padding-top: 0;
        padding-left: 100px
    }

    .product__img::after {
        top: 50px
    }

    .product__img::before {
        left: 0;
        top: 160px
    }

    .product__button {
        position: static;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 20px 0
    }

    .product__features {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 992px) {
    .product {
          background: url(../images/model-tablet.png), -o-linear-gradient(352deg, #1e6a7f -55.37%, #0dbeef 65.07%);
        background: url(../images/model-tablet.png), linear-gradient(98deg, #1e6a7f -55.37%, #0dbeef 65.07%);
        background-repeat: no-repeat;
        background-position: calc(100% + 40px), center;
        background-size: contain
    }

    .product__features-list {
        position: absolute;
        bottom: 0;
        right: 240px
    }

    .product__main-content {
        position: static
    }

    .product__features-item {
        margin-bottom: 80px
    }

    .product__features-item:nth-child(1) {
        margin-bottom: 78px
    }

    .product__features-item:nth-child(2) {
        margin-bottom: 125px;
        margin-left: 15px
    }

    .product__features-item:nth-child(3) {
        margin-bottom: 40px;
        margin-left: 30px
    }

    .product__features-item:nth-child(4) {
        margin-left: 15px
    }
}

@media (min-width: 1440px) {
    .product {

        background: url(../images/mask.png), url(../images/hig-light.png), url(../images/flowers.png), -o-linear-gradient(227.41deg, #1e6a7f -8.3%, #0dbeef 77.4%);
        background: url(../images/mask.png), url(../images/hig-light.png), url(../images/flowers.png), linear-gradient(222.59deg, #1e6a7f -8.3%, #0dbeef 77.4%);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: contain, contain, contain, contain;
        background-position: bottom, right, left 30px, 100%;
    }

    .product__inner {
        min-height: 856px;
        width: 1400px;
        padding-top: 30px;
        background: url(../images/model-desctop.png);
        background-repeat: no-repeat;
        background-position: calc(100%);
        background-size: contain
    }

    .product__info {
        max-width: 420px
    }

    .product__description {
        max-width: 360px
    }

    .product__logo img {
        width: 366px;
        height: auto
    }

    .product__img {
        padding-left: 160px;
        margin-top: -80px;
        margin-left: 45px
    }

    .product__img img {
        width: 430px;
        height: auto
    }

    .product__img::before {
        top: 235px;
        width: 98px;
        height: 98px
    }

    .product__img::after {
        top: 100px;
        width: 100px;
        height: 120px
    }

    .product__title {
        font-size: 36px
    }

    .product__subtitle {
        font-size: 42px
    }

    .product__features-list {
        right: 517px;
        top: 70px
    }

    .product__button {
        width: 274px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        z-index: 1
    }

    .product__features-item:nth-child(1) {
        margin-bottom: 90px
    }

    .product__features-item:nth-child(2) {
        margin-bottom: 190px;
        margin-left: -66px
    }

    .product__features-item:nth-child(3) {
        position: relative;
        left: 50px;
        top: -20px
    }

    .product__features-item:nth-child(4) {
        position: relative;
        left: 55px;
        top: 40px
    }

    .product__features-item:nth-child(5) {
        position: relative;
        left: 120px;
        top: 30px
    }
}

.feature {
    line-height: 3.2
}

.feature__inner, .feature__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature__wrapper {
    width: 280px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feature__name {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.feature__description {
    width: 220px
}

.feature__text {
    margin: 0
}

.feature__icon {
    fill: transparent
}

@media (min-width: 992px) {
    .feature__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .feature__icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1440px) {
    .feature__description {
        text-align: right;
        margin-right: 10px
    }

    .feature__text {
        width: 180px;
        display: inline-block
    }
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px
}

.about__title {
    font-size: 23px;
    line-height: 1.19;
    font-weight: 700;
    color: #11abd6;
    margin: 0 0 24px
}

.about__text {
    margin: 0 0 20px
}

.about__text--accent {
    font-weight: 700
}

.about__text--big {
    font-size: 20px;
    line-height: 1.2
}

.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px
}

.about__inner:not(:last-child)::after {
    position: absolute;
    bottom: 1px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.about__content {
    position: relative;
    margin-bottom: 20px
}

.about__list {
    padding-left: 0;
    list-style: none;
    margin: 0 0 30px
}

.about__item {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 48px;
    min-height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__item:not(:last-child) {
    margin-bottom: 15px
}

.about__item::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/list-bullet.svg);
    background-position: center;
    background-size: contain
}

.about__button, .about__comparison {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.about__button {
    text-transform: uppercase;
}

.about__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .about__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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: 30px
    }

    .about__inner--vertical-align--top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about__text {
        margin-bottom: 30px
    }

    .about__column {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 20px
    }

    .about__column--small {
        -ms-flex-preferred-size: 326px;
        flex-basis: 326px;
        max-width: 480px
    }

    .about__column--big {
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        -ms-flex-preferred-size: 394px;
        flex-basis: 394px;
        max-width: 668px
    }

    .about__column--grow--1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width: 1200px) {
    .about {
        padding-top: 70px
    }

    .about__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:1fr 20px 1fr;
        grid-template-columns:1fr 1fr;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto
    }

    .about__inner {
        margin-bottom: 60px
    }

    .about__inner--vertical-align--top {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .about__content {
        margin-bottom: 40px
    }

    .about__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__buy {
        margin-top: auto
    }

    .about__button {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .about__title {
        font-size: 32px
    }
}

.comparison__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    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: 0 0 20px;
    text-transform: uppercase;
    color: #777
}

.comparison__title-icon {
    margin-right: 15px
}

.comparison__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comparison__subject {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.comparison__label {
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: 0;
    left: 50%;
    color: #fff;
    text-transform: uppercase;
    background: -o-linear-gradient(72.35deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    background: linear-gradient(17.65deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media (min-width: 576px) {
    .comparison__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1200px) {
    .comparison__title {
        font-size: 25px
    }

    .comparison__title-icon {
        width: 73px;
        height: 73px;
        margin-right: 28px
    }
}

.composition {
    padding-top: 30px;
    color: #fff;
    background: -o-linear-gradient(352deg, #1e6a7f -55.37%, #0dbeef 65.07%);
    background: linear-gradient(98deg, #1e6a7f -55.37%, #0dbeef 65.07%)
}

.composition__title {
    font-size: 23px;
    line-height: 1.19;
    font-weight: 700;
    margin: 0 0 24px
}

.composition__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.composition__group-name {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0
}

.composition__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.composition__item {
    margin-bottom: 33px
}

@media (min-width: 768px) {
    .composition__title {
        text-align: center
    }

    .composition__list {
        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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .composition__item {
        -ms-flex-preferred-size: 288px;
        flex-basis: 368px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 10px 30px
    }
}

@media (min-width: 992px) {
    .composition__item {
        max-width: 400px
    }

    .composition__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 1200px) {
    .composition {
        padding-top: 60px
    }

    .composition__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        max-width: 288px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 8px 30px
    }

    .composition__title {
        font-size: 32px
    }

    .composition__group-name {
        font-size: 24px
    }
}

.ingredient {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.17;
    border: 1px solid #fff;
    border-radius: 33px;
    padding: 0 5px 50px;
    background-color: #fff;
    color: #000;
}

.ingredient__img {
    margin: 5px 0;
    width: 130px;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain
}

.ingredient__description, .ingredient__name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px
}

.ingredient__description {
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 40px;
    height: 42px;
 /*   overflow: hidden*/
}

.ingredient__button {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

@media (min-width: 576px) {
    .ingredient {
        padding: 0 20px 50px
    }
}

@media (min-width: 768px) {
    .ingredient {
        padding: 0 8px 10px
    }
}

.instruction {
    position: relative;
    padding: 30px 0 20px;
    margin-bottom: 20px
}

.instruction::after, .reviews::after {
    position: absolute;
    bottom: 1px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.instruction__title {
    font-size: 22px;
    font-weight: 700;
    color: #11abd6;
    margin: 0 0 8px
}

.instruction__text {
    margin: 0 0 20px
}

.instruction__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.instruction__item:not(:last-child), .reviews__item:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .instruction__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .instruction__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 380px;
        margin: 0 20px
    }
}

@media (min-width: 1200px) {
    .instruction {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 60px;
        padding-bottom: 40px;
        margin-bottom: 50px
    }

    .instruction__title {
        font-size: 28px;
        max-width: 250px
    }

    .instruction__heading {
        margin-right: 20px
    }

    .instruction__list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.point {
    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
}

.point__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px
}

.point__text {
    margin: 0
}

.point__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: -o-linear-gradient(72.35deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    background: linear-gradient(17.65deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    margin-right: 15px
}

.point__description {
    width: 230px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.reviews {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews__item {
    max-width: 388px;
    margin: 0 auto
}

.ingredient {
    height: 540px;
}

.reviews__title {
    font-size: 22px;
    font-weight: 700;
    color: #11abd6;
    margin: 0 0 10px;
    text-align: center;
}

.reviews__lead {
    margin: 0
}

.reviews__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.reviews__button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .reviews__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px
    }

    .reviews__button {
        margin-bottom: 30px
    }

    .reviews__item {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        max-width: 388px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
        align-self: flex-start;
    }

    .reviews__item:not(:last-child) {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .reviews {
        padding-bottom: 40px
    }

    .reviews__title {
        font-size: 32px
    }

    .reviews__lead, .reviews__title {
        text-align: center
    }
}

.review {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 100px 0 33px;
    padding: 10px 5px 33px;
    border: 1px solid #ebebeb;
    border-radius: 33px
}

.review__img {
    width: 138px;
    height: 138px;
    margin: -70px 0 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.review__name, .review__title {
    font-size: 18px;
    font-weight: 700;
    color: #3e4a5b;
    margin: 0 0 10px
}

.review__title {
    font-size: 16px;
    color: #11abd6;
    font-weight: 400;
    text-align: center
}

.review__text {
    margin: 0 0 20px;
    font-size: 15px;
    color: #939393;
    text-align: center
}

.review__text-additional {
    display: none;
}

.review__button {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

@media (min-width: 576px) {
    .review {
        padding: 10px 20px 33px
    }
}

@media (min-width: 768px) {
    .review {
        height: calc(100% - 135px);
        min-height: 325px;
    }
}

@media (min-width: 992px) {
    .review {
        min-height: 345px;
    }
}
@media (min-width: 1200px) {
    .review__name {
        font-size: 22px
    }
}

.how-order {
    padding-top: 30px
}

.how-order__title {
    font-size: 22px;
    font-weight: 700;
    color: #11abd6;
    margin: 0 0 24px;
    display: inline-block
}

.how-order__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.how-order__item:not(:last-child) {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .how-order__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .how-order__item {
        margin: 0 10px;
        max-width: 318px
    }

    .how-order {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .how-order {
        padding-top: 60px;
        padding-bottom: 20px;
        text-align: center
    }

    .how-order__title {
        font-size: 29px;
        margin-bottom: 32px;
        max-width: 683px
    }

    .order-instruction__text {
        font-size: 20px
    }
}

.order-instruction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.order-instruction__img {
    width: 142px;
    height: 142px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px
}

.order-instruction__title {
    font-size: 20px;
    font-weight: 700;
    color: #11abd6;
    margin: 0 0 12px
}

.order-instruction__text {
    margin: 0 0 20px
}

.popup {
    display: none;
    z-index: 101;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/bg_form.png), -o-linear-gradient(227.41deg, #1e6a7f -8.3%, #0dbeef 77.4%);
    background: url(../images/bg_form.png), linear-gradient(222.59deg, #1e6a7f -8.3%, #0dbeef 77.4%);
    background-position: right, center;
    border-radius: 23px
}

.popup--open {
    display: block
}

.popup__container {
    min-width: 290px;
    text-align: center
}

.popup__img {
    max-height: 210px
}

.popup__button-close {
    position: absolute;
    top: 18px;
    right: 5px;
    background: 0;
    border: 0
}

.popup__button-close:hover, .popup__button-closefocuse {
    outline: 0
}

.popup__overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100
}

.popup__overlay--open {
    display: block
}

@media (min-width: 768px) {
    .popup__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 700px
    }

    .popup__img {
        max-height: none
    }

    .popup__button-close {
        top: 28px;
        right: 38px
    }
}

@media (min-width: 992px) {
    .popup__container {
        width: 856px
    }

    .popup__column-form {
        margin-right: 16px
    }
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__title {
    font-size: 16px;
    color: #fff
}

.form__day {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0
}

.form__date {
    color: #c2d6f3;
    margin-top: 10px
}

.form__price {
    font-size: 32px;
    font-weight: 700;
    color: #f4be09
}

.form__list {
    max-width: 270px
}
.form__textarea textarea {
    display: inline-block;
    width: 270px;
    min-height: 240px;
    border-radius: 5px;
    padding: 5px;

    margin: 10px auto;

}
.form__input, .form-control {
    width: 100%;
    height: 55px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 33px;
    border: 0;
    padding: 18px 28px
}

.form__price {
    margin: 0 0 10px
}

.form__button {
    background: -o-linear-gradient(72.35deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    background: linear-gradient(17.65deg, #1e6a7f -89.31%, #ff7a00 -89.29%, #efd80d 94.37%);
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .form__list {
        max-width: 300px
    }

    .form__textarea textarea{
        width: 400px
    }
}

@media (min-width: 992px) {
    .form__list {
        max-width: 400px
    }
}

.popup__column-img img {
   
    max-width: 330px;
}
.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
 .copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}
