@font-face {
    font-family: Roboto;
    src: local("Roboto Light"), local("Roboto-Light"), url("../robotolight.html") format("woff2"), url("../robotolight-2.html") format("woff"), url("../robotolight-3.html") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: local("Roboto"), local("Roboto-Regular"), url("../roboto.html") format("woff2"), url("../roboto-2.html") format("woff"), url("../roboto-3.html") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Rounds;
    src: local("Rounds Black"), local("RoundsBlack"), url("../roundsblack.html") format("woff2"), url("../roundsblack-2.html") format("woff"), url("../roundsblack-3.html") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Afutura;
    src: local("Afutura"), local("Afutura"), url("../afutura.html") format("woff2"), url("../afutura-2.html") format("woff"), url("../afutura-3.html") format("truetype");
    font-weight: 400;
    font-style: normal;
}


#copyright__text::before {
  display: none;
}

.link_polit {
    margin: 0;
    line-height: 1;
    margin-top: 5px;
}

.link_polit a {
    font-size: 14px;
    color: #161616;
    text-decoration: underline;
}

.page-header {
  height: 60px;
display: none;
}

#copyright__text {
  padding-left: 0!important;
}

#copyright {
    text-align: center;
}

#lmx-advp {
    display: none!important;
}

#copyright__wrapper {
  min-height: inherit;
}

.main-nav--provans .main-nav__link {
  color: #ff0000;
  text-decoration: none;
}

.benefits__text p {
  font-size: 1.16rem;
}

.benefits__text p {
  text-shadow: 
		0   -1px 0   #FF5D00,
		 0   -1px 0   #FF5D00,
		0    1px 0   #FF5D00,
		 0    1px 0   #FF5D00,
		-1px 0   0   #FF5D00,
		 1px 0   0   #FF5D00,
		-1px  0   0   #FF5D00,
		 1px  0   0   #FF5D00,
		-1px -1px 0   #FF5D00,
		 1px -1px 0   #FF5D00,
		-1px  1px 0   #FF5D00,
		 1px  1px 0   #FF5D00,
		-1px -1px 0   #FF5D00,
		 1px -1px 0   #FF5D00,
		-1px  1px 0   #FF5D00,
		 1px  1px 0   #FF5D00!important;
}


.order__form-heading, .order__heading {
   text-shadow: 
		0   -1px 0   #FF5D00,
		 0   -1px 0   #FF5D00,
		0    1px 0   #FF5D00,
		 0    1px 0   #FF5D00,
		-1px 0   0   #FF5D00,
		 1px 0   0   #FF5D00,
		-1px  0   0   #FF5D00,
		 1px  0   0   #FF5D00,
		-1px -1px 0   #FF5D00,
		 1px -1px 0   #FF5D00,
		-1px  1px 0   #FF5D00,
		 1px  1px 0   #FF5D00,
		-1px -1px 0   #FF5D00,
		 1px -1px 0   #FF5D00,
		-1px  1px 0   #FF5D00,
		 1px  1px 0   #FF5D00!important;
}

.the-step, .steps__heading, .benefits__heading, .product__heading, .product__heading .small, .present__heading  {
  text-shadow: 
		0   -1px 0   #FF5D00,
		 0   -1px 0   #FF5D00,
		0    1px 0   #FF5D00,
		 0    1px 0   #FF5D00,
		-1px 0   0   #FF5D00,
		 1px 0   0   #FF5D00,
		-1px  0   0   #FF5D00,
		 1px  0   0   #FF5D00,
		-1px -1px 0   #FF5D00,
		 1px -1px 0   #FF5D00,
		-1px  1px 0   #FF5D00,
		 1px  1px 0   #FF5D00,
		-1px -1px 0   #FF5D00,
		 1px -1px 0   #FF5D00,
		-1px  1px 0   #FF5D00,
		 1px  1px 0   #FF5D00!important;
}

.order--video {
  background: #4f837a none repeat scroll 0 0;
}

.product__benefits{text-align:center;width:50%;float:left;padding-right:15px;position:relative;}
.product__benefits::before{content:"";position:absolute;top:0;right:0;width:67%;height:130%;background:url(../svg/dotted-line-xs.svg) no-repeat 0 88px}

@media (min-width:576px){
    .product__benefits::before{background:url(../dotted-line-sm.html) no-repeat 0 44px;}
    }
    
    @media (min-width:768px){
        .product__benefits::before{background:url(../dotted-line-md.html) no-repeat 0 44px;width:100%;right:-12%;height:150%;}}
        
        @media (min-width:992px){
            .product__benefits::before{background:url(../dotted-line-lg.html) no-repeat 0 44px;width:100%;right:10%;height:150%;}}
            
            @media (min-width:1280px){
                .product__benefits::before{background:url(../dotted-line-xl.html) no-repeat 0 44px;width:100%;right:8%;height:150%;}}



.order__right {
    width: 50%;
    float: left;
    padding-left: 15px;
    text-align: center;
    padding-top: 3rem;
}
@media (min-width:768px) {
    .order__right {
    width: 35%;
    margin-left: 15%;}
}.order__right::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 62px;
    top: 0;
    right: 0;
    background: url("../svg/dotted-arrow-xs.svg") no-repeat 50% 0;
}
@media (min-width:768px) {
    .order__right::after {
    width: 35%;
    top: 11px;
    right: 202px;
}
}@media (min-width:992px) {
    .order__right::after {
    right: 418px;
}
}@media (min-width:1280px) {
    .order__right::after {
    right: 612px;
}
}.order__right::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 200px;
    top: 0;
    right: 0;
    background-color: #e09c93;
    box-shadow: 0 -33px 45px rgba(0, 0, 0, .4);
}
@media (min-width:768px) {
    .order__right::before {
    width: 35%;
    background-image: url(../png/step-3-min.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
}@media (min-width:992px) {
    .order__right::before {
    width: 35%;
    background-image: url(../png/step-3-min.png);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
}@media (min-width:768px) {
    .order__right .btn {
    position: relative;
    top: 50px;
}
}@media (min-width:992px) {
    .order__right .btn {
    display: none;
}
}




.lmx-carousel_default .slick-next::before, .lmx-carousel_default .slick-prev::before {
    opacity: .8;
    color: #000;
}
.lmx-carousel_default .slick-dots li.slick-active button::before {
    color: #d52845;
}
.lmx-carousel_loading {
    visibility: hidden;
}
.lmx-carousel {
    position: relative;
}
.lmx-carousel .slick-next, .lmx-carousel .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
}
.lmx-carousel .slick-next, .lmx-carousel .slick-next:focus, .lmx-carousel .slick-next:hover, .lmx-carousel .slick-prev, .lmx-carousel .slick-prev:focus, .lmx-carousel .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}
.lmx-carousel .slick-next:focus::before, .lmx-carousel .slick-next:hover::before, .lmx-carousel .slick-prev:focus::before, .lmx-carousel .slick-prev:hover::before {
    opacity: 1;
}
.lmx-carousel .slick-next.slick-disabled::before, .lmx-carousel .slick-prev.slick-disabled::before {
    opacity: .25;
}
.lmx-carousel .slick-next::before, .lmx-carousel .slick-prev::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lmx-carousel [dir=rtl] .slick-prev {
    left: auto;
}
.lmx-carousel .slick-prev::before {
    content: "\2190"}
.lmx-carousel [dir=rtl] .slick-prev::before {
    content: "\2192"}
.lmx-carousel [dir=rtl] .slick-next {
    right: auto;
}
.lmx-carousel .slick-next::before {
    content: "\2192"}
.lmx-carousel [dir=rtl] .slick-next::before {
    content: "\2190"}
.lmx-carousel .slick-dots {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
}
.lmx-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.lmx-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.lmx-carousel .slick-dots li button:focus, .lmx-carousel .slick-dots li button:hover {
    outline: none;
}
.lmx-carousel .slick-dots li button:focus::before, .lmx-carousel .slick-dots li button:hover::before {
    opacity: 1;
}
.lmx-carousel .slick-dots li button:hover {
    color: rgba(0, 0, 0, .3);
}
.lmx-carousel .slick-dots li button::before {
    font-family: slick;
    font-size: inherit;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lmx-carousel .slick-dots li.slick-active button::before {
    opacity: .8;
}
.lmx-counter {
    font-size: 0;
    font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    cursor: default;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lmx-counter, .lmx-counter__part {
    position: relative;
    display: inline-block;
}
.lmx-counter__part {
    width: auto;
    float: left;
    top: 0;
    transition: top .5s ease;
}
#lmx-modal {
    background: rgba(0, 0, 0, .8);
    min-width: 320px;
}
.lmx-modal_default {
    margin: 24px;
    max-width: 320px;
}
.lmx-modal_default .lmx-modal-dialog {
    max-width: 360px;
    outline: 0;
}
.lmx-modal_default .lmx-modal__content {
    background-color: #fff;
}
.lmx-modal_default .lmx-modal__body {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    text-align: center;
    padding: 0;
    color: #666;
}
.lmx-modal_default .lmx-modal__body a {
    color: #666;
}
.lmx-modal_default .lmx-modal__body a:hover {
    color: #fff;
    background-color: #666;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.lmx-modal_default .lmx-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 1;
}
.lmx-modal_default .lmx-modal__close::after, .lmx-modal_default .lmx-modal__close::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #333;
    transform: rotate(45deg);
}
.lmx-modal_default .lmx-modal__close::after {
    transform: rotate(-45deg);
}
#lmx-modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: none;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}
.lmx-modal {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.lmx-modal__wrapper {
    text-align: center;
}
.lmx-modal__close {
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    font-size: 0;
    overflow: hidden;
    text-indent: -100px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
#lmx-advp {
    display: block;
    box-sizing: border-box;
}
#lmx-advp * {
    box-sizing: inherit;
}
@media (min-width:0px) {
    #lmx-advp, #lmx-advp .lmx-advp__w {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
}
@media (min-width:0px) {
    .lmx-advp {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #424242;
    transition: bottom 1s linear;
    box-sizing: border-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-color: #f0f0f0;
    font-family: arial, helvetica, sans-serif;
    z-index: 32000;
}
}
@media (min-width:0px) and (max-width:640px) {
    .lmx-advp.lmx-advp_expanded {
    top: 0;
}
.lmx-advp.lmx-advp_expanded .lmx-advp-minimal {
    display: none;
}
.lmx-advp.lmx-advp_expanded .lmx-advp__i_h, .lmx-advp.lmx-advp_expanded .lmx-advp__i_s {
    display: block;
}
.lmx-advp.lmx-advp_expanded .lmx-advp__t {
    top: 0;
    padding: 0 13px;
    text-align: right;
}
.lmx-advp.lmx-advp_expanded .lmx-advp__t .lmx-advp__tg, .lmx-advp.lmx-advp_expanded .lmx-advp__t .lmx-c-hamburger, .lmx-advp.lmx-advp_expanded .lmx-advp__t:before {
    display: none;
}
.lmx-advp.lmx-advp_expanded .lmx-advp__t .lmx-c-cross {
    display: inline-block;
}
.lmx-advp.lmx-advp_expanded .lmx-advp__w {
    padding-top: 30px;
    padding-bottom: 30px;
}
.lmx-advp.lmx-advp_expanded .lmx-advp-order .lmx-c-btn {
    height: 60px;
}
.lmx-advp.lmx-advp_expanded .lmx-advp-modal__holster .lmx-banner__desc, .lmx-advp.lmx-advp_expanded .lmx-advp-modal__holster .lmx-banner__image {
    display: block;
}
}
@media (min-width:0px) {
    .lmx-advp.lmx-advp_hidden {
    top: auto;
}
.lmx-advp.lmx-advp_hidden .lmx-advp__tg {
    animation: animBounce 3s ease infinite;
}
@keyframes animBounce {
    0% {
    transform: translateY(5px);
}
50% {
    transform: translateY(0);
}
to {
    transform: translateY(5px);
}
}
.lmx-advp__t {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    height: 30px;
    line-height: 30px;
    top: -35px;
    text-align: center;
    padding: 0;
}
.lmx-advp__t::before {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    top: auto;
    border-top: 1px solid #f0f0f0;
    z-index: 1;
}
.lmx-advp__t .lmx-advp__tg, .lmx-advp__t::before {
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.lmx-advp__t .lmx-advp__tg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    width: 120px;
    z-index: 0;
}
.lmx-advp__t .lmx-c-cross {
    display: none;
}
.lmx-advp__t .lmx-c-hamburger {
    display: block;
}
.lmx-advp__w {
    min-width: 320px;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.lmx-advp__w .lmx-advp__items {
    position: relative;
}
.lmx-advp__w .lmx-c-b {
    margin: 5px;
    overflow: hidden;
    cursor: default;
    border: 1px solid transparent;
}
.lmx-advp__w .lmx-c-b__w {
    text-align: center;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;}
.lmx-advp__w .lmx-c-b__c {
    display: table-cell;
    width: 100%;}
.lmx-advp__w .lmx-c-b__c>.lmx-c-btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.lmx-advp__w .lmx-c-txt {
    vertical-align: middle;
}
.lmx-advp__w .lmx-advp-delivery>.lmx-c-b__w, .lmx-advp__w .lmx-advp-gift>.lmx-c-b__w, .lmx-advp__w .lmx-advp-leftovers>.lmx-c-b__w, .lmx-advp__w .lmx-advp-recently>.lmx-c-b__w, .lmx-advp__w .lmx-advp-viewers>.lmx-c-b__w {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.lmx-advp__w .lmx-advp-delivery>.lmx-c-b__w .lmx-c-b__c, .lmx-advp__w .lmx-advp-gift>.lmx-c-b__w .lmx-c-b__c, .lmx-advp__w .lmx-advp-leftovers>.lmx-c-b__w .lmx-c-b__c, .lmx-advp__w .lmx-advp-recently>.lmx-c-b__w .lmx-c-b__c, .lmx-advp__w .lmx-advp-viewers>.lmx-c-b__w .lmx-c-b__c {
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 5px;
    vertical-align: middle;
}
.lmx-advp__w .lmx-advp-delivery, .lmx-advp__w .lmx-advp-gift, .lmx-advp__w .lmx-advp-order {
    cursor: pointer;
}
.lmx-advp-minimal {
    display: block;
}
.lmx-advp-minimal .lmx-c-b__w {
    padding: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.lmx-c-hamburger {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.lmx-c-hamburger>span {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 2px;
    background-color: #444;
}
.lmx-c-hamburger>span:first-child {
    margin-top: 8px;
}
.lmx-c-hamburger>span+span {
    margin-top: 3px;
}
.lmx-advp__i_h, .lmx-advp__i_s {
    display: none;
}
.lmx-advp-viewers .lmx-advp-viewers__counter {
    display: inline-block;
    font-weight: 700;
}
.lmx-advp-viewers .lmx-c-ico {
    max-height: 24px;
    margin-right: 5px;
}
.lmx-advp-delivery, .lmx-advp-gift, .lmx-advp-order {
    cursor: pointer;
}
.lmx-advp-delivery .lmx-c-ico {
    max-height: 24px;
    animation: animDelivery 3s ease infinite;
    margin-right: 5px;
}
@keyframes animDelivery {
    0% {
    transform: rotate(0deg);
}
30% {
    transform: rotate(-6deg);
}
45% {
    transform: rotate(6deg);
}
60% {
    transform: rotate(-6deg);
}
75% {
    transform: rotate(6deg);
}
to {
    transform: rotate(0deg);
}
}
.lmx-advp-leftovers .lmx-advp-leftovers__counter {
    display: inline-block;
    font-weight: 700;
}
.lmx-advp-leftovers .lmx-advp-leftovers__counter::before {
    content: ":";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.lmx-advp-gift .lmx-c-b__c::before {
    content: "\425\43E\447\443   \43F\43E\434\430\440\43E\43A!";
    font-weight: 700;
    display: block;
    vertical-align: middle;
    margin: 5px;
}
.lmx-advp-recently .slick-slide {
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}
.lmx-advp-recently .slick-slide .lmx-recently__slide-image {
    margin-top: 5px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.lmx-advp-recently .slick-slide .lmx-recently__slide-image img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;}
.lmx-advp-slider .lmx-c-b__c {
    overflow: visible;
}
.lmx-advp-slider .slick-list {
    height: 160px;
}
.lmx-advp-slider .slick-slide {
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: default;
    height: 160px;
    position: relative;
}
.lmx-advp-slider .slick-slide .lmx-video, .lmx-advp-slider .slick-slide img {
    margin: 0 auto;
    height: 100%;}
.lmx-advp-slider .slick-slide img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lmx-advp-slider .slick-slide[data-type=stock]>.lmx-advp-stock {
    background: 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 100%;
    position: relative;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: .25s;
}
.lmx-advp-slider .slick-slide[data-type=stock]>.lmx-advp-stock>.lmx-advp-stock__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: 0 10px no-repeat;
    z-index: 10;
}
.lmx-advp-slider .slick-dots {
    margin-top: 10px;
    text-align: center;
}
.lmx-advp-slider .slick-dots li, .lmx-advp-slider .slick-dots li button::before {
    font-size: 48px!important;
    vertical-align: top!important;
}
}
@media (min-width:640px) {
    .lmx-advp__w {
    display: table;
    max-width: 750px;
    table-layout: fixed;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
    height: 180px;
}
.lmx-advp__w .lmx-advp__items {
    display: table-row;
}
.lmx-advp__w .lmx-advp__items .lmx-c-btn .lmx-c-btn__ico {
    display: block;
    margin: 0 auto;
}
.lmx-advp__w .lmx-advp__items .lmx-c-btn .lmx-c-btn__txt {
    font-size: 14px;
}
.lmx-advp__w .lmx-advp__i {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.lmx-advp__w .lmx-advp__i_l {
    width: 425px;
}
.lmx-advp__w .lmx-advp__i_h {
    width: 140px;
}
.lmx-advp__w .lmx-advp__i_s {
    width: 90px;
}
.lmx-advp__w .lmx-advp-delivery .lmx-c-b__w, .lmx-advp__w .lmx-advp-gift .lmx-c-b__w, .lmx-advp__w .lmx-advp-leftovers .lmx-c-b__w, .lmx-advp__w .lmx-advp-order .lmx-c-b__w, .lmx-advp__w .lmx-advp-recently .lmx-c-b__w, .lmx-advp__w .lmx-advp-slider .lmx-c-b__w, .lmx-advp__w .lmx-advp-viewers .lmx-c-b__w {
    height: 100%;}
.lmx-advp__w .lmx-advp-slider {
    height: 170px;
}
.lmx-advp__w .lmx-advp-delivery, .lmx-advp__w .lmx-advp-gift, .lmx-advp__w .lmx-advp-leftovers, .lmx-advp__w .lmx-advp-order {
    height: 80px;
}
.lmx-advp__w .lmx-advp-viewers {
    height: 40px;
}
.lmx-advp__w .lmx-advp-recently {
    height: 120px;
}
.lmx-advp-minimal {
    display: none;
}
.lmx-advp__i_h, .lmx-advp__i_s {
    display: block;
}
.lmx-advp-delivery .lmx-c-ico {
    display: none;
}
.lmx-advp-delivery .lmx-c-txt {
    font-size: 12px;
}
.lmx-advp-leftovers .lmx-advp-leftovers__counter::before, .lmx-advp-viewers .lmx-c-txt {
    display: none;
}
.lmx-advp-leftovers .lmx-c-txt {
    font-size: 12px;
}
.lmx-advp-slider {
    overflow: hidden;
}
.lmx-advp-slider .slick-list, .lmx-advp-slider .slick-slide {
    height: 145px;
}
.lmx-advp-slider .slick-dots {
    margin-top: 5px;
}
.lmx-advp-recently .lmx-c-txt {
    font-weight: 700;
    font-size: 12px;
}
.lmx-advp-recently .slick-slide {
    height: 80px;
    line-height: 40px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lmx-advp-recently .slick-slide .lmx-recently__slide-person {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lmx-advp-recently .slick-slide .lmx-recently__slide-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lmx-advp-order .lmx-c-btn {
    height: 76px;
    margin-top: 0;
}
.lmx-advp-order .lmx-c-btn__txt {
    font-size: 13px!important;
}
.lmx-advp-gift, .lmx-advp-gift .lmx-c-b__c, .lmx-advp-gift .lmx-c-b__w {
    overflow: visible!important;
}
.lmx-advp-gift .lmx-c-b__c .lmx-c-ico {
    margin: 0;
    width: 64px;
    height: 64px;
    vertical-align: top;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -32px;
    z-index: 1;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-name: animGift;
    animation-iteration-count: infinite;
    transform: translatey(0);
}
.lmx-advp-gift .lmx-c-b__c .lmx-advp-gift__shadow {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translatex(-50%);
    bottom: 15px;
    height: 0;
    width: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, .3);
    margin: 0 auto;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-name: animShadow;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes animGift {
    0% {
    transform: translatey(0);
}
50% {
    transform: translatey(-20px);
}
to {
    transform: translatey(0);
}
}
@keyframes animShadow {
    0% {
    width: 12px;
    height: 3px;
    background-color: rgba(0, 0, 0, .6);
}
50% {
    width: 46px;
    height: 12px;
    background-color: rgba(0, 0, 0, .3);
}
to {
    width: 12px;
    height: 3px;
    background-color: rgba(0, 0, 0, .6);
}
}
.lmx-advp-gift .lmx-c-b__c::before {
    display: none;
}
}
@media (min-width:1028px) {
    .lmx-advp__w {
    max-width: 1028px;
}
.lmx-advp__w .lmx-advp__i_l {
    width: 425px;
}
.lmx-advp__w .lmx-advp__i_h {
    width: 240px;
}
.lmx-advp__w .lmx-advp__i_s {
    width: 180px;
}
.lmx-advp__items .lmx-c-btn .lmx-c-btn__ico {
    display: inline-block!important;
    margin: inherit!important;
}
.lmx-advp-delivery .lmx-c-ico {
    display: inline-block;
    margin-bottom: 5px;
}
.lmx-advp-delivery .lmx-c-txt {
    font-size: 14px;
}
.lmx-advp-viewers .lmx-c-txt {
    display: inline-block;
}
.lmx-advp-viewers .lmx-c-ico {
    margin-left: 5px;
}
.lmx-advp-leftovers .lmx-c-txt {
    width: 70px;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}
.lmx-advp-gift .lmx-c-ico {
    top: -6px!important;
    max-height: 80px!important;
    max-width: 80px!important;
    height: 80px!important;
    width: 80px!important;
    margin-left: -40px!important;
}
.lmx-advp-order .lmx-c-btn__txt {
    margin-left: 5px;
    font-size: 20px!important;
}
}
.lmx-advp-modal {
    display: none;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: animZoomOut;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
@media (min-width:640px) {
    .lmx-advp-modal {
    top: 0;
    right: 5px;
    left: 5px;
    bottom: 5px;
}
}
.lmx-advp-modal.lmx-advp-modal_opened {
    animation-name: animZoomIn;
    display: block;
    z-index: 2;
}
.lmx-advp-modal .lmx-advp-modal__content {
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: visible;
    margin: auto;
    max-width: 768px;
    vertical-align: middle;
    display: table;
}
.lmx-advp-modal .lmx-advp-modal__content .lmx-c-title {
    text-align: center;
    margin-bottom: 15px;
}
.lmx-advp-modal .lmx-advp-modal__content .lmx-advp-modal__holster {
    padding: 5px 50px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.lmx-advp-modal .lmx-advp-modal__content .lmx-advp-modal__holster .lmx-c-cross {
    position: absolute;
    right: 12px;
    top: 5px;
}
.lmx-advp-modal .lmx-advp-gift_modal {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    position: relative;
    height: 100%;}
.lmx-advp-modal .lmx-advp-gift_modal .lmx-c-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
@keyframes animZoomIn {
    0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes animZoomOut {
    0% {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
    display: none;
    z-index: -1;
}
}.lmx-advp-modal .lmx-delivery__report {
    text-align: center;
}
.lmx-advp-modal .lmx-delivery__report .lmx-delivery__href {
    cursor: pointer;
}
.lmx-advp-modal .lmx-delivery__list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}
.lmx-advp-modal .lmx-delivery__list:last-of-type {
    margin-bottom: 10px;
}
.lmx-advp-modal .lmx-delivery__term {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    font-weight: 500;
    padding: 6px;
}
.lmx-advp-modal .lmx-delivery__desc {
    display: table-cell;
    padding: 6px;
    color: #214b6b;
    text-align: left;
}
.lmx-advp-modal .lmx-delivery__desc ins {
    display: inline;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 26px;
}
.lmx-advp-modal .lmx-banner {
    cursor: pointer;
}
.lmx-advp-modal .lmx-banner img {
    max-height: 145px;
}
input.lmx-form-input_failed {
    border-color: red!important;
    color: red!important;
}
.lmx-advp {
    background-color: #daf8f9;
    background-image: linear-gradient(0deg, #9eb3b5, #daf8f9 40%);
    color: #636363;
}
.lmx-advp .lmx-c-hamburger span {
    background-color: #f19a91;
}
.lmx-advp .lmx-advp__w {
    background-color: transparent;
}
.lmx-advp .lmx-advp-leftovers .lmx-counter, .lmx-advp .lmx-advp-viewers .lmx-counter {
    color: #f19a91;
}
.lmx-advp .lmx-advp-slider {
    background-color: transparent;
    box-shadow: none;
}
.lmx-advp .lmx-advp-slider .lmx-carousel .slick-dots li button::before {
    color: #fff;
}
.lmx-advp .lmx-advp-slider .lmx-carousel .slick-dots .slick-active button::before {
    color: #1a203f;
}
.lmx-advp .lmx-advp-modal__holster {
    background-color: transparent;
}
.lmx-advp .lmx-advp-order .lmx-c-btn {
    background-color: #fc4842;
    box-shadow: inset 0 -4px 0 -1px rgba(0, 0, 0, .34);
}
@keyframes animBounce {
    0% {
    transform: translateY(5px);
}
50% {
    transform: translateY(0);
}
to {
    transform: translateY(5px);
}
}

*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    overflow-x: hidden;
    min-width: 320px;
    line-height: 1.5;
    margin: 0;
    background-color: #e09c93;
}
h1 {
    font-family: Afutura, Arial, sans-serif;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    margin: 0;
    padding: 0;
}
h2, h3, h4, h5, h6 {
    font-family: Rounds, Arial, sans-serif;
}
.btn {
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    vertical-align: middle;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-align: center;
    line-height: 0;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:active, .btn:focus, .btn:hover {
    color: currentColor;
}
.btn--default {
    background-color: #ff715f;
    font-size: .75rem;
    color: #fff;
    padding: 1.25em 2.75em;
    border-radius: 1.25em;
}
.btn--default:active, .btn--default:focus, .btn--default:hover {
    color: #fff;
}
.btn--navbar {
    padding: 1.25em 1.5em;
}
.btn--inverted {
    background-color: #fff;
    color: #e09c93;
    letter-spacing: 1px;
    font-weight: 800;
}
.btn--inverted:active, .btn--inverted:focus, .btn--inverted:hover {
    color: #e09c93;
}
.btn--form-submit {
    background-color: #fc4842;
    padding: 1.5em 3em;
    border-radius: 5em;
    font-size: 15px;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}
.icon-gift {
    font-size: 5.2rem;
    width: .80769em;
}
.icon-phone {
    font-size: 4.1rem;
    width: 1.17073em;
}
.icon-rusha {
    font-size: 4.403rem;
    width: 1.13275em;
}
.icon-triangle {
    font-size: 3.2rem;
    width: .6875em;
}
.icon-truck {
    font-size: 2.4rem;
    width: 1.83333em;
}
.page-header__navbar {
    position: fixed;
    width: 100vw;
    min-width: 320px;
    height: inherit;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.navbar, .navbar__inner {
    position: relative;
    height: inherit;
}
.navbar__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;}
.navbar__inner::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width:576px) {
    .navbar__inner {
    width: 540px;
    max-width: 100%;}
}
@media (min-width:768px) {
    .navbar__inner {
    width: 720px;
    max-width: 100%;}
}
@media (min-width:992px) {
    .navbar__inner {
    width: 960px;
    max-width: 100%;}
}
@media (min-width:1280px) {
    .navbar__inner {
    width: 1200px;
    max-width: 100%;}
}
@media (min-width:993px) {
    .navbar__inner {
    display: table;
}
}@media (min-width:993px) {
    .navbar__item {
    display: table-cell;
    vertical-align: middle;
    width: 1px;
}
}
.navbar__item--main-nav {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -280px;
    padding: 1rem 0;
    background-color: #fff;
    transition: all .3s ease;
    display: block;
    width: 280px;
    height: 100vh;
    box-shadow: 5px 7px 10px -7px rgba(0, 0, 0, .1);
}
@media (min-width:400px) {
    .navbar__item--main-nav {
    left: -300px;
    width: 300px;
}
}
@media (min-width:576px) {
    .navbar__item--main-nav {
    left: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
}
@media (min-width:992px) {
    .navbar__item--main-nav {
    position: static;
    width: auto;
    background-color: transparent;
    height: auto;
    overflow: visible;
    transition: all .3s ease;
    display: table-cell;
    text-align: center;
    box-shadow: none;
}
}
.navbar__item--main-nav.opened {
    transition: all .3s ease;
    left: 0;
}
@media (min-width:576px) {
    .navbar__item--main-nav.opened {
    height: auto;
    padding: 1rem 0;
    overflow: visible;
}
}
.navbar__overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .44);
}
.navbar__overlay.show {
    display: block;
}
@media (min-width:576px) {
    .navbar__overlay.show {
    display: none;
}
}
.main-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width:992px) {
    .main-nav__list {
    font-size: 0;
    display: inline-block;
}
}
.main-nav__item {
    font-size: 1rem;
}
@media (min-width:992px) {
    .main-nav__item {
    display: inline-block;
    padding-right: .8125em;
}
}
.main-nav-toggle {
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    vertical-align: middle;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-align: center;
    line-height: 0;
    text-decoration: none;
    width: 48px;
    height: 48px;
    border: none;
    background: none;
    padding: 18px 15px;
}
.main-nav-toggle:active, .main-nav-toggle:focus, .main-nav-toggle:hover {
    color: currentColor;
}
@media (min-width:992px) {
    .main-nav-toggle {
    display: none;
}
}
.main-nav-toggle::after, .main-nav-toggle::before, .main-nav-toggle span {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 2px;
    background-color: #444;
}
.main-nav-toggle::before {
    content: "";
    margin-bottom: 3px;
}
.main-nav-toggle::after {
    content: "";
    margin-top: 3px;
}
.telephone {
    display: inline-block;
    white-space: nowrap;
}
.telephone .icon-phone {
    font-size: inherit;
}
.telephone__text {
    vertical-align: middle;
}
.navbar--provans .main-nav-toggle::after, .navbar--provans .main-nav-toggle::before, .navbar--provans .main-nav-toggle span {
    background-color: #ff715f;
}
@media (min-width:768px) {
    .navbar__item--logo {
    padding-right: .625rem;
}
}
@media (min-width:1280px) {
    .navbar__item--logo {
    padding-right: 3.625rem;
}
}
.navbar__item--tel {
    text-align: right;
}
.navbar__item--buybutton {
    display: table-cell;
}
@media (min-width:992px) {
    .navbar__item--buybutton {
    display: none;
}
}
.main-nav--provans .main-nav__item {
    font-size: 1rem;
    padding: .8125em 1.875em;
}
@media (min-width:992px) {
    .main-nav--provans .main-nav__item {
    padding: 0;
    padding-right: .5em;
}
}
@media (min-width:1280px) {
    .main-nav--provans .main-nav__item {
    padding-right: 1.375em;
}
}
.main-nav--provans .main-nav__item--active, .main-nav--provans .main-nav__item:hover {
    cursor: pointer;
}
@media (min-width:992px) {
    .main-nav--provans .main-nav__item--active .main-nav__link, .main-nav--provans .main-nav__item: hover .main-nav__link {
    padding: .625em .75em;
    border: 1px solid #da928b;
    border-radius: .625em;
}
}

@media (min-width:992px) {
    .main-nav--provans .main-nav__link {
    padding: .625em .75em;
    border: 1px solid transparent;
}
}
.telephone--provans {
    font-size: 1rem;
    line-height: 1.25;
    color: #d09189;
}
@media (min-width:400px) {
    .telephone--provans {
    font-size: 1.375rem;
}
}
@media (min-width:1280px) {
    .telephone--provans {
    font-size: 1.625rem;
}
}
.telephone--provans .icon-phone {
    margin-right: .96154em;
    display: none;
}
@media (min-width:1280px) {
    .telephone--provans .icon-phone {
    display: inline-block;
}
}
.logo--provans {
 
    display: none;
    vertical-align: middle;
    margin-left: 10px;
}
@media (min-width:768px) {
    .logo--provans {
    display: inline-block;
}
}
.fruit-bilberry, .fruit-blackberry, .fruit-cherry, .fruit-rasberry, .fruit-strawberry1, .fruit-strawberry2, .pic-rusha, .present__provance {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 50% 50%;}
.fruit-bilberry img, .fruit-blackberry img, .fruit-cherry img, .fruit-rasberry img, .fruit-strawberry1 img, .fruit-strawberry2 img, .pic-rusha img, .present__provance img {
    height: 100%;
    width: auto;
}
.fruit-strawberry1 {
    background-image: url("../png/strawberry-1-min.png");
}
.fruit-strawberry1--state1 {
    width: 69px;
    height: 69px;
    top: 20px;
    left: 50%;
    transform: translateX(-240%);
}
@media (min-width:576px) {
    .fruit-strawberry1--state1 {
    width: 102px;
    height: 102px;
}
}
@media (min-width:768px) {
    .fruit-strawberry1--state1 {
    width: 122px;
    height: 122px;
}
}
@media (min-width:992px) {
    .fruit-strawberry1--state1 {
    width: 151px;
    height: 151px;
    top: 35px;
    left: 54%;}
}
@media (min-width:1280px) {
    .fruit-strawberry1--state1 {
    width: 162px;
    height: 162px;
}
}
.fruit-strawberry1--state1::after {
    content: "";
    position: absolute;
    top: -11%;
    left: -6%;
    width: 128%;
    height: 128%;
    background-image: url("../png/curve-strawberry-min.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.fruit-strawberry1--state2 {
    display: none;
}
@media (min-width:1280px) {
    .fruit-strawberry1--state2 {
    display: block;
    height: 200px;
    width: 145px;
    transform: rotate(165deg);
    right: -13%;
    top: 43px;
    z-index: 6;
}
}
@media (min-width:768px) {
    .fruit-strawberry1--state3 {
    display: block;
    width: 64px;
    height: 98px;
    transform: rotate(160deg);
    left: -515px;
    top: 468px;
}
}
@media (min-width:992px) {
    .fruit-strawberry1--state3 {
    width: 73px;
    left: -636px;
    top: 488px;
}
}
@media (min-width:1280px) {
    .fruit-strawberry1--state3 {
    left: -777px;
}
}
@media (min-width:440px) {
    .fruit-strawberry1--state4 {
    top: 170px;
    width: 124px;
    height: 100px;
    transform: rotate(160deg);
}
}
@media (min-width:576px) {
    .fruit-strawberry1--state4 {
    top: 295px;
    width: 105px;
    height: 100px;
    transform: rotate(160deg);
}
}
@media (min-width:600px) {
    .fruit-strawberry1--state4 {
    left: -55px;
}
}
@media (min-width:768px) {
    .fruit-strawberry1--state4 {
    left: -60px;
}
}
@media (min-width:992px) {
    .fruit-strawberry1--state4 {
    display: none;
}
}
@media (min-width:630px) {
    .fruit-strawberry1--state5 {
    top: 40%;
    right: 0;
    width: 100px;
    height: 100px;
    transform: rotate(160deg);
}
}
@media (min-width:800px) {
    .fruit-strawberry1--state5 {
    top: 47%;
    right: 0;
    width: 100px;
    height: 100px;
    transform: rotate(160deg);
}
}
@media (min-width:992px) {
    .fruit-strawberry1--state5 {
    display: none;
}
}
@media (min-width:1280px) {
    .fruit-strawberry1--state6 {
    top: 1050px;
    transform: rotate(-15deg);
    width: 148px;
    height: 148px;
    right: -230px;
    filter: drop-shadow(0 33px 10px rgba(0, 0, 0, .1));
}
}
@media (min-width:1280px) {
    .fruit-strawberry1--state7 {
    transform: rotate(160deg);
    display: block;
    width: 99px;
    left: 56%;
    z-index: 4;
    height: 99px;
    top: 800px;
}
}
.fruit-strawberry1--shadow1 {
    filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, .32));
}
.fruit-strawberry1--shadow2 {
    filter: drop-shadow(3px -6px 5px rgba(0, 0, 0, .3));
}
.fruit-strawberry1--shadow-blur1 {
    filter: drop-shadow(7px -29px 10px rgba(0, 0, 0, .22)) blur(2px);
}
.fruit-strawberry2 {
    background-image: url("../png/strawberry-2-min.png");
}
@media (min-width:992px) {
    .fruit-strawberry2--state1 {
    filter: blur(10px);
    top: 526px;
    left: -260px;
    width: 230px;
    height: 230px;
}
}
@media (min-width:1280px) {
    .fruit-strawberry2--state1 {
    top: 450px;
}
}
.fruit-cherry {
    background-image: url("../png/cherry-min.png");
}
.fruit-cherry--state1 {
    width: 105px;
    height: 125px;
    top: 90px;
    right: 50%;
    transform: translateX(150%);
}
@media (min-width:576px) {
    .fruit-cherry--state1 {
    width: 165px;
    height: 190px;
}
}
@media (min-width:768px) {
    .fruit-cherry--state1 {
    width: 207px;
    height: 220px;
    top: 167px;
}

}
@media (min-width:992px) {
    .fruit-cherry--state1 {
    width: 430px;
    height: 215px;
    top: 170px;
}
}
@media (min-width:1280px) {
    .fruit-cherry--state1 {
    height: 234px;
    width: 293px;
    top: 290px;
    right: 45%;}
}
.fruit-cherry--state2 {
    height: 216px;
    left: 24%;
    transform: translateX(-50%);
    top: 699px;
    width: 110px;
}
@media (min-width:576px) {
    .fruit-cherry--state2 {
    height: 248px;
    left: 5px;
    transform: translateX(0);
    top: 880px;
    width: 150px;
}
}
@media (min-width:768px) {
    .fruit-cherry--state2 {
    top: 945px;
    width: 170px;
}
}
@media (min-width:992px) {
    .fruit-cherry--state2 {
    top: 955px;
    width: 170px;
}
}
@media (min-width:1280px) {
    .fruit-cherry--state2 {
    top: 967px;
    width: 174px;
    left: -3px;
}
}
@media (min-width:576px) {
    .fruit-cherry--state3 {
    height: 217px;
    right: -90px;
    transform: translateX(0) scaleX(-1);
    top: 1040px;
    width: 120px;
}
}
@media (min-width:768px) {
    .fruit-cherry--state3 {
    top: 945px;
    width: 170px;
}
}
@media (min-width:992px) {
    .fruit-cherry--state3 {
    top: 955px;
    width: 170px;
}
}
.fruit-cherry--shadow1 {
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .62));
}
.fruit-bilberry {
    background-image: url("../png/bilberry-min.png");
}
.fruit-bilberry--state1 {
    width: 55px;
    height: 55px;
    top: 440px;
    z-index: 5;
}
@media (min-width:576px) {
    .fruit-bilberry--state1 {
    top: 600px;
    left: 10%;}
}
@media (min-width:768px) {
    .fruit-bilberry--state1 {
    top: 660px;
    left: 6%;}
}
@media (min-width:992px) {
    .fruit-bilberry--state1 {
    top: 534px;
    right: -50px;
    left: inherit;
    width: 78px;
    height: 78px;
}
}
@media (min-width:576px) {
    .fruit-bilberry--state2 {
    width: 55px;
    height: 55px;
    top: 550px;
    right: -45px;
    z-index: 5;
    transform: rotate(90deg);
    filter: drop-shadow(23px 0 5px rgba(0, 0, 0, .1));
}
}
@media (min-width:768px) {
    .fruit-bilberry--state2 {
    top: 432px;
    right: 286px;
    transform: rotate(0deg);
    width: 65px;
    height: 65px;
    filter: drop-shadow(0 23px 5px rgba(0, 0, 0, .1));
}
}
@media (min-width:992px) {
    .fruit-bilberry--state2 {
    top: 417px;
    right: 0;
    left: 191px;
    width: 70px;
    height: 70px;
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1));
}
}
.fruit-bilberry--state3 {
    width: 55px;
    height: 55px;
    top: 97%;
    right: 10px;
    transform: rotate(-70deg);
    filter: drop-shadow(23px 0 5px rgba(0, 0, 0, .1));
}
@media (min-width:400px) {
    .fruit-bilberry--state3 {
    top: 100%;}
}
@media (min-width:639px) {
    .fruit-bilberry--state3 {
    top: 20%;
    width: 65px;
    height: 65px;
    right: inherit;
    left: -60px;
    z-index: 3;
    transform: rotate(-45deg);
}
}
@media (min-width:768px) {
    .fruit-bilberry--state3 {
    top: 422px;
    right: 271px;
    transform: rotate(0deg);
    width: 71px;
    height: 71px;
    filter: drop-shadow(0 23px 5px rgba(0, 0, 0, .1));
}
}
@media (min-width:992px) and (max-width:1279px) {
    .fruit-bilberry--state3 {
    display: none;
}
}
@media (min-width:1280px) {
    .fruit-bilberry--state3 {
    top: 257px;
    right: -126px;
    left: inherit;
    width: 78px;
    height: 78px;
}
}
.fruit-bilberry--state4 {
    transform: rotate(-70deg);
    filter: drop-shadow(-10px 0 5px rgba(0, 0, 0, .1));
}
@media (min-width:1280px) {
    .fruit-bilberry--state4 {
    width: 65px;
    height: 65px;
    top: 70px;
    left: -200px;
}
}
.fruit-bilberry--state5 {
    filter: drop-shadow(0 33px 10px rgba(0, 0, 0, .1));
}
@media (min-width:1280px) {
    .fruit-bilberry--state5 {
    width: 59px;
    height: 59px;
    top: 1900px;
    right: -280px;
}
}
.fruit-bilberry--shadow1 {
    filter: drop-shadow(0 23px 5px rgba(0, 0, 0, .1));
}
.fruit-bilberry--shadow2 {
    filter: drop-shadow(23px 0 5px rgba(0, 0, 0, .1));
}
.fruit-blackberry {
    background-image: url("../png/blackberry-min.png");
}
@media (min-width:768px) {
    .fruit-blackberry--state1 {
    width: 176px;
    height: 252px;
    top: 224px;
    left: -60px;
    z-index: 5;
    filter: blur(8px);
}
}
@media (min-width:992px) {
    .fruit-blackberry--state1 {
    width: 210px;
    height: 210px;
}
}
@media (min-width:1280px) {
    .fruit-blackberry--state1 {
    width: 230px;
    height: 230px;
    top: 180px;
    left: -60px;
}
}
@media (min-width:768px) {
    .fruit-blackberry--state2 {
    width: 76px;
    height: 112px;
    top: 170px;
    left: 344px;
    z-index: 5;
}
}
@media (min-width:992px) {
    .fruit-blackberry--state2 {
    width: 77px;
    height: 109px;
    left: 180px;
}
}
@media (min-width:1280px) {
    .fruit-blackberry--state2 {
    width: 77px;
    height: 109px;
    left: 180px;
}
}
.fruit-blackberry--state3 {
    width: 84px;
    height: 112px;
    top: 144px;
    left: 328px;
    z-index: 5;
}
@media (min-width:768px) {
    .fruit-blackberry--state3 {
    width: 84px;
    height: 112px;
    top: 144px;
    left: 328px;
    z-index: 5;
}
}
@media (min-width:992px) {
    .fruit-blackberry--state3 {
    width: 210px;
    height: 210px;
}
}
@media (min-width:1280px) {
    .fruit-blackberry--state3 {
    width: 230px;
    height: 230px;
    top: 180px;
    left: -60px;
}
}
.fruit-blackberry--shadow1 {
    filter: drop-shadow(0 6px 5px rgba(0, 0, 0, .3));
}
.fruit-rasberry {
    background-image: url("../png/rasberry-min.png");
}
@media (min-width:992px) {
    .fruit-rasberry--state1 {
    width: 75px;
    height: 75px;
    top: 610px;
    z-index: 5;
    left: -60px;
}
}
@media (min-width:1280px) {
    .fruit-rasberry--state1 {
    top: 610px;
    width: 90px;
    height: 90px;
}
}
@media (min-width:1280px) {
    .fruit-rasberry--state2 {
    top: 683px;
    width: 90px;
    height: 90px;
    right: -169px;
}
}
.fruit-rasberry--state3 {
    width: 65px;
    height: 64px;
    top: 610px;
    z-index: 5;
    left: 3%;}
@media (min-width:576px) {
    .fruit-rasberry--state3 {
    width: 71px;
    height: 71px;
}
}
@media (min-width:768px) {
    .fruit-rasberry--state3 {
    top: 652px;
    left: -8%;
    width: 71px;
    height: 71px;
}
}
@media (min-width:992px) {
    .fruit-rasberry--state3 {
    top: 537px;
    left: -8%;
    width: 71px;
    height: 71px;
    left: -2%;}
}
@media (min-width:440px) {
    .fruit-rasberry--state4 {
    width: 65px;
    height: 64px;
    top: 588px;
    right: 21px;
    transform: rotate(74deg);
}
}
@media (min-width:576px) {
    .fruit-rasberry--state4 {
    top: 570px;
    right: 4px;
    transform: rotate(74deg);
}
}
@media (min-width:600px) {
    .fruit-rasberry--state4 {
    right: -48px;
}
}
@media (min-width:768px) {
    .fruit-rasberry--state4 {
    right: -48px;
}
}
@media (min-width:1280px) {
    .fruit-rasberry--state4 {
    top: 148px;
    width: 64px;
    height: 90px;
}
}
.fruit-rasberry--state5 {
    filter: drop-shadow(-30px 0 10px rgba(0, 0, 0, .1));
}
@media (min-width:1280px) {
    .fruit-rasberry--state5 {
    width: 64px;
    height: 90px;
    transform: rotate(260deg);
    top: 1800px;
    right: -180px;
}
}
.fruit-rasberry--shadow1 {
    filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, .32));
}
.fruit-rasberry--shadow2 {
    filter: drop-shadow(0 6px 4px rgba(0, 0, 0, .32));
}
.pic-rusha {
    background-image: url("../svg/rusha.svg");
    filter: drop-shadow(0 0 22px rgba(0, 0, 0, .8));
}
@media (min-width:992px) {
    .pic-rusha {
    width: 47px;
    height: 47px;
}
.pic-rusha--state1 {
    left: -80px;
    top: 510px;
}
.pic-rusha--state2 {
    left: 30px;
    top: 600px;
}
.pic-rusha--state3 {
    left: 30px;
    top: 668px;
    transform: rotate(90deg);
}
}
@media (min-width:1280px) {
    .pic-rusha {
    width: 47px;
    height: 47px;
}
.pic-rusha--state1 {
    left: -60px;
    top: 510px;
}
.pic-rusha--state2 {
    left: 59px;
    top: 607px;
}
.pic-rusha--state3 {
    left: 30px;
    top: 600px;
    transform: rotate(90deg);
}
.pic-rusha--state4 {
    left: 53%;
    top: 143px;
    transform: rotate(165deg);
}
}.present {
    position: relative;
    overflow: hidden;
}
.present::before {
    content: "";
    position: absolute;
    top: 280px;
    left: 50%;
    width: 100%;
    height: 180%;
    background-color: #d7ecec;
    transform-origin: 0 0;
    transform: skewY(30deg) translateX(-50%);
}
@media (min-width:576px) {
    .present::before {
    top: 360px;
}
}@media (min-width:768px) {
    .present::before {
    top: 390px;
}
}@media (min-width:992px) {
    .present::before {
    top: 380px;
}
}.present__stripe {
    content: "";
    position: absolute;
    top: 395px;
    right: 0;
    width: 100%;
    height: 300px;
    transform-origin: 0 0;
    transform: skewY(30deg);
}
@media (min-width:440px) {
    .present__stripe {
    top: 370px;
    height: 340px;
}
}@media (min-width:576px) {
    .present__stripe {
    top: 530px;
    height: 360px;
}
}@media (min-width:768px) {
    .present__stripe {
    top: 550px;
    height: 420px;
}
}@media (min-width:992px) {
    .present__stripe {
    top: 508px;
    height: 480px;
}
}@media (min-width:1280px) {
    .present__stripe {
    top: 500px;
}
}.present__stripe-bg {
    position: absolute;
    right: 0;
    left: -100%;
    height: 100%;
    background-color: #e09c93;
}
.present__left-bg {
    position: absolute;
    width: 50%;
    margin-top: 180px;
    right: 0;
    height: 100%;}
@media (min-width:768px) {
    .present__left-bg {
    margin-top: 220px;
    width: 35%;}
}@media (min-width:992px) {
    .present__left-bg {
    margin-top: 230px;
    width: 35%;}
}.present__left-bg::before {
    content: "";
    position: absolute;
    right: 97%;
    top: 10px;
    background-color: #e09c93;
    height: 144px;
    transform: skewY(30deg);
    width: 85px;
}
@media (min-width:440px) {
    .present__left-bg::before {
    display: none;
}
}@media (min-width:992px) {
    .present__left-bg::before {
    display: block;
    right: 57px;
    top: -58px;
    height: 65px;
    transform: skew(120deg, 30deg);
    width: 200px;
}
}@media (min-width:1280px) {
    .present__left-bg::before {
    display: block;
    right: 179px;
    top: -62px;
    height: 206px;
    transform: skew(120deg, 30deg);
    width: 215px;
}
}.present__left-bg-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e09c93;
}
.present__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.present__inner::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width:576px) {
    .present__inner {
    width: 540px;
    max-width: 100%;}
}@media (min-width:768px) {
    .present__inner {
    width: 720px;
    max-width: 100%;}
}@media (min-width:992px) {
    .present__inner {
    width: 960px;
    max-width: 100%;}
}@media (min-width:1280px) {
    .present__inner {
    width: 1200px;
    max-width: 100%;}
}.present__inner::before {
    content: "";
    position: absolute;
    width: 10px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .3);
    left: 51%;
    height: 10px;
    transform: translate(-50%);
    top: 278px;
    box-shadow: 0 0 10px 116px rgba(0, 0, 0, .3);
}
@media (min-width:440px) {
    .present__inner::before {
    top: 292px;
    box-shadow: 0 0 15px 130px rgba(0, 0, 0, .3);
}
}@media (min-width:576px) {
    .present__inner::before {
    top: 392px;
    box-shadow: 0 0 25px 175px rgba(0, 0, 0, .3);
}
}@media (min-width:768px) {
    .present__inner::before {
    top: 542px;
    box-shadow: 0 0 34px 245px rgba(0, 0, 0, .3);
}
}@media (min-width:992px) {
    .present__inner::before {
    top: 535px;
    box-shadow: 0 0 50px 323px rgba(0, 0, 0, .3);
}
}@media (min-width:1280px) {
    .present__inner::before {
    top: 500px;
    box-shadow: 0 0 50px 323px rgba(0, 0, 0, .3);
}
}.present__provance {
    background-image: url("../png/provance-xs-_402x-min.png");
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 290px;
    background-position: 50% 0;
}
@media (min-width:440px) {
    .present__provance {
    background-size: 320px;
}
}@media (min-width:576px) {
    .present__provance {
    top: 200px;
    background-size: 420px;
}
}@media (min-width:768px) {
    .present__provance {
    top: 278px;
    background-size: 580px;
    z-index: 1;
}
}@media (min-width:992px) {
    .present__provance {
    top: 195px;
    background-size: 760px;
    background-image: url("../png/provance-min.png");
}
}@media (min-width:1280px) {
    .present__provance {
    top: 155px;
}
}
.present__dots-arrow {
    position: absolute;
    top: 120px;
    right: 90px;
    width: 700px;
    height: 599px;
    background-image: url(../svg/dots-curve.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (max-width:1279px) {
    .present__dots-arrow {
    display: none;
}
}.present__heading {
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    line-height: 1.1em;
    text-align: center;
    padding: 1rem 0 23rem;
    word-spacing: 9999px;
}
@media (min-width:576px) {
    .present__heading {
    font-size: 3rem;
    padding: 2rem 0 31rem;
}
}@media (min-width:768px) {
    .present__heading {
    font-size: 4rem;
    padding: 3rem 0 31rem;
}
}@media (min-width:992px) {
    .present__heading {
    font-size: 4rem;
    padding: 2rem 0 30rem 34rem;
    text-align: left;
}
}@media (min-width:1280px) {
    .present__heading {
    font-size: 4.2rem;
    padding: 3rem 0 29rem 50rem;
    text-align: left;
}
}.present__product {
    position: relative;
    z-index: 3;
}
.product__heading {
    color: #fff;
    font-size: 4rem;
    text-shadow: 0 5px 0 rgba(0, 0, 0, .2);
    line-height: 1;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
    word-spacing: 9999px;
}
@media (min-width:440px) {
    .product__heading {
    padding-bottom: .8rem;
}
}@media (min-width:576px) {
    .product__heading {
    position: relative;
    font-size: 4.4rem;
    padding-bottom: 0;
}
}@media (min-width:992px) {
    .product__heading {
    position: relative;
    font-size: 5.4rem;
    padding-bottom: 0;
}
}.product__heading .small {
    font-size: 1.6875rem;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 1.4;
}
@media (min-width:576px) {
    .product__heading .small {
    font-size: 2rem;
}
}@media (min-width:992px) {
    .product__heading .small {
    font-size: 1.875rem;
}
}.discount-label {
    font-family: Afutura, Arial, sans-serif;
    position: absolute;
    z-index: -1;
    font-size: 1.7rem;
    left: 48%;
    bottom: 100%;
    transform: skewY(-30deg) rotate(30deg) translateX(63%);
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' fill='%23f6e753' viewBox='0 0 130 150'%3E%3Cpath d='M0 170V0l65 29.475L130 0v170H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;}
@media (min-width:440px) {
    .discount-label {
    left: 52%;
    font-size: 2.2rem;
}
}@media (min-width:576px) {
    .discount-label {
    left: 55%;
    font-size: 2.5rem;
    top: -125px;
}
}@media (min-width:768px) {
    .discount-label {
    left: 65%;
    font-size: 2.6rem;
    top: -145px;
}
}@media (min-width:992px) {
    .discount-label {
    left: 79%;
    top: -250px;
    font-size: 2.8rem;
    height: 147px;
}
}@media (min-width:1280px) {
    .discount-label {
    left: 82%;
    top: -380px;
}
}.discount-label::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;}
.discount-label__text {
    display: inline-block;
    color: #fff;
    padding: 1em .3em;
    text-shadow: .06em .08em 0 rgba(0, 0, 0, .28);
}
.product__prices {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    padding-bottom: 1.5625rem;
}
.price-block {
    display: inline-block;
    position: relative;
    text-align: left;
}
@media (min-width:992px) {
    .price-block {
    position: relative;
    bottom: 30px;
    padding-right: 6rem;
}
}.price-block--order {
    padding: 15px 10px;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 22px;
    text-align: center;
    background-color: #e09c93;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    bottom: inherit;
}
.price-block--order .price-block__new {
    font-size: 1.875rem;
}
.price-block--order .price-block__new::after, .price-block--order .price-block__new::before {
    content: none;
}
.price-block--order .price-block__currency {
    position: static;
    text-align: center;
    font-size: .9375rem;
}
.price-block--order .price-block__currency::after, .price-block--order .price-block__currency::before {
    content: none;
}
.price-block__old {
    display: inline-block;
    position: relative;
    color: #1d294d;
    font-size: 2.5rem;
    padding: 0 .3em;
}
.price-block__old::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    left: -4px;
    height: 3px;
    transform: rotate(-7deg);
    background: no-repeat scroll 0 0 #f6e753;
}
  

.price-block__new {
    position: relative;
    color: #ffe806;
    font-size: 5.5rem;
    text-shadow: 0 4px 2px rgba(0, 0, 0, .4);
    line-height: 1;
}
.price-block__new::after, .price-block__new::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;}
@media (min-width:992px) {
    .price-block__new::after {
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='306' height='67' fill='none' stroke='%23f3e667' stroke-width='3' viewBox='0 0 306 67'%3E%3Cpath d='M.63 35s8.48-3.73 12.12 0 10.88.65 12.13-1m-8.04 31.97s6.2-6.83 11.07-4.9 10.19-3.8 10.64-5.81M17.11 1.48s9.21 1.14 10.38 6.19 8.97 6.11 10.9 5.34m267.01 22s-8.47-3.73-12.11 0-10.87.65-12.12-1M289.2 66s-6.19-6.83-11.06-4.9-10.18-3.81-10.64-5.82m21.43-53.8s-9.2 1.14-10.37 6.19-8.96 6.12-10.89 5.35' class='cls-1'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
}@media (min-width:992px) {
    .price-block__new::before {
    background-image: radial-gradient(hsla(0, 0%, 100%, .4), transparent 60%);
}
}.price-block__currency {
    color: #1d294d;
    position: relative;
    font-size: 1.6875rem;
    text-align: right;
}
@media (min-width:993px) {
    .price-block__currency {
    position: relative;
    left: 20px;
}
}@media (min-width:768px) {
    .price-block__currency::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #d7ecec;
    left: 0;
    transform: rotate(-152deg);
    transform-origin: 0 0;
    width: 122px;
    bottom: -14px;
}
}@media (min-width:993px) {
    .price-block__currency::before {
    width: 151px;
    bottom: -23px;
}
}@media (min-width:1280px) {
    .price-block__currency::before {
    width: 276px;
    transform: rotate(-157deg);
}
}.price-block__currency::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 0;
    display: block;
    width: 62%;
    height: 3px;
    background: #d7ecec;
}
@media (min-width:576px) {
    .price-block__currency::after {
    width: 100%;
    bottom: -11px;
}
}@media (min-width:992px) {
    .price-block__currency::after {
    bottom: -20px;
}
}.product__columns {
    position: relative;
    z-index: 3;
}
.product__columns::after {
    display: block;
    content: "";
    clear: both;
}

.product__benefits::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    height: 130%;
    background: url(../svg/dotted-line-xs.svg) no-repeat 0 88px;
}
@media (min-width:576px) {
    .product__benefits::before {
    background: url(../dotted-line-sm.html) no-repeat 0 44px;
}
}@media (min-width:768px) {
    .product__benefits::before {
    background: url(../dotted-line-md.html) no-repeat 0 44px;
    width: 100%;
    right: -12%;
    height: 150%;}
}@media (min-width:992px) {
    .product__benefits::before {
    background: url(../dotted-line-lg.html) no-repeat 0 44px;
    width: 100%;
    right: 10%;
    height: 150%;}
}@media (min-width:1280px) {
    .product__benefits::before {
    background: url(../dotted-line-xl.html) no-repeat 0 44px;
    width: 100%;
    right: 8%;
    height: 150%;}
}.product__steps {
    width: 50%;
    float: left;
    padding-left: 15px;
    text-align: center;
}
@media (min-width:768px) {
    .product__steps {
    width: 35%;
    margin-left: 15%;}
}.steps__heading {
    font-size: 1.3125rem;
    font-family: Rounds, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 20px;
}
@media (min-width:576px) {
    .steps__heading {
    font-size: 2.3rem;
}
}@media (min-width:992px) {
    .steps__heading {
    padding-right: 5rem;
}
}.steps__heading .small {
    font-size: 1rem;
}
@media (min-width:576px) {
    .steps__heading .small {
    font-size: 1.6rem;
}
}.benefits__heading {
    font-family: Rounds, Arial, sans-serif;
    display: inline-block;
    text-align: left;
    font-size: 1.3125rem;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    padding-bottom: 5.6875rem;
}
@media (min-width:576px) {
    .benefits__heading {
    font-size: 1.5625rem;
}
}@media (min-width:768px) {
    .benefits__heading {
    padding-bottom: 8rem;
}
}@media (min-width:992px) {
    .benefits__heading {
    font-size: 1.875rem;
    padding-bottom: 10rem;
}
}@media (min-width:576px) {
    .benefits__heading--wrap {
    display: none;
}
}.benefits__heading--nowrap {
    display: none;
}
@media (min-width:576px) {
    .benefits__heading--nowrap {
    display: block;
}
}.benefits__text {
    font-family: Afutura, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
}
.benefits__text .devider {
    display: none;
}
@media (min-width:768px) {
    .benefits__text .devider {
    display: inline;
}
}.benefits__text p {
    text-align: left;
    padding-bottom: 3.125rem;
    margin: 0 auto;
    color: #fff;
    max-width: 105px;
    text-shadow: 0 1px 2px #8a9696, 1px 0 2px #8a9696, -1px 0 2px #8a9696, 0 -1px 2px #8a9696;
    line-height: 1.3;
}
@media (min-width:576px) {
    .benefits__text p {
    font-size: 1.125rem;
    padding-bottom: 3.8125rem;
    max-width: 240px;
}
}@media (min-width:768px) {
    .benefits__text p {
    padding-bottom: 4.1rem;
}
}@media (min-width:992px) {
    .benefits__text p: nth-child(2n) {
    margin-right: 265px;
}
.benefits__text p:nth-child(odd) {
    margin-right: 150px;
}
}@media (min-width:1280px) {
    .benefits__text p: nth-child(2n) {
    margin-right: 325px;
}
.benefits__text p:nth-child(odd) {
    margin-right: 244px;
}
}.the-step {
    color: #fff;
    font-size: 0;
    padding-bottom: 20px;
}
@media (min-width:768px) {
    .the-step {
    padding-bottom: 30px;
}
}.the-step:last-child {
    padding-bottom: 0;
}
.the-step__value {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: Rounds, Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.3;
    width: 42px;
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='5' height='11' fill='%23fff' viewBox='0 0 5 11'%3E%3Ccircle data-name='Р­Р»Р»РёРїСЃ 7' class='cls-1' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: 100% 0;
}
@media (min-width:576px) {
    .the-step__value {
    font-size: 4rem;
    line-height: 1;
    width: 60px;
}
}.the-step__text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: Roboto, Arial, sans-serif;
    font-size: .9375rem;
    margin-left: 6%;
    width: 74px;
    max-width: 170px;
}
@media (min-width:576px) {
    .the-step__text {
    font-size: 1.125rem;
    width: 90px;
    line-height: 1.3;
}
}.the-step__pic {
    margin-top: .8125rem;
    border: 7px solid #fff;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:440px) {
    .the-step__pic {
    max-width: 150px;
}
}@media (min-width:576px) {
    .the-step__pic {
    max-width: 184px;
}
}@media (min-width:768px) {
    .the-step__pic {
    margin-top: 25px;
}
}@media (min-width:992px) {
    .the-step__pic {
    min-width: 240px;
}
}@media (min-width:1280px) {
    .the-step__pic {
    min-width: 290px;
}
}.the-step__pic img {
    width: 100%;
    height: auto;
    border: 1px solid #e09c93;
}
.the-step__pic--dish {
    border: none;
    margin-top: 0;
}
@media (min-width:768px) {
    .the-step__pic--dish {
    height: 10px;
}
}.the-step__pic--dish img {
    border: none;
}
@media (min-width:768px) {
    .the-step__pic--dish img {
    display: none;
}
}.order {
    position: relative;
    overflow: hidden;
}
.order::before {
    content: "";
    position: absolute;
    top: 180px;
    left: 50%;
    width: 100%;
    height: 410px;
    background-color: #fff;
    transform-origin: 0 0;
    transform: skewY(30deg) translateX(-50%);
}
@media (min-width:576px) {
    .order::before {
    top: 375px;
}
}@media (min-width:768px) {
    .order::before {
    top: 540px;
}
}@media (min-width:992px) {
    .order::before {
    top: 475px;
}
}@media (min-width:1280px) {
    .order::before {
    top: 436px;
}
}.order__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.order__inner::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width:576px) {
    .order__inner {
    width: 540px;
    max-width: 100%;}
}@media (min-width:768px) {
    .order__inner {
    width: 720px;
    max-width: 100%;}
}@media (min-width:992px) {
    .order__inner {
    width: 960px;
    max-width: 100%;}
}@media (min-width:1280px) {
    .order__inner {
    width: 1200px;
    max-width: 100%;}
}.order__columns {
    padding: 2rem 0;
}
.order__columns::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width:768px) {
    .order__columns {
    padding: 5rem 0;
}
}@media (min-width:992px) {
    .order__columns {
    padding: 5rem 0 3rem;
}
}.order__left {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.order__form-heading, .order__heading {
    font-family: Rounds, Arial, sans-serif;
    font-size: 1.1875rem;
    max-width: 8.75rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}
@media (min-width:576px) {
    .order__form-heading, .order__heading {
    font-size: 1.6875rem;
    max-width: 12rem;
}
}@media (min-width:768px) {
    .order__form-heading, .order__heading {
    font-size: 1.6875rem;
    max-width: 20rem;
    padding-left: 1rem;
}
}@media (min-width:992px) {
    .order__form-heading, .order__heading {
    font-size: 2.1875rem;
    max-width: 30rem;
}
}.order__right {
    width: 50%;
    float: left;
    padding-left: 15px;
    text-align: center;
    padding-top: 3rem;
}
@media (min-width:768px) {
    .order__right {
    width: 35%;
    margin-left: 15%;}
}.order__right::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 62px;
    top: 0;
    right: 0;
    background: url("../svg/dotted-arrow-xs.svg") no-repeat 50% 0;
}
@media (min-width:768px) {
    .order__right::after {
    width: 35%;
    top: 11px;
    right: 202px;
}
}@media (min-width:992px) {
    .order__right::after {
    right: 418px;
}
}@media (min-width:1280px) {
    .order__right::after {
    right: 612px;
}
}.order__right::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 200px;
    top: 0;
    right: 0;
    background-color: #e09c93;
    box-shadow: 0 -33px 45px rgba(0, 0, 0, .4);
}
@media (min-width:768px) {
    .order__right::before {
    width: 35%;
    background-image: url(../png/step-3-min.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
}@media (min-width:992px) {
    .order__right::before {
    width: 35%;
    background-image: url(../png/step-3-min.png);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
}@media (min-width:768px) {
    .order__right .btn {
    position: relative;
    top: 50px;
}
}@media (min-width:992px) {
    .order__right .btn {
    display: none;
}
}.order__column {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    margin-bottom: 2rem;
}
@media (min-width:992px) {
    .order__column {
    float: left;
    width: 60%;}
}@media (min-width:1280px) {
    .order__column {
    width: 40%;}
}.order--video {
    padding: 3%;
    background: #fff;
    position: relative;
}
.order--video-16-9 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.order--video-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.order__slider {
    position: relative;
    padding: 3%;
    background-color: #e09c93;
}
.order__slider img {
    width: 100%;
    height: auto;
}
.order__form {
    position: relative;
    padding-bottom: 3.125rem;
}
@media (min-width:992px) {
    .order__form {
    float: left;
    width: 40%;
    padding-left: 20px;
}
}@media (min-width:1280px) {
    .order__form {
    float: left;
    width: 45%;
    padding-left: 0;
    margin-left: 15%;}
}.order__form .order__form-discount {
    width: 75px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
    border-radius: 50%;
    background-color: #ed2b2d;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}
.order__form-warning {
    font-family: Afutura, Arial, sans-serif;
    font-weight: 700;
    color: #e09c93;
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: .75rem;
    width: 100%;
    text-align: center;
    letter-spacing: .3px;
}
@media (min-width:992px) {
    .order__form-warning {
    bottom: -30px;
}
}.order__form-warning span {
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
    top: 6px;
}
.order__form-heading {
    padding-bottom: 1rem;
    width: 50%;
    position: relative;
}
@media (min-width:370px) and (max-width:575px) {
    .order__form-heading {
    margin: 0 auto;
    max-width: 18rem;
    text-align: center;
    width: 100%;}
}@media (min-width:576px) {
    .order__form-heading {
    padding-bottom: 4rem;
}
}@media (min-width:768px) {
    .order__form-heading {
    padding-bottom: 5rem;
}
}@media (min-width:992px) {
    .order__form-heading {
    display: none;
}
}@media (min-width:576px) {
    .order__form-heading::after {
    content: "";
    position: absolute;
    top: 40px;
    right: -100%;
    width: 210px;
    height: 115px;
    background: url("../dotted-arrow-order.html") no-repeat;
}
}.delivery {
    font-family: Afutura, Arial, sans-serif;
    font-size: .875rem;
    color: #fff;
    width: 180px;
    padding-left: 65px;
    margin: 0 auto;
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' fill='%23f8e96a' viewBox='0 0 100 125'%3E%3Cpath d='M61.223 59.165c1.76 0 3.354.714 4.508 1.868a6.349 6.349 0 0 1 1.87 4.51c0 1.76-.714 3.353-1.87 4.508a6.338 6.338 0 0 1-4.506 1.87 6.356 6.356 0 0 1-4.51-1.87 6.344 6.344 0 0 1-1.868-4.507c0-1.76.714-3.355 1.868-4.51a6.364 6.364 0 0 1 4.51-1.867zm0 9.106a2.735 2.735 0 0 0 2.73-2.727 2.737 2.737 0 0 0-2.73-2.73c-1.504 0-2.73 1.228-2.73 2.73s1.226 2.73 2.73 2.73z'/%3E%3Cpath d='M4.977 50.653c0-1.1.387-2.044 1.16-2.826L16.83 36.994c2.596-2.627 5.773-3.956 9.467-3.956h.686V28.08h45.97V37H84.04a1.16 1.16 0 1 1 0 2.32H72.954v24.773H68.62a7.537 7.537 0 0 0-7.398-6.087c-2.08 0-3.965.843-5.33 2.207a7.529 7.529 0 0 0-2.067 3.88H25.513a7.506 7.506 0 0 0-2.066-3.88 7.51 7.51 0 0 0-5.33-2.207 7.51 7.51 0 0 0-5.328 2.207 7.504 7.504 0 0 0-2.07 3.88H8.842a3.874 3.874 0 0 1-3.865-3.867v-9.573zm21.843-4.64v-9.36l-2.92.002c-1.55.002-2.877.56-3.963 1.66l-7.585 7.698H26.82z'/%3E%3Cpath d='M18.117 59.165c1.76 0 3.354.714 4.51 1.868a6.359 6.359 0 0 1 1.867 4.51c0 1.76-.714 3.353-1.868 4.508a6.347 6.347 0 0 1-4.51 1.87 6.35 6.35 0 0 1-4.508-1.87 6.348 6.348 0 0 1-1.868-4.507c0-1.76.714-3.355 1.868-4.51a6.36 6.36 0 0 1 4.51-1.867zm-.068 9.106c1.5 0 2.726-1.225 2.726-2.727a2.736 2.736 0 0 0-2.728-2.73c-1.504 0-2.73 1.228-2.73 2.73s1.226 2.73 2.73 2.73zm63.194-22.197c0-.64.52-1.16 1.16-1.16h11.458a1.16 1.16 0 1 1 0 2.32H82.404c-.64 0-1.16-.52-1.16-1.16zm-4.092 7.775H91.34a1.16 1.16 0 0 1 0 2.32H77.15a1.16 1.16 0 0 1 0-2.32z'/%3E%3C/svg%3E");
    background-position: 0 28%;
    background-size: 34%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.delivery span {
    color: #f6e753;
    text-decoration: underline;
    cursor: pointer;
}
.order__form-inner {
    position: relative;
    padding: 20px;
    background-color: #f8e96a;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width:600px) and (max-width:991px) {
    .order__form-inner {
    max-width: inherit;
}
}@media (min-width:1280px) {
    .order__form-inner {
    margin: 0;
    margin-left: auto;
    max-width: 440px;
}
}.order__form-inner form {
    padding: 17px;
    background-color: #e09c93;
}
.order__form-inner .buy-form__inner {
    padding-top: 1.25rem;
}
@media (min-width:620px) and (max-width:991px) {
    .order__form-inner .buy-form__inner {
    padding: 1.25rem 70px 0;
}
}@media (min-width:620px) and (max-width:991px) {
    .order__form-inner .buy-form__group {
    float: left;
    width: calc(50% - 15px);
}
}@media (min-width:620px) and (max-width:991px) {
    .order__form-inner .buy-form__group+.buy-form__group {
    margin-left: 30px;
}
}.order__form-inner .buy-form__title-wrapper {
    text-align: center;
    padding-top: 5rem;
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 100 125' height='70' fill='%23f8e96a'%3E%3Cpath d='M58.6 57.5H13.9v42.1h72.2V57.5M59.2 30.6H8.6v21h82.8v-21m-63.2-6.2c2.6 1.8 6.9 2.6 13.3 2.6h17.1c6.3 0 10.7-.9 13.3-2.6 6.4-4.4 8.4-12.8 4.3-18.7C73.9 2.3 69.9.3 65.6.3c-3 0-5.9.9-8.4 2.6-3 2-5.4 6.6-7.1 11C48.4 9.6 46 5 43 2.9 40.5 1.2 37.6.3 34.6.3c-4.3 0-8.3 2-10.6 5.4-4.2 5.9-2.2 14.3 4.2 18.7zM60.3 7.6c1.6-1.1 3.4-1.7 5.2-1.7 2.5 0 4.7 1.1 6 3 2.3 3.4 1 8.2-2.8 10.9-.7.5-3.2 1.6-10.1 1.6-1.9 0-3.7-.1-5.1-.2 1.6-5.5 4.3-12 6.8-13.6zM28.5 8.9c1.3-1.9 3.5-3 6-3 1.8 0 3.6.6 5.2 1.7 2.4 1.7 5.2 8.2 6.9 13.6-1.4.1-3.2.2-5.1.2-6.9 0-9.3-1.1-10.1-1.6-3.9-2.7-5.2-7.6-2.9-10.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.order__form-inner .buy-form__title {
    color: #fff;
    font-family: Rounds, Arial, sans-serif;
    text-transform: none;
    font-size: 1.125rem;
}
.order__form-inner .buy-form__title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    display: block;
    width: 60%;
    margin: auto;
    height: 1px;
    background: #fff;
}
.order__form-inner .buy-form__group {
    position: relative;
}
.order__form-inner .buy-form__group::after {
    content: "*";
    position: absolute;
    top: 1rem;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
}
.order__form-inner .buy-form__group.group-checkbox::after {
    display: none;
}
.order__form-inner .buy-form__label {
    font-size: 1rem;
    font-family: Roboto, Arial, sans-serif;
    color: #f6e753;
}
.order__form-inner .buy-form__input {
    position: relative;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
    font-family: Afutura, Arial, sans-serif;
    height: inherit;
    color: #fff;
    outline: none;
    padding: .5em 0;
    font-size: 1rem;
}
.order__form-inner .buy-form__input::-webkit-input-placeholder {
    color: #fff;
}
.order__form-inner .buy-form__input::-moz-placeholder {
    color: #fff;
}
.order__form-inner .buy-form__input:-ms-input-placeholder {
    color: #fff;
}
.order__form-inner .buy-form__input:-moz-placeholder {
    color: #fff;
}
.order__form-inner .buy-form__button-wrapper {
    margin-bottom: 20px;
}
.order__form-inner .group-checkbox .checkbox-label, .order__form-inner .group-checkbox .label {
    display: inline-block;
    vertical-align: middle;
}
.order__form-inner .group-checkbox .label {
    font-family: Afutura, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    margin-left: 4px;
    position: relative;
}
.order__form-inner .group-checkbox .label__dashed {
    border: none;
}
.order__form-inner .group-checkbox .label__question {
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 100 125'%3E%3Ctitle%3EBS-Question-Solid-Rounded-Circle%3C/title%3E%3Cpath d='M50 5C25.1 5 5 25.1 5 50s20.1 45 45 45 45-20.1 45-45S74.9 5 50 5zm0 70c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4 0 3-2.4 5.4-5.4 5.4zm12.2-30.4c-.6.8-1.3 1.6-2 2.3-.5.5-1.1 1-1.8 1.8-.8.7-1.4 1.3-1.9 1.9-.5.5-1 1-1.3 1.4-.9 1.2-1.3 2.8-1.2 4.3v3.1h-7.8v-4.2c-.1-1.4.1-2.8.7-4.2.8-1.3 1.7-2.5 2.9-3.6l5-5c1.1-1.2 1.6-2.7 1.6-4.3 0-1.6-.6-3.1-1.7-4.2s-2.7-1.7-4.3-1.7c-1.6-.1-3.2.5-4.4 1.6-1.2 1.1-1.9 2.7-2 4.3h-8.4c.3-3.7 2-7.2 4.8-9.6 2.9-2.4 6.5-3.6 10.3-3.5 3.6-.2 7.2 1 10 3.3 2.6 2.2 3.9 5.4 3.9 9.4-.1 2.5-.9 5-2.4 6.9z'/%3E%3C/svg%3E");
}
.order__form-inner .group-checkbox .checkbox-custom {
    border: none;
    background-color: #f8e96a;
    width: 17px;
    height: 17px;
}
.order__form-inner .group-checkbox .checkbox:checked+.checkbox-custom::before {
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 100 100' fill='%23e09c93'%3E%3Ctitle%3ECheck copy%3C/title%3E%3Cpath d='M76.162 18.643l10.723 8.998c.426.36.478.99.122 1.413L43.3 81.14a.998.998 0 0 1-.86.354 1.004 1.004 0 0 1-.57-.235L12.772 56.844a1.003 1.003 0 0 1-.13-1.416l8.998-10.724c.36-.426.99-.476 1.417-.118l17.62 14.786L74.75 18.768c.358-.426.988-.48 1.412-.125zm0 0'/%3E%3C/svg%3E");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}
.lmx-carousel_provans .slick-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.lmx-carousel_provans .slick-dots li button::before {
    font-size: 50px;
    color: #e09c93;
}
#copyright {
    background-color: #fff;
}
.buy-form, .buy-form__title {
    position: relative;
}
.buy-form__title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
    display: inline-block;
}
.buy-form__title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 50%;
    height: 1px;
    background: #fff;
}
.tab1 .buy-form__title {
    width: 150px;
}
.tab2 .buy-form__title {
    width: 230px;
}
.buy-form__group {
    margin-bottom: 25px;
}
.buy-form__label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}
.buy-form__input {
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.buy-form__button-wrapper {
    text-align: center;
}
.checkbox {
    display: none;
}
.checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
}
.checkbox-custom, .label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox:checked+.checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 100 125' fill='%23ff715f'%3E%3Ctitle%3ECheck copy%3C/title%3E%3Cpath d='M76.162 18.643l10.723 8.998c.426.36.478.99.122 1.413L43.3 81.14a.998.998 0 0 1-.86.354 1.004 1.004 0 0 1-.57-.235L12.772 56.844a1.003 1.003 0 0 1-.13-1.416l8.998-10.724c.36-.426.99-.476 1.417-.118l17.62 14.786L74.75 18.768c.358-.426.988-.48 1.412-.125zm0 0' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.label {
    font-size: 14px;
    margin-left: 8px;
}
.label__dashed {
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed #626262;
}
.label__question {
    position: absolute;
    top: -8px;
    right: -23px;
    width: 23px;
    height: 23px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 100 125' fill='%23444'%3E%3Ctitle%3EBS-Question-Solid-Rounded-Circle%3C/title%3E%3Cpath d='M50 5C25.1 5 5 25.1 5 50s20.1 45 45 45 45-20.1 45-45S74.9 5 50 5zm0 70c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4 0 3-2.4 5.4-5.4 5.4zm12.2-30.4c-.6.8-1.3 1.6-2 2.3-.5.5-1.1 1-1.8 1.8-.8.7-1.4 1.3-1.9 1.9-.5.5-1 1-1.3 1.4-.9 1.2-1.3 2.8-1.2 4.3v3.1h-7.8v-4.2c-.1-1.4.1-2.8.7-4.2.8-1.3 1.7-2.5 2.9-3.6l5-5c1.1-1.2 1.6-2.7 1.6-4.3 0-1.6-.6-3.1-1.7-4.2s-2.7-1.7-4.3-1.7c-1.6-.1-3.2.5-4.4 1.6-1.2 1.1-1.9 2.7-2 4.3h-8.4c.3-3.7 2-7.2 4.8-9.6 2.9-2.4 6.5-3.6 10.3-3.5 3.6-.2 7.2 1 10 3.3 2.6 2.2 3.9 5.4 3.9 9.4-.1 2.5-.9 5-2.4 6.9z'/%3E%3C/svg%3E");
}
.label__dashed :focus~.popover, .label__dashed:hover~.popover, .label__question :focus~.popover, .label__question:hover~.popover, .popover:hover {
    display: table;
}
.popover {
    position: absolute;
    width: 100%;
    bottom: 40px;
    min-width: 320px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background-color: #fff;
    z-index: 300;
    display: none;
    padding: 20px 15px;
    color: #121212;
    box-shadow: 0 0 10px #999;
}
.popover__img {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}
.popover__img img {
    margin: 20px 0;
    width: 100%;
    height: auto;
}
.popover__descr {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    padding-left: 15px;
}
.popover__heading {
    font-size: 23px;
    margin-bottom: 10px;
}
.popover__subheading {
    font-size: 17px;
    margin-bottom: 10px;
}
.popover__text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #40c7ff;
}
.group-checkbox {
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.fruit-strawberry1--state1::after {
  background-image: url("../png/curve-strawberry-min.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 128%;
  left: -6%;
  position: absolute;
  top: -11%;
  width: 128%;
}


.page-header {
display: none;
}
