address, body {
    font-weight: 300
}

::-webkit-input-placeholder {
    color: #000;
    opacity: .5
}

:-moz-placeholder {
    color: #000;
    opacity: .5
}

::-moz-placeholder {
    color: #000;
    opacity: .5
}

:-ms-input-placeholder {
    color: #000;
    opacity: .5
}

html {
    font-size: 100%
}

html.bx-android .head__menu-app .app__one[href*=apple], html.bx-ios .head__menu-app .app__one[href*=google], html:not(.bx-ios):not(.bx-android) .head__menu-app {
    display: none
}

a, button, input, select, textarea {
    outline: 0;
    -webkit-appearance: none
}

input[type=submit], input[type=button] {
    border-radius: 0 !important
}

#page-wr button, #page-wr input:not([type]), #page-wr input[type=number], #page-wr input[type=password], #page-wr input[type=search], #page-wr input[type=tel], #page-wr input[type=text], #page-wr input[type=time], #page-wr input[type=url], #page-wr input[type=week], #page-wr input[type=submit], #page-wr input[type=button], #page-wr input[type=color], #page-wr input[type=date], #page-wr input[type=datetime], #page-wr input[type=datetime-local], #page-wr input[type=email], #page-wr input[type=month], #page-wr select, #page-wr textarea {
    appearance: none;
    border-radius: 0;
    box-shadow: none
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important
}

select::-ms-expand {
    display: none
}

body {
    min-width: 320px;
    line-height: 1.2;
    font-family: "Proxima Nova", sans-serif;
    font-size: 1rem;
    background: #fff;
    color: #000
}

body.why_choose .title-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 80px 0 0
}

body.why_choose .title-block__cont {
    position: relative;
    padding: 0
}

body.why_choose .bread-crumbs {
    color: inherit
}

body.why_choose .bread-crumbs__link:after {
    filter: invert(100%)
}

body.why_choose .title-bg {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

body.why_choose .title-bg img {
    display: block;
    width: 100vw;
    max-width: none
}

body[class*=order]:after {
    content: "";
    position: fixed;
    transition: opacity .3s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 12;
    pointer-events: none;
    background: url(../img/loader.svg) center no-repeat, rgba(255, 255, 255, .4);
    background-size: 80px !important
}

body[class*=order].f_cursor_wait:after {
    opacity: 1;
    pointer-events: all
}

#page-wr {
    max-width: 1800px;
    box-sizing: content-box;
    padding: 0 2rem;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

#content {
    flex: 1 1 auto
}

footer {
    flex: 0 0 auto
}

a {
    color: #2cad42;
    text-decoration: underline;
    font-weight: inherit
}

a[href^=tel], a[href^=mail] {
    white-space: nowrap
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: content-box
}

.wrapper--big {
    max-width: 1800px
}

button, input[type=submit] {
    cursor: pointer
}

img, svg {
    max-width: 100%
}

img[height], svg[height] {
    height: auto
}

li {
    list-style: none
}

.soc > :not(:last-child) {
    margin-right: 17px
}

.soc__link {
    display: inline-block;
    height: 48px;
    width: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover
}

.image {
    margin-bottom: 50px
}

.image--right {
    float: right;
    margin-left: 40px
}

.image--left {
    float: left;
    margin-right: 40px
}

.image--figcaption {
    padding: 30px;
    background: #eff0f0;
    text-align: center;
    margin-top: 30px
}

blockquote {
    position: relative;
    display: inline
}

input[type=radio] {
    display: none
}

input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding-left: 53px;
    padding-top: 5px;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 32px
}

input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #ebebeb
}

input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #2cad42;
    border-radius: 50px
}

.text-page li, .text-page ul li {
    position: relative
}

.btn, .text-page li:before {
    display: inline-block
}

.text-page--width {
    max-width: 1200px
}

.text-page {
    line-height: 1.375
}

.text-page > :not(:first-child) {
    margin-top: 22px
}

.text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
    font-weight: 300
}

.text-page h2 {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.text-page h3 {
    font-size: 1.25rem;
    line-height: 1.625rem
}

.submenu__title, .text-page h4 {
    font-size: 1.125rem
}

.text-page h4, .text-page h5 {
    line-height: 1.5rem
}

.text-page h5 {
    font-size: 1rem
}

.text-page img[align=right] {
    float: right;
    margin-left: 20px
}

.text-page img[align=left] {
    float: left;
    margin-right: 20px
}

.text-page blockquote {
    border-left: 2px solid #2cad42;
    padding-left: 21px
}

.text-page table {
    width: 100%;
    table-layout: fixed;
    color: #000
}

.text-page table td, .text-page table th {
    padding: 15px 23px;
    font-weight: 300;
    vertical-align: middle
}

.text-page table[border="1"] td, .text-page table[border="1"] th {
    border: 1px solid #ebebeb
}

.text-page ol, .text-page ul {
    max-width: 650px;
    margin-top: 0 !important
}

.text-page li li:not(:first-child), body.certificate.certificate-page .footer {
    margin-top: 0
}

.text-page li ol, .text-page li ul {
    margin-bottom: 20px
}

.text-page li li {
    padding-left: 20px
}

.text-page ul li {
    padding-left: 30px
}

.text-page ul li:before {
    content: "";
    background: #000;
    height: 1px;
    width: 13px;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0
}

.text-page ul ul li:before {
    content: "-";
    height: auto;
    width: auto;
    background: 0 0;
    margin: 0 5px 5px 0
}

.text-page ol {
    counter-reset: i
}

.text-page ol li {
    counter-increment: i
}

.text-page ol li:before {
    content: counter(i) ".";
    margin-right: 4px
}

.text-page dd, .text-page dt {
    display: inline;
    font-style: italic
}

.radio__input {
    display: none
}

.radio__input[disabled] + label {
    color: #acacac !important
}

.radio__input:checked + label:after {
    opacity: 1
}

.radio__label {
    position: relative;
    min-height: 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 40px;
    user-select: none
}

.radio__label:after, .radio__label:before {
    content: "";
    position: absolute;
    border-radius: 50%
}

.radio__label:before {
    top: 0;
    left: 0;
    background: #eff0f0;
    height: 26px;
    width: 26px
}

.radio__label:after {
    top: 9px;
    left: 9px;
    height: 8px;
    width: 8px;
    transition: opacity .3s ease;
    opacity: 0;
    z-index: 1;
    background: #2cad42
}

.checkbox__input {
    display: none
}

.checkbox__input:checked + label:after {
    opacity: 1
}

.checkbox__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    min-height: 17px;
    display: flex;
    align-items: center;
    font-size: 14px
}

.checkbox__label:after, .checkbox__label:before {
    position: absolute;
    content: ""
}

.checkbox__label:before {
    background: #fff;
    height: 17px;
    width: 17px;
    left: 0;
    top: 0;
    border: 1px solid #ebebeb
}

.checkbox__label:after {
    transition: opacity .3s ease;
    height: 6px;
    width: 11px;
    left: 5px;
    top: 6px;
    background: url(../img/ico-check.png) no-repeat;
    opacity: 0
}

.btn {
    background: #2cad42;
    text-align: center;
    color: #fff;
    border: none;
    transition: background .5s ease;
    height: auto;
    padding: 21px 26px 23px;
    min-width: 115px
}

.btn--gray {
    color: #000;
    background: #f6f6f6
}

.btn-delfilter {
    color: #000;
    border: 1px solid #2cad42;
    background: 0 0
}

body.certificate.certificate-page {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

body.certificate.certificate-page #content {
    display: flex;
    flex-direction: column
}

body.certificate.certificate-page #page-wr {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

body.certificate.certificate-page .head {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

body.certificate.certificate-page .head__menu {
    padding-left: 2rem;
    padding-right: 2rem
}

.content.certificate {
    flex: 1 1 auto;
    background: #00903C;
    overflow: hidden;
    padding: 100px 2rem
}

.certificate {
    position: relative
}

.certificate-bg {
    max-width: 1600px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0)
}

.certificate-bg .bg-circle {
    animation: fade .9s ease-in-out .5s infinite alternate
}

.certificate-bg .bg-circle:nth-child(2), .certificate-bg .bg-circle:nth-child(9) {
    animation-delay: .8s
}

.certificate-bg .bg-circle:nth-child(10), .certificate-bg .bg-circle:nth-child(3) {
    animation-delay: 1.2s
}

.certificate-bg .bg-circle:nth-child(11), .certificate-bg .bg-circle:nth-child(4) {
    animation-delay: 1.5s
}

.certificate-bg .bg-circle:nth-child(12), .certificate-bg .bg-circle:nth-child(5) {
    animation-delay: 2s
}

.certificate-bg .bg-circle:nth-child(13), .certificate-bg .bg-circle:nth-child(6) {
    animation-delay: 2.7s
}

.certificate-bg .bg-circle:nth-child(14), .certificate-bg .bg-circle:nth-child(7) {
    animation-delay: 3s
}

.certificate-bg .bg-circle:nth-child(15), .certificate-bg .bg-circle:nth-child(8) {
    animation-delay: 3.3s
}

.certificate-form {
    background: #fff;
    padding: 80px 40px 70px;
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 100px;
    border-radius: 0 0 10px 10px
}

.certificate-form::after, .certificate-form::before {
    position: absolute;
    display: block;
    content: '';
    pointer-events: none
}

.certificate-form textarea {
    padding-top: 15px;
    padding-bottom: 15px
}

.certificate-form::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/vector.png);
    background-repeat: no-repeat;
    background-size: cover !important
}

.certificate-form::after {
    top: -160px;
    right: -60px;
    background: url(../img/panda1.svg) center no-repeat;
    width: 410px;
    height: 330px
}

.certificate-form__top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.certificate-form__top .logo {
    margin-bottom: 35px
}

.certificate-form__top .logo img {
    display: block
}

.certificate-form__top > img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 150px
}

@media (max-width: 767px) {
    .certificate-form__top > img {
        position: static;
        margin: 30px 0;
        align-self: center
    }
}

.certificate-form .forms__title {
    font-weight: 300;
    font-size: 40px;
    text-transform: none;
    text-align: left;
    margin-bottom: 40px
}

.certificate-form__item {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.certificate-form__item > .forms-input-cont {
    width: 100%
}

.certificate-form__title {
    font-weight: 700;
    margin-bottom: 20px
}

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

.certificate-form__submit .btn {
    margin-bottom: 20px
}

.certificate-form__agree {
    max-width: 380px;
    width: 100%;
    text-align: center
}

.certificate-form .forms-wrap .forms-input-cont {
    width: 48%
}

.certificate-form textarea {
    height: 100px;
    resize: vertical
}

.certificate-form .sale-paysystem-button-container {
    padding: 0;
    margin-top: 30px
}

.certificate-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.certificate-sum__title {
    font-size: 24px;
    font-weight: 300
}

.certificate-sum__price {
    white-space: nowrap;
    font-size: 23px;
    font-weight: 700
}

.certificate-nominal {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px
}

.certificate-nominal__item {
    padding: 0 7px;
    margin-bottom: 10px;
    position: relative
}

.certificate-nominal__label {
    display: inline-block;
    padding: 10px 30px !important;
    border: 1px solid #ebebeb;
    transition: border-color .3s linear;
    margin-bottom: 0 !important
}

.certificate-nominal__label:hover {
    border-color: #2cad42
}

.certificate-nominal__label::before {
    display: none !important
}

.certificate-nominal__input:checked + .certificate-nominal__label {
    background: #2cad42;
    color: #fff;
    border-color: #2cad42
}

@keyframes fade {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media screen and (max-width: 1820px) {
    .certificate-page .head {
        padding-left: 2em;
        padding-right: 2em
    }

    .certificate-page .head__lefttop-links {
        left: 2em
    }

    .certificate-page .city {
        right: 2em
    }
}

@media screen and (max-width: 1300px) {
    .certificate-page #content {
        padding: 0
    }
}

@media screen and (max-width: 1100px) {
    .certificate-page .head, .certificate-page .head__menu, .content.certificate {
        padding-left: 18px;
        padding-right: 18px
    }

    .head__lefttop-links {
        left: 18px
    }

    .city {
        right: 18px
    }
}

@media screen and (max-width: 820px) {
    .content.certificate {
        padding-bottom: 60px
    }

    .certificate-bg {
        top: 15px
    }

    .certificate-form {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        margin-top: 10px
    }

    .certificate-form .forms__title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .certificate-form::after {
        width: 250px;
        height: 200px;
        right: 0;
        background-size: contain;
        top: -65px
    }

    .certificate-form__top .logo {
        width: 150px
    }

    .certificate-form__item {
        padding-bottom: 10px;
        margin-bottom: 30px
    }

    .certificate-sum {
        margin-bottom: 30px
    }

    .certificate-sum__title {
        font-size: 20px
    }

    .certificate-sum__price {
        font-size: 18px
    }
}

@media screen and (max-width: 640px) {
    .content.certificate {
        padding-top: 50px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column
    }

    .certificate-form {
        margin-top: 10px;
        padding-bottom: 30px;
        flex: 1 1 auto
    }

    .certificate-form .sale-paysystem-button-container {
        margin-top: 10px
    }

    .certificate-form::before {
        display: none
    }

    .certificate-form .forms-wrap .forms-input-cont {
        width: 100%
    }

    .certificate-form::after {
        width: 200px;
        height: 150px;
        top: 0;
        transform: rotate(-16deg);
        right: -20px
    }

    .certificate-form__item {
        padding-bottom: 0;
        margin-bottom: 10px;
        border: 0
    }

    .certificate-sum__price, .certificate-sum__title {
        font-size: 16px
    }

    .certificate-nominal {
        margin-bottom: 30px
    }

    .certificate-nominal__item {
        width: 100%
    }

    .certificate-nominal__label {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 420px) {
    .certificate-form .forms__title {
        font-size: 26px
    }
}

@media screen and (max-width: 380px) {
    .content.certificate {
        padding-bottom: 0
    }

    .certificate-form {
        margin-top: 20px;
        margin-left: -18px;
        margin-right: -18px;
        width: calc(100% + 36px);
        padding-top: 50px;
        border-radius: 0
    }

    .certificate-form .forms__title {
        font-size: 24px
    }

    .certificate-form::after {
        top: -65px;
        right: -10px
    }

    .certificate-form__top .logo {
        width: 100px
    }
}

.confirmation__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 40px;
    margin-top: 10px
}

.confirmation__cont .btn:not(:last-child), .sub--vertical .submenu__col:not(:last-child) {
    margin-bottom: 30px
}

.confirmation__cont {
    font-size: 18px;
    line-height: 1.5;
    max-width: 560px;
    width: 100%
}

.confirmation__cont .btn {
    text-decoration: none;
    font-size: 14px;
    padding: 18px 25px 20px;
    border: 1px solid transparent;
    transition: background .3s linear, color .3s linear, border-color .3s linear
}

.confirmation__cont .btn:not(:first-child) {
    margin-top: 30px
}

.confirmation__cont .btn:hover {
    color: #39A935;
    border-color: #39A935;
    background: #fff
}

.confirmation__info {
    margin: 30px 0 40px;
    position: relative;
    font-size: 16px;
    padding-left: 40px
}

.confirmation__info::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: block;
    background: url(../img/check.svg) center no-repeat
}

.footer, .notice {
    background: #eff0f0
}

.confirmation__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px
}

.confirmation__col {
    margin-bottom: 40px;
    padding-right: 15px
}

.confirmation__col:not(.confirmation__col--2) {
    width: 50%
}

.confirmation__col--2 {
    width: 100%
}

.confirmation__col .confirmation__label {
    color: #39A935;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300
}

.confirmation__col .confirmation__text {
    font-size: 18px
}

.confirmation__item {
    display: flex;
    flex-wrap: wrap
}

.confirmation__item .confirmation__label {
    width: 200px;
    flex: none;
    margin-right: 20px
}

.confirmation__item .confirmation__text {
    width: calc(100% - 220px)
}

.confirmation__item:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (max-width: 1440px) {
    .confirmation__title {
        font-size: 36px
    }

    .confirmation__cont {
        font-size: 16px
    }
}

@media screen and (max-width: 960px) {
    .confirmation__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .confirmation__cont {
        font-size: 14px
    }

    .confirmation__cont .btn {
        padding: 14px 20px 16px
    }

    .confirmation__info {
        margin: 30px 0
    }

    .confirmation__col {
        margin-bottom: 30px
    }

    .confirmation__col .confirmation__text {
        font-size: 16px
    }

    .confirmation__row {
        margin-bottom: -30px
    }
}

@media screen and (max-width: 520px) {
    .confirmation__row {
        margin-bottom: -20px
    }

    .confirmation__col {
        margin-bottom: 20px
    }

    .confirmation__col:not(.confirmation__col--2) {
        width: 100%
    }

    .confirmation__item .confirmation__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px
    }

    .confirmation__item .confirmation__text {
        width: 100%
    }
}

.footer {
    padding: 64px;
    margin-top: 88px
}

.footer__copy {
    font-size: .875rem
}

.footer__copy a {
    text-decoration: none;
    display: inline-block;
    margin-top: 6px
}

.footer-line {
    display: flex;
    justify-content: space-between
}

.footer-line--bot {
    align-items: center;
    margin-top: 35px
}

.cart-header, .footer__menu, .submenu {
    justify-content: space-between
}

.footer__menu {
    display: flex;
    width: 55.71429%
}

.footer__phone {
    margin-left: auto;
    width: 23.21429%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer__phone a {
    text-decoration: none
}

.footer .submenu__list-el:not(:first-child) {
    margin-top: 11px
}

.footer .submenu__list-link {
    font-size: 1rem
}

.footer-phone a {
    color: #000;
    font-size: 1.25rem
}

.footer-call {
    margin-top: 10px
}

.footer__check {
    display: flex;
    flex-direction: column
}

.dev, .head {
    align-items: center
}

.footer__check > :not(:first-child) {
    margin-top: 15px
}

.footer .f-auth, .footer .f-auth a {
    width: 100%
}

.f-auth__link {
    display: inline-block;
    border: 1px solid #d2d0d0;
    color: #000;
    text-decoration: none;
    padding: 14px 28px;
    text-align: center
}

.dev {
    display: flex;
    color: #000;
    text-decoration: none
}

.dev__text {
    margin-right: 10px;
    font-size: .875rem
}

[v-cloak] {
    display: none
}

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

.price-filter__input, .rub {
    font-family: Roboto
}

@media screen and (min-width: 1200px) {
    .head__lefttop-links {
        display: flex !important
    }
}

a {
    transition: color .3s ease
}

a:hover {
    color: #2cad42
}

.block-paysystem_list-title {
    margin-bottom: 10px
}

.cart-gift .rub {
    display: inline-block;
    margin-left: 5px
}

.iframe-wrap {
    position: relative;
    padding-top: 46%
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.head {
    position: relative
}

.head__lefttop-links {
    display: flex;
    position: absolute;
    top: 25px;
    left: 0
}

.head__lefttop-links a {
    font-size: .875rem;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #ccc
}

.head__lefttop-links a:not(:first-child) {
    margin-left: 20px
}

.head__lefttop-links a:hover {
    border-bottom-color: #2cad42
}

.soc__widget {
    position: absolute;
    bottom: 42px;
    width: auto
}

.soc {
    position: relative;
    display: flex
}

.soc > div:hover > a + div {
    display: block !important
}

.footer .footer__soc .soc__widget, .soc iframe + iframe {
    display: none !important
}

.notice {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 15px 0;
    text-align: center;
    font-weight: 100;
    letter-spacing: .01em
}

.notice a {
    text-decoration: none
}

.rating__list {
    display: inline-flex;
    margin-right: 16px
}

.rating__start {
    height: 16px;
    width: 8px;
    background: url(../img/ico-star.png) right top no-repeat
}

.rating__start:nth-child(odd) {
    background-position: left top
}

.rating__start:nth-child(odd):not(:first-child) {
    padding-left: 4px;
    width: 12px;
    background-position: left 4px top
}

.rating__start.active {
    background: url(../img/ico-star-active.png) top right no-repeat
}

.rating__start.active:nth-child(odd) {
    background-position: left top
}

.rating__start.active:nth-child(odd):not(:first-child) {
    background-position: left 4px top
}

.rating__count {
    display: inline-block;
    vertical-align: top
}

.rub {
    font-style: normal;
    font-size: 100%;
    font-weight: inherit
}

.slick-slide {
    height: auto
}

.slick-arrow {
    border: none;
    padding: 0;
    display: block
}

.head, .head-links, .head__left, .menu, .submenu {
    display: flex
}

.slick-list, .slick-track {
    min-width: 100%
}

.head {
    justify-content: space-between;
    padding: 40px 0 0
}

.head__left, .head__right {
    width: 42.77778%
}

.head__left {
    align-items: center
}

.head__logo {
    flex: none
}

.head-search {
    width: 237px;
    margin-right: 28px
}

.head-contacts__link {
    color: #000;
    text-decoration: none
}

.head-links {
    justify-content: flex-end
}

.head-links__link {
    height: 32px;
    width: 32px
}

.head-links__link:not(:first-child) {
    margin-left: 28px
}

.head-links__link--favorite {
    background: url(../img/ico-mobile-favorite.png) center bottom no-repeat !important;
    background-size: 25px !important
}

.head-links__link--cart {
    position: relative;
    background: url(../img/ico-mobile-cart.png) center bottom no-repeat !important;
    background-size: 26px !important
}

.head-links__link--cart svg {
    opacity: 0
}

.head-links__link--cart:after {
    content: attr(data-count);
    border-radius: 50%;
    position: absolute;
    color: #fff;
    text-decoration: none;
    background: #1dbadd;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    top: 1px;
    right: -2px
}

.menu__link, .submenu__list-link, .submenu__title a {
    color: #000;
    text-decoration: none
}

.head-links__link--lc {
    background: url(../img/ico-lc.svg) center bottom no-repeat;
    order: -1
}

.head-links__link--bonus {
    order: -2
}

.search__wrap {
    position: relative;
    width: 237px
}

.search__submit {
    border: none;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 45px;
    background: url(../img/ico-search.png) center no-repeat, #fff
}

.menu, .menu__el.sub .menu__link, .sub--vertical {
    position: relative
}

.search__input {
    height: 42px;
    width: 100%;
    padding: 0 40px 0 18px;
    border: 1px solid #ebebeb
}

.head__menu {
    margin-top: 87px
}

.cart-footer, .submenu__list-el:not(:first-child) {
    margin-top: 15px
}

.sub--vertical .submenu {
    width: auto;
    left: 50%;
    padding: 35px 40px;
    transform: translateX(-50%);
    flex-direction: column
}

.sub--vertical .submenu__col {
    width: 100%;
    margin-right: 0
}

.sub--vertical .submenu__col:last-child .submenu__title {
    margin-bottom: 0
}

.menu {
    justify-content: center;
    z-index: 7
}

.menu__link {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    white-space: nowrap
}

.menu__el {
    padding-bottom: 55px
}

.menu__el:not(:last-child) {
    padding-right: 30px
}

.menu__el.sub div a {
    font-weight: 300
}

.menu__el.sub .menu__link {
    display: block;
    padding-right: 21px;
    z-index: 1
}

.menu__el.sub .menu__link:after, .menu__el.sub .menu__link:before {
    content: "";
    position: absolute
}

.menu__el.sub .menu__link:after {
    right: 0;
    height: 4px;
    width: 7px;
    background: url(../img/ico-sub-arrow.png) no-repeat;
    top: 7px
}

.menu__el.sub .menu__link:before {
    height: 12px;
    width: 23px;
    background: url(../img/ico-triangle.png) no-repeat;
    left: calc(50% - 12px);
    bottom: -55px;
    transition: opacity .4s ease;
    opacity: 0
}

.menu__el.sub:hover .menu__link:before, .pickup-radio__label-btn-popup:hover span {
    opacity: 1
}

.submenu {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    transition: opacity .4s ease;
    pointer-events: none;
    opacity: 0;
    background: #fff;
    box-shadow: 13px 13px 15px 0 rgba(0, 0, 0, .1);
    border-top: 1px solid #ebebeb;
    padding: 50px 65px
}

.cart-steps, .paginator {
    justify-content: center
}

.submenu__title {
    text-transform: uppercase;
    margin-bottom: 30px;
    white-space: nowrap
}

.new-slider .cat2__one-quantity, .submenu__title:first-child:last-child {
    margin-bottom: 0
}

.submenu__list {
    font-size: .875rem
}

.submenu__list-link {
    transition: color .3s ease
}

.hidden-item__remove a, .submenu__list-link:hover {
    color: #2cad42
}

.bread-crumbs {
    color: #000
}

.bread-crumbs__link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    font-size: .875rem;
    line-height: 1.25rem
}

.bread-crumbs__link:after {
    display: inline-block;
    content: "";
    color: inherit;
    right: -15px;
    margin-left: 15px;
    height: 9px;
    width: 5px;
    background: url(../img/ico-breadcrumbs-arrow.png) no-repeat
}

.title-block__cont {
    padding: 50px 2rem 61px;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 88px
}

.title-block__title {
    font-size: 2.5rem;
    font-weight: 100
}

.title-block__crumbs {
    margin: 14px 0 0
}

.inner-content .wrapper {
    padding: 0
}

@keyframes progress_bar {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 26px 0
    }
}

.cart-steps {
    background: url(../img/steps-counter-bg.png) repeat-x, #2cad42;
    height: 77px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    animation: progress_bar .8s linear infinite
}

.cart-steps:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2cad42;
    border-left: 2px solid #4e9946
}

.cart-steps--1:after {
    width: 66.66%
}

.cart-steps--2:after {
    width: 33.33%
}

.cart-steps--3:after, .cart-steps--4:after {
    display: none
}

.cart-steps span {
    position: relative;
    z-index: 2
}

.block-bonus .forms-input-cont {
    width: 100%
}

.pickup-list__item:not(:first-child) {
    margin: 22px 0 0
}

.pickup-block {
    margin: 15px 0 0
}

.hidden-items__item:not(:first-child) {
    margin: 6px 0 0
}

.hidden-item {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff0f0;
    flex-wrap: wrap
}

.hidden-item__title {
    margin-right: 15px;
    width: calc(100% - 140px)
}

.hidden-item__count {
    flex: none;
    white-space: nowrap;
    width: 120px;
    text-align: right
}

.hidden-item__remove {
    width: 100%;
    margin: 7px 0 0
}

.pickup-radio {
    max-width: 800px
}

.pickup-radio__hidden-items {
    margin: 20px 0 0
}

.pickup-radio__label {
    font-size: 15px;
    display: flex !important;
    align-items: center;
    padding-top: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap
}

.pickup-radio__label > span:first-child {
    width: 100%
}

.pickup-radio__label > span:last-child, .pickup-radio__label > span:nth-last-child(2):not(:first-child) {
    color: rgba(0, 0, 0, .5)
}

.pickup-radio__label > span span {
    color: #000
}

.pickup-radio__label-btn {
    margin-left: 20px;
    display: flex;
    align-items: center
}

.pickup-radio__label-btn-popup {
    margin-left: 16px;
    background: url(../img/ico-warning.svg) no-repeat;
    background-size: contain !important;
    height: 21px;
    width: 20px;
    display: inline-block;
    position: relative
}

.pickup-radio__label-btn-popup span {
    position: absolute;
    cursor: default;
    color: #000;
    pointer-events: none;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, .1);
    bottom: calc(100% + 10px);
    min-width: 300px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    font-size: 14px;
    z-index: 1
}

.pickup-radio__input:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #eff0f0;
    border-radius: 50px
}

.bonuses-field .forms-input-cont, .user-data--step4 .user-data__bot {
    width: 100%
}

.pickup-radio__input:not(:checked) ~ .pickup-radio__hidden-items {
    display: none
}

.pickup-radio__input:checked + label .pickup-radio__btn {
    background: #2cad42;
    color: #fff
}

.pickup-radio__btn {
    transition: background .3s ease, color .3s ease;
    background: #eff0f0;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    padding: 10px 21px 11px;
    text-decoration: none;
    border-radius: 22px;
    display: inline-block
}

.pickup-radio__btn:hover, .req-text:before {
    background: #2cad42;
    color: #fff
}

#step_2, #step_3 {
    margin-bottom: -55px
}

.user-data {
    position: relative
}

.user-data--step4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px
}

.user-data--step4 .user-data__left {
    width: 55%
}

.user-data--step4 .user-data__left .forms-textarea-cont textarea {
    max-width: none !important
}

.user-data--step4 .user-data__right {
    padding-left: 10%;
    width: 45%
}

.user-data--step4 .user-data__right .user-data__form {
    flex-direction: column
}

.user-data--step4 .user-data__right .user-data__input {
    margin: 0;
    width: auto
}

.user-data--step4 .user-data__right .user-data__input:not(:first-child) {
    margin: 20px 0 0
}

.user-data__form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -31px -31px
}

.user-data__input {
    width: calc((100% - 31px * 4) / 4);
    margin: 0 0 31px 31px
}

.user-data__input .forms__input {
    height: 53px
}

.user-data__input .forms__input-cont {
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.user-data__bot {
    display: flex;
    align-items: center;
    margin: 55px 0 0
}

.user-data__bot-btns {
    display: flex;
    width: calc((100% - 23px * 4) / 4)
}

.user-data__bot-btns .default-btn {
    flex: none;
    font-size: 15px;
    padding: 12px 26px 14px;
    font-weight: 100
}

.user-data__bot-btns .default-btn:not(:last-child) {
    margin-right: 32px
}

.user-data__bot-text {
    flex: 1 1 auto;
    margin-left: 31px;
    display: none
}

.delivery-row:after {
    content: "";
    display: table;
    clear: both
}

.delivery-col .input--location {
    width: 100% !important
}

.delivery-col .user-data, .delivery-col .user-data__form {
    margin-left: 0 !important
}

.delivery-col .user-data__input {
    width: 100% !important;
    margin-left: 0 !important
}

.delivery-col:last-child {
    float: left
}

.delivery-col__title {
    background: #eff0f0;
    padding: 15px 20px;
    margin-bottom: 26px;
    display: inline-block
}

.delivery-col__title label {
    margin: 0 !important;
    padding-bottom: 5px !important
}

.delivery-col__title label span {
    display: block;
    margin: 2px 0 0;
    color: rgba(0, 0, 0, .6)
}

.delivery-col__title input[type=radio]:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #eff0f0;
    border-radius: 50px
}

.delivery-block {
    margin: 20px 0 0
}

.time-br {
    margin: 2px 0 0;
    display: block;
    color: #a5a0a0;
    font-size: 14px;
    line-height: 20px
}

.delivery-radio .time a {
    display: none
}

.delivery-radio .price {
    white-space: nowrap
}

.delivery-radio .price:nth-last-child(2), .delivery-radio .price:nth-last-child(4) {
    font-weight: 700;
    font-size: 17px;
    margin-right: 5px
}

.delivery-radio .old-price {
    white-space: nowrap;
    display: none
}

.delivery-radio .old-price:last-child, .delivery-radio .old-price:nth-last-child(3) {
    color: #dedede;
    position: relative
}

.delivery-radio .old-price:last-child:after, .delivery-radio .old-price:nth-last-child(3):after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background: #dedede
}

.delivery-radio__input:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #eff0f0;
    border-radius: 50px
}

.req-text:before {
    content: "*";
    display: inline-block;
    border-radius: 50%;
    font-weight: 400;
    font-size: 18px;
    height: 31px;
    width: 31px;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    margin-right: 12px
}

.blog__item-title, .cart-item__title {
    line-height: 1.375rem;
    letter-spacing: .01rem;
    text-transform: uppercase
}

.cart__steps {
    margin: 0 0 55px
}

.cart .text-message {
    font-size: 18px;
    margin-bottom: 20px
}

.cart-header {
    padding: 12px 0;
    display: flex;
    font-size: .875rem;
    letter-spacing: .01rem;
    border-bottom: 1px solid #dedede
}

.cart-header__name {
    width: calc(51% - 17px)
}

.cart-header__price {
    width: 16.4%
}

.cart-header__quantity {
    width: 18.92%
}

.cart-header__price-total {
    width: calc(17.14% + 45px)
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 25px 33px 0
}

.cart-item:not(:first-child) {
    border-top: 1px solid #dedede
}

.cart-item__title {
    font-size: 1.125rem;
    font-weight: 300
}

.cart-item__title a {
    color: #000;
    text-decoration: none
}

.cart-item__text {
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 100;
    letter-spacing: .01rem;
    color: #aaaaa8;
    margin-top: 10px
}

.cart-item__name {
    display: flex;
    width: 50.71429%;
    align-items: center;
    margin-right: 15px
}

.cart-item__name-foto {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    flex-direction: row-reverse;
    width: 90px !important
}

.cart-item__name-foto img {
    margin-left: 10px;
    max-width: calc(100% - 28px)
}

.cart-item__name-foto .cat2__one-fav-add {
    margin-right: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAYAAADeiIy1AAAB8ElEQVR42uxVTUvDQBDt1tiWplUQRA9NwJPeehP0F/gHPHkRetCjiBdRVBQEe/UgggdPgj/Bi0dF/BOmakBtK02/krbp+kY2UtsktQV70YXHJJnZednZt7OMcx4YxGB/iyiTyYzCzAEK8ArcqKr6JnwTMPPAJPAofPmeiJCEwaSAw0gkMi5JUsC27UC1Wi3j2w4QBPai0agcDAYd37vwnYDQ7koEEkqyEYvFjkqlkonnIaAhVvQSj8dnGWMBwzCe8T4GhMXUJnxSsVjcxHMaZM1uREmYe0BSFIU53+mvdV2v4vEOmKaSkZ9IW+ZSsjowBSL9W2IicqBpmgQc42+52wAZh78ANLnHyGazFLMEsNbcUlsph4FkKBRy3VDaj0QiMULWa5TLZVrVTMdcl1jLT4l+JC3DQOm4HxHV99o0zb7PSzgcpk277bYikuUF9qhQq9V6JoEYGpZlPQjBeBOJ5T4B65C2o6Ifk+DM0Z6nkKfeEdCqjDb1HeRyOe6nMGcgxhaxa275Pvfcy0HyBNL5fN6XjHyCZNcrF6Fbr6PSbqHV7FcqFY6SfMXTQaXSyrLMIOltalftSuupe4u+twicATJAkmSi9VDvWwUu3fpbX9cECFWYU6xgQRzMK5gVEGi/ch+BcFko9Pz/hh0I0YcAAwDHy9Wo8CGjfgAAAABJRU5ErkJggg==) no-repeat;
    height: 16px;
    width: 18px;
    background-size: contain !important;
    border: none !important;
    flex: none;
    border-radius: 0 !important
}

.cart-counter-wrapper, .cart__forms, .cart__forms .forms-wrap textarea, .cart__forms .textarea {
    border: 1px solid #ebebeb
}

.cart-item__name-foto .cat2__one-fav-add:before {
    position: static !important;
    display: inline-block
}

.cart-item__info {
    width: 70%;
    margin-left: 53px
}

.cart-item__info .cart-item__quantity {
    width: 100%
}

.cart-item__price {
    width: 16.42857%;
    font-size: 1.5rem;
    font-weight: 300;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.cart-item__price--old {
    font-size: 17px;
    text-decoration: line-through;
    opacity: .5
}

.cart-item__quantity {
    width: 18.92857%
}

.cart-item__price-total {
    width: 17.14286%;
    font-size: 1.5rem;
    font-weight: 300
}

.cart-item__close {
    width: 3.57143%
}

.cart-counter-wrapper {
    max-width: 115px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-counter__input {
    max-width: 50px;
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    color: #000
}

.cart-counter__link--minus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.cart-counter__link--minus:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    background: #000
}

.cart-counter__link--plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.cart-counter__link--plus:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    background: #000
}

.cart-counter__link--plus:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: #000
}

.cart-footer {
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
    margin-bottom: 42px;
    font-size: 1.5rem;
    font-weight: 300
}

.cart-footer .text-message {
    font-size: 16px
}

.cart-footer__btn {
    margin-right: 20px
}

.cart-footer__btn .default-btn {
    padding: 12px 26px 14px;
    font-size: 16px;
    font-weight: 100
}

.cart-footer__price {
    margin-left: auto;
    white-space: nowrap
}

.cart .favorites:before {
    content: "";
    width: 20px;
    height: 15px;
    background: url(../img/ico-favorits.png) center no-repeat
}

.cart .close {
    display: inline-block;
    background: url(../img/ico-close.png) center no-repeat;
    height: 11px;
    width: 11px;
    margin-right: 10px
}

.cart__forms {
    padding: 53px 69px
}

.cart__forms .forms__input-wrap, .cart__forms-wrap {
    display: flex;
    flex-wrap: wrap
}

.cart__forms .forms__text-bottom {
    text-align: left;
    font-size: 1rem
}

.cart__forms .forms-wrap:after {
    content: "";
    width: 30.35714%
}

.cart__forms .forms-input-cont {
    width: 30.35714%
}

.cart__forms .forms-input-cont:not(:nth-child(3n)) {
    margin-right: 4.28571%
}

.cart__forms .forms-textarea-cont {
    width: 65%;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 4.64286%
}

.cart__forms .textarea {
    width: 100%;
    height: 137px;
    resize: none;
    padding: 10px 17px
}

.cart__forms .recaptcha {
    margin-top: 27px
}

.cart__forms .recaptcha-wrap {
    width: 30.35714%;
    margin: 30px 0 0
}

.cart__forms .btn__forms {
    font-size: 1rem;
    letter-spacing: .01rem;
    margin-top: 58px
}

.cart__forms .btn__forms .btn {
    padding: 21px 54px 23px;
    font-size: 1rem
}

.blog__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -68px -68px
}

.blog__item {
    width: calc((100% - 68px * 3) / 3);
    margin: 0 0 68px 68px
}

.blog__item-info {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-offset: -1px;
    padding: 30px 39px 35px 34px
}

.catalog-filter, .price-filter__input, .sort, .ui-slider .ui-slider-handle {
    border: 1px solid #ebebeb
}

.blog__item-info--top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.blog__item--link {
    color: #000;
    text-decoration: none
}

.blog__item-data, .blog__item-see {
    font-size: .875rem;
    color: #aaaaa8;
    font-weight: 100
}

.blog__item-title {
    font-size: 1.125rem;
    font-weight: 300
}

.paginator {
    display: flex;
    align-items: center
}

.paginator__cont {
    margin: 100px 0
}

.paginator__el--arrow:first-child {
    margin-right: 16px
}

.paginator__el--arrow:last-child {
    margin-left: 16px
}

.paginator__link {
    color: #000;
    text-decoration: none;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.paginator__link.active {
    color: #2cad42
}

.paginator__arrow {
    height: 7px;
    width: 4px;
    background: url(../img/ico-paginator-arrow.png) no-repeat;
    display: block
}

.paginator__arrow--left {
    transform: rotate(180deg)
}

.catalog {
    /*display: flex;*/
    /*justify-content: space-between*/
}

.catalog__cat2 {
    width: calc(100% - 362px)
}

.catalog__cat2 .paginator__cont {
    margin: 50px 0 0
}

.catalog__sort {
    margin-bottom: 57px
}

.sort {
    padding: 29px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sort-select {
    display: flex;
    font-size: .875rem
}

.sort-select__label {
    color: #000
}

.sort-select__select {
    color: #b8b8b8;
    border: none;
    padding: 0 22px 0 9px;
    background: url(../img/ico-select-arrow.png) center right 3px no-repeat
}

.cat2, .filter__one:not(:first-child) {
    border-top: 1px solid #ebebeb
}

.tag {
    height: 45px;
    width: 45px
}

.tag--new {
    background: url(../img/new.svg) no-repeat
}

.tag--hit {
    background: url(../img/hit.svg) no-repeat
}

.tags__link {
    color: #6e6e6e;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem
}

.tags__link:not(:last-child) {
    margin-right: 5px
}

.tags__link:not(:last-child):after {
    content: ","
}

.cat2__one-fav-add {
    display: inline-block;
    border-radius: 50%;
    background: url(../img/ico-cat-favorite.png) center no-repeat, #fff;
    height: 55px;
    width: 55px;
    border: 1px solid #ebebeb
}

.cat2__one-fav-add.added {
    background: url(../img/ico-cat-favorite-added.png) center no-repeat, #fff
}

.cat2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-left: 1px solid #ebebeb;
    border-bottom: none
}

.cat2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    z-index: 3
}

.cat2__one {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-bottom: 33px
}

.cat2__one .rating {
    margin: 20px 0 0
}

.cat2__one .rating__list {
    margin-right: 0
}

.cat2__one-quantity {
    margin: 0 0 35px
}

.cat2__one-fav-add-cont, .cat2__one-tag-cont {
    position: absolute;
    top: 25px
}

.cat2__one-tag-cont {
    left: 18px
}

.cat2__one-fav-add-cont {
    right: 18px
}

.cat2__one-wrap {
    width: 33.33%;
    display: flex;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.cat2__one-img {
    max-width: none
}

.cat2__one-img-cont {
    height: 304px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden
}

.cat2__one-tags {
    margin-bottom: 13px
}

.cat2__one-title {
    color: #000;
    text-decoration: none;
    display: inline-block;
    max-width: 235px;
    font-weight: 300;
    font-size: 1.125rem
}

.cat2__one-buy {
    padding-top: 30px;
    margin-top: auto;
    width: 100%;
    max-width: 257px
}

.cat2__one-price {
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 15px
}

.cat2__one-add-to-cart {
    transition: color .3s ease, background .3s ease;
    border: 1px solid #2cad42;
    padding: 20px 30px 20px 45px;
    background: url(../img/ico-cat-cart.png) center left 25px no-repeat;
    text-align: right;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    display: none
}

.cat2__one-add-to-cart.added {
    color: #fff;
    background: url(../img/ico-cat-cart-added.png) center left 25px no-repeat, #2cad42
}

.cat2__one-add-to-cart--subscribe {
    background: #fff !important;
    text-align: center;
    padding: 20px 30px
}

.cat2__one-subscribe-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #8b8b8b
}

.categories__one-link, .categories__one-title a {
    color: #000;
    text-decoration: none
}

.fancybox-inner {
    background: #fff
}

.catalog-filter {
    padding: 40px 50px
}

.catalog-filter_btns {
    display: flex;
    flex-direction: column
}

.catalog-filter_btns .btn {
    margin-top: 25px
}

.catalog-filter:not(:first-child) {
    margin-top: 40px
}

.catalog-filter__categories-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem
}

.catalog-filter__cont {
    width: 304px;
    display: flex;
    flex-direction: column
}

.categories__one-title.nosubsection:after, .categories__one.closed .categories__one-main {
    display: none
}

.categories__one-title {
    padding: 25px 25px 20px 0;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    position: relative
}

.categories__one-title:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 7px;
    background: url(../img/ico-select-arrow.png) no-repeat;
    right: 2px;
    top: calc(50% - 2px);
    transition: transform .3s ease
}

.main-slider .slick-next, .partners .slick-next, .tovar-big-slider .slick-next {
    right: 0
}

.categories__one.closed .categories__one-title:after {
    transform: rotate(180deg)
}

.categories__one-main {
    padding: 30px 17px;
    border-bottom: 1px solid #ebebeb
}

.categories__one-el:not(:first-child) {
    margin-top: 20px
}

.categories__one-link {
    font-size: .875rem
}

.categories__one-link:after {
    display: inline-block;
    content: " / " attr(data-count);
    color: #969696;
    margin-left: 5px
}

.filter__checks-group {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    padding: 29px 0 14px
}

.filter__checks-group:first-child {
    padding-top: 0
}

.filter__checks-group--icons .checkbox__label:before {
    top: calc(50% - 9px)
}

.filter__checks-group--icons .checkbox__label:after {
    top: calc(50% - 3px)
}

.filter__checks-group .checkbox {
    width: 50%;
    margin-bottom: 15px;
    padding-right: 20px
}

.filter__one-title {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-weight: 300
}

.filter__one-title-cont {
    padding: 35px 0 30px
}

.filter__one-block {
    padding-bottom: 35px
}

.price-filter__inputs {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.price-filter__inputs:before {
    order: 1;
    content: "-"
}

.bestseller:after, .news-list__one-link:after, .ya-share2__list:after, div.bonus__banner_block_img:before {
    content: ""
}

.price-filter__input {
    width: 44.28571%;
    height: 51px;
    padding: 0 15px
}

.price-filter__input:first-child {
    order: 0
}

.price-filter__input:last-child {
    order: 2
}

.price-filter__range {
    margin: 28px 0 10px
}

.ui-slider .ui-slider-range {
    background: #2cad42
}

.ui-slider .ui-slider-handle {
    background: #fff;
    height: 22px;
    width: 22px;
    top: calc(50% - 11px);
    margin-left: -11px
}

.ui-slider .ui-slider-handle:after {
    background: #2cad42;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

.ui-widget-content {
    background: #ebebeb
}

.filter-checks__list {
    max-height: 215px;
    overflow-y: auto
}

.filter-checks__list::-webkit-scrollbar {
    width: 2px
}

.filter-checks__list::-webkit-scrollbar-track {
    background: #ebebeb
}

.filter-checks__list::-webkit-scrollbar-thumb {
    background: #2cad42
}

.filter-checks__list-el:not(first-child) {
    margin-top: 17px
}

.filter-checks__list-el .checkbox__label {
    display: block
}

.filter-checks__list-el .checkbox__label span {
    display: inline-block;
    margin-left: 8px;
    color: #b0b0b0
}

.jspTrack {
    background: #ebebeb
}

.jspVerticalBar {
    width: 2px
}

.jspDrag {
    background: #2cad42
}

.main-slider__cont {
    margin-bottom: 116px
}

.main-slider > .main-slider__slide:not(:first-child) {
    display: none !important
}

.main-slider .slick-arrow {
    z-index: 4;
    position: absolute;
    top: 0;
    height: 100%;
    width: 7%;
    background: url(../img/ico-main-slider-arrow.png) center no-repeat
}

.main-slider .slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.main-slider__slide {
    display: flex !important
}

.main-slider__slide-text {
    width: 42%;
    display: flex;
    align-items: center;
    padding: 30px 5.5% 30px 7.33333%
}

.main-slider__slide-img-cont {
    width: 58%
}

.main-slider__text-top-plate {
    display: inline-block;
    padding: 9px 18px 10px;
    font-size: 1.75rem;
    font-weight: 300
}

.main-slider__text-top-plate--sale {
    color: #fff;
    background: #ee8896
}

.main-slider__text-title {
    font-size: 4.3125rem;
    line-height: 4.5rem;
    letter-spacing: .01em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3.4375rem
}

.main-slider__text-link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000
}

.new, .new .slick-arrow {
    border: 1px solid #ebebeb
}

.main-slider__text-link-cont {
    margin-top: 3.4375rem
}

.promo {
    display: flex;
    justify-content: space-between
}

.promo__new {
    width: 48.28571%
}

.promo__list {
    width: 48.07143%;
    display: flex
}

.tovar__rating-user {
    display: flex;
    flex-wrap: wrap
}

.tovar-buy__quantity {
    margin-left: auto
}

.new {
    padding: 2.1875rem 3.75rem
}

.new-slider .cat2__one {
    padding-bottom: 0
}

.new-slider .cat2__one-img {
    max-height: 100%
}

.new .slick-arrow {
    height: 45px;
    width: 47px;
    background: url(../img/ico-slick-arrow.png) center no-repeat, #fff
}

.new .slick-prev {
    transform: rotate(180deg);
    border-left: none;
    margin-left: 20px
}

.new .slick-prev:nth-last-child(3), .new__title-link {
    margin-left: auto
}

.new__title {
    font-size: 2.5rem;
    letter-spacing: .01em;
    font-weight: 100;
    order: -2
}

.new__title-link {
    order: -1
}

.new__title-cont {
    display: flex;
    align-items: center
}

.all {
    text-decoration: none
}

.promo-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.promo-list__link {
    position: relative;
    color: #000
}

.promo-list__link:nth-last-child(3):first-child, .promo-list__link:nth-last-child(3):first-child ~ .promo-list__link {
    flex: 1 1 auto;
    overflow: hidden;
    position: relative
}

.promo-list__link:nth-last-child(3):first-child .promo-list__link-img, .promo-list__link:nth-last-child(3):first-child ~ .promo-list__link .promo-list__link-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    transform: translate3d(-50%, -50%, 0)
}

.promo-list__link-img {
    display: block
}

.promo-list__link:not(:first-child) {
    margin-top: 50px
}

.promo-list__link-desc {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 95px
}

.promo-list__link-title {
    font-size: 1.875rem;
    font-weight: 100;
    letter-spacing: .01em
}

.promo-list__link-fake-btn {
    border: 1px solid #ebebeb;
    height: 45px;
    width: 47px;
    background: url(../img/ico-slick-arrow.png) center no-repeat;
    margin-top: 37px
}

.bestseller:after {
    display: table;
    clear: both
}

.bestsellers__cont {
    margin: 70px 0 0
}

.bestsellers__cont .slick-track {
    display: flex
}

.bestsellers__cont .slick-slide {
    display: flex !important
}

.bestseller > .bestseller__slide:nth-child(n+4), .partners > .partners__slide:nth-child(n+9) {
    display: none
}

.bestsellers__cont .slick-arrow {
    border: 1px solid #ebebeb;
    height: 45px;
    width: 47px;
    background: url(../img/ico-slick-arrow.png) center no-repeat, #fff
}

.bestsellers__cont .slick-prev {
    margin-left: 20px;
    transform: rotate(180deg);
    border-left: none
}

.bestseller__slide {
    float: left
}

.partners__cont {
    margin-top: 90px
}

.partners .slick-track {
    display: flex
}

.partners .slick-arrow {
    position: absolute;
    height: 9px;
    width: 5px;
    background: url(../img/ico-slick-arrow.png) center no-repeat;
    top: calc(50% - 5px);
    z-index: 2
}

.partners .slick-prev {
    transform: rotate(180deg);
    left: 0
}

.partners__slide {
    float: left;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.partners__slide img {
    filter: grayscale(100%);
    transition: filter .3s ease
}

.partners__slide-img-cont:focus img, .partners__slide-img-cont:hover img {
    filter: grayscale(0)
}

.tovar-top {
    display: flex;
    justify-content: space-between
}

.tovar__sliders {
    width: 59.57143%
}

.tovar__info {
    width: 37.5%
}

.tovar-sliders {
    display: flex;
    height: 790px
}

.tovar-sliders__small {
    width: 144px;
    flex: none;
    padding-bottom: 130px;
    display: flex;
    position: relative
}

.tovar-sliders__big {
    width: calc(100% - 178px);
    height: 100%;
    border: 1px solid #ebebeb;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tovar-big-slider {
    overflow: hidden;
    height: 100%
}

.tovar-big-slider .slick-list, .tovar-big-slider .slick-track {
    height: 100%
}

.tovar-big-slider .slick-track {
    display: flex
}

.auth form[name=regform] .forms__input_error:focus ~ .forms__error-message, .tovar-big-slider > .tovar-big-slider__slide:not(:first-child) {
    display: none !important
}

.tovar-big-slider .slick-arrow {
    height: 100%;
    width: 70px;
    top: 0;
    z-index: 2;
    position: absolute;
    background: url(../img/ico-tovar-slider-arrow.png) center no-repeat
}

.tovar-big-slider .slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.tovar-big-slider__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%
}

.tovar-big-slider__slide img:not([src*=no-image]) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.tovar-smallslider {
    display: flex;
    flex-direction: column
}

.tovar-smallslider .slick-list {
    height: auto !important
}

.tovar-smallslider__slide {
    border: 1px solid #ebebeb !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 145px !important;
    cursor: pointer
}

.tovar-smallslider__slide:not(:first-child) {
    margin-top: 26px
}

.tovar__share {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999
}

.tovar__share-yashare {
    background: #fff;
    padding: 10px;
    border: 1px solid #ebebeb;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 0;
    border-radius: 2px;
    transition: opacity .3s ease;
    pointer-events: none;
    opacity: 0
}

.tovar__share-yashare.js__visible {
    opacity: 1;
    pointer-events: all
}

.ya-share2__icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%
}

.ya-share2__list {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: -12px !important
}

.ya-share2__list:after {
    width: 44px
}

.ya-share2__item {
    margin-right: 0 !important;
    margin-bottom: 12px !important
}

.ya-share2__badge {
    border-radius: 50% !important
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(../img/ico-vk.png) center no-repeat !important
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background: url(../img/ico-fb.png) center no-repeat !important
}

.share {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    text-decoration: none
}

.share__img {
    margin-bottom: 15px
}

.tovar-fav-add__cont {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 4
}

.tovar__subtitle {
    color: #949494;
    margin-bottom: 20px
}

.tovar__title {
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 2.4375rem;
    letter-spacing: .01em
}

.tovar__rating {
    margin-top: 18px
}

.tovar__buy {
    margin-top: 42px
}

.tovar__desc {
    margin-top: 36px
}

.tovar__tabs {
    margin-top: 37px
}

.tovar-buy {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 32px 0;
    display: flex;
    align-items: center
}

.tovar-buy__add-to-cart, .tovar-buy__counter {
    display: none
}

.tovar-buy__counter {
    margin: 0 23px 0 auto;
    width: 117px;
    flex: none
}

.tovar-buy__add-to-cart {
    background: url(../img/ico-cat-cart-added.png) center left 26px no-repeat, #2cad42;
    border: 1px solid #139658;
    color: #fff;
    padding: 20px 35px 21px 66px;
    text-decoration: none;
    white-space: nowrap
}

.tovar-price {
    font-weight: 700;
    font-size: 2.375rem;
    letter-spacing: .01em;
    white-space: nowrap
}

.tabs, .tovar-desc {
    font-weight: 300
}

.tovar-desc {
    font-size: .875rem
}

.tovar-desc__row:not(:first-child) {
    margin-top: 20px
}

.tovar-desc__row-title {
    color: #9a9a9a;
    display: inline-block;
    margin-right: 18px
}

.tabs__tabs {
    display: flex;
    border-bottom: 1px solid #ebebeb
}

.tabs-tab {
    margin-bottom: -1px;
    border: 1px solid transparent;
    padding: 14px 24px 16px;
    cursor: pointer;
    user-select: none
}

.tabs-tab.active {
    border-color: #ebebeb #ebebeb #fff
}

.tabs__main {
    padding-top: 25px;
    position: relative
}

.tabs-content {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    font-size: .875rem;
    max-width: 850px
}

.tabs-content.active {
    opacity: 1;
    pointer-events: all;
    position: static
}

.tovar-bot {
    margin-top: 84px
}

.tovar-bot__tabs .tabs-tab {
    font-weight: 700;
    padding: 35px 50px;
    text-transform: uppercase
}

.tovar-bot__tabs .tabs__main {
    border: 1px solid #ebebeb;
    border-top-color: transparent;
    padding: 53px 45px 65px
}

.bl_contacts_top {
    margin: 0 0 50px;
    max-width: 800px
}

.bl_contacts_top_text {
    margin-bottom: 25px
}

.bl_contacts_item {
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%
}

.bl_contacts_items {
    display: flex;
    flex-wrap: wrap
}

.bl_contacts_item img {
    margin-right: 15px
}

.bl_contacts_item p {
    width: 100%;
    margin-top: 10px
}

.bl_contacts_item a {
    color: #000;
    text-decoration: none
}

div.title-search-result {
    border-color: #ebebeb !important
}

.news-list, .reviews__one-top, .shop__desc {
    border: 1px solid #ebebeb
}

@media screen and (min-width: 1000px) {
    div.title-search-result {
        width: 400px !important
    }
}

table.title-search-result {
    width: 100% !important
}

.title-search-all {
    padding-top: 20px !important;
    padding-left: 8px !important
}

.title-search-selected a, .title-search-selected td {
    background: #eff0f0 !important
}

.title-search-selected .title-search-all, .title-search-selected .title-search-all a {
    background: 0 0 !important
}

.recaptcha img {
    max-width: none;
    width: 302px
}

@media screen and (min-width: 660px) {
    .js__moved-head-link {
        display: none
    }
}

#item_add_to_cart .forms-submit-cont > div {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#item_add_to_cart .forms__submit {
    width: 48%;
    padding: 15px;
    text-align: center
}

#item_add_to_cart .forms__submit:first-child {
    background: #2cad42;
    color: #fff
}

.forms-input-cont .rating__list {
    margin: 0 0 3px 20px
}

.forms-input-cont .rating__list:not(.js__voted):hover .rating__start {
    cursor: pointer;
    background: url(../img/ico-star-active.png) top right no-repeat
}

.forms-input-cont .rating__list:not(.js__voted):hover .rating__start:nth-child(odd) {
    background-position: left top
}

.forms-input-cont .rating__list:not(.js__voted):hover .rating__start:nth-child(odd):not(:first-child) {
    background-position: left 4px top
}

.forms-input-cont .rating__list:not(.js__voted):hover .rating__start:hover ~ .rating__start {
    background: url(../img/ico-star.png) top right no-repeat
}

.forms-input-cont .rating__list:not(.js__voted):hover .rating__start:hover ~ .rating__start:nth-child(odd) {
    background-position: left top
}

.forms-input-cont .rating__list:not(.js__voted):hover .rating__start:hover ~ .rating__start:nth-child(odd):not(:first-child) {
    background-position: left 4px top
}

#product-review {
    padding: 35px 45px
}

.reviews__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 30px
}

.reviews__cont {
    max-width: 965px
}

.reviews__one .rating__list {
    margin-right: 0
}

.reviews__one-date {
    line-height: .875rem;
    margin-right: 23px;
    padding-right: 23px;
    border-right: 1px solid #ebebeb
}

.reviews__one-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px
}

.reviews__one-date-rating, .reviews__one-user {
    display: flex;
    align-items: center
}

.reviews__one-text {
    padding: 20px;
    font-size: .9375rem;
    line-height: 1.25rem;
    max-width: 900px
}

.tovar__reviews-btn {
    margin: 25px 0 0
}

.news-backurl, .news-navbar {
    margin: 15px 0 0;
    width: 100%
}

.base-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: none
}

.base-page__news-list {
    width: 304px
}

.base-page__news-list + .text-page {
    width: calc(100% - 360px)
}

.news-navbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.news-list__btn {
    margin: 2.1875rem 0 0
}

.news-list__btn .default-btn {
    width: 100%
}

.news-list__one {
    padding: 2rem
}

.news-list__one:not(:first-child) {
    border-top: inherit
}

.news-list__one-date {
    font-weight: 100;
    color: #6e6e6e;
    font-size: .875rem;
    margin: 0 0 1.875rem
}

.app__title, .page-404__title, .shop-address__title, .shop__title {
    font-weight: 700;
    text-transform: uppercase
}

.news-list__one-title {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.22;
    margin: 0 0 1.5625rem
}

.news-list__one-link {
    text-decoration: none;
    display: inline-block
}

.news-list__one-link:after {
    display: inline-block;
    height: 7px;
    width: 4px;
    background: url(../img/ico-green-arrow.png) no-repeat;
    margin: 0 0 0 10px
}

.default-btn {
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 20px 25px;
    font-size: 1.125rem;
    transition: color .3s ease, background .3s ease;
    border: 1px solid #2cad42;
    border-radius: 12px;
}

.default-btn.secondary-btn {
    border: 0;
    background: #ecf0f2;
}

.default-btn--green, .default-btn:focus, .default-btn:hover {
    background: #2cad42;
    color: #fff
}

.page-404 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-404__cont {
    margin: 40px 0 0
}

.page-404__title {
    margin: 40px 0 0;
    color: #2cad42;
    font-size: 1.625rem
}

.page-404__subtitle {
    margin: 30px 0 0;
    font-size: 1.25rem
}

.doc-panel__text {
    margin-top: 30px
}

.shops {
    display: flex;
    justify-content: space-between
}

.shops__aside {
    width: 422px;
    flex: none
}

.shops__aside-app {
    margin-bottom: 44px
}

.shops__aside-address, .shops__aside-contact {
    margin-bottom: 29px
}

.shops__about {
    width: calc(100% - 451px)
}

.shop-slider > .shop-slider__slide:not(:first-child) {
    display: none
}

.shop-slider .slick-arrow {
    position: absolute;
    bottom: 26px;
    z-index: 1;
    height: 49px;
    width: 45px;
    background: url(../img/ico-shops-arrow.png) center no-repeat, #fff
}

.shop-slider .slick-next {
    right: 60px
}

.shop-slider .slick-prev {
    transform: rotate(180deg);
    right: 105px
}

.shop__desc {
    padding: 2.1875rem 2.625rem
}

.shop-address, .shop-contact {
    border: 1px solid #ebebeb;
    padding: 2.1875rem 2.5rem
}

.shop__title {
    margin-bottom: 15px
}

.app__title {
    margin-bottom: 28px
}

.app__one {
    display: inline-block
}

.app__one:not(:last-child) {
    margin-right: 21px
}

.shop-address {
    width: 100%
}

.shop-address__title {
    margin-bottom: 25px
}

.shop-address__text {
    letter-spacing: .01em;
    font-size: .875rem;
    line-height: 1.7
}

.shop-address__text a {
    text-decoration: none
}

.shop-address__soc {
    margin: 20px 0 0
}

.shop-address__soc .soc__link {
    height: 38px;
    width: 38px
}

.shop-contact {
    letter-spacing: .01em;
    width: 100%
}

.shop-contact__tel {
    font-size: 1.25rem;
    margin-bottom: 20px
}

.shop-contact__tel a {
    text-decoration: none
}

.shop-contact__text {
    font-size: .875rem;
    line-height: 1.7
}

.shop-contact__msg {
    margin: 25px 0 0
}

.msg__link:not(:last-child) {
    margin-right: 11px
}

.contacts__form {
    margin: 2rem 0 0
}

.contacts__form .cart__forms {
    padding: 0
}

.contacts__form .forms__file-formats {
    position: absolute;
    left: 0;
    top: 100%
}

.contacts__form .forms-wrap, .contacts__form .forms__title {
    padding: 30px 36px
}

.contacts__form .forms__title {
    text-align: left;
    font-size: 1rem;
    background: #eff0f0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0
}

.contacts__form .forms__text {
    text-align: left;
    margin-bottom: 20px
}

.contacts__form .forms__bottom {
    display: flex;
    align-items: center
}

.contacts__form .forms-input-cont {
    margin-right: 0 !important;
    width: 47.6% !important
}

.contacts__form .forms-input-cont textarea {
    padding: 15px 17px;
    max-width: 100%
}

.contacts__form .forms-submit-cont {
    margin: 0 40px 0 0
}

.contacts__form .forms__submit {
    border: 1px solid #139658;
    background: #2cad42;
    color: #fff;
    font-weight: 100;
    height: 56px
}

.contacts__form .forms__input {
    height: 41px
}

.contacts__form .forms__label {
    font-size: .875rem;
    min-height: 16px
}

.c-map img {
    display: block;
    width: 100%
}

.page-search .search form {
    display: flex;
    justify-content: center
}

.page-search .search__wrap {
    max-width: 100%;
    width: 500px;
    border: 1px solid #ebebeb
}

.page-search .search__wrap input[type=text] {
    border: none;
    height: 42px;
    width: 100%;
    padding: 0 40px 0 18px
}

.serach-header {
    margin: 0 0 2rem
}

.cat2__one-buy {
    display: flex;
    flex-direction: column;
    align-items: center
}

div.bonus .title-block__cont {
    min-height: 300px;
    color: #fff;
    margin-bottom: 60px;
    background: url(/local/templates/main/img/photos/bonus-banner-1.png) center no-repeat !important
}

div.bonus .bread-crumbs, div.bonus .bread-crumbs a {
    color: #fff
}

div.bonus .title-block__btn {
    color: #000;
    text-decoration: none;
    padding: 20px 40px;
    background: #fff;
    display: inline-block;
    margin-top: 45px
}

div.bonus .bread-crumbs__link:after {
    background: url(../img/ico-paginator-arrow-white.png) center no-repeat
}

div.bonus__advantage_block {
    padding-bottom: 60px
}

div.bonus__advantage_block_title {
    font-size: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

div.bonus__advantage_block_title_btn {
    font-size: 16px;
    align-self: flex-end;
    padding-left: 10px
}

div.bonus__advantage_block_title_btn a {
    text-decoration: none
}

div.bonus__advantage_block_items {
    display: flex;
    justify-content: space-between
}

div.bonus__advantage_block_item, div.bonus__use_block_item {
    flex-direction: column;
    border: 1px solid #e1e1e1;
    display: flex
}

div.bonus__advantage_block_item {
    padding: 50px 50px 40px;
    width: calc((100% - 50 * 3px) / 4)
}

div.bonus__advantage_block_item img {
    max-height: 70px;
    width: auto
}

div.bonus__advantage_block_item_img {
    display: flex;
    align-items: center;
    height: 75px;
    margin-bottom: 50px
}

div.bonus__advantage_block_item_title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px
}

div.bonus__advantage_block_item_text {
    font-weight: 300
}

div.bonus__banner {
    background: #009d4a;
    padding: 65px 2rem 80px
}

div.bonus__banner .wrapper {
    display: flex;
    flex-wrap: wrap
}

div.bonus__banner_title {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 55px
}

div.bonus__banner_block_text {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    max-width: 310px;
    display: flex;
    align-items: center;
    padding-left: 60px
}

div.bonus__banner_block {
    display: flex;
    width: 50%
}

div.bonus__banner_block_img {
    border-radius: 15px;
    background-size: cover;
    width: 215px;
    height: 130px;
    position: relative;
    margin: 27px;
    min-width: 215px
}

div.bonus__banner_block_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px
}

div.bonus__banner_block_img:before {
    position: absolute;
    z-index: 2;
    top: -27px;
    left: -27px;
    right: -27px;
    bottom: -27px;
    border: 1px solid #058342;
    border-radius: 30px
}

div.bonus__banner_block_img.plus:after {
    content: "+";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ff0042;
    position: absolute;
    right: 30px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    z-index: 3
}

div.bonus__use_block {
    padding-bottom: 60px;
    padding-top: 60px
}

div.bonus__use_block_title {
    font-size: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

div.bonus__use_block_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px
}

div.bonus__use_block_text div {
    width: 50%
}

div.bonus__use_block_text a {
    font-size: 16px;
    color: #fff;
    padding: 21px 38px;
    background: #009d4a;
    text-decoration: none
}

div.bonus__use_block_title_btn {
    font-size: 16px;
    align-self: flex-end
}

div.bonus__use_block_items {
    display: flex;
    justify-content: space-between
}

div.bonus__use_block_item {
    padding: 60px 50px 40px;
    width: calc((100% - 50 * 3px) / 4)
}

div.bonus__use_block_item img {
    max-height: 80px;
    width: auto
}

div.bonus__use_block_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 60px
}

div.bonus__use_block_item_title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px
}

div.bonus__use_block_item_text {
    font-weight: lighter;
    line-height: 24px
}

div.bonus__use_block_item_text.text-al-c {
    text-align: center
}

div.bonus__form_title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px
}

div.bonus__form_text {
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 295px
}

.auth form[name=regform] #smsauth_timer, div.bonus__form #smsauth_timer {
    margin-top: 20px
}

div.bonus__form_text a {
    color: #009d4a
}

div.bonus__form_btn input {
    background: #009d4a;
    color: #fff;
    border: 0;
    padding: 18px 28px
}

div.bonus__form {
    width: 100%;
    max-width: 540px;
    padding: 60px 75px
}

div.bonus__form .forms-wrap {
    flex-direction: column
}

div.bonus__form .forms-input-cont {
    width: 100%
}

div.bonus__form .forms-input-cont.sms_code {
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 45px;
    flex-wrap: wrap;
    justify-content: space-between
}

div.bonus__form .forms-input-cont.sms_code input {
    width: 50%
}

div.bonus__form .forms-input-cont.sms_code a {
    background: #2cad42;
    color: #fff;
    margin-right: 30px;
    text-decoration: none;
    padding: 12px 25px;
    white-space: nowrap;
    width: calc(50% - 30px)
}

div.bonus__form .forms-input-cont.ico_date {
    position: relative
}

div.bonus__form .forms-input-cont.ico_date:before {
    content: "";
    background: url(../img/ico-bonus-form.png);
    position: absolute;
    right: 18px;
    bottom: 13px;
    height: 16px;
    width: 16px;
    z-index: 4
}

div.bonus__form .forms__input {
    height: 42px
}

div.bonus__form .forms__input::placeholder {
    color: #e6e6e6
}

.ui-widget.ui-widget-content {
    width: auto;
    height: auto;
    background: #fff
}

.ui-widget-header {
    background: #e6e6e6
}

.ui-widget-header .ui-icon {
    background: url(../img/ico-check.png) center no-repeat
}

.ui-icon-circle-triangle-w {
    transform: rotate(90deg)
}

.ui-icon-circle-triangle-e {
    transform: rotate(-90deg)
}

.auth form[name=regform] .forms__error-message {
    bottom: 53px
}

.auth form[name=regform] .sms_code a {
    position: absolute;
    bottom: -23px;
    right: 0
}

.auth form[name=regform] .forms__input_error:focus {
    border-color: #ebebeb
}

.lk__block {
    border: 1px solid #eff0f0;
    display: flex;
    padding: 20px 340px 20px 115px;
    justify-content: space-between
}

.lk__block_p1 {
    font-size: 20px;
    line-height: 30px
}

.lk__block_bonus {
    font-size: 40px;
    margin-bottom: 20px
}

.lk__block_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 245px;
    margin-right: 20px
}

#auth img.calendar-icon {
    position: absolute;
    bottom: 18px;
    right: 16px
}

#auth .forms__submit {
    cursor: default
}

#auth .forms-submit-cont input[type=submit] {
    background: #2cad42
}

.head-links__link--bonus {
    text-decoration: none;
    font-size: 1rem;
    padding: 20px 54px;
    border: 1px solid #2cad42;
    color: #000;
    margin-right: 15px;
    text-align: center
}

.head-links__link--bonus:hover {
    background: #2cad42;
    color: #fff
}

.head__menu .head-links__link--bonus, .head__menu .js__moved-msg .msg:not(:first-child) {
    display: none
}

#header-cart {
    display: block
}

.tovar-smallslider {
    opacity: 0
}

.tovar-smallslider .slick-slide {
    margin: 0 10px
}

.tovar-smallslider.slick-initialized {
    opacity: 1
}

.brands__list {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 0 !important
}

.brands__item {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    transition: background .3s ease
}

.brands__item:hover {
    background: #f9f9f9
}

.brands__item:not(:last-child) {
    border-bottom: 1px solid #f9f9f9
}

@media (max-width: 1440px) {
    .head__menu {
        margin-top: 50px
    }
}

.cloudloyality-discount {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.cloudloyality-discount .description {
    display: block;
    margin-bottom: 5px;
    width: 100%
}

.cloudloyality-discount .forms__input {
    width: 317px;
    margin-right: 25px;
    height: 46px
}

.cloudloyality-discount input[type=submit] {
    display: inline-block;
    appearance: none;
    font-size: 15px;
    line-height: 1;
    padding: 13px 26px;
    font-weight: 100;
    background: #2cad42;
    color: #fff;
    border: 0;
    height: 46px;
    text-align: center
}

.cloudloyality-discount .error-promo {
    width: 100%;
    margin-top: 3px;
    font-size: 12px;
    color: red
}

.user-data__left .block-bonus + .block-bonus {
    margin-top: 15px
}

.user-data--step4 .user-data__left .forms-textarea-cont textarea {
    resize: vertical
}

.block-bonus .forms-input-cont {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.block-bonus .forms-input-cont .success-sertifikat {
    display: flex;
    align-items: center
}

.block-bonus .forms-input-cont .delete-sertificat {
    margin-left: 25px;
    cursor: pointer;
    font-size: 15px;
    padding: 13px 26px;
    font-weight: 100;
    background: #2cad42;
    color: #fff;
    border: 0;
    height: 46px
}

@media screen and (max-width: 660px) {
    .cloudloyality-discount .forms__input {
        width: 100%;
        margin-right: 0
    }

    .cloudloyality-discount input[type=submit] {
        width: 100%;
        margin-top: 20px
    }

    .logo svg {
        display: block
    }

    .head__deliv .deliv-type__title {
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 700
    }

    .head__deliv .deliv-type__inputs {
        justify-content: center;
        font-size: 12px;
        margin-right: -30px;
        margin-left: -20px
    }

    .head__deliv .deliv-type__inputs-input label {
        font-size: 10px;
        padding: 5px 8px !important;
        border: 0
    }

    .head__deliv .deliv-type__inputs-input label:hover {
        background-color: transparent;
        color: #000
    }

    .head__deliv .deliv-type__inputs-input label::before {
        content: '';
        position: absolute;
        display: block !important;
        bottom: 2px;
        left: 8px;
        right: 8px;
        height: 1px;
        background-color: #000;
        top: auto;
        border-radius: 0;
        width: auto;
        border: 0
    }

    .head__deliv .deliv-type__inputs-input input:checked + label {
        color: #000;
        border-radius: 5px;
        background: #fbf19b
    }

    .head__deliv .deliv-type__inputs-input input:checked + label::before {
        display: none !important
    }
}

@media screen and (max-width: 520px) {
    .brands__item {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        margin-left: -20px;
        margin-right: -20px
    }
}
