.taste__popup .mfp-bg {
    opacity: .4;
}

.mfp-bg {
    background-color: #000;
    opacity: .7;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}

.taste__popup .mfp-container {
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-content {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}


.taste-popup .mfp-close {
    color: #5862bf;
    font-size: 33px;
    top: 3.5px;
    right: 1.5px;
}

.taste-popup {
    min-height: 500px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 993px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
}

.taste-popup>div {
    padding: 20px;
}

.taste-popup .taste .page-title {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-design .page-title, .taste-popup .page-title {
    color: #041e42;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Velo Sans",sans-serif;
    position: relative;
    z-index: 1;
}

.fix-page-title {
    margin-bottom: 100px !important;
}

.taste-popup .buttons {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.taste-popup .buttons .taste-button {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buttons a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #222;
}

.taste-popup .buttons .taste-button .taste__product {
    box-shadow: 0 4px 4px rgb(27 173 186 / 20%);
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px;
    flex-basis: calc(100% - 10px);
}

.taste-product__color {
    background-color: #7C84E9 !important;
    flex-wrap: wrap !important;
}

.taste-popup .taste__product-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    margin-right: 18px;
}

.taste-popup .taste__product-img {
    width: 80px;
}

.taste-popup .buttons .taste-button .taste__product-img {
    margin-bottom: 0;
}

.taste-popup img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 6px;
    margin-bottom: 16px;
    max-width: 100%;
}

.taste-popup .taste__product-img img {
    width: 100%;
    margin: 0;
}

.taste-popup .taste__product-info {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.taste-popup .taste__product-info-title {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 15.2263px;
    line-height: 17px;
}

.taste-popup .taste__product-info-title {
    text-transform: uppercase;
}

.taste-popup .buttons .taste-button .taste__product-info-title {
    color: #fff;
}

.product-slide__level {
    position: relative;
    z-index: 2;
    display: flex;
}

.product-slide__first-page {
    flex-basis: 100%;
    margin-left: 97px;
    margin-top: 10px;
}

.product-slide__level div {
    width: 12.81px;
    height: 12.81px;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin-right: 5px;
}



.product-slide__level.one + div:nth-child(1) {
    background-color: #ff0b13;
}

.product-slide__level.two > div:nth-child(1) {
    background-color: #ff0b13;
}
.product-slide__level.two > div:nth-child(2) {
    background-color: #ff0b13;
}

.product-slide__level.three > div:nth-child(1) {
    background-color: #ff0b13;
}
.product-slide__level.three > div:nth-child(2) {
    background-color: #ff0b13;
}
.product-slide__level.three > div:nth-child(3) {
    background-color: #ff0b13;
}

.product-slide__level.four > div:nth-child(1) {
    background-color: #ff0b13;
}
.product-slide__level.four > div:nth-child(2) {
    background-color: #ff0b13;
}
.product-slide__level.four > div:nth-child(3) {
    background-color: #ff0b13;
}
.product-slide__level.four > div:nth-child(4) {
    background-color: #ff0b13;
}

.product-slide__level.five > div:nth-child(1) {
    background-color: #ff0b13;
}
.product-slide__level.five > div:nth-child(2) {
    background-color: #ff0b13;
}
.product-slide__level.five > div:nth-child(3) {
    background-color: #ff0b13;
}
.product-slide__level.five > div:nth-child(4) {
    background-color: #ff0b13;
}
.product-slide__level.five > div:nth-child(5) {
    background-color: #ff0b13;
}

.product-slide__level.six > div:nth-child(1) {
    background-color: #ff0b13;
}
.product-slide__level.six > div:nth-child(2) {
    background-color: #ff0b13;
}
.product-slide__level.six > div:nth-child(3) {
    background-color: #ff0b13;
}
.product-slide__level.six > div:nth-child(4) {
    background-color: #ff0b13;
}
.product-slide__level.six > div:nth-child(5) {
    background-color: #ff0b13;
}
.product-slide__level.six > div:nth-child(6) {
    background-color: #ff0b13;
}


.review-popup__inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 87px 0 77px!important;
}

.review-popup__inner {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.review-popup__title {
    font-size: 27px;
    line-height: 31px;
    text-transform: uppercase;
    font-family: "Velo Sans",sans-serif;
    margin-bottom: 25px;
    max-width: 90%;
    text-align: center;
}

.review-popup__title {
    font-weight: 900;
    font-size: 39px;
}

.review-popup__good-img {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.taste-popup img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 6px;
    margin-bottom: 16px;
    max-width: 100%;
}

.review-popup__rating {
    margin-bottom: 40px;
}

.review-popup__rating input {
    display: none;
}

.review-popup__rating label {
    float: right;
    position: relative;
    width: 53.38px;
    height: 53.38px;
    cursor: pointer;
}

.review-popup__rating label:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 53.38px 53.38px;
    background-size: 53.38px;
    background-position: center;
    background-image: url(../img/icons/star.svg);
    display: block;
}

.review-popup__rating input:checked~label:before,.review-popup__rating:not(:checked)>label:hover:before,.review-popup__rating:not(:checked)>label:hover~label:before{background-image:url(../img/icons/star-select.svg)}

.review-popup__rating label:not(:first-of-type) {
    margin-right: 20px;
}

.review-popup__text {
    font-size: 28px;
    line-height: 32px;
    font-family: "Velo Sans",sans-serif;
    margin-bottom: 20px;
    max-width: 90%;
    text-align: center;
}

.review-popup__text_good__title {
    color: #5862bf;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 120%;
}

.review-popup__message {
    margin-bottom: 15px;
    width: 395px;
    max-width: 90%;
}

.review-popup__message textarea {
    min-height: 55px;
    padding: 20px;
    font-family: "Velo Sans",sans-serif;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.review-popup__btns {
    display: flex;
    width: 395px;
    max-width: 90%;
}

.help_review {
    align-items: center;
}

.review-popup__btns .btn {
    margin-left: 7.5px;
    text-transform: uppercase;
    width: calc(50% - 7.5px);
    min-width: unset!important;
}

.new-design .btn, .taste-popup .btn {
    color: #fff;
    background-color: #5862bf;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.taste-popup .btn {
    color: #fff;
    background-color: #5862bf;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.taste-popup .btn.transparent {
    background-color: transparent;
    color: #5862bf;
}

.help_next_btn {
    height: 50px;
    margin-bottom: -19px !important;
}

.taste-popup .taste {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}

.page-title {
    font-family: "Velo Sans",sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 58px;
}

.new-design .page-title, .taste-popup .page-title {
    color: #041e42;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Velo Sans",sans-serif;
    position: relative;
    z-index: 1;
}

.taste-popup .taste .page-title {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.a1 {
    color: #fff;
    background-color: #5862bf;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
    margin-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
}

.a2 {
    color: #5862bf;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 550px;
    margin-top: -50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.a4 {
    color: #fff;
    background-color: #5862bf;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: -50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.a5 {
    color: #fff;
    background-color: #5862bf;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.a6 {
    color: #5862bf;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    min-width: 229px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #5862bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
}

.container-taste__helper {
    justify-content: space-around !important;
}

.checket-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

.mint-salt {
    margin-bottom: 15px !important;
    border: 1px solid #24C8C4;
    margin-right: 20px;
}

.checket-label {
    padding: 22px;
}

.mint-salt label {
    display: flex;
    align-items: center;
}

.berry {
    margin-bottom: 15px !important;
    border: 1px solid #9858D7;
    margin-right: 20px;
}

.berry label {
    display: flex;
    align-items: center;
}

.fruit {
    margin-bottom: 15px !important;
    border: 1px solid #FE8501;
    margin-right: 20px;
}

.fruit label {
    display: flex;
    align-items: center;
}

.spicy {
    margin-bottom: 15px !important;
    border: 1px solid #D3C11A;
    margin-right: 20px;
}

.spicy label {
    display: flex;
    align-items: center;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.btn_next__color {
    background-color: #5862BF !important;
    color: #fff !important;
}

.taste-popup .btn {
    margin-bottom: 30px;
}

.empty-search {
    font-size: 34px;
    padding: 0 50px;
}

.container-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-container {
    font-size: 10px;
    position: relative;
    width: 100%;
    height: 100px;
    display: inline-block;
    text-align: center;
    border-collapse: collapse;
    vertical-align: top;
}

.loader-1 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    position: relative;
    -webkit-animation: loader-1 1.5s infinite linear;
    animation: loader-1 1.5s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.taste-popup .taste__products {
    width: 100% !important;
}

.taste-popup .taste__product {
    display: flex;
    margin-right: 35px;
    margin-bottom: 20px;
    width: 45%;
}

.taste-popup .taste__product {
    margin-right: 15px;
    margin-left: 15px;
    flex: 0 0 45%;
}

.taste-popup .taste__products .taste__product {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

.taste-popup .taste__products .taste__product-img {
    width: 155px;
    margin-right: 0;
    padding-right: 24px;
}

.taste-popup img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 6px;
    margin-bottom: 16px;
    max-width: 100%;
}

.taste-popup .taste__product-img img {
    width: 100%;
    margin: 0;
}

.taste-popup .taste__product-info {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.taste-popup .taste__product-info-title {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 15.2263px;
    line-height: 17px;
}

.taste-popup .taste__product-info-title {
    text-transform: uppercase;
}

.product-slide__strong {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-slide__level {
    position: relative;
    z-index: 2;
    display: flex;
}

.product-slide__strong span {
    text-align: center;
    color: #757778;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 2px solid #757778;
    white-space: nowrap;
}

.taste-popup .taste__product-info span {
    font-size: 15.2263px;
    line-height: 17px;
    font-weight: 800;
    text-align: left;
    white-space: normal;
}

.taste-popup .taste__products .product-slide__strong span {
    padding-left: 7px;
    margin-left: 7px;
    font-size: 15px!important;
    font-weight: 500!important;
}

.taste-popup .taste__product-info span {
    font-size: 15.2263px;
    line-height: 17px;
    font-weight: 800;
    text-align: left;
    white-space: normal;
}

.mfp-hide {
    display: none !important;
}

.open-popup {
    text-decoration: none;
}

.checket-label__berry > .custom-checkbox:checked+label::before {
    border-color: #9858D7;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239858D7' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checket-label__mint > .custom-checkbox:checked+label::before {
    border-color: #24C8C4;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324C8C4' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checket-label__fruit > .custom-checkbox:checked+label::before {
    border-color: #FE8501;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FE8501' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.checket-label__spicy > .custom-checkbox:checked+label::before {
    border-color: #D3C11A;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23D3C11A' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.loader-container {
    font-size: 10px;
    position: relative;
    width: 100%;
    height: 100px;
    display: inline-block;
    text-align: center;
    border-collapse: collapse;
    vertical-align: top;
}

.loader-1 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 50%);
    position: relative;
    -webkit-animation: loader-1 1.5s infinite linear;
    animation: loader-1 1.5s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader-1:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: indigo;
    border-radius: 100% 0 0 0;
}

.loader-1:after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes loader-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-btn__mobile-btn {
    margin-left: 0;
}

.container-btn__mobile-btn:last-child {
    margin-top: 10px;
}

.btn_next__color {
    background-color: #5862BF !important;
    color: #fff !important;
}

.product-slide__first-page {
    flex-basis: 100%;
    margin-left: 97px;
    margin-top: 10px;
}

.product-slide__first-page div {
    margin-right: 5px;
    margin-top: -16px;
}

.taste-popup .taste__products {
    width: 100% !important;
}

.container-taste__helper {
    justify-content: space-around !important;
}

.taste-popup .taste__products {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 91%;
    padding-bottom: 10px;
    background-color: #fff;
    margin-left: -15px;
}

@media (max-width: 992px) {
    .taste-popup {
        padding: 0;
        width: 570px;
    }

    .taste-popup .page-title {
        font-size: 36px;
    }

    .taste-popup .buttons .taste-button {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0 5px;
    }

    .taste-popup .buttons .taste-button .taste__product {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 5px 0;
    }

    .product-slide__first-page {
        flex-basis: 100%;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 10px;
    }

    .mobile-help {
        margin-bottom: 30px;
    }

    .qwe {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .qwe-btn {
        margin-left: 0 !important;
        margin-top: 10px !important;
        width: 265px !important;
    }

    .container-btn__mobile-btn {
        width: 265px !important;
    }
}



@media (max-width: 768px) {
    .taste-popup .taste {
        min-height: unset;
        min-height: 100vh;
        width: 100vw;
    }

    .taste-popup .page-title {
        font-size: 25px;
        line-height: 30px;
        padding: 0;
    }

    .taste-popup .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .taste-popup .buttons .taste-button .taste__product {
        margin: 0;
    }

    .taste-popup .buttons .taste-button {
        width: 50%;
        margin-bottom: 3px;
        padding: 0 1.5px;
    }

    .product-slide__first-page {
        margin-left: 0;
        margin-top: 20px;
    }

    .product-slide__first-page {
        margin-left: 69px;
        margin-top: 20px;
    }

    .review-popup__title {
        line-height: 115%;
    }

    .page-title__mobile-help {
        margin-bottom: 175px !important;
    }

    .container-checket_mobile-help {
        min-height: 65vh !important;
    }
}

@media (max-width: 576px) {
    .product-slide__first-page {
        justify-content: start;
        margin-top: 20px;
        margin-left: 0;
    }

    .berry {
        width: 220px;
    }

    .mint-salt {
        width: 220px;
    }

    .spicy {
        width: 220px;
    }

    .fruit {
        width: 220px;
    }

    .taste-popup .taste__products {
        width: inherit !important;
    }

    .taste__product  {
        justify-content: space-evenly !important;
    }

    .taste__product-img__mobile {
        margin-right: 10px !important;
        width: 70px !important;
    }

    .taste__product-info-title {
        font-size: 12px !important;
    }

    .taste__product-info__mobile {
        max-width: 60px !important;
    }
}

@media (max-width: 576px) {
    .taste__product-img__mobile {
        margin-right: 10px !important;
        width: 70px !important;
    }

    .taste-popup .taste__product {
        flex: 0 0 85%;
    }
}

@media (max-width: 375px) {
    .taste__product-img__mobile {
        margin-right: 10px !important;
        width: 55px !important;
    }
}

@media (max-width: 340px) {
    .taste__product-img__mobile {
        margin-right: 10px !important;
        width: 45px !important;
    }
}

/* .container-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-btn__mobile-btn {
    margin-left: 0;
}

.container-btn__mobile-btn:last-child {
    margin-top: 10px;
}  */
