@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 14px
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

body.lock,
body.lock-filter,
body.lock-popup {
    overflow: hidden
}

* {
    -webkit-tap-highlight-color: transparent
}

.select2-hidden-accessible {
    font-size: 20px
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url(../fonts/Lato-Regular.ttf) format("truetype"), url(../fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url(../fonts/Lato-Bold.ttf) format("truetype"), url(../fonts/Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: bold
}

body {
    font-family: "Lato", sans-serif
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single {
    height: 28px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    min-height: 32px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: 0
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.js-form__message,
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

._container {
    padding: 0 4.44444rem
}

@media (max-width:1024.98px) {
    ._container {
        padding: 0 40px
    }
}

@media (max-width:767.98px) {
    ._container {
        padding: 0 20px
    }
}

@media (max-width:479.98px) {
    ._container {
        padding: 0 15px
    }
}

html {
    font-size: 18px
}

@media screen and (min-width:1440px) {
    html {
        font-size: calc(18px + 8*((100vw - 1440px)/1120))
    }
}

@media screen and (min-width:2560px) {
    html {
        font-size: 26px
    }
}

@media (max-width:319px) {
    html {
        font-size: 14px
    }
}

.wrapper {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

._fullscreen,
.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.all-products {
    text-align: center;
    margin-bottom: 6.38889rem;
    position: relative;
    padding: 6.22222rem 0 0;
    z-index: 10
}

@media (max-width:479.98px) {
    .all-products {
        padding: 60px 0 0
    }
}

@media (max-width:399px) {
    .all-products {
        margin: 0 0 40px
    }
}

.all-products__title {
    font-weight: 700;
    font-size: 3.33333rem;
    line-height: 4rem;
    position: relative;
    z-index: 50;
    padding: 0 10px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:767.98px) {
    .all-products__title {
        font-size: 50px;
        line-height: 120%;
        margin: 0 0 11px
    }
}

@media (max-width:479.98px) {
    .all-products__title {
        font-size: 35px
    }
}

@media (max-width:399px) {
    .all-products__title {
        font-size: 22px
    }
}

.all-products__logo._active,
.all-products__text._active,
.all-products__title._active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.all-products__logo {
    margin: 0 auto;
    width: 13.66667rem;
    height: 5.77778rem;
    margin-bottom: 2.11111rem;
    position: relative;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:767.98px) {
    .all-products__logo {
        margin-bottom: 11px
    }
}

@media (max-width:399px) {
    .all-products__logo {
        width: 184px
    }
}

.all-products__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.all-products__text {
    font-size: 1.33333rem;
    line-height: 1.61111rem;
    max-width: 24.77778rem;
    margin: 0 auto 2.16667rem;
    position: relative;
    padding: 0 10px;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:767.98px) {
    .all-products__text {
        font-size: 20px
    }
}

@media (max-width:399px) {
    .all-products__text {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 20px
    }
}

.all-products__button {
    position: relative;
    z-index: 50;
    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;
    margin: 0 auto;
    background: #8cbb06;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #769e03, inset 0 8px 8px #aae10c;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #769e03, inset 0 8px 8px #aae10c;
    border-radius: 2rem;
    height: 3.94444rem;
    max-width: 12.05556rem;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: 1s opacity .3s, .3s background, 1s -webkit-transform .3s, .3s -webkit-box-shadow;
    transition: 1s opacity .3s, 1s transform .3s, .3s background, .3s box-shadow;
    transition: 1s opacity .3s, 1s transform .3s, .3s background, .3s box-shadow, 1s -webkit-transform .3s, .3s -webkit-box-shadow
}

.all-products__button span {
    font-weight: 700;
    font-size: 1.33333rem;
    line-height: 1.61111rem;
    color: #fff
}

@media (min-width:1024px) {
    .all-products__button:hover {
        background: #a1d116;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #769e03, inset 0 8px 8px #aae10c;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #769e03, inset 0 8px 8px #aae10c;
        -webkit-transition: .3s background, .3s -webkit-box-shadow;
        transition: .3s background, .3s box-shadow;
        transition: .3s background, .3s box-shadow, .3s -webkit-box-shadow
    }
}

@media (max-width:767.98px) {
    .all-products__button {
        height: 50px
    }
}

@media (max-width:399px) {
    .all-products__button {
        max-width: 185px;
        height: 39px
    }
    .all-products__button span {
        font-size: 16px
    }
}

.all-products__button._active,
.buy__row._active,
.buy__text._active,
.buy__title._active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.all-products__circle-01 {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 9;
    width: 100%
}

.all-products__circle-01 img,
.all-products__circle-02 img,
.all-products__tree-01 img,
.all-products__tree-02 img,
.all-products__tree-03 img,
.buy__grass img,
.buy__oblako-01 img,
.buy__oblako-02 img {
    width: 100%
}

@media (max-width:479.98px) {
    .all-products__circle-01 {
        top: 0;
        left: -25%;
        height: 400px
    }
}

.all-products__circle-02 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    width: 80%
}

.all-products__tree-01 {
    position: absolute;
    top: 114%;
    left: 42%;
    width: 8.33333rem;
    z-index: 10
}

@media (max-width:767.98px) {
    .all-products__tree-01 {
        display: none
    }
}

.all-products__tree-02 {
    position: absolute;
    top: 92%;
    left: 65%;
    width: 7.61111rem;
    z-index: 10
}

@media (max-width:767.98px) {
    .all-products__tree-02 {
        width: 100px;
        top: 100%;
        left: 15%
    }
}

@media (max-width:479.98px) {
    .all-products__tree-02 {
        left: 5%;
        width: 85px;
        top: 102%
    }
}

@media (max-width:399px) {
    .all-products__tree-02 {
        width: 56px;
        top: 95%
    }
}

.all-products__tree-03 {
    position: absolute;
    top: 118%;
    left: 80%;
    width: 4.77778rem;
    z-index: 10
}

@media (max-width:767.98px) {
    .all-products__tree-03 {
        width: 60px;
        left: 40%
    }
}

@media (max-width:479.98px) {
    .all-products__tree-03 {
        left: 25%
    }
}

@media (max-width:399px) {
    .all-products__tree-03 {
        width: 33px;
        top: 106%;
        left: 25%
    }
}

.buy {
    padding: 5rem 5rem 4rem;
    position: relative
}

@media (max-width:768px) {
    .buy {
        padding: 7.22222rem 2.22222rem 8.61111rem
    }
}

@media (max-width:480px) {
    .buy {
        padding: 1.11111rem 1rem 6.94444rem
    }
}

.buy__oblako-01 {
    position: absolute;
    min-width: 9.33333rem;
    left: 12%;
    top: 5%;
    z-index: 6
}

@media (max-width:1024px) {
    .buy__oblako-01 {
        display: none
    }
}

.buy__oblako-02 {
    position: absolute;
    min-width: 9.33333rem;
    right: 2%;
    top: 1%;
    z-index: 6
}

@media (max-width:1024px) {
    .buy__oblako-02 {
        display: none
    }
}

.buy__grass {
    position: absolute;
    bottom: -5%;/*было -26 PTKC-48*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-height: 46.66667rem;
    min-width: 80rem;
    z-index: 8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32%, #fff), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 32%, #fff 100%)
}

@media (max-width:1280px) {
    .buy__grass {
        min-width: 42.66667rem;
        top: 300px
    }
}

@media (max-width:768px) {
    .buy__grass {
        top: 100px
    }
}

@media (max-width:1024px) {
    .buy__grass {
        display: none
    }
}

.buy__grass-mobile {
    display: none
}

@media (max-width:1024px) {
    .buy__grass-mobile {
        display: block;
        min-width: 56.88889rem;
        top: 180px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 8;
        max-height: 619px
    }
}

@media (max-width:768px) {
    .buy__grass-mobile {
        display: block;
        min-width: 42.66667rem;
        top: 30px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 8;
        max-height: 619px
    }
}

@media (max-width:480px) {
    .buy__grass-mobile {
        display: block;
        min-width: 26.66667rem;
        top: 30px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 8;
        max-height: 619px
    }
}

.buy__grass-mobile img {
    width: 100%;
    height: 100%
}

.buy__tree-01 {
    position: absolute;
    width: 13.83333rem;
    z-index: 7;
    bottom: 47%;
    left: 26%
}

.buy__tree-01 img,
.buy__tree-02 img {
    width: 100%
}

@media (max-width:1280px) {
    .buy__tree-01 {
        top: 30px
    }
}

@media (max-width:1240px) {
    .buy__tree-01 {
        left: 20%
    }
}

@media (max-width:1024px) {
    .buy__tree-01 {
        left: 10%;
        top: 30px;
        width: 200px
    }
}

@media (max-width:768px) {
    .buy__tree-01 {
        display: none
    }
}

.buy__tree-02 {
    position: absolute;
    width: 7.66667rem;
    z-index: 7;
    right: 30%;
    bottom: 50%
}

@media (max-width:1280px) {
    .buy__tree-02 {
        top: 140px
    }
}

@media (max-width:1240px) {
    .buy__tree-02 {
        right: 25%
    }
}

@media (max-width:1024px) {
    .buy__tree-02 {
        right: 15%
    }
}

@media (max-width:768px) {
    .buy__tree-02 {
        display: none
    }
}

.buy__title {
    position: relative;
    z-index: 50;
    font-weight: 700;
    font-size: 3.33333rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2.27778rem;
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:768px) {
    .buy__title {
        font-size: 1.77778rem;
        line-height: 46px
    }
}

@media (max-width:480px) {
    .buy__title {
        font-size: 1.22222rem;
        line-height: 26px
    }
}

.buy__text {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s;
    position: relative;
    z-index: 50;
    max-width: 31.16667rem;
    font-size: 1.33333rem;
    line-height: 1.61111rem;
    color: #fff;
    margin: 0 auto 66px;
    font-weight: 400;
    text-align: center;
}

@media (max-width:768px) {
    .buy__text {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width:480px) {
    .buy__text {
        font-size: 16px;
        line-height: 19px
    }
}

.buy__row {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s;
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    flex-flow: row wrap;
    justify-content: center
}

@media (max-width:1280px) {
    .buy__row {
        -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
    }
}

@media (max-width:480px) {
    .buy__row {
        margin-bottom: 30px
    }
}

.buy__button {
    cursor: pointer;
    width: 100%;
    height: 4.05556rem;
    padding: 1rem 3.5rem;
    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
}

.buy__button:after {
    position: absolute;
    content: "";
    right: .88889rem;
    top: 1.77778rem;
    width: 1.33333rem;
    height: .66667rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjM4MTggMTEuODk3N0MyMS4yNzI3IDExLjg5NzcgMjEuNzE4OSAxMC44MjA2IDIxLjA4OSAxMC4xOTA2TDExLjYwNTYgMC43MDcxMzVDMTEuMjE1MSAwLjMxNjYwOSAxMC41ODE5IDAuMzE2NjEgMTAuMTkxNCAwLjcwNzEzNEwwLjcwNzk3NCAxMC4xOTA2QzAuMDc4MDA5OCAxMC44MjA1IDAuNTI0MTc0IDExLjg5NzcgMS40MTUwOCAxMS44OTc3TDIwLjM4MTggMTEuODk3N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) 0 0 no-repeat;
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    transition: .3s transform, .3s -webkit-transform;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.buy__container {
    position: relative;
    z-index: 50;
    top: 140px
}

.buy__item {
    position: relative;
    margin-right: 1.72222rem;
    max-width: 16.61111rem;
    padding-bottom: 1rem;
    width: 25%;
    z-index: -1;
    -webkit-transition: .5s z-index;
    transition: .5s z-index
}



.buy__item--active {
    z-index: 5;
    -webkit-transition: .5s z-index;
    transition: .5s z-index;
    height: auto
}

.buy__item--active .buy__body {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto
}

.buy__item--active .buy__button:after {
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    transition: .3s transform, .3s -webkit-transform;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:1280px) {
    .buy__item {
        margin-right: 0;
        margin-bottom: 8px;
        width: 100%;
    }
    .buy {
        padding: 16rem 6rem 7rem;
    }
}
@media (max-width: 767px) {
    .buy {
        padding: 6rem 6px 7rem;
    }
}
@media (max-width:480px) {
    .buy {
        padding: 1rem 10px 7rem;
    }
}
.buy__apteka {
    background: #c0e2ab;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #a9ca95, inset 0 8px 8px #d8fbc2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #a9ca95, inset 0 8px 8px #d8fbc2;
    top: 0;
    left: 0;
    border-radius: 1.66667rem;
    -webkit-transition: .3s background, .3s -webkit-box-shadow;
    transition: .3s background, .3s box-shadow;
    transition: .3s background, .3s box-shadow, .3s -webkit-box-shadow;
    max-width: 100%
}

@media (max-width:1280px) {
    .buy__apteka {
        display: block!important;
        height: auto!important;
        position: static!important
    }
}

@media (min-width:1024px) {
    .buy__apteka:hover {
        -webkit-transition: .3s background, .3s -webkit-box-shadow;
        transition: .3s background, .3s box-shadow;
        transition: .3s background, .3s box-shadow, .3s -webkit-box-shadow;
        background: #e0f1d5;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #bfddac, inset 0 8px 8px #fcfffa;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -8px 8px #bfddac, inset 0 8px 8px #fcfffa
    }
}

.buy__logo {
    width: 9.77778rem;
    height: 2.55556rem;
    position: relative
}

.buy__logo img,
.footer__bear img,
.footer__creator-logo img,
.footer__links span svg,
.footer__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.buy__body {
    padding: 1rem 3.5rem 1.55556rem;
    opacity: 0;
    visibility: hidden;
    display: none
}

.buy__list li {
    margin-bottom: 1.33333rem
}

.buy__list li:last-child {
    margin-bottom: 0
}

.buy__link {
    font-weight: 700;
    font-size: .88889rem;
    line-height: 1.05556rem
}

.buy__link:hover {
    opacity: 0.5;
}

sup {
    font-size: .7em
}

.footer {
    position: relative;
    z-index: 50
}

.footer__bear {
    position: absolute;
    right: -1.22222rem;
    top: -1.11111rem;
    width: 10.83333rem;
    height: 9.88889rem;
    opacity: 0;
    -webkit-transform: translateY(190px);
    transform: translateY(190px);
    -webkit-transition: 1s opacity .8s, 1s -webkit-transform .8s;
    transition: 1s opacity .8s, 1s transform .8s;
    transition: 1s opacity .8s, 1s transform .8s, 1s -webkit-transform .8s
}

@media (max-width:399px) {
    .footer__bear {
        top: -10px;
        width: 160px;
        height: 143px;
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
}

.footer__bear._active,
.footer__row._active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.footer__body {
    position: relative;
    z-index: 3;
    height: 15.66667rem;
    background: linear-gradient(155.64deg, #8cbb06 28.84%, #fff 115.01%), #73be42;
    border-radius: 0 13.88889rem 0 0;
    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
}

@media (max-width:479.98px) {
    .footer__body {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:399px) {
    .footer__body {
        border-radius: 0 225px 0 0
    }
}

.footer__row {
    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;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:649px) {
    .footer__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:479.98px) {
    .footer__row {
        padding: 0 0 40px
    }
}

.footer__column {
    width: 50%;
    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
}

.footer__column--right {
    padding: 0 0 0 7.22222rem
}

@media (max-width:767.98px) {
    .footer__column--right {
        width: 65%;
        padding: 0 50px
    }
}

@media (max-width:649px) {
    .footer__column--right {
        padding: 25px 0 0
    }
    .footer__column {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .footer__column:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10.94444rem;
    -ms-flex: 0 0 10.94444rem;
    flex: 0 0 10.94444rem;
    width: 10.94444rem;
    height: 3.16667rem;
    position: relative;
    margin-right: 7.22222rem
}

@media (max-width:1440px) {
    .footer__logo {
        margin: 0 9.02778vw 0 0
    }
}

@media (max-width:1024.98px) {
    .footer__logo {
        margin: 0 20px 0 0
    }
}

@media (max-width:767.98px) {
    .footer__logo {
        width: 150px;
        max-height: 52px;
        margin: 0 0 40px
    }
}

.footer__links,
.footer__socials {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.66667rem;
    height: 1.66667rem;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: .77778rem
}

.footer__links:last-child {
    margin-right: 0
}

.footer__links span {
    width: .80556rem;
    height: .91667rem;
    position: relative;
    display: inline-block
}

.footer__creator-logo {
    position: relative;
    width: 4.72222rem;
    height: 2.11111rem;
    margin-right: .88889rem
}

.footer__creator-text {
    font-size: .66667rem;
    line-height: .77778rem;
    color: #219653
}

.goods {
    width: 100%;
    padding: 7.55556rem 0 0;
    position: relative
}

@media (max-width:1024px) {
    .goods {
        padding: 4.22222rem 0 0
    }
}

@media (max-width:768px) {
    .goods {
        padding: 2.55556rem 0 0
    }
}

.goods__oblako-01 {
    position: absolute;
    width: 8.88889rem;
    left: 0;
    top: 15%;
    z-index: 6
}

.goods__circle-01 img,
.goods__circle-02 img,
.goods__oblako-01 img,
.goods__oblako-02 img {
    width: 100%
}

@media (max-width:1024px) {
    .goods__oblako-01 {
        display: none
    }
}

.goods__oblako-02 {
    position: absolute;
    width: 8.88889rem;
    right: 0;
    top: 32%;
    z-index: 6
}

@media (max-width:1024px) {
    .goods__oblako-02 {
        display: none
    }
}

.goods__circle-01 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.22222rem;
    z-index: 6
}

.goods__circle-02 {
    left: 0;
    z-index: 5;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0
}

.goods__title {
    position: relative;
    z-index: 50;
    font-weight: 700;
    font-size: 3.33333rem;
    line-height: 4rem;
    margin-bottom: 3.66667rem;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:1024px) {
    .goods__title {
        font-size: 34px;
        line-height: 100%;
        margin-bottom: 3.11111rem
    }
}

@media (max-width:768px) {
    .goods__title {
        font-size: 22px;
        line-height: 100%;
        margin-bottom: 1.94444rem
    }
}

.goods__row._active,
.goods__title._active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.goods__row {
    position: relative;
    z-index: 50;
    width: 100%;
    min-height: 54.55556rem;
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: 1s opacity .3s, 1s -webkit-transform .3s;
    transition: 1s opacity .3s, 1s transform .3s;
    transition: 1s opacity .3s, 1s transform .3s, 1s -webkit-transform .3s
}

@media (max-width:1380px) {
    .goods__row {
        min-height: 51.11111rem
    }
}

@media (max-width:1180px) {
    .goods__row {
        min-height: 50rem
    }
}

@media (max-width:1024px) {
    .goods__row {
        min-height: 34.44444rem
    }
}

@media (max-width:680px) {
    .goods__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto
    }
}

.goods__item {
    position: absolute;
    overflow: hidden;
    width: 49.5%;
    height: 49%;
    -webkit-box-shadow: 0 0 20px rgba(10, 36, 60, .25);
    box-shadow: 0 0 20px rgba(10, 36, 60, .25);
    border-radius: 10px;
    z-index: 3;
    -webkit-transition: .8s height, 2s z-index;
    transition: .8s height, 2s z-index
}

.goods__item .goods-item::-webkit-scrollbar {
    width: .22222rem;
    height: .22222rem;
    background-color: transparent
}

.goods__item .goods-item::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 9em
}

.goods__item--top-left {
    top: 0;
    left: 0;
    background: #73be42
}

.goods__item--top-right {
    top: 0;
    right: 0;
    background: #bb066e
}

.goods__item--bottom-left {
    bottom: 0;
    left: 0;
    background: #18ade3
}

.goods__item--bottom-right {
    bottom: 0;
    right: 0;
    background: #784c9f
}

@media (max-width:680px) {
    .goods__item {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 230px;
        margin-bottom: 8px;
        max-height: 230px
    }
}

@media (max-width:480px) {
    .goods__item {
        min-height: 190px;
        max-height: 190px
    }
}

@media (max-width:375px) {
    .goods__item {
        min-height: 130px;
        max-height: 130px
    }
}

.item-goods__animal {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    padding: 0 0 62.5%
}

@media (max-width:680px) {
    .item-goods__animal {
        display: none
    }
}

.item-goods__animal img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.item-goods__animal--mobile {
    display: none
}

@media (max-width:680px) {
    .item-goods__animal--mobile {
        display: block;
        padding: 0 0 34%
    }
}

.item-goods__content {
    padding: 2rem 2.22222rem 4.44444rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1180px) {
    .item-goods__content {
        padding: 1.33333rem 1.66667rem 4.44444rem
    }
}

@media (max-width:840px) {
    .item-goods__content {
        padding: .66667rem .88889rem 4.44444rem
    }
}

@media (max-width:768px) {
    .item-goods__content {
        padding: .66667rem .88889rem 3.88889rem
    }
}

@media (max-width:480px) {
    .item-goods__content {
        padding: .66667rem .88889rem 2.77778rem
    }
}

@media (max-width:420px) {
    .item-goods__content {
        padding: .66667rem .88889rem 2.22222rem
    }
}

@media (max-width:375px) {
    .item-goods__content {
        padding: .66667rem .88889rem 1.66667rem
    }
}

.item-goods__content-grass {
    position: absolute;
    z-index: 50;
    width: 100%;
    bottom: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.item-goods__content-grass img {
    width: 100%
}

.item-goods__content--green:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .8s opacity, .8s visibility;
    transition: .8s opacity, .8s visibility;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.64%, #fff), to(#73be42));
    background: linear-gradient(180deg, #fff -6.64%, #73be42 100%)
}

.item-goods__content--violet:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.64%, #fff), to(#784c9f));
    background: linear-gradient(180deg, #fff -6.64%, #784c9f 100%)
}

.item-goods__content--blue:after,
.item-goods__content--pink:after,
.item-goods__content--violet:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .8s opacity, .8s visibility;
    transition: .8s opacity, .8s visibility
}

.item-goods__content--blue:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.64%, #fff), to(#18ade3));
    background: linear-gradient(180deg, #fff -6.64%, #18ade3 100%)
}

.item-goods__content--pink:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.64%, #fff), to(#bb066e));
    background: linear-gradient(180deg, #fff -6.64%, #bb066e 100%)
}

.item-goods__body {
    opacity: 0;
    visibility: hidden;
    padding: 1.11111rem 0 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.item-goods__title {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 4
}

@media (max-width:480px) {
    .item-goods__title {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.item-goods__title span {
    font-weight: 700;
    font-size: 2.22222rem;
    line-height: 2.66667rem;
    color: #fff;
    -webkit-transition: .5s color;
    transition: .5s color
}

@media (max-width:1180px) {
    .item-goods__title span {
        font-size: 1.77778rem
    }
}

@media (max-width:1080px) {
    .item-goods__title span {
        font-size: 1.33333rem;
        line-height: 100%
    }
}

@media (max-width:480px) {
    .item-goods__title span {
        font-size: 20px;
        margin-right: 18px;
        line-height: 100%
    }
}

.item-goods__title svg {
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    transition: .3s transform, .3s -webkit-transform;
    width: 1.33333rem;
    height: 1.33333rem
}

@media (max-width:480px) {
    .item-goods__title svg {
        width: .88889rem;
        height: .88889rem;
        margin-top: 4px
    }
}

.item-goods__title path {
    -webkit-transition: .5s fill;
    transition: .5s fill
}

@media (min-width:1025px) {
    .item-goods__title:hover svg {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.item-goods--active {
    height: 100%;
    z-index: 4;
    -webkit-transition: .8s height, .3s z-index;
    transition: .8s height, .3s z-index
}

@media (max-width:680px) {
    .item-goods--active {
        height: auto!important;
        max-height: none!important
    }
}

.item-goods--active .item-goods__content-grass {
    opacity: 1;
    visibility: visible
}

.item-goods--active .item-goods__body {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 10;
    -webkit-transition: .5s opacity .3s, .5s visibility .3s, .8s -webkit-transform .3s;
    transition: .5s opacity .3s, .5s visibility .3s, .8s transform .3s;
    transition: .5s opacity .3s, .5s visibility .3s, .8s transform .3s, .8s -webkit-transform .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.item-goods--active .item-goods__content--green:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s opacity, .8s visibility;
    transition: .8s opacity, .8s visibility
}

@media (max-width:768px) {
    .item-goods--active .item-goods__content--green:after {
        background: #73be42!important
    }
    .item-goods--active .item-goods__content--green:before {
        content: "";
        height: 700px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.item-goods--active .item-goods__content--green .item-goods__title span {
    color: #73be42
}

.goods-item__buy-button:after,
.item-goods--active .item-goods__content--blue .item-goods__title svg,
.item-goods--active .item-goods__content--green .item-goods__title svg,
.item-goods--active .item-goods__content--pink .item-goods__title svg,
.item-goods--active .item-goods__content--violet .item-goods__title svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.item-goods--active .item-goods__content--green .item-goods__title path {
    fill: #73be42
}

.item-goods--active .item-goods__content--violet:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s opacity, .8s visibility;
    transition: .8s opacity, .8s visibility
}

@media (max-width:768px) {
    .item-goods--active .item-goods__content--violet:after {
        background: #784c9f!important
    }
    .item-goods--active .item-goods__content--violet:before {
        content: "";
        height: 700px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.item-goods--active .item-goods__content--violet .item-goods__title span {
    color: #784c9f
}

.item-goods--active .item-goods__content--violet .item-goods__title path {
    fill: #784c9f
}

.item-goods--active .item-goods__content--blue:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s opacity, .8s visibility;
    transition: .8s opacity, .8s visibility
}

@media (max-width:768px) {
    .item-goods--active .item-goods__content--blue:after {
        background: #18ade3!important
    }
    .item-goods--active .item-goods__content--blue:before {
        content: "";
        height: 700px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.item-goods--active .item-goods__content--blue .item-goods__title span {
    color: #18ade3
}

.item-goods--active .item-goods__content--blue .item-goods__title path {
    fill: #18ade3
}

.item-goods--active .item-goods__content--pink:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s opacity, .8s visibility;
    transition: .8s opacity, .8s visibility
}

@media (max-width:768px) {
    .item-goods--active .item-goods__content--pink:after {
        background: #bb066e!important
    }
    .item-goods--active .item-goods__content--pink:before {
        content: "";
        height: 700px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.item-goods--active .item-goods__content--pink .item-goods__title span {
    color: #bb066e
}

.item-goods--active .item-goods__content--pink .item-goods__title path {
    fill: #bb066e
}

.goods-item {
    margin-bottom: 1rem
}

@media (max-width:1024px) {
    .goods-item {
        overflow-y: auto
    }
}

@media (max-width:680px) {
    .goods-item {
        height: auto;
        margin-bottom: 3.5rem
    }
}

@media (max-width:480px) {
    .goods-item {
        height: auto;
        margin-bottom: 1.5rem
    }
}

.goods-item__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.66667rem
}

@media (max-width:1024px) {
    .goods-item__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.goods-item__column {
    width: 50%
}

@media (max-width:1024px) {
    .goods-item__column {
        width: 100%;
        margin-bottom: 18px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.goods-item__column--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:1024px) {
    .goods-item__column--image {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.goods-item__info {
    font-size: 1.33333rem;
    line-height: 1.61111rem;
    margin-bottom: 1.66667rem;
    padding: 0 2.22222rem 0 0
}

.goods-item__info--green {
    color: #73be42
}

.goods-item__info--violet {
    color: #784c9f
}

.goods-item__info--blue {
    color: #18ade3
}

.goods-item__info--pink {
    color: #bb066e
}

@media (max-width:1520px) {
    .goods-item__info {
        font-size: 1.33333rem;
        line-height: 1.33333rem;
        margin-bottom: 1.66667rem
    }
}

@media (max-width:1400px) {
    .goods-item__info {
        font-size: 1.33333rem;
        line-height: 1.33333rem;
        margin-bottom: 1.66667rem
    }
}

@media (max-width:1320px) {
    .goods-item__info {
        font-size: 1.11111rem;
        line-height: 1.33333rem;
        margin-bottom: 1.66667rem
    }
}

@media (max-width:1180px) {
    .goods-item__info {
        font-size: 1.11111rem;
        line-height: 1.22222rem;
        margin-bottom: 1rem
    }
}

@media (max-width:768px) {
    .goods-item__info {
        color: #fff
    }
}

.goods-item__buy-button {
    position: relative;
    -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;
    background: #e8f0f5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
    border-radius: 36px;
    min-height: 39px;
    display: none;
    -webkit-transition: .3s background;
    transition: .3s background
}

.goods-item__buy-button span,
.goods-item__text-button span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.goods-item__buy-button:after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi4xNDIzIDcuNzc4MjRDMTMuMDMzMiA3Ljc3ODI0IDEzLjQ3OTQgNi43MDExIDEyLjg0OTQgNi4wNzExM0w3LjQ4NTQzIDAuNzA3MTdDNy4wOTQ5IDAuMzE2NjQ1IDYuNDYxNzQgMC4zMTY2NDYgNi4wNzEyMSAwLjcwNzE3TDAuNzA3MjUyIDYuMDcxMTNDMC4wNzcyODczIDYuNzAxMSAwLjUyMzQ1NCA3Ljc3ODI0IDEuNDE0MzYgNy43NzgyNEwxMi4xNDIzIDcuNzc4MjRaIiBmaWxsPSIjMTgxODFFIi8+Cjwvc3ZnPgo=) 0 0 no-repeat;
    width: 16px;
    height: 10px;
    position: absolute;
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    transition: .3s transform, .3s -webkit-transform;
    top: 15px;
    right: 13px
}

@media (max-width:1024px) {
    .goods-item__buy-button:active {
        background: #fafcfe;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff
    }
}

@media (max-width:680px) {
    .goods-item__buy-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.goods-item__text-button {
    position: relative;
    -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;
    background: #e8f0f5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
    border-radius: 36px;
    min-height: 39px;
    display: none;
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s background;
    transition: .3s background
}

.goods-item__text-button span:nth-child(2),
.mobile-text--active span:nth-child(1) {
    display: none
}

@media (max-width:1024px) {
    .goods-item__text-button:active {
        background: #fafcfe;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff
    }
}

@media (max-width:680px) {
    .goods-item__text-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.goods-item__labels-item {
    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;
    width: 100%;
    height: 2.66667rem;
    max-width: 10rem;
    margin-bottom: .44444rem;
    background: #e8f0f5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
    border-radius: 1.66667rem;
    -webkit-transition: .3s background, .3s -webkit-box-shadow;
    transition: .3s background, .3s box-shadow;
    transition: .3s background, .3s box-shadow, .3s -webkit-box-shadow
}

.goods-item__labels-item:last-child,
.goods-item__list li:last-child,
.goods-item__text p:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .goods-item__labels-item:hover {
        background: #fff;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff
    }
}

@media (max-width:1024px) {
    .goods-item__labels-item:active {
        background: #fff;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 -4px 4px #b5c0c7, inset 0 4px 4px #fff
    }
    .goods-item__labels-item {
        max-width: 15.55556rem
    }
}

@media (max-width:480px) {
    .goods-item__labels-item {
        max-width: 11.5rem
    }
}

.goods-item__labels-logo {
    width: 6.27778rem;
    height: 1.44444rem;
    position: relative
}

.goods-item__image img,
.goods-item__image-label svg,
.goods-item__labels-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1024px) {
    .goods-item__labels {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        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
    }
}



.goods-item__image {
    width: 12.33333rem;
    height: 17.77778rem;
    position: relative
}

@media (max-width:1180px) {
    .goods-item__image {
        width: 10.11111rem;
        height: 15.55556rem
    }
}

@media (max-width:1080px) {
    .goods-item__image {
        width: 9rem;
        height: 14.44444rem
    }
}

.goods-item__image img {
    z-index: 1
}

.goods-item__image-label {
    position: absolute;
    bottom: -1.11111rem;
    left: -1.94444rem;
    z-index: 2;
    width: 5.38889rem;
    height: 5.38889rem
}

@media (max-width:840px) {
    .goods-item__text {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:680px) {
    .goods-item__text {
        padding: 0 0 20px
    }
}

.goods-item__list li,
.goods-item__text p {
    margin-bottom: 1.33333rem;
    font-weight: 400;
    font-size: 1.11111rem;
    line-height: 1.33333rem;
    color: #fff
}

.goods-item__text p span {
    font-weight: 700;
    margin-right: .44444rem
}

@media (max-width:1520px) {
    .goods-item__text p {
        font-size: 1.11111rem;
        line-height: 1.11111rem;
        margin-bottom: 1.22222rem
    }
}

@media (max-width:1400px) {
    .goods-item__text p {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 1.22222rem
    }
}

@media (max-width:1320px) {
    .goods-item__text p {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 1rem
    }
}

.goods-item__list li {
    position: relative;
    font-size: 1.05556rem;
    line-height: 1.27778rem;
    margin-bottom: .88889rem;
    padding: 0 0 0 1rem
}

.goods-item__list li:before {
    position: absolute;
    top: .38889rem;
    left: 0;
    content: "";
    width: .55556rem;
    height: .55556rem;
    background: #fff;
    border-radius: 50%
}

@media (max-width:1520px) {
    .goods-item__list li {
        font-size: 1.11111rem;
        line-height: 1.11111rem;
        margin-bottom: .83333rem
    }
}

@media (max-width:1400px) {
    .goods-item__list li {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: .83333rem
    }
}

@media (max-width:1320px) {
    .goods-item__list li {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: .77778rem
    }
}

.mobile-button--active,
.mobile-text--active {
    margin-bottom: 40px
}

.mobile-button--active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.mobile-button--active~.goods-item__labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mobile-text--active span:nth-child(2) {
    display: inline-block
}

.mobile-text--active~.goods-item__list {
    display: block!important
}

.main-page {
    position: relative;
    background: linear-gradient(-4deg, #8cbb06 23.2%, #fff 96.56%);
    width: 100%;
    padding: 4.16667rem 4.44444rem .55556rem
}

@media (max-width:1024px) {
    .main-page {
        padding: .83333rem .55556rem .55556rem
    }
}

.main-page__oblaka {
    position: absolute!important;
    width: 90%
}

.main-page__oblaka div {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:480px) {
    .main-page__oblaka {
        display: none
    }
}

.main-page__oblako-mobile-01 {
    display: none;
    position: absolute;
    top: 25%;
    left: 6%
}

@media (max-width:480px) {
    .main-page__oblako-mobile-01 {
        display: block
    }
}

.main-page__oblako-mobile-02 {
    display: none;
    position: absolute;
    top: 26%;
    right: 3%
}

@media (max-width:480px) {
    .main-page__oblako-mobile-02 {
        display: block
    }
}

.main-page__grass-01 {
    position: absolute;
    width: 110%;
    top: 28.33333rem;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 80rem
}

@media (max-width:1024px) {
    .main-page__grass-01 {
        min-width: 56.88889rem
    }
}

@media (max-width:768px) {
    .main-page__grass-01 {
        min-width: 42.66667rem;
        top: 24.22222rem
    }
}

@media (max-width:480px) {
    .main-page__grass-01 {
        min-width: 42.66667rem;
        top: 23.11111rem
    }
}

@media (max-width:375px) {
    .main-page__grass-01 {
        min-width: 375px;
        top: 20.61111rem
    }
}

.main-page__cat img,
.main-page__circle-01 img,
.main-page__circle-02 img,
.main-page__circle-03 img,
.main-page__grass-01 img,
.main-page__grass-02 img,
.main-page__tea img,
.main-page__tree-01 img,
.main-page__tree-02 img,
.main-page__tree-03 img {
    width: 100%
}

.main-page__grass-02 {
    position: absolute;
    width: 110%;
    bottom: 0;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 80rem
}

@media (max-width:1024px) {
    .main-page__grass-02 {
        min-width: 56.88889rem;
        bottom: 5%
    }
}

@media (max-width:768px) {
    .main-page__grass-02 {
        min-width: 42.66667rem;
        bottom: 13%
    }
}

@media (max-width:375px) {
    .main-page__grass-02 {
        min-width: 375px;
        bottom: 14%
    }
}

.main-page__circle-03 {
    position: absolute;
    width: 100%;
    min-width: 480px;
    top: 35%;
    left: 0;
    z-index: 2
}

@media (max-width:375px) {
    .main-page__circle-03 {
        min-width: 375px
    }
}

.main-page__circle-01 {
    position: absolute;
    width: 85%;
    min-width: 74.44444rem;
    bottom: -49%;
    left: 0;
    z-index: 2
}

@media (max-width:1024px) {
    .main-page__circle-01 {
        min-width: 1024px;
        bottom: -30%
    }
}

@media (max-width:768px) {
    .main-page__circle-01 {
        left: -15%;
        min-width: 768px;
        bottom: -5%
    }
}

@media (max-width:480px) {
    .main-page__circle-01 {
        min-width: 580px;
        bottom: 13%;
        display: none
    }
}

@media (max-width:375px) {
    .main-page__circle-01 {
        min-width: 500px;
        left: -20%;
        bottom: 14%
    }
}

.main-page__circle-02 {
    position: absolute;
    width: 65%;
    min-width: 60rem;
    bottom: -43%;
    right: 0;
    z-index: 1
}

@media (max-width:1024px) {
    .main-page__circle-02 {
        display: none
    }
}

.main-page__cat {
    position: absolute;
    width: 19.22222rem;
    left: 65%;
    bottom: 12%;
    z-index: 3;
    -webkit-transform: translateX(50rem);
    transform: translateX(50rem);
    -webkit-transition: 1.5s -webkit-transform .8s;
    transition: 1.5s transform .8s;
    transition: 1.5s transform .8s, 1.5s -webkit-transform .8s
}

.main-page__cat._active,
.main-page__tea._active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

@media (max-width:1280px) {
    .main-page__cat {
        width: 17rem
    }
}

@media (max-width:1024px) {
    .main-page__cat {
        width: 15.33333rem;
        left: 70%;
        bottom: 12%
    }
}

@media (max-width:768px) {
    .main-page__cat {
        left: 55%
    }
}

@media (max-width:480px) {
    .main-page__cat {
        width: 10.44444rem;
        left: 60%;
        bottom: 14%
    }
}

@media (max-width:375px) {
    .main-page__cat {
        bottom: 11%;
        left: 56%
    }
}

.main-page__tea {
    position: absolute;
    z-index: 4;
    width: 14.88889rem;
    left: 59%;
    bottom: 18%;
    -webkit-transform: translateX(50rem);
    transform: translateX(50rem);
    -webkit-transition: 1.5s -webkit-transform .5s;
    transition: 1.5s transform .5s;
    transition: 1.5s transform .5s, 1.5s -webkit-transform .5s
}

@media (max-width:1280px) {
    .main-page__tea {
        width: 13.66667rem
    }
}

@media (max-width:1024px) {
    .main-page__tea {
        width: 11.44444rem;
        bottom: 15%;
        left: 67%
    }
}

@media (max-width:768px) {
    .main-page__tea {
        left: 52%
    }
}

@media (max-width:480px) {
    .main-page__tea {
        width: 6.44444rem;
        bottom: 20%;
        left: 57%
    }
}

@media (max-width:375px) {
    .main-page__tea {
        left: 52%
    }
}

.main-page__tea-el {
    position: absolute
}

.main-page__tree-01 {
    position: absolute;
    min-width: 8.27778rem;
    left: 2%;
    bottom: 35%
}

@media (max-width:1024px) {
    .main-page__tree-01 {
        display: none
    }
}

.main-page__tree-02 {
    position: absolute;
    min-width: 8.27778rem;
    left: 53%;
    bottom: 37%
}

@media (max-width:1024px) {
    .main-page__tree-02 {
        min-width: 6.05556rem;
        max-width: 6.05556rem;
        left: 63%;
        bottom: 45%
    }
}

@media (max-width:768px) {
    .main-page__tree-02 {
        min-width: 4.72222rem;
        max-width: 4.72222rem;
        left: 40%;
        bottom: 59%
    }
}

@media (max-width:480px) {
    .main-page__tree-02 {
        min-width: 3.61111rem;
        max-width: 3.61111rem;
        left: 65%;
        bottom: 58%
    }
}

@media (max-width:375px) {
    .main-page__tree-02 {
        left: 62%;
        bottom: 60%
    }
}

.main-page__tree-03 {
    position: absolute;
    min-width: 6.55556rem;
    right: .5%;
    bottom: 41%
}

@media (max-width:1024px) {
    .main-page__tree-03 {
        display: none
    }
}

.main-page__content {
    position: relative;
    z-index: 50;
    max-width: 60rem;
    margin: 0 auto;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transition: 1s opacity, 1s -webkit-transform;
    transition: 1s opacity, 1s transform;
    transition: 1s opacity, 1s transform, 1s -webkit-transform
}

.main-page__content._active {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%)
}

.main-page__logo {
    position: relative;
    width: 15.33333rem;
    height: 5.23444rem;
    margin-bottom: 1.5rem
}

.main-page__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1024px) {
    .main-page__logo {
        margin: 0 auto 12px
    }
}

@media (max-width:480px) {
    .main-page__logo {
        width: 10.66667rem;
        height: 3.64rem
    }
}

.main-page__title {
    font-weight: 700;
    font-size: 3.33333rem;
    line-height: 4rem;
    margin-bottom: 10.05556rem
}

@media (max-width:1024px) {
    .main-page__title {
        text-align: center
    }
}

@media (max-width:768px) {
    .main-page__title {
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 5.27778rem
    }
}

@media (max-width:375px) {
    .main-page__title {
        font-size: 24px
    }
}

.labels-main {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8.77778rem
}

@media (max-width:768px) {
    .labels-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 6.5rem
    }
}

@media (max-width:375px) {
    .labels-main {
        margin-bottom: 3.16667rem
    }
}

.labels-main__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 1.83333rem
}

.labels-main__item:last-child {
    margin-right: 0
}

@media (max-width:768px) {
    .labels-main__item {
        margin-right: 0;
        margin-bottom: 8px
    }
    .labels-main__item:last-child {
        margin-bottom: 0
    }
}

.labels-main__text {
    font-size: 1.11111rem;
    line-height: 1.33333rem
}

@media (max-width:1280px) {
    .labels-main__text {
        font-size: .88889rem;
        line-height: 1.11111rem
    }
}

@media (max-width:880px) {
    .labels-main__text {
        font-size: .77778rem;
        line-height: 1rem
    }
}

@media (max-width:480px) {
    .labels-main__text {
        font-size: 12px;
        line-height: 14px
    }
}

.labels-main__icon {
    position: relative;
    width: 2.94444rem;
    height: 2.38889rem;
    margin-right: .44444rem
}

.labels-main__icon img {
    z-index: 3
}

.labels-main__icon span {
    font-weight: 700;
    font-size: .66667rem;
    line-height: .77778rem;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.labels-main__icon span svg {
    width: 1rem;
    height: .77778rem;
    -webkit-transform: translateY(.16667rem);
    transform: translateY(.16667rem)
}

@media (max-width:768px) {
    .labels-main__icon {
        width: 2.94444rem;
        height: 2.38889rem
    }
}

.warranty {
    bottom: .55556rem
}

.warranty__title {
    font-weight: 700;
    font-size: 2.22222rem;
    line-height: 2.66667rem;
    color: #fff;
    margin: 0 0 .55556rem
}

@media (max-width:768px) {
    .warranty__title {
        font-size: 21px;
        line-height: 25px
    }
}

@media (max-width:375px) {
    .warranty__title {
        font-size: 20px
    }
}

.warranty__logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.warranty__logo-container {
    position: relative;
    width: 5.94444rem;
    height: 2.50278rem;
    margin-right: .22222rem
}

.labels-main__icon img,
.warranty__logo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:375px) {
    .warranty__logo-container {
        width: 4.44444rem;
        height: 1.83611rem
    }
}

.warranty__logo>span {
    font-size: 1.11111rem;
    line-height: 1.88889rem;
    color: #fff
}

@media (max-width:768px) {
    .warranty__logo>span {
        font-size: 14px
    }
}


/*# sourceMappingURL=../maps/style.min.css.map */